initial commit
This commit is contained in:
@@ -0,0 +1,204 @@
|
||||
Copyright 2020 BitBank Software, Inc. All rights reserved.
|
||||
|
||||
Apache License
|
||||
Version 2.0, January 2004
|
||||
http://www.apache.org/licenses/
|
||||
|
||||
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
||||
|
||||
1. Definitions.
|
||||
|
||||
"License" shall mean the terms and conditions for use, reproduction,
|
||||
and distribution as defined by Sections 1 through 9 of this document.
|
||||
|
||||
"Licensor" shall mean the copyright owner or entity authorized by
|
||||
the copyright owner that is granting the License.
|
||||
|
||||
"Legal Entity" shall mean the union of the acting entity and all
|
||||
other entities that control, are controlled by, or are under common
|
||||
control with that entity. For the purposes of this definition,
|
||||
"control" means (i) the power, direct or indirect, to cause the
|
||||
direction or management of such entity, whether by contract or
|
||||
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
||||
outstanding shares, or (iii) beneficial ownership of such entity.
|
||||
|
||||
"You" (or "Your") shall mean an individual or Legal Entity
|
||||
exercising permissions granted by this License.
|
||||
|
||||
"Source" form shall mean the preferred form for making modifications,
|
||||
including but not limited to software source code, documentation
|
||||
source, and configuration files.
|
||||
|
||||
"Object" form shall mean any form resulting from mechanical
|
||||
transformation or translation of a Source form, including but
|
||||
not limited to compiled object code, generated documentation,
|
||||
and conversions to other media types.
|
||||
|
||||
"Work" shall mean the work of authorship, whether in Source or
|
||||
Object form, made available under the License, as indicated by a
|
||||
copyright notice that is included in or attached to the work
|
||||
(an example is provided in the Appendix below).
|
||||
|
||||
"Derivative Works" shall mean any work, whether in Source or Object
|
||||
form, that is based on (or derived from) the Work and for which the
|
||||
editorial revisions, annotations, elaborations, or other modifications
|
||||
represent, as a whole, an original work of authorship. For the purposes
|
||||
of this License, Derivative Works shall not include works that remain
|
||||
separable from, or merely link (or bind by name) to the interfaces of,
|
||||
the Work and Derivative Works thereof.
|
||||
|
||||
"Contribution" shall mean any work of authorship, including
|
||||
the original version of the Work and any modifications or additions
|
||||
to that Work or Derivative Works thereof, that is intentionally
|
||||
submitted to Licensor for inclusion in the Work by the copyright owner
|
||||
or by an individual or Legal Entity authorized to submit on behalf of
|
||||
the copyright owner. For the purposes of this definition, "submitted"
|
||||
means any form of electronic, verbal, or written communication sent
|
||||
to the Licensor or its representatives, including but not limited to
|
||||
communication on electronic mailing lists, source code control systems,
|
||||
and issue tracking systems that are managed by, or on behalf of, the
|
||||
Licensor for the purpose of discussing and improving the Work, but
|
||||
excluding communication that is conspicuously marked or otherwise
|
||||
designated in writing by the copyright owner as "Not a Contribution."
|
||||
|
||||
"Contributor" shall mean Licensor and any individual or Legal Entity
|
||||
on behalf of whom a Contribution has been received by Licensor and
|
||||
subsequently incorporated within the Work.
|
||||
|
||||
2. Grant of Copyright License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
copyright license to reproduce, prepare Derivative Works of,
|
||||
publicly display, publicly perform, sublicense, and distribute the
|
||||
Work and such Derivative Works in Source or Object form.
|
||||
|
||||
3. Grant of Patent License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
(except as stated in this section) patent license to make, have made,
|
||||
use, offer to sell, sell, import, and otherwise transfer the Work,
|
||||
where such license applies only to those patent claims licensable
|
||||
by such Contributor that are necessarily infringed by their
|
||||
Contribution(s) alone or by combination of their Contribution(s)
|
||||
with the Work to which such Contribution(s) was submitted. If You
|
||||
institute patent litigation against any entity (including a
|
||||
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
||||
or a Contribution incorporated within the Work constitutes direct
|
||||
or contributory patent infringement, then any patent licenses
|
||||
granted to You under this License for that Work shall terminate
|
||||
as of the date such litigation is filed.
|
||||
|
||||
4. Redistribution. You may reproduce and distribute copies of the
|
||||
Work or Derivative Works thereof in any medium, with or without
|
||||
modifications, and in Source or Object form, provided that You
|
||||
meet the following conditions:
|
||||
|
||||
(a) You must give any other recipients of the Work or
|
||||
Derivative Works a copy of this License; and
|
||||
|
||||
(b) You must cause any modified files to carry prominent notices
|
||||
stating that You changed the files; and
|
||||
|
||||
(c) You must retain, in the Source form of any Derivative Works
|
||||
that You distribute, all copyright, patent, trademark, and
|
||||
attribution notices from the Source form of the Work,
|
||||
excluding those notices that do not pertain to any part of
|
||||
the Derivative Works; and
|
||||
|
||||
(d) If the Work includes a "NOTICE" text file as part of its
|
||||
distribution, then any Derivative Works that You distribute must
|
||||
include a readable copy of the attribution notices contained
|
||||
within such NOTICE file, excluding those notices that do not
|
||||
pertain to any part of the Derivative Works, in at least one
|
||||
of the following places: within a NOTICE text file distributed
|
||||
as part of the Derivative Works; within the Source form or
|
||||
documentation, if provided along with the Derivative Works; or,
|
||||
within a display generated by the Derivative Works, if and
|
||||
wherever such third-party notices normally appear. The contents
|
||||
of the NOTICE file are for informational purposes only and
|
||||
do not modify the License. You may add Your own attribution
|
||||
notices within Derivative Works that You distribute, alongside
|
||||
or as an addendum to the NOTICE text from the Work, provided
|
||||
that such additional attribution notices cannot be construed
|
||||
as modifying the License.
|
||||
|
||||
You may add Your own copyright statement to Your modifications and
|
||||
may provide additional or different license terms and conditions
|
||||
for use, reproduction, or distribution of Your modifications, or
|
||||
for any such Derivative Works as a whole, provided Your use,
|
||||
reproduction, and distribution of the Work otherwise complies with
|
||||
the conditions stated in this License.
|
||||
|
||||
5. Submission of Contributions. Unless You explicitly state otherwise,
|
||||
any Contribution intentionally submitted for inclusion in the Work
|
||||
by You to the Licensor shall be under the terms and conditions of
|
||||
this License, without any additional terms or conditions.
|
||||
Notwithstanding the above, nothing herein shall supersede or modify
|
||||
the terms of any separate license agreement you may have executed
|
||||
with Licensor regarding such Contributions.
|
||||
|
||||
6. Trademarks. This License does not grant permission to use the trade
|
||||
names, trademarks, service marks, or product names of the Licensor,
|
||||
except as required for reasonable and customary use in describing the
|
||||
origin of the Work and reproducing the content of the NOTICE file.
|
||||
|
||||
7. Disclaimer of Warranty. Unless required by applicable law or
|
||||
agreed to in writing, Licensor provides the Work (and each
|
||||
Contributor provides its Contributions) on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
||||
implied, including, without limitation, any warranties or conditions
|
||||
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
||||
PARTICULAR PURPOSE. You are solely responsible for determining the
|
||||
appropriateness of using or redistributing the Work and assume any
|
||||
risks associated with Your exercise of permissions under this License.
|
||||
|
||||
8. Limitation of Liability. In no event and under no legal theory,
|
||||
whether in tort (including negligence), contract, or otherwise,
|
||||
unless required by applicable law (such as deliberate and grossly
|
||||
negligent acts) or agreed to in writing, shall any Contributor be
|
||||
liable to You for damages, including any direct, indirect, special,
|
||||
incidental, or consequential damages of any character arising as a
|
||||
result of this License or out of the use or inability to use the
|
||||
Work (including but not limited to damages for loss of goodwill,
|
||||
work stoppage, computer failure or malfunction, or any and all
|
||||
other commercial damages or losses), even if such Contributor
|
||||
has been advised of the possibility of such damages.
|
||||
|
||||
9. Accepting Warranty or Additional Liability. While redistributing
|
||||
the Work or Derivative Works thereof, You may choose to offer,
|
||||
and charge a fee for, acceptance of support, warranty, indemnity,
|
||||
or other liability obligations and/or rights consistent with this
|
||||
License. However, in accepting such obligations, You may act only
|
||||
on Your own behalf and on Your sole responsibility, not on behalf
|
||||
of any other Contributor, and only if You agree to indemnify,
|
||||
defend, and hold each Contributor harmless for any liability
|
||||
incurred by, or claims asserted against, such Contributor by reason
|
||||
of your accepting any such warranty or additional liability.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
|
||||
APPENDIX: How to apply the Apache License to your work.
|
||||
|
||||
To apply the Apache License to your work, attach the following
|
||||
boilerplate notice, with the fields enclosed by brackets "[]"
|
||||
replaced with your own identifying information. (Don't include
|
||||
the brackets!) The text should be enclosed in the appropriate
|
||||
comment syntax for the file format. We also recommend that a
|
||||
file or class name and description of purpose be included on the
|
||||
same "printed page" as the copyright notice for easier
|
||||
identification within third-party archives.
|
||||
|
||||
Copyright [yyyy] [name of copyright owner]
|
||||
|
||||
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.
|
||||
|
||||
@@ -0,0 +1,290 @@
|
||||
// !$*UTF8*$!
|
||||
{
|
||||
archiveVersion = 1;
|
||||
classes = {
|
||||
};
|
||||
objectVersion = 77;
|
||||
objects = {
|
||||
|
||||
/* Begin PBXCopyFilesBuildPhase section */
|
||||
19B604CF2D6F15DA00B971F2 /* CopyFiles */ = {
|
||||
isa = PBXCopyFilesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
dstPath = /usr/share/man/man1/;
|
||||
dstSubfolderSpec = 0;
|
||||
files = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 1;
|
||||
};
|
||||
/* End PBXCopyFilesBuildPhase section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
19B604D12D6F15DA00B971F2 /* PNG_Test */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = PNG_Test; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFileSystemSynchronizedRootGroup section */
|
||||
19B604D32D6F15DA00B971F2 /* PNG_Test */ = {
|
||||
isa = PBXFileSystemSynchronizedRootGroup;
|
||||
path = PNG_Test;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXFileSystemSynchronizedRootGroup section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
19B604CE2D6F15DA00B971F2 /* Frameworks */ = {
|
||||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXFrameworksBuildPhase section */
|
||||
|
||||
/* Begin PBXGroup section */
|
||||
19B604C82D6F15DA00B971F2 = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
19B604D32D6F15DA00B971F2 /* PNG_Test */,
|
||||
19B604D22D6F15DA00B971F2 /* Products */,
|
||||
);
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
19B604D22D6F15DA00B971F2 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
19B604D12D6F15DA00B971F2 /* PNG_Test */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
/* Begin PBXNativeTarget section */
|
||||
19B604D02D6F15DA00B971F2 /* PNG_Test */ = {
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = 19B604D82D6F15DA00B971F2 /* Build configuration list for PBXNativeTarget "PNG_Test" */;
|
||||
buildPhases = (
|
||||
19B604CD2D6F15DA00B971F2 /* Sources */,
|
||||
19B604CE2D6F15DA00B971F2 /* Frameworks */,
|
||||
19B604CF2D6F15DA00B971F2 /* CopyFiles */,
|
||||
);
|
||||
buildRules = (
|
||||
);
|
||||
dependencies = (
|
||||
);
|
||||
fileSystemSynchronizedGroups = (
|
||||
19B604D32D6F15DA00B971F2 /* PNG_Test */,
|
||||
);
|
||||
name = PNG_Test;
|
||||
packageProductDependencies = (
|
||||
);
|
||||
productName = PNG_Test;
|
||||
productReference = 19B604D12D6F15DA00B971F2 /* PNG_Test */;
|
||||
productType = "com.apple.product-type.tool";
|
||||
};
|
||||
/* End PBXNativeTarget section */
|
||||
|
||||
/* Begin PBXProject section */
|
||||
19B604C92D6F15DA00B971F2 /* Project object */ = {
|
||||
isa = PBXProject;
|
||||
attributes = {
|
||||
BuildIndependentTargetsInParallel = 1;
|
||||
LastUpgradeCheck = 1620;
|
||||
TargetAttributes = {
|
||||
19B604D02D6F15DA00B971F2 = {
|
||||
CreatedOnToolsVersion = 16.2;
|
||||
};
|
||||
};
|
||||
};
|
||||
buildConfigurationList = 19B604CC2D6F15DA00B971F2 /* Build configuration list for PBXProject "PNG_Test" */;
|
||||
developmentRegion = en;
|
||||
hasScannedForEncodings = 0;
|
||||
knownRegions = (
|
||||
en,
|
||||
Base,
|
||||
);
|
||||
mainGroup = 19B604C82D6F15DA00B971F2;
|
||||
minimizedProjectReferenceProxies = 1;
|
||||
preferredProjectObjectVersion = 77;
|
||||
productRefGroup = 19B604D22D6F15DA00B971F2 /* Products */;
|
||||
projectDirPath = "";
|
||||
projectRoot = "";
|
||||
targets = (
|
||||
19B604D02D6F15DA00B971F2 /* PNG_Test */,
|
||||
);
|
||||
};
|
||||
/* End PBXProject section */
|
||||
|
||||
/* Begin PBXSourcesBuildPhase section */
|
||||
19B604CD2D6F15DA00B971F2 /* Sources */ = {
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXSourcesBuildPhase section */
|
||||
|
||||
/* Begin XCBuildConfiguration section */
|
||||
19B604D62D6F15DA00B971F2 /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
|
||||
CLANG_ANALYZER_NONNULL = YES;
|
||||
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
||||
CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
|
||||
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;
|
||||
ENABLE_USER_SCRIPT_SANDBOXING = YES;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu17;
|
||||
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;
|
||||
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
|
||||
MACOSX_DEPLOYMENT_TARGET = 15.2;
|
||||
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
|
||||
MTL_FAST_MATH = YES;
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
SDKROOT = macosx;
|
||||
};
|
||||
name = Debug;
|
||||
};
|
||||
19B604D72D6F15DA00B971F2 /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
|
||||
CLANG_ANALYZER_NONNULL = YES;
|
||||
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
||||
CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
|
||||
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;
|
||||
ENABLE_USER_SCRIPT_SANDBOXING = YES;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu17;
|
||||
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;
|
||||
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
|
||||
MACOSX_DEPLOYMENT_TARGET = 15.2;
|
||||
MTL_ENABLE_DEBUG_INFO = NO;
|
||||
MTL_FAST_MATH = YES;
|
||||
SDKROOT = macosx;
|
||||
};
|
||||
name = Release;
|
||||
};
|
||||
19B604D92D6F15DA00B971F2 /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
CLANG_CXX_LANGUAGE_STANDARD = "compiler-default";
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu89;
|
||||
"OTHER_CFLAGS[arch=*]" = "";
|
||||
"OTHER_CPLUSPLUSFLAGS[arch=*]" = "";
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
};
|
||||
name = Debug;
|
||||
};
|
||||
19B604DA2D6F15DA00B971F2 /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
CLANG_CXX_LANGUAGE_STANDARD = "compiler-default";
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu89;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
};
|
||||
name = Release;
|
||||
};
|
||||
/* End XCBuildConfiguration section */
|
||||
|
||||
/* Begin XCConfigurationList section */
|
||||
19B604CC2D6F15DA00B971F2 /* Build configuration list for PBXProject "PNG_Test" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
19B604D62D6F15DA00B971F2 /* Debug */,
|
||||
19B604D72D6F15DA00B971F2 /* Release */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = Release;
|
||||
};
|
||||
19B604D82D6F15DA00B971F2 /* Build configuration list for PBXNativeTarget "PNG_Test" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
19B604D92D6F15DA00B971F2 /* Debug */,
|
||||
19B604DA2D6F15DA00B971F2 /* Release */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = Release;
|
||||
};
|
||||
/* End XCConfigurationList section */
|
||||
};
|
||||
rootObject = 19B604C92D6F15DA00B971F2 /* Project object */;
|
||||
}
|
||||
Generated
+7
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Workspace
|
||||
version = "1.0">
|
||||
<FileRef
|
||||
location = "self:">
|
||||
</FileRef>
|
||||
</Workspace>
|
||||
BIN
Binary file not shown.
+14
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>SchemeUserState</key>
|
||||
<dict>
|
||||
<key>PNG_Test.xcscheme_^#shared#^_</key>
|
||||
<dict>
|
||||
<key>orderHint</key>
|
||||
<integer>0</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
</dict>
|
||||
</plist>
|
||||
@@ -0,0 +1,13 @@
|
||||
CFLAGS=-Wall -O2 -g -fsanitize=address,undefined
|
||||
LIBS =
|
||||
|
||||
all: png_test
|
||||
|
||||
png_test: main.o
|
||||
$(CC) main.o -fsanitize=address,undefined -g $(LIBS) -o png_test
|
||||
|
||||
main.o: main.cpp
|
||||
$(CXX) $(CFLAGS) -c main.cpp
|
||||
|
||||
clean:
|
||||
rm -rf *.o png_test
|
||||
@@ -0,0 +1,365 @@
|
||||
//
|
||||
// main.cpp
|
||||
// PNG_Test
|
||||
//
|
||||
// Created by Laurence Bank on 2/26/25.
|
||||
//
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
#include <time.h>
|
||||
#define __LINUX__
|
||||
#define ZLIB_DEBUG
|
||||
#define verbose 0
|
||||
#define INFLATE_STRICT
|
||||
#include "../../../src/zutil.c"
|
||||
#include "../../../src/inflate.c"
|
||||
#include "../../../src/inffast.c"
|
||||
#include "../../../src/inftrees.c"
|
||||
#include "../../../src/crc32.c"
|
||||
#undef DO1
|
||||
#undef DO8
|
||||
#include "../../../src/adler32.c"
|
||||
#include "../../../src/PNGdec.cpp"
|
||||
|
||||
#include "../../../test_images/octocat_8bpp.h"
|
||||
#include "../../../test_images/octocat.h"
|
||||
#include "../../../test_images/bugpng.h"
|
||||
PNG png;
|
||||
int xoff, yoff, iBpp;
|
||||
int iWidth, iLines;
|
||||
uint32_t palentry24;
|
||||
uint16_t palentry16;
|
||||
uint32_t u32BG;
|
||||
uint16_t u16Out;
|
||||
uint8_t ucPixelType;
|
||||
|
||||
//
|
||||
// Return the current time in microseconds
|
||||
//
|
||||
int Micros(void)
|
||||
{
|
||||
int iTime;
|
||||
struct timespec res;
|
||||
|
||||
clock_gettime(CLOCK_MONOTONIC, &res);
|
||||
iTime = (int)(1000000*res.tv_sec + res.tv_nsec/1000);
|
||||
|
||||
return iTime;
|
||||
} /* Micros() */
|
||||
|
||||
//
|
||||
// Create a private structure to pass info to the draw callback
|
||||
// For this example we want to pass a random x/y starting point
|
||||
//
|
||||
typedef struct my_private_struct
|
||||
{
|
||||
int xoff, yoff; // corner offset
|
||||
} PRIVATE;
|
||||
// Second draw callback for testing conversion to RGB565
|
||||
int PNGDraw2(PNGDRAW *pDraw)
|
||||
{
|
||||
uint16_t usPixels[320];
|
||||
png.getLineAsRGB565(pDraw, usPixels, ucPixelType, u32BG);
|
||||
if (pDraw->y == 0) { // get first pixel of first line for testing
|
||||
u16Out = usPixels[0];
|
||||
}
|
||||
return 1;
|
||||
} /* PNGDraw2() */
|
||||
|
||||
int PNGDraw(PNGDRAW *pDraw)
|
||||
{
|
||||
PRIVATE *pPriv = (PRIVATE *)pDraw->pUser;
|
||||
|
||||
if (pPriv) {
|
||||
xoff = pPriv->xoff;
|
||||
yoff = pPriv->yoff;
|
||||
}
|
||||
palentry24 = *(uint32_t *)&pDraw->pPalette[2*3];
|
||||
palentry24 &= 0xffffff;
|
||||
if (pDraw->pFastPalette) { // this pointer is only valid when the PNG_FAST_PALETTE option is used
|
||||
palentry16 = pDraw->pFastPalette[2];
|
||||
}
|
||||
iBpp = pDraw->iBpp;
|
||||
iWidth = pDraw->iWidth;
|
||||
iLines++;
|
||||
return 1;
|
||||
} /* PNGDraw() */
|
||||
|
||||
int PNGDraw3(PNGDRAW *pDraw)
|
||||
{
|
||||
return 0; // abort the decode immediately
|
||||
}
|
||||
//
|
||||
// Simple logging print
|
||||
//
|
||||
void PNGLOG(int line, char *string, const char *result)
|
||||
{
|
||||
printf("Line: %d: msg: %s%s\n", line, string, result);
|
||||
} /* PNGLOG() */
|
||||
|
||||
int main(int argc, const char * argv[]) {
|
||||
int i, rc, w, h, iTotal, iTime1, iTime2;
|
||||
uint8_t *pFuzzData;
|
||||
char *szTestName;
|
||||
int iTotalPass, iTotalFail;
|
||||
uint8_t *pFrameBuffer, c1, c2;
|
||||
uint32_t pal1;
|
||||
uint16_t pal2;
|
||||
PRIVATE priv;
|
||||
const char *szStart = " - START";
|
||||
|
||||
iTotalPass = iTotalFail = iTotal = 0;
|
||||
|
||||
// Test 0 - Correct file read continuation
|
||||
iTotal++;
|
||||
szTestName = (char *)"Test Continuation";
|
||||
PNGLOG(__LINE__, szTestName, szStart);
|
||||
rc = png.openFLASH((uint8_t *)bugpng, sizeof(bugpng), PNGDraw);
|
||||
if (rc == PNG_SUCCESS) {
|
||||
w = png.getWidth();
|
||||
h = png.getHeight();
|
||||
priv.xoff = w/2; // arbitrary values to see if they get passed properly
|
||||
priv.yoff = h/2;
|
||||
xoff = yoff = 0;
|
||||
rc = png.decode(&priv, 0);
|
||||
if (rc == PNG_SUCCESS) {
|
||||
if (xoff == priv.xoff && yoff == priv.yoff) {
|
||||
iTotalPass++;
|
||||
PNGLOG(__LINE__, szTestName, " - PASSED");
|
||||
} else {
|
||||
iTotalFail++;
|
||||
PNGLOG(__LINE__, szTestName, " - FAILED");
|
||||
}
|
||||
} else {
|
||||
PNGLOG(__LINE__, szTestName, "Error decoding");
|
||||
iTotalFail++;
|
||||
PNGLOG(__LINE__, szTestName, " - FAILED");
|
||||
}
|
||||
} else {
|
||||
PNGLOG(__LINE__, szTestName, "Error opening PNG file.");
|
||||
iTotalFail++;
|
||||
PNGLOG(__LINE__, szTestName, " - FAILED");
|
||||
}
|
||||
|
||||
// Test 1 - Test User pointer";
|
||||
iTotal++;
|
||||
szTestName = (char *)"Test User pointer";
|
||||
PNGLOG(__LINE__, szTestName, szStart);
|
||||
rc = png.openFLASH((uint8_t *)octocat_8bpp, sizeof(octocat_8bpp), PNGDraw);
|
||||
if (rc == PNG_SUCCESS) {
|
||||
w = png.getWidth();
|
||||
h = png.getHeight();
|
||||
priv.xoff = w/2; // arbitrary values to see if they get passed properly
|
||||
priv.yoff = h/2;
|
||||
xoff = yoff = 0;
|
||||
rc = png.decode(&priv, 0);
|
||||
if (xoff == priv.xoff && yoff == priv.yoff) {
|
||||
iTotalPass++;
|
||||
PNGLOG(__LINE__, szTestName, " - PASSED");
|
||||
} else {
|
||||
iTotalFail++;
|
||||
PNGLOG(__LINE__, szTestName, " - FAILED");
|
||||
}
|
||||
} else {
|
||||
PNGLOG(__LINE__, szTestName, "Error opening PNG file.");
|
||||
}
|
||||
// Test 2 - Verify bad parameters return an error
|
||||
szTestName = (char *)"PNG bad parameter test 1";
|
||||
iTotal++;
|
||||
PNGLOG(__LINE__, szTestName, szStart);
|
||||
png.openFLASH((uint8_t *)octocat_8bpp, sizeof(octocat_8bpp), NULL);
|
||||
// no PNGDraw callback and no framebuffer = invalid
|
||||
png.decode(NULL, 0);
|
||||
if (png.getLastError() == PNG_NO_BUFFER) {
|
||||
iTotalPass++;
|
||||
PNGLOG(__LINE__, szTestName, " - PASSED");
|
||||
} else {
|
||||
iTotalFail++;
|
||||
PNGLOG(__LINE__, szTestName, " - FAILED");
|
||||
}
|
||||
// Test 3 - Verify pixel format
|
||||
szTestName = (char *)"PNG verify pixel format";
|
||||
iTotal++;
|
||||
PNGLOG(__LINE__, szTestName, szStart);
|
||||
png.openFLASH((uint8_t *)octocat_8bpp, sizeof(octocat_8bpp), PNGDraw);
|
||||
iBpp = 0;
|
||||
png.decode(NULL, 0);
|
||||
if (iBpp == 8) { // should be 8 bits per pixel
|
||||
iTotalPass++;
|
||||
PNGLOG(__LINE__, szTestName, " - PASSED");
|
||||
} else {
|
||||
iTotalFail++;
|
||||
PNGLOG(__LINE__, szTestName, " - FAILED");
|
||||
}
|
||||
// Test 4 - Verify correct dimensions
|
||||
szTestName = (char *)"PNG verify correct dimensions";
|
||||
iTotal++;
|
||||
PNGLOG(__LINE__, szTestName, szStart);
|
||||
png.openFLASH((uint8_t *)octocat_8bpp, sizeof(octocat_8bpp), PNGDraw);
|
||||
iWidth = iLines = 0;
|
||||
png.decode(NULL, 0);
|
||||
if (iWidth == 120 && iLines == 100) { // should be 4 bits per pixel
|
||||
iTotalPass++;
|
||||
PNGLOG(__LINE__, szTestName, " - PASSED");
|
||||
} else {
|
||||
iTotalFail++;
|
||||
PNGLOG(__LINE__, szTestName, " - FAILED");
|
||||
}
|
||||
// Test 5 - Check CRC option
|
||||
szTestName = (char *)"PNG Check CRC timing";
|
||||
iTotal++;
|
||||
PNGLOG(__LINE__, szTestName, szStart);
|
||||
png.openFLASH((uint8_t *)octocat_8bpp, sizeof(octocat_8bpp), PNGDraw);
|
||||
iTime1 = Micros();
|
||||
png.decode(NULL, 0); // without CRC check should be faster
|
||||
iTime1 = Micros() - iTime1;
|
||||
png.close();
|
||||
png.openFLASH((uint8_t *)octocat_8bpp, sizeof(octocat_8bpp), PNGDraw);
|
||||
iTime2 = Micros();
|
||||
png.decode(NULL, PNG_CHECK_CRC); // with CRC check should be slower
|
||||
iTime2 = Micros() - iTime2;
|
||||
png.close();
|
||||
if (iTime1 < iTime2) { // skipping CRC check should be faster
|
||||
iTotalPass++;
|
||||
PNGLOG(__LINE__, szTestName, " - PASSED");
|
||||
} else {
|
||||
iTotalFail++;
|
||||
PNGLOG(__LINE__, szTestName, " - FAILED");
|
||||
}
|
||||
// Test 6 - Check palette options
|
||||
szTestName = (char *)"PNG Check palette options";
|
||||
iTotal++;
|
||||
PNGLOG(__LINE__, szTestName, szStart);
|
||||
png.openFLASH((uint8_t *)octocat_8bpp, sizeof(octocat_8bpp), PNGDraw);
|
||||
png.decode(NULL, 0); // default palette has 24-bit entries
|
||||
pal1 = palentry24;
|
||||
png.close();
|
||||
png.openFLASH((uint8_t *)octocat_8bpp, sizeof(octocat_8bpp), PNGDraw);
|
||||
png.decode(NULL, PNG_FAST_PALETTE); // Fast palette is RGB565 little-endian
|
||||
pal2 = palentry16;
|
||||
png.close();
|
||||
if (pal1 == 0x2c2c2a && pal2 == 0x2965) { // correct 24-bit and 16-bit palette values
|
||||
iTotalPass++;
|
||||
PNGLOG(__LINE__, szTestName, " - PASSED");
|
||||
} else {
|
||||
iTotalFail++;
|
||||
PNGLOG(__LINE__, szTestName, " - FAILED");
|
||||
}
|
||||
// Test 7 - Check full framebuffer decode
|
||||
szTestName = (char *)"PNG Check full framebuffer decode";
|
||||
iTotal++;
|
||||
PNGLOG(__LINE__, szTestName, szStart);
|
||||
png.openFLASH((uint8_t *)octocat_8bpp, sizeof(octocat_8bpp), NULL);
|
||||
pFrameBuffer = (uint8_t *)malloc(png.getWidth() * png.getHeight()); // just big enough for 8-bpp pixels
|
||||
png.setBuffer(pFrameBuffer);
|
||||
png.decode(NULL, 0);
|
||||
png.close();
|
||||
c1 = pFrameBuffer[60 + (10 * 120)]; // pixel at (60,10)
|
||||
c2 = pFrameBuffer[40 + (40 * 120)]; // pixel at (40,40)
|
||||
if ( c1 == 2 && c2 == 15) { // check a pixel from first line and 50th line for correct colors
|
||||
iTotalPass++;
|
||||
PNGLOG(__LINE__, szTestName, " - PASSED");
|
||||
} else {
|
||||
iTotalFail++;
|
||||
PNGLOG(__LINE__, szTestName, " - FAILED");
|
||||
}
|
||||
free(pFrameBuffer);
|
||||
// Test 8 - check 8-bit to RGB565 conversion and alpha blending
|
||||
ucPixelType = PNG_RGB565_BIG_ENDIAN;
|
||||
u32BG = 0x00ff00; // set background color to pure green
|
||||
szTestName = (char *)"PNG Verify 8-bit to RGB565 output";
|
||||
iTotal++;
|
||||
PNGLOG(__LINE__, szTestName, szStart);
|
||||
u16Out = 0xffff;
|
||||
png.openFLASH((uint8_t *)octocat_8bpp, sizeof(octocat_8bpp), PNGDraw2);
|
||||
png.setBuffer(NULL);
|
||||
png.decode(NULL, 0);
|
||||
png.close();
|
||||
if (u16Out == 0xe007) { // check transparnet pixel (0,0) to see if it matches the 32-bit BG color we asked for
|
||||
iTotalPass++;
|
||||
PNGLOG(__LINE__, szTestName, " - PASSED");
|
||||
} else {
|
||||
iTotalFail++;
|
||||
PNGLOG(__LINE__, szTestName, " - FAILED");
|
||||
}
|
||||
// Test 9 - check 32-bit to RGB565 conversion and alpha blending
|
||||
ucPixelType = PNG_RGB565_BIG_ENDIAN;
|
||||
u32BG = 0xff0000; // set background color to pure blue
|
||||
szTestName = (char *)"PNG Verify 32-bit to RGB565 output";
|
||||
iTotal++;
|
||||
PNGLOG(__LINE__, szTestName, szStart);
|
||||
u16Out = 0xffff;
|
||||
png.openFLASH((uint8_t *)octocat_8bpp, sizeof(octocat_8bpp), PNGDraw2);
|
||||
png.setBuffer(NULL);
|
||||
png.decode(NULL, 0);
|
||||
png.close();
|
||||
if (u16Out == 0x1f00) { // check transparnet pixel (0,0) to see if it matches the 32-bit BG color we asked for
|
||||
iTotalPass++;
|
||||
PNGLOG(__LINE__, szTestName, " - PASSED");
|
||||
} else {
|
||||
iTotalFail++;
|
||||
PNGLOG(__LINE__, szTestName, " - FAILED");
|
||||
}
|
||||
// Test 10 - check the decoding can be aborted when the PNGDraw callback returns 0
|
||||
ucPixelType = PNG_RGB565_BIG_ENDIAN;
|
||||
szTestName = (char *)"PNG decode aborted early";
|
||||
iTotal++;
|
||||
PNGLOG(__LINE__, szTestName, szStart);
|
||||
u16Out = 0xffff;
|
||||
png.openFLASH((uint8_t *)octocat_8bpp, sizeof(octocat_8bpp), PNGDraw3);
|
||||
png.setBuffer(NULL);
|
||||
rc = png.decode(NULL, 0);
|
||||
png.close();
|
||||
if (rc == PNG_QUIT_EARLY) { // check transparnet pixel (0,0) to see if it matches the 32-bit BG color we asked for
|
||||
iTotalPass++;
|
||||
PNGLOG(__LINE__, szTestName, " - PASSED");
|
||||
} else {
|
||||
iTotalFail++;
|
||||
PNGLOG(__LINE__, szTestName, " - FAILED");
|
||||
}
|
||||
|
||||
// FUZZ testing
|
||||
// Randomize the input data (file header and compressed data) and confirm that the library returns an error code
|
||||
// and doesn't have an invalid pointer exception
|
||||
printf("Begin fuzz testing...\n");
|
||||
szTestName = (char *)"Single Byte Sequential Corruption Test";
|
||||
iTotal++;
|
||||
pFuzzData = (uint8_t *)malloc(sizeof(octocat_8bpp));
|
||||
PNGLOG(__LINE__, szTestName, szStart);
|
||||
// We don't need to corrupt the file all the way to the end because it will take a loooong time
|
||||
// The header is the main area where corruption can cause erratic behavior
|
||||
for (i=0; i<sizeof(octocat_8bpp); i++) { // corrupt each byte one at a time by inverting it
|
||||
memcpy(pFuzzData, octocat_8bpp, sizeof(octocat_8bpp)); // start with the valid data
|
||||
pFuzzData[i] = ~pFuzzData[i]; // invert the bits of this byte
|
||||
if (png.openFLASH(pFuzzData, sizeof(octocat_8bpp), PNGDraw) == PNG_SUCCESS) { // the PNG header may be rejected
|
||||
png.decode(NULL, 0);
|
||||
}
|
||||
} // for each test
|
||||
PNGLOG(__LINE__, szTestName, " - PASSED");
|
||||
iTotalPass++;
|
||||
|
||||
// Fuzz test part 2 - multi-byte random corruption
|
||||
szTestName = (char *)"Multi-Byte Random Corruption Test";
|
||||
iTotal++;
|
||||
PNGLOG(__LINE__, szTestName, szStart);
|
||||
for (i=0; i<1000; i++) { // 1000 iterations of random spots in the file to corrupt with random values
|
||||
int iOffset;
|
||||
memcpy(pFuzzData, octocat_8bpp, sizeof(octocat_8bpp)); // start with the valid data
|
||||
iOffset = rand() % sizeof(octocat_8bpp);
|
||||
pFuzzData[iOffset] = (uint8_t)rand();
|
||||
iOffset = rand() % sizeof(octocat_8bpp); // corrupt 2 spots just for good measure
|
||||
pFuzzData[iOffset] = (uint8_t)rand();
|
||||
if (png.openFLASH(pFuzzData, sizeof(octocat_8bpp), PNGDraw) == PNG_SUCCESS) { // the PNG header may be rejected
|
||||
png.decode(NULL, 0);
|
||||
}
|
||||
} // for each test
|
||||
PNGLOG(__LINE__, szTestName, " - PASSED");
|
||||
iTotalPass++;
|
||||
|
||||
free(pFuzzData);
|
||||
printf("Total tests: %d, %d passed, %d failed\n", iTotal, iTotalPass, iTotalFail);
|
||||
return 0;
|
||||
} /* main() */
|
||||
@@ -0,0 +1,56 @@
|
||||
PNGdec
|
||||
------
|
||||
Copyright (c) 2021 BitBank Software, Inc.<br>
|
||||
Written by Larry Bank<br>
|
||||
bitbank@pobox.com<br>
|
||||
|
||||
What is it?
|
||||
------------
|
||||
An 'embedded-friendly' (aka Arduino) PNG image decoding library<br>
|
||||
<br>
|
||||
|
||||
Why did you write it?
|
||||
---------------------
|
||||
Starting in the late 80's I wrote my own imaging codecs for the existing standards (CCITT G3/G4 was the first). I soon added GIF, JPEG and not long after that, the PNG specification was ratified. All of this code was "clean room" - written just from the specification. I used my imaging library in many projects and products over the years and recently decided that some of my codecs could get a new lease on life as open source, embedded-friendly libraries for microcontrollers.<br>
|
||||
<br>
|
||||
|
||||
What's special about it?<br>
|
||||
------------------------
|
||||
The PNG image specification was written at a time when computers had megabytes of RAM and conserving memory wasn't a big priority. The memory allocated for decoding the compressed data (zlib) and for holding the uncompressed image can be quite a bit more than is available on modern microcontrollers (usually measured in K bytes). Three goals for this project are: easy to compile+use on all embedded systems, use a minimal amount of RAM and be self-contained. One of the dependencies I like to remove when working on embedded software is malloc/free. When compiling on a system with a tiny amount of RAM, heap memory management might not even exist.<br>
|
||||
|
||||
Feature summary:<br>
|
||||
----------------<br>
|
||||
- *New* Added PNGDisplay helper class to simplify displaying images on displays supported by my bb_spi_lcd library<br>
|
||||
- Runs on any MCU with at least 48K of free RAM<br>
|
||||
- No external dependencies (including malloc/free)<br>
|
||||
- Decode an image line by line with a callback function<br>
|
||||
- Decode an image to a user supplied buffer (no callback needed)<br>
|
||||
- Supports all standard options except interlacing (too much RAM needed)<br>
|
||||
- Function provided to turn any pixel format into RGB565 for LCD displays<br>
|
||||
- Optionally disable zlib's internal CRC check - improves speed by 10-30%
|
||||
- Arduino-style C++ library class with simple API<br>
|
||||
- Can by built as straight C as well<br>
|
||||
<br>
|
||||
|
||||
How fast is it?<br>
|
||||
---------------<br>
|
||||
For most PNG images, the time is split about 50/50 between inflate and de-filtering. Indexed images usually don't enable filtering, so it becomes nearly 100% the inflator. Converting the output to RGB565 can take significant cycles if doing alpha blending. The examples folder contains a sketch to measure the performance of decoding a 240x200 image of varying bit depths. Here's the results when run on a few common MCUs:<br>
|
||||
|
||||
<br>
|
||||
<p align="center">
|
||||
<img width="770" height="201" src="https://github.com/bitbank2/PNGdec/blob/master/perf_small.png?raw=true">
|
||||
</p>
|
||||
|
||||
Documentation:<br>
|
||||
---------------<br>
|
||||
Detailed information about the API is in the [Wiki](https://github.com/bitbank2/PNGdec/wiki)<br>
|
||||
See the examples folder for easy starting points<br>
|
||||
<br>
|
||||
|
||||
## Funding
|
||||
|
||||
This project received funding through [NGI Zero Core](https://nlnet.nl/core), a fund established by [NLnet](https://nlnet.nl) with financial support from the European Commission's [Next Generation Internet](https://ngi.eu) program. Learn more at the [NLnet project page](https://nlnet.nl/project/ImageCodes-Optimised).
|
||||
|
||||
[<img src="https://nlnet.nl/logo/banner.png" alt="NLnet foundation logo" width="20%" />](https://nlnet.nl)
|
||||
[<img src="https://nlnet.nl/image/logos/NGI0_tag.svg" alt="NGI Zero Logo" width="20%" />](https://nlnet.nl/core)
|
||||
|
||||
@@ -0,0 +1,87 @@
|
||||
//
|
||||
// 1-bpp PNG example - drawing transparent images on an SSD1306 OLED
|
||||
// written by Larry Bank
|
||||
// May 31, 2021
|
||||
//
|
||||
|
||||
#include <PNGdec.h>
|
||||
#include <OneBitDisplay.h>
|
||||
// really 2-bpp to get a transparent color in the palette
|
||||
#include "octocat_1bpp.h"
|
||||
|
||||
#define USE_HW_I2C 1
|
||||
#define INVERT 0
|
||||
#define FLIP180 0
|
||||
#define OLED_ADDR -1
|
||||
OBDISP obd;
|
||||
PNG png;
|
||||
static uint8_t ucBackBuffer[1024];
|
||||
|
||||
//
|
||||
// Draw 1-bpp pixels onto the back buffer while respecting the transparent mask
|
||||
// This needs to be done in the sketch and not the library because it's very
|
||||
// specific to the memory layout of the SSD1306
|
||||
//
|
||||
void DrawPixelsMasked(int y, uint8_t *pPixels, uint8_t *pMask, int width)
|
||||
{
|
||||
int x, iBit;
|
||||
uint8_t *d, ucPix, ucAlpha, ucMask;
|
||||
// The display has the bytes oriented vertically while the bitmap has them packed horizontally
|
||||
d = &ucBackBuffer[(y >> 3) * 128 + 25]; // pointer to display memory (center it horizontally too)
|
||||
ucMask = 1 << (y & 7); // bit position of display memory (LSB on top)
|
||||
for (x=0; x<width; x+= 8) { // read the source image one byte at a time
|
||||
ucAlpha = *pMask++; // alpha mask is always 1-bit per pixel
|
||||
for (iBit=0; iBit<8; iBit++) {
|
||||
if (iBit == 0 || iBit == 4) // source image is 2-bpp, so work in groups of 4 per byte
|
||||
ucPix = *pPixels++;
|
||||
if (ucAlpha & 0x80) { // this pixel is opaque
|
||||
if ((ucPix & 0xc0) == 0x80) // white? a bit of a hack for this image; I should do a palette lookup here
|
||||
*d |= ucMask;
|
||||
else
|
||||
*d &= ~ucMask;
|
||||
} // pixel is opaque
|
||||
ucAlpha <<= 1;
|
||||
ucPix <<= 2;
|
||||
d++;
|
||||
} // for each bit/pixel
|
||||
} // for each group of 8 pixels
|
||||
} /* DrawPixelsMasked() */
|
||||
|
||||
int PNGDraw(PNGDRAW *pDraw)
|
||||
{
|
||||
uint8_t ucMask[32];
|
||||
|
||||
if (png.getAlphaMask(pDraw, ucMask, 255)) { // if any pixels are opaque, draw them
|
||||
DrawPixelsMasked(pDraw->y, pDraw->pPixels, ucMask, pDraw->iWidth);
|
||||
}
|
||||
return 1;
|
||||
} /* PNGDraw() */
|
||||
|
||||
void setup() {
|
||||
Serial.begin(115200);
|
||||
obdI2CInit(&obd, OLED_128x64, OLED_ADDR, FLIP180, INVERT, USE_HW_I2C, -1, -1, -1, 400000L);
|
||||
obdSetBackBuffer(&obd, ucBackBuffer);
|
||||
obdFill(&obd, 0, 1);
|
||||
} /* setup() */
|
||||
|
||||
void loop() {
|
||||
int i, rc;
|
||||
char szTemp[256];
|
||||
|
||||
// create a 'gray' background pattern on the OLED
|
||||
for (i=0; i<1024; i+=2) {
|
||||
ucBackBuffer[i] = 0x55;
|
||||
ucBackBuffer[i+1] = 0xaa;
|
||||
}
|
||||
obdDumpBuffer(&obd, NULL); // display gray background
|
||||
delay(2000);
|
||||
rc = png.openRAM((uint8_t *)octocat_1bpp, sizeof(octocat_1bpp), PNGDraw);
|
||||
if (rc == PNG_SUCCESS) {
|
||||
sprintf(szTemp, "image specs: (%d x %d), %d bpp, pixel type: %d\n", png.getWidth(), png.getHeight(), png.getBpp(), png.getPixelType());
|
||||
Serial.print(szTemp);
|
||||
rc = png.decode(NULL, 0); // no private structure and skip CRC checking
|
||||
obdDumpBuffer(&obd, NULL); // show the image
|
||||
png.close();
|
||||
} // png opened successfully
|
||||
delay(2000); // rinse, repeat
|
||||
} /* loop() */
|
||||
@@ -0,0 +1,35 @@
|
||||
//
|
||||
// octocat_1bpp
|
||||
// Data size = 373 bytes
|
||||
//
|
||||
// PNG, Compression=Flate, Size: 77 x 64, 2-Bpp
|
||||
//
|
||||
// for non-Arduino builds...
|
||||
#ifndef PROGMEM
|
||||
#define PROGMEM
|
||||
#endif
|
||||
const uint8_t octocat_1bpp[] PROGMEM = {
|
||||
0x89,0x50,0x4e,0x47,0x0d,0x0a,0x1a,0x0a,0x00,0x00,0x00,0x0d,0x49,0x48,0x44,0x52,
|
||||
0x00,0x00,0x00,0x4d,0x00,0x00,0x00,0x40,0x02,0x03,0x00,0x00,0x00,0x22,0xf9,0x12,
|
||||
0xfd,0x00,0x00,0x00,0x09,0x50,0x4c,0x54,0x45,0x00,0xf0,0x7a,0x00,0x00,0x00,0xff,
|
||||
0xff,0xff,0x34,0xae,0x54,0xfd,0x00,0x00,0x00,0x01,0x74,0x52,0x4e,0x53,0x00,0x40,
|
||||
0xe6,0xd8,0x66,0x00,0x00,0x01,0x1a,0x49,0x44,0x41,0x54,0x38,0xcb,0xb5,0xd3,0x31,
|
||||
0x6e,0xc3,0x30,0x0c,0x00,0x40,0x3a,0x80,0x96,0xcc,0xf5,0x13,0xba,0xf4,0x15,0xe9,
|
||||
0x90,0xdd,0x05,0x24,0x01,0xd6,0xd4,0x25,0x05,0xea,0x57,0xf8,0x13,0xce,0xdc,0x45,
|
||||
0x41,0xc4,0x57,0x56,0xb4,0x25,0x87,0x94,0x9c,0x66,0x68,0xcb,0x45,0xc0,0x81,0x22,
|
||||
0x21,0x93,0x06,0xb8,0x1b,0x4f,0xe9,0xd4,0x1c,0x4d,0x37,0x1f,0x4a,0xa2,0xe1,0xc7,
|
||||
0x8a,0xaf,0xc6,0x98,0xa3,0xc0,0xc6,0xe4,0x78,0x84,0xf0,0x0f,0x78,0x6b,0x74,0xb8,
|
||||
0xa1,0x5a,0xb1,0x7b,0x80,0xed,0x8a,0xfa,0x0f,0xd1,0x21,0x45,0x90,0x88,0x4b,0x6c,
|
||||
0xe2,0xc4,0xd1,0x26,0xf4,0x1c,0xdd,0x36,0x5e,0xee,0x61,0x18,0x0a,0xa4,0x56,0xd3,
|
||||
0x10,0x24,0x52,0x2b,0x2f,0x32,0x95,0xc3,0x33,0x21,0x16,0x98,0xba,0xb3,0x4f,0xd7,
|
||||
0xd0,0xe5,0x4b,0x81,0xb0,0xbe,0x88,0x8d,0x03,0xda,0xfc,0x76,0x3e,0xcd,0x54,0x34,
|
||||
0x88,0xad,0x6b,0x4c,0xd5,0x27,0x7f,0x12,0x2f,0xc6,0xae,0xd3,0x3a,0xf0,0x36,0x60,
|
||||
0x97,0x25,0x11,0xb6,0x53,0x87,0x79,0x49,0x3a,0x89,0x63,0x8d,0xd0,0xbc,0xcf,0x4b,
|
||||
0xa2,0xe5,0x2f,0x63,0xe2,0x98,0xde,0x4a,0xb4,0x1f,0xa7,0x1a,0xe3,0x36,0x1c,0x2b,
|
||||
0x54,0x84,0xba,0x40,0x68,0xd5,0x06,0xc2,0xaf,0xb1,0xb7,0x15,0x3e,0x9f,0x7a,0x67,
|
||||
0x47,0x69,0x2f,0x9e,0x10,0x85,0xee,0x71,0xc1,0xab,0x48,0x4c,0xc8,0x53,0x77,0x71,
|
||||
0xb8,0xbe,0x77,0x13,0xe2,0x17,0xc7,0x60,0x23,0xfa,0x81,0xdf,0xdf,0xd3,0xd4,0x3e,
|
||||
0x69,0x76,0x57,0x71,0x3d,0xee,0xa1,0xa9,0xf1,0x1c,0x97,0x4e,0xd4,0x04,0xcc,0x31,
|
||||
0x82,0x2c,0x3a,0x87,0x78,0xd1,0x46,0xe2,0x52,0x55,0x56,0xcc,0x15,0xe0,0xc7,0xf8,
|
||||
0x06,0xa3,0x85,0xe6,0x10,0x4b,0x49,0x02,0x6a,0x00,0x00,0x00,0x00,0x49,0x45,0x4e,
|
||||
0x44,0xae,0x42,0x60,0x82};
|
||||
@@ -0,0 +1,79 @@
|
||||
//
|
||||
// Example sketch showing the performance benefit of using
|
||||
// DMA when pushing pixels to serial connected LCD displays
|
||||
//
|
||||
// written by Larry Bank (bitbank@pobox.com)
|
||||
// Febrary 27, 2025
|
||||
//
|
||||
#include <PNGdec.h>
|
||||
#include <bb_spi_lcd.h>
|
||||
#include "../../test_images/octocat.h"
|
||||
PNG png;
|
||||
BB_SPI_LCD lcd;
|
||||
int w, h, xoff, yoff;
|
||||
bool bDMA;
|
||||
static uint16_t usPixels[320]; // make sure there is enough room for the full image width
|
||||
|
||||
//
|
||||
// PNG draw callback
|
||||
// Called with a full row of pixels
|
||||
// for every row in the image
|
||||
//
|
||||
int PNGDraw(PNGDRAW *pDraw)
|
||||
{
|
||||
if (pDraw->y == 0) {
|
||||
// set the address window when we get the first line
|
||||
lcd.setAddrWindow(xoff, yoff, w, h);
|
||||
}
|
||||
// There's a risk of overwriting pixels that are still being sent to the display if we only use a single \
|
||||
// DMA buffer, **BUT** in this case, the PNG decoding plus the pixel conversion takes a long time
|
||||
// relative to sending pixels to the display. If the display were a REALLY slow one, then it would be
|
||||
// prodent to use a dual (ping-pong) buffer scheme to avoid that risk.
|
||||
png.getLineAsRGB565(pDraw, usPixels, PNG_RGB565_BIG_ENDIAN, 0); // get help converting to RGB565
|
||||
if (bDMA) {
|
||||
lcd.pushPixels(usPixels, pDraw->iWidth, DRAW_TO_LCD | DRAW_WITH_DMA);
|
||||
} else {
|
||||
lcd.pushPixels(usPixels, pDraw->iWidth);
|
||||
}
|
||||
return 1;
|
||||
} /* PNGDraw() */
|
||||
|
||||
void setup()
|
||||
{
|
||||
long lTime;
|
||||
lcd.begin(DISPLAY_CYD_543 /*DISPLAY_WS_AMOLED_18*/);
|
||||
lcd.fillScreen(TFT_BLACK);
|
||||
lcd.setFont(FONT_12x16);
|
||||
lcd.setTextColor(TFT_GREEN);
|
||||
lcd.setCursor((lcd.width() - 17*12)/2, 0);
|
||||
lcd.print("PNG DMA Perf Demo");
|
||||
png.openFLASH((uint8_t *)octocat, sizeof(octocat), PNGDraw);
|
||||
w = png.getWidth();
|
||||
h = png.getHeight();
|
||||
xoff = (lcd.width() - w)/2; // center on the LCD
|
||||
yoff = (lcd.height() - h)/2;
|
||||
bDMA = false; // first time without DMA
|
||||
lTime = micros();
|
||||
png.decode(NULL, PNG_FAST_PALETTE); // use the RGB565 palette to speed up color conversion for the LCD
|
||||
lTime = micros() - lTime;
|
||||
png.close();
|
||||
lcd.setCursor((lcd.width() - (20*12))/2, lcd.height()-32);
|
||||
lcd.printf("Without DMA: %d us\n", (int)lTime);
|
||||
png.openFLASH((uint8_t *)octocat, sizeof(octocat), PNGDraw);
|
||||
w = png.getWidth();
|
||||
h = png.getHeight();
|
||||
xoff = (lcd.width() - w)/2; // center on the LCD
|
||||
yoff = (lcd.height() - h)/2;
|
||||
bDMA = true; // second time with DMA
|
||||
lTime = micros();
|
||||
png.decode(NULL, PNG_FAST_PALETTE); // use the RGB565 palette to speed up color conversion for the LCD
|
||||
lTime = micros() - lTime;
|
||||
png.close();
|
||||
lcd.setCursor((lcd.width() - (17*12))/2, lcd.height()-16);
|
||||
lcd.printf("With DMA: %d us\n", (int)lTime);
|
||||
}
|
||||
|
||||
void loop()
|
||||
{
|
||||
|
||||
}
|
||||
@@ -0,0 +1,807 @@
|
||||
//
|
||||
// octocat_32bpp
|
||||
// Data size = 12735 bytes
|
||||
//
|
||||
// PNG, Compression=Flate, Size: 240 x 200, 32-Bpp
|
||||
//
|
||||
// for non-Arduino builds...
|
||||
#ifndef PROGMEM
|
||||
#define PROGMEM
|
||||
#endif
|
||||
const uint8_t octocat_32bpp[] PROGMEM = {
|
||||
0x89,0x50,0x4e,0x47,0x0d,0x0a,0x1a,0x0a,0x00,0x00,0x00,0x0d,0x49,0x48,0x44,0x52,
|
||||
0x00,0x00,0x00,0xf0,0x00,0x00,0x00,0xc8,0x08,0x06,0x00,0x00,0x00,0xd6,0x7c,0x6c,
|
||||
0x52,0x00,0x00,0x00,0x06,0x62,0x4b,0x47,0x44,0x00,0xff,0x00,0xff,0x00,0xff,0xa0,
|
||||
0xbd,0xa7,0x93,0x00,0x00,0x20,0x00,0x49,0x44,0x41,0x54,0x78,0xda,0xed,0x9d,0x77,
|
||||
0x78,0x1c,0xd5,0xb9,0xff,0x3f,0x33,0xb3,0x4d,0xab,0xb6,0x6a,0xb6,0xaa,0x67,0x6d,
|
||||
0xd9,0x72,0x05,0x0c,0xd8,0x18,0xb0,0x0d,0xa6,0x07,0x08,0x25,0x09,0x10,0x12,0xd2,
|
||||
0x08,0x4a,0xc2,0x25,0x9d,0x24,0xa4,0x91,0x9b,0x9b,0x5f,0xca,0x4d,0x42,0x92,0x9b,
|
||||
0xe4,0x92,0x0b,0x09,0xe2,0x86,0x70,0x93,0x00,0xa1,0x27,0x10,0x6a,0x42,0x2f,0xc1,
|
||||
0x80,0x01,0x03,0x96,0xe5,0xb6,0xe3,0x22,0xab,0x6b,0xd5,0x56,0xdb,0x66,0xe6,0xf7,
|
||||
0xc7,0x8c,0x64,0xc9,0x96,0xad,0x5d,0xd5,0x2d,0xe7,0xfb,0x3c,0xf3,0x48,0x5a,0xed,
|
||||
0x94,0x73,0xe6,0xfd,0x9e,0xf7,0x9c,0xf7,0xbc,0x05,0x04,0x04,0x04,0x04,0x04,0x04,
|
||||
0x04,0x04,0x04,0x04,0x04,0x92,0x80,0x94,0xed,0x1d,0xe0,0x57,0x55,0x2f,0xe0,0xb4,
|
||||
0xfb,0x42,0x97,0x24,0x29,0xba,0x2b,0x10,0x88,0x08,0xd1,0x98,0x5d,0xcc,0xf7,0xfb,
|
||||
0x5d,0xa6,0x69,0xba,0x00,0x87,0xfd,0x51,0x5c,0x51,0x94,0xd0,0x8e,0x9d,0x3b,0x0d,
|
||||
0xd1,0x3b,0x82,0xc0,0x43,0xe4,0x3d,0x0b,0xb8,0x17,0xc8,0x1f,0x12,0x12,0xa0,0x03,
|
||||
0xd8,0x03,0xbc,0x09,0xbc,0x0c,0x3c,0x1b,0xd0,0xb4,0x6d,0x42,0x54,0xa6,0xfd,0x5d,
|
||||
0x54,0x03,0x6b,0xed,0x63,0x25,0x30,0x1f,0x28,0x03,0xdc,0xf6,0x57,0x06,0x81,0xff,
|
||||
0x08,0x68,0xda,0x4f,0x45,0x6f,0x09,0x02,0x0f,0x09,0xcd,0xdd,0xc0,0x25,0xe3,0x7c,
|
||||
0x4d,0x07,0x76,0x01,0xf7,0x03,0x77,0x06,0x34,0xed,0x75,0x21,0x36,0x53,0xd6,0xff,
|
||||
0xf3,0x81,0x0f,0xd9,0xef,0x60,0x39,0xe0,0x1a,0xe7,0x94,0x00,0xb0,0x20,0xa0,0x69,
|
||||
0xa6,0xe8,0xbd,0x2c,0x27,0xb0,0x5f,0x55,0xf3,0x6d,0x6d,0xeb,0x4a,0xf2,0xd4,0x77,
|
||||
0x80,0xdf,0x01,0xb7,0x07,0x34,0x2d,0x28,0x44,0x28,0xe9,0x7e,0xf7,0x00,0xef,0x03,
|
||||
0xae,0x06,0x4e,0x99,0xc0,0x25,0xd6,0x06,0x34,0xed,0x45,0xd1,0x93,0x16,0xe4,0x2c,
|
||||
0x6e,0xfb,0x85,0x13,0x20,0x2f,0xb6,0xa6,0xf8,0x15,0xb0,0xc7,0xaf,0xaa,0x37,0xfa,
|
||||
0x55,0x75,0xa1,0x10,0xa3,0x84,0x88,0x5b,0xe6,0x57,0xd5,0xef,0x00,0x3b,0x81,0x3f,
|
||||
0x4f,0x90,0xbc,0x24,0x30,0x63,0x12,0x1a,0x38,0x4b,0x04,0xea,0x2f,0xc0,0xa5,0x53,
|
||||
0x70,0xa9,0x28,0x70,0x0f,0xf0,0xff,0x02,0x9a,0xb6,0x55,0x88,0xd4,0xa1,0xc4,0x05,
|
||||
0xbe,0x0e,0x7c,0x7a,0x84,0xad,0x61,0x32,0xd8,0x0a,0x2c,0x0f,0x68,0x9a,0x2e,0x7a,
|
||||
0x37,0x4b,0x09,0xec,0x57,0x55,0x07,0xb0,0x1f,0x28,0x9d,0xc2,0xcb,0xea,0xc0,0x1f,
|
||||
0x80,0xef,0x06,0x34,0x6d,0xaf,0x20,0xae,0x5a,0x00,0x7c,0x15,0xb8,0x16,0xc8,0x9d,
|
||||
0xe2,0xcb,0x2f,0x08,0x68,0xda,0x2e,0x41,0xdf,0xec,0x9d,0x42,0x1f,0x35,0xc5,0xe4,
|
||||
0x05,0x50,0x80,0x4f,0x02,0x4d,0x7e,0x55,0xfd,0x81,0xbd,0xc6,0xce,0xca,0xc1,0xd1,
|
||||
0xaf,0xaa,0x9f,0x01,0xb6,0x01,0xdf,0x99,0x06,0xf2,0x02,0x9c,0x2e,0xa8,0x6b,0xc1,
|
||||
0x91,0xa5,0xed,0x3e,0x79,0x1a,0xaf,0x9d,0x03,0x7c,0x1b,0xf8,0x84,0x5f,0x55,0xaf,
|
||||
0x0b,0x68,0xda,0x9f,0xa7,0x91,0x2c,0x25,0x40,0x89,0x3d,0x35,0xcd,0xb3,0x0f,0x8f,
|
||||
0xfd,0x5e,0x1d,0xf6,0xa0,0x12,0xb3,0x67,0x07,0x31,0x60,0x00,0x08,0x01,0x7d,0x40,
|
||||
0x37,0xd0,0x15,0xd0,0xb4,0xfe,0x29,0x7c,0x9e,0xf5,0xc0,0x7f,0x03,0xc7,0x4c,0xf3,
|
||||
0xfb,0x3b,0x09,0xb8,0x55,0xd0,0x37,0x7b,0x09,0xbc,0x7a,0x06,0xee,0x51,0x05,0xfc,
|
||||
0xc9,0xaf,0xaa,0x57,0x01,0x57,0x27,0xb3,0x97,0xec,0x57,0x55,0x09,0x6b,0xff,0xb3,
|
||||
0x1a,0x58,0x0a,0x2c,0x02,0xfc,0x40,0x0d,0xa0,0xda,0x9f,0x17,0x8f,0x98,0x41,0x25,
|
||||
0xbb,0x14,0x1a,0xda,0x86,0x31,0xfd,0xaa,0x1a,0x03,0x9a,0x81,0xbd,0x58,0xfb,0xdf,
|
||||
0x3b,0x81,0x1d,0x40,0x13,0xb0,0x05,0xe8,0x0b,0x68,0x5a,0x3c,0x81,0x81,0xe4,0x67,
|
||||
0xc0,0xc7,0x67,0x68,0x59,0x76,0x82,0xa0,0x6e,0x76,0xaf,0x81,0x5f,0x07,0x8e,0x9d,
|
||||
0xc1,0x5b,0x86,0x81,0xef,0x01,0x3f,0x0f,0x68,0x5a,0x6c,0x8c,0xe7,0x29,0x05,0x96,
|
||||
0xd9,0x82,0x79,0x1c,0xb0,0xc2,0x26,0xad,0x27,0x05,0xba,0x6b,0xaf,0x4d,0xe6,0xd7,
|
||||
0x81,0x8d,0xf6,0xcf,0x5d,0x43,0x46,0x24,0xbf,0xaa,0x5e,0x0e,0xfc,0x1a,0xcb,0xe9,
|
||||
0x62,0xa6,0xa0,0x03,0x6e,0x61,0xc8,0xca,0x42,0x02,0xfb,0x55,0x35,0xc7,0xd6,0x34,
|
||||
0x25,0xb3,0x70,0xfb,0x57,0x81,0x2b,0x81,0x16,0x60,0x83,0x7d,0x9c,0x0a,0xd4,0xda,
|
||||
0x53,0xef,0x74,0x80,0x89,0x65,0x00,0xfc,0x97,0x3d,0xc0,0x9c,0x3b,0x4b,0xcf,0xb1,
|
||||
0x34,0xa0,0x69,0x8d,0x62,0x0a,0x9d,0x7d,0xc8,0x9b,0x25,0xf2,0x02,0xac,0x02,0x36,
|
||||
0xd9,0x03,0xa7,0x92,0xc6,0x83,0x7e,0x25,0x96,0x33,0xc6,0x6c,0x62,0x01,0x20,0x08,
|
||||
0x9c,0x85,0x6d,0xae,0x14,0x7d,0x9e,0x11,0xa8,0x11,0x5d,0x90,0x9d,0xdb,0x48,0x73,
|
||||
0xc4,0x6b,0xcf,0x08,0x94,0x88,0x2e,0xc8,0x4e,0x02,0x17,0x8a,0xd7,0x9e,0x11,0xf0,
|
||||
0x89,0x2e,0xc8,0x4e,0x02,0xbb,0xc5,0x6b,0x17,0xef,0x51,0x10,0x38,0x7d,0xa1,0x88,
|
||||
0xd7,0x2e,0xde,0xa3,0x20,0x70,0xfa,0x42,0x64,0xdb,0xc8,0x0c,0x44,0x45,0x17,0x64,
|
||||
0x27,0x81,0x07,0xc4,0x6b,0xcf,0x08,0xf4,0x8b,0x2e,0xc8,0x4e,0x02,0xb7,0x89,0xd7,
|
||||
0x9e,0x11,0xe8,0x14,0x5d,0x90,0x9d,0x04,0x6e,0x16,0xaf,0x3d,0x23,0xb0,0x5f,0x74,
|
||||
0x41,0x76,0x12,0x38,0x28,0xa6,0x5f,0x19,0x81,0x1d,0xa2,0x0b,0xb2,0x77,0x0d,0xbc,
|
||||
0x5b,0xbc,0xfa,0xb4,0x47,0xa3,0xe8,0x82,0x2c,0x24,0xb0,0x9d,0xd1,0x70,0xb3,0x78,
|
||||
0xf5,0x69,0x8d,0xed,0x01,0x4d,0x13,0xc6,0x48,0xb2,0x37,0x23,0x87,0xc8,0x6a,0x28,
|
||||
0xde,0x9f,0x20,0x70,0x1a,0xe3,0x69,0x0e,0x04,0xb5,0x0b,0xa4,0x1f,0xfe,0x21,0xba,
|
||||
0x20,0x8b,0x09,0x1c,0xd0,0xb4,0xb7,0xb0,0x62,0x82,0x05,0x04,0x04,0x81,0xd3,0x14,
|
||||
0x77,0x89,0xd7,0x9f,0xb6,0xb8,0xd5,0xaf,0xaa,0xe7,0x8b,0x6e,0xc8,0x6e,0x02,0x17,
|
||||
0x89,0xd7,0x9f,0xb6,0x70,0x00,0x77,0xf9,0x55,0x75,0x8d,0x20,0x70,0x16,0xc2,0xaf,
|
||||
0xaa,0xd7,0x01,0xf5,0x82,0x07,0x69,0x8d,0x5c,0xe0,0x41,0xbb,0x28,0x5a,0xd6,0x22,
|
||||
0x1b,0x73,0x62,0x9d,0x07,0xfc,0x2d,0xcb,0x67,0x1f,0x99,0x84,0x8d,0xc0,0xba,0x80,
|
||||
0xa6,0x65,0x65,0x70,0x83,0x92,0x65,0xe4,0xf5,0x03,0x8f,0x93,0x3e,0x09,0xe4,0x04,
|
||||
0xc6,0x47,0x15,0x50,0x14,0xec,0xe9,0x79,0x44,0x10,0x38,0xb3,0xc9,0xeb,0x00,0xfe,
|
||||
0x0e,0x88,0x62,0x64,0x99,0x87,0x55,0x3e,0x9f,0x6f,0x63,0xb0,0xa7,0x67,0xbb,0x58,
|
||||
0x03,0x67,0x2e,0xae,0x03,0xd6,0x08,0x59,0xcf,0x58,0x39,0xbe,0x39,0x1b,0xcb,0xd9,
|
||||
0x64,0x85,0x06,0xf6,0xab,0xea,0x62,0xe0,0x4e,0x44,0x46,0xc8,0x4c,0x46,0x21,0xe0,
|
||||
0x09,0xf6,0xf4,0x3c,0x26,0x34,0x70,0xe6,0xe1,0x46,0x44,0x0e,0xa5,0x6c,0xc0,0xe7,
|
||||
0xfd,0xaa,0xba,0x44,0x10,0x38,0xb3,0xb4,0xef,0xf9,0xc0,0x99,0x42,0xb6,0xb3,0x02,
|
||||
0x0e,0xe0,0xa7,0xd9,0xd4,0x60,0x29,0xc3,0xc9,0x2b,0x03,0x6f,0x60,0x95,0x13,0x15,
|
||||
0xc8,0x0e,0x18,0xc0,0x89,0x01,0x4d,0xdb,0x28,0x34,0x70,0xfa,0xe3,0x22,0x41,0xde,
|
||||
0xac,0x83,0x0c,0x7c,0x5d,0x68,0xe0,0xf4,0xd7,0xbe,0x12,0xf0,0x3c,0xd3,0x5b,0x0b,
|
||||
0x58,0x20,0x35,0x11,0x07,0x16,0x05,0x34,0x2d,0x20,0x34,0x70,0xfa,0xe2,0x38,0x41,
|
||||
0xde,0xac,0x5e,0x0b,0x67,0x85,0xab,0x6c,0x26,0x13,0x58,0xf8,0x3a,0x67,0x37,0xae,
|
||||
0xb4,0x67,0x61,0x82,0xc0,0x69,0x38,0x7d,0x76,0x02,0x1f,0x12,0x32,0x9c,0xd5,0xa8,
|
||||
0xc4,0xaa,0xbd,0x2c,0x08,0x9c,0x86,0x38,0x0b,0x51,0xc4,0x4c,0x00,0xde,0x2f,0x08,
|
||||
0x9c,0x9e,0xb8,0x58,0xc8,0xae,0x00,0x70,0x9e,0x20,0x70,0x7a,0xe2,0x6c,0x21,0xbb,
|
||||
0x02,0x80,0xdf,0xaf,0xaa,0xb5,0x82,0xc0,0xe9,0xb5,0xfe,0xad,0x05,0xaa,0x85,0xec,
|
||||
0x0a,0x60,0xf9,0xfa,0x9f,0x20,0x08,0x9c,0x5e,0x38,0x1e,0x51,0x7a,0x52,0xe0,0x00,
|
||||
0x4e,0x16,0x04,0x4e,0x2f,0xac,0x12,0x32,0x2b,0x30,0x02,0xc7,0x08,0x02,0xa7,0x17,
|
||||
0x56,0x08,0x99,0x15,0x18,0x81,0x5a,0xbf,0xaa,0xba,0x32,0xb5,0x71,0x19,0x15,0x1f,
|
||||
0x6b,0x07,0x2f,0xa4,0x9c,0xd1,0x22,0x1a,0xd7,0x09,0xc5,0x74,0x62,0x86,0x89,0x53,
|
||||
0x91,0x29,0xcc,0x71,0xe3,0x71,0x3a,0x88,0xc6,0xe3,0x74,0x87,0x22,0xc4,0x74,0x03,
|
||||
0x09,0x70,0xc8,0x12,0x4e,0x59,0xc2,0xe5,0x50,0x70,0x28,0xf2,0xac,0xfb,0xb9,0x9a,
|
||||
0x40,0x5c,0x37,0x88,0xc4,0x75,0xa2,0xba,0x81,0x6e,0x82,0x2c,0x4b,0x94,0x78,0x3d,
|
||||
0x14,0xe6,0x7a,0xf0,0xb8,0x9c,0x98,0xa6,0x49,0xdf,0x60,0x84,0xfd,0xc1,0x7e,0xe2,
|
||||
0xba,0x81,0xc7,0x21,0xe3,0x75,0x39,0x90,0xa5,0x94,0xf1,0xa1,0xa8,0x00,0xbc,0x64,
|
||||
0x68,0x41,0xf0,0x4c,0x0b,0x70,0xf7,0x00,0x73,0x66,0x53,0xe0,0x9d,0x8a,0x8c,0x7f,
|
||||
0x6e,0x09,0x6b,0x96,0x2e,0xa0,0xa2,0xb4,0x88,0xa2,0x7c,0x2f,0x79,0xde,0x1c,0x0a,
|
||||
0x72,0xbd,0x38,0x14,0x19,0xcc,0x31,0x0a,0x42,0xd8,0xc2,0x1e,0xd7,0x0d,0x22,0xb1,
|
||||
0x18,0xa1,0xc1,0x08,0x83,0x91,0x28,0xa6,0x69,0x12,0x8d,0xc7,0xe9,0x0b,0x85,0xe9,
|
||||
0x1d,0x08,0x11,0x8f,0xeb,0xc4,0x74,0x83,0xe0,0x40,0x88,0xd6,0xae,0x5e,0x5a,0x3b,
|
||||
0x83,0x0c,0x46,0xa3,0x98,0x26,0x18,0xa6,0x89,0x6e,0x98,0xe8,0x86,0x31,0xfc,0xf7,
|
||||
0xd0,0xa5,0x65,0x49,0x42,0x96,0x24,0x1c,0x8a,0x8c,0x2c,0x49,0x48,0x12,0xb8,0x1c,
|
||||
0x4e,0xca,0x4b,0x0a,0x99,0x5b,0x5c,0x48,0x51,0x9e,0xd7,0x1e,0x34,0x14,0x0a,0xf2,
|
||||
0xbc,0xe4,0x7b,0x3d,0xb8,0x1c,0x16,0x09,0x73,0x3c,0x6e,0x72,0x73,0xdc,0xb8,0x9d,
|
||||
0x4e,0x64,0x59,0x1a,0xfb,0xf9,0x47,0xb4,0x63,0x30,0x12,0xa3,0xbb,0xb7,0x8f,0x50,
|
||||
0x24,0xca,0xbe,0xb6,0x4e,0x1a,0xf7,0xb4,0xb0,0x69,0xdb,0x6e,0xfa,0x07,0x23,0x48,
|
||||
0xb3,0x43,0x6a,0xc9,0x26,0x71,0x30,0x13,0x09,0x9c,0x51,0xae,0x66,0x7e,0x55,0x2d,
|
||||
0x66,0x16,0x0a,0x3f,0x47,0xe3,0x3a,0x6b,0x97,0x2d,0xe0,0x94,0x95,0x4b,0x58,0x50,
|
||||
0x39,0x87,0xa2,0xfc,0xdc,0x61,0x02,0x01,0x98,0xc3,0x64,0x1a,0xdd,0xdd,0xe6,0x41,
|
||||
0x64,0x48,0x54,0xc0,0x25,0x9b,0x2c,0x92,0x7d,0x8e,0x09,0xe8,0x86,0x41,0x4c,0xd7,
|
||||
0xd1,0x75,0x03,0xd3,0x26,0x33,0x98,0xc8,0x92,0x8c,0x2c,0x4b,0x28,0xb2,0x8c,0x43,
|
||||
0x51,0x50,0x14,0x19,0xd9,0xbe,0xb7,0x69,0x0f,0x3b,0x66,0x82,0x45,0x66,0x46,0x3e,
|
||||
0xaf,0x24,0x49,0x63,0xb6,0xe7,0xe0,0xb6,0x4a,0x92,0x44,0x38,0x1a,0x63,0x77,0x6b,
|
||||
0x07,0xaf,0x6e,0xd9,0xc9,0xc3,0xff,0x7a,0x9b,0x59,0xa8,0x6a,0x73,0x66,0x40,0xd3,
|
||||
0x32,0xb2,0x1c,0x4b,0xa6,0x69,0xe0,0x19,0xf5,0xbe,0x32,0x0c,0x93,0x75,0x47,0xd5,
|
||||
0x72,0xe1,0xba,0xe3,0xa9,0x2a,0x2d,0x1e,0x52,0xa4,0xb8,0x3d,0x6e,0xbc,0xde,0x1c,
|
||||
0x72,0x3c,0x1e,0x5c,0x2e,0x27,0x4e,0xa7,0x13,0x45,0x51,0x90,0x64,0x69,0xd4,0x88,
|
||||
0x69,0x9a,0x60,0x9a,0x06,0xba,0x61,0xa0,0xeb,0x06,0xba,0xae,0xa3,0xeb,0x3a,0xf1,
|
||||
0xb8,0x4e,0x3c,0x1e,0xb7,0x0f,0xeb,0xf7,0x58,0x2c,0x8e,0x1e,0x8f,0x5b,0x1a,0xd6,
|
||||
0x26,0xb1,0x39,0x74,0x11,0xfb,0x6f,0x97,0xa2,0x80,0x72,0x64,0x03,0xbc,0x69,0x18,
|
||||
0xe8,0x63,0x90,0x52,0x96,0x65,0x1c,0x0e,0x07,0x0e,0x87,0x03,0xa7,0xd3,0x81,0xc3,
|
||||
0xa1,0x0c,0xff,0xed,0xb0,0xb5,0xb3,0x32,0x7c,0xc8,0x36,0x41,0xa5,0x03,0x23,0x8a,
|
||||
0x09,0x26,0x26,0x86,0x61,0x10,0x8f,0xc5,0x89,0x46,0x63,0x84,0x23,0x11,0x42,0xa1,
|
||||
0x41,0xa4,0x81,0x10,0x8b,0xaa,0xcb,0xa9,0xab,0xa9,0xe0,0x3d,0x27,0x1e,0xc3,0xb3,
|
||||
0x6f,0x6c,0xe1,0x8e,0xa7,0x5e,0xc5,0x21,0xcf,0x98,0xfe,0x28,0x15,0x6b,0xe0,0xf4,
|
||||
0x80,0x6f,0xc6,0x46,0x0a,0xaf,0x87,0xab,0x2f,0x3e,0x9d,0x15,0xf3,0xab,0x91,0x24,
|
||||
0x89,0xbc,0xbc,0x5c,0x8a,0x8b,0x8b,0x28,0xc8,0xcf,0xc3,0xe1,0x98,0x9e,0x5d,0xac,
|
||||
0x21,0x0d,0x17,0x8f,0xeb,0xc3,0x64,0xd7,0x75,0x03,0xdd,0xd0,0x31,0x0c,0x03,0x43,
|
||||
0x37,0x2c,0xcd,0x3f,0x42,0xbb,0x4a,0x48,0x96,0xb6,0x96,0x2c,0x2d,0x2c,0x2b,0x32,
|
||||
0xb2,0x2c,0x0f,0x13,0xd1,0xa1,0x58,0x44,0x1d,0x4b,0xa3,0x4e,0x14,0x6e,0x97,0x8b,
|
||||
0xdc,0xdc,0xd1,0xcf,0xdd,0x3f,0x10,0xa2,0xbb,0xdb,0x9a,0xc5,0x5e,0xb4,0x7e,0x15,
|
||||
0xc7,0x2f,0x59,0xc0,0xef,0x1f,0x7e,0x86,0xad,0x7b,0xdb,0x32,0x6e,0x60,0x17,0x04,
|
||||
0x9e,0xdc,0x1a,0x78,0xda,0xb1,0xb4,0x66,0x2e,0xff,0xf6,0xbe,0x33,0x29,0x2e,0xc8,
|
||||
0xa3,0xb0,0xb0,0x80,0xf2,0xb9,0x65,0xe4,0xe4,0x4c,0xff,0xad,0x87,0x48,0xe6,0x72,
|
||||
0xc9,0x80,0x33,0x7d,0xd6,0x69,0x92,0x44,0x7e,0x5e,0x2e,0xf9,0x79,0xb9,0x54,0x54,
|
||||
0xcc,0xa5,0xad,0xad,0x03,0x49,0x92,0xf8,0xda,0x87,0xdf,0xcb,0x9d,0x4f,0xbe,0xc8,
|
||||
0x13,0xaf,0x6d,0x99,0xee,0xf5,0xb1,0xb0,0x42,0x8b,0xf6,0x58,0x58,0xb3,0xc4,0xcf,
|
||||
0x55,0x17,0x9c,0x46,0x41,0xae,0x97,0x79,0x35,0x95,0x14,0x14,0x64,0x5d,0x26,0xd3,
|
||||
0x49,0xc1,0xe9,0x70,0x50,0x55,0x59,0x4e,0x49,0x71,0x11,0xda,0xee,0xbd,0x7c,0xf4,
|
||||
0x3d,0xeb,0x29,0xf0,0xe6,0x70,0xdf,0xf3,0x9b,0x04,0x81,0x05,0x81,0xa7,0xd7,0x3a,
|
||||
0xb2,0x6a,0xd1,0x3c,0x3e,0x75,0xe1,0xe9,0x14,0x15,0xe6,0xb3,0x60,0xbe,0x8a,0xd3,
|
||||
0x29,0xb2,0xd4,0x4e,0x78,0xaa,0xe4,0x71,0xb3,0x68,0xe1,0x7c,0x76,0xef,0x69,0xe6,
|
||||
0x7d,0xa7,0xae,0xc6,0x04,0xee,0x9f,0x3e,0x12,0xeb,0x82,0xc0,0xe9,0x81,0xd8,0x74,
|
||||
0x5d,0x78,0x7e,0x79,0x09,0xf5,0x17,0x9e,0x46,0x49,0x91,0x8f,0x05,0xf3,0x6b,0x50,
|
||||
0x14,0xe1,0xad,0x39,0x59,0xc8,0xb2,0x8c,0x3a,0xaf,0x1a,0x45,0x91,0xb9,0x68,0xfd,
|
||||
0x2a,0x82,0xfd,0x03,0x3c,0xf5,0x46,0x93,0xe8,0x98,0x2c,0x26,0x70,0x7c,0x5a,0x2c,
|
||||
0x20,0xb9,0x1e,0xbe,0x78,0xe9,0x39,0xcc,0x2d,0x29,0x66,0xc1,0xfc,0x79,0x28,0xca,
|
||||
0x04,0x1c,0xd8,0x24,0x09,0xc9,0x65,0x95,0x64,0x32,0x23,0x83,0xcc,0xc2,0x56,0xca,
|
||||
0xf4,0x4e,0x7c,0x24,0x19,0xc9,0x69,0xb7,0x2f,0x1a,0x4a,0xa6,0x5b,0xa8,0xa9,0xae,
|
||||
0x04,0xe0,0xc3,0x67,0xad,0xa3,0xad,0xbb,0x8f,0x77,0xb4,0xfd,0x69,0x21,0x17,0x82,
|
||||
0xc0,0x53,0x8f,0xd0,0x54,0x5f,0xd0,0x30,0x4d,0xfe,0xed,0xa2,0x33,0xa8,0x9a,0x53,
|
||||
0xca,0xfc,0x09,0x90,0x57,0x29,0x98,0x83,0xb3,0xbc,0x16,0x25,0xbf,0x18,0x24,0xeb,
|
||||
0x5c,0xd3,0x34,0x30,0xfa,0x3a,0x89,0xb5,0xec,0x40,0xef,0x6d,0x4f,0xeb,0x0e,0x57,
|
||||
0x0a,0xe7,0xe2,0x9c,0xbb,0x60,0x54,0xfb,0x30,0x0d,0xf4,0xde,0x4e,0x62,0xad,0x89,
|
||||
0xb7,0xaf,0xba,0xaa,0x82,0x78,0x3c,0xce,0x55,0x17,0x6c,0xe0,0xab,0xff,0x73,0x17,
|
||||
0x86,0x61,0x08,0x02,0x27,0xd2,0xff,0x99,0xd4,0x18,0x9f,0xcf,0xe7,0x01,0xae,0x9d,
|
||||
0xca,0x6b,0x5e,0xbc,0x76,0x25,0x67,0xae,0x3e,0x8a,0x85,0xb5,0x7e,0x5c,0xae,0xc4,
|
||||
0x2d,0xbf,0x92,0xe2,0xc4,0x5d,0xbb,0x0a,0x57,0xf5,0x12,0x64,0x4f,0xae,0x25,0xdc,
|
||||
0xd2,0xd0,0x96,0x8e,0x8c,0xec,0xc9,0xc5,0x51,0x5a,0x83,0x9c,0x53,0x80,0xd1,0xdb,
|
||||
0x0e,0xa6,0x91,0x56,0x7d,0x7d,0xa4,0xf6,0x31,0xaa,0x7d,0xf9,0xe8,0xbd,0x6d,0xe3,
|
||||
0xb6,0x4f,0x92,0x24,0x0a,0x0a,0xf2,0xd1,0xa3,0x51,0x2a,0x8a,0xf2,0x79,0xe1,0xed,
|
||||
0x1d,0x53,0xe9,0x8e,0x79,0x77,0xb0,0xa7,0xe7,0xcd,0x8c,0x5c,0x86,0x08,0x0d,0x7c,
|
||||
0x84,0x01,0x21,0x37,0x87,0xf3,0x4e,0x3e,0x96,0x9a,0xea,0x4a,0xdc,0xee,0xc4,0x0d,
|
||||
0x99,0x92,0xc3,0x8d,0x67,0xe9,0x3a,0x1c,0x45,0xe5,0xe3,0x4f,0x81,0x8a,0x2b,0xf0,
|
||||
0x2c,0x59,0x8b,0xe4,0x48,0x1f,0x43,0xa9,0xe4,0x4c,0xa6,0x7d,0x95,0xe4,0x2c,0x59,
|
||||
0x97,0x50,0xfb,0x14,0x59,0xc6,0xef,0xaf,0xe1,0xf8,0x25,0x0b,0x38,0x69,0xd9,0xfc,
|
||||
0xa9,0x7c,0xe4,0x48,0xc6,0xda,0x11,0x32,0x70,0x0d,0x3c,0x65,0x2f,0xeb,0x63,0xe7,
|
||||
0xac,0xa5,0xba,0x62,0x0e,0x3e,0x5f,0x41,0x12,0xd2,0x2d,0xe3,0xa9,0x5b,0x83,0x9c,
|
||||
0x93,0xf8,0xf6,0x92,0xec,0x2d,0xc0,0xb3,0xe8,0xc4,0x61,0x9f,0xe8,0xd4,0x66,0xaf,
|
||||
0x8c,0x67,0xd1,0x89,0x49,0xb7,0xcf,0xbd,0x68,0xcd,0x81,0x29,0xf6,0x11,0xe0,0x71,
|
||||
0xbb,0xa9,0xa9,0xaa,0xe0,0xe2,0xf5,0xab,0x46,0xb9,0xa3,0x4e,0x12,0xfd,0x82,0xc0,
|
||||
0xe9,0x81,0x28,0xd0,0x3b,0x15,0x17,0xaa,0x2a,0x29,0x64,0xd5,0xd2,0x5a,0xaa,0x2a,
|
||||
0xcb,0x93,0x3a,0xcf,0x55,0xbd,0x0c,0x39,0xf7,0xf0,0x0e,0x61,0xa6,0x69,0x8c,0x19,
|
||||
0x10,0x20,0xe7,0xf9,0x70,0x55,0x2f,0x4f,0xf9,0x0e,0x76,0xcd,0x5b,0x81,0x9c,0x7b,
|
||||
0xa8,0x63,0x93,0x69,0x18,0x47,0x0c,0x74,0x50,0xf2,0x8a,0x70,0x56,0x25,0x56,0x77,
|
||||
0xac,0xa4,0xa4,0x88,0xa5,0x0b,0x6a,0x38,0xe3,0xd8,0x29,0xab,0x53,0xd6,0x9b,0xa9,
|
||||
0x04,0x76,0x64,0x20,0x81,0x83,0x40,0xd9,0x64,0x2f,0x74,0xe1,0xda,0x63,0xa9,0xa9,
|
||||
0x2a,0xc7,0xe1,0x48,0xbc,0x8b,0xe4,0x9c,0x02,0x9c,0x73,0xc7,0x9e,0xfa,0x75,0x06,
|
||||
0x76,0xb2,0xf3,0xb9,0x67,0xe8,0xde,0xd1,0x84,0x24,0xc9,0x14,0x2f,0x5e,0x4a,0xed,
|
||||
0x29,0xa7,0xe1,0xab,0xac,0x1a,0xfe,0x8e,0x73,0xae,0x9f,0x78,0xc7,0x6e,0x8c,0xc1,
|
||||
0xd4,0x94,0x37,0xd9,0xeb,0xc3,0x59,0xa6,0x8e,0xfa,0xac,0x7d,0xe7,0x76,0x76,0x3d,
|
||||
0xf7,0x34,0xc1,0x9d,0xdb,0x91,0x14,0x85,0xd2,0x25,0xcb,0xa9,0x3d,0xe5,0x34,0x0a,
|
||||
0xca,0x2b,0x0e,0x25,0x7f,0xf9,0x02,0xf4,0x8e,0xdd,0x18,0xe1,0xfe,0x71,0xd7,0xc3,
|
||||
0x15,0xe5,0x73,0x38,0xfd,0xf8,0xe5,0x3c,0xf5,0xc6,0xd6,0xa9,0x78,0xf4,0x9e,0x4c,
|
||||
0x25,0x70,0x46,0x19,0xb1,0x82,0x3d,0x3d,0xa6,0xcf,0xe7,0xbb,0x1c,0xa8,0x99,0xd4,
|
||||
0xa8,0xa6,0x28,0x5c,0x75,0xc1,0x69,0xd4,0x2d,0xf4,0x27,0xe1,0xe2,0x67,0xe2,0xf2,
|
||||
0x1f,0x8b,0x9c,0x93,0x77,0x88,0x66,0x7a,0xe7,0xe1,0xbf,0xf2,0xda,0x8d,0x3f,0xa3,
|
||||
0x67,0xc7,0x56,0xa2,0xdd,0x9d,0x44,0xba,0x3a,0x08,0x6e,0xdb,0x42,0xe0,0xa9,0xc7,
|
||||
0x51,0x0a,0x8b,0x29,0x99,0xbf,0x60,0x48,0x72,0x91,0x1c,0x6e,0xf4,0xee,0xe6,0x94,
|
||||
0xec,0x5f,0xb7,0xff,0x98,0xe1,0xf6,0x99,0x86,0xce,0x5b,0x0f,0xdc,0xcb,0xa6,0x9b,
|
||||
0x7f,0x49,0xef,0xce,0x6d,0xc3,0xed,0xea,0x6e,0x7a,0x97,0x5d,0xff,0x7c,0x1c,0x57,
|
||||
0xe9,0x1c,0x8a,0xe7,0xf9,0x0f,0x66,0x26,0x92,0xd3,0x8d,0xde,0xbd,0x8f,0xf1,0x02,
|
||||
0xe1,0x5c,0x2e,0x17,0x4e,0x09,0x5e,0x78,0xb3,0x91,0xde,0x50,0x78,0xb2,0x8f,0xfe,
|
||||
0xa3,0x60,0x4f,0x4f,0x46,0x6a,0xe1,0x4c,0xcc,0xc8,0xb1,0x7b,0xb2,0x17,0x58,0xbd,
|
||||
0x58,0x65,0xa1,0x5a,0x85,0x2c,0x27,0xde,0x3d,0x92,0x2b,0x17,0x87,0xef,0x50,0xc5,
|
||||
0xbf,0xe5,0xf1,0x47,0xd8,0x7a,0xe7,0x6d,0x63,0x4e,0x2f,0x4d,0x5d,0x67,0xf3,0xad,
|
||||
0xbf,0x61,0xc7,0x0b,0xcf,0x1e,0x18,0x3c,0x8a,0xe6,0x22,0x39,0x3d,0x29,0xd7,0xa9,
|
||||
0x92,0xcb,0x8b,0x52,0x78,0x20,0xd4,0xfa,0xed,0x87,0xfe,0xca,0xf6,0x7b,0xff,0x7c,
|
||||
0x98,0x76,0xc5,0x79,0xe3,0xb7,0xbf,0x22,0xf0,0xca,0x4b,0x87,0x0e,0x8e,0xbe,0xf2,
|
||||
0xe1,0xfd,0xe2,0xf1,0x50,0x56,0x56,0xc2,0xd9,0xab,0x27,0x9d,0x60,0xc5,0x10,0x6b,
|
||||
0xe0,0xf4,0xc2,0xae,0xc9,0x5e,0xe0,0xf8,0xc5,0x7e,0x7c,0xbe,0xe4,0x02,0x58,0x1c,
|
||||
0x25,0x55,0x87,0x18,0x69,0x3a,0x03,0x3b,0x69,0xfc,0xd3,0xad,0x54,0x6d,0x38,0x87,
|
||||
0xaa,0x0d,0x67,0x23,0x8d,0x35,0x20,0x48,0x12,0x6f,0xde,0x72,0x23,0xbd,0xad,0x2d,
|
||||
0xc3,0x46,0x22,0x47,0x49,0xea,0x25,0xd5,0x74,0x94,0x54,0x0f,0x1b,0xd9,0xda,0xb6,
|
||||
0x35,0xd1,0x74,0xd7,0x6d,0x98,0xa6,0x41,0xbe,0xbf,0x16,0x67,0x6e,0xde,0x98,0xe7,
|
||||
0x6c,0xfa,0xed,0xaf,0x19,0xe8,0xec,0x38,0x48,0xe2,0x64,0x1c,0xc5,0x55,0x09,0xdd,
|
||||
0xb3,0x20,0x3f,0x8f,0xc5,0xfe,0x2a,0xe2,0xfa,0xa4,0xb6,0xd8,0x7a,0xc8,0xd0,0x6c,
|
||||
0x1c,0x99,0x4a,0xe0,0x6d,0x93,0xbd,0xc0,0x22,0xb5,0x2a,0xa9,0x6d,0x23,0x30,0x51,
|
||||
0x0a,0xe7,0x1e,0xf2,0xe9,0xe6,0xbb,0xef,0x60,0xf5,0xb5,0xdf,0xe6,0xc4,0xfa,0xab,
|
||||
0x39,0xf1,0xaa,0xab,0x59,0xfd,0xe5,0x6f,0x1d,0x56,0x63,0xbd,0xfb,0xd0,0x03,0x07,
|
||||
0xd6,0x35,0x63,0x5c,0x6b,0xd6,0xd7,0x5a,0xbe,0x03,0xcf,0xb4,0xf9,0xae,0xff,0xc3,
|
||||
0x04,0x56,0x7f,0xf9,0xdb,0x9c,0xf5,0xbd,0x9f,0xf0,0x9e,0x5f,0xdc,0x8c,0x6f,0xc9,
|
||||
0xa1,0x55,0x5c,0x8d,0x68,0x84,0x2d,0x8f,0x3e,0x74,0x98,0x6b,0x8d,0x6f,0x61,0x96,
|
||||
0x24,0x89,0x25,0x0b,0xe6,0x11,0x8a,0x4f,0xca,0x95,0xb9,0x0b,0xb1,0x8d,0x94,0x56,
|
||||
0xd8,0x32,0x99,0x93,0xe3,0x86,0x81,0xbf,0xba,0x22,0xc9,0x5e,0x74,0x22,0x7b,0x47,
|
||||
0x6f,0xab,0x04,0xf7,0xed,0x25,0xd8,0xf4,0x0e,0x73,0xeb,0x16,0x0f,0x7f,0x56,0x5e,
|
||||
0xb7,0x18,0x87,0x37,0x77,0xcc,0x4b,0xec,0x7b,0xea,0x31,0x06,0x83,0xdd,0x96,0x80,
|
||||
0xe7,0xf9,0x52,0xab,0x47,0x25,0x09,0xc5,0xb6,0x3c,0x77,0x06,0x76,0x11,0x6c,0x7c,
|
||||
0x1b,0x87,0x27,0x87,0xea,0xa3,0x57,0x22,0xc9,0x32,0x2e,0xaf,0x97,0x79,0xeb,0x36,
|
||||
0x8c,0x79,0xaa,0xf6,0xe8,0x5f,0x89,0xf4,0xf5,0x8d,0xee,0x2e,0x6f,0x01,0xc8,0x89,
|
||||
0x19,0x07,0x8b,0x7d,0x05,0xac,0x5d,0xa2,0x4e,0xe6,0xe9,0x5b,0x02,0x9a,0xa6,0x0b,
|
||||
0x02,0xa7,0x0f,0x76,0x02,0x13,0xb6,0x7a,0xe8,0x86,0x49,0x59,0x51,0x72,0x04,0x92,
|
||||
0x5d,0x39,0x48,0xca,0x68,0x2f,0xad,0x96,0x2d,0xef,0xa0,0x87,0xc3,0x0c,0x74,0x75,
|
||||
0x0d,0x7f,0xd6,0xdf,0xd5,0x45,0x3c,0x3c,0x78,0x58,0x92,0xb4,0x34,0xda,0x63,0x8f,
|
||||
0xac,0x20,0x7b,0x52,0x27,0x4c,0x51,0xce,0x29,0x1c,0x5e,0x1e,0xec,0x7f,0x77,0x33,
|
||||
0x48,0x12,0xf1,0xc1,0x41,0x7a,0xdb,0x5a,0x0f,0x2c,0x17,0xb6,0x1f,0x3e,0x08,0xa1,
|
||||
0x75,0xdb,0x68,0x4b,0xb2,0xe4,0x70,0x25,0xbc,0xce,0xcf,0xcb,0xf5,0x52,0x9c,0xe7,
|
||||
0x9d,0x55,0x9b,0x48,0x2a,0x23,0xe3,0xe2,0xe1,0x02,0x9a,0xd6,0xe6,0x57,0xd5,0x56,
|
||||
0x60,0x42,0xc3,0x76,0x81,0xd7,0x93,0xe4,0xf4,0x19,0xa4,0x31,0x9c,0x1a,0xda,0x36,
|
||||
0xbf,0x01,0xc0,0x4b,0xbf,0xbe,0x81,0x25,0xef,0xfb,0x20,0x00,0x8d,0xf7,0xff,0xe5,
|
||||
0x88,0x7b,0xa5,0x9d,0xdb,0x9b,0x98,0x7f,0xe2,0xc9,0x07,0xae,0x19,0xee,0x4b,0x11,
|
||||
0x02,0x1f,0x68,0x5f,0xdb,0x1b,0xaf,0x5b,0xcf,0xa7,0x28,0x3c,0xf7,0xa3,0x7f,0x47,
|
||||
0x3d,0xeb,0x7c,0x7a,0xf7,0xee,0xa6,0xed,0x95,0xe7,0x0f,0xdf,0xae,0x9d,0x3b,0x98,
|
||||
0x77,0xdc,0xe8,0x74,0xdd,0xb2,0x27,0x0f,0x3d,0x32,0x30,0xfe,0xd4,0x5d,0x51,0x28,
|
||||
0x4e,0xc6,0x91,0x66,0xec,0x01,0x5d,0x10,0x38,0xcd,0xf0,0xaf,0xc9,0x10,0x38,0xd9,
|
||||
0x38,0xdf,0xa1,0x28,0xa3,0x91,0xe8,0xdb,0xbb,0x07,0x80,0xc1,0x96,0x7d,0x6c,0xba,
|
||||
0xe9,0x17,0x09,0x5d,0x27,0xb8,0xe3,0x80,0x16,0x4b,0x25,0x4b,0xf4,0x90,0x1b,0xa4,
|
||||
0xa9,0xeb,0x0c,0xb4,0x1e,0xd8,0xe2,0x8a,0xf5,0xf5,0xb0,0xfd,0xbe,0x3f,0x8f,0x6f,
|
||||
0x45,0xda,0xd1,0x94,0x50,0x9f,0x1d,0x6e,0x1d,0x5c,0x90,0x9f,0x37,0x99,0xc7,0xdf,
|
||||
0x9a,0xc9,0x04,0xce,0xd4,0xe2,0x66,0x2f,0x4e,0xf4,0xc4,0xde,0x81,0x70,0xd2,0xb1,
|
||||
0xbe,0x92,0x3c,0xfa,0xfb,0x7a,0x24,0x82,0x3e,0x38,0x90,0xf4,0xbd,0x23,0xfd,0x7d,
|
||||
0x23,0xae,0x99,0x42,0xaf,0xc6,0x5e,0xaf,0xc6,0x23,0x61,0x8c,0xc1,0xe4,0xdd,0xcd,
|
||||
0xc3,0x3d,0xc1,0x31,0xfa,0xcc,0x91,0x30,0x81,0xcd,0xc9,0x85,0x5e,0xbe,0x2b,0x08,
|
||||
0x9c,0x7e,0x78,0x7a,0xa2,0x27,0xf6,0x84,0xc2,0x30,0x49,0x1f,0x5c,0xd3,0x34,0x27,
|
||||
0x16,0x5d,0x64,0xa4,0x6a,0x8c,0xb0,0x39,0xdc,0x2e,0x73,0x02,0x7d,0x63,0x4e,0x32,
|
||||
0x34,0x30,0x36,0x71,0x2b,0x74,0x08,0xd8,0x21,0x08,0x9c,0x7e,0xeb,0xe0,0x37,0x81,
|
||||
0x8e,0x89,0x0a,0x6b,0x28,0x92,0xdc,0xb6,0xa1,0xa9,0x8f,0x0e,0x37,0x55,0x5c,0x2e,
|
||||
0x24,0x77,0xf2,0x53,0x60,0x47,0x4e,0xce,0x08,0xa1,0x4f,0x21,0xc3,0xa9,0xfd,0x2c,
|
||||
0x8a,0xd3,0x85,0xec,0x72,0x27,0x7d,0xba,0x2b,0x37,0x77,0x0c,0x52,0x27,0x16,0xa2,
|
||||
0x6b,0x9a,0x26,0xe1,0xc8,0x84,0xb7,0x71,0xf7,0x04,0x34,0x2d,0x28,0x08,0x9c,0x9e,
|
||||
0x78,0x64,0x22,0x27,0x39,0x15,0x99,0xbe,0x81,0xe4,0xa6,0x89,0x66,0x74,0xf0,0xa0,
|
||||
0xe9,0xa1,0x8c,0xb7,0x24,0xf9,0x02,0x11,0xf9,0x55,0x07,0x3c,0x40,0xcd,0x58,0xea,
|
||||
0x6c,0x5d,0x0e,0x3d,0x8b,0xe2,0x72,0xe1,0x2e,0x2a,0x49,0xbe,0x5d,0x35,0xfe,0x43,
|
||||
0xaf,0x19,0x49,0xac,0x8f,0x75,0xc3,0xa0,0xa5,0x73,0xc2,0x1c,0x7c,0x91,0x0c,0x47,
|
||||
0x26,0x13,0xf8,0x81,0x09,0x75,0x88,0x24,0x33,0x30,0x98,0x1c,0x79,0xcc,0x31,0xac,
|
||||
0xc5,0xa5,0x2b,0x92,0x2f,0x8a,0x57,0x52,0xb7,0xf4,0xc0,0x35,0x53,0x28,0xa0,0x61,
|
||||
0x64,0x70,0xc5,0x44,0xda,0x55,0xbc,0x60,0xe1,0xa1,0xd7,0x0c,0x27,0xe6,0xdd,0xa8,
|
||||
0xeb,0x06,0x3b,0xf6,0x4d,0x38,0x77,0xf4,0x73,0x99,0x4e,0xe0,0x59,0xb7,0x42,0xfb,
|
||||
0x55,0x55,0xb1,0x9f,0x43,0xb1,0x07,0x14,0x05,0x2b,0x0d,0x68,0x0e,0x56,0x51,0x2a,
|
||||
0x97,0x7d,0x38,0xed,0xff,0x1f,0xfc,0xcc,0x06,0x56,0xd6,0xc1,0x18,0x96,0xc7,0x4d,
|
||||
0x04,0x6b,0x1f,0x78,0xb3,0xbd,0x06,0x4a,0x6a,0x13,0x51,0x92,0xa0,0x33,0xd8,0xcb,
|
||||
0xfc,0xaa,0xc4,0xbd,0xa1,0x8c,0xe8,0x20,0x66,0x3c,0x86,0xe4,0x38,0xb0,0x17,0x3c,
|
||||
0x77,0xe9,0x32,0xb6,0x27,0xb7,0x70,0x66,0x8e,0xed,0xf4,0x61,0x1a,0xf1,0x84,0x05,
|
||||
0x7c,0x46,0x08,0x1c,0xee,0x03,0xc3,0x00,0x59,0xa6,0x7c,0xf9,0x51,0x04,0x1e,0xbe,
|
||||
0x6f,0x42,0xed,0x1a,0xa9,0xd1,0xcd,0x78,0x62,0x83,0xa4,0x6e,0x18,0xbc,0xb2,0x63,
|
||||
0x3f,0xfe,0xe2,0xdc,0x89,0x3c,0xfa,0x6b,0x7e,0x55,0x2d,0xb1,0x65,0x29,0x07,0x2b,
|
||||
0x6f,0xb8,0xdb,0x96,0xa1,0x21,0x99,0x3b,0x64,0xc9,0x6d,0x1f,0xf1,0x11,0xb2,0x14,
|
||||
0x06,0x06,0x6d,0x39,0x1b,0x3a,0xe2,0x80,0x1e,0xd0,0x34,0x33,0xe3,0x08,0xec,0x57,
|
||||
0x55,0x07,0x50,0x6c,0x1f,0xe5,0x07,0x1d,0x65,0x58,0x05,0xc8,0x4a,0x46,0x90,0x52,
|
||||
0x1a,0x71,0x30,0xa2,0xc3,0x06,0xed,0x4e,0x8c,0x8e,0xe8,0xd4,0x83,0x2d,0x22,0x92,
|
||||
0x7d,0x1d,0x87,0x4d,0x74,0xcf,0x88,0xa3,0x2b,0x59,0x02,0x03,0x34,0xb7,0x77,0x02,
|
||||
0x8b,0x92,0x90,0xf0,0x38,0xc6,0x60,0x2f,0x4a,0xfe,0x81,0xe9,0xe5,0x9c,0x85,0x75,
|
||||
0x78,0x4a,0xe7,0x12,0xee,0x68,0x4d,0xe8,0x12,0x05,0x8b,0x96,0x52,0x54,0x6d,0x4d,
|
||||
0xa1,0x8d,0xfe,0x14,0x5b,0xb6,0x99,0x26,0xfa,0x40,0x10,0x25,0xbf,0x98,0xf2,0xc5,
|
||||
0x4b,0x71,0x16,0xf8,0x88,0xf5,0x26,0xf6,0x8c,0xc5,0x47,0x1d,0x7b,0x48,0x68,0xa1,
|
||||
0x11,0xea,0x05,0x23,0x4e,0x22,0xa5,0xb9,0x3a,0xba,0x7b,0x29,0xf4,0x4c,0x28,0x68,
|
||||
0xae,0x0f,0xb8,0xdd,0x96,0x9b,0x41,0x7b,0x30,0x0f,0xdb,0xb2,0x14,0x1d,0x41,0xc4,
|
||||
0x43,0x56,0x51,0xb6,0x2c,0x39,0x0f,0x92,0x25,0xaf,0x4d,0x78,0xd3,0x3e,0x0c,0xc0,
|
||||
0xf4,0xab,0xaa,0x81,0x15,0xc2,0xda,0x01,0xb4,0x03,0x2d,0x40,0xab,0xfd,0x73,0xbf,
|
||||
0xfd,0x79,0x57,0x40,0xd3,0x06,0x52,0x8a,0xc0,0x76,0xcd,0xd5,0x85,0x40,0x9d,0xfd,
|
||||
0x73,0x3e,0x56,0x69,0xcf,0x5a,0xbb,0x81,0x9d,0x36,0x81,0x5a,0x46,0x1c,0xaf,0xda,
|
||||
0x8d,0xec,0xb0,0xff,0x17,0x1e,0x39,0xe2,0x4d,0xb5,0xcb,0x9b,0x5f,0x55,0x37,0x00,
|
||||
0x4f,0x25,0x7b,0xde,0xa6,0xc6,0x9d,0x5c,0x7c,0xda,0x49,0x49,0x64,0x84,0x90,0x88,
|
||||
0x77,0xb7,0x8e,0x22,0xb0,0xec,0x70,0xb0,0xfc,0xf2,0x8f,0xf2,0xda,0x7f,0xdf,0x30,
|
||||
0x6e,0xa6,0x0d,0xd3,0xd0,0x59,0x71,0xe9,0x87,0x0f,0x54,0x29,0x0c,0xb6,0xa4,0xdc,
|
||||
0x54,0x4d,0x0f,0xb6,0xa2,0xe4,0x17,0xa3,0xb8,0x5c,0x2c,0xbb,0xfc,0x63,0xbc,0xf9,
|
||||
0xdb,0x5f,0x8d,0xdf,0x2e,0x5d,0x67,0xf9,0xfb,0x3f,0x78,0xc8,0xe7,0x56,0xfb,0x12,
|
||||
0x0b,0xd3,0xec,0xec,0xe9,0xa5,0x30,0xc7,0x3d,0x91,0x47,0xfe,0x4d,0x40,0xd3,0xbe,
|
||||
0x39,0x0d,0xca,0x49,0x3a,0x88,0xe4,0x2e,0xa0,0x00,0xab,0xfe,0x52,0x99,0xad,0xa4,
|
||||
0x2a,0x80,0x95,0x40,0x95,0xad,0xa8,0x8a,0xfd,0xaa,0x5a,0x08,0xec,0xc3,0xb2,0x8a,
|
||||
0xef,0x04,0xb6,0xdb,0xc7,0xb6,0x80,0xa6,0x75,0x4c,0x0b,0x81,0x17,0xd6,0xd6,0x4a,
|
||||
0xf1,0x78,0xdc,0x03,0x54,0x03,0xc7,0x03,0x47,0x03,0xcb,0x6c,0xc2,0xe6,0x62,0x6d,
|
||||
0x92,0x6f,0xc5,0x0a,0x20,0x78,0x18,0x2b,0x12,0x28,0x10,0xd0,0xb4,0xc1,0x54,0x10,
|
||||
0xba,0x80,0xa6,0x3d,0xed,0x57,0xd5,0x46,0x20,0xa9,0xd4,0x0e,0xaf,0xbe,0xbb,0x9d,
|
||||
0x70,0x34,0x86,0x2b,0x09,0x87,0x0e,0xbd,0x6b,0x2f,0x54,0x2f,0x81,0x11,0xfb,0xb7,
|
||||
0xea,0xea,0x35,0xec,0x5e,0xbd,0x96,0xf6,0x57,0x8f,0x6c,0x4b,0x99,0x77,0xd6,0x05,
|
||||
0x94,0x2f,0xb5,0xb3,0x71,0x18,0x3a,0x7a,0xd7,0xbe,0x94,0x23,0x70,0xbc,0x73,0x0f,
|
||||
0xae,0xea,0xc5,0x20,0xc9,0x2c,0x38,0x79,0x1d,0x7b,0x5f,0x7e,0x81,0xce,0xb7,0x5e,
|
||||
0x3b,0xe2,0x39,0xf3,0xdf,0xfb,0x01,0xe6,0x2c,0xac,0x3b,0x68,0xb6,0xa2,0xa3,0x77,
|
||||
0x25,0x1e,0xef,0xbc,0x6b,0x6f,0xcb,0x44,0x93,0xdb,0xdd,0x33,0x4d,0x32,0x65,0x8e,
|
||||
0xd0,0xe2,0x43,0x68,0x67,0x9c,0xed,0x2a,0xbb,0x76,0x75,0xa5,0xad,0xe8,0xe6,0xdb,
|
||||
0x8a,0xef,0x7c,0x60,0x89,0x5f,0x55,0x8b,0xec,0xf3,0x9b,0x80,0xb7,0x81,0xd7,0xb0,
|
||||
0xf6,0xaf,0xfb,0xc7,0x53,0x6a,0x47,0x94,0xd0,0x78,0x3c,0x7e,0x39,0xf0,0x2d,0xfb,
|
||||
0x01,0x5f,0x01,0xde,0x04,0xfe,0x02,0xec,0x0c,0x68,0x5a,0xba,0x04,0x48,0xff,0x12,
|
||||
0xb8,0x39,0x99,0x13,0x1a,0xf7,0xb4,0xb2,0xaf,0xad,0x33,0xa9,0x75,0xb0,0x19,0x1b,
|
||||
0x24,0x1e,0x6c,0xc1,0x51,0x5c,0x79,0x40,0x2f,0xcb,0x0a,0x6b,0xae,0xba,0x9a,0xe7,
|
||||
0x07,0xfa,0x09,0x6e,0x79,0x6b,0xec,0xf5,0xe1,0x09,0xeb,0x38,0xee,0x43,0x1f,0x19,
|
||||
0x4e,0x1c,0x10,0xef,0x6e,0x49,0x29,0x0b,0xf4,0x81,0xf6,0x85,0x89,0x77,0xb7,0xe2,
|
||||
0x28,0xae,0x40,0x56,0x1c,0x9c,0x78,0xf5,0xe7,0x79,0xee,0x17,0x3f,0xa1,0x77,0xfb,
|
||||
0x96,0x31,0xdb,0x55,0xbe,0xf6,0x34,0x56,0x5e,0x72,0xf9,0x21,0x5a,0x3a,0xde,0xb5,
|
||||
0x3f,0xe1,0xf5,0x2f,0xc0,0xdb,0xdb,0xb5,0x89,0x3c,0xee,0x56,0x5b,0x56,0x53,0x06,
|
||||
0x01,0x4d,0x33,0x80,0xbd,0xf6,0xf1,0xdc,0x18,0xe4,0x9e,0x6f,0xaf,0xdb,0x56,0x00,
|
||||
0x5f,0x02,0x96,0xda,0x0a,0xf1,0xa2,0x23,0xcf,0xfd,0xc6,0x9f,0x26,0x9b,0x01,0x4d,
|
||||
0x8b,0x91,0x66,0xf0,0xab,0xaa,0xd7,0x9e,0x25,0x14,0x01,0x1b,0xed,0x69,0x4e,0xc2,
|
||||
0xf8,0xe1,0xbf,0x7d,0x88,0x8b,0x4e,0x3f,0x29,0xa9,0x7b,0x4a,0xee,0x3c,0xbc,0x47,
|
||||
0x6d,0x38,0x24,0x2e,0x38,0x1e,0x8d,0xd0,0xf4,0x8f,0x27,0xd8,0x76,0xdf,0x1d,0xc4,
|
||||
0x42,0x03,0x80,0x89,0xdb,0x57,0xcc,0xe2,0x4b,0xae,0x60,0xe1,0xfa,0x0d,0xc8,0x43,
|
||||
0x69,0x7b,0x0c,0x83,0xd0,0xdb,0x4f,0x61,0x46,0x06,0x52,0xb2,0x4f,0x65,0x4f,0x3e,
|
||||
0x39,0x2b,0x4e,0x1d,0x6e,0x5f,0x3c,0x1c,0xa6,0xf1,0xc9,0xc7,0xd8,0x7e,0xff,0x9d,
|
||||
0x76,0x90,0x86,0x89,0xa7,0x78,0x0e,0x4b,0x2e,0xbd,0x82,0x05,0x6b,0xd7,0x23,0x1f,
|
||||
0xec,0xd1,0x66,0x18,0x84,0x36,0xff,0x33,0xe1,0xc4,0xef,0xd1,0x58,0x9c,0x13,0x3e,
|
||||
0xfa,0x35,0xe2,0x7a,0xd2,0x2b,0xab,0xdf,0x02,0x37,0xd8,0xeb,0xde,0x10,0x10,0x4a,
|
||||
0x57,0x19,0x0e,0x68,0x5a,0x68,0xc2,0x04,0x9e,0xe5,0x87,0x97,0x46,0xac,0x33,0x8a,
|
||||
0xec,0x75,0x45,0xe5,0x08,0x43,0x58,0xa9,0x7d,0x14,0x8e,0x38,0xf2,0x6d,0x63,0x43,
|
||||
0x1c,0x18,0x18,0x71,0x38,0x81,0x13,0x93,0xb9,0xff,0x9a,0xe5,0xb5,0xfc,0xee,0x3b,
|
||||
0x9f,0x4f,0x3a,0x91,0xbb,0xb3,0x6a,0x29,0xae,0xca,0x45,0x87,0xb1,0x75,0xc5,0x19,
|
||||
0xe8,0x6c,0x07,0x49,0x26,0xaf,0xb4,0xec,0x10,0x77,0xc9,0x68,0xf3,0x36,0x62,0xfb,
|
||||
0xb6,0x4c,0x49,0xff,0x85,0x07,0x42,0x44,0x07,0xc3,0xe4,0x15,0x15,0x1e,0x4a,0xa4,
|
||||
0x49,0xc0,0x55,0xbd,0x1c,0x67,0x45,0xed,0xa1,0xed,0xea,0x68,0x47,0x92,0x65,0x72,
|
||||
0xc7,0x68,0xd7,0x70,0xfb,0xf6,0x6d,0x25,0xd6,0x9c,0xb8,0x6b,0xf2,0x96,0x5d,0x7b,
|
||||
0xb8,0xe4,0xba,0x1b,0x92,0x15,0xd2,0x28,0xf0,0xb8,0x3d,0x78,0x7b,0xed,0x63,0xe8,
|
||||
0xf7,0x18,0x56,0x76,0x8e,0x1e,0xac,0x44,0x77,0x3d,0xb6,0xad,0x66,0xc8,0x00,0x35,
|
||||
0x64,0x7c,0x6a,0xb6,0x7f,0x8f,0x4c,0x87,0x6d,0x26,0x25,0x8c,0x58,0x53,0x44,0x52,
|
||||
0x07,0x96,0x45,0xba,0x7c,0x84,0x01,0xcc,0x6f,0x4f,0x27,0x7c,0x1c,0xd8,0x42,0x0a,
|
||||
0xda,0x53,0x8f,0xfd,0x23,0x8e,0xcd,0x76,0xc7,0x0f,0xbd,0x8c,0x3e,0x7b,0xcd,0x10,
|
||||
0x1f,0xe3,0x3e,0x4e,0xe0,0xad,0x64,0xd6,0xc2,0x4f,0xbd,0xde,0xc8,0xf6,0x3d,0xcd,
|
||||
0x2c,0xf6,0x27,0x97,0x1d,0x23,0xd6,0xdc,0x88,0x92,0x57,0x8c,0x52,0x70,0xa8,0xc3,
|
||||
0x83,0xec,0x70,0x90,0x3f,0x77,0xec,0x58,0x63,0xbd,0xb7,0x83,0xd8,0xbe,0xc6,0x29,
|
||||
0xe9,0xd7,0xed,0xaf,0xbd,0xcd,0xb6,0xe7,0x36,0x02,0x26,0xde,0x12,0x1f,0xab,0x2e,
|
||||
0x3a,0x9b,0xdc,0x82,0xbc,0x29,0xb9,0x76,0x74,0xdf,0xbb,0xc8,0x79,0x45,0x56,0x25,
|
||||
0x86,0x91,0xed,0x2a,0x3f,0x72,0x0c,0xb5,0xde,0xd3,0x4e,0x6c,0x7f,0xe2,0x75,0x8f,
|
||||
0x24,0x09,0x36,0xbe,0xdd,0x34,0x11,0x0d,0xf3,0xc7,0x80,0xa6,0x5d,0x75,0x04,0x99,
|
||||
0xcb,0xb5,0x07,0xfa,0x7c,0x7b,0xd0,0x2f,0xb6,0x0d,0x4d,0x65,0xb6,0x8d,0xe7,0x1c,
|
||||
0xdb,0xe6,0x53,0x8e,0x65,0x8c,0x8d,0xf9,0x55,0x35,0x04,0xec,0x01,0x02,0x23,0x8c,
|
||||
0x50,0xbb,0x81,0xf6,0x80,0xa6,0xcd,0x6a,0xc8,0x98,0x34,0x43,0x44,0x75,0xda,0x8b,
|
||||
0xf6,0xa5,0xb6,0x11,0x6c,0xe8,0xa7,0x87,0x03,0xa6,0xf7,0x1d,0xf6,0xb1,0x0b,0xd0,
|
||||
0xec,0x91,0x71,0x20,0xa0,0x69,0xe1,0x29,0x7a,0x86,0x73,0x6d,0x43,0x5b,0xc2,0x6d,
|
||||
0xfe,0xf0,0x39,0x6b,0xf9,0x76,0xfd,0x07,0x93,0x76,0xa5,0x97,0x14,0x27,0x9e,0xc5,
|
||||
0x27,0x1d,0x31,0xbd,0xec,0x28,0xe1,0xee,0xef,0x26,0xdc,0xf4,0x32,0xe8,0x93,0x9f,
|
||||
0xe5,0xf5,0x75,0xf7,0xf0,0xc2,0xed,0xf7,0x8f,0x6a,0x65,0xf9,0xb2,0x85,0xac,0x3c,
|
||||
0x73,0xdd,0xd4,0x09,0x8d,0xe2,0xc4,0xb3,0xf8,0xe4,0x31,0xd3,0xcb,0x1e,0xae,0x7d,
|
||||
0x91,0xa6,0x97,0x0e,0x71,0x39,0x3d,0x12,0x22,0xd1,0x18,0x97,0x7c,0xf5,0x3f,0xd9,
|
||||
0xb5,0x3f,0x29,0x03,0xad,0x0e,0xd4,0x05,0x34,0x6d,0xe7,0x14,0xc9,0x8c,0xc3,0xd6,
|
||||
0xde,0xf9,0x36,0xa9,0xfd,0x23,0x14,0x4d,0x8d,0x4d,0xfa,0x3c,0x2c,0x6b,0xf2,0xbb,
|
||||
0xf6,0xd1,0x08,0x6c,0x09,0x68,0x5a,0x67,0xda,0x11,0xd8,0x76,0xca,0xc8,0x07,0x8e,
|
||||
0xc3,0xb2,0x5a,0x1f,0x03,0x2c,0xb7,0x47,0xb9,0x77,0x0f,0x3a,0x1a,0x81,0xe0,0x4c,
|
||||
0x6e,0x84,0xfb,0x55,0xf5,0x2e,0xe0,0xb2,0x44,0xbf,0x6f,0x98,0x26,0x7f,0xfb,0xaf,
|
||||
0x6f,0x51,0x5b,0x53,0x91,0xfc,0xcd,0x64,0x19,0xb7,0xba,0x12,0x47,0x69,0xd5,0x11,
|
||||
0xba,0xd9,0x24,0xde,0xb1,0x97,0x88,0xf6,0xa6,0xe5,0x28,0x31,0x05,0x68,0xdb,0xd3,
|
||||
0xcc,0xeb,0xf7,0x3f,0x3e,0xea,0xb3,0xfc,0x8a,0x32,0xd6,0x5e,0x72,0xde,0xd4,0x26,
|
||||
0x8e,0x97,0x15,0xdc,0xfe,0x63,0xac,0x5c,0x60,0x87,0x6b,0x9f,0x69,0x12,0xeb,0xd8,
|
||||
0x43,0x54,0x7b,0x2b,0xe9,0xe0,0x8e,0x8d,0x6f,0x37,0xf1,0xb1,0xef,0xfe,0x1a,0x25,
|
||||
0xb9,0xa8,0xac,0x9b,0x02,0x9a,0x76,0xcd,0x0c,0x2f,0xf3,0x9c,0xc0,0x02,0x5b,0x21,
|
||||
0x0d,0x29,0xa7,0x15,0x36,0x0f,0xb6,0xd8,0x33,0xc5,0x4d,0x58,0x21,0xae,0xcd,0x01,
|
||||
0x4d,0x8b,0xa6,0x0c,0x81,0xfd,0xaa,0x5a,0x60,0x3f,0xf0,0x5a,0x60,0x9d,0x3d,0x42,
|
||||
0x39,0xb0,0xcc,0xe0,0xaf,0xda,0xd3,0xd6,0xc6,0x80,0xa6,0xa5,0x44,0x05,0x2f,0xdb,
|
||||
0x2b,0xe7,0x6d,0x7b,0x7a,0x94,0x10,0x2e,0x5c,0x7f,0x1c,0x3f,0xf8,0xdc,0xc7,0x92,
|
||||
0xca,0x50,0x39,0x4a,0xce,0xf3,0x8a,0x87,0x8b,0x7f,0x0d,0x65,0xed,0x30,0xe3,0x31,
|
||||
0xf4,0xfe,0x2e,0x62,0x2d,0x3b,0x31,0x06,0x3a,0xa7,0x74,0x1c,0x8d,0x84,0xc2,0x3c,
|
||||
0xf3,0xfb,0xbb,0x31,0x46,0x18,0x7e,0xfc,0x6b,0x56,0xb2,0x64,0xcd,0xca,0x69,0xe8,
|
||||
0x51,0x13,0x39,0xaf,0x64,0xec,0xf6,0xf5,0x75,0x11,0x6b,0xdd,0x81,0x31,0xd0,0x9d,
|
||||
0xf4,0x55,0x0d,0xc3,0xe0,0xda,0x1b,0x6e,0xe1,0xc9,0x57,0xdf,0x49,0xe6,0xb4,0x6e,
|
||||
0x60,0x49,0x40,0xd3,0xda,0x52,0x44,0xd6,0x5c,0xf6,0xac,0x73,0x85,0xad,0xd0,0x4e,
|
||||
0xb4,0x6d,0x39,0x1d,0x58,0x3b,0x3a,0xcf,0x03,0x9b,0x02,0x9a,0xb6,0x77,0xc6,0x08,
|
||||
0x6c,0x13,0xf6,0x64,0xe0,0x54,0xe0,0x2c,0x7b,0xf4,0x69,0x02,0x5e,0xb0,0x1f,0x68,
|
||||
0x7b,0xaa,0x47,0x7f,0xf8,0x55,0xf5,0x4c,0xe0,0x51,0x12,0xcc,0x89,0xad,0x1b,0x26,
|
||||
0x37,0x7d,0xe3,0x53,0x6c,0x58,0x7d,0xf4,0x24,0x87,0x4a,0xe9,0x80,0x80,0xeb,0xb1,
|
||||
0x49,0x87,0x2c,0x1e,0x09,0x9d,0xfb,0x5a,0xd9,0xf2,0xec,0x2b,0x84,0x7b,0x7a,0x29,
|
||||
0x5f,0xbe,0x88,0x25,0x27,0x1e,0x87,0x63,0x5a,0x8b,0x91,0xdb,0xe5,0x45,0xa7,0xa8,
|
||||
0x7d,0xaf,0x6f,0xd9,0xce,0x07,0xbf,0xf9,0x5f,0xb8,0x9d,0x49,0x19,0xdf,0x3e,0x13,
|
||||
0xd0,0xb4,0xdf,0xa5,0xb8,0xec,0xb9,0xb1,0x0c,0xb1,0x6b,0x6c,0x85,0xb7,0xd2,0x9e,
|
||||
0x86,0xbf,0x8c,0x15,0x02,0xfb,0x5c,0x40,0xd3,0xb6,0x4f,0x19,0x81,0xe7,0xfb,0xfd,
|
||||
0xb2,0x69,0x9a,0xab,0x81,0xf7,0xd8,0x84,0x9d,0x0b,0x3c,0x6b,0xdf,0xec,0x9f,0xc0,
|
||||
0x7e,0x7b,0x7f,0x2b,0xad,0xe0,0x57,0xd5,0xeb,0x81,0xef,0x27,0xfa,0xfd,0xc2,0xdc,
|
||||
0x1c,0xee,0xbe,0xe1,0x3a,0x2a,0xcb,0x4a,0xd2,0xaa,0x9d,0xa6,0x69,0x26,0x91,0x98,
|
||||
0x3e,0x35,0x10,0x8e,0x46,0xf9,0xe4,0xbf,0xff,0x8a,0xb7,0x76,0xec,0x49,0xe6,0xb4,
|
||||
0xc7,0x81,0xf7,0xcc,0xb6,0x5f,0xf2,0x04,0xa7,0xe0,0x39,0xc0,0x49,0xc0,0x06,0xfb,
|
||||
0xa8,0xc0,0xf2,0x1e,0x7c,0x0c,0x78,0x7c,0x3c,0x7f,0x8b,0xf1,0xf6,0x81,0x0b,0xb0,
|
||||
0x9c,0x20,0x9e,0x06,0xfe,0x99,0xec,0xe8,0x90,0xe2,0x1d,0xf7,0x47,0xe0,0xc3,0x89,
|
||||
0x9e,0xb3,0x66,0xd9,0x02,0x7e,0xf9,0xf5,0xcf,0x90,0xef,0xcd,0x41,0x60,0xfa,0xf0,
|
||||
0xc7,0x87,0xfe,0xc9,0x8f,0xff,0x90,0x54,0x20,0x59,0x0b,0xb0,0x32,0xa0,0x69,0xad,
|
||||
0x19,0x22,0x9b,0xf9,0xc0,0x7a,0x2c,0x6b,0xf8,0x73,0x01,0x4d,0xbb,0x67,0xc6,0x8c,
|
||||
0x58,0x69,0xd6,0x51,0x2e,0xe0,0x6f,0xc0,0xd9,0x89,0xaf,0x87,0x8f,0xe7,0x3b,0x9f,
|
||||
0xbe,0x9c,0x1c,0x8f,0x3b,0xa5,0xda,0x12,0x8f,0xc5,0x90,0x24,0x09,0x25,0x81,0x3a,
|
||||
0x4e,0x91,0xd0,0x20,0xee,0x14,0x1d,0x84,0x5e,0xdf,0xb2,0x83,0x8f,0x7f,0xf7,0xd7,
|
||||
0xc9,0x64,0xfd,0x88,0x00,0x67,0x04,0x34,0xed,0x85,0x6c,0x95,0x63,0x25,0x5b,0x1b,
|
||||
0x1e,0xec,0xe9,0xd1,0x7d,0x3e,0xdf,0x7d,0xf6,0x9a,0x3e,0xa1,0x62,0xb4,0x5b,0x77,
|
||||
0xef,0xa7,0xbd,0xab,0x9b,0x35,0x47,0x2d,0x4e,0xca,0x4f,0x7a,0x3a,0x21,0x49,0x12,
|
||||
0xff,0xba,0xff,0x31,0x5a,0x76,0xec,0xa6,0x6a,0x49,0xed,0x11,0xbf,0xdb,0xb1,0xaf,
|
||||
0x85,0x17,0xff,0xf8,0x00,0x25,0xf3,0x6b,0xc8,0x99,0x5c,0xaa,0xd6,0x29,0x87,0xb6,
|
||||
0xbf,0x8d,0xab,0x7f,0xf0,0x3f,0xc9,0x64,0x43,0xd1,0x81,0x2b,0x03,0x9a,0xf6,0x70,
|
||||
0x36,0xcf,0x58,0xe4,0x6c,0x6e,0xbc,0xed,0xa6,0x76,0x3e,0xf0,0x50,0xa2,0xe7,0x3c,
|
||||
0xf0,0xcc,0xab,0x7c,0xe5,0x67,0x0d,0xb4,0x76,0xa6,0x86,0xad,0xce,0xc4,0xa4,0x70,
|
||||
0x6e,0x19,0x5d,0xda,0x3e,0xda,0xf6,0x1c,0x3e,0x48,0xc0,0xd0,0x75,0x9a,0x5e,0x7c,
|
||||
0x1d,0xd9,0xe1,0xc0,0x9b,0x9f,0x9b,0x52,0xef,0x61,0x4f,0x4b,0x3b,0x9f,0xfd,0xd1,
|
||||
0x4d,0x74,0xf6,0x26,0xec,0x42,0x6a,0x00,0x5f,0x08,0x68,0xda,0x9f,0xb2,0x7d,0xc9,
|
||||
0xa1,0x64,0x7b,0x07,0x04,0x7b,0x7a,0xe2,0x3e,0x9f,0xef,0x6e,0x2c,0xb7,0xcc,0xd5,
|
||||
0x89,0x9c,0xb3,0xbb,0xb5,0x93,0x27,0x5f,0xde,0xc4,0x62,0x7f,0x25,0x55,0x73,0x4a,
|
||||
0x67,0xbd,0x0d,0x05,0xa5,0x45,0xec,0xdb,0xb2,0x83,0xd6,0xa6,0x5d,0x14,0x54,0x94,
|
||||
0x91,0x5b,0x38,0x3a,0x4f,0x75,0x3c,0x1a,0xe3,0xad,0xa7,0x5e,0xa2,0x6b,0xd7,0x1e,
|
||||
0x16,0xae,0x5f,0x4d,0x59,0x4d,0x65,0xca,0xf4,0xff,0x96,0x9d,0xbb,0xf9,0xec,0x7f,
|
||||
0xfe,0x96,0xdd,0x6d,0x5d,0xc9,0x68,0xde,0x94,0xb7,0x38,0x0b,0x02,0xcf,0x2c,0x89,
|
||||
0x0d,0x9f,0xcf,0xf7,0x88,0x6d,0x10,0x39,0x3b,0x91,0x7e,0xe9,0x0b,0x85,0x79,0xf0,
|
||||
0x99,0x8d,0x44,0x22,0x61,0x96,0xcc,0xaf,0x21,0x27,0xc9,0x64,0xf0,0x53,0x09,0x87,
|
||||
0xd3,0x49,0x71,0x4d,0x05,0xcd,0x5b,0x77,0xb2,0xf7,0xed,0x26,0x82,0xed,0x9d,0xc4,
|
||||
0x62,0x71,0x06,0x7a,0xfa,0x68,0xde,0x1e,0x60,0xf3,0xe3,0xcf,0xd1,0xdb,0xd2,0x4e,
|
||||
0xf5,0xca,0x65,0x2c,0x3e,0x61,0x65,0x4a,0x58,0xa6,0x0d,0xc3,0xe4,0x91,0x17,0x5e,
|
||||
0xe5,0xdf,0x7e,0xf4,0x3b,0x7a,0x06,0x12,0x8e,0x3e,0xed,0x07,0x2e,0x0d,0x68,0xda,
|
||||
0x5d,0x42,0x6a,0xed,0x25,0x94,0xe8,0x82,0xd1,0xf0,0xab,0xea,0xf1,0xc0,0x9f,0x80,
|
||||
0xc5,0x89,0x9e,0x93,0xef,0xf5,0xf0,0xad,0x4f,0x7e,0x80,0xd3,0x4f,0x38,0x86,0xbc,
|
||||
0x1c,0x0f,0xb3,0xb5,0x97,0x31,0xd8,0x3f,0x40,0xd3,0x2b,0x6f,0xd2,0xda,0xb8,0x13,
|
||||
0x3d,0x1a,0xb5,0x5f,0xaf,0x49,0xde,0x9c,0x52,0x6a,0xd7,0x1c,0x43,0x65,0xad,0x9a,
|
||||
0x12,0x7d,0xbc,0xaf,0xad,0x93,0x9b,0xee,0x7a,0x98,0xfb,0x9f,0xd9,0x98,0xcc,0x60,
|
||||
0xd2,0x08,0x5c,0x12,0xd0,0xb4,0x77,0x84,0x94,0x0a,0x02,0x8f,0x47,0xe2,0x5c,0xe0,
|
||||
0x07,0xc0,0x17,0x12,0xb5,0x13,0x98,0xa6,0x89,0x5a,0x5e,0x42,0xfd,0xfb,0xce,0xe2,
|
||||
0x94,0xe3,0x8f,0xa2,0xac,0xa8,0x70,0x42,0x39,0x94,0x27,0xff,0x46,0x25,0xa2,0x83,
|
||||
0x61,0x06,0xfb,0xfa,0xd1,0xe3,0x3a,0x9e,0x5c,0x2f,0x39,0x79,0xb9,0x48,0xf2,0xec,
|
||||
0xbe,0x6a,0x49,0x92,0x68,0xef,0xee,0xe1,0xe1,0x67,0x5e,0xe1,0x57,0x77,0x3e,0x4c,
|
||||
0x34,0xb9,0x5c,0xcf,0xbf,0x03,0xbe,0x12,0xd0,0xb4,0x7e,0x21,0x9d,0x82,0xc0,0xc9,
|
||||
0x6a,0xe3,0xff,0x01,0x4e,0x48,0xe6,0x3c,0x8f,0xcb,0xc9,0xa5,0x67,0x9c,0xc8,0xd9,
|
||||
0x27,0x1f,0xc7,0xb2,0x05,0xf3,0x70,0xbb,0x9c,0x59,0xdb,0x87,0xa6,0x69,0x12,0x68,
|
||||
0x6e,0xe5,0xb1,0x17,0x5e,0xe7,0xf7,0x7f,0xfb,0x27,0x03,0xe1,0xa4,0x5c,0x81,0x77,
|
||||
0x02,0x57,0x07,0x34,0xed,0x09,0x21,0x8d,0x82,0xc0,0x13,0x25,0xb1,0x84,0xe5,0xf0,
|
||||
0xf1,0x3d,0xac,0x28,0x94,0xa4,0x84,0xd7,0xeb,0x71,0xf3,0x89,0xf7,0x9e,0xca,0xaa,
|
||||
0xe5,0x75,0x2c,0x9a,0x57,0x49,0x61,0x7e,0x2e,0x0e,0x45,0x99,0x1d,0xed,0x3c,0x43,
|
||||
0x9a,0x36,0x1a,0x8b,0xd1,0xd2,0x11,0xe4,0xad,0xa6,0x9d,0x3c,0xf0,0xd4,0xcb,0x3c,
|
||||
0xf3,0xc6,0x56,0x5c,0x8e,0xa4,0xcc,0x2d,0x3d,0x58,0x01,0xf9,0x3f,0x0b,0x68,0x5a,
|
||||
0x44,0x48,0xa1,0x20,0xf0,0x54,0x10,0xd9,0x6d,0x13,0xf9,0xeb,0xc9,0xac,0x8f,0x87,
|
||||
0x60,0x98,0x26,0xbd,0xe1,0x18,0xe7,0x9f,0xb0,0x9c,0xe3,0x97,0x2d,0x64,0xe9,0x82,
|
||||
0x1a,0xe6,0x55,0xcc,0xa1,0x28,0x3f,0x0f,0x5f,0x7e,0xae,0x95,0xea,0x30,0xcd,0x48,
|
||||
0x2d,0x49,0x12,0x92,0x24,0xd1,0x1f,0x1a,0xa4,0x33,0xd8,0x4b,0xa0,0xb9,0x95,0xb7,
|
||||
0x9a,0x76,0xf1,0xc2,0x1b,0x5b,0x78,0x7a,0xf3,0x0e,0x8a,0xbd,0x49,0x3b,0xbc,0xf4,
|
||||
0xd9,0x33,0x9e,0x9f,0xa7,0x4a,0x00,0x8c,0x20,0x70,0xe6,0x11,0x59,0xc1,0xda,0x3b,
|
||||
0xfe,0x12,0x96,0xef,0xea,0x84,0xfa,0xd0,0x34,0x2d,0x52,0xfb,0xf2,0x3c,0xd4,0xcc,
|
||||
0x29,0xe1,0xe8,0x45,0x7e,0x96,0xcc,0xaf,0xc2,0x57,0x90,0x4f,0x45,0x69,0x11,0x5e,
|
||||
0x8f,0x87,0xfc,0xdc,0x1c,0x7c,0xf9,0xb9,0x76,0x48,0x9d,0xc4,0x4c,0x1b,0x8f,0xcd,
|
||||
0xa1,0x07,0x05,0xfa,0x07,0xc3,0xf4,0xf4,0x0d,0x10,0x0a,0x47,0xe8,0xe8,0xee,0xa1,
|
||||
0xad,0xab,0x87,0xbd,0xad,0x1d,0xbc,0xf2,0xce,0x36,0x02,0xcd,0x6d,0xb4,0xf7,0x0c,
|
||||
0x20,0x4b,0x13,0x7e,0xc6,0xbd,0xc0,0x8d,0xc0,0x6f,0x33,0xbd,0x14,0x8a,0x20,0xf0,
|
||||
0x68,0x32,0x39,0xec,0x69,0x6d,0x1d,0x56,0xe0,0x75,0x08,0x3b,0x21,0xc0,0x4c,0x24,
|
||||
0xdd,0xf3,0xab,0xea,0x62,0xe0,0x13,0xc0,0x87,0x98,0x60,0x39,0xd3,0xc3,0x41,0x37,
|
||||
0x0c,0x42,0xd1,0x38,0xdd,0xe1,0x38,0x0b,0xe7,0xf8,0x58,0x58,0x59,0x46,0xd5,0x9c,
|
||||
0x22,0x2a,0x4a,0x8b,0x28,0xc8,0xf5,0xa2,0x28,0x0a,0x4e,0x87,0x03,0xa7,0x43,0xb1,
|
||||
0x0f,0x07,0x8a,0xa2,0xe0,0x50,0x64,0xe4,0xc3,0x18,0xac,0x4c,0x13,0xe2,0xba,0x8e,
|
||||
0x61,0x18,0xc4,0x75,0x03,0xdd,0x30,0xd0,0x75,0x83,0xb8,0xae,0x13,0x8f,0xeb,0xe8,
|
||||
0xba,0x4e,0x5c,0xd7,0x19,0x8c,0x44,0x69,0xeb,0xea,0x61,0x5f,0x7b,0x17,0x7b,0xda,
|
||||
0xba,0x68,0xdc,0xd7,0x8e,0x69,0x98,0x14,0x78,0x9c,0x38,0x15,0x79,0xaa,0xb6,0xa1,
|
||||
0x06,0x80,0x27,0x80,0x5b,0x81,0xbf,0xa7,0x63,0x50,0x8c,0x20,0xf0,0xe4,0xc8,0xb3,
|
||||
0x06,0xf8,0x3d,0x56,0x3c,0xf2,0xc1,0xe8,0xc5,0x8a,0xb9,0xfc,0x33,0x70,0xd7,0x78,
|
||||
0x89,0xc1,0xa6,0x48,0x2b,0x9f,0x08,0x5c,0x62,0x6b,0xe7,0x45,0x42,0xb4,0x0e,0x3b,
|
||||
0x45,0x7e,0x0a,0x2b,0xe5,0xeb,0xdf,0x67,0x2a,0x6b,0x85,0x20,0x70,0x6a,0x12,0xf8,
|
||||
0x11,0xac,0x30,0xc7,0xf1,0xd0,0x01,0xfc,0x04,0xf8,0xf5,0x54,0x67,0x43,0x38,0x02,
|
||||
0x99,0x6b,0x81,0xf3,0xb0,0x42,0x30,0x4f,0xc1,0x4a,0xbb,0x92,0x8d,0x30,0xb0,0x92,
|
||||
0x3a,0x3c,0x89,0x15,0xf2,0xf7,0xc2,0x74,0x0f,0xa6,0x82,0xc0,0xe9,0x43,0xe0,0xcf,
|
||||
0x70,0x84,0x7c,0xcf,0x4b,0x4e,0x3f,0x9f,0xd3,0x3f,0x7e,0x0d,0xdb,0x5f,0x7b,0x89,
|
||||
0xc7,0x7f,0xfd,0x7d,0x40,0xda,0x8a,0xe5,0xfc,0xfe,0xd2,0x0c,0x3f,0xa7,0x0c,0x1c,
|
||||
0x6b,0x6b,0xe8,0x13,0xb1,0xdc,0x35,0xab,0xed,0x29,0x7f,0x26,0x21,0x6c,0x0f,0x96,
|
||||
0x6f,0xd8,0xb3,0x9f,0x57,0x80,0x97,0xd2,0x28,0x7f,0xb8,0x20,0xf0,0x2c,0x90,0xf8,
|
||||
0x7a,0xac,0xed,0x9d,0x43,0x9c,0x2d,0xaa,0x8e,0x5e,0xcd,0xa5,0xdf,0xfe,0x31,0x00,
|
||||
0xbf,0x78,0xff,0x7a,0x64,0xa7,0x0b,0xac,0xb4,0xa2,0xdf,0x0c,0x68,0xda,0xcf,0x67,
|
||||
0xf9,0xb9,0x8b,0xb0,0xd2,0x0f,0xad,0xb0,0x97,0x00,0x8b,0xb1,0xf2,0x2a,0x55,0x61,
|
||||
0x65,0x68,0x48,0x65,0xb4,0x61,0x65,0x05,0x0d,0x60,0x55,0xe4,0xd8,0x0a,0xbc,0x03,
|
||||
0xec,0x0a,0x68,0x5a,0x8b,0xa0,0x94,0x20,0x70,0x52,0x58,0xf3,0x9e,0x0b,0x37,0xb4,
|
||||
0xbc,0xb3,0xe9,0x57,0x92,0x2c,0x1f,0x92,0xf3,0xc6,0xe9,0xcd,0x45,0x71,0x79,0x08,
|
||||
0x07,0x3b,0x29,0xa8,0xa8,0xc6,0x57,0x5e,0xcd,0xee,0x4d,0x2f,0x83,0x65,0xf1,0xfc,
|
||||
0x62,0xaa,0x19,0x4e,0xfc,0xaa,0xea,0x0e,0x06,0x83,0x4b,0x06,0xc3,0xe1,0xfb,0x24,
|
||||
0x58,0x20,0xcb,0x32,0xb2,0x2c,0x23,0x0d,0xfd,0x94,0x24,0xab,0x02,0xdc,0x90,0x11,
|
||||
0xc9,0xfe,0x7b,0xe8,0xf7,0x23,0xbd,0xd0,0x51,0x1b,0x54,0x23,0xb6,0xab,0x46,0x5a,
|
||||
0x9a,0x87,0x7e,0x37,0x4d,0x13,0xc3,0x30,0x30,0xec,0x9f,0xa6,0x69,0xea,0x1e,0xb7,
|
||||
0xfb,0x9b,0x3e,0x9f,0xef,0x66,0xd3,0x34,0xa3,0x62,0x6f,0x56,0x60,0xca,0xd0,0xd0,
|
||||
0x14,0xfc,0x22,0x20,0xf9,0x55,0xf5,0xa3,0x7e,0x55,0xdd,0xe1,0x57,0x55,0xf3,0xe0,
|
||||
0x43,0xad,0xa9,0x36,0xaf,0xbf,0xf7,0x9f,0xe6,0xad,0xdb,0x7a,0xcc,0xcf,0xfd,0xe6,
|
||||
0x8f,0xa6,0x5a,0x53,0x63,0xfa,0x55,0xf5,0x46,0xdb,0x49,0x23,0x65,0x20,0xcb,0xf2,
|
||||
0xc9,0x92,0x55,0xf4,0xcd,0x9c,0xc8,0x21,0x49,0x52,0x42,0xc7,0x04,0xaf,0x6f,0x28,
|
||||
0x8a,0xf2,0x1f,0x05,0x79,0x79,0x62,0xeb,0x31,0x85,0xe0,0xc8,0x80,0x36,0x7c,0xa6,
|
||||
0xa1,0x29,0xf8,0x64,0x7d,0x9d,0xef,0xff,0xfc,0xaa,0x7a,0x37,0xf0,0x35,0xe0,0x7a,
|
||||
0xac,0x84,0xf0,0x96,0x56,0x92,0x15,0x76,0xbc,0xf6,0x32,0xf3,0x96,0x1d,0xc3,0xc2,
|
||||
0x55,0x27,0x11,0xe9,0xd8,0x83,0x67,0x8e,0xfa,0x59,0x7b,0x2a,0xf8,0xc3,0x14,0x21,
|
||||
0xef,0xa9,0x86,0x61,0xfc,0x1d,0xbb,0x1c,0xaa,0x2c,0xcb,0xb8,0x9c,0x4e,0x1c,0x4e,
|
||||
0x27,0x0e,0x87,0x03,0x87,0xa2,0x1c,0xd0,0xc6,0xb6,0x03,0xc5,0x90,0x56,0x66,0x84,
|
||||
0x16,0x4e,0x84,0x5d,0x43,0x0e,0x23,0x86,0x61,0xa0,0xdb,0xdb,0x4a,0xb1,0x78,0x9c,
|
||||
0x58,0x34,0x4a,0x38,0x1c,0x3e,0x5c,0x29,0x13,0x49,0xd7,0xf5,0xef,0x0e,0x0c,0x0e,
|
||||
0xfa,0xb0,0xf6,0xc0,0x05,0xc4,0x14,0x7a,0xd2,0xda,0x77,0x3e,0x96,0xbf,0xec,0xb5,
|
||||
0xf5,0x75,0xbe,0xff,0x1a,0x31,0x15,0x5d,0x05,0xdc,0x87,0x95,0x7c,0xdb,0x12,0x5a,
|
||||
0xc3,0xa0,0x72,0xc5,0x71,0x98,0xa6,0x49,0xcb,0x96,0xe1,0xba,0x57,0x71,0xe0,0xbd,
|
||||
0x01,0x4d,0x7b,0x6c,0x56,0x47,0x51,0x87,0xe3,0x28,0xd3,0x34,0x5f,0xcc,0xcf,0xcb,
|
||||
0xcb,0xf3,0x78,0x3c,0x38,0x9d,0xce,0x43,0xc9,0x39,0x43,0x18,0x9a,0x3e,0x47,0x22,
|
||||
0x11,0xfa,0x07,0x06,0x08,0x85,0x42,0x63,0x3d,0xef,0xf7,0xe2,0xf1,0xf8,0x7f,0x08,
|
||||
0xfa,0x08,0x02,0x4f,0x96,0xc0,0x9f,0xb5,0xd7,0xb3,0x4f,0xd6,0xd7,0xf9,0xce,0x3a,
|
||||
0x68,0x3d,0x59,0x81,0xb5,0x75,0xb1,0x62,0xac,0x73,0x4b,0x17,0x2c,0x21,0x1a,0x0e,
|
||||
0xd1,0xdb,0xbc,0xbb,0x19,0x58,0x3e,0x5b,0x1e,0x40,0x15,0xe5,0xe5,0x1e,0xd3,0x34,
|
||||
0x37,0xb9,0xdd,0xee,0x25,0xa9,0x98,0x41,0x52,0xd7,0x75,0xfa,0xfb,0xfb,0x09,0xf6,
|
||||
0xf4,0x8c,0x74,0xf5,0x34,0x9c,0x4e,0xe7,0x45,0xb1,0x58,0xec,0x21,0x41,0xa1,0x59,
|
||||
0x9e,0xb9,0xa5,0xf9,0xf3,0x9f,0x6f,0xff,0x3c,0xa9,0xa1,0x29,0x38,0xaa,0xfa,0x60,
|
||||
0x40,0xd3,0xf6,0x03,0x67,0x60,0x59,0x4a,0x47,0x1b,0xb7,0xdc,0x1e,0xae,0xfc,0xaf,
|
||||
0xff,0xe5,0xea,0x9b,0xef,0x62,0xf1,0x86,0x73,0x2b,0x81,0x1f,0xcf,0x56,0x03,0xdc,
|
||||
0x6e,0xf7,0xf5,0x1e,0x8f,0x67,0x49,0xaa,0xa6,0x7f,0x55,0x14,0x85,0xc2,0xc2,0x42,
|
||||
0xaa,0xab,0xaa,0xc8,0xcb,0x1d,0xde,0xf9,0x92,0xe3,0xf1,0xf8,0xad,0x1e,0x8f,0xa7,
|
||||
0x54,0x50,0x48,0x10,0x78,0xa2,0xda,0x37,0x17,0xab,0x22,0x04,0x58,0x7b,0xaa,0x87,
|
||||
0x14,0xff,0xb1,0xb3,0xf4,0xbf,0x17,0xcb,0x33,0x6b,0x18,0xb1,0xc1,0x7e,0x4c,0xc3,
|
||||
0xc0,0x95,0xe3,0xe5,0x84,0x8b,0x3e,0x88,0xa9,0xc7,0x3f,0xed,0x57,0xd5,0x75,0x33,
|
||||
0xdd,0x06,0xdb,0x15,0xf3,0xba,0x74,0xe8,0x6f,0x45,0x51,0x28,0x2d,0x2d,0xa5,0xac,
|
||||
0xb4,0x74,0x68,0xaa,0x3d,0x27,0x1a,0x8d,0xfe,0x50,0x50,0x48,0x10,0x78,0xa2,0x58,
|
||||
0xc1,0xe8,0x9a,0xbf,0xeb,0xc7,0xfa,0x52,0x40,0xd3,0x9a,0x80,0xfa,0xd1,0xad,0x76,
|
||||
0xf0,0xfc,0xdd,0xb7,0x13,0x1e,0xe8,0xa7,0xbf,0xbb,0x13,0x3b,0xda,0xfd,0x36,0x3b,
|
||||
0x27,0xef,0x4c,0xe2,0x87,0x58,0xd5,0x2d,0xd2,0x06,0xb9,0xb9,0xb9,0x94,0xcf,0xb5,
|
||||
0x0a,0x9f,0x1b,0x86,0xf1,0x29,0x97,0xd3,0x59,0x27,0x68,0x24,0x08,0x3c,0x11,0xf4,
|
||||
0x33,0x7a,0x7b,0xf3,0xb0,0x55,0x0c,0x03,0x9a,0x76,0x37,0x70,0xc7,0xc8,0xcf,0x5e,
|
||||
0xfe,0xf3,0xef,0xf8,0xf1,0xe9,0x75,0xdc,0xf3,0xed,0x6b,0x86,0xea,0xd9,0xd6,0x02,
|
||||
0xbf,0x9b,0xa9,0xad,0x25,0xbf,0xaa,0x2e,0x62,0x9c,0xea,0x96,0xd4,0x45,0xe1,0x00,
|
||||
0x00,0x11,0x68,0x49,0x44,0x41,0x54,0xeb,0xa9,0x0a,0x8f,0xc7,0xc3,0x9c,0xb2,0x32,
|
||||
0x00,0x29,0xae,0xeb,0xdf,0x14,0x34,0x12,0x04,0x4e,0x1a,0xf5,0x75,0xbe,0x77,0x80,
|
||||
0xdf,0xd8,0x7f,0x6e,0x05,0xfe,0x77,0x9c,0x53,0xbe,0x8c,0x55,0x00,0x6b,0x18,0x8e,
|
||||
0x82,0x32,0x14,0xb7,0x95,0xe4,0xbc,0xb0,0x72,0x1e,0xee,0xbc,0x82,0xcb,0x81,0x7f,
|
||||
0x9f,0xa1,0x26,0x5c,0x45,0x1a,0x6f,0xe3,0x79,0xbd,0x5e,0x7c,0x85,0x85,0x98,0xa6,
|
||||
0x79,0xa9,0xc7,0xe3,0x29,0x12,0x54,0x9a,0x1d,0xa4,0xfd,0xa6,0x7c,0x43,0x53,0xd0,
|
||||
0x55,0x5f,0xe7,0x4b,0x28,0x48,0xc1,0xaf,0xaa,0x5f,0x00,0x7e,0x75,0xf0,0xe7,0xbe,
|
||||
0x2a,0x3f,0xd7,0x34,0xdc,0x8b,0x1e,0x8f,0xf1,0xd8,0x2d,0xbf,0xe4,0x8d,0xbf,0xde,
|
||||
0xf9,0xd5,0xe9,0x74,0xb7,0xb4,0xc3,0x20,0x1b,0x49,0x32,0xc3,0x47,0xaa,0xc1,0x34,
|
||||
0x4d,0x9a,0xf7,0xef,0x47,0xd7,0xf5,0x8f,0x1a,0x86,0xf1,0x47,0x41,0x27,0xa1,0x81,
|
||||
0x27,0xa2,0x89,0x93,0x89,0x30,0xfa,0x1f,0xac,0x9a,0xad,0xa3,0x10,0x0b,0x87,0x30,
|
||||
0x31,0x71,0x7a,0x72,0x58,0x77,0xe9,0xc7,0x31,0x0d,0xfd,0x67,0x7e,0x55,0xfd,0x89,
|
||||
0x1d,0x59,0x34,0x1d,0x58,0x94,0xee,0xe4,0x05,0xcb,0xa5,0xb3,0xb4,0xa4,0x04,0xd3,
|
||||
0x34,0x2f,0x14,0x54,0x12,0x04,0x9e,0x76,0x04,0x34,0x2d,0x0e,0x5c,0x7b,0xf0,0xe7,
|
||||
0x03,0x9d,0x6d,0x3c,0xff,0x97,0x3f,0x10,0x8b,0x84,0x89,0x86,0x43,0x43,0x13,0x93,
|
||||
0xeb,0x80,0x47,0xfd,0xaa,0x3a,0x1d,0x59,0xd0,0xcf,0x9e,0x81,0xe6,0x76,0x03,0xb7,
|
||||
0xd9,0x9a,0x7e,0xda,0xe0,0x76,0xbb,0xf1,0x7a,0xbd,0x6b,0x72,0x73,0x73,0x9d,0x82,
|
||||
0x4e,0x62,0x0a,0x3d,0xed,0xb0,0x8d,0x54,0x0f,0x03,0xe7,0x1e,0xd2,0x19,0xb2,0x6c,
|
||||
0x39,0x2b,0x0c,0x39,0x2c,0x98,0x26,0x48,0x52,0x2f,0xf0,0x5d,0xac,0x74,0x2f,0x83,
|
||||
0x93,0xb8,0xaf,0x02,0xac,0x0a,0x87,0xc3,0xd7,0x9a,0xa6,0x79,0x59,0x4e,0xce,0xb4,
|
||||
0x17,0x18,0xfb,0x44,0x40,0xd3,0xfe,0xe0,0x57,0xd5,0x52,0x40,0xc3,0x76,0xd1,0x9c,
|
||||
0x0e,0x44,0x22,0x11,0xda,0xda,0xdb,0xe7,0xe8,0xba,0x2e,0xf2,0x58,0x09,0x02,0xcf,
|
||||
0x08,0x89,0x97,0x00,0x9b,0x00,0xcf,0xe1,0xbe,0x53,0xec,0x5f,0xc4,0x69,0x57,0x7e,
|
||||
0x8e,0x70,0x5f,0x2f,0xcf,0xdc,0x7e,0x13,0xfd,0x6d,0xcd,0xcd,0xc0,0x2d,0xc0,0x1d,
|
||||
0x01,0x4d,0xdb,0x9a,0xe0,0x7d,0x5c,0x58,0x45,0x9c,0x2f,0xc0,0x34,0x3f,0x60,0x44,
|
||||
0x42,0x4b,0xfb,0x07,0x23,0xe4,0xe4,0xe5,0xe3,0x74,0x4e,0xbb,0xc2,0x3a,0x2f,0xa0,
|
||||
0x69,0x8f,0xd8,0xeb,0xed,0xed,0x4c,0x71,0xca,0x9f,0x83,0xd7,0xc2,0x91,0x48,0x64,
|
||||
0x5d,0x4b,0x6b,0xeb,0x0b,0x82,0x52,0x33,0x0b,0x47,0x36,0x36,0x3a,0xa0,0x69,0x8d,
|
||||
0x7e,0x55,0xfd,0x29,0x47,0xb0,0x38,0x1f,0x7d,0xd6,0x05,0x2c,0x5d,0x7b,0x1a,0x98,
|
||||
0x26,0x55,0x8b,0x97,0x71,0xcb,0x67,0x2e,0xad,0x34,0x0d,0xe3,0xbb,0xc0,0xf5,0x7e,
|
||||
0x55,0x0d,0x00,0x2f,0x62,0xc5,0xc1,0xee,0xc5,0x4a,0x83,0x6a,0x60,0x65,0xde,0x98,
|
||||
0x8b,0x15,0xdb,0x7b,0x0c,0x70,0x34,0x50,0x02,0x70,0x4a,0xfd,0x97,0x39,0xe1,0xbd,
|
||||
0x97,0xf0,0xf8,0x6d,0x37,0xf1,0xfa,0x7d,0xb7,0x27,0xfb,0xc8,0x3a,0x70,0x17,0x49,
|
||||
0xd4,0x33,0x3e,0x68,0x70,0x4e,0x26,0xdd,0x65,0x2b,0xe0,0x03,0x12,0x4e,0x29,0x29,
|
||||
0x49,0x12,0x1e,0x8f,0xa7,0x5a,0xd0,0x49,0x10,0x78,0x26,0xf1,0x7d,0x2c,0x2f,0xad,
|
||||
0xe3,0xc6,0xfa,0xe7,0xa6,0xbf,0xdf,0xc7,0xb2,0x75,0xa7,0x53,0x5c,0x51,0x4d,0x5e,
|
||||
0x51,0x09,0xae,0xbc,0x02,0x22,0xbd,0x41,0x00,0x65,0xed,0xc7,0xae,0xa9,0x2d,0xae,
|
||||
0xa8,0xae,0xdd,0xfe,0xea,0x8b,0x6c,0xf9,0xc7,0x43,0x23,0x55,0x11,0xb5,0x6b,0xcf,
|
||||
0x44,0x3d,0xfa,0x78,0x1a,0x5f,0xf8,0x07,0xcd,0x9b,0x5f,0x1b,0xfe,0x7c,0xd9,0xda,
|
||||
0xd3,0xf0,0x16,0x14,0xd2,0xaa,0xed,0x44,0x4e,0xde,0x6d,0xf2,0x07,0xc0,0xbd,0x49,
|
||||
0x12,0x78,0xa2,0xb8,0x17,0xd8,0x0c,0xdc,0x94,0xe4,0x79,0x15,0x82,0x4e,0x82,0xc0,
|
||||
0x33,0xa9,0x85,0xe3,0x7e,0x55,0xbd,0x0c,0xd8,0x08,0x1c,0xb2,0x8f,0xd9,0xb3,0x2f,
|
||||
0xc0,0x6f,0xae,0x38,0x9b,0xe5,0xe7,0x5d,0x46,0x47,0x60,0xfb,0x10,0x79,0x59,0xf1,
|
||||
0x9e,0xf7,0x73,0xda,0x47,0xaf,0x06,0x4c,0x8e,0x3e,0xe3,0x5c,0xee,0x35,0x0d,0x1a,
|
||||
0xff,0xf9,0x77,0x00,0x8e,0xff,0xc0,0xc7,0x38,0xf7,0xea,0xaf,0x80,0x24,0xb1,0xe6,
|
||||
0xa2,0x0f,0x72,0xfb,0x75,0x9f,0x66,0xdf,0xe6,0xd7,0x40,0x92,0x78,0xe4,0xa6,0x1b,
|
||||
0x58,0x7d,0xc1,0x65,0x16,0x81,0xe5,0xa4,0x6c,0x87,0xcd,0xc0,0x8f,0x80,0x25,0x33,
|
||||
0xd8,0x3d,0xbf,0xc5,0xda,0xa7,0x5e,0x95,0xc4,0x39,0x25,0x82,0x4e,0x33,0x8f,0x6c,
|
||||
0xaf,0x0f,0xbc,0x03,0xb8,0x14,0x18,0x73,0x2b,0x4a,0x72,0xb8,0x78,0xf7,0xf1,0x07,
|
||||
0x68,0x6b,0x7a,0x7b,0xf8,0xb3,0x9d,0xaf,0x3c,0x47,0x73,0x93,0x55,0x5f,0x2b,0x1a,
|
||||
0x0a,0x11,0x19,0x38,0x50,0xd3,0x76,0xa0,0xbb,0x8b,0x68,0x24,0x8c,0x24,0xc9,0x84,
|
||||
0xfb,0x7a,0x19,0x08,0x1e,0x28,0x99,0xa9,0x6d,0x7c,0x9e,0xbb,0xbf,0xf3,0x79,0xf6,
|
||||
0x0e,0x69,0xe5,0xc4,0x71,0xeb,0x4c,0x24,0xe3,0x3b,0xa8,0x5f,0x4c,0xe0,0x67,0x49,
|
||||
0x9e,0x96,0x23,0xe8,0x24,0x34,0xf0,0x6c,0x90,0xf8,0x1f,0x7e,0x55,0xfd,0x28,0x56,
|
||||
0x0a,0xda,0x71,0xf7,0x7d,0x43,0x5d,0xed,0xfc,0xef,0xe7,0x3e,0x8c,0x3b,0xaf,0x80,
|
||||
0x78,0x78,0x10,0x3d,0x76,0x80,0x5b,0x8d,0x4f,0x3d,0xcc,0xae,0x8d,0xcf,0x51,0x54,
|
||||
0xed,0xa7,0x7d,0xe7,0x56,0xf4,0x68,0x64,0xac,0x05,0x63,0xb2,0x8f,0x78,0xcf,0x2c,
|
||||
0x75,0xcd,0x03,0xc0,0x60,0x12,0xc4,0x74,0x08,0x3a,0x09,0x0d,0x3c,0x5b,0x24,0xfe,
|
||||
0x8b,0xad,0x89,0x13,0xdb,0x26,0x32,0x4d,0x22,0x7d,0x3d,0xa3,0xc8,0x3b,0x84,0x48,
|
||||
0x7f,0x2f,0x2d,0x8d,0x6f,0x8d,0x4d,0x5e,0x48,0x36,0x48,0xbf,0x93,0x31,0xc2,0x21,
|
||||
0x67,0xa8,0x4f,0x22,0xc0,0x33,0x42,0x3a,0x04,0x81,0xd3,0x85,0xc4,0xf7,0x63,0x95,
|
||||
0x4a,0xd9,0x3b,0x9d,0xf7,0x49,0x52,0xff,0x6e,0x9f,0xcc,0xde,0xf3,0x14,0xe0,0x5f,
|
||||
0x42,0x32,0x04,0x81,0xd3,0x89,0xc4,0xaf,0x60,0x6d,0xfd,0xdc,0x09,0xd3,0x54,0xa7,
|
||||
0x3b,0x39,0x0d,0xbc,0x6b,0x96,0xbb,0xe4,0x5d,0x21,0x15,0x82,0xc0,0xe9,0x46,0xe2,
|
||||
0xee,0x80,0xa6,0x7d,0x08,0x38,0x07,0x78,0x6d,0x6a,0xb9,0x2b,0x25,0xbb,0x85,0xb4,
|
||||
0x7f,0x8a,0x94,0xfe,0x44,0xdf,0xf3,0x2e,0x21,0x11,0x82,0xc0,0xe9,0x4a,0xe4,0x27,
|
||||
0xb0,0x0a,0x7b,0x9f,0x03,0xfc,0x0d,0xcb,0x99,0x62,0xf2,0x1d,0x9e,0xdc,0x16,0x52,
|
||||
0xcf,0x2c,0x13,0x58,0x24,0x6a,0x4f,0x71,0x08,0xcb,0xe1,0x91,0x49,0x6c,0x60,0x25,
|
||||
0xc6,0x7b,0xdc,0xaf,0xaa,0x25,0xc0,0x05,0x58,0xf5,0x8e,0xd6,0x01,0x95,0x58,0x56,
|
||||
0xeb,0x23,0xa9,0x54,0xd3,0x26,0x7e,0x1f,0xf0,0x36,0xf0,0x7a,0x4e,0x4e,0x4e,0x17,
|
||||
0x56,0x35,0x89,0x44,0x10,0x9f,0xe5,0x2e,0x18,0x10,0x52,0x20,0x08,0x9c,0x29,0x64,
|
||||
0xee,0xc4,0x8a,0xee,0xb9,0x0d,0xc0,0xaf,0xaa,0x3e,0x60,0x3e,0x96,0x07,0x52,0x09,
|
||||
0xd6,0x76,0x8b,0x03,0x6b,0x4f,0xb9,0x1f,0x2b,0x41,0x7b,0x2b,0xb0,0x2f,0xa0,0x69,
|
||||
0x1d,0x43,0xd7,0xf1,0xab,0xea,0xf2,0x24,0x08,0x2c,0x20,0x20,0x08,0x3c,0x4d,0x84,
|
||||
0x0e,0x62,0x05,0x44,0x6c,0x12,0xbd,0x21,0x20,0xd6,0xc0,0x02,0x02,0x02,0x82,0xc0,
|
||||
0x02,0x02,0x82,0xc0,0x02,0x02,0x02,0x82,0xc0,0x02,0xb3,0x8a,0xb8,0xe8,0x02,0x41,
|
||||
0x60,0x81,0xf4,0x85,0x29,0xba,0x40,0x10,0x58,0x40,0x40,0x40,0x10,0x58,0x40,0x40,
|
||||
0x40,0x10,0x58,0x40,0x40,0x40,0x10,0x58,0x40,0x40,0x10,0x58,0x40,0x40,0x40,0x10,
|
||||
0x58,0x20,0x31,0xec,0xb5,0x02,0x2b,0x12,0x82,0x69,0x9a,0x9c,0xfd,0x85,0xef,0xac,
|
||||
0x6c,0x68,0x0a,0x9e,0x7d,0xdd,0x5f,0x5f,0x3a,0xcb,0x9d,0x5f,0xe8,0x49,0x58,0x20,
|
||||
0x1c,0xce,0xe1,0xe0,0x8c,0x40,0x12,0xf7,0x14,0x98,0x1d,0x08,0x5f,0xe8,0x14,0xc6,
|
||||
0xe9,0x57,0x5f,0xb7,0xe1,0xe4,0x0f,0x5c,0x51,0x06,0xcc,0xed,0x6e,0xd9,0xe7,0xff,
|
||||
0xf5,0x07,0x4f,0x47,0x71,0x8d,0xcf,0x45,0x33,0x16,0x45,0x5d,0x7e,0xcc,0x4f,0x01,
|
||||
0x14,0xa7,0x8b,0xc2,0xf2,0x6a,0xda,0xfa,0x12,0x8b,0x4c,0x3c,0xf3,0x9a,0xaf,0x5f,
|
||||
0x71,0xc2,0x05,0x97,0x9e,0x02,0x74,0x44,0x42,0x03,0x3d,0x3f,0x3c,0xc5,0x8f,0xab,
|
||||
0xa8,0x52,0xbc,0x0c,0x41,0x60,0x01,0xb0,0x82,0xfa,0x4d,0x33,0xb1,0x2d,0xda,0xe2,
|
||||
0xaa,0x9a,0x33,0x81,0x33,0x01,0x1c,0x4e,0x17,0xe8,0x09,0xfa,0x66,0x48,0x60,0x8e,
|
||||
0xda,0x06,0x4e,0x7c,0x4b,0x58,0x71,0xba,0x0a,0x80,0xe5,0x00,0xb2,0xa2,0x10,0xef,
|
||||
0x8d,0xe1,0x4a,0xa0,0x78,0xe8,0x92,0xd3,0xce,0x9f,0x7f,0xfd,0xb7,0x7e,0xb4,0x0c,
|
||||
0x68,0xaa,0xaf,0xf3,0x09,0x27,0x12,0x41,0xe0,0xf4,0x47,0x43,0x53,0x30,0x1f,0xab,
|
||||
0x0a,0xe1,0x1a,0xac,0x1c,0xcb,0x47,0x77,0xef,0xdf,0x7b,0xd4,0x8d,0x1f,0x39,0x77,
|
||||
0xa8,0xa8,0x78,0xc6,0x40,0x3d,0xea,0xd8,0x0b,0x81,0x0b,0x81,0x78,0x43,0x53,0xf0,
|
||||
0x5d,0xe0,0x4d,0xe0,0x75,0xac,0xbc,0x5a,0x5b,0xea,0xeb,0x7c,0x41,0x21,0x11,0x82,
|
||||
0xc0,0xa9,0x4e,0xd8,0x32,0xac,0x2c,0x1e,0x1b,0x80,0xb5,0xb6,0x26,0x2b,0x38,0x58,
|
||||
0x03,0x67,0x81,0x4c,0x1d,0x6d,0x1f,0x1f,0xb5,0x3f,0x0b,0x37,0x34,0x05,0xb7,0x00,
|
||||
0x2f,0x61,0x65,0xba,0x7c,0xb1,0xbe,0xce,0xb7,0x57,0x48,0x8c,0x20,0xf0,0x6c,0x13,
|
||||
0x56,0x06,0x4e,0xc2,0xaa,0x74,0x78,0x1e,0xb0,0x94,0x23,0x14,0x4c,0xcb,0x62,0x78,
|
||||
0x80,0x63,0xed,0xe3,0x1a,0x20,0xd6,0xd0,0x14,0xdc,0x09,0x3c,0x02,0x3c,0x0a,0x3c,
|
||||
0x95,0x64,0x9d,0x67,0x01,0x41,0xe0,0x09,0x93,0xd6,0x0b,0x9c,0x0a,0x5c,0x86,0x55,
|
||||
0x5b,0xa9,0x54,0xf4,0x4a,0xd2,0x70,0x02,0x8b,0xed,0xe3,0x4b,0xc0,0x40,0x43,0x53,
|
||||
0xf0,0x51,0xac,0x24,0xf6,0x8f,0x8a,0xe9,0xb6,0x20,0xf0,0x54,0x93,0x56,0x02,0x4e,
|
||||
0x01,0x3e,0x06,0x5c,0x84,0xa8,0x03,0x34,0xd5,0xc8,0x05,0x3e,0x60,0x1f,0x43,0x64,
|
||||
0xfe,0x03,0xf0,0x98,0xd0,0xcc,0x82,0xc0,0x93,0x21,0x6e,0x11,0x50,0x0f,0x7c,0x0a,
|
||||
0x58,0x34,0x15,0xd7,0x34,0x33,0x34,0x46,0xc8,0x9c,0xba,0x86,0x8d,0x24,0xf3,0xfe,
|
||||
0x86,0xa6,0xe0,0xef,0x81,0x9b,0xeb,0xeb,0x7c,0x7b,0x84,0x44,0x0a,0x02,0x27,0x4a,
|
||||
0x5c,0x3f,0xf0,0x55,0xe0,0x93,0x4c,0x71,0xd1,0x2e,0x43,0x8f,0x27,0x6c,0xc8,0x4a,
|
||||
0x05,0x83,0x97,0xc3,0x9b,0xd8,0xf7,0xfa,0xba,0x3a,0xa6,0xe3,0xf6,0x15,0xc0,0xb7,
|
||||
0x80,0xaf,0x37,0x34,0x05,0xff,0x02,0xfc,0xa4,0xbe,0xce,0xf7,0xa6,0x90,0xd0,0x03,
|
||||
0x10,0x9e,0x58,0xa3,0x89,0x5b,0xd3,0xd0,0x14,0x6c,0x00,0xb6,0x02,0x9f,0x65,0x1a,
|
||||
0x2a,0xee,0x85,0xfa,0x7a,0x13,0xaa,0xce,0x60,0x9a,0x06,0x0e,0x87,0x73,0x56,0xfb,
|
||||
0x43,0x92,0x24,0x72,0xab,0xeb,0x12,0xfa,0xee,0xe6,0xc7,0x1e,0xc0,0x34,0xa6,0xcd,
|
||||
0x71,0x4b,0x01,0x3e,0x04,0x6c,0x6a,0x68,0x0a,0xde,0xdf,0xd0,0x14,0x3c,0x4a,0x48,
|
||||
0xab,0x20,0xf0,0x48,0xe2,0x7a,0x1a,0x9a,0x82,0xdf,0x07,0x1a,0xb1,0xea,0xe2,0xba,
|
||||
0xa6,0xeb,0x5e,0xfb,0xb7,0x6f,0x49,0x4c,0x53,0xc7,0x62,0xe4,0x15,0xcf,0xae,0x7d,
|
||||
0x4c,0x71,0x38,0xa9,0x3a,0xfa,0x84,0x84,0xbe,0xdb,0xdf,0xde,0x42,0x6b,0x60,0xfb,
|
||||
0xb4,0x8f,0x29,0xc0,0xc5,0xc0,0xeb,0x0d,0x4d,0xc1,0x5b,0x1a,0x9a,0x82,0xc5,0x82,
|
||||
0xc0,0x82,0xbc,0x1b,0x80,0x77,0x80,0xeb,0x01,0xef,0x74,0xde,0x2b,0x1e,0x8d,0xf2,
|
||||
0xda,0x43,0x89,0x55,0x0b,0xcd,0x29,0x2a,0xa5,0xa0,0x74,0xce,0xec,0x6a,0x60,0x45,
|
||||
0xa1,0x6a,0x69,0x82,0xca,0x4e,0x92,0xd8,0xfc,0xd4,0xa3,0x13,0x29,0x9f,0x3a,0xd1,
|
||||
0xa5,0x5f,0x3d,0xd0,0xd4,0xd0,0x14,0xbc,0xdc,0x36,0x32,0x0a,0x02,0x67,0x19,0x71,
|
||||
0x1d,0x0d,0x4d,0xc1,0xff,0x04,0xfe,0x01,0x2c,0x98,0x89,0x7b,0x36,0x6d,0x7c,0x9e,
|
||||
0x8e,0xed,0x89,0xd5,0x0b,0xab,0x5b,0x77,0x26,0xde,0x02,0xdf,0xec,0x76,0x92,0x69,
|
||||
0xb2,0xe0,0xd8,0x13,0x30,0x13,0x74,0xe1,0xdc,0x78,0xf7,0x1f,0x68,0x0f,0xec,0x98,
|
||||
0xc9,0x27,0x2c,0x01,0xee,0x00,0x6e,0x6f,0x68,0x0a,0xe6,0x09,0x02,0x67,0x0f,0x79,
|
||||
0x0b,0x80,0x87,0x81,0x6f,0xcc,0x54,0x1f,0x74,0x35,0xef,0xe1,0xe1,0x9f,0xff,0x07,
|
||||
0x92,0xac,0x24,0xf4,0xfd,0x95,0x67,0x5f,0x80,0x69,0x4e,0xc5,0x9a,0xd2,0x1c,0xb3,
|
||||
0x8e,0x71,0xa2,0xa8,0x5a,0xb4,0x8c,0x92,0xda,0xa5,0x89,0x4d,0xfb,0xf5,0x38,0x8f,
|
||||
0xde,0xfc,0x73,0xa2,0xe1,0x19,0xaf,0x88,0xfa,0x11,0xe0,0x85,0x86,0xa6,0x60,0xb5,
|
||||
0x20,0x70,0xe6,0x93,0xd7,0x67,0x6b,0xdd,0xb3,0x67,0xea,0x9e,0x5d,0xcd,0x7b,0xb8,
|
||||
0xf3,0xbb,0x5f,0x26,0x92,0x60,0x44,0x50,0xdd,0x29,0xe7,0xa0,0xae,0x38,0x76,0xea,
|
||||
0x14,0xa9,0x91,0xf8,0x16,0x8f,0x24,0x8f,0x9e,0x8d,0x3a,0xdc,0x6e,0xce,0xfc,0xd4,
|
||||
0x97,0x12,0xde,0xff,0xd2,0x5e,0x7d,0x9e,0x27,0x6e,0xf9,0x15,0xb1,0x48,0x64,0xa6,
|
||||
0x5f,0xed,0xd1,0xc0,0x8b,0x0d,0x4d,0xc1,0xf9,0x82,0xc0,0x99,0x4b,0x5e,0x17,0xf0,
|
||||
0x20,0x56,0x60,0xc1,0xb4,0x43,0x8f,0xc5,0xd8,0xf2,0xc2,0x53,0x34,0x5c,0x73,0x39,
|
||||
0x5d,0x81,0x6d,0x09,0xaf,0x7d,0xcf,0xfe,0xf4,0x97,0x27,0x15,0xec,0x60,0x9a,0x13,
|
||||
0xdf,0x82,0x1a,0xeb,0xac,0x45,0xab,0x4e,0xe6,0xf8,0x0f,0x7c,0x2c,0xe1,0x6b,0x6c,
|
||||
0xfa,0xeb,0x1d,0xdc,0xf7,0x93,0xeb,0x09,0xb6,0xee,0x9f,0xa9,0x35,0xf1,0x10,0x6a,
|
||||
0x80,0x27,0x1a,0x9a,0x82,0xa5,0x82,0xc0,0x99,0x89,0x1b,0xb0,0x3c,0xaa,0xa6,0x15,
|
||||
0xb1,0xf0,0x20,0x8d,0x2f,0x3d,0xc3,0xed,0x5f,0xbf,0x9a,0x7b,0xbe,0xf3,0x39,0xa2,
|
||||
0x03,0xfd,0x09,0x9d,0xe7,0xce,0x2f,0xe4,0x8a,0xff,0xbc,0x09,0xdf,0xdc,0x8a,0xc9,
|
||||
0x3d,0x80,0xa1,0xe3,0x70,0xb9,0x87,0x29,0xe9,0x70,0xbb,0x13,0x1f,0x74,0xe2,0xf1,
|
||||
0x31,0xb4,0xb2,0xcc,0x99,0x57,0x7e,0x8e,0xe5,0xe7,0x5c,0x9c,0xf0,0x75,0xb6,0x3d,
|
||||
0xf7,0x38,0xbf,0xfd,0xf4,0x25,0x3c,0x7f,0xd7,0x6d,0xf4,0x75,0xb6,0xcf,0xe4,0x3b,
|
||||
0xae,0x05,0x6e,0xb3,0xfd,0xd4,0x05,0x81,0x33,0x48,0xfb,0xae,0xc6,0xda,0xdb,0x9d,
|
||||
0x56,0xf4,0x77,0x77,0x71,0xdb,0xd7,0x3e,0xcd,0x3d,0xff,0xfe,0x05,0xf6,0x6d,0x7e,
|
||||
0x15,0x49,0x19,0xdf,0x57,0xc6,0x34,0x4d,0xaa,0x57,0xae,0xe1,0xaa,0x1b,0xff,0x44,
|
||||
0x79,0xed,0xd8,0xfb,0xae,0x86,0x61,0x24,0xec,0xed,0x24,0x29,0x0e,0x5c,0x39,0x96,
|
||||
0x41,0x5d,0x96,0x65,0xf2,0x4a,0xcb,0x13,0x7e,0xfe,0xee,0xe6,0xbd,0x63,0x6a,0x6f,
|
||||
0xa7,0xc7,0xc3,0x05,0x5f,0xf8,0x36,0xeb,0xaf,0xfc,0x42,0xc2,0xda,0x3d,0x16,0xea,
|
||||
0xe7,0xe9,0x5b,0x7e,0xc1,0xad,0x9f,0xff,0x08,0xdd,0x2d,0xcd,0x33,0xf9,0xba,0xcf,
|
||||
0x07,0x2e,0x15,0x04,0xce,0x2c,0x5c,0x8f,0xe5,0x10,0x30,0xad,0x78,0xe3,0x89,0xbf,
|
||||
0xd1,0xda,0xf8,0x56,0x82,0x53,0x5d,0x83,0x82,0x8a,0x6a,0x2e,0xfc,0xe6,0x8f,0xf9,
|
||||
0xc8,0x0f,0xfe,0x9b,0xe2,0xca,0x9a,0xc3,0x7e,0x37,0x12,0xea,0x47,0x4a,0xd0,0xb1,
|
||||
0xa3,0xb0,0x7a,0x3e,0x1e,0xaf,0x65,0x94,0x95,0x15,0x85,0x92,0xea,0x79,0x09,0x3f,
|
||||
0x7f,0xcb,0x8e,0xc6,0xc3,0x4e,0x7b,0x1d,0x2e,0x17,0xa7,0x5e,0x51,0xcf,0x95,0xbf,
|
||||
0xb9,0x83,0xc5,0x1b,0xce,0x45,0x0f,0x27,0x56,0x3e,0xb8,0xbf,0xbd,0x85,0x97,0xee,
|
||||
0xbb,0x63,0xa6,0xdf,0x77,0x56,0x94,0x70,0xcd,0x0a,0x57,0x4a,0x7b,0x4d,0x74,0xee,
|
||||
0x4c,0xdc,0x4b,0x92,0x8e,0x3c,0x26,0x9a,0x86,0x8e,0x24,0x41,0xed,0x69,0x97,0x53,
|
||||
0xb3,0x72,0x1d,0x8b,0x8e,0x3d,0x96,0xb2,0xf2,0x42,0xc6,0x5b,0xf2,0xf6,0x77,0x75,
|
||||
0x22,0x3b,0x12,0xf3,0x2f,0x99,0x7f,0xfc,0x49,0xb8,0xbc,0x5e,0x4c,0x5b,0x6b,0xd7,
|
||||
0x2c,0x3b,0x9a,0x8d,0xd6,0xc2,0x78,0xdc,0x73,0x5b,0xb7,0x6d,0x61,0xb0,0xaf,0x07,
|
||||
0x4f,0x6e,0xfe,0x61,0x17,0xd8,0x95,0x8b,0x96,0x72,0xe1,0x57,0x7e,0xc0,0xb2,0x73,
|
||||
0x3e,0xce,0xae,0xd7,0x5f,0x66,0xfb,0xb3,0x0f,0xd0,0xbb,0x77,0x0b,0xb2,0x33,0xe7,
|
||||
0xb0,0xe7,0x78,0x0a,0x8a,0x66,0xfa,0xb5,0x2f,0x6e,0x68,0x0a,0xae,0xa9,0xaf,0xf3,
|
||||
0xfd,0x4b,0x10,0x38,0xfd,0xb1,0x0a,0x2b,0x84,0x6d,0xda,0x71,0xc2,0x05,0x97,0x92,
|
||||
0x5b,0x3c,0x97,0xc0,0x96,0x9d,0x44,0x06,0x7a,0x50,0x9c,0x6e,0x3c,0x05,0x45,0xb8,
|
||||
0x3c,0x5e,0xbc,0xbe,0x52,0xf2,0x4a,0xe6,0x92,0x5f,0x5a,0x89,0xe2,0xb4,0xc8,0x38,
|
||||
0x18,0x85,0xbd,0x7b,0x43,0x14,0x15,0xb9,0xc8,0xcf,0x3f,0xdc,0xeb,0x90,0xd8,0xbf,
|
||||
0x7d,0x6b,0xc2,0x86,0xad,0x65,0xeb,0xcf,0x1c,0xe5,0xd6,0x58,0xbd,0xe4,0x28,0x14,
|
||||
0x97,0x0b,0x3d,0x16,0x1b,0xf7,0xdc,0x50,0x67,0x2b,0x1d,0xbb,0x03,0x54,0x1f,0xc6,
|
||||
0x81,0x43,0xd7,0x4d,0xba,0xbb,0x63,0xf4,0xf7,0xc7,0xc9,0x2d,0x55,0x59,0x71,0xb6,
|
||||
0xca,0x8a,0xb3,0x2e,0x63,0xa0,0xbb,0x9d,0xfe,0xee,0x36,0xfa,0x3b,0xf6,0x13,0x19,
|
||||
0x1c,0x20,0xd2,0x17,0x24,0x36,0xd8,0x8f,0xec,0x70,0x52,0xb1,0x68,0x05,0xab,0xce,
|
||||
0x3a,0x75,0x36,0xde,0xfb,0x7a,0xac,0x8c,0x20,0x82,0xc0,0x69,0x8e,0x9a,0x99,0xba,
|
||||
0x91,0xd3,0xe3,0x61,0xe5,0x19,0x67,0xb3,0x74,0x9d,0x41,0x6f,0x6f,0x9c,0x81,0x90,
|
||||
0x3e,0xee,0x16,0x8c,0x61,0x40,0x67,0x67,0x94,0x50,0x48,0xa7,0xac,0xcc,0x85,0x7c,
|
||||
0xd0,0x56,0x4e,0x74,0x70,0x80,0xd7,0x1f,0xfa,0x4b,0x42,0xf7,0x2f,0x9a,0x57,0x8b,
|
||||
0x7a,0xd4,0x71,0xa3,0xa7,0xd4,0x65,0x73,0x59,0x7d,0xc9,0x27,0x78,0xf9,0x8e,0x5b,
|
||||
0xc6,0x5f,0x53,0x39,0x9c,0x6c,0x7e,0xfa,0xd1,0x31,0x09,0x1c,0x0e,0xeb,0xb4,0xb7,
|
||||
0x47,0xd1,0x75,0xf3,0xe0,0x69,0x07,0xb9,0xc5,0x73,0xc8,0x2d,0x9e,0xc3,0xdc,0xda,
|
||||
0x15,0xc3,0x83,0x8e,0x2c,0x43,0x41,0x81,0x83,0xfc,0x7c,0x07,0x8a,0x32,0x2b,0xce,
|
||||
0x52,0x55,0x62,0x0d,0x9c,0x19,0x88,0xcd,0xf4,0x0d,0xdd,0x6e,0x99,0xb2,0x32,0x17,
|
||||
0x73,0xca,0x5c,0xc8,0x09,0xca,0xee,0xe0,0xa0,0x4e,0x4b,0x4b,0x04,0xe3,0xa0,0x7d,
|
||||
0xdb,0x57,0xfe,0x76,0x37,0x3d,0xcd,0xda,0xb8,0xe7,0xeb,0xd1,0x30,0xe7,0x7e,0xee,
|
||||
0x1b,0x38,0x0f,0xb2,0x3a,0x9b,0xa6,0xc9,0x89,0xef,0xfb,0x30,0x39,0x45,0x89,0x85,
|
||||
0x31,0x6f,0xbc,0xf3,0x56,0x9a,0x9b,0x46,0x7b,0x8c,0x85,0x42,0x3a,0xad,0xad,0x91,
|
||||
0x43,0xc9,0x7b,0xd8,0xf6,0x4b,0x54,0x56,0x7a,0xf0,0xf9,0x9c,0xb3,0x45,0xde,0x59,
|
||||
0x79,0xef,0x82,0xc0,0xd3,0x83,0xc6,0xd9,0xba,0xb1,0xd7,0xab,0x50,0x5e,0xee,0x49,
|
||||
0x78,0x3b,0x34,0x1a,0x35,0x68,0x6f,0x8b,0xda,0x9a,0x77,0x90,0xe7,0xee,0xfc,0x3d,
|
||||
0x4f,0xdf,0xf2,0x0b,0xc6,0xde,0xa1,0x1d,0xbd,0xce,0x3c,0xa5,0xfe,0x5a,0xe6,0xaf,
|
||||
0x1c,0x7b,0x8b,0x3b,0xaf,0xa8,0x98,0xcb,0xbe,0xf7,0xcb,0xc4,0x84,0xc2,0xe5,0xe6,
|
||||
0xae,0xef,0x7e,0x69,0x38,0x38,0x21,0x12,0x31,0x68,0x6f,0x8f,0x24,0x1c,0xcb,0x9c,
|
||||
0x93,0x63,0xb5,0xd9,0xe1,0x98,0x75,0x17,0xe5,0x6d,0x82,0xc0,0x99,0x81,0x37,0x81,
|
||||
0xce,0xd9,0xba,0xb9,0xcb,0x2d,0x53,0x56,0x9a,0xf8,0x5e,0xec,0x60,0x58,0x67,0xef,
|
||||
0xce,0xfd,0xdc,0xf6,0xd5,0x7a,0x9e,0xb9,0x35,0x01,0xd2,0x99,0x26,0xab,0x2e,0xf9,
|
||||
0x38,0xa7,0x5c,0x7e,0xe5,0x11,0x8d,0x68,0x35,0x4b,0x8f,0xe6,0xc3,0x3f,0xbd,0x25,
|
||||
0xa1,0x7d,0xe1,0x81,0x8e,0x56,0x7e,0x77,0xd5,0xc5,0xbc,0xf1,0xe4,0xdf,0x93,0x22,
|
||||
0xaf,0xd3,0x69,0xcd,0x3c,0x52,0x24,0x77,0xdf,0x13,0x82,0xc0,0x19,0x80,0xfa,0x3a,
|
||||
0xdf,0x20,0xf0,0x7f,0xb3,0xf9,0x0c,0xde,0x5c,0x05,0xaf,0x37,0xf1,0x5d,0xac,0x17,
|
||||
0xef,0xf9,0x23,0x6d,0x4d,0x6f,0x8f,0xfb,0x3d,0x23,0x36,0xc8,0xb1,0x1f,0xfa,0x2a,
|
||||
0xab,0x2f,0xb9,0x66,0xd8,0x30,0x76,0x24,0xf8,0x8f,0x39,0x81,0xf3,0xbe,0xfd,0xbf,
|
||||
0x14,0xaa,0xcb,0xc7,0xfd,0xae,0x24,0x2b,0xfc,0xf5,0x07,0x5f,0xb4,0x3c,0xaa,0x12,
|
||||
0x44,0x69,0xe9,0xa1,0x6b,0xf8,0x59,0xc2,0xa3,0xf5,0x75,0xbe,0x80,0x20,0x70,0xe6,
|
||||
0xe0,0xc7,0xc0,0xac,0x26,0x4b,0xf3,0xf9,0x12,0x34,0x84,0x4b,0x12,0x3b,0x9f,0xb9,
|
||||
0x7b,0x3c,0xb5,0xcb,0x9c,0x65,0x27,0x71,0xfe,0xf7,0xef,0x66,0xf9,0x19,0x97,0xd0,
|
||||
0xd7,0x6f,0x12,0x0e,0xeb,0xe3,0x5e,0xba,0xa3,0x23,0x42,0x41,0xc5,0x02,0xce,0xfd,
|
||||
0xda,0x7f,0x73,0xfc,0x15,0xd7,0xe1,0xf0,0x1c,0x39,0x88,0x47,0x72,0x78,0x08,0xf5,
|
||||
0x24,0x36,0x79,0xf1,0xe6,0x28,0xb8,0xdd,0x29,0x21,0x52,0x71,0xac,0x4c,0x1e,0x19,
|
||||
0x8f,0xac,0x49,0xa9,0x53,0x5f,0xe7,0x6b,0x6d,0x68,0x0a,0x5e,0x03,0xfc,0x79,0xd6,
|
||||
0xa6,0xd2,0x2e,0x19,0xb7,0x5b,0x26,0x12,0x31,0xc6,0x9d,0x12,0xcf,0x3d,0x6a,0x3d,
|
||||
0xfb,0x5e,0x7b,0x72,0xf4,0xc7,0x86,0x81,0xac,0x28,0xf8,0xd7,0xbf,0x8f,0x85,0x27,
|
||||
0xbd,0x87,0x39,0x0b,0x96,0x8d,0x8a,0x6e,0xea,0xec,0x8c,0x51,0x59,0xa9,0x1c,0x76,
|
||||
0xfa,0x1a,0x0a,0xe9,0x84,0x42,0x16,0xc9,0x1d,0xee,0x1c,0x96,0x6e,0x78,0x3f,0xf3,
|
||||
0x57,0x9d,0xce,0x9e,0xb7,0x5e,0x62,0xdb,0xb3,0x0f,0xd2,0xf1,0xee,0xf3,0xc8,0xee,
|
||||
0xd1,0x84,0xce,0xaf,0xa8,0xc5,0x57,0xae,0x26,0xd4,0xbe,0xfc,0x82,0x94,0x11,0xa7,
|
||||
0x1f,0xd6,0xd7,0xf9,0x36,0x65,0x83,0x5c,0x67,0x5d,0x20,0x74,0x43,0x53,0xf0,0x87,
|
||||
0xb3,0x39,0x3a,0xf7,0xf4,0xc4,0xe8,0xee,0x1e,0xdf,0x38,0x3a,0xd8,0xd3,0xc5,0xee,
|
||||
0x57,0x1f,0xa1,0xb7,0x65,0x07,0xb2,0xa7,0x08,0x77,0xfe,0x1c,0x4a,0xd4,0x3a,0x8a,
|
||||
0xaa,0x16,0xe0,0xc9,0x2b,0x3c,0xec,0x79,0x65,0x65,0x2e,0x72,0x73,0xc7,0x26,0x52,
|
||||
0xf3,0xbe,0x30,0xd1,0xd8,0xd8,0x83,0x87,0xa1,0xc7,0xe9,0xef,0x68,0xa1,0x73,0xcf,
|
||||
0x36,0xba,0xf6,0xec,0x20,0xbf,0x40,0xa6,0xb8,0xa2,0x8a,0xfc,0x9a,0x13,0x70,0xe7,
|
||||
0x8f,0xef,0x84,0x21,0x49,0x30,0x6f,0x9e,0x37,0x15,0xd6,0xbe,0xf7,0x02,0x1f,0xac,
|
||||
0xaf,0xf3,0xe9,0x82,0xc0,0x99,0x49,0x60,0x19,0x2b,0xa8,0xe1,0xda,0xd9,0xb8,0x7f,
|
||||
0x38,0x6c,0x6d,0x15,0x25,0x82,0xe2,0x62,0x27,0xf9,0xf9,0x0e,0x42,0x21,0x6b,0xff,
|
||||
0x35,0x11,0x78,0x3c,0x32,0xe5,0xe5,0x9e,0x49,0xdd,0xd7,0xe9,0x94,0xa9,0xaa,0xf2,
|
||||
0x60,0x9a,0xb0,0x7b,0x77,0x28,0x21,0x03,0x56,0x4e,0x8e,0xcc,0xdc,0xb9,0xb3,0x9e,
|
||||
0xd3,0xfe,0x41,0xe0,0xb2,0x6c,0x4a,0x45,0x9b,0x75,0xf1,0xc0,0xf5,0x75,0x3e,0xa3,
|
||||
0xbe,0xce,0xf7,0x15,0xac,0xac,0x93,0x33,0x5e,0x84,0x2b,0xa9,0x3d,0x51,0x3b,0x2c,
|
||||
0x30,0x27,0x47,0x49,0x58,0xb3,0x85,0xc3,0xc6,0x98,0x7b,0xb5,0x03,0x03,0x89,0x2b,
|
||||
0x24,0xaf,0x57,0x9e,0x40,0xbb,0x66,0x5d,0x94,0x6e,0x04,0x3e,0x90,0x6d,0x79,0xa4,
|
||||
0xb3,0x36,0xa5,0x4e,0x7d,0x9d,0xef,0xe7,0xc0,0x59,0xc0,0x8c,0xd6,0xe8,0x49,0x2a,
|
||||
0x7d,0xb2,0x4d,0x5a,0x59,0x96,0x70,0xb9,0x12,0x7f,0x55,0xe1,0xc1,0x43,0xc9,0x3a,
|
||||
0x38,0x98,0x38,0x81,0x3d,0x1e,0x25,0x9d,0x5e,0x65,0x2f,0x70,0x45,0x7d,0x9d,0xef,
|
||||
0xf3,0xd9,0x32,0x6d,0x16,0x04,0x3e,0x40,0xe2,0xa7,0x81,0x15,0x40,0x03,0xc9,0xd4,
|
||||
0xe0,0x9c,0x05,0x24,0x63,0xdd,0x0d,0x1f,0x64,0x24,0x8b,0xc7,0xcd,0x84,0x3d,0xa8,
|
||||
0x24,0x89,0xa4,0x06,0x8b,0x59,0xc6,0xdf,0x81,0x15,0xf5,0x75,0xbe,0x3f,0x67,0xab,
|
||||
0x0c,0x67,0x7d,0x56,0xca,0xfa,0x3a,0x5f,0x4f,0x7d,0x9d,0xef,0x53,0x58,0xd5,0x04,
|
||||
0x5f,0x4c,0xd5,0xe7,0x74,0x39,0x13,0x7f,0x55,0xd1,0xe8,0x41,0x04,0x8e,0x19,0x09,
|
||||
0x6b,0x7e,0x59,0x96,0x26,0xe8,0xfa,0x38,0xa3,0xe3,0x5f,0x23,0x70,0x71,0x7d,0x9d,
|
||||
0xef,0xfc,0x6c,0xaf,0xd8,0x20,0xf2,0x42,0x1f,0x20,0xf2,0x4b,0xc0,0x3a,0xe0,0x7d,
|
||||
0xc0,0x6b,0xa9,0xf6,0x7c,0xc9,0xb8,0x25,0xc6,0xe3,0xe6,0x11,0xff,0x4e,0xe6,0x3e,
|
||||
0x29,0x56,0x0e,0x75,0x27,0x56,0x3a,0xd9,0x63,0xea,0xeb,0x7c,0x0f,0x0a,0xa9,0x15,
|
||||
0xa5,0x55,0x0e,0x26,0xb1,0x09,0x3c,0xd0,0xd0,0x14,0xfc,0x1b,0x70,0x06,0xf0,0x75,
|
||||
0xe0,0x34,0x52,0xc0,0x5a,0x2f,0x27,0xa1,0x15,0x4d,0x73,0x28,0x2f,0x96,0xf5,0xb7,
|
||||
0x6e,0x98,0xd3,0x32,0x50,0xcc,0x20,0xde,0x00,0x7e,0x0a,0xdc,0x53,0x5f,0xe7,0x8b,
|
||||
0x09,0x49,0x15,0x04,0x1e,0x8f,0xc8,0x3a,0xf0,0x38,0xf0,0x78,0x43,0x53,0x70,0x19,
|
||||
0xf0,0x19,0xac,0xd2,0x1e,0x65,0xb3,0xf5,0x4c,0xc9,0x28,0x42,0xd3,0x34,0x31,0x4d,
|
||||
0x73,0x58,0x7b,0x1a,0xc9,0x64,0xa5,0x4c,0x9d,0xd7,0xd0,0x8b,0xb5,0x2d,0x74,0x73,
|
||||
0x7d,0x9d,0xef,0x45,0x21,0x95,0x82,0xc0,0x13,0x25,0xf3,0xbb,0xc0,0x17,0x1b,0x9a,
|
||||
0x82,0xdf,0xc0,0x4a,0x45,0xfb,0x11,0xac,0xec,0x1e,0xb9,0x33,0x40,0xdb,0x29,0x59,
|
||||
0x62,0xa6,0x51,0x45,0xc4,0x18,0xf0,0x14,0x96,0xb7,0xdc,0x83,0xa2,0x4e,0xb0,0x20,
|
||||
0xf0,0x54,0x12,0x79,0xd0,0xd6,0x08,0x0f,0xda,0x55,0x00,0xce,0xc1,0xaa,0xd3,0xf3,
|
||||
0x5e,0x60,0x5a,0x4a,0x28,0x4c,0x66,0xf9,0x39,0x51,0xd2,0x9a,0x33,0x3f,0x48,0x84,
|
||||
0xec,0xd9,0xce,0x83,0xc0,0x43,0xf5,0x75,0xbe,0x0e,0x21,0x6d,0x82,0xc0,0xd3,0x4d,
|
||||
0xe6,0x7e,0x2c,0x97,0xbd,0x7b,0xed,0xba,0x3c,0x27,0xda,0xda,0xf9,0x2c,0xac,0x04,
|
||||
0xe3,0xf9,0xa2,0x97,0x0e,0x8b,0x41,0xac,0xea,0x8f,0x4f,0xd8,0xc4,0x7d,0x56,0x14,
|
||||
0xf1,0x16,0x04,0x9e,0x4d,0x32,0x9b,0xc0,0x4b,0xf6,0xf1,0x3d,0xbb,0x6c,0xcb,0x4a,
|
||||
0xac,0x6d,0xa9,0x93,0xed,0xdf,0x27,0x5d,0xf2,0x23,0x8d,0xeb,0x82,0xb7,0x03,0x6f,
|
||||
0x61,0x6d,0xd1,0xbd,0x00,0xbc,0x26,0xb4,0xac,0x20,0x70,0x2a,0x13,0xba,0x17,0x78,
|
||||
0xd6,0x3e,0x68,0x68,0x0a,0x3a,0xb1,0x8c,0x5f,0xab,0x80,0x95,0xa6,0x61,0x1e,0x27,
|
||||
0xcb,0xd2,0x29,0x86,0x61,0xce,0x58,0x9a,0xc6,0x99,0x58,0x03,0xcb,0xd6,0x7c,0x7f,
|
||||
0x8f,0x4d,0xd6,0x37,0xed,0xe3,0x15,0x60,0x7f,0x7d,0x9d,0x2f,0x22,0x24,0x43,0x10,
|
||||
0x38,0x5d,0x09,0x1d,0x03,0x9a,0x81,0xbf,0xda,0x07,0x00,0x37,0xfc,0xab,0xbd,0x20,
|
||||
0x12,0xd1,0x57,0xc6,0x62,0xe6,0x3c,0x49,0x62,0x85,0xae,0x9b,0x95,0xb2,0x2c,0x1d,
|
||||
0x6d,0x18,0xe6,0x5c,0x7b,0x0a,0xee,0x65,0x16,0x8c,0xc2,0x63,0x91,0x7d,0xc8,0x98,
|
||||
0x0d,0x0c,0x28,0x8a,0xd4,0x27,0x4b,0xd2,0x5e,0x24,0xb6,0x28,0x8a,0xa4,0x29,0x8a,
|
||||
0xb4,0x25,0x37,0x57,0xd9,0x59,0x50,0xe0,0x7c,0xfb,0xe3,0xf3,0x0b,0x42,0xe2,0x8d,
|
||||
0x0b,0x02,0x67,0x05,0xbe,0xb6,0xa6,0x6c,0x48,0x53,0x1f,0x82,0x9f,0x6f,0x6c,0xf7,
|
||||
0x85,0xc3,0x46,0x99,0x2c,0xe3,0xb1,0xb5,0xf7,0x5c,0xd3,0x64,0xae,0x24,0x51,0x25,
|
||||
0xcb,0x52,0x0d,0x50,0x62,0x9a,0xe4,0x9a,0xa6,0xe9,0xb0,0x89,0x5e,0x20,0x49,0x92,
|
||||
0x17,0x70,0x03,0x4e,0x49,0xc2,0x01,0x0c,0xd8,0x03,0x80,0x64,0x9a,0xe4,0x8d,0x20,
|
||||
0x22,0x58,0x41,0x1c,0x11,0x7b,0x3d,0xda,0x63,0x9a,0xf4,0x4a,0x12,0x51,0x59,0x96,
|
||||
0x06,0x24,0x89,0x56,0x40,0xb3,0xa7,0xbe,0xed,0x1e,0x8f,0xdc,0x63,0x18,0x68,0x1e,
|
||||
0x8f,0xdc,0x5f,0x5c,0xec,0x6a,0xfd,0xe4,0xc2,0xc2,0x7e,0xf1,0xf6,0x52,0x07,0x92,
|
||||
0xe8,0x82,0xf4,0xc6,0xff,0xed,0xee,0x97,0x3a,0xda,0xc3,0x8e,0x78,0xdc,0x54,0x0c,
|
||||
0xc3,0x54,0x4c,0x13,0xc9,0x34,0x91,0x8a,0x8b,0x9d,0xba,0xed,0x12,0x29,0xb5,0xb5,
|
||||
0x46,0x94,0xc1,0xb0,0x2e,0xcb,0xb2,0x64,0xca,0x32,0xc8,0xb2,0x64,0xc8,0x32,0x86,
|
||||
0x24,0x49,0xba,0x2c,0x4b,0xb1,0x6f,0x9c,0x3c,0x47,0x17,0x3d,0x29,0x20,0x20,0x20,
|
||||
0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x90,0x05,0xf8,0xff,0xbd,0xee,0x3d,0x8e,0x97,
|
||||
0x10,0x8f,0xe6,0x00,0x00,0x00,0x00,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82};
|
||||
@@ -0,0 +1,124 @@
|
||||
//
|
||||
// octocat_4bpp
|
||||
// Data size = 1808 bytes
|
||||
//
|
||||
// PNG, Compression=Flate, Size: 240 x 200, 4-Bpp
|
||||
//
|
||||
// for non-Arduino builds...
|
||||
#ifndef PROGMEM
|
||||
#define PROGMEM
|
||||
#endif
|
||||
const uint8_t octocat_4bpp[] PROGMEM = {
|
||||
0x89,0x50,0x4e,0x47,0x0d,0x0a,0x1a,0x0a,0x00,0x00,0x00,0x0d,0x49,0x48,0x44,0x52,
|
||||
0x00,0x00,0x00,0xf0,0x00,0x00,0x00,0xc8,0x04,0x03,0x00,0x00,0x00,0x24,0x52,0x71,
|
||||
0x61,0x00,0x00,0x00,0x30,0x50,0x4c,0x54,0x45,0x00,0x03,0x00,0x06,0x0a,0x05,0x22,
|
||||
0x1e,0x1d,0x45,0x5c,0x65,0x6b,0x57,0x4f,0xad,0x5b,0x53,0xb6,0x75,0x6a,0xa3,0x84,
|
||||
0x72,0x67,0x96,0xa8,0xc7,0x9e,0x89,0x7a,0xbb,0xe4,0x83,0xbb,0xcc,0xd9,0xc4,0xc0,
|
||||
0x9c,0xd9,0xf0,0xf5,0xca,0xb3,0xfa,0xfc,0xf9,0x45,0x09,0xf7,0x95,0x00,0x00,0x00,
|
||||
0x01,0x74,0x52,0x4e,0x53,0x00,0x40,0xe6,0xd8,0x66,0x00,0x00,0x06,0x8e,0x49,0x44,
|
||||
0x41,0x54,0x78,0xda,0xed,0xdb,0xbf,0x4b,0x23,0x59,0x1c,0x00,0xf0,0xb9,0x29,0x17,
|
||||
0x02,0x9b,0xfc,0x05,0x93,0x17,0x41,0xbd,0xe5,0x8e,0x25,0x36,0x01,0xd9,0x26,0x08,
|
||||
0x62,0xb3,0xdd,0x04,0x04,0x59,0xab,0x5c,0xb5,0xec,0x81,0x08,0xc1,0xe6,0x8a,0xd8,
|
||||
0x2c,0x1e,0x29,0x4e,0x0c,0x32,0x8d,0xdb,0x2e,0x81,0x34,0x6e,0x6d,0xe9,0xc1,0x36,
|
||||
0xa7,0xa7,0x8d,0x44,0xa6,0xb8,0x63,0x55,0x06,0x16,0xad,0x4e,0x38,0x58,0x36,0x37,
|
||||
0xf3,0xde,0x9b,0xdf,0xdf,0xc9,0xbc,0x6c,0xbe,0x2f,0x83,0xe7,0xbc,0x46,0x9d,0x17,
|
||||
0xdf,0x27,0xdf,0xef,0xfb,0xce,0x7b,0x33,0x13,0x55,0x94,0xbc,0x3d,0xfa,0x46,0x08,
|
||||
0xd1,0x64,0xff,0x06,0xd4,0x54,0x42,0xc6,0x1b,0x88,0xfd,0x02,0x16,0x2c,0x2e,0xb3,
|
||||
0x97,0xe3,0xc1,0xa2,0x43,0xb9,0xaf,0xd6,0x30,0xa6,0x58,0x5c,0xf6,0xde,0x25,0x2a,
|
||||
0x4c,0xc6,0x70,0x71,0x61,0x32,0xc6,0x6b,0x71,0x61,0x4d,0xfc,0xa5,0x04,0xad,0xb6,
|
||||
0xc2,0x32,0x74,0x94,0x48,0x84,0x09,0x20,0xb8,0xb6,0x2a,0x15,0x26,0xb1,0x03,0x49,
|
||||
0x0d,0x1b,0x16,0x6e,0x39,0x3c,0x35,0x58,0xcb,0xe1,0x1c,0xce,0x4f,0xa7,0x1c,0xce,
|
||||
0x0a,0x56,0x1e,0x1a,0xac,0x3d,0x3a,0x38,0xbb,0x39,0xd6,0xb2,0x82,0x49,0x56,0xa7,
|
||||
0xd3,0xa4,0x21,0x13,0x92,0x4d,0xc8,0xea,0x43,0x84,0xb5,0x8c,0x32,0x3d,0x51,0xc8,
|
||||
0xea,0xc3,0x84,0xb5,0x8c,0x32,0x9d,0x1d,0x4c,0x32,0xca,0x74,0x86,0xb0,0x96,0x51,
|
||||
0xa6,0x1f,0x21,0x4c,0x32,0x9a,0xe2,0x1c,0x9e,0x22,0xac,0x65,0x54,0x5b,0xff,0x07,
|
||||
0xb8,0x58,0x22,0xc5,0x22,0x7c,0x9c,0x14,0xe5,0xc1,0xcb,0x2d,0xc3,0x69,0xfb,0xad,
|
||||
0xd6,0xd2,0x52,0x9d,0x1f,0x9b,0x59,0x5a,0x6a,0xb5,0xb6,0xd8,0xf1,0xcd,0xba,0x14,
|
||||
0x78,0xd9,0x48,0x6f,0x9b,0x12,0x60,0xdb,0x3d,0xb8,0x65,0x2d,0xe6,0xf1,0xe3,0x96,
|
||||
0x61,0xec,0xa1,0xc3,0xb3,0x1e,0xeb,0x35,0xc3,0x88,0x1d,0xb3,0x8c,0x0d,0x6c,0x38,
|
||||
0xee,0x82,0xcd,0x32,0xea,0xb8,0xf0,0x8a,0x98,0x6b,0xcb,0x7b,0xa8,0xf0,0x8c,0x71,
|
||||
0x2b,0xda,0x82,0x21,0x4f,0x0e,0xcf,0x1f,0x08,0xc3,0xc1,0x90,0x27,0x87,0xb7,0x6e,
|
||||
0xc5,0x9b,0x81,0x08,0xcf,0xf2,0x80,0xef,0x86,0xc3,0xaf,0x49,0x9e,0xd7,0x67,0x6d,
|
||||
0xe0,0xc1,0x2b,0xde,0xd8,0x89,0x72,0xa0,0x6f,0x1f,0x0f,0xe6,0x01,0x0f,0x69,0x83,
|
||||
0xe1,0x40,0x9f,0x55,0xc7,0x82,0x79,0xa6,0xef,0xd8,0xe0,0x5f,0x13,0x03,0x76,0xfb,
|
||||
0x36,0xb0,0xe0,0xf9,0x60,0x50,0x70,0xc8,0xa1,0xbe,0x3d,0x2c,0xf8,0x17,0x6f,0xf0,
|
||||
0x8f,0x3f,0xbd,0x4b,0x82,0x69,0x17,0xeb,0xbb,0xc1,0x82,0xbd,0x4c,0x7f,0xd1,0x75,
|
||||
0xfd,0x04,0xca,0xf5,0x1d,0xef,0x62,0x7d,0x16,0x12,0x3c,0xe3,0xc1,0xc7,0xf6,0xe8,
|
||||
0x6b,0x30,0xcc,0xba,0x78,0x5f,0x1d,0x07,0x9e,0xf5,0xa2,0x5a,0xed,0xda,0xc3,0x43,
|
||||
0xf0,0xc9,0x17,0xbd,0xe9,0x74,0x45,0xaa,0xeb,0x1b,0x61,0x35,0x0c,0x0f,0x87,0xff,
|
||||
0x9e,0x38,0x09,0x7d,0x07,0x4c,0xf2,0xf0,0x7e,0x6d,0xd8,0x74,0xba,0x58,0xdf,0x2e,
|
||||
0x0e,0xec,0x15,0xf5,0x3f,0xc3,0xa1,0x0d,0xaf,0x43,0xf0,0xf1,0xba,0x93,0xec,0x75,
|
||||
0x0e,0x7f,0xc2,0x81,0x7f,0x74,0xe1,0x63,0x0a,0xaf,0x25,0xc0,0x5d,0x3a,0xc9,0x52,
|
||||
0xe0,0xee,0xeb,0xdf,0x6d,0x78,0x15,0x82,0x9b,0x8d,0x8f,0xb4,0x4b,0x0e,0xec,0xd4,
|
||||
0x8f,0xae,0x37,0x40,0x98,0x77,0x85,0xe1,0x09,0x6f,0x53,0x19,0xfc,0x79,0x04,0xfc,
|
||||
0x79,0xa8,0xbb,0xf0,0x1f,0x32,0x60,0x3d,0x13,0x38,0xb3,0x54,0x7b,0xf0,0x6a,0x32,
|
||||
0xbc,0x8a,0x04,0xab,0x91,0xf3,0xf8,0x98,0x8e,0x0e,0x9e,0x4e,0x5d,0xde,0xc5,0xfa,
|
||||
0xfe,0x9e,0xf0,0x19,0x08,0x0c,0xc3,0x0b,0x08,0xef,0x62,0x7d,0x7f,0x8d,0x0d,0x83,
|
||||
0xf7,0xe2,0xde,0x92,0x79,0x4f,0x47,0xff,0x19,0x5c,0x32,0x79,0x17,0xeb,0xfb,0x6d,
|
||||
0xac,0xe7,0x03,0x40,0x1f,0xdf,0x9d,0xf8,0x46,0x40,0xb7,0x3e,0x7b,0xf3,0x83,0x37,
|
||||
0x09,0x3d,0xb0,0x65,0xee,0xc2,0x11,0x03,0x82,0x0a,0xe7,0x85,0xbf,0x55,0xef,0xea,
|
||||
0xa6,0x4b,0x0b,0x08,0xdc,0x16,0x59,0x57,0x78,0x77,0x4a,0x08,0x2f,0xf8,0x93,0x36,
|
||||
0x32,0xf3,0xde,0x7e,0x7c,0x4f,0x37,0x27,0x10,0x66,0x5d,0xe1,0xfd,0x38,0x71,0x3e,
|
||||
0x45,0xa7,0xdc,0xbf,0xf4,0x39,0xd6,0x5f,0x27,0x5d,0xfa,0xd0,0x2e,0xde,0x37,0xc9,
|
||||
0xd9,0x14,0xac,0x8a,0x97,0x63,0x5e,0xec,0x59,0xdf,0xf8,0xcc,0x29,0xf0,0xea,0xd0,
|
||||
0xf9,0x14,0xbd,0xbc,0xb5,0xf4,0x37,0xf0,0xe5,0xed,0x4d,0xa8,0xb6,0x54,0xd1,0x3f,
|
||||
0x42,0xd3,0x62,0xb9,0x9e,0xb9,0x05,0x2f,0xe8,0xaf,0xf4,0x06,0x78,0x41,0xef,0xae,
|
||||
0x1f,0x02,0xd5,0xeb,0xf7,0x8e,0xaa,0xae,0xe8,0x2d,0x4c,0x37,0x08,0x07,0xfb,0x76,
|
||||
0xe1,0x1c,0x27,0xd9,0x60,0x3e,0x42,0x93,0x1c,0xb9,0x69,0xbb,0xd2,0x57,0xa1,0x9b,
|
||||
0x36,0xb7,0xa8,0x35,0x91,0xc8,0xec,0x43,0xda,0x88,0xba,0x9e,0x87,0xef,0x84,0x9b,
|
||||
0x6f,0xe0,0xe3,0xa3,0x8a,0x2a,0x72,0x3c,0x79,0x02,0x42,0xb9,0x16,0x6b,0x9f,0xd2,
|
||||
0x56,0x48,0xff,0x7b,0x2d,0xed,0xb4,0x7a,0x39,0x0e,0xbc,0x91,0xb6,0x43,0x68,0xe2,
|
||||
0xdb,0xc6,0xcc,0x18,0xae,0x85,0xfa,0x91,0x79,0x3c,0xe4,0x6b,0x67,0x82,0xad,0x57,
|
||||
0x71,0x78,0x17,0xe9,0x8f,0x04,0x92,0x42,0xbe,0x76,0x4a,0xfa,0xfa,0x95,0xb4,0x80,
|
||||
0x23,0xab,0x57,0xa0,0xe9,0x76,0xc5,0x35,0x0f,0xa4,0x05,0x9c,0x9c,0xec,0xab,0x86,
|
||||
0xd1,0x6d,0xc4,0xdc,0x1b,0xb4,0x80,0xa3,0x7b,0x94,0xdf,0x9a,0x7a,0x23,0x16,0xb0,
|
||||
0x55,0xc7,0x0b,0xd8,0xdb,0xa9,0x62,0xb2,0x95,0x74,0x2a,0xe1,0x04,0xec,0xcb,0x2b,
|
||||
0xa9,0x67,0x12,0xb2,0xeb,0xc9,0xb3,0xa3,0x57,0xb0,0xfd,0x3a,0xb6,0xeb,0xc9,0xe5,
|
||||
0xe5,0xe4,0xa7,0xa9,0xc6,0x66,0x89,0x60,0x4e,0x70,0xec,0x8a,0x64,0x79,0xeb,0x00,
|
||||
0x78,0x4c,0xdd,0xaa,0xa3,0xfd,0x95,0x4f,0xf2,0xb5,0x50,0xb9,0x34,0xb3,0xdc,0xf2,
|
||||
0xdb,0xe6,0x52,0xb9,0x84,0xfb,0xa7,0x6b,0xda,0xf8,0x1f,0xbc,0x69,0x38,0x01,0x6a,
|
||||
0xe3,0x7e,0xe6,0x87,0xb4,0x6a,0x2c,0xb6,0xb5,0x71,0x3e,0x6e,0xc4,0x5b,0x35,0x16,
|
||||
0x0f,0x89,0xf8,0x07,0x7f,0x68,0xc5,0x44,0x83,0xab,0x40,0xe3,0x7d,0x57,0x8c,0x35,
|
||||
0xd4,0x32,0x76,0xe4,0xa3,0x36,0x90,0xbf,0x62,0x51,0xaa,0x7c,0xea,0xc8,0x9d,0x3f,
|
||||
0x35,0x30,0xe0,0x52,0xf0,0x03,0x4d,0xa7,0x3d,0xc5,0x84,0xed,0xe9,0xac,0x54,0xe3,
|
||||
0xb9,0x8e,0x7f,0x6a,0x5a,0x46,0x0d,0xd9,0xe4,0xd3,0x2c,0x52,0xd8,0x65,0x44,0xb8,
|
||||
0x60,0xb2,0x0a,0x36,0xab,0x22,0x55,0x5d,0xc6,0xcb,0x35,0x85,0xed,0xe8,0xcc,0x43,
|
||||
0xa1,0xd3,0x09,0x2f,0xe4,0x82,0x79,0x4a,0x95,0x4e,0x5b,0x6c,0xe1,0x2c,0xa2,0x46,
|
||||
0xac,0xc4,0x97,0x86,0x24,0xb8,0xfc,0x14,0x15,0x8e,0xdf,0xdb,0x12,0xd9,0xb0,0xef,
|
||||
0x98,0xcf,0x45,0x60,0x22,0x01,0x3e,0xd4,0x44,0xe0,0xb2,0x82,0xbd,0x6e,0x76,0x42,
|
||||
0x5b,0xc5,0x14,0xe1,0xd0,0x22,0x32,0xe2,0x9f,0x9f,0x24,0x5c,0xf1,0xcc,0xb5,0x89,
|
||||
0xfb,0x36,0x4a,0x53,0x85,0x3b,0x97,0xee,0x3f,0x8f,0x75,0xaa,0x53,0x83,0x9d,0xb1,
|
||||
0x9f,0x5d,0x92,0xb9,0x6d,0x42,0x6a,0x55,0x72,0xc4,0x61,0x35,0x08,0x6b,0xf2,0xae,
|
||||
0x2e,0x17,0xc8,0x0b,0xb3,0x5a,0x31,0xcf,0x49,0x8d,0x5f,0xe4,0x40,0xb0,0xa6,0xc8,
|
||||
0x28,0xaf,0x67,0x0e,0x7c,0x46,0xf8,0x1c,0x47,0x60,0x55,0x0a,0xec,0x17,0x72,0x85,
|
||||
0xb8,0xb0,0x32,0x15,0x38,0x54,0x41,0xd3,0x84,0x95,0xcc,0x60,0x35,0x0d,0x56,0x24,
|
||||
0xc1,0x41,0x79,0xba,0x70,0x40,0x2e,0x31,0x62,0x5a,0xb0,0x3f,0xcf,0xea,0xb4,0xe1,
|
||||
0x50,0xec,0x39,0x9c,0xc3,0x39,0x9c,0xc3,0x39,0x9c,0xc3,0x89,0xf0,0x9c,0x79,0x48,
|
||||
0xa9,0xa3,0x33,0xfa,0xa5,0x63,0x96,0x32,0x85,0x9f,0xcb,0x74,0x99,0x08,0xc3,0x1d,
|
||||
0xfa,0x0c,0x41,0x46,0x2b,0x98,0xe6,0x68,0xd8,0x6e,0x92,0xd8,0x74,0x18,0x9f,0x66,
|
||||
0xa3,0x0a,0xc0,0xb8,0x09,0x2f,0x98,0xe2,0x30,0x66,0xd0,0x9e,0x2b,0x06,0xa3,0x05,
|
||||
0xed,0x8f,0x28,0x08,0x23,0xc9,0x66,0x2a,0x4c,0xbf,0xfc,0x60,0x22,0xcb,0xc1,0xf1,
|
||||
0xcc,0x36,0xbb,0x67,0x8d,0xc0,0x55,0x76,0x14,0x57,0x2e,0x84,0xc6,0xe3,0xb1,0x45,
|
||||
0x60,0xfa,0x76,0x2a,0xa1,0x17,0x9a,0xb8,0xee,0x05,0x95,0x5e,0x44,0x61,0xfe,0x23,
|
||||
0xaa,0x1c,0x1e,0xcc,0x15,0x22,0xf0,0x19,0x7f,0x3f,0x88,0xc9,0x0e,0x07,0x7c,0x49,
|
||||
0x78,0x4e,0x23,0xf0,0x05,0x01,0x72,0x6d,0x22,0x06,0xdc,0xe6,0xcf,0x43,0xa2,0x30,
|
||||
0xab,0x2e,0xb2,0x88,0x17,0x72,0x38,0xe0,0x6d,0xe2,0xce,0x65,0x14,0x3e,0x67,0x3d,
|
||||
0xbf,0xa2,0x85,0x1c,0x82,0xf9,0xe8,0x8b,0xfe,0x5c,0x9f,0x7b,0x73,0xdb,0x26,0x40,
|
||||
0x7d,0xa1,0x9e,0xc3,0xf6,0xea,0xe1,0xc1,0xa6,0x0f,0x5f,0x56,0x81,0xfa,0x3a,0xc5,
|
||||
0x84,0x6b,0x7d,0x0f,0xae,0xf0,0xa2,0xa2,0x4b,0xd6,0xa0,0x1a,0x5d,0x36,0xf1,0xe0,
|
||||
0x8b,0x85,0x85,0xb7,0x3b,0xbd,0x9e,0xf7,0x1e,0xe6,0x78,0x95,0x3b,0x4b,0xd6,0xa0,
|
||||
0xd7,0x7b,0xff,0x76,0xa1,0x66,0x4a,0x81,0x9d,0xd1,0x9d,0xe6,0x2f,0x60,0xac,0x9a,
|
||||
0x9d,0xd3,0x88,0xf5,0xf4,0xd1,0x4e,0x28,0x13,0x92,0xfb,0x3c,0xc5,0x76,0x25,0x9d,
|
||||
0xf1,0x6f,0x06,0xa0,0x8b,0x07,0xf3,0xc0,0xdc,0x4c,0x9b,0x5e,0xae,0xbd,0x54,0xc8,
|
||||
0x49,0xb5,0x1b,0xf2,0x07,0xbf,0x82,0x59,0x79,0xef,0xc0,0x01,0xa3,0xc3,0x74,0x66,
|
||||
0xe7,0xfa,0xfe,0xae,0xf1,0x3d,0x18,0xf0,0x24,0x70,0x01,0xcc,0x35,0xad,0xa8,0x1d,
|
||||
0x0a,0xf7,0xde,0xd3,0x37,0x01,0xc3,0x78,0x6b,0x35,0x87,0xab,0x8e,0xcb,0x20,0xfb,
|
||||
0x2c,0xaa,0xf2,0x88,0xfb,0x52,0x61,0x9a,0xeb,0xf7,0x0b,0x35,0x1e,0x21,0xfd,0x71,
|
||||
0xbb,0x86,0x3e,0xc5,0xf1,0x5c,0x0f,0x18,0xe1,0x4a,0x6c,0xce,0x4d,0xec,0x93,0x09,
|
||||
0x90,0x23,0x70,0x6f,0x04,0x3c,0xe9,0x55,0x57,0x3a,0xdc,0x07,0xe1,0x89,0xaf,0xf6,
|
||||
0x0a,0x89,0x70,0x6f,0x24,0x8c,0x79,0x1b,0xe1,0xc3,0x83,0x54,0x18,0xf7,0x06,0x46,
|
||||
0x1c,0xc6,0xbe,0x75,0x12,0x85,0xf1,0x6f,0xda,0xc2,0xf0,0x20,0x01,0xc6,0xbf,0x3d,
|
||||
0x16,0x82,0x71,0x9f,0x48,0x14,0x84,0x61,0x39,0xcf,0x22,0x52,0x61,0x29,0x0f,0x60,
|
||||
0x0a,0xa9,0xb0,0xac,0xe7,0x3e,0x8a,0x32,0x12,0x96,0xfa,0x84,0x4d,0x79,0x92,0x00,
|
||||
0x2b,0x53,0x69,0x4f,0x42,0xb0,0x92,0xb7,0xbc,0x41,0xed,0x3f,0x1b,0x02,0x27,0x36,
|
||||
0x4c,0x35,0x9c,0x68,0x00,0x00,0x00,0x00,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82};
|
||||
@@ -0,0 +1,124 @@
|
||||
//
|
||||
// octocat_8bpp
|
||||
// Data size = 1800 bytes
|
||||
//
|
||||
// PNG, Compression=Flate, Size: 240 x 200, 8-Bpp
|
||||
//
|
||||
// for non-Arduino builds...
|
||||
#ifndef PROGMEM
|
||||
#define PROGMEM
|
||||
#endif
|
||||
const uint8_t octocat_8bpp[] PROGMEM = {
|
||||
0x89,0x50,0x4e,0x47,0x0d,0x0a,0x1a,0x0a,0x00,0x00,0x00,0x0d,0x49,0x48,0x44,0x52,
|
||||
0x00,0x00,0x00,0xf0,0x00,0x00,0x00,0xc8,0x08,0x03,0x00,0x00,0x00,0xe1,0xa2,0x9c,
|
||||
0x60,0x00,0x00,0x00,0x33,0x50,0x4c,0x54,0x45,0x57,0x61,0x77,0x09,0x08,0x06,0x22,
|
||||
0x1e,0x1d,0x2d,0x2d,0x2d,0x44,0x5c,0x67,0x6a,0x57,0x4d,0xad,0x5b,0x52,0xb7,0x74,
|
||||
0x6a,0xa2,0x84,0x73,0x6a,0x95,0xa8,0xc7,0x9e,0x8a,0x7b,0xbb,0xe4,0x85,0xbb,0xcc,
|
||||
0xdc,0xc3,0xc0,0x9c,0xd9,0xf1,0xf5,0xca,0xb3,0xfd,0xfb,0xf7,0x24,0xdc,0x40,0xfd,
|
||||
0x00,0x00,0x00,0x01,0x74,0x52,0x4e,0x53,0x00,0x40,0xe6,0xd8,0x66,0x00,0x00,0x06,
|
||||
0x83,0x49,0x44,0x41,0x54,0x78,0xda,0xed,0xdd,0xe1,0xb6,0x9b,0x20,0x0c,0x00,0x60,
|
||||
0x05,0xac,0x42,0x95,0xbb,0xf7,0x7f,0xda,0x29,0xb6,0x0a,0x08,0x08,0x8a,0xc7,0x60,
|
||||
0x93,0x1f,0xdb,0xb9,0xab,0x74,0xf9,0x1a,0x04,0x44,0xbb,0x55,0x15,0x06,0x06,0xc6,
|
||||
0x4f,0x07,0x99,0xa3,0xf8,0xbf,0x23,0x31,0x97,0x0b,0x13,0xba,0xfc,0x2f,0x38,0x0e,
|
||||
0xbe,0x20,0xa3,0x8b,0xdf,0xfe,0x74,0x46,0x99,0x93,0xba,0xf4,0xcd,0x33,0xa5,0x94,
|
||||
0x2f,0xab,0x0b,0xdf,0x3a,0x73,0x56,0x59,0xf2,0xba,0xec,0x8d,0x2f,0xc9,0xeb,0x7c,
|
||||
0x66,0xa4,0x34,0x30,0xb9,0xe6,0x5d,0x09,0x58,0xaf,0x2b,0xb7,0xd8,0x63,0x93,0xde,
|
||||
0x14,0x10,0x98,0x44,0x1e,0x66,0x37,0x20,0xc5,0x82,0x55,0x7a,0x24,0x6f,0x00,0x07,
|
||||
0xe7,0x0f,0x04,0x23,0xf8,0x61,0x60,0x82,0x60,0x04,0x23,0x18,0xc1,0x38,0x4a,0x23,
|
||||
0x18,0xc1,0x08,0xfe,0x15,0x70,0x85,0xe0,0x87,0x7b,0x11,0x8c,0x5d,0x1a,0x87,0xe9,
|
||||
0xb2,0xc5,0x84,0xfc,0x96,0x98,0x90,0xdf,0x12,0x13,0x04,0x3f,0x5b,0x4c,0xc8,0x6f,
|
||||
0x89,0x09,0x82,0x9f,0x2d,0x26,0x08,0x7e,0xb6,0x98,0x20,0xf8,0xd9,0x62,0x82,0x60,
|
||||
0x04,0x3f,0x4a,0x4c,0x10,0x8c,0x60,0x04,0x97,0x2c,0x26,0x08,0x46,0xf0,0x18,0x75,
|
||||
0x5d,0xcf,0xbf,0xd6,0xf1,0xc7,0xd3,0x31,0x22,0x8f,0x07,0x05,0xa6,0x4d,0xd7,0x75,
|
||||
0x62,0x8d,0x6e,0x8a,0x66,0x0a,0xaa,0x42,0x1d,0xa3,0x42,0xfd,0xa1,0x7a,0x59,0x18,
|
||||
0xc7,0x8f,0x47,0x16,0x03,0x6e,0x8c,0xdc,0x8f,0x47,0xd7,0x14,0x01,0xfe,0x70,0xff,
|
||||
0xcc,0xd8,0xe7,0x39,0x1b,0x34,0xe0,0xc1,0xb4,0xdb,0xe6,0xbe,0x0d,0xb7,0xd1,0x75,
|
||||
0x58,0x47,0x61,0x83,0x69,0x0c,0x37,0x21,0x42,0x45,0x86,0x00,0x6e,0xf2,0x72,0x67,
|
||||
0x72,0x03,0x17,0x7c,0x81,0x37,0x20,0xbe,0x1f,0x4c,0xaf,0xf0,0xfa,0xc5,0xb7,0x83,
|
||||
0xc7,0xf1,0xea,0xef,0xef,0x1a,0x31,0x05,0x09,0xb6,0xbd,0xff,0x54,0xa4,0xfb,0xb6,
|
||||
0xed,0x44,0x07,0x11,0xdc,0x08,0x47,0xda,0xe9,0x64,0x67,0x3b,0xa7,0xf8,0x66,0x30,
|
||||
0xf5,0x79,0xd3,0xc4,0x9e,0x76,0xae,0xd3,0xf8,0x66,0xb0,0xd9,0xa1,0xff,0xfd,0x3b,
|
||||
0x26,0xf6,0xb6,0xeb,0xa0,0x81,0x69,0xc0,0x1b,0x2f,0xf6,0xb7,0x73,0x94,0xf8,0x5e,
|
||||
0x70,0xe7,0x48,0x7c,0x10,0x6d,0x2b,0x92,0xc1,0x6b,0xab,0x9d,0x12,0xdf,0x0b,0x76,
|
||||
0x14,0x78,0x78,0xa9,0x18,0xe2,0xc5,0x76,0x2b,0xa3,0xc4,0x14,0x14,0xb8,0xd9,0x82,
|
||||
0x3f,0x99,0xcf,0xb9,0x47,0x83,0x8d,0x56,0x46,0xbb,0x06,0x14,0xb8,0x73,0x54,0x4a,
|
||||
0x88,0x4f,0xee,0xb1,0xe0,0x41,0x79,0xdb,0xb5,0x55,0xb8,0x4f,0xdf,0xba,0x6b,0xd9,
|
||||
0x6d,0x0a,0x2c,0x86,0xa5,0x5c,0x22,0x52,0x3c,0x1e,0xd6,0x4e,0x95,0x6d,0x97,0x56,
|
||||
0x46,0x9f,0x06,0x05,0xde,0xf6,0x68,0x55,0xa1,0xb4,0x12,0xab,0x4f,0x68,0xed,0xd6,
|
||||
0x7b,0x7d,0xfa,0x56,0xb0,0xa3,0x47,0x6b,0xe0,0x21,0x0d,0x2c,0xdc,0xa3,0x1d,0x6c,
|
||||
0xb0,0x78,0xb5,0xc3,0xf0,0x3d,0x1d,0x45,0x2c,0x78,0x6c,0xd0,0x0e,0x62,0x6d,0x05,
|
||||
0x16,0x4c,0x37,0xe0,0xaf,0x55,0x45,0x9b,0x00,0x36,0x5a,0x85,0xc0,0xf7,0xde,0x2e,
|
||||
0xb5,0x06,0xdb,0x43,0xe0,0x61,0x39,0x05,0x34,0xf0,0x50,0x0a,0xf8,0xf5,0x43,0xe0,
|
||||
0x9f,0xeb,0xd2,0x5b,0xb0,0x38,0x04,0x16,0xa0,0xc0,0xd5,0xce,0x3c,0x3c,0xe8,0xa9,
|
||||
0x47,0x4f,0x4b,0xc2,0x6a,0x65,0xb4,0xa3,0xf7,0x3e,0xb7,0x94,0x02,0x4e,0x59,0x78,
|
||||
0x18,0xad,0x8c,0x76,0xf5,0xf5,0xe0,0xf8,0x5b,0x97,0xdb,0xa5,0x65,0x6b,0x9e,0x8c,
|
||||
0xd1,0x4b,0x4b,0xf3,0x14,0xd6,0x97,0x96,0x75,0x7c,0x3a,0x07,0x9d,0x09,0x9f,0x46,
|
||||
0xb3,0x19,0xa6,0x87,0xe4,0x1e,0xfd,0x37,0xd8,0xad,0xcc,0x5d,0x9e,0x24,0x53,0x8a,
|
||||
0xe1,0x48,0xf9,0xb7,0x2b,0x8f,0xf5,0x7c,0x14,0x29,0x97,0x87,0x46,0xab,0xc0,0xd5,
|
||||
0x52,0x5a,0xf1,0x7c,0x2f,0x9d,0xe8,0xf0,0x8e,0x0d,0x80,0xd6,0x3d,0xd8,0xee,0x6c,
|
||||
0x00,0xe8,0xad,0x02,0x83,0x74,0x7a,0xa7,0xcd,0x7c,0x86,0x3b,0xb7,0x78,0xa6,0x33,
|
||||
0x71,0x48,0xde,0xe2,0x59,0x5a,0x99,0xed,0x6e,0x9a,0x94,0xbc,0xb7,0xd1,0x22,0x37,
|
||||
0xe3,0x8e,0x6e,0xe2,0x6d,0x2f,0x87,0x2f,0xc5,0xbb,0xdf,0xda,0xdf,0xa7,0x77,0xb7,
|
||||
0x69,0xc7,0x53,0xb5,0x4d,0xda,0xa6,0x0d,0x9e,0xc2,0x19,0xe9,0xe1,0xf7,0xf1,0x97,
|
||||
0x78,0x6f,0x23,0x5e,0xcd,0x3b,0x09,0x1b,0xf1,0xd6,0xb2,0x23,0xcf,0xb0,0xeb,0x68,
|
||||
0x7a,0x78,0xd8,0xda,0xb9,0xd5,0x22,0xbc,0x60,0x5f,0x3b,0x91,0xd4,0x89,0x13,0xd9,
|
||||
0xf1,0x47,0x07,0x4a,0x1c,0xbe,0x99,0xa6,0x06,0xe2,0xe8,0x9b,0x69,0xf6,0x18,0x9d,
|
||||
0xaf,0x64,0x55,0x6a,0x87,0x08,0x94,0x38,0x7c,0x07,0xb4,0xf5,0x14,0xd8,0x77,0xfc,
|
||||
0xd1,0x41,0x6a,0xef,0x04,0x38,0x33,0x6a,0xd3,0x8b,0x6e,0x0f,0x1f,0x2c,0xf0,0x2e,
|
||||
0x9a,0x9c,0x9e,0xa6,0x9a,0xcb,0xbc,0xdd,0xe9,0x59,0x88,0x5c,0x32,0x31,0x5f,0x25,
|
||||
0x16,0xb7,0x5e,0x17,0x9e,0x16,0xb7,0xed,0x3a,0x58,0xc7,0x79,0x29,0x24,0x6f,0xba,
|
||||
0xb8,0x5d,0xc6,0xe7,0xf6,0x55,0xa2,0xd7,0x14,0xc7,0x8c,0x5c,0xdf,0x19,0xa9,0x7d,
|
||||
0x89,0x22,0xbd,0xe9,0x45,0x1e,0x17,0x1d,0x42,0xf8,0x56,0x97,0xd9,0xc7,0xab,0xeb,
|
||||
0x8b,0xdc,0x45,0xf4,0xea,0x69,0xa5,0x15,0x51,0x5f,0xd1,0xc0,0xf4,0xda,0xdb,0x01,
|
||||
0x5d,0x04,0x25,0x79,0x3a,0x02,0xe5,0xdd,0x5c,0x38,0x36,0xe7,0x57,0x21,0xd6,0x93,
|
||||
0xb4,0x15,0xbc,0xd8,0x79,0x50,0x2d,0x51,0xdb,0x10,0xe0,0x5c,0x07,0xb9,0x9e,0x1e,
|
||||
0x16,0x3f,0xf2,0xa8,0x61,0xd7,0xd4,0xa4,0x04,0xaf,0x73,0x47,0x84,0x4e,0xdf,0x7f,
|
||||
0x88,0x73,0xcf,0x5f,0x76,0xb8,0xf5,0xe9,0x95,0x7c,0x9b,0x40,0xd3,0x37,0x56,0x3e,
|
||||
0xdf,0xe6,0x70,0xc4,0xf4,0xed,0x0f,0xcf,0x97,0x59,0xa0,0x78,0xf2,0x6c,0xe0,0xc3,
|
||||
0xfd,0x37,0x4a,0x1c,0x96,0x5c,0x77,0x2d,0x00,0x6b,0x35,0x08,0xeb,0x79,0xe4,0x4e,
|
||||
0x4b,0xc1,0x56,0x5d,0xc1,0xfa,0x3e,0x32,0xaf,0x92,0xad,0xba,0x80,0x52,0x42,0x59,
|
||||
0x74,0x7a,0x75,0x4c,0x80,0x1f,0x88,0x7b,0xc9,0x23,0xc5,0x75,0x64,0x80,0xd4,0xca,
|
||||
0x85,0xcc,0xa5,0xac,0x49,0x8a,0xd7,0xff,0x25,0x4b,0xc8,0x62,0xb9,0x16,0x99,0xb1,
|
||||
0xa8,0x73,0x2e,0xea,0xdb,0xa2,0x70,0xc5,0x52,0xea,0xdd,0x7a,0x3c,0x95,0x73,0x8d,
|
||||
0x5a,0x40,0xc1,0xf2,0x03,0x9e,0x1d,0x54,0x4a,0x96,0x6f,0x42,0x06,0x29,0x5e,0xc0,
|
||||
0xb3,0x44,0xca,0x3e,0xe3,0x0a,0x04,0xa2,0x58,0x9a,0x62,0xbe,0x37,0x52,0x27,0xce,
|
||||
0xc2,0x20,0xc1,0x5b,0x4b,0xc6,0x75,0x07,0x38,0xb1,0x06,0x5e,0x07,0xae,0x8c,0xab,
|
||||
0x4b,0xc8,0xeb,0x0f,0x6d,0xe0,0xca,0xb8,0x9c,0x2e,0x02,0xdc,0x7b,0x7b,0x35,0x79,
|
||||
0xa2,0x98,0x4b,0xff,0x85,0xc4,0x23,0xc1,0xfe,0x91,0x2b,0x78,0x4d,0x54,0xd0,0xf5,
|
||||
0x92,0x83,0x44,0x39,0xa7,0xdb,0xff,0x09,0xac,0x7e,0x2e,0x98,0xab,0x13,0x99,0x18,
|
||||
0xff,0x0d,0x18,0x97,0xec,0x79,0xe0,0x65,0x6a,0xea,0x65,0x3f,0x96,0x98,0x73,0x65,
|
||||
0x64,0xea,0xb7,0xde,0x02,0x57,0x7e,0x70,0x55,0x0e,0x78,0x49,0x75,0xba,0x74,0x62,
|
||||
0x72,0x5a,0x5b,0x2f,0xbf,0x71,0xeb,0xd6,0x41,0x24,0xb8,0xa0,0x7d,0xd9,0xb1,0xce,
|
||||
0x5f,0xb0,0xb2,0xd6,0xd1,0xe0,0x92,0x4a,0x6c,0xde,0x3a,0x9c,0xff,0x5d,0x21,0x36,
|
||||
0xd7,0xb6,0xf6,0x12,0x8b,0x06,0xfb,0x87,0x9f,0xa7,0x82,0xab,0x9f,0x03,0x57,0xe7,
|
||||
0xc1,0x55,0x59,0x60,0x0f,0xf9,0xc9,0x60,0x27,0xb9,0x36,0x11,0x0f,0x03,0x3b,0xcc,
|
||||
0xd5,0xd3,0xc1,0x81,0x4f,0x00,0xc1,0x08,0x46,0x30,0x82,0x11,0x8c,0x60,0x04,0x23,
|
||||
0x18,0xc1,0x08,0x46,0x70,0x2e,0x30,0x7d,0x36,0x78,0xd9,0xb8,0xfe,0x3e,0x01,0x24,
|
||||
0xa9,0xf1,0xa2,0xac,0x7f,0x17,0xcc,0x4a,0xd5,0x1a,0xc4,0x04,0x30,0x97,0xfa,0x4d,
|
||||
0xe8,0x52,0xac,0x2a,0x4e,0x80,0x65,0x39,0x6a,0xb9,0xc6,0x59,0x70,0x01,0x68,0x23,
|
||||
0xd7,0x2c,0x60,0xc8,0x66,0x3b,0xd1,0x5c,0x60,0xa0,0x66,0x47,0x9a,0xf9,0xc0,0xe0,
|
||||
0xcc,0xee,0x1c,0xb3,0x82,0x21,0x91,0x7d,0x19,0xa6,0x80,0xd7,0x1f,0xa9,0x94,0xb0,
|
||||
0xc9,0xfe,0xfc,0xb8,0x21,0x0c,0x83,0x99,0xf1,0x22,0x64,0x72,0x20,0x3b,0xb3,0x6a,
|
||||
0x61,0xb0,0xf6,0xe1,0x30,0x09,0x58,0x1c,0xca,0xcd,0x32,0x84,0xc1,0xd6,0xab,0x50,
|
||||
0xc9,0xa1,0xc4,0x7a,0x6a,0x12,0xc2,0x60,0xfd,0xe7,0x60,0x89,0x6f,0x15,0xc7,0x7a,
|
||||
0x99,0xdc,0x07,0x6b,0xfd,0x01,0xac,0x38,0xd8,0x9f,0xa9,0xf9,0xec,0xc7,0x2e,0xd8,
|
||||
0x78,0xe6,0x87,0x81,0xec,0xd5,0x21,0x2e,0x23,0xb6,0x77,0x17,0x6c,0x88,0x29,0xef,
|
||||
0xe1,0x89,0xfd,0xf9,0x18,0x0f,0x68,0x7d,0xab,0x65,0x81,0xd9,0xb6,0x07,0x73,0xb2,
|
||||
0xfd,0x98,0x00,0x81,0xa3,0x86,0xe7,0xb1,0x54,0x8e,0x65,0x08,0x95,0x4e,0xb0,0xec,
|
||||
0x19,0x01,0x3c,0x3b,0xc5,0x80,0x19,0x7f,0xbb,0xd6,0x5d,0xcc,0xfc,0x54,0xb4,0xb5,
|
||||
0xd5,0x9b,0xd1,0xdd,0x25,0x26,0x3c,0xf0,0x78,0x0a,0x8f,0xc1,0x39,0x7f,0x4f,0xe1,
|
||||
0xa8,0xbb,0x6f,0xe2,0x55,0xc7,0xbf,0xc7,0x86,0x53,0x73,0x59,0x10,0xf8,0x9b,0xfa,
|
||||
0x27,0x5c,0xeb,0x2e,0x57,0x9f,0x76,0x34,0x82,0x24,0xde,0xc9,0xc8,0x4e,0x9e,0x6f,
|
||||
0x0a,0x6a,0x2d,0x4c,0x64,0x02,0x17,0x22,0xd8,0xca,0x9f,0x6f,0x66,0x21,0x63,0x14,
|
||||
0xeb,0xe1,0x7b,0x77,0xc1,0xba,0xa0,0x77,0x8d,0xc9,0xc6,0x62,0x8c,0x27,0x79,0xc1,
|
||||
0x83,0x99,0x2e,0x73,0x2f,0xc7,0x92,0xbc,0xd0,0x26,0xe2,0x8d,0x98,0x6a,0xf3,0xd4,
|
||||
0x5b,0x7f,0x7d,0x25,0x73,0xe8,0x05,0x4e,0x3a,0x8b,0xd9,0xca,0xd5,0x40,0xf3,0x24,
|
||||
0x34,0xbf,0x46,0xe1,0x17,0x38,0xa9,0xc4,0x6a,0x66,0xb5,0x44,0xfa,0x8b,0xfc,0x5d,
|
||||
0x40,0x81,0x53,0x4a,0x6c,0x9e,0xd2,0x9b,0x73,0xdc,0xf1,0x2a,0xd0,0x2d,0x80,0x13,
|
||||
0xe0,0xf7,0x51,0x30,0xdc,0x3d,0x9e,0x68,0xb0,0x4c,0x00,0x43,0xde,0xc4,0xf3,0x82,
|
||||
0xdf,0xc7,0xc1,0xb0,0xf7,0x69,0x43,0xc2,0x43,0x60,0xe8,0x3b,0xf1,0x99,0xc1,0xf0,
|
||||
0xef,0xb5,0x64,0x05,0x17,0x70,0x33,0x4d,0x46,0x0a,0x63,0xc0,0x65,0xdc,0x2f,0xcd,
|
||||
0x05,0xae,0xe0,0xc6,0x05,0xe0,0x0a,0x7c,0xe4,0x04,0x57,0xa5,0x44,0x0e,0x70,0x55,
|
||||
0x5c,0x1c,0x07,0x57,0x05,0x47,0x22,0xb8,0x7a,0x50,0x04,0xc0,0x15,0x06,0x06,0x06,
|
||||
0x46,0x54,0xfc,0x07,0xb6,0x73,0x07,0x23,0xe6,0xe8,0x7b,0x79,0x00,0x00,0x00,0x00,
|
||||
0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82};
|
||||
@@ -0,0 +1,102 @@
|
||||
//
|
||||
// PNG decoder benchmark
|
||||
//
|
||||
// Runs images through the PNG decoder without displaying the pixels
|
||||
// to measure the execution time on various Arduino boards
|
||||
//
|
||||
#include <PNGdec.h>
|
||||
#include "octocat_4bpp.h"
|
||||
#include "octocat_8bpp.h"
|
||||
#include "octocat_32bpp.h"
|
||||
|
||||
PNG png; // statically allocate the PNG structure (about 50K of RAM)
|
||||
|
||||
// simple private structure to pass a boolean value to the PNGDRAW callback
|
||||
typedef struct myprivate
|
||||
{
|
||||
bool bConvert;
|
||||
} PRIVATE;
|
||||
|
||||
int PNGDraw(PNGDRAW *pDraw)
|
||||
{
|
||||
PRIVATE *pPriv = (PRIVATE *)pDraw->pUser;
|
||||
uint16_t usPixels[320];
|
||||
|
||||
if (pPriv->bConvert)
|
||||
png.getLineAsRGB565(pDraw, usPixels, PNG_RGB565_LITTLE_ENDIAN, 0xffffffff); // don't do alpha color blending
|
||||
return 1;
|
||||
} /* PNGDraw() */
|
||||
|
||||
void setup() {
|
||||
Serial.begin(115200);
|
||||
delay(2000);
|
||||
Serial.println("Starting benchmark...");
|
||||
} /* setup() */
|
||||
|
||||
void loop() {
|
||||
long lTime;
|
||||
char szTemp[256];
|
||||
int rc;
|
||||
PRIVATE priv;
|
||||
|
||||
// 32-bpp image
|
||||
rc = png.openFLASH((uint8_t *)octocat_32bpp, sizeof(octocat_32bpp), PNGDraw);
|
||||
if (rc == PNG_SUCCESS) {
|
||||
Serial.println("Successfully opened octocat_32bpp.png");
|
||||
priv.bConvert = false;
|
||||
lTime = micros();
|
||||
rc = png.decode((void *)&priv, PNG_FAST_PALETTE);
|
||||
if (rc == PNG_SUCCESS) {
|
||||
lTime = micros() - lTime;
|
||||
sprintf(szTemp, "Decode time for native pixels = %d us\n", (int)lTime);
|
||||
Serial.print(szTemp);
|
||||
} else {
|
||||
Serial.print("Decode error: "); Serial.println(rc, DEC);
|
||||
}
|
||||
priv.bConvert = true;
|
||||
lTime = micros();
|
||||
rc = png.decode((void *)&priv, PNG_FAST_PALETTE);
|
||||
lTime = micros() - lTime;
|
||||
sprintf(szTemp, "Decode time for RGB565 pixels = %d us\n", (int)lTime);
|
||||
Serial.print(szTemp);
|
||||
png.close(); // not needed for memory->memory decode
|
||||
}
|
||||
|
||||
// 8-bpp image
|
||||
rc = png.openFLASH((uint8_t *)octocat_8bpp, sizeof(octocat_8bpp), PNGDraw);
|
||||
if (rc == PNG_SUCCESS) {
|
||||
Serial.println("Successfully opened octocat_8bpp.png");
|
||||
priv.bConvert = false;
|
||||
lTime = micros();
|
||||
rc = png.decode((void *)&priv, PNG_FAST_PALETTE);
|
||||
lTime = micros() - lTime;
|
||||
sprintf(szTemp, "Decode time for native pixels = %d us\n", (int)lTime);
|
||||
Serial.print(szTemp);
|
||||
priv.bConvert = true;
|
||||
lTime = micros();
|
||||
rc = png.decode((void *)&priv, PNG_FAST_PALETTE);
|
||||
lTime = micros() - lTime;
|
||||
sprintf(szTemp, "Decode time for RGB565 pixels = %d us\n", (int)lTime);
|
||||
Serial.print(szTemp);
|
||||
png.close(); // not needed for memory->memory decode
|
||||
}
|
||||
// 4-bpp image
|
||||
rc = png.openFLASH((uint8_t *)octocat_4bpp, sizeof(octocat_4bpp), PNGDraw);
|
||||
if (rc == PNG_SUCCESS) {
|
||||
Serial.println("Successfully opened octocat_4bpp.png");
|
||||
priv.bConvert = false;
|
||||
lTime = micros();
|
||||
rc = png.decode((void *)&priv, PNG_FAST_PALETTE);
|
||||
lTime = micros() - lTime;
|
||||
sprintf(szTemp, "Decode time for native pixels = %d us\n", (int)lTime);
|
||||
Serial.print(szTemp);
|
||||
priv.bConvert = true;
|
||||
lTime = micros();
|
||||
rc = png.decode((void *)&priv, PNG_FAST_PALETTE);
|
||||
lTime = micros() - lTime;
|
||||
sprintf(szTemp, "Decode time for RGB565 pixels = %d us\n", (int)lTime);
|
||||
Serial.print(szTemp);
|
||||
png.close(); // not needed for memory->memory decode
|
||||
}
|
||||
delay(5000);
|
||||
} /* loop() */
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,807 @@
|
||||
//
|
||||
// octocat_32bpp
|
||||
// Data size = 12735 bytes
|
||||
//
|
||||
// PNG, Compression=Flate, Size: 240 x 200, 32-Bpp
|
||||
//
|
||||
// for non-Arduino builds...
|
||||
#ifndef PROGMEM
|
||||
#define PROGMEM
|
||||
#endif
|
||||
const uint8_t octocat_32bpp[] PROGMEM = {
|
||||
0x89,0x50,0x4e,0x47,0x0d,0x0a,0x1a,0x0a,0x00,0x00,0x00,0x0d,0x49,0x48,0x44,0x52,
|
||||
0x00,0x00,0x00,0xf0,0x00,0x00,0x00,0xc8,0x08,0x06,0x00,0x00,0x00,0xd6,0x7c,0x6c,
|
||||
0x52,0x00,0x00,0x00,0x06,0x62,0x4b,0x47,0x44,0x00,0xff,0x00,0xff,0x00,0xff,0xa0,
|
||||
0xbd,0xa7,0x93,0x00,0x00,0x20,0x00,0x49,0x44,0x41,0x54,0x78,0xda,0xed,0x9d,0x77,
|
||||
0x78,0x1c,0xd5,0xb9,0xff,0x3f,0x33,0xb3,0x4d,0xab,0xb6,0x6a,0xb6,0xaa,0x67,0x6d,
|
||||
0xd9,0x72,0x05,0x0c,0xd8,0x18,0xb0,0x0d,0xa6,0x07,0x08,0x25,0x09,0x10,0x12,0xd2,
|
||||
0x08,0x4a,0xc2,0x25,0x9d,0x24,0xa4,0x91,0x9b,0x9b,0x5f,0xca,0x4d,0x42,0x92,0x9b,
|
||||
0xe4,0x92,0x0b,0x09,0xe2,0x86,0x70,0x93,0x00,0xa1,0x27,0x10,0x6a,0x42,0x2f,0xc1,
|
||||
0x80,0x01,0x03,0x96,0xe5,0xb6,0xe3,0x22,0xab,0x6b,0xd5,0x56,0xdb,0x66,0xe6,0xf7,
|
||||
0xc7,0x8c,0x64,0xc9,0x96,0xad,0x5d,0xd5,0x2d,0xe7,0xfb,0x3c,0xf3,0x48,0x5a,0xed,
|
||||
0x94,0x73,0xe6,0xfd,0x9e,0xf7,0x9c,0xf7,0xbc,0x05,0x04,0x04,0x04,0x04,0x04,0x04,
|
||||
0x04,0x04,0x04,0x04,0x04,0x92,0x80,0x94,0xed,0x1d,0xe0,0x57,0x55,0x2f,0xe0,0xb4,
|
||||
0xfb,0x42,0x97,0x24,0x29,0xba,0x2b,0x10,0x88,0x08,0xd1,0x98,0x5d,0xcc,0xf7,0xfb,
|
||||
0x5d,0xa6,0x69,0xba,0x00,0x87,0xfd,0x51,0x5c,0x51,0x94,0xd0,0x8e,0x9d,0x3b,0x0d,
|
||||
0xd1,0x3b,0x82,0xc0,0x43,0xe4,0x3d,0x0b,0xb8,0x17,0xc8,0x1f,0x12,0x12,0xa0,0x03,
|
||||
0xd8,0x03,0xbc,0x09,0xbc,0x0c,0x3c,0x1b,0xd0,0xb4,0x6d,0x42,0x54,0xa6,0xfd,0x5d,
|
||||
0x54,0x03,0x6b,0xed,0x63,0x25,0x30,0x1f,0x28,0x03,0xdc,0xf6,0x57,0x06,0x81,0xff,
|
||||
0x08,0x68,0xda,0x4f,0x45,0x6f,0x09,0x02,0x0f,0x09,0xcd,0xdd,0xc0,0x25,0xe3,0x7c,
|
||||
0x4d,0x07,0x76,0x01,0xf7,0x03,0x77,0x06,0x34,0xed,0x75,0x21,0x36,0x53,0xd6,0xff,
|
||||
0xf3,0x81,0x0f,0xd9,0xef,0x60,0x39,0xe0,0x1a,0xe7,0x94,0x00,0xb0,0x20,0xa0,0x69,
|
||||
0xa6,0xe8,0xbd,0x2c,0x27,0xb0,0x5f,0x55,0xf3,0x6d,0x6d,0xeb,0x4a,0xf2,0xd4,0x77,
|
||||
0x80,0xdf,0x01,0xb7,0x07,0x34,0x2d,0x28,0x44,0x28,0xe9,0x7e,0xf7,0x00,0xef,0x03,
|
||||
0xae,0x06,0x4e,0x99,0xc0,0x25,0xd6,0x06,0x34,0xed,0x45,0xd1,0x93,0x16,0xe4,0x2c,
|
||||
0x6e,0xfb,0x85,0x13,0x20,0x2f,0xb6,0xa6,0xf8,0x15,0xb0,0xc7,0xaf,0xaa,0x37,0xfa,
|
||||
0x55,0x75,0xa1,0x10,0xa3,0x84,0x88,0x5b,0xe6,0x57,0xd5,0xef,0x00,0x3b,0x81,0x3f,
|
||||
0x4f,0x90,0xbc,0x24,0x30,0x63,0x12,0x1a,0x38,0x4b,0x04,0xea,0x2f,0xc0,0xa5,0x53,
|
||||
0x70,0xa9,0x28,0x70,0x0f,0xf0,0xff,0x02,0x9a,0xb6,0x55,0x88,0xd4,0xa1,0xc4,0x05,
|
||||
0xbe,0x0e,0x7c,0x7a,0x84,0xad,0x61,0x32,0xd8,0x0a,0x2c,0x0f,0x68,0x9a,0x2e,0x7a,
|
||||
0x37,0x4b,0x09,0xec,0x57,0x55,0x07,0xb0,0x1f,0x28,0x9d,0xc2,0xcb,0xea,0xc0,0x1f,
|
||||
0x80,0xef,0x06,0x34,0x6d,0xaf,0x20,0xae,0x5a,0x00,0x7c,0x15,0xb8,0x16,0xc8,0x9d,
|
||||
0xe2,0xcb,0x2f,0x08,0x68,0xda,0x2e,0x41,0xdf,0xec,0x9d,0x42,0x1f,0x35,0xc5,0xe4,
|
||||
0x05,0x50,0x80,0x4f,0x02,0x4d,0x7e,0x55,0xfd,0x81,0xbd,0xc6,0xce,0xca,0xc1,0xd1,
|
||||
0xaf,0xaa,0x9f,0x01,0xb6,0x01,0xdf,0x99,0x06,0xf2,0x02,0x9c,0x2e,0xa8,0x6b,0xc1,
|
||||
0x91,0xa5,0xed,0x3e,0x79,0x1a,0xaf,0x9d,0x03,0x7c,0x1b,0xf8,0x84,0x5f,0x55,0xaf,
|
||||
0x0b,0x68,0xda,0x9f,0xa7,0x91,0x2c,0x25,0x40,0x89,0x3d,0x35,0xcd,0xb3,0x0f,0x8f,
|
||||
0xfd,0x5e,0x1d,0xf6,0xa0,0x12,0xb3,0x67,0x07,0x31,0x60,0x00,0x08,0x01,0x7d,0x40,
|
||||
0x37,0xd0,0x15,0xd0,0xb4,0xfe,0x29,0x7c,0x9e,0xf5,0xc0,0x7f,0x03,0xc7,0x4c,0xf3,
|
||||
0xfb,0x3b,0x09,0xb8,0x55,0xd0,0x37,0x7b,0x09,0xbc,0x7a,0x06,0xee,0x51,0x05,0xfc,
|
||||
0xc9,0xaf,0xaa,0x57,0x01,0x57,0x27,0xb3,0x97,0xec,0x57,0x55,0x09,0x6b,0xff,0xb3,
|
||||
0x1a,0x58,0x0a,0x2c,0x02,0xfc,0x40,0x0d,0xa0,0xda,0x9f,0x17,0x8f,0x98,0x41,0x25,
|
||||
0xbb,0x14,0x1a,0xda,0x86,0x31,0xfd,0xaa,0x1a,0x03,0x9a,0x81,0xbd,0x58,0xfb,0xdf,
|
||||
0x3b,0x81,0x1d,0x40,0x13,0xb0,0x05,0xe8,0x0b,0x68,0x5a,0x3c,0x81,0x81,0xe4,0x67,
|
||||
0xc0,0xc7,0x67,0x68,0x59,0x76,0x82,0xa0,0x6e,0x76,0xaf,0x81,0x5f,0x07,0x8e,0x9d,
|
||||
0xc1,0x5b,0x86,0x81,0xef,0x01,0x3f,0x0f,0x68,0x5a,0x6c,0x8c,0xe7,0x29,0x05,0x96,
|
||||
0xd9,0x82,0x79,0x1c,0xb0,0xc2,0x26,0xad,0x27,0x05,0xba,0x6b,0xaf,0x4d,0xe6,0xd7,
|
||||
0x81,0x8d,0xf6,0xcf,0x5d,0x43,0x46,0x24,0xbf,0xaa,0x5e,0x0e,0xfc,0x1a,0xcb,0xe9,
|
||||
0x62,0xa6,0xa0,0x03,0x6e,0x61,0xc8,0xca,0x42,0x02,0xfb,0x55,0x35,0xc7,0xd6,0x34,
|
||||
0x25,0xb3,0x70,0xfb,0x57,0x81,0x2b,0x81,0x16,0x60,0x83,0x7d,0x9c,0x0a,0xd4,0xda,
|
||||
0x53,0xef,0x74,0x80,0x89,0x65,0x00,0xfc,0x97,0x3d,0xc0,0x9c,0x3b,0x4b,0xcf,0xb1,
|
||||
0x34,0xa0,0x69,0x8d,0x62,0x0a,0x9d,0x7d,0xc8,0x9b,0x25,0xf2,0x02,0xac,0x02,0x36,
|
||||
0xd9,0x03,0xa7,0x92,0xc6,0x83,0x7e,0x25,0x96,0x33,0xc6,0x6c,0x62,0x01,0x20,0x08,
|
||||
0x9c,0x85,0x6d,0xae,0x14,0x7d,0x9e,0x11,0xa8,0x11,0x5d,0x90,0x9d,0xdb,0x48,0x73,
|
||||
0xc4,0x6b,0xcf,0x08,0x94,0x88,0x2e,0xc8,0x4e,0x02,0x17,0x8a,0xd7,0x9e,0x11,0xf0,
|
||||
0x89,0x2e,0xc8,0x4e,0x02,0xbb,0xc5,0x6b,0x17,0xef,0x51,0x10,0x38,0x7d,0xa1,0x88,
|
||||
0xd7,0x2e,0xde,0xa3,0x20,0x70,0xfa,0x42,0x64,0xdb,0xc8,0x0c,0x44,0x45,0x17,0x64,
|
||||
0x27,0x81,0x07,0xc4,0x6b,0xcf,0x08,0xf4,0x8b,0x2e,0xc8,0x4e,0x02,0xb7,0x89,0xd7,
|
||||
0x9e,0x11,0xe8,0x14,0x5d,0x90,0x9d,0x04,0x6e,0x16,0xaf,0x3d,0x23,0xb0,0x5f,0x74,
|
||||
0x41,0x76,0x12,0x38,0x28,0xa6,0x5f,0x19,0x81,0x1d,0xa2,0x0b,0xb2,0x77,0x0d,0xbc,
|
||||
0x5b,0xbc,0xfa,0xb4,0x47,0xa3,0xe8,0x82,0x2c,0x24,0xb0,0x9d,0xd1,0x70,0xb3,0x78,
|
||||
0xf5,0x69,0x8d,0xed,0x01,0x4d,0x13,0xc6,0x48,0xb2,0x37,0x23,0x87,0xc8,0x6a,0x28,
|
||||
0xde,0x9f,0x20,0x70,0x1a,0xe3,0x69,0x0e,0x04,0xb5,0x0b,0xa4,0x1f,0xfe,0x21,0xba,
|
||||
0x20,0x8b,0x09,0x1c,0xd0,0xb4,0xb7,0xb0,0x62,0x82,0x05,0x04,0x04,0x81,0xd3,0x14,
|
||||
0x77,0x89,0xd7,0x9f,0xb6,0xb8,0xd5,0xaf,0xaa,0xe7,0x8b,0x6e,0xc8,0x6e,0x02,0x17,
|
||||
0x89,0xd7,0x9f,0xb6,0x70,0x00,0x77,0xf9,0x55,0x75,0x8d,0x20,0x70,0x16,0xc2,0xaf,
|
||||
0xaa,0xd7,0x01,0xf5,0x82,0x07,0x69,0x8d,0x5c,0xe0,0x41,0xbb,0x28,0x5a,0xd6,0x22,
|
||||
0x1b,0x73,0x62,0x9d,0x07,0xfc,0x2d,0xcb,0x67,0x1f,0x99,0x84,0x8d,0xc0,0xba,0x80,
|
||||
0xa6,0x65,0x65,0x70,0x83,0x92,0x65,0xe4,0xf5,0x03,0x8f,0x93,0x3e,0x09,0xe4,0x04,
|
||||
0xc6,0x47,0x15,0x50,0x14,0xec,0xe9,0x79,0x44,0x10,0x38,0xb3,0xc9,0xeb,0x00,0xfe,
|
||||
0x0e,0x88,0x62,0x64,0x99,0x87,0x55,0x3e,0x9f,0x6f,0x63,0xb0,0xa7,0x67,0xbb,0x58,
|
||||
0x03,0x67,0x2e,0xae,0x03,0xd6,0x08,0x59,0xcf,0x58,0x39,0xbe,0x39,0x1b,0xcb,0xd9,
|
||||
0x64,0x85,0x06,0xf6,0xab,0xea,0x62,0xe0,0x4e,0x44,0x46,0xc8,0x4c,0x46,0x21,0xe0,
|
||||
0x09,0xf6,0xf4,0x3c,0x26,0x34,0x70,0xe6,0xe1,0x46,0x44,0x0e,0xa5,0x6c,0xc0,0xe7,
|
||||
0xfd,0xaa,0xba,0x44,0x10,0x38,0xb3,0xb4,0xef,0xf9,0xc0,0x99,0x42,0xb6,0xb3,0x02,
|
||||
0x0e,0xe0,0xa7,0xd9,0xd4,0x60,0x29,0xc3,0xc9,0x2b,0x03,0x6f,0x60,0x95,0x13,0x15,
|
||||
0xc8,0x0e,0x18,0xc0,0x89,0x01,0x4d,0xdb,0x28,0x34,0x70,0xfa,0xe3,0x22,0x41,0xde,
|
||||
0xac,0x83,0x0c,0x7c,0x5d,0x68,0xe0,0xf4,0xd7,0xbe,0x12,0xf0,0x3c,0xd3,0x5b,0x0b,
|
||||
0x58,0x20,0x35,0x11,0x07,0x16,0x05,0x34,0x2d,0x20,0x34,0x70,0xfa,0xe2,0x38,0x41,
|
||||
0xde,0xac,0x5e,0x0b,0x67,0x85,0xab,0x6c,0x26,0x13,0x58,0xf8,0x3a,0x67,0x37,0xae,
|
||||
0xb4,0x67,0x61,0x82,0xc0,0x69,0x38,0x7d,0x76,0x02,0x1f,0x12,0x32,0x9c,0xd5,0xa8,
|
||||
0xc4,0xaa,0xbd,0x2c,0x08,0x9c,0x86,0x38,0x0b,0x51,0xc4,0x4c,0x00,0xde,0x2f,0x08,
|
||||
0x9c,0x9e,0xb8,0x58,0xc8,0xae,0x00,0x70,0x9e,0x20,0x70,0x7a,0xe2,0x6c,0x21,0xbb,
|
||||
0x02,0x80,0xdf,0xaf,0xaa,0xb5,0x82,0xc0,0xe9,0xb5,0xfe,0xad,0x05,0xaa,0x85,0xec,
|
||||
0x0a,0x60,0xf9,0xfa,0x9f,0x20,0x08,0x9c,0x5e,0x38,0x1e,0x51,0x7a,0x52,0xe0,0x00,
|
||||
0x4e,0x16,0x04,0x4e,0x2f,0xac,0x12,0x32,0x2b,0x30,0x02,0xc7,0x08,0x02,0xa7,0x17,
|
||||
0x56,0x08,0x99,0x15,0x18,0x81,0x5a,0xbf,0xaa,0xba,0x32,0xb5,0x71,0x19,0x15,0x1f,
|
||||
0x6b,0x07,0x2f,0xa4,0x9c,0xd1,0x22,0x1a,0xd7,0x09,0xc5,0x74,0x62,0x86,0x89,0x53,
|
||||
0x91,0x29,0xcc,0x71,0xe3,0x71,0x3a,0x88,0xc6,0xe3,0x74,0x87,0x22,0xc4,0x74,0x03,
|
||||
0x09,0x70,0xc8,0x12,0x4e,0x59,0xc2,0xe5,0x50,0x70,0x28,0xf2,0xac,0xfb,0xb9,0x9a,
|
||||
0x40,0x5c,0x37,0x88,0xc4,0x75,0xa2,0xba,0x81,0x6e,0x82,0x2c,0x4b,0x94,0x78,0x3d,
|
||||
0x14,0xe6,0x7a,0xf0,0xb8,0x9c,0x98,0xa6,0x49,0xdf,0x60,0x84,0xfd,0xc1,0x7e,0xe2,
|
||||
0xba,0x81,0xc7,0x21,0xe3,0x75,0x39,0x90,0xa5,0x94,0xf1,0xa1,0xa8,0x00,0xbc,0x64,
|
||||
0x68,0x41,0xf0,0x4c,0x0b,0x70,0xf7,0x00,0x73,0x66,0x53,0xe0,0x9d,0x8a,0x8c,0x7f,
|
||||
0x6e,0x09,0x6b,0x96,0x2e,0xa0,0xa2,0xb4,0x88,0xa2,0x7c,0x2f,0x79,0xde,0x1c,0x0a,
|
||||
0x72,0xbd,0x38,0x14,0x19,0xcc,0x31,0x0a,0x42,0xd8,0xc2,0x1e,0xd7,0x0d,0x22,0xb1,
|
||||
0x18,0xa1,0xc1,0x08,0x83,0x91,0x28,0xa6,0x69,0x12,0x8d,0xc7,0xe9,0x0b,0x85,0xe9,
|
||||
0x1d,0x08,0x11,0x8f,0xeb,0xc4,0x74,0x83,0xe0,0x40,0x88,0xd6,0xae,0x5e,0x5a,0x3b,
|
||||
0x83,0x0c,0x46,0xa3,0x98,0x26,0x18,0xa6,0x89,0x6e,0x98,0xe8,0x86,0x31,0xfc,0xf7,
|
||||
0xd0,0xa5,0x65,0x49,0x42,0x96,0x24,0x1c,0x8a,0x8c,0x2c,0x49,0x48,0x12,0xb8,0x1c,
|
||||
0x4e,0xca,0x4b,0x0a,0x99,0x5b,0x5c,0x48,0x51,0x9e,0xd7,0x1e,0x34,0x14,0x0a,0xf2,
|
||||
0xbc,0xe4,0x7b,0x3d,0xb8,0x1c,0x16,0x09,0x73,0x3c,0x6e,0x72,0x73,0xdc,0xb8,0x9d,
|
||||
0x4e,0x64,0x59,0x1a,0xfb,0xf9,0x47,0xb4,0x63,0x30,0x12,0xa3,0xbb,0xb7,0x8f,0x50,
|
||||
0x24,0xca,0xbe,0xb6,0x4e,0x1a,0xf7,0xb4,0xb0,0x69,0xdb,0x6e,0xfa,0x07,0x23,0x48,
|
||||
0xb3,0x43,0x6a,0xc9,0x26,0x71,0x30,0x13,0x09,0x9c,0x51,0xae,0x66,0x7e,0x55,0x2d,
|
||||
0x66,0x16,0x0a,0x3f,0x47,0xe3,0x3a,0x6b,0x97,0x2d,0xe0,0x94,0x95,0x4b,0x58,0x50,
|
||||
0x39,0x87,0xa2,0xfc,0xdc,0x61,0x02,0x01,0x98,0xc3,0x64,0x1a,0xdd,0xdd,0xe6,0x41,
|
||||
0x64,0x48,0x54,0xc0,0x25,0x9b,0x2c,0x92,0x7d,0x8e,0x09,0xe8,0x86,0x41,0x4c,0xd7,
|
||||
0xd1,0x75,0x03,0xd3,0x26,0x33,0x98,0xc8,0x92,0x8c,0x2c,0x4b,0x28,0xb2,0x8c,0x43,
|
||||
0x51,0x50,0x14,0x19,0xd9,0xbe,0xb7,0x69,0x0f,0x3b,0x66,0x82,0x45,0x66,0x46,0x3e,
|
||||
0xaf,0x24,0x49,0x63,0xb6,0xe7,0xe0,0xb6,0x4a,0x92,0x44,0x38,0x1a,0x63,0x77,0x6b,
|
||||
0x07,0xaf,0x6e,0xd9,0xc9,0xc3,0xff,0x7a,0x9b,0x59,0xa8,0x6a,0x73,0x66,0x40,0xd3,
|
||||
0x32,0xb2,0x1c,0x4b,0xa6,0x69,0xe0,0x19,0xf5,0xbe,0x32,0x0c,0x93,0x75,0x47,0xd5,
|
||||
0x72,0xe1,0xba,0xe3,0xa9,0x2a,0x2d,0x1e,0x52,0xa4,0xb8,0x3d,0x6e,0xbc,0xde,0x1c,
|
||||
0x72,0x3c,0x1e,0x5c,0x2e,0x27,0x4e,0xa7,0x13,0x45,0x51,0x90,0x64,0x69,0xd4,0x88,
|
||||
0x69,0x9a,0x60,0x9a,0x06,0xba,0x61,0xa0,0xeb,0x06,0xba,0xae,0xa3,0xeb,0x3a,0xf1,
|
||||
0xb8,0x4e,0x3c,0x1e,0xb7,0x0f,0xeb,0xf7,0x58,0x2c,0x8e,0x1e,0x8f,0x5b,0x1a,0xd6,
|
||||
0x26,0xb1,0x39,0x74,0x11,0xfb,0x6f,0x97,0xa2,0x80,0x72,0x64,0x03,0xbc,0x69,0x18,
|
||||
0xe8,0x63,0x90,0x52,0x96,0x65,0x1c,0x0e,0x07,0x0e,0x87,0x03,0xa7,0xd3,0x81,0xc3,
|
||||
0xa1,0x0c,0xff,0xed,0xb0,0xb5,0xb3,0x32,0x7c,0xc8,0x36,0x41,0xa5,0x03,0x23,0x8a,
|
||||
0x09,0x26,0x26,0x86,0x61,0x10,0x8f,0xc5,0x89,0x46,0x63,0x84,0x23,0x11,0x42,0xa1,
|
||||
0x41,0xa4,0x81,0x10,0x8b,0xaa,0xcb,0xa9,0xab,0xa9,0xe0,0x3d,0x27,0x1e,0xc3,0xb3,
|
||||
0x6f,0x6c,0xe1,0x8e,0xa7,0x5e,0xc5,0x21,0xcf,0x98,0xfe,0x28,0x15,0x6b,0xe0,0xf4,
|
||||
0x80,0x6f,0xc6,0x46,0x0a,0xaf,0x87,0xab,0x2f,0x3e,0x9d,0x15,0xf3,0xab,0x91,0x24,
|
||||
0x89,0xbc,0xbc,0x5c,0x8a,0x8b,0x8b,0x28,0xc8,0xcf,0xc3,0xe1,0x98,0x9e,0x5d,0xac,
|
||||
0x21,0x0d,0x17,0x8f,0xeb,0xc3,0x64,0xd7,0x75,0x03,0xdd,0xd0,0x31,0x0c,0x03,0x43,
|
||||
0x37,0x2c,0xcd,0x3f,0x42,0xbb,0x4a,0x48,0x96,0xb6,0x96,0x2c,0x2d,0x2c,0x2b,0x32,
|
||||
0xb2,0x2c,0x0f,0x13,0xd1,0xa1,0x58,0x44,0x1d,0x4b,0xa3,0x4e,0x14,0x6e,0x97,0x8b,
|
||||
0xdc,0xdc,0xd1,0xcf,0xdd,0x3f,0x10,0xa2,0xbb,0xdb,0x9a,0xc5,0x5e,0xb4,0x7e,0x15,
|
||||
0xc7,0x2f,0x59,0xc0,0xef,0x1f,0x7e,0x86,0xad,0x7b,0xdb,0x32,0x6e,0x60,0x17,0x04,
|
||||
0x9e,0xdc,0x1a,0x78,0xda,0xb1,0xb4,0x66,0x2e,0xff,0xf6,0xbe,0x33,0x29,0x2e,0xc8,
|
||||
0xa3,0xb0,0xb0,0x80,0xf2,0xb9,0x65,0xe4,0xe4,0x4c,0xff,0xad,0x87,0x48,0xe6,0x72,
|
||||
0xc9,0x80,0x33,0x7d,0xd6,0x69,0x92,0x44,0x7e,0x5e,0x2e,0xf9,0x79,0xb9,0x54,0x54,
|
||||
0xcc,0xa5,0xad,0xad,0x03,0x49,0x92,0xf8,0xda,0x87,0xdf,0xcb,0x9d,0x4f,0xbe,0xc8,
|
||||
0x13,0xaf,0x6d,0x99,0xee,0xf5,0xb1,0xb0,0x42,0x8b,0xf6,0x58,0x58,0xb3,0xc4,0xcf,
|
||||
0x55,0x17,0x9c,0x46,0x41,0xae,0x97,0x79,0x35,0x95,0x14,0x14,0x64,0x5d,0x26,0xd3,
|
||||
0x49,0xc1,0xe9,0x70,0x50,0x55,0x59,0x4e,0x49,0x71,0x11,0xda,0xee,0xbd,0x7c,0xf4,
|
||||
0x3d,0xeb,0x29,0xf0,0xe6,0x70,0xdf,0xf3,0x9b,0x04,0x81,0x05,0x81,0xa7,0xd7,0x3a,
|
||||
0xb2,0x6a,0xd1,0x3c,0x3e,0x75,0xe1,0xe9,0x14,0x15,0xe6,0xb3,0x60,0xbe,0x8a,0xd3,
|
||||
0x29,0xb2,0xd4,0x4e,0x78,0xaa,0xe4,0x71,0xb3,0x68,0xe1,0x7c,0x76,0xef,0x69,0xe6,
|
||||
0x7d,0xa7,0xae,0xc6,0x04,0xee,0x9f,0x3e,0x12,0xeb,0x82,0xc0,0xe9,0x81,0xd8,0x74,
|
||||
0x5d,0x78,0x7e,0x79,0x09,0xf5,0x17,0x9e,0x46,0x49,0x91,0x8f,0x05,0xf3,0x6b,0x50,
|
||||
0x14,0xe1,0xad,0x39,0x59,0xc8,0xb2,0x8c,0x3a,0xaf,0x1a,0x45,0x91,0xb9,0x68,0xfd,
|
||||
0x2a,0x82,0xfd,0x03,0x3c,0xf5,0x46,0x93,0xe8,0x98,0x2c,0x26,0x70,0x7c,0x5a,0x2c,
|
||||
0x20,0xb9,0x1e,0xbe,0x78,0xe9,0x39,0xcc,0x2d,0x29,0x66,0xc1,0xfc,0x79,0x28,0xca,
|
||||
0x04,0x1c,0xd8,0x24,0x09,0xc9,0x65,0x95,0x64,0x32,0x23,0x83,0xcc,0xc2,0x56,0xca,
|
||||
0xf4,0x4e,0x7c,0x24,0x19,0xc9,0x69,0xb7,0x2f,0x1a,0x4a,0xa6,0x5b,0xa8,0xa9,0xae,
|
||||
0x04,0xe0,0xc3,0x67,0xad,0xa3,0xad,0xbb,0x8f,0x77,0xb4,0xfd,0x69,0x21,0x17,0x82,
|
||||
0xc0,0x53,0x8f,0xd0,0x54,0x5f,0xd0,0x30,0x4d,0xfe,0xed,0xa2,0x33,0xa8,0x9a,0x53,
|
||||
0xca,0xfc,0x09,0x90,0x57,0x29,0x98,0x83,0xb3,0xbc,0x16,0x25,0xbf,0x18,0x24,0xeb,
|
||||
0x5c,0xd3,0x34,0x30,0xfa,0x3a,0x89,0xb5,0xec,0x40,0xef,0x6d,0x4f,0xeb,0x0e,0x57,
|
||||
0x0a,0xe7,0xe2,0x9c,0xbb,0x60,0x54,0xfb,0x30,0x0d,0xf4,0xde,0x4e,0x62,0xad,0x89,
|
||||
0xb7,0xaf,0xba,0xaa,0x82,0x78,0x3c,0xce,0x55,0x17,0x6c,0xe0,0xab,0xff,0x73,0x17,
|
||||
0x86,0x61,0x08,0x02,0x27,0xd2,0xff,0x99,0xd4,0x18,0x9f,0xcf,0xe7,0x01,0xae,0x9d,
|
||||
0xca,0x6b,0x5e,0xbc,0x76,0x25,0x67,0xae,0x3e,0x8a,0x85,0xb5,0x7e,0x5c,0xae,0xc4,
|
||||
0x2d,0xbf,0x92,0xe2,0xc4,0x5d,0xbb,0x0a,0x57,0xf5,0x12,0x64,0x4f,0xae,0x25,0xdc,
|
||||
0xd2,0xd0,0x96,0x8e,0x8c,0xec,0xc9,0xc5,0x51,0x5a,0x83,0x9c,0x53,0x80,0xd1,0xdb,
|
||||
0x0e,0xa6,0x91,0x56,0x7d,0x7d,0xa4,0xf6,0x31,0xaa,0x7d,0xf9,0xe8,0xbd,0x6d,0xe3,
|
||||
0xb6,0x4f,0x92,0x24,0x0a,0x0a,0xf2,0xd1,0xa3,0x51,0x2a,0x8a,0xf2,0x79,0xe1,0xed,
|
||||
0x1d,0x53,0xe9,0x8e,0x79,0x77,0xb0,0xa7,0xe7,0xcd,0x8c,0x5c,0x86,0x08,0x0d,0x7c,
|
||||
0x84,0x01,0x21,0x37,0x87,0xf3,0x4e,0x3e,0x96,0x9a,0xea,0x4a,0xdc,0xee,0xc4,0x0d,
|
||||
0x99,0x92,0xc3,0x8d,0x67,0xe9,0x3a,0x1c,0x45,0xe5,0xe3,0x4f,0x81,0x8a,0x2b,0xf0,
|
||||
0x2c,0x59,0x8b,0xe4,0x48,0x1f,0x43,0xa9,0xe4,0x4c,0xa6,0x7d,0x95,0xe4,0x2c,0x59,
|
||||
0x97,0x50,0xfb,0x14,0x59,0xc6,0xef,0xaf,0xe1,0xf8,0x25,0x0b,0x38,0x69,0xd9,0xfc,
|
||||
0xa9,0x7c,0xe4,0x48,0xc6,0xda,0x11,0x32,0x70,0x0d,0x3c,0x65,0x2f,0xeb,0x63,0xe7,
|
||||
0xac,0xa5,0xba,0x62,0x0e,0x3e,0x5f,0x41,0x12,0xd2,0x2d,0xe3,0xa9,0x5b,0x83,0x9c,
|
||||
0x93,0xf8,0xf6,0x92,0xec,0x2d,0xc0,0xb3,0xe8,0xc4,0x61,0x9f,0xe8,0xd4,0x66,0xaf,
|
||||
0x8c,0x67,0xd1,0x89,0x49,0xb7,0xcf,0xbd,0x68,0xcd,0x81,0x29,0xf6,0x11,0xe0,0x71,
|
||||
0xbb,0xa9,0xa9,0xaa,0xe0,0xe2,0xf5,0xab,0x46,0xb9,0xa3,0x4e,0x12,0xfd,0x82,0xc0,
|
||||
0xe9,0x81,0x28,0xd0,0x3b,0x15,0x17,0xaa,0x2a,0x29,0x64,0xd5,0xd2,0x5a,0xaa,0x2a,
|
||||
0xcb,0x93,0x3a,0xcf,0x55,0xbd,0x0c,0x39,0xf7,0xf0,0x0e,0x61,0xa6,0x69,0x8c,0x19,
|
||||
0x10,0x20,0xe7,0xf9,0x70,0x55,0x2f,0x4f,0xf9,0x0e,0x76,0xcd,0x5b,0x81,0x9c,0x7b,
|
||||
0xa8,0x63,0x93,0x69,0x18,0x47,0x0c,0x74,0x50,0xf2,0x8a,0x70,0x56,0x25,0x56,0x77,
|
||||
0xac,0xa4,0xa4,0x88,0xa5,0x0b,0x6a,0x38,0xe3,0xd8,0x29,0xab,0x53,0xd6,0x9b,0xa9,
|
||||
0x04,0x76,0x64,0x20,0x81,0x83,0x40,0xd9,0x64,0x2f,0x74,0xe1,0xda,0x63,0xa9,0xa9,
|
||||
0x2a,0xc7,0xe1,0x48,0xbc,0x8b,0xe4,0x9c,0x02,0x9c,0x73,0xc7,0x9e,0xfa,0x75,0x06,
|
||||
0x76,0xb2,0xf3,0xb9,0x67,0xe8,0xde,0xd1,0x84,0x24,0xc9,0x14,0x2f,0x5e,0x4a,0xed,
|
||||
0x29,0xa7,0xe1,0xab,0xac,0x1a,0xfe,0x8e,0x73,0xae,0x9f,0x78,0xc7,0x6e,0x8c,0xc1,
|
||||
0xd4,0x94,0x37,0xd9,0xeb,0xc3,0x59,0xa6,0x8e,0xfa,0xac,0x7d,0xe7,0x76,0x76,0x3d,
|
||||
0xf7,0x34,0xc1,0x9d,0xdb,0x91,0x14,0x85,0xd2,0x25,0xcb,0xa9,0x3d,0xe5,0x34,0x0a,
|
||||
0xca,0x2b,0x0e,0x25,0x7f,0xf9,0x02,0xf4,0x8e,0xdd,0x18,0xe1,0xfe,0x71,0xd7,0xc3,
|
||||
0x15,0xe5,0x73,0x38,0xfd,0xf8,0xe5,0x3c,0xf5,0xc6,0xd6,0xa9,0x78,0xf4,0x9e,0x4c,
|
||||
0x25,0x70,0x46,0x19,0xb1,0x82,0x3d,0x3d,0xa6,0xcf,0xe7,0xbb,0x1c,0xa8,0x99,0xd4,
|
||||
0xa8,0xa6,0x28,0x5c,0x75,0xc1,0x69,0xd4,0x2d,0xf4,0x27,0xe1,0xe2,0x67,0xe2,0xf2,
|
||||
0x1f,0x8b,0x9c,0x93,0x77,0x88,0x66,0x7a,0xe7,0xe1,0xbf,0xf2,0xda,0x8d,0x3f,0xa3,
|
||||
0x67,0xc7,0x56,0xa2,0xdd,0x9d,0x44,0xba,0x3a,0x08,0x6e,0xdb,0x42,0xe0,0xa9,0xc7,
|
||||
0x51,0x0a,0x8b,0x29,0x99,0xbf,0x60,0x48,0x72,0x91,0x1c,0x6e,0xf4,0xee,0xe6,0x94,
|
||||
0xec,0x5f,0xb7,0xff,0x98,0xe1,0xf6,0x99,0x86,0xce,0x5b,0x0f,0xdc,0xcb,0xa6,0x9b,
|
||||
0x7f,0x49,0xef,0xce,0x6d,0xc3,0xed,0xea,0x6e,0x7a,0x97,0x5d,0xff,0x7c,0x1c,0x57,
|
||||
0xe9,0x1c,0x8a,0xe7,0xf9,0x0f,0x66,0x26,0x92,0xd3,0x8d,0xde,0xbd,0x8f,0xf1,0x02,
|
||||
0xe1,0x5c,0x2e,0x17,0x4e,0x09,0x5e,0x78,0xb3,0x91,0xde,0x50,0x78,0xb2,0x8f,0xfe,
|
||||
0xa3,0x60,0x4f,0x4f,0x46,0x6a,0xe1,0x4c,0xcc,0xc8,0xb1,0x7b,0xb2,0x17,0x58,0xbd,
|
||||
0x58,0x65,0xa1,0x5a,0x85,0x2c,0x27,0xde,0x3d,0x92,0x2b,0x17,0x87,0xef,0x50,0xc5,
|
||||
0xbf,0xe5,0xf1,0x47,0xd8,0x7a,0xe7,0x6d,0x63,0x4e,0x2f,0x4d,0x5d,0x67,0xf3,0xad,
|
||||
0xbf,0x61,0xc7,0x0b,0xcf,0x1e,0x18,0x3c,0x8a,0xe6,0x22,0x39,0x3d,0x29,0xd7,0xa9,
|
||||
0x92,0xcb,0x8b,0x52,0x78,0x20,0xd4,0xfa,0xed,0x87,0xfe,0xca,0xf6,0x7b,0xff,0x7c,
|
||||
0x98,0x76,0xc5,0x79,0xe3,0xb7,0xbf,0x22,0xf0,0xca,0x4b,0x87,0x0e,0x8e,0xbe,0xf2,
|
||||
0xe1,0xfd,0xe2,0xf1,0x50,0x56,0x56,0xc2,0xd9,0xab,0x27,0x9d,0x60,0xc5,0x10,0x6b,
|
||||
0xe0,0xf4,0xc2,0xae,0xc9,0x5e,0xe0,0xf8,0xc5,0x7e,0x7c,0xbe,0xe4,0x02,0x58,0x1c,
|
||||
0x25,0x55,0x87,0x18,0x69,0x3a,0x03,0x3b,0x69,0xfc,0xd3,0xad,0x54,0x6d,0x38,0x87,
|
||||
0xaa,0x0d,0x67,0x23,0x8d,0x35,0x20,0x48,0x12,0x6f,0xde,0x72,0x23,0xbd,0xad,0x2d,
|
||||
0xc3,0x46,0x22,0x47,0x49,0xea,0x25,0xd5,0x74,0x94,0x54,0x0f,0x1b,0xd9,0xda,0xb6,
|
||||
0x35,0xd1,0x74,0xd7,0x6d,0x98,0xa6,0x41,0xbe,0xbf,0x16,0x67,0x6e,0xde,0x98,0xe7,
|
||||
0x6c,0xfa,0xed,0xaf,0x19,0xe8,0xec,0x38,0x48,0xe2,0x64,0x1c,0xc5,0x55,0x09,0xdd,
|
||||
0xb3,0x20,0x3f,0x8f,0xc5,0xfe,0x2a,0xe2,0xfa,0xa4,0xb6,0xd8,0x7a,0xc8,0xd0,0x6c,
|
||||
0x1c,0x99,0x4a,0xe0,0x6d,0x93,0xbd,0xc0,0x22,0xb5,0x2a,0xa9,0x6d,0x23,0x30,0x51,
|
||||
0x0a,0xe7,0x1e,0xf2,0xe9,0xe6,0xbb,0xef,0x60,0xf5,0xb5,0xdf,0xe6,0xc4,0xfa,0xab,
|
||||
0x39,0xf1,0xaa,0xab,0x59,0xfd,0xe5,0x6f,0x1d,0x56,0x63,0xbd,0xfb,0xd0,0x03,0x07,
|
||||
0xd6,0x35,0x63,0x5c,0x6b,0xd6,0xd7,0x5a,0xbe,0x03,0xcf,0xb4,0xf9,0xae,0xff,0xc3,
|
||||
0x04,0x56,0x7f,0xf9,0xdb,0x9c,0xf5,0xbd,0x9f,0xf0,0x9e,0x5f,0xdc,0x8c,0x6f,0xc9,
|
||||
0xa1,0x55,0x5c,0x8d,0x68,0x84,0x2d,0x8f,0x3e,0x74,0x98,0x6b,0x8d,0x6f,0x61,0x96,
|
||||
0x24,0x89,0x25,0x0b,0xe6,0x11,0x8a,0x4f,0xca,0x95,0xb9,0x0b,0xb1,0x8d,0x94,0x56,
|
||||
0xd8,0x32,0x99,0x93,0xe3,0x86,0x81,0xbf,0xba,0x22,0xc9,0x5e,0x74,0x22,0x7b,0x47,
|
||||
0x6f,0xab,0x04,0xf7,0xed,0x25,0xd8,0xf4,0x0e,0x73,0xeb,0x16,0x0f,0x7f,0x56,0x5e,
|
||||
0xb7,0x18,0x87,0x37,0x77,0xcc,0x4b,0xec,0x7b,0xea,0x31,0x06,0x83,0xdd,0x96,0x80,
|
||||
0xe7,0xf9,0x52,0xab,0x47,0x25,0x09,0xc5,0xb6,0x3c,0x77,0x06,0x76,0x11,0x6c,0x7c,
|
||||
0x1b,0x87,0x27,0x87,0xea,0xa3,0x57,0x22,0xc9,0x32,0x2e,0xaf,0x97,0x79,0xeb,0x36,
|
||||
0x8c,0x79,0xaa,0xf6,0xe8,0x5f,0x89,0xf4,0xf5,0x8d,0xee,0x2e,0x6f,0x01,0xc8,0x89,
|
||||
0x19,0x07,0x8b,0x7d,0x05,0xac,0x5d,0xa2,0x4e,0xe6,0xe9,0x5b,0x02,0x9a,0xa6,0x0b,
|
||||
0x02,0xa7,0x0f,0x76,0x02,0x13,0xb6,0x7a,0xe8,0x86,0x49,0x59,0x51,0x72,0x04,0x92,
|
||||
0x5d,0x39,0x48,0xca,0x68,0x2f,0xad,0x96,0x2d,0xef,0xa0,0x87,0xc3,0x0c,0x74,0x75,
|
||||
0x0d,0x7f,0xd6,0xdf,0xd5,0x45,0x3c,0x3c,0x78,0x58,0x92,0xb4,0x34,0xda,0x63,0x8f,
|
||||
0xac,0x20,0x7b,0x52,0x27,0x4c,0x51,0xce,0x29,0x1c,0x5e,0x1e,0xec,0x7f,0x77,0x33,
|
||||
0x48,0x12,0xf1,0xc1,0x41,0x7a,0xdb,0x5a,0x0f,0x2c,0x17,0xb6,0x1f,0x3e,0x08,0xa1,
|
||||
0x75,0xdb,0x68,0x4b,0xb2,0xe4,0x70,0x25,0xbc,0xce,0xcf,0xcb,0xf5,0x52,0x9c,0xe7,
|
||||
0x9d,0x55,0x9b,0x48,0x2a,0x23,0xe3,0xe2,0xe1,0x02,0x9a,0xd6,0xe6,0x57,0xd5,0x56,
|
||||
0x60,0x42,0xc3,0x76,0x81,0xd7,0x93,0xe4,0xf4,0x19,0xa4,0x31,0x9c,0x1a,0xda,0x36,
|
||||
0xbf,0x01,0xc0,0x4b,0xbf,0xbe,0x81,0x25,0xef,0xfb,0x20,0x00,0x8d,0xf7,0xff,0xe5,
|
||||
0x88,0x7b,0xa5,0x9d,0xdb,0x9b,0x98,0x7f,0xe2,0xc9,0x07,0xae,0x19,0xee,0x4b,0x11,
|
||||
0x02,0x1f,0x68,0x5f,0xdb,0x1b,0xaf,0x5b,0xcf,0xa7,0x28,0x3c,0xf7,0xa3,0x7f,0x47,
|
||||
0x3d,0xeb,0x7c,0x7a,0xf7,0xee,0xa6,0xed,0x95,0xe7,0x0f,0xdf,0xae,0x9d,0x3b,0x98,
|
||||
0x77,0xdc,0xe8,0x74,0xdd,0xb2,0x27,0x0f,0x3d,0x32,0x30,0xfe,0xd4,0x5d,0x51,0x28,
|
||||
0x4e,0xc6,0x91,0x66,0xec,0x01,0x5d,0x10,0x38,0xcd,0xf0,0xaf,0xc9,0x10,0x38,0xd9,
|
||||
0x38,0xdf,0xa1,0x28,0xa3,0x91,0xe8,0xdb,0xbb,0x07,0x80,0xc1,0x96,0x7d,0x6c,0xba,
|
||||
0xe9,0x17,0x09,0x5d,0x27,0xb8,0xe3,0x80,0x16,0x4b,0x25,0x4b,0xf4,0x90,0x1b,0xa4,
|
||||
0xa9,0xeb,0x0c,0xb4,0x1e,0xd8,0xe2,0x8a,0xf5,0xf5,0xb0,0xfd,0xbe,0x3f,0x8f,0x6f,
|
||||
0x45,0xda,0xd1,0x94,0x50,0x9f,0x1d,0x6e,0x1d,0x5c,0x90,0x9f,0x37,0x99,0xc7,0xdf,
|
||||
0x9a,0xc9,0x04,0xce,0xd4,0xe2,0x66,0x2f,0x4e,0xf4,0xc4,0xde,0x81,0x70,0xd2,0xb1,
|
||||
0xbe,0x92,0x3c,0xfa,0xfb,0x7a,0x24,0x82,0x3e,0x38,0x90,0xf4,0xbd,0x23,0xfd,0x7d,
|
||||
0x23,0xae,0x99,0x42,0xaf,0xc6,0x5e,0xaf,0xc6,0x23,0x61,0x8c,0xc1,0xe4,0xdd,0xcd,
|
||||
0xc3,0x3d,0xc1,0x31,0xfa,0xcc,0x91,0x30,0x81,0xcd,0xc9,0x85,0x5e,0xbe,0x2b,0x08,
|
||||
0x9c,0x7e,0x78,0x7a,0xa2,0x27,0xf6,0x84,0xc2,0x30,0x49,0x1f,0x5c,0xd3,0x34,0x27,
|
||||
0x16,0x5d,0x64,0xa4,0x6a,0x8c,0xb0,0x39,0xdc,0x2e,0x73,0x02,0x7d,0x63,0x4e,0x32,
|
||||
0x34,0x30,0x36,0x71,0x2b,0x74,0x08,0xd8,0x21,0x08,0x9c,0x7e,0xeb,0xe0,0x37,0x81,
|
||||
0x8e,0x89,0x0a,0x6b,0x28,0x92,0xdc,0xb6,0xa1,0xa9,0x8f,0x0e,0x37,0x55,0x5c,0x2e,
|
||||
0x24,0x77,0xf2,0x53,0x60,0x47,0x4e,0xce,0x08,0xa1,0x4f,0x21,0xc3,0xa9,0xfd,0x2c,
|
||||
0x8a,0xd3,0x85,0xec,0x72,0x27,0x7d,0xba,0x2b,0x37,0x77,0x0c,0x52,0x27,0x16,0xa2,
|
||||
0x6b,0x9a,0x26,0xe1,0xc8,0x84,0xb7,0x71,0xf7,0x04,0x34,0x2d,0x28,0x08,0x9c,0x9e,
|
||||
0x78,0x64,0x22,0x27,0x39,0x15,0x99,0xbe,0x81,0xe4,0xa6,0x89,0x66,0x74,0xf0,0xa0,
|
||||
0xe9,0xa1,0x8c,0xb7,0x24,0xf9,0x02,0x11,0xf9,0x55,0x07,0x3c,0x40,0xcd,0x58,0xea,
|
||||
0x6c,0x5d,0x0e,0x3d,0x8b,0xe2,0x72,0xe1,0x2e,0x2a,0x49,0xbe,0x5d,0x35,0xfe,0x43,
|
||||
0xaf,0x19,0x49,0xac,0x8f,0x75,0xc3,0xa0,0xa5,0x73,0xc2,0x1c,0x7c,0x91,0x0c,0x47,
|
||||
0x26,0x13,0xf8,0x81,0x09,0x75,0x88,0x24,0x33,0x30,0x98,0x1c,0x79,0xcc,0x31,0xac,
|
||||
0xc5,0xa5,0x2b,0x92,0x2f,0x8a,0x57,0x52,0xb7,0xf4,0xc0,0x35,0x53,0x28,0xa0,0x61,
|
||||
0x64,0x70,0xc5,0x44,0xda,0x55,0xbc,0x60,0xe1,0xa1,0xd7,0x0c,0x27,0xe6,0xdd,0xa8,
|
||||
0xeb,0x06,0x3b,0xf6,0x4d,0x38,0x77,0xf4,0x73,0x99,0x4e,0xe0,0x59,0xb7,0x42,0xfb,
|
||||
0x55,0x55,0xb1,0x9f,0x43,0xb1,0x07,0x14,0x05,0x2b,0x0d,0x68,0x0e,0x56,0x51,0x2a,
|
||||
0x97,0x7d,0x38,0xed,0xff,0x1f,0xfc,0xcc,0x06,0x56,0xd6,0xc1,0x18,0x96,0xc7,0x4d,
|
||||
0x04,0x6b,0x1f,0x78,0xb3,0xbd,0x06,0x4a,0x6a,0x13,0x51,0x92,0xa0,0x33,0xd8,0xcb,
|
||||
0xfc,0xaa,0xc4,0xbd,0xa1,0x8c,0xe8,0x20,0x66,0x3c,0x86,0xe4,0x38,0xb0,0x17,0x3c,
|
||||
0x77,0xe9,0x32,0xb6,0x27,0xb7,0x70,0x66,0x8e,0xed,0xf4,0x61,0x1a,0xf1,0x84,0x05,
|
||||
0x7c,0x46,0x08,0x1c,0xee,0x03,0xc3,0x00,0x59,0xa6,0x7c,0xf9,0x51,0x04,0x1e,0xbe,
|
||||
0x6f,0x42,0xed,0x1a,0xa9,0xd1,0xcd,0x78,0x62,0x83,0xa4,0x6e,0x18,0xbc,0xb2,0x63,
|
||||
0x3f,0xfe,0xe2,0xdc,0x89,0x3c,0xfa,0x6b,0x7e,0x55,0x2d,0xb1,0x65,0x29,0x07,0x2b,
|
||||
0x6f,0xb8,0xdb,0x96,0xa1,0x21,0x99,0x3b,0x64,0xc9,0x6d,0x1f,0xf1,0x11,0xb2,0x14,
|
||||
0x06,0x06,0x6d,0x39,0x1b,0x3a,0xe2,0x80,0x1e,0xd0,0x34,0x33,0xe3,0x08,0xec,0x57,
|
||||
0x55,0x07,0x50,0x6c,0x1f,0xe5,0x07,0x1d,0x65,0x58,0x05,0xc8,0x4a,0x46,0x90,0x52,
|
||||
0x1a,0x71,0x30,0xa2,0xc3,0x06,0xed,0x4e,0x8c,0x8e,0xe8,0xd4,0x83,0x2d,0x22,0x92,
|
||||
0x7d,0x1d,0x87,0x4d,0x74,0xcf,0x88,0xa3,0x2b,0x59,0x02,0x03,0x34,0xb7,0x77,0x02,
|
||||
0x8b,0x92,0x90,0xf0,0x38,0xc6,0x60,0x2f,0x4a,0xfe,0x81,0xe9,0xe5,0x9c,0x85,0x75,
|
||||
0x78,0x4a,0xe7,0x12,0xee,0x68,0x4d,0xe8,0x12,0x05,0x8b,0x96,0x52,0x54,0x6d,0x4d,
|
||||
0xa1,0x8d,0xfe,0x14,0x5b,0xb6,0x99,0x26,0xfa,0x40,0x10,0x25,0xbf,0x98,0xf2,0xc5,
|
||||
0x4b,0x71,0x16,0xf8,0x88,0xf5,0x26,0xf6,0x8c,0xc5,0x47,0x1d,0x7b,0x48,0x68,0xa1,
|
||||
0x11,0xea,0x05,0x23,0x4e,0x22,0xa5,0xb9,0x3a,0xba,0x7b,0x29,0xf4,0x4c,0x28,0x68,
|
||||
0xae,0x0f,0xb8,0xdd,0x96,0x9b,0x41,0x7b,0x30,0x0f,0xdb,0xb2,0x14,0x1d,0x41,0xc4,
|
||||
0x43,0x56,0x51,0xb6,0x2c,0x39,0x0f,0x92,0x25,0xaf,0x4d,0x78,0xd3,0x3e,0x0c,0xc0,
|
||||
0xf4,0xab,0xaa,0x81,0x15,0xc2,0xda,0x01,0xb4,0x03,0x2d,0x40,0xab,0xfd,0x73,0xbf,
|
||||
0xfd,0x79,0x57,0x40,0xd3,0x06,0x52,0x8a,0xc0,0x76,0xcd,0xd5,0x85,0x40,0x9d,0xfd,
|
||||
0x73,0x3e,0x56,0x69,0xcf,0x5a,0xbb,0x81,0x9d,0x36,0x81,0x5a,0x46,0x1c,0xaf,0xda,
|
||||
0x8d,0xec,0xb0,0xff,0x17,0x1e,0x39,0xe2,0x4d,0xb5,0xcb,0x9b,0x5f,0x55,0x37,0x00,
|
||||
0x4f,0x25,0x7b,0xde,0xa6,0xc6,0x9d,0x5c,0x7c,0xda,0x49,0x49,0x64,0x84,0x90,0x88,
|
||||
0x77,0xb7,0x8e,0x22,0xb0,0xec,0x70,0xb0,0xfc,0xf2,0x8f,0xf2,0xda,0x7f,0xdf,0x30,
|
||||
0x6e,0xa6,0x0d,0xd3,0xd0,0x59,0x71,0xe9,0x87,0x0f,0x54,0x29,0x0c,0xb6,0xa4,0xdc,
|
||||
0x54,0x4d,0x0f,0xb6,0xa2,0xe4,0x17,0xa3,0xb8,0x5c,0x2c,0xbb,0xfc,0x63,0xbc,0xf9,
|
||||
0xdb,0x5f,0x8d,0xdf,0x2e,0x5d,0x67,0xf9,0xfb,0x3f,0x78,0xc8,0xe7,0x56,0xfb,0x12,
|
||||
0x0b,0xd3,0xec,0xec,0xe9,0xa5,0x30,0xc7,0x3d,0x91,0x47,0xfe,0x4d,0x40,0xd3,0xbe,
|
||||
0x39,0x0d,0xca,0x49,0x3a,0x88,0xe4,0x2e,0xa0,0x00,0xab,0xfe,0x52,0x99,0xad,0xa4,
|
||||
0x2a,0x80,0x95,0x40,0x95,0xad,0xa8,0x8a,0xfd,0xaa,0x5a,0x08,0xec,0xc3,0xb2,0x8a,
|
||||
0xef,0x04,0xb6,0xdb,0xc7,0xb6,0x80,0xa6,0x75,0x4c,0x0b,0x81,0x17,0xd6,0xd6,0x4a,
|
||||
0xf1,0x78,0xdc,0x03,0x54,0x03,0xc7,0x03,0x47,0x03,0xcb,0x6c,0xc2,0xe6,0x62,0x6d,
|
||||
0x92,0x6f,0xc5,0x0a,0x20,0x78,0x18,0x2b,0x12,0x28,0x10,0xd0,0xb4,0xc1,0x54,0x10,
|
||||
0xba,0x80,0xa6,0x3d,0xed,0x57,0xd5,0x46,0x20,0xa9,0xd4,0x0e,0xaf,0xbe,0xbb,0x9d,
|
||||
0x70,0x34,0x86,0x2b,0x09,0x87,0x0e,0xbd,0x6b,0x2f,0x54,0x2f,0x81,0x11,0xfb,0xb7,
|
||||
0xea,0xea,0x35,0xec,0x5e,0xbd,0x96,0xf6,0x57,0x8f,0x6c,0x4b,0x99,0x77,0xd6,0x05,
|
||||
0x94,0x2f,0xb5,0xb3,0x71,0x18,0x3a,0x7a,0xd7,0xbe,0x94,0x23,0x70,0xbc,0x73,0x0f,
|
||||
0xae,0xea,0xc5,0x20,0xc9,0x2c,0x38,0x79,0x1d,0x7b,0x5f,0x7e,0x81,0xce,0xb7,0x5e,
|
||||
0x3b,0xe2,0x39,0xf3,0xdf,0xfb,0x01,0xe6,0x2c,0xac,0x3b,0x68,0xb6,0xa2,0xa3,0x77,
|
||||
0x25,0x1e,0xef,0xbc,0x6b,0x6f,0xcb,0x44,0x93,0xdb,0xdd,0x33,0x4d,0x32,0x65,0x8e,
|
||||
0xd0,0xe2,0x43,0x68,0x67,0x9c,0xed,0x2a,0xbb,0x76,0x75,0xa5,0xad,0xe8,0xe6,0xdb,
|
||||
0x8a,0xef,0x7c,0x60,0x89,0x5f,0x55,0x8b,0xec,0xf3,0x9b,0x80,0xb7,0x81,0xd7,0xb0,
|
||||
0xf6,0xaf,0xfb,0xc7,0x53,0x6a,0x47,0x94,0xd0,0x78,0x3c,0x7e,0x39,0xf0,0x2d,0xfb,
|
||||
0x01,0x5f,0x01,0xde,0x04,0xfe,0x02,0xec,0x0c,0x68,0x5a,0xba,0x04,0x48,0xff,0x12,
|
||||
0xb8,0x39,0x99,0x13,0x1a,0xf7,0xb4,0xb2,0xaf,0xad,0x33,0xa9,0x75,0xb0,0x19,0x1b,
|
||||
0x24,0x1e,0x6c,0xc1,0x51,0x5c,0x79,0x40,0x2f,0xcb,0x0a,0x6b,0xae,0xba,0x9a,0xe7,
|
||||
0x07,0xfa,0x09,0x6e,0x79,0x6b,0xec,0xf5,0xe1,0x09,0xeb,0x38,0xee,0x43,0x1f,0x19,
|
||||
0x4e,0x1c,0x10,0xef,0x6e,0x49,0x29,0x0b,0xf4,0x81,0xf6,0x85,0x89,0x77,0xb7,0xe2,
|
||||
0x28,0xae,0x40,0x56,0x1c,0x9c,0x78,0xf5,0xe7,0x79,0xee,0x17,0x3f,0xa1,0x77,0xfb,
|
||||
0x96,0x31,0xdb,0x55,0xbe,0xf6,0x34,0x56,0x5e,0x72,0xf9,0x21,0x5a,0x3a,0xde,0xb5,
|
||||
0x3f,0xe1,0xf5,0x2f,0xc0,0xdb,0xdb,0xb5,0x89,0x3c,0xee,0x56,0x5b,0x56,0x53,0x06,
|
||||
0x01,0x4d,0x33,0x80,0xbd,0xf6,0xf1,0xdc,0x18,0xe4,0x9e,0x6f,0xaf,0xdb,0x56,0x00,
|
||||
0x5f,0x02,0x96,0xda,0x0a,0xf1,0xa2,0x23,0xcf,0xfd,0xc6,0x9f,0x26,0x9b,0x01,0x4d,
|
||||
0x8b,0x91,0x66,0xf0,0xab,0xaa,0xd7,0x9e,0x25,0x14,0x01,0x1b,0xed,0x69,0x4e,0xc2,
|
||||
0xf8,0xe1,0xbf,0x7d,0x88,0x8b,0x4e,0x3f,0x29,0xa9,0x7b,0x4a,0xee,0x3c,0xbc,0x47,
|
||||
0x6d,0x38,0x24,0x2e,0x38,0x1e,0x8d,0xd0,0xf4,0x8f,0x27,0xd8,0x76,0xdf,0x1d,0xc4,
|
||||
0x42,0x03,0x80,0x89,0xdb,0x57,0xcc,0xe2,0x4b,0xae,0x60,0xe1,0xfa,0x0d,0xc8,0x43,
|
||||
0x69,0x7b,0x0c,0x83,0xd0,0xdb,0x4f,0x61,0x46,0x06,0x52,0xb2,0x4f,0x65,0x4f,0x3e,
|
||||
0x39,0x2b,0x4e,0x1d,0x6e,0x5f,0x3c,0x1c,0xa6,0xf1,0xc9,0xc7,0xd8,0x7e,0xff,0x9d,
|
||||
0x76,0x90,0x86,0x89,0xa7,0x78,0x0e,0x4b,0x2e,0xbd,0x82,0x05,0x6b,0xd7,0x23,0x1f,
|
||||
0xec,0xd1,0x66,0x18,0x84,0x36,0xff,0x33,0xe1,0xc4,0xef,0xd1,0x58,0x9c,0x13,0x3e,
|
||||
0xfa,0x35,0xe2,0x7a,0xd2,0x2b,0xab,0xdf,0x02,0x37,0xd8,0xeb,0xde,0x10,0x10,0x4a,
|
||||
0x57,0x19,0x0e,0x68,0x5a,0x68,0xc2,0x04,0x9e,0xe5,0x87,0x97,0x46,0xac,0x33,0x8a,
|
||||
0xec,0x75,0x45,0xe5,0x08,0x43,0x58,0xa9,0x7d,0x14,0x8e,0x38,0xf2,0x6d,0x63,0x43,
|
||||
0x1c,0x18,0x18,0x71,0x38,0x81,0x13,0x93,0xb9,0xff,0x9a,0xe5,0xb5,0xfc,0xee,0x3b,
|
||||
0x9f,0x4f,0x3a,0x91,0xbb,0xb3,0x6a,0x29,0xae,0xca,0x45,0x87,0xb1,0x75,0xc5,0x19,
|
||||
0xe8,0x6c,0x07,0x49,0x26,0xaf,0xb4,0xec,0x10,0x77,0xc9,0x68,0xf3,0x36,0x62,0xfb,
|
||||
0xb6,0x4c,0x49,0xff,0x85,0x07,0x42,0x44,0x07,0xc3,0xe4,0x15,0x15,0x1e,0x4a,0xa4,
|
||||
0x49,0xc0,0x55,0xbd,0x1c,0x67,0x45,0xed,0xa1,0xed,0xea,0x68,0x47,0x92,0x65,0x72,
|
||||
0xc7,0x68,0xd7,0x70,0xfb,0xf6,0x6d,0x25,0xd6,0x9c,0xb8,0x6b,0xf2,0x96,0x5d,0x7b,
|
||||
0xb8,0xe4,0xba,0x1b,0x92,0x15,0xd2,0x28,0xf0,0xb8,0x3d,0x78,0x7b,0xed,0x63,0xe8,
|
||||
0xf7,0x18,0x56,0x76,0x8e,0x1e,0xac,0x44,0x77,0x3d,0xb6,0xad,0x66,0xc8,0x00,0x35,
|
||||
0x64,0x7c,0x6a,0xb6,0x7f,0x8f,0x4c,0x87,0x6d,0x26,0x25,0x8c,0x58,0x53,0x44,0x52,
|
||||
0x07,0x96,0x45,0xba,0x7c,0x84,0x01,0xcc,0x6f,0x4f,0x27,0x7c,0x1c,0xd8,0x42,0x0a,
|
||||
0xda,0x53,0x8f,0xfd,0x23,0x8e,0xcd,0x76,0xc7,0x0f,0xbd,0x8c,0x3e,0x7b,0xcd,0x10,
|
||||
0x1f,0xe3,0x3e,0x4e,0xe0,0xad,0x64,0xd6,0xc2,0x4f,0xbd,0xde,0xc8,0xf6,0x3d,0xcd,
|
||||
0x2c,0xf6,0x27,0x97,0x1d,0x23,0xd6,0xdc,0x88,0x92,0x57,0x8c,0x52,0x70,0xa8,0xc3,
|
||||
0x83,0xec,0x70,0x90,0x3f,0x77,0xec,0x58,0x63,0xbd,0xb7,0x83,0xd8,0xbe,0xc6,0x29,
|
||||
0xe9,0xd7,0xed,0xaf,0xbd,0xcd,0xb6,0xe7,0x36,0x02,0x26,0xde,0x12,0x1f,0xab,0x2e,
|
||||
0x3a,0x9b,0xdc,0x82,0xbc,0x29,0xb9,0x76,0x74,0xdf,0xbb,0xc8,0x79,0x45,0x56,0x25,
|
||||
0x86,0x91,0xed,0x2a,0x3f,0x72,0x0c,0xb5,0xde,0xd3,0x4e,0x6c,0x7f,0xe2,0x75,0x8f,
|
||||
0x24,0x09,0x36,0xbe,0xdd,0x34,0x11,0x0d,0xf3,0xc7,0x80,0xa6,0x5d,0x75,0x04,0x99,
|
||||
0xcb,0xb5,0x07,0xfa,0x7c,0x7b,0xd0,0x2f,0xb6,0x0d,0x4d,0x65,0xb6,0x8d,0xe7,0x1c,
|
||||
0xdb,0xe6,0x53,0x8e,0x65,0x8c,0x8d,0xf9,0x55,0x35,0x04,0xec,0x01,0x02,0x23,0x8c,
|
||||
0x50,0xbb,0x81,0xf6,0x80,0xa6,0xcd,0x6a,0xc8,0x98,0x34,0x43,0x44,0x75,0xda,0x8b,
|
||||
0xf6,0xa5,0xb6,0x11,0x6c,0xe8,0xa7,0x87,0x03,0xa6,0xf7,0x1d,0xf6,0xb1,0x0b,0xd0,
|
||||
0xec,0x91,0x71,0x20,0xa0,0x69,0xe1,0x29,0x7a,0x86,0x73,0x6d,0x43,0x5b,0xc2,0x6d,
|
||||
0xfe,0xf0,0x39,0x6b,0xf9,0x76,0xfd,0x07,0x93,0x76,0xa5,0x97,0x14,0x27,0x9e,0xc5,
|
||||
0x27,0x1d,0x31,0xbd,0xec,0x28,0xe1,0xee,0xef,0x26,0xdc,0xf4,0x32,0xe8,0x93,0x9f,
|
||||
0xe5,0xf5,0x75,0xf7,0xf0,0xc2,0xed,0xf7,0x8f,0x6a,0x65,0xf9,0xb2,0x85,0xac,0x3c,
|
||||
0x73,0xdd,0xd4,0x09,0x8d,0xe2,0xc4,0xb3,0xf8,0xe4,0x31,0xd3,0xcb,0x1e,0xae,0x7d,
|
||||
0x91,0xa6,0x97,0x0e,0x71,0x39,0x3d,0x12,0x22,0xd1,0x18,0x97,0x7c,0xf5,0x3f,0xd9,
|
||||
0xb5,0x3f,0x29,0x03,0xad,0x0e,0xd4,0x05,0x34,0x6d,0xe7,0x14,0xc9,0x8c,0xc3,0xd6,
|
||||
0xde,0xf9,0x36,0xa9,0xfd,0x23,0x14,0x4d,0x8d,0x4d,0xfa,0x3c,0x2c,0x6b,0xf2,0xbb,
|
||||
0xf6,0xd1,0x08,0x6c,0x09,0x68,0x5a,0x67,0xda,0x11,0xd8,0x76,0xca,0xc8,0x07,0x8e,
|
||||
0xc3,0xb2,0x5a,0x1f,0x03,0x2c,0xb7,0x47,0xb9,0x77,0x0f,0x3a,0x1a,0x81,0xe0,0x4c,
|
||||
0x6e,0x84,0xfb,0x55,0xf5,0x2e,0xe0,0xb2,0x44,0xbf,0x6f,0x98,0x26,0x7f,0xfb,0xaf,
|
||||
0x6f,0x51,0x5b,0x53,0x91,0xfc,0xcd,0x64,0x19,0xb7,0xba,0x12,0x47,0x69,0xd5,0x11,
|
||||
0xba,0xd9,0x24,0xde,0xb1,0x97,0x88,0xf6,0xa6,0xe5,0x28,0x31,0x05,0x68,0xdb,0xd3,
|
||||
0xcc,0xeb,0xf7,0x3f,0x3e,0xea,0xb3,0xfc,0x8a,0x32,0xd6,0x5e,0x72,0xde,0xd4,0x26,
|
||||
0x8e,0x97,0x15,0xdc,0xfe,0x63,0xac,0x5c,0x60,0x87,0x6b,0x9f,0x69,0x12,0xeb,0xd8,
|
||||
0x43,0x54,0x7b,0x2b,0xe9,0xe0,0x8e,0x8d,0x6f,0x37,0xf1,0xb1,0xef,0xfe,0x1a,0x25,
|
||||
0xb9,0xa8,0xac,0x9b,0x02,0x9a,0x76,0xcd,0x0c,0x2f,0xf3,0x9c,0xc0,0x02,0x5b,0x21,
|
||||
0x0d,0x29,0xa7,0x15,0x36,0x0f,0xb6,0xd8,0x33,0xc5,0x4d,0x58,0x21,0xae,0xcd,0x01,
|
||||
0x4d,0x8b,0xa6,0x0c,0x81,0xfd,0xaa,0x5a,0x60,0x3f,0xf0,0x5a,0x60,0x9d,0x3d,0x42,
|
||||
0x39,0xb0,0xcc,0xe0,0xaf,0xda,0xd3,0xd6,0xc6,0x80,0xa6,0xa5,0x44,0x05,0x2f,0xdb,
|
||||
0x2b,0xe7,0x6d,0x7b,0x7a,0x94,0x10,0x2e,0x5c,0x7f,0x1c,0x3f,0xf8,0xdc,0xc7,0x92,
|
||||
0xca,0x50,0x39,0x4a,0xce,0xf3,0x8a,0x87,0x8b,0x7f,0x0d,0x65,0xed,0x30,0xe3,0x31,
|
||||
0xf4,0xfe,0x2e,0x62,0x2d,0x3b,0x31,0x06,0x3a,0xa7,0x74,0x1c,0x8d,0x84,0xc2,0x3c,
|
||||
0xf3,0xfb,0xbb,0x31,0x46,0x18,0x7e,0xfc,0x6b,0x56,0xb2,0x64,0xcd,0xca,0x69,0xe8,
|
||||
0x51,0x13,0x39,0xaf,0x64,0xec,0xf6,0xf5,0x75,0x11,0x6b,0xdd,0x81,0x31,0xd0,0x9d,
|
||||
0xf4,0x55,0x0d,0xc3,0xe0,0xda,0x1b,0x6e,0xe1,0xc9,0x57,0xdf,0x49,0xe6,0xb4,0x6e,
|
||||
0x60,0x49,0x40,0xd3,0xda,0x52,0x44,0xd6,0x5c,0xf6,0xac,0x73,0x85,0xad,0xd0,0x4e,
|
||||
0xb4,0x6d,0x39,0x1d,0x58,0x3b,0x3a,0xcf,0x03,0x9b,0x02,0x9a,0xb6,0x77,0xc6,0x08,
|
||||
0x6c,0x13,0xf6,0x64,0xe0,0x54,0xe0,0x2c,0x7b,0xf4,0x69,0x02,0x5e,0xb0,0x1f,0x68,
|
||||
0x7b,0xaa,0x47,0x7f,0xf8,0x55,0xf5,0x4c,0xe0,0x51,0x12,0xcc,0x89,0xad,0x1b,0x26,
|
||||
0x37,0x7d,0xe3,0x53,0x6c,0x58,0x7d,0xf4,0x24,0x87,0x4a,0xe9,0x80,0x80,0xeb,0xb1,
|
||||
0x49,0x87,0x2c,0x1e,0x09,0x9d,0xfb,0x5a,0xd9,0xf2,0xec,0x2b,0x84,0x7b,0x7a,0x29,
|
||||
0x5f,0xbe,0x88,0x25,0x27,0x1e,0x87,0x63,0x5a,0x8b,0x91,0xdb,0xe5,0x45,0xa7,0xa8,
|
||||
0x7d,0xaf,0x6f,0xd9,0xce,0x07,0xbf,0xf9,0x5f,0xb8,0x9d,0x49,0x19,0xdf,0x3e,0x13,
|
||||
0xd0,0xb4,0xdf,0xa5,0xb8,0xec,0xb9,0xb1,0x0c,0xb1,0x6b,0x6c,0x85,0xb7,0xd2,0x9e,
|
||||
0x86,0xbf,0x8c,0x15,0x02,0xfb,0x5c,0x40,0xd3,0xb6,0x4f,0x19,0x81,0xe7,0xfb,0xfd,
|
||||
0xb2,0x69,0x9a,0xab,0x81,0xf7,0xd8,0x84,0x9d,0x0b,0x3c,0x6b,0xdf,0xec,0x9f,0xc0,
|
||||
0x7e,0x7b,0x7f,0x2b,0xad,0xe0,0x57,0xd5,0xeb,0x81,0xef,0x27,0xfa,0xfd,0xc2,0xdc,
|
||||
0x1c,0xee,0xbe,0xe1,0x3a,0x2a,0xcb,0x4a,0xd2,0xaa,0x9d,0xa6,0x69,0x26,0x91,0x98,
|
||||
0x3e,0x35,0x10,0x8e,0x46,0xf9,0xe4,0xbf,0xff,0x8a,0xb7,0x76,0xec,0x49,0xe6,0xb4,
|
||||
0xc7,0x81,0xf7,0xcc,0xb6,0x5f,0xf2,0x04,0xa7,0xe0,0x39,0xc0,0x49,0xc0,0x06,0xfb,
|
||||
0xa8,0xc0,0xf2,0x1e,0x7c,0x0c,0x78,0x7c,0x3c,0x7f,0x8b,0xf1,0xf6,0x81,0x0b,0xb0,
|
||||
0x9c,0x20,0x9e,0x06,0xfe,0x99,0xec,0xe8,0x90,0xe2,0x1d,0xf7,0x47,0xe0,0xc3,0x89,
|
||||
0x9e,0xb3,0x66,0xd9,0x02,0x7e,0xf9,0xf5,0xcf,0x90,0xef,0xcd,0x41,0x60,0xfa,0xf0,
|
||||
0xc7,0x87,0xfe,0xc9,0x8f,0xff,0x90,0x54,0x20,0x59,0x0b,0xb0,0x32,0xa0,0x69,0xad,
|
||||
0x19,0x22,0x9b,0xf9,0xc0,0x7a,0x2c,0x6b,0xf8,0x73,0x01,0x4d,0xbb,0x67,0xc6,0x8c,
|
||||
0x58,0x69,0xd6,0x51,0x2e,0xe0,0x6f,0xc0,0xd9,0x89,0xaf,0x87,0x8f,0xe7,0x3b,0x9f,
|
||||
0xbe,0x9c,0x1c,0x8f,0x3b,0xa5,0xda,0x12,0x8f,0xc5,0x90,0x24,0x09,0x25,0x81,0x3a,
|
||||
0x4e,0x91,0xd0,0x20,0xee,0x14,0x1d,0x84,0x5e,0xdf,0xb2,0x83,0x8f,0x7f,0xf7,0xd7,
|
||||
0xc9,0x64,0xfd,0x88,0x00,0x67,0x04,0x34,0xed,0x85,0x6c,0x95,0x63,0x25,0x5b,0x1b,
|
||||
0x1e,0xec,0xe9,0xd1,0x7d,0x3e,0xdf,0x7d,0xf6,0x9a,0x3e,0xa1,0x62,0xb4,0x5b,0x77,
|
||||
0xef,0xa7,0xbd,0xab,0x9b,0x35,0x47,0x2d,0x4e,0xca,0x4f,0x7a,0x3a,0x21,0x49,0x12,
|
||||
0xff,0xba,0xff,0x31,0x5a,0x76,0xec,0xa6,0x6a,0x49,0xed,0x11,0xbf,0xdb,0xb1,0xaf,
|
||||
0x85,0x17,0xff,0xf8,0x00,0x25,0xf3,0x6b,0xc8,0x99,0x5c,0xaa,0xd6,0x29,0x87,0xb6,
|
||||
0xbf,0x8d,0xab,0x7f,0xf0,0x3f,0xc9,0x64,0x43,0xd1,0x81,0x2b,0x03,0x9a,0xf6,0x70,
|
||||
0x36,0xcf,0x58,0xe4,0x6c,0x6e,0xbc,0xed,0xa6,0x76,0x3e,0xf0,0x50,0xa2,0xe7,0x3c,
|
||||
0xf0,0xcc,0xab,0x7c,0xe5,0x67,0x0d,0xb4,0x76,0xa6,0x86,0xad,0xce,0xc4,0xa4,0x70,
|
||||
0x6e,0x19,0x5d,0xda,0x3e,0xda,0xf6,0x1c,0x3e,0x48,0xc0,0xd0,0x75,0x9a,0x5e,0x7c,
|
||||
0x1d,0xd9,0xe1,0xc0,0x9b,0x9f,0x9b,0x52,0xef,0x61,0x4f,0x4b,0x3b,0x9f,0xfd,0xd1,
|
||||
0x4d,0x74,0xf6,0x26,0xec,0x42,0x6a,0x00,0x5f,0x08,0x68,0xda,0x9f,0xb2,0x7d,0xc9,
|
||||
0xa1,0x64,0x7b,0x07,0x04,0x7b,0x7a,0xe2,0x3e,0x9f,0xef,0x6e,0x2c,0xb7,0xcc,0xd5,
|
||||
0x89,0x9c,0xb3,0xbb,0xb5,0x93,0x27,0x5f,0xde,0xc4,0x62,0x7f,0x25,0x55,0x73,0x4a,
|
||||
0x67,0xbd,0x0d,0x05,0xa5,0x45,0xec,0xdb,0xb2,0x83,0xd6,0xa6,0x5d,0x14,0x54,0x94,
|
||||
0x91,0x5b,0x38,0x3a,0x4f,0x75,0x3c,0x1a,0xe3,0xad,0xa7,0x5e,0xa2,0x6b,0xd7,0x1e,
|
||||
0x16,0xae,0x5f,0x4d,0x59,0x4d,0x65,0xca,0xf4,0xff,0x96,0x9d,0xbb,0xf9,0xec,0x7f,
|
||||
0xfe,0x96,0xdd,0x6d,0x5d,0xc9,0x68,0xde,0x94,0xb7,0x38,0x0b,0x02,0xcf,0x2c,0x89,
|
||||
0x0d,0x9f,0xcf,0xf7,0x88,0x6d,0x10,0x39,0x3b,0x91,0x7e,0xe9,0x0b,0x85,0x79,0xf0,
|
||||
0x99,0x8d,0x44,0x22,0x61,0x96,0xcc,0xaf,0x21,0x27,0xc9,0x64,0xf0,0x53,0x09,0x87,
|
||||
0xd3,0x49,0x71,0x4d,0x05,0xcd,0x5b,0x77,0xb2,0xf7,0xed,0x26,0x82,0xed,0x9d,0xc4,
|
||||
0x62,0x71,0x06,0x7a,0xfa,0x68,0xde,0x1e,0x60,0xf3,0xe3,0xcf,0xd1,0xdb,0xd2,0x4e,
|
||||
0xf5,0xca,0x65,0x2c,0x3e,0x61,0x65,0x4a,0x58,0xa6,0x0d,0xc3,0xe4,0x91,0x17,0x5e,
|
||||
0xe5,0xdf,0x7e,0xf4,0x3b,0x7a,0x06,0x12,0x8e,0x3e,0xed,0x07,0x2e,0x0d,0x68,0xda,
|
||||
0x5d,0x42,0x6a,0xed,0x25,0x94,0xe8,0x82,0xd1,0xf0,0xab,0xea,0xf1,0xc0,0x9f,0x80,
|
||||
0xc5,0x89,0x9e,0x93,0xef,0xf5,0xf0,0xad,0x4f,0x7e,0x80,0xd3,0x4f,0x38,0x86,0xbc,
|
||||
0x1c,0x0f,0xb3,0xb5,0x97,0x31,0xd8,0x3f,0x40,0xd3,0x2b,0x6f,0xd2,0xda,0xb8,0x13,
|
||||
0x3d,0x1a,0xb5,0x5f,0xaf,0x49,0xde,0x9c,0x52,0x6a,0xd7,0x1c,0x43,0x65,0xad,0x9a,
|
||||
0x12,0x7d,0xbc,0xaf,0xad,0x93,0x9b,0xee,0x7a,0x98,0xfb,0x9f,0xd9,0x98,0xcc,0x60,
|
||||
0xd2,0x08,0x5c,0x12,0xd0,0xb4,0x77,0x84,0x94,0x0a,0x02,0x8f,0x47,0xe2,0x5c,0xe0,
|
||||
0x07,0xc0,0x17,0x12,0xb5,0x13,0x98,0xa6,0x89,0x5a,0x5e,0x42,0xfd,0xfb,0xce,0xe2,
|
||||
0x94,0xe3,0x8f,0xa2,0xac,0xa8,0x70,0x42,0x39,0x94,0x27,0xff,0x46,0x25,0xa2,0x83,
|
||||
0x61,0x06,0xfb,0xfa,0xd1,0xe3,0x3a,0x9e,0x5c,0x2f,0x39,0x79,0xb9,0x48,0xf2,0xec,
|
||||
0xbe,0x6a,0x49,0x92,0x68,0xef,0xee,0xe1,0xe1,0x67,0x5e,0xe1,0x57,0x77,0x3e,0x4c,
|
||||
0x34,0xb9,0x5c,0xcf,0xbf,0x03,0xbe,0x12,0xd0,0xb4,0x7e,0x21,0x9d,0x82,0xc0,0xc9,
|
||||
0x6a,0xe3,0xff,0x01,0x4e,0x48,0xe6,0x3c,0x8f,0xcb,0xc9,0xa5,0x67,0x9c,0xc8,0xd9,
|
||||
0x27,0x1f,0xc7,0xb2,0x05,0xf3,0x70,0xbb,0x9c,0x59,0xdb,0x87,0xa6,0x69,0x12,0x68,
|
||||
0x6e,0xe5,0xb1,0x17,0x5e,0xe7,0xf7,0x7f,0xfb,0x27,0x03,0xe1,0xa4,0x5c,0x81,0x77,
|
||||
0x02,0x57,0x07,0x34,0xed,0x09,0x21,0x8d,0x82,0xc0,0x13,0x25,0xb1,0x84,0xe5,0xf0,
|
||||
0xf1,0x3d,0xac,0x28,0x94,0xa4,0x84,0xd7,0xeb,0x71,0xf3,0x89,0xf7,0x9e,0xca,0xaa,
|
||||
0xe5,0x75,0x2c,0x9a,0x57,0x49,0x61,0x7e,0x2e,0x0e,0x45,0x99,0x1d,0xed,0x3c,0x43,
|
||||
0x9a,0x36,0x1a,0x8b,0xd1,0xd2,0x11,0xe4,0xad,0xa6,0x9d,0x3c,0xf0,0xd4,0xcb,0x3c,
|
||||
0xf3,0xc6,0x56,0x5c,0x8e,0xa4,0xcc,0x2d,0x3d,0x58,0x01,0xf9,0x3f,0x0b,0x68,0x5a,
|
||||
0x44,0x48,0xa1,0x20,0xf0,0x54,0x10,0xd9,0x6d,0x13,0xf9,0xeb,0xc9,0xac,0x8f,0x87,
|
||||
0x60,0x98,0x26,0xbd,0xe1,0x18,0xe7,0x9f,0xb0,0x9c,0xe3,0x97,0x2d,0x64,0xe9,0x82,
|
||||
0x1a,0xe6,0x55,0xcc,0xa1,0x28,0x3f,0x0f,0x5f,0x7e,0xae,0x95,0xea,0x30,0xcd,0x48,
|
||||
0x2d,0x49,0x12,0x92,0x24,0xd1,0x1f,0x1a,0xa4,0x33,0xd8,0x4b,0xa0,0xb9,0x95,0xb7,
|
||||
0x9a,0x76,0xf1,0xc2,0x1b,0x5b,0x78,0x7a,0xf3,0x0e,0x8a,0xbd,0x49,0x3b,0xbc,0xf4,
|
||||
0xd9,0x33,0x9e,0x9f,0xa7,0x4a,0x00,0x8c,0x20,0x70,0xe6,0x11,0x59,0xc1,0xda,0x3b,
|
||||
0xfe,0x12,0x96,0xef,0xea,0x84,0xfa,0xd0,0x34,0x2d,0x52,0xfb,0xf2,0x3c,0xd4,0xcc,
|
||||
0x29,0xe1,0xe8,0x45,0x7e,0x96,0xcc,0xaf,0xc2,0x57,0x90,0x4f,0x45,0x69,0x11,0x5e,
|
||||
0x8f,0x87,0xfc,0xdc,0x1c,0x7c,0xf9,0xb9,0x76,0x48,0x9d,0xc4,0x4c,0x1b,0x8f,0xcd,
|
||||
0xa1,0x07,0x05,0xfa,0x07,0xc3,0xf4,0xf4,0x0d,0x10,0x0a,0x47,0xe8,0xe8,0xee,0xa1,
|
||||
0xad,0xab,0x87,0xbd,0xad,0x1d,0xbc,0xf2,0xce,0x36,0x02,0xcd,0x6d,0xb4,0xf7,0x0c,
|
||||
0x20,0x4b,0x13,0x7e,0xc6,0xbd,0xc0,0x8d,0xc0,0x6f,0x33,0xbd,0x14,0x8a,0x20,0xf0,
|
||||
0x68,0x32,0x39,0xec,0x69,0x6d,0x1d,0x56,0xe0,0x75,0x08,0x3b,0x21,0xc0,0x4c,0x24,
|
||||
0xdd,0xf3,0xab,0xea,0x62,0xe0,0x13,0xc0,0x87,0x98,0x60,0x39,0xd3,0xc3,0x41,0x37,
|
||||
0x0c,0x42,0xd1,0x38,0xdd,0xe1,0x38,0x0b,0xe7,0xf8,0x58,0x58,0x59,0x46,0xd5,0x9c,
|
||||
0x22,0x2a,0x4a,0x8b,0x28,0xc8,0xf5,0xa2,0x28,0x0a,0x4e,0x87,0x03,0xa7,0x43,0xb1,
|
||||
0x0f,0x07,0x8a,0xa2,0xe0,0x50,0x64,0xe4,0xc3,0x18,0xac,0x4c,0x13,0xe2,0xba,0x8e,
|
||||
0x61,0x18,0xc4,0x75,0x03,0xdd,0x30,0xd0,0x75,0x83,0xb8,0xae,0x13,0x8f,0xeb,0xe8,
|
||||
0xba,0x4e,0x5c,0xd7,0x19,0x8c,0x44,0x69,0xeb,0xea,0x61,0x5f,0x7b,0x17,0x7b,0xda,
|
||||
0xba,0x68,0xdc,0xd7,0x8e,0x69,0x98,0x14,0x78,0x9c,0x38,0x15,0x79,0xaa,0xb6,0xa1,
|
||||
0x06,0x80,0x27,0x80,0x5b,0x81,0xbf,0xa7,0x63,0x50,0x8c,0x20,0xf0,0xe4,0xc8,0xb3,
|
||||
0x06,0xf8,0x3d,0x56,0x3c,0xf2,0xc1,0xe8,0xc5,0x8a,0xb9,0xfc,0x33,0x70,0xd7,0x78,
|
||||
0x89,0xc1,0xa6,0x48,0x2b,0x9f,0x08,0x5c,0x62,0x6b,0xe7,0x45,0x42,0xb4,0x0e,0x3b,
|
||||
0x45,0x7e,0x0a,0x2b,0xe5,0xeb,0xdf,0x67,0x2a,0x6b,0x85,0x20,0x70,0x6a,0x12,0xf8,
|
||||
0x11,0xac,0x30,0xc7,0xf1,0xd0,0x01,0xfc,0x04,0xf8,0xf5,0x54,0x67,0x43,0x38,0x02,
|
||||
0x99,0x6b,0x81,0xf3,0xb0,0x42,0x30,0x4f,0xc1,0x4a,0xbb,0x92,0x8d,0x30,0xb0,0x92,
|
||||
0x3a,0x3c,0x89,0x15,0xf2,0xf7,0xc2,0x74,0x0f,0xa6,0x82,0xc0,0xe9,0x43,0xe0,0xcf,
|
||||
0x70,0x84,0x7c,0xcf,0x4b,0x4e,0x3f,0x9f,0xd3,0x3f,0x7e,0x0d,0xdb,0x5f,0x7b,0x89,
|
||||
0xc7,0x7f,0xfd,0x7d,0x40,0xda,0x8a,0xe5,0xfc,0xfe,0xd2,0x0c,0x3f,0xa7,0x0c,0x1c,
|
||||
0x6b,0x6b,0xe8,0x13,0xb1,0xdc,0x35,0xab,0xed,0x29,0x7f,0x26,0x21,0x6c,0x0f,0x96,
|
||||
0x6f,0xd8,0xb3,0x9f,0x57,0x80,0x97,0xd2,0x28,0x7f,0xb8,0x20,0xf0,0x2c,0x90,0xf8,
|
||||
0x7a,0xac,0xed,0x9d,0x43,0x9c,0x2d,0xaa,0x8e,0x5e,0xcd,0xa5,0xdf,0xfe,0x31,0x00,
|
||||
0xbf,0x78,0xff,0x7a,0x64,0xa7,0x0b,0xac,0xb4,0xa2,0xdf,0x0c,0x68,0xda,0xcf,0x67,
|
||||
0xf9,0xb9,0x8b,0xb0,0xd2,0x0f,0xad,0xb0,0x97,0x00,0x8b,0xb1,0xf2,0x2a,0x55,0x61,
|
||||
0x65,0x68,0x48,0x65,0xb4,0x61,0x65,0x05,0x0d,0x60,0x55,0xe4,0xd8,0x0a,0xbc,0x03,
|
||||
0xec,0x0a,0x68,0x5a,0x8b,0xa0,0x94,0x20,0x70,0x52,0x58,0xf3,0x9e,0x0b,0x37,0xb4,
|
||||
0xbc,0xb3,0xe9,0x57,0x92,0x2c,0x1f,0x92,0xf3,0xc6,0xe9,0xcd,0x45,0x71,0x79,0x08,
|
||||
0x07,0x3b,0x29,0xa8,0xa8,0xc6,0x57,0x5e,0xcd,0xee,0x4d,0x2f,0x83,0x65,0xf1,0xfc,
|
||||
0x62,0xaa,0x19,0x4e,0xfc,0xaa,0xea,0x0e,0x06,0x83,0x4b,0x06,0xc3,0xe1,0xfb,0x24,
|
||||
0x58,0x20,0xcb,0x32,0xb2,0x2c,0x23,0x0d,0xfd,0x94,0x24,0xab,0x02,0xdc,0x90,0x11,
|
||||
0xc9,0xfe,0x7b,0xe8,0xf7,0x23,0xbd,0xd0,0x51,0x1b,0x54,0x23,0xb6,0xab,0x46,0x5a,
|
||||
0x9a,0x87,0x7e,0x37,0x4d,0x13,0xc3,0x30,0x30,0xec,0x9f,0xa6,0x69,0xea,0x1e,0xb7,
|
||||
0xfb,0x9b,0x3e,0x9f,0xef,0x66,0xd3,0x34,0xa3,0x62,0x6f,0x56,0x60,0xca,0xd0,0xd0,
|
||||
0x14,0xfc,0x22,0x20,0xf9,0x55,0xf5,0xa3,0x7e,0x55,0xdd,0xe1,0x57,0x55,0xf3,0xe0,
|
||||
0x43,0xad,0xa9,0x36,0xaf,0xbf,0xf7,0x9f,0xe6,0xad,0xdb,0x7a,0xcc,0xcf,0xfd,0xe6,
|
||||
0x8f,0xa6,0x5a,0x53,0x63,0xfa,0x55,0xf5,0x46,0xdb,0x49,0x23,0x65,0x20,0xcb,0xf2,
|
||||
0xc9,0x92,0x55,0xf4,0xcd,0x9c,0xc8,0x21,0x49,0x52,0x42,0xc7,0x04,0xaf,0x6f,0x28,
|
||||
0x8a,0xf2,0x1f,0x05,0x79,0x79,0x62,0xeb,0x31,0x85,0xe0,0xc8,0x80,0x36,0x7c,0xa6,
|
||||
0xa1,0x29,0xf8,0x64,0x7d,0x9d,0xef,0xff,0xfc,0xaa,0x7a,0x37,0xf0,0x35,0xe0,0x7a,
|
||||
0xac,0x84,0xf0,0x96,0x56,0x92,0x15,0x76,0xbc,0xf6,0x32,0xf3,0x96,0x1d,0xc3,0xc2,
|
||||
0x55,0x27,0x11,0xe9,0xd8,0x83,0x67,0x8e,0xfa,0x59,0x7b,0x2a,0xf8,0xc3,0x14,0x21,
|
||||
0xef,0xa9,0x86,0x61,0xfc,0x1d,0xbb,0x1c,0xaa,0x2c,0xcb,0xb8,0x9c,0x4e,0x1c,0x4e,
|
||||
0x27,0x0e,0x87,0x03,0x87,0xa2,0x1c,0xd0,0xc6,0xb6,0x03,0xc5,0x90,0x56,0x66,0x84,
|
||||
0x16,0x4e,0x84,0x5d,0x43,0x0e,0x23,0x86,0x61,0xa0,0xdb,0xdb,0x4a,0xb1,0x78,0x9c,
|
||||
0x58,0x34,0x4a,0x38,0x1c,0x3e,0x5c,0x29,0x13,0x49,0xd7,0xf5,0xef,0x0e,0x0c,0x0e,
|
||||
0xfa,0xb0,0xf6,0xc0,0x05,0xc4,0x14,0x7a,0xd2,0xda,0x77,0x3e,0x96,0xbf,0xec,0xb5,
|
||||
0xf5,0x75,0xbe,0xff,0x1a,0x31,0x15,0x5d,0x05,0xdc,0x87,0x95,0x7c,0xdb,0x12,0x5a,
|
||||
0xc3,0xa0,0x72,0xc5,0x71,0x98,0xa6,0x49,0xcb,0x96,0xe1,0xba,0x57,0x71,0xe0,0xbd,
|
||||
0x01,0x4d,0x7b,0x6c,0x56,0x47,0x51,0x87,0xe3,0x28,0xd3,0x34,0x5f,0xcc,0xcf,0xcb,
|
||||
0xcb,0xf3,0x78,0x3c,0x38,0x9d,0xce,0x43,0xc9,0x39,0x43,0x18,0x9a,0x3e,0x47,0x22,
|
||||
0x11,0xfa,0x07,0x06,0x08,0x85,0x42,0x63,0x3d,0xef,0xf7,0xe2,0xf1,0xf8,0x7f,0x08,
|
||||
0xfa,0x08,0x02,0x4f,0x96,0xc0,0x9f,0xb5,0xd7,0xb3,0x4f,0xd6,0xd7,0xf9,0xce,0x3a,
|
||||
0x68,0x3d,0x59,0x81,0xb5,0x75,0xb1,0x62,0xac,0x73,0x4b,0x17,0x2c,0x21,0x1a,0x0e,
|
||||
0xd1,0xdb,0xbc,0xbb,0x19,0x58,0x3e,0x5b,0x1e,0x40,0x15,0xe5,0xe5,0x1e,0xd3,0x34,
|
||||
0x37,0xb9,0xdd,0xee,0x25,0xa9,0x98,0x41,0x52,0xd7,0x75,0xfa,0xfb,0xfb,0x09,0xf6,
|
||||
0xf4,0x8c,0x74,0xf5,0x34,0x9c,0x4e,0xe7,0x45,0xb1,0x58,0xec,0x21,0x41,0xa1,0x59,
|
||||
0x9e,0xb9,0xa5,0xf9,0xf3,0x9f,0x6f,0xff,0x3c,0xa9,0xa1,0x29,0x38,0xaa,0xfa,0x60,
|
||||
0x40,0xd3,0xf6,0x03,0x67,0x60,0x59,0x4a,0x47,0x1b,0xb7,0xdc,0x1e,0xae,0xfc,0xaf,
|
||||
0xff,0xe5,0xea,0x9b,0xef,0x62,0xf1,0x86,0x73,0x2b,0x81,0x1f,0xcf,0x56,0x03,0xdc,
|
||||
0x6e,0xf7,0xf5,0x1e,0x8f,0x67,0x49,0xaa,0xa6,0x7f,0x55,0x14,0x85,0xc2,0xc2,0x42,
|
||||
0xaa,0xab,0xaa,0xc8,0xcb,0x1d,0xde,0xf9,0x92,0xe3,0xf1,0xf8,0xad,0x1e,0x8f,0xa7,
|
||||
0x54,0x50,0x48,0x10,0x78,0xa2,0xda,0x37,0x17,0xab,0x22,0x04,0x58,0x7b,0xaa,0x87,
|
||||
0x14,0xff,0xb1,0xb3,0xf4,0xbf,0x17,0xcb,0x33,0x6b,0x18,0xb1,0xc1,0x7e,0x4c,0xc3,
|
||||
0xc0,0x95,0xe3,0xe5,0x84,0x8b,0x3e,0x88,0xa9,0xc7,0x3f,0xed,0x57,0xd5,0x75,0x33,
|
||||
0xdd,0x06,0xdb,0x15,0xf3,0xba,0x74,0xe8,0x6f,0x45,0x51,0x28,0x2d,0x2d,0xa5,0xac,
|
||||
0xb4,0x74,0x68,0xaa,0x3d,0x27,0x1a,0x8d,0xfe,0x50,0x50,0x48,0x10,0x78,0xa2,0x58,
|
||||
0xc1,0xe8,0x9a,0xbf,0xeb,0xc7,0xfa,0x52,0x40,0xd3,0x9a,0x80,0xfa,0xd1,0xad,0x76,
|
||||
0xf0,0xfc,0xdd,0xb7,0x13,0x1e,0xe8,0xa7,0xbf,0xbb,0x13,0x3b,0xda,0xfd,0x36,0x3b,
|
||||
0x27,0xef,0x4c,0xe2,0x87,0x58,0xd5,0x2d,0xd2,0x06,0xb9,0xb9,0xb9,0x94,0xcf,0xb5,
|
||||
0x0a,0x9f,0x1b,0x86,0xf1,0x29,0x97,0xd3,0x59,0x27,0x68,0x24,0x08,0x3c,0x11,0xf4,
|
||||
0x33,0x7a,0x7b,0xf3,0xb0,0x55,0x0c,0x03,0x9a,0x76,0x37,0x70,0xc7,0xc8,0xcf,0x5e,
|
||||
0xfe,0xf3,0xef,0xf8,0xf1,0xe9,0x75,0xdc,0xf3,0xed,0x6b,0x86,0xea,0xd9,0xd6,0x02,
|
||||
0xbf,0x9b,0xa9,0xad,0x25,0xbf,0xaa,0x2e,0x62,0x9c,0xea,0x96,0xd4,0x45,0xe1,0x00,
|
||||
0x00,0x11,0x68,0x49,0x44,0x41,0x54,0xeb,0xa9,0x0a,0x8f,0xc7,0xc3,0x9c,0xb2,0x32,
|
||||
0x00,0x29,0xae,0xeb,0xdf,0x14,0x34,0x12,0x04,0x4e,0x1a,0xf5,0x75,0xbe,0x77,0x80,
|
||||
0xdf,0xd8,0x7f,0x6e,0x05,0xfe,0x77,0x9c,0x53,0xbe,0x8c,0x55,0x00,0x6b,0x18,0x8e,
|
||||
0x82,0x32,0x14,0xb7,0x95,0xe4,0xbc,0xb0,0x72,0x1e,0xee,0xbc,0x82,0xcb,0x81,0x7f,
|
||||
0x9f,0xa1,0x26,0x5c,0x45,0x1a,0x6f,0xe3,0x79,0xbd,0x5e,0x7c,0x85,0x85,0x98,0xa6,
|
||||
0x79,0xa9,0xc7,0xe3,0x29,0x12,0x54,0x9a,0x1d,0xa4,0xfd,0xa6,0x7c,0x43,0x53,0xd0,
|
||||
0x55,0x5f,0xe7,0x4b,0x28,0x48,0xc1,0xaf,0xaa,0x5f,0x00,0x7e,0x75,0xf0,0xe7,0xbe,
|
||||
0x2a,0x3f,0xd7,0x34,0xdc,0x8b,0x1e,0x8f,0xf1,0xd8,0x2d,0xbf,0xe4,0x8d,0xbf,0xde,
|
||||
0xf9,0xd5,0xe9,0x74,0xb7,0xb4,0xc3,0x20,0x1b,0x49,0x32,0xc3,0x47,0xaa,0xc1,0x34,
|
||||
0x4d,0x9a,0xf7,0xef,0x47,0xd7,0xf5,0x8f,0x1a,0x86,0xf1,0x47,0x41,0x27,0xa1,0x81,
|
||||
0x27,0xa2,0x89,0x93,0x89,0x30,0xfa,0x1f,0xac,0x9a,0xad,0xa3,0x10,0x0b,0x87,0x30,
|
||||
0x31,0x71,0x7a,0x72,0x58,0x77,0xe9,0xc7,0x31,0x0d,0xfd,0x67,0x7e,0x55,0xfd,0x89,
|
||||
0x1d,0x59,0x34,0x1d,0x58,0x94,0xee,0xe4,0x05,0xcb,0xa5,0xb3,0xb4,0xa4,0x04,0xd3,
|
||||
0x34,0x2f,0x14,0x54,0x12,0x04,0x9e,0x76,0x04,0x34,0x2d,0x0e,0x5c,0x7b,0xf0,0xe7,
|
||||
0x03,0x9d,0x6d,0x3c,0xff,0x97,0x3f,0x10,0x8b,0x84,0x89,0x86,0x43,0x43,0x13,0x93,
|
||||
0xeb,0x80,0x47,0xfd,0xaa,0x3a,0x1d,0x59,0xd0,0xcf,0x9e,0x81,0xe6,0x76,0x03,0xb7,
|
||||
0xd9,0x9a,0x7e,0xda,0xe0,0x76,0xbb,0xf1,0x7a,0xbd,0x6b,0x72,0x73,0x73,0x9d,0x82,
|
||||
0x4e,0x62,0x0a,0x3d,0xed,0xb0,0x8d,0x54,0x0f,0x03,0xe7,0x1e,0xd2,0x19,0xb2,0x6c,
|
||||
0x39,0x2b,0x0c,0x39,0x2c,0x98,0x26,0x48,0x52,0x2f,0xf0,0x5d,0xac,0x74,0x2f,0x83,
|
||||
0x93,0xb8,0xaf,0x02,0xac,0x0a,0x87,0xc3,0xd7,0x9a,0xa6,0x79,0x59,0x4e,0xce,0xb4,
|
||||
0x17,0x18,0xfb,0x44,0x40,0xd3,0xfe,0xe0,0x57,0xd5,0x52,0x40,0xc3,0x76,0xd1,0x9c,
|
||||
0x0e,0x44,0x22,0x11,0xda,0xda,0xdb,0xe7,0xe8,0xba,0x2e,0xf2,0x58,0x09,0x02,0xcf,
|
||||
0x08,0x89,0x97,0x00,0x9b,0x00,0xcf,0xe1,0xbe,0x53,0xec,0x5f,0xc4,0x69,0x57,0x7e,
|
||||
0x8e,0x70,0x5f,0x2f,0xcf,0xdc,0x7e,0x13,0xfd,0x6d,0xcd,0xcd,0xc0,0x2d,0xc0,0x1d,
|
||||
0x01,0x4d,0xdb,0x9a,0xe0,0x7d,0x5c,0x58,0x45,0x9c,0x2f,0xc0,0x34,0x3f,0x60,0x44,
|
||||
0x42,0x4b,0xfb,0x07,0x23,0xe4,0xe4,0xe5,0xe3,0x74,0x4e,0xbb,0xc2,0x3a,0x2f,0xa0,
|
||||
0x69,0x8f,0xd8,0xeb,0xed,0xed,0x4c,0x71,0xca,0x9f,0x83,0xd7,0xc2,0x91,0x48,0x64,
|
||||
0x5d,0x4b,0x6b,0xeb,0x0b,0x82,0x52,0x33,0x0b,0x47,0x36,0x36,0x3a,0xa0,0x69,0x8d,
|
||||
0x7e,0x55,0xfd,0x29,0x47,0xb0,0x38,0x1f,0x7d,0xd6,0x05,0x2c,0x5d,0x7b,0x1a,0x98,
|
||||
0x26,0x55,0x8b,0x97,0x71,0xcb,0x67,0x2e,0xad,0x34,0x0d,0xe3,0xbb,0xc0,0xf5,0x7e,
|
||||
0x55,0x0d,0x00,0x2f,0x62,0xc5,0xc1,0xee,0xc5,0x4a,0x83,0x6a,0x60,0x65,0xde,0x98,
|
||||
0x8b,0x15,0xdb,0x7b,0x0c,0x70,0x34,0x50,0x02,0x70,0x4a,0xfd,0x97,0x39,0xe1,0xbd,
|
||||
0x97,0xf0,0xf8,0x6d,0x37,0xf1,0xfa,0x7d,0xb7,0x27,0xfb,0xc8,0x3a,0x70,0x17,0x49,
|
||||
0xd4,0x33,0x3e,0x68,0x70,0x4e,0x26,0xdd,0x65,0x2b,0xe0,0x03,0x12,0x4e,0x29,0x29,
|
||||
0x49,0x12,0x1e,0x8f,0xa7,0x5a,0xd0,0x49,0x10,0x78,0x26,0xf1,0x7d,0x2c,0x2f,0xad,
|
||||
0xe3,0xc6,0xfa,0xe7,0xa6,0xbf,0xdf,0xc7,0xb2,0x75,0xa7,0x53,0x5c,0x51,0x4d,0x5e,
|
||||
0x51,0x09,0xae,0xbc,0x02,0x22,0xbd,0x41,0x00,0x65,0xed,0xc7,0xae,0xa9,0x2d,0xae,
|
||||
0xa8,0xae,0xdd,0xfe,0xea,0x8b,0x6c,0xf9,0xc7,0x43,0x23,0x55,0x11,0xb5,0x6b,0xcf,
|
||||
0x44,0x3d,0xfa,0x78,0x1a,0x5f,0xf8,0x07,0xcd,0x9b,0x5f,0x1b,0xfe,0x7c,0xd9,0xda,
|
||||
0xd3,0xf0,0x16,0x14,0xd2,0xaa,0xed,0x44,0x4e,0xde,0x6d,0xf2,0x07,0xc0,0xbd,0x49,
|
||||
0x12,0x78,0xa2,0xb8,0x17,0xd8,0x0c,0xdc,0x94,0xe4,0x79,0x15,0x82,0x4e,0x82,0xc0,
|
||||
0x33,0xa9,0x85,0xe3,0x7e,0x55,0xbd,0x0c,0xd8,0x08,0x1c,0xb2,0x8f,0xd9,0xb3,0x2f,
|
||||
0xc0,0x6f,0xae,0x38,0x9b,0xe5,0xe7,0x5d,0x46,0x47,0x60,0xfb,0x10,0x79,0x59,0xf1,
|
||||
0x9e,0xf7,0x73,0xda,0x47,0xaf,0x06,0x4c,0x8e,0x3e,0xe3,0x5c,0xee,0x35,0x0d,0x1a,
|
||||
0xff,0xf9,0x77,0x00,0x8e,0xff,0xc0,0xc7,0x38,0xf7,0xea,0xaf,0x80,0x24,0xb1,0xe6,
|
||||
0xa2,0x0f,0x72,0xfb,0x75,0x9f,0x66,0xdf,0xe6,0xd7,0x40,0x92,0x78,0xe4,0xa6,0x1b,
|
||||
0x58,0x7d,0xc1,0x65,0x16,0x81,0xe5,0xa4,0x6c,0x87,0xcd,0xc0,0x8f,0x80,0x25,0x33,
|
||||
0xd8,0x3d,0xbf,0xc5,0xda,0xa7,0x5e,0x95,0xc4,0x39,0x25,0x82,0x4e,0x33,0x8f,0x6c,
|
||||
0xaf,0x0f,0xbc,0x03,0xb8,0x14,0x18,0x73,0x2b,0x4a,0x72,0xb8,0x78,0xf7,0xf1,0x07,
|
||||
0x68,0x6b,0x7a,0x7b,0xf8,0xb3,0x9d,0xaf,0x3c,0x47,0x73,0x93,0x55,0x5f,0x2b,0x1a,
|
||||
0x0a,0x11,0x19,0x38,0x50,0xd3,0x76,0xa0,0xbb,0x8b,0x68,0x24,0x8c,0x24,0xc9,0x84,
|
||||
0xfb,0x7a,0x19,0x08,0x1e,0x28,0x99,0xa9,0x6d,0x7c,0x9e,0xbb,0xbf,0xf3,0x79,0xf6,
|
||||
0x0e,0x69,0xe5,0xc4,0x71,0xeb,0x4c,0x24,0xe3,0x3b,0xa8,0x5f,0x4c,0xe0,0x67,0x49,
|
||||
0x9e,0x96,0x23,0xe8,0x24,0x34,0xf0,0x6c,0x90,0xf8,0x1f,0x7e,0x55,0xfd,0x28,0x56,
|
||||
0x0a,0xda,0x71,0xf7,0x7d,0x43,0x5d,0xed,0xfc,0xef,0xe7,0x3e,0x8c,0x3b,0xaf,0x80,
|
||||
0x78,0x78,0x10,0x3d,0x76,0x80,0x5b,0x8d,0x4f,0x3d,0xcc,0xae,0x8d,0xcf,0x51,0x54,
|
||||
0xed,0xa7,0x7d,0xe7,0x56,0xf4,0x68,0x64,0xac,0x05,0x63,0xb2,0x8f,0x78,0xcf,0x2c,
|
||||
0x75,0xcd,0x03,0xc0,0x60,0x12,0xc4,0x74,0x08,0x3a,0x09,0x0d,0x3c,0x5b,0x24,0xfe,
|
||||
0x8b,0xad,0x89,0x13,0xdb,0x26,0x32,0x4d,0x22,0x7d,0x3d,0xa3,0xc8,0x3b,0x84,0x48,
|
||||
0x7f,0x2f,0x2d,0x8d,0x6f,0x8d,0x4d,0x5e,0x48,0x36,0x48,0xbf,0x93,0x31,0xc2,0x21,
|
||||
0x67,0xa8,0x4f,0x22,0xc0,0x33,0x42,0x3a,0x04,0x81,0xd3,0x85,0xc4,0xf7,0x63,0x95,
|
||||
0x4a,0xd9,0x3b,0x9d,0xf7,0x49,0x52,0xff,0x6e,0x9f,0xcc,0xde,0xf3,0x14,0xe0,0x5f,
|
||||
0x42,0x32,0x04,0x81,0xd3,0x89,0xc4,0xaf,0x60,0x6d,0xfd,0xdc,0x09,0xd3,0x54,0xa7,
|
||||
0x3b,0x39,0x0d,0xbc,0x6b,0x96,0xbb,0xe4,0x5d,0x21,0x15,0x82,0xc0,0xe9,0x46,0xe2,
|
||||
0xee,0x80,0xa6,0x7d,0x08,0x38,0x07,0x78,0x6d,0x6a,0xb9,0x2b,0x25,0xbb,0x85,0xb4,
|
||||
0x7f,0x8a,0x94,0xfe,0x44,0xdf,0xf3,0x2e,0x21,0x11,0x82,0xc0,0xe9,0x4a,0xe4,0x27,
|
||||
0xb0,0x0a,0x7b,0x9f,0x03,0xfc,0x0d,0xcb,0x99,0x62,0xf2,0x1d,0x9e,0xdc,0x16,0x52,
|
||||
0xcf,0x2c,0x13,0x58,0x24,0x6a,0x4f,0x71,0x08,0xcb,0xe1,0x91,0x49,0x6c,0x60,0x25,
|
||||
0xc6,0x7b,0xdc,0xaf,0xaa,0x25,0xc0,0x05,0x58,0xf5,0x8e,0xd6,0x01,0x95,0x58,0x56,
|
||||
0xeb,0x23,0xa9,0x54,0xd3,0x26,0x7e,0x1f,0xf0,0x36,0xf0,0x7a,0x4e,0x4e,0x4e,0x17,
|
||||
0x56,0x35,0x89,0x44,0x10,0x9f,0xe5,0x2e,0x18,0x10,0x52,0x20,0x08,0x9c,0x29,0x64,
|
||||
0xee,0xc4,0x8a,0xee,0xb9,0x0d,0xc0,0xaf,0xaa,0x3e,0x60,0x3e,0x96,0x07,0x52,0x09,
|
||||
0xd6,0x76,0x8b,0x03,0x6b,0x4f,0xb9,0x1f,0x2b,0x41,0x7b,0x2b,0xb0,0x2f,0xa0,0x69,
|
||||
0x1d,0x43,0xd7,0xf1,0xab,0xea,0xf2,0x24,0x08,0x2c,0x20,0x20,0x08,0x3c,0x4d,0x84,
|
||||
0x0e,0x62,0x05,0x44,0x6c,0x12,0xbd,0x21,0x20,0xd6,0xc0,0x02,0x02,0x02,0x82,0xc0,
|
||||
0x02,0x02,0x82,0xc0,0x02,0x02,0x02,0x82,0xc0,0x02,0xb3,0x8a,0xb8,0xe8,0x02,0x41,
|
||||
0x60,0x81,0xf4,0x85,0x29,0xba,0x40,0x10,0x58,0x40,0x40,0x40,0x10,0x58,0x40,0x40,
|
||||
0x40,0x10,0x58,0x40,0x40,0x40,0x10,0x58,0x40,0x40,0x10,0x58,0x40,0x40,0x40,0x10,
|
||||
0x58,0x20,0x31,0xec,0xb5,0x02,0x2b,0x12,0x82,0x69,0x9a,0x9c,0xfd,0x85,0xef,0xac,
|
||||
0x6c,0x68,0x0a,0x9e,0x7d,0xdd,0x5f,0x5f,0x3a,0xcb,0x9d,0x5f,0xe8,0x49,0x58,0x20,
|
||||
0x1c,0xce,0xe1,0xe0,0x8c,0x40,0x12,0xf7,0x14,0x98,0x1d,0x08,0x5f,0xe8,0x14,0xc6,
|
||||
0xe9,0x57,0x5f,0xb7,0xe1,0xe4,0x0f,0x5c,0x51,0x06,0xcc,0xed,0x6e,0xd9,0xe7,0xff,
|
||||
0xf5,0x07,0x4f,0x47,0x71,0x8d,0xcf,0x45,0x33,0x16,0x45,0x5d,0x7e,0xcc,0x4f,0x01,
|
||||
0x14,0xa7,0x8b,0xc2,0xf2,0x6a,0xda,0xfa,0x12,0x8b,0x4c,0x3c,0xf3,0x9a,0xaf,0x5f,
|
||||
0x71,0xc2,0x05,0x97,0x9e,0x02,0x74,0x44,0x42,0x03,0x3d,0x3f,0x3c,0xc5,0x8f,0xab,
|
||||
0xa8,0x52,0xbc,0x0c,0x41,0x60,0x01,0xb0,0x82,0xfa,0x4d,0x33,0xb1,0x2d,0xda,0xe2,
|
||||
0xaa,0x9a,0x33,0x81,0x33,0x01,0x1c,0x4e,0x17,0xe8,0x09,0xfa,0x66,0x48,0x60,0x8e,
|
||||
0xda,0x06,0x4e,0x7c,0x4b,0x58,0x71,0xba,0x0a,0x80,0xe5,0x00,0xb2,0xa2,0x10,0xef,
|
||||
0x8d,0xe1,0x4a,0xa0,0x78,0xe8,0x92,0xd3,0xce,0x9f,0x7f,0xfd,0xb7,0x7e,0xb4,0x0c,
|
||||
0x68,0xaa,0xaf,0xf3,0x09,0x27,0x12,0x41,0xe0,0xf4,0x47,0x43,0x53,0x30,0x1f,0xab,
|
||||
0x0a,0xe1,0x1a,0xac,0x1c,0xcb,0x47,0x77,0xef,0xdf,0x7b,0xd4,0x8d,0x1f,0x39,0x77,
|
||||
0xa8,0xa8,0x78,0xc6,0x40,0x3d,0xea,0xd8,0x0b,0x81,0x0b,0x81,0x78,0x43,0x53,0xf0,
|
||||
0x5d,0xe0,0x4d,0xe0,0x75,0xac,0xbc,0x5a,0x5b,0xea,0xeb,0x7c,0x41,0x21,0x11,0x82,
|
||||
0xc0,0xa9,0x4e,0xd8,0x32,0xac,0x2c,0x1e,0x1b,0x80,0xb5,0xb6,0x26,0x2b,0x38,0x58,
|
||||
0x03,0x67,0x81,0x4c,0x1d,0x6d,0x1f,0x1f,0xb5,0x3f,0x0b,0x37,0x34,0x05,0xb7,0x00,
|
||||
0x2f,0x61,0x65,0xba,0x7c,0xb1,0xbe,0xce,0xb7,0x57,0x48,0x8c,0x20,0xf0,0x6c,0x13,
|
||||
0x56,0x06,0x4e,0xc2,0xaa,0x74,0x78,0x1e,0xb0,0x94,0x23,0x14,0x4c,0xcb,0x62,0x78,
|
||||
0x80,0x63,0xed,0xe3,0x1a,0x20,0xd6,0xd0,0x14,0xdc,0x09,0x3c,0x02,0x3c,0x0a,0x3c,
|
||||
0x95,0x64,0x9d,0x67,0x01,0x41,0xe0,0x09,0x93,0xd6,0x0b,0x9c,0x0a,0x5c,0x86,0x55,
|
||||
0x5b,0xa9,0x54,0xf4,0x4a,0xd2,0x70,0x02,0x8b,0xed,0xe3,0x4b,0xc0,0x40,0x43,0x53,
|
||||
0xf0,0x51,0xac,0x24,0xf6,0x8f,0x8a,0xe9,0xb6,0x20,0xf0,0x54,0x93,0x56,0x02,0x4e,
|
||||
0x01,0x3e,0x06,0x5c,0x84,0xa8,0x03,0x34,0xd5,0xc8,0x05,0x3e,0x60,0x1f,0x43,0x64,
|
||||
0xfe,0x03,0xf0,0x98,0xd0,0xcc,0x82,0xc0,0x93,0x21,0x6e,0x11,0x50,0x0f,0x7c,0x0a,
|
||||
0x58,0x34,0x15,0xd7,0x34,0x33,0x34,0x46,0xc8,0x9c,0xba,0x86,0x8d,0x24,0xf3,0xfe,
|
||||
0x86,0xa6,0xe0,0xef,0x81,0x9b,0xeb,0xeb,0x7c,0x7b,0x84,0x44,0x0a,0x02,0x27,0x4a,
|
||||
0x5c,0x3f,0xf0,0x55,0xe0,0x93,0x4c,0x71,0xd1,0x2e,0x43,0x8f,0x27,0x6c,0xc8,0x4a,
|
||||
0x05,0x83,0x97,0xc3,0x9b,0xd8,0xf7,0xfa,0xba,0x3a,0xa6,0xe3,0xf6,0x15,0xc0,0xb7,
|
||||
0x80,0xaf,0x37,0x34,0x05,0xff,0x02,0xfc,0xa4,0xbe,0xce,0xf7,0xa6,0x90,0xd0,0x03,
|
||||
0x10,0x9e,0x58,0xa3,0x89,0x5b,0xd3,0xd0,0x14,0x6c,0x00,0xb6,0x02,0x9f,0x65,0x1a,
|
||||
0x2a,0xee,0x85,0xfa,0x7a,0x13,0xaa,0xce,0x60,0x9a,0x06,0x0e,0x87,0x73,0x56,0xfb,
|
||||
0x43,0x92,0x24,0x72,0xab,0xeb,0x12,0xfa,0xee,0xe6,0xc7,0x1e,0xc0,0x34,0xa6,0xcd,
|
||||
0x71,0x4b,0x01,0x3e,0x04,0x6c,0x6a,0x68,0x0a,0xde,0xdf,0xd0,0x14,0x3c,0x4a,0x48,
|
||||
0xab,0x20,0xf0,0x48,0xe2,0x7a,0x1a,0x9a,0x82,0xdf,0x07,0x1a,0xb1,0xea,0xe2,0xba,
|
||||
0xa6,0xeb,0x5e,0xfb,0xb7,0x6f,0x49,0x4c,0x53,0xc7,0x62,0xe4,0x15,0xcf,0xae,0x7d,
|
||||
0x4c,0x71,0x38,0xa9,0x3a,0xfa,0x84,0x84,0xbe,0xdb,0xdf,0xde,0x42,0x6b,0x60,0xfb,
|
||||
0xb4,0x8f,0x29,0xc0,0xc5,0xc0,0xeb,0x0d,0x4d,0xc1,0x5b,0x1a,0x9a,0x82,0xc5,0x82,
|
||||
0xc0,0x82,0xbc,0x1b,0x80,0x77,0x80,0xeb,0x01,0xef,0x74,0xde,0x2b,0x1e,0x8d,0xf2,
|
||||
0xda,0x43,0x89,0x55,0x0b,0xcd,0x29,0x2a,0xa5,0xa0,0x74,0xce,0xec,0x6a,0x60,0x45,
|
||||
0xa1,0x6a,0x69,0x82,0xca,0x4e,0x92,0xd8,0xfc,0xd4,0xa3,0x13,0x29,0x9f,0x3a,0xd1,
|
||||
0xa5,0x5f,0x3d,0xd0,0xd4,0xd0,0x14,0xbc,0xdc,0x36,0x32,0x0a,0x02,0x67,0x19,0x71,
|
||||
0x1d,0x0d,0x4d,0xc1,0xff,0x04,0xfe,0x01,0x2c,0x98,0x89,0x7b,0x36,0x6d,0x7c,0x9e,
|
||||
0x8e,0xed,0x89,0xd5,0x0b,0xab,0x5b,0x77,0x26,0xde,0x02,0xdf,0xec,0x76,0x92,0x69,
|
||||
0xb2,0xe0,0xd8,0x13,0x30,0x13,0x74,0xe1,0xdc,0x78,0xf7,0x1f,0x68,0x0f,0xec,0x98,
|
||||
0xc9,0x27,0x2c,0x01,0xee,0x00,0x6e,0x6f,0x68,0x0a,0xe6,0x09,0x02,0x67,0x0f,0x79,
|
||||
0x0b,0x80,0x87,0x81,0x6f,0xcc,0x54,0x1f,0x74,0x35,0xef,0xe1,0xe1,0x9f,0xff,0x07,
|
||||
0x92,0xac,0x24,0xf4,0xfd,0x95,0x67,0x5f,0x80,0x69,0x4e,0xc5,0x9a,0xd2,0x1c,0xb3,
|
||||
0x8e,0x71,0xa2,0xa8,0x5a,0xb4,0x8c,0x92,0xda,0xa5,0x89,0x4d,0xfb,0xf5,0x38,0x8f,
|
||||
0xde,0xfc,0x73,0xa2,0xe1,0x19,0xaf,0x88,0xfa,0x11,0xe0,0x85,0x86,0xa6,0x60,0xb5,
|
||||
0x20,0x70,0xe6,0x93,0xd7,0x67,0x6b,0xdd,0xb3,0x67,0xea,0x9e,0x5d,0xcd,0x7b,0xb8,
|
||||
0xf3,0xbb,0x5f,0x26,0x92,0x60,0x44,0x50,0xdd,0x29,0xe7,0xa0,0xae,0x38,0x76,0xea,
|
||||
0x14,0xa9,0x91,0xf8,0x16,0x8f,0x24,0x8f,0x9e,0x8d,0x3a,0xdc,0x6e,0xce,0xfc,0xd4,
|
||||
0x97,0x12,0xde,0xff,0xd2,0x5e,0x7d,0x9e,0x27,0x6e,0xf9,0x15,0xb1,0x48,0x64,0xa6,
|
||||
0x5f,0xed,0xd1,0xc0,0x8b,0x0d,0x4d,0xc1,0xf9,0x82,0xc0,0x99,0x4b,0x5e,0x17,0xf0,
|
||||
0x20,0x56,0x60,0xc1,0xb4,0x43,0x8f,0xc5,0xd8,0xf2,0xc2,0x53,0x34,0x5c,0x73,0x39,
|
||||
0x5d,0x81,0x6d,0x09,0xaf,0x7d,0xcf,0xfe,0xf4,0x97,0x27,0x15,0xec,0x60,0x9a,0x13,
|
||||
0xdf,0x82,0x1a,0xeb,0xac,0x45,0xab,0x4e,0xe6,0xf8,0x0f,0x7c,0x2c,0xe1,0x6b,0x6c,
|
||||
0xfa,0xeb,0x1d,0xdc,0xf7,0x93,0xeb,0x09,0xb6,0xee,0x9f,0xa9,0x35,0xf1,0x10,0x6a,
|
||||
0x80,0x27,0x1a,0x9a,0x82,0xa5,0x82,0xc0,0x99,0x89,0x1b,0xb0,0x3c,0xaa,0xa6,0x15,
|
||||
0xb1,0xf0,0x20,0x8d,0x2f,0x3d,0xc3,0xed,0x5f,0xbf,0x9a,0x7b,0xbe,0xf3,0x39,0xa2,
|
||||
0x03,0xfd,0x09,0x9d,0xe7,0xce,0x2f,0xe4,0x8a,0xff,0xbc,0x09,0xdf,0xdc,0x8a,0xc9,
|
||||
0x3d,0x80,0xa1,0xe3,0x70,0xb9,0x87,0x29,0xe9,0x70,0xbb,0x13,0x1f,0x74,0xe2,0xf1,
|
||||
0x31,0xb4,0xb2,0xcc,0x99,0x57,0x7e,0x8e,0xe5,0xe7,0x5c,0x9c,0xf0,0x75,0xb6,0x3d,
|
||||
0xf7,0x38,0xbf,0xfd,0xf4,0x25,0x3c,0x7f,0xd7,0x6d,0xf4,0x75,0xb6,0xcf,0xe4,0x3b,
|
||||
0xae,0x05,0x6e,0xb3,0xfd,0xd4,0x05,0x81,0x33,0x48,0xfb,0xae,0xc6,0xda,0xdb,0x9d,
|
||||
0x56,0xf4,0x77,0x77,0x71,0xdb,0xd7,0x3e,0xcd,0x3d,0xff,0xfe,0x05,0xf6,0x6d,0x7e,
|
||||
0x15,0x49,0x19,0xdf,0x57,0xc6,0x34,0x4d,0xaa,0x57,0xae,0xe1,0xaa,0x1b,0xff,0x44,
|
||||
0x79,0xed,0xd8,0xfb,0xae,0x86,0x61,0x24,0xec,0xed,0x24,0x29,0x0e,0x5c,0x39,0x96,
|
||||
0x41,0x5d,0x96,0x65,0xf2,0x4a,0xcb,0x13,0x7e,0xfe,0xee,0xe6,0xbd,0x63,0x6a,0x6f,
|
||||
0xa7,0xc7,0xc3,0x05,0x5f,0xf8,0x36,0xeb,0xaf,0xfc,0x42,0xc2,0xda,0x3d,0x16,0xea,
|
||||
0xe7,0xe9,0x5b,0x7e,0xc1,0xad,0x9f,0xff,0x08,0xdd,0x2d,0xcd,0x33,0xf9,0xba,0xcf,
|
||||
0x07,0x2e,0x15,0x04,0xce,0x2c,0x5c,0x8f,0xe5,0x10,0x30,0xad,0x78,0xe3,0x89,0xbf,
|
||||
0xd1,0xda,0xf8,0x56,0x82,0x53,0x5d,0x83,0x82,0x8a,0x6a,0x2e,0xfc,0xe6,0x8f,0xf9,
|
||||
0xc8,0x0f,0xfe,0x9b,0xe2,0xca,0x9a,0xc3,0x7e,0x37,0x12,0xea,0x47,0x4a,0xd0,0xb1,
|
||||
0xa3,0xb0,0x7a,0x3e,0x1e,0xaf,0x65,0x94,0x95,0x15,0x85,0x92,0xea,0x79,0x09,0x3f,
|
||||
0x7f,0xcb,0x8e,0xc6,0xc3,0x4e,0x7b,0x1d,0x2e,0x17,0xa7,0x5e,0x51,0xcf,0x95,0xbf,
|
||||
0xb9,0x83,0xc5,0x1b,0xce,0x45,0x0f,0x27,0x56,0x3e,0xb8,0xbf,0xbd,0x85,0x97,0xee,
|
||||
0xbb,0x63,0xa6,0xdf,0x77,0x56,0x94,0x70,0xcd,0x0a,0x57,0x4a,0x7b,0x4d,0x74,0xee,
|
||||
0x4c,0xdc,0x4b,0x92,0x8e,0x3c,0x26,0x9a,0x86,0x8e,0x24,0x41,0xed,0x69,0x97,0x53,
|
||||
0xb3,0x72,0x1d,0x8b,0x8e,0x3d,0x96,0xb2,0xf2,0x42,0xc6,0x5b,0xf2,0xf6,0x77,0x75,
|
||||
0x22,0x3b,0x12,0xf3,0x2f,0x99,0x7f,0xfc,0x49,0xb8,0xbc,0x5e,0x4c,0x5b,0x6b,0xd7,
|
||||
0x2c,0x3b,0x9a,0x8d,0xd6,0xc2,0x78,0xdc,0x73,0x5b,0xb7,0x6d,0x61,0xb0,0xaf,0x07,
|
||||
0x4f,0x6e,0xfe,0x61,0x17,0xd8,0x95,0x8b,0x96,0x72,0xe1,0x57,0x7e,0xc0,0xb2,0x73,
|
||||
0x3e,0xce,0xae,0xd7,0x5f,0x66,0xfb,0xb3,0x0f,0xd0,0xbb,0x77,0x0b,0xb2,0x33,0xe7,
|
||||
0xb0,0xe7,0x78,0x0a,0x8a,0x66,0xfa,0xb5,0x2f,0x6e,0x68,0x0a,0xae,0xa9,0xaf,0xf3,
|
||||
0xfd,0x4b,0x10,0x38,0xfd,0xb1,0x0a,0x2b,0x84,0x6d,0xda,0x71,0xc2,0x05,0x97,0x92,
|
||||
0x5b,0x3c,0x97,0xc0,0x96,0x9d,0x44,0x06,0x7a,0x50,0x9c,0x6e,0x3c,0x05,0x45,0xb8,
|
||||
0x3c,0x5e,0xbc,0xbe,0x52,0xf2,0x4a,0xe6,0x92,0x5f,0x5a,0x89,0xe2,0xb4,0xc8,0x38,
|
||||
0x18,0x85,0xbd,0x7b,0x43,0x14,0x15,0xb9,0xc8,0xcf,0x3f,0xdc,0xeb,0x90,0xd8,0xbf,
|
||||
0x7d,0x6b,0xc2,0x86,0xad,0x65,0xeb,0xcf,0x1c,0xe5,0xd6,0x58,0xbd,0xe4,0x28,0x14,
|
||||
0x97,0x0b,0x3d,0x16,0x1b,0xf7,0xdc,0x50,0x67,0x2b,0x1d,0xbb,0x03,0x54,0x1f,0xc6,
|
||||
0x81,0x43,0xd7,0x4d,0xba,0xbb,0x63,0xf4,0xf7,0xc7,0xc9,0x2d,0x55,0x59,0x71,0xb6,
|
||||
0xca,0x8a,0xb3,0x2e,0x63,0xa0,0xbb,0x9d,0xfe,0xee,0x36,0xfa,0x3b,0xf6,0x13,0x19,
|
||||
0x1c,0x20,0xd2,0x17,0x24,0x36,0xd8,0x8f,0xec,0x70,0x52,0xb1,0x68,0x05,0xab,0xce,
|
||||
0x3a,0x75,0x36,0xde,0xfb,0x7a,0xac,0x8c,0x20,0x82,0xc0,0x69,0x8e,0x9a,0x99,0xba,
|
||||
0x91,0xd3,0xe3,0x61,0xe5,0x19,0x67,0xb3,0x74,0x9d,0x41,0x6f,0x6f,0x9c,0x81,0x90,
|
||||
0x3e,0xee,0x16,0x8c,0x61,0x40,0x67,0x67,0x94,0x50,0x48,0xa7,0xac,0xcc,0x85,0x7c,
|
||||
0xd0,0x56,0x4e,0x74,0x70,0x80,0xd7,0x1f,0xfa,0x4b,0x42,0xf7,0x2f,0x9a,0x57,0x8b,
|
||||
0x7a,0xd4,0x71,0xa3,0xa7,0xd4,0x65,0x73,0x59,0x7d,0xc9,0x27,0x78,0xf9,0x8e,0x5b,
|
||||
0xc6,0x5f,0x53,0x39,0x9c,0x6c,0x7e,0xfa,0xd1,0x31,0x09,0x1c,0x0e,0xeb,0xb4,0xb7,
|
||||
0x47,0xd1,0x75,0xf3,0xe0,0x69,0x07,0xb9,0xc5,0x73,0xc8,0x2d,0x9e,0xc3,0xdc,0xda,
|
||||
0x15,0xc3,0x83,0x8e,0x2c,0x43,0x41,0x81,0x83,0xfc,0x7c,0x07,0x8a,0x32,0x2b,0xce,
|
||||
0x52,0x55,0x62,0x0d,0x9c,0x19,0x88,0xcd,0xf4,0x0d,0xdd,0x6e,0x99,0xb2,0x32,0x17,
|
||||
0x73,0xca,0x5c,0xc8,0x09,0xca,0xee,0xe0,0xa0,0x4e,0x4b,0x4b,0x04,0xe3,0xa0,0x7d,
|
||||
0xdb,0x57,0xfe,0x76,0x37,0x3d,0xcd,0xda,0xb8,0xe7,0xeb,0xd1,0x30,0xe7,0x7e,0xee,
|
||||
0x1b,0x38,0x0f,0xb2,0x3a,0x9b,0xa6,0xc9,0x89,0xef,0xfb,0x30,0x39,0x45,0x89,0x85,
|
||||
0x31,0x6f,0xbc,0xf3,0x56,0x9a,0x9b,0x46,0x7b,0x8c,0x85,0x42,0x3a,0xad,0xad,0x91,
|
||||
0x43,0xc9,0x7b,0xd8,0xf6,0x4b,0x54,0x56,0x7a,0xf0,0xf9,0x9c,0xb3,0x45,0xde,0x59,
|
||||
0x79,0xef,0x82,0xc0,0xd3,0x83,0xc6,0xd9,0xba,0xb1,0xd7,0xab,0x50,0x5e,0xee,0x49,
|
||||
0x78,0x3b,0x34,0x1a,0x35,0x68,0x6f,0x8b,0xda,0x9a,0x77,0x90,0xe7,0xee,0xfc,0x3d,
|
||||
0x4f,0xdf,0xf2,0x0b,0xc6,0xde,0xa1,0x1d,0xbd,0xce,0x3c,0xa5,0xfe,0x5a,0xe6,0xaf,
|
||||
0x1c,0x7b,0x8b,0x3b,0xaf,0xa8,0x98,0xcb,0xbe,0xf7,0xcb,0xc4,0x84,0xc2,0xe5,0xe6,
|
||||
0xae,0xef,0x7e,0x69,0x38,0x38,0x21,0x12,0x31,0x68,0x6f,0x8f,0x24,0x1c,0xcb,0x9c,
|
||||
0x93,0x63,0xb5,0xd9,0xe1,0x98,0x75,0x17,0xe5,0x6d,0x82,0xc0,0x99,0x81,0x37,0x81,
|
||||
0xce,0xd9,0xba,0xb9,0xcb,0x2d,0x53,0x56,0x9a,0xf8,0x5e,0xec,0x60,0x58,0x67,0xef,
|
||||
0xce,0xfd,0xdc,0xf6,0xd5,0x7a,0x9e,0xb9,0x35,0x01,0xd2,0x99,0x26,0xab,0x2e,0xf9,
|
||||
0x38,0xa7,0x5c,0x7e,0xe5,0x11,0x8d,0x68,0x35,0x4b,0x8f,0xe6,0xc3,0x3f,0xbd,0x25,
|
||||
0xa1,0x7d,0xe1,0x81,0x8e,0x56,0x7e,0x77,0xd5,0xc5,0xbc,0xf1,0xe4,0xdf,0x93,0x22,
|
||||
0xaf,0xd3,0x69,0xcd,0x3c,0x52,0x24,0x77,0xdf,0x13,0x82,0xc0,0x19,0x80,0xfa,0x3a,
|
||||
0xdf,0x20,0xf0,0x7f,0xb3,0xf9,0x0c,0xde,0x5c,0x05,0xaf,0x37,0xf1,0x5d,0xac,0x17,
|
||||
0xef,0xf9,0x23,0x6d,0x4d,0x6f,0x8f,0xfb,0x3d,0x23,0x36,0xc8,0xb1,0x1f,0xfa,0x2a,
|
||||
0xab,0x2f,0xb9,0x66,0xd8,0x30,0x76,0x24,0xf8,0x8f,0x39,0x81,0xf3,0xbe,0xfd,0xbf,
|
||||
0x14,0xaa,0xcb,0xc7,0xfd,0xae,0x24,0x2b,0xfc,0xf5,0x07,0x5f,0xb4,0x3c,0xaa,0x12,
|
||||
0x44,0x69,0xe9,0xa1,0x6b,0xf8,0x59,0xc2,0xa3,0xf5,0x75,0xbe,0x80,0x20,0x70,0xe6,
|
||||
0xe0,0xc7,0xc0,0xac,0x26,0x4b,0xf3,0xf9,0x12,0x34,0x84,0x4b,0x12,0x3b,0x9f,0xb9,
|
||||
0x7b,0x3c,0xb5,0xcb,0x9c,0x65,0x27,0x71,0xfe,0xf7,0xef,0x66,0xf9,0x19,0x97,0xd0,
|
||||
0xd7,0x6f,0x12,0x0e,0xeb,0xe3,0x5e,0xba,0xa3,0x23,0x42,0x41,0xc5,0x02,0xce,0xfd,
|
||||
0xda,0x7f,0x73,0xfc,0x15,0xd7,0xe1,0xf0,0x1c,0x39,0x88,0x47,0x72,0x78,0x08,0xf5,
|
||||
0x24,0x36,0x79,0xf1,0xe6,0x28,0xb8,0xdd,0x29,0x21,0x52,0x71,0xac,0x4c,0x1e,0x19,
|
||||
0x8f,0xac,0x49,0xa9,0x53,0x5f,0xe7,0x6b,0x6d,0x68,0x0a,0x5e,0x03,0xfc,0x79,0xd6,
|
||||
0xa6,0xd2,0x2e,0x19,0xb7,0x5b,0x26,0x12,0x31,0xc6,0x9d,0x12,0xcf,0x3d,0x6a,0x3d,
|
||||
0xfb,0x5e,0x7b,0x72,0xf4,0xc7,0x86,0x81,0xac,0x28,0xf8,0xd7,0xbf,0x8f,0x85,0x27,
|
||||
0xbd,0x87,0x39,0x0b,0x96,0x8d,0x8a,0x6e,0xea,0xec,0x8c,0x51,0x59,0xa9,0x1c,0x76,
|
||||
0xfa,0x1a,0x0a,0xe9,0x84,0x42,0x16,0xc9,0x1d,0xee,0x1c,0x96,0x6e,0x78,0x3f,0xf3,
|
||||
0x57,0x9d,0xce,0x9e,0xb7,0x5e,0x62,0xdb,0xb3,0x0f,0xd2,0xf1,0xee,0xf3,0xc8,0xee,
|
||||
0xd1,0x84,0xce,0xaf,0xa8,0xc5,0x57,0xae,0x26,0xd4,0xbe,0xfc,0x82,0x94,0x11,0xa7,
|
||||
0x1f,0xd6,0xd7,0xf9,0x36,0x65,0x83,0x5c,0x67,0x5d,0x20,0x74,0x43,0x53,0xf0,0x87,
|
||||
0xb3,0x39,0x3a,0xf7,0xf4,0xc4,0xe8,0xee,0x1e,0xdf,0x38,0x3a,0xd8,0xd3,0xc5,0xee,
|
||||
0x57,0x1f,0xa1,0xb7,0x65,0x07,0xb2,0xa7,0x08,0x77,0xfe,0x1c,0x4a,0xd4,0x3a,0x8a,
|
||||
0xaa,0x16,0xe0,0xc9,0x2b,0x3c,0xec,0x79,0x65,0x65,0x2e,0x72,0x73,0xc7,0x26,0x52,
|
||||
0xf3,0xbe,0x30,0xd1,0xd8,0xd8,0x83,0x87,0xa1,0xc7,0xe9,0xef,0x68,0xa1,0x73,0xcf,
|
||||
0x36,0xba,0xf6,0xec,0x20,0xbf,0x40,0xa6,0xb8,0xa2,0x8a,0xfc,0x9a,0x13,0x70,0xe7,
|
||||
0x8f,0xef,0x84,0x21,0x49,0x30,0x6f,0x9e,0x37,0x15,0xd6,0xbe,0xf7,0x02,0x1f,0xac,
|
||||
0xaf,0xf3,0xe9,0x82,0xc0,0x99,0x49,0x60,0x19,0x2b,0xa8,0xe1,0xda,0xd9,0xb8,0x7f,
|
||||
0x38,0x6c,0x6d,0x15,0x25,0x82,0xe2,0x62,0x27,0xf9,0xf9,0x0e,0x42,0x21,0x6b,0xff,
|
||||
0x35,0x11,0x78,0x3c,0x32,0xe5,0xe5,0x9e,0x49,0xdd,0xd7,0xe9,0x94,0xa9,0xaa,0xf2,
|
||||
0x60,0x9a,0xb0,0x7b,0x77,0x28,0x21,0x03,0x56,0x4e,0x8e,0xcc,0xdc,0xb9,0xb3,0x9e,
|
||||
0xd3,0xfe,0x41,0xe0,0xb2,0x6c,0x4a,0x45,0x9b,0x75,0xf1,0xc0,0xf5,0x75,0x3e,0xa3,
|
||||
0xbe,0xce,0xf7,0x15,0xac,0xac,0x93,0x33,0x5e,0x84,0x2b,0xa9,0x3d,0x51,0x3b,0x2c,
|
||||
0x30,0x27,0x47,0x49,0x58,0xb3,0x85,0xc3,0xc6,0x98,0x7b,0xb5,0x03,0x03,0x89,0x2b,
|
||||
0x24,0xaf,0x57,0x9e,0x40,0xbb,0x66,0x5d,0x94,0x6e,0x04,0x3e,0x90,0x6d,0x79,0xa4,
|
||||
0xb3,0x36,0xa5,0x4e,0x7d,0x9d,0xef,0xe7,0xc0,0x59,0xc0,0x8c,0xd6,0xe8,0x49,0x2a,
|
||||
0x7d,0xb2,0x4d,0x5a,0x59,0x96,0x70,0xb9,0x12,0x7f,0x55,0xe1,0xc1,0x43,0xc9,0x3a,
|
||||
0x38,0x98,0x38,0x81,0x3d,0x1e,0x25,0x9d,0x5e,0x65,0x2f,0x70,0x45,0x7d,0x9d,0xef,
|
||||
0xf3,0xd9,0x32,0x6d,0x16,0x04,0x3e,0x40,0xe2,0xa7,0x81,0x15,0x40,0x03,0xc9,0xd4,
|
||||
0xe0,0x9c,0x05,0x24,0x63,0xdd,0x0d,0x1f,0x64,0x24,0x8b,0xc7,0xcd,0x84,0x3d,0xa8,
|
||||
0x24,0x89,0xa4,0x06,0x8b,0x59,0xc6,0xdf,0x81,0x15,0xf5,0x75,0xbe,0x3f,0x67,0xab,
|
||||
0x0c,0x67,0x7d,0x56,0xca,0xfa,0x3a,0x5f,0x4f,0x7d,0x9d,0xef,0x53,0x58,0xd5,0x04,
|
||||
0x5f,0x4c,0xd5,0xe7,0x74,0x39,0x13,0x7f,0x55,0xd1,0xe8,0x41,0x04,0x8e,0x19,0x09,
|
||||
0x6b,0x7e,0x59,0x96,0x26,0xe8,0xfa,0x38,0xa3,0xe3,0x5f,0x23,0x70,0x71,0x7d,0x9d,
|
||||
0xef,0xfc,0x6c,0xaf,0xd8,0x20,0xf2,0x42,0x1f,0x20,0xf2,0x4b,0xc0,0x3a,0xe0,0x7d,
|
||||
0xc0,0x6b,0xa9,0xf6,0x7c,0xc9,0xb8,0x25,0xc6,0xe3,0xe6,0x11,0xff,0x4e,0xe6,0x3e,
|
||||
0x29,0x56,0x0e,0x75,0x27,0x56,0x3a,0xd9,0x63,0xea,0xeb,0x7c,0x0f,0x0a,0xa9,0x15,
|
||||
0xa5,0x55,0x0e,0x26,0xb1,0x09,0x3c,0xd0,0xd0,0x14,0xfc,0x1b,0x70,0x06,0xf0,0x75,
|
||||
0xe0,0x34,0x52,0xc0,0x5a,0x2f,0x27,0xa1,0x15,0x4d,0x73,0x28,0x2f,0x96,0xf5,0xb7,
|
||||
0x6e,0x98,0xd3,0x32,0x50,0xcc,0x20,0xde,0x00,0x7e,0x0a,0xdc,0x53,0x5f,0xe7,0x8b,
|
||||
0x09,0x49,0x15,0x04,0x1e,0x8f,0xc8,0x3a,0xf0,0x38,0xf0,0x78,0x43,0x53,0x70,0x19,
|
||||
0xf0,0x19,0xac,0xd2,0x1e,0x65,0xb3,0xf5,0x4c,0xc9,0x28,0x42,0xd3,0x34,0x31,0x4d,
|
||||
0x73,0x58,0x7b,0x1a,0xc9,0x64,0xa5,0x4c,0x9d,0xd7,0xd0,0x8b,0xb5,0x2d,0x74,0x73,
|
||||
0x7d,0x9d,0xef,0x45,0x21,0x95,0x82,0xc0,0x13,0x25,0xf3,0xbb,0xc0,0x17,0x1b,0x9a,
|
||||
0x82,0xdf,0xc0,0x4a,0x45,0xfb,0x11,0xac,0xec,0x1e,0xb9,0x33,0x40,0xdb,0x29,0x59,
|
||||
0x62,0xa6,0x51,0x45,0xc4,0x18,0xf0,0x14,0x96,0xb7,0xdc,0x83,0xa2,0x4e,0xb0,0x20,
|
||||
0xf0,0x54,0x12,0x79,0xd0,0xd6,0x08,0x0f,0xda,0x55,0x00,0xce,0xc1,0xaa,0xd3,0xf3,
|
||||
0x5e,0x60,0x5a,0x4a,0x28,0x4c,0x66,0xf9,0x39,0x51,0xd2,0x9a,0x33,0x3f,0x48,0x84,
|
||||
0xec,0xd9,0xce,0x83,0xc0,0x43,0xf5,0x75,0xbe,0x0e,0x21,0x6d,0x82,0xc0,0xd3,0x4d,
|
||||
0xe6,0x7e,0x2c,0x97,0xbd,0x7b,0xed,0xba,0x3c,0x27,0xda,0xda,0xf9,0x2c,0xac,0x04,
|
||||
0xe3,0xf9,0xa2,0x97,0x0e,0x8b,0x41,0xac,0xea,0x8f,0x4f,0xd8,0xc4,0x7d,0x56,0x14,
|
||||
0xf1,0x16,0x04,0x9e,0x4d,0x32,0x9b,0xc0,0x4b,0xf6,0xf1,0x3d,0xbb,0x6c,0xcb,0x4a,
|
||||
0xac,0x6d,0xa9,0x93,0xed,0xdf,0x27,0x5d,0xf2,0x23,0x8d,0xeb,0x82,0xb7,0x03,0x6f,
|
||||
0x61,0x6d,0xd1,0xbd,0x00,0xbc,0x26,0xb4,0xac,0x20,0x70,0x2a,0x13,0xba,0x17,0x78,
|
||||
0xd6,0x3e,0x68,0x68,0x0a,0x3a,0xb1,0x8c,0x5f,0xab,0x80,0x95,0xa6,0x61,0x1e,0x27,
|
||||
0xcb,0xd2,0x29,0x86,0x61,0xce,0x58,0x9a,0xc6,0x99,0x58,0x03,0xcb,0xd6,0x7c,0x7f,
|
||||
0x8f,0x4d,0xd6,0x37,0xed,0xe3,0x15,0x60,0x7f,0x7d,0x9d,0x2f,0x22,0x24,0x43,0x10,
|
||||
0x38,0x5d,0x09,0x1d,0x03,0x9a,0x81,0xbf,0xda,0x07,0x00,0x37,0xfc,0xab,0xbd,0x20,
|
||||
0x12,0xd1,0x57,0xc6,0x62,0xe6,0x3c,0x49,0x62,0x85,0xae,0x9b,0x95,0xb2,0x2c,0x1d,
|
||||
0x6d,0x18,0xe6,0x5c,0x7b,0x0a,0xee,0x65,0x16,0x8c,0xc2,0x63,0x91,0x7d,0xc8,0x98,
|
||||
0x0d,0x0c,0x28,0x8a,0xd4,0x27,0x4b,0xd2,0x5e,0x24,0xb6,0x28,0x8a,0xa4,0x29,0x8a,
|
||||
0xb4,0x25,0x37,0x57,0xd9,0x59,0x50,0xe0,0x7c,0xfb,0xe3,0xf3,0x0b,0x42,0xe2,0x8d,
|
||||
0x0b,0x02,0x67,0x05,0xbe,0xb6,0xa6,0x6c,0x48,0x53,0x1f,0x82,0x9f,0x6f,0x6c,0xf7,
|
||||
0x85,0xc3,0x46,0x99,0x2c,0xe3,0xb1,0xb5,0xf7,0x5c,0xd3,0x64,0xae,0x24,0x51,0x25,
|
||||
0xcb,0x52,0x0d,0x50,0x62,0x9a,0xe4,0x9a,0xa6,0xe9,0xb0,0x89,0x5e,0x20,0x49,0x92,
|
||||
0x17,0x70,0x03,0x4e,0x49,0xc2,0x01,0x0c,0xd8,0x03,0x80,0x64,0x9a,0xe4,0x8d,0x20,
|
||||
0x22,0x58,0x41,0x1c,0x11,0x7b,0x3d,0xda,0x63,0x9a,0xf4,0x4a,0x12,0x51,0x59,0x96,
|
||||
0x06,0x24,0x89,0x56,0x40,0xb3,0xa7,0xbe,0xed,0x1e,0x8f,0xdc,0x63,0x18,0x68,0x1e,
|
||||
0x8f,0xdc,0x5f,0x5c,0xec,0x6a,0xfd,0xe4,0xc2,0xc2,0x7e,0xf1,0xf6,0x52,0x07,0x92,
|
||||
0xe8,0x82,0xf4,0xc6,0xff,0xed,0xee,0x97,0x3a,0xda,0xc3,0x8e,0x78,0xdc,0x54,0x0c,
|
||||
0xc3,0x54,0x4c,0x13,0xc9,0x34,0x91,0x8a,0x8b,0x9d,0xba,0xed,0x12,0x29,0xb5,0xb5,
|
||||
0x46,0x94,0xc1,0xb0,0x2e,0xcb,0xb2,0x64,0xca,0x32,0xc8,0xb2,0x64,0xc8,0x32,0x86,
|
||||
0x24,0x49,0xba,0x2c,0x4b,0xb1,0x6f,0x9c,0x3c,0x47,0x17,0x3d,0x29,0x20,0x20,0x20,
|
||||
0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x90,0x05,0xf8,0xff,0xbd,0xee,0x3d,0x8e,0x97,
|
||||
0x10,0x8f,0xe6,0x00,0x00,0x00,0x00,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82};
|
||||
@@ -0,0 +1,126 @@
|
||||
// Created with image_to_c
|
||||
// https://github.com/bitbank2/image_to_c
|
||||
//
|
||||
// octocat_4bpp
|
||||
// Data size = 1808 bytes
|
||||
//
|
||||
// PNG, Compression=Flate, Size: 240 x 200, 8-Bpp
|
||||
//
|
||||
// for non-Arduino builds...
|
||||
#ifndef PROGMEM
|
||||
#define PROGMEM
|
||||
#endif
|
||||
const uint8_t octocat_4bpp[] PROGMEM = {
|
||||
0x89,0x50,0x4e,0x47,0x0d,0x0a,0x1a,0x0a,0x00,0x00,0x00,0x0d,0x49,0x48,0x44,0x52,
|
||||
0x00,0x00,0x00,0xf0,0x00,0x00,0x00,0xc8,0x08,0x03,0x00,0x00,0x00,0xe1,0xa2,0x9c,
|
||||
0x60,0x00,0x00,0x00,0x33,0x50,0x4c,0x54,0x45,0x40,0xcb,0xf9,0x00,0x00,0x00,0x22,
|
||||
0x1e,0x1d,0x2d,0x2d,0x2d,0x44,0x5c,0x67,0x6a,0x57,0x4d,0xad,0x5b,0x52,0xb7,0x74,
|
||||
0x6a,0xa2,0x84,0x73,0x6a,0x95,0xa8,0xc7,0x9e,0x8a,0x7b,0xbb,0xe4,0x85,0xbb,0xcc,
|
||||
0xdc,0xc3,0xc0,0x9c,0xd9,0xf1,0xf5,0xca,0xb3,0xff,0xff,0xff,0x9b,0x6c,0xe6,0xbe,
|
||||
0x00,0x00,0x00,0x01,0x74,0x52,0x4e,0x53,0x00,0x40,0xe6,0xd8,0x66,0x00,0x00,0x06,
|
||||
0x8b,0x49,0x44,0x41,0x54,0x78,0xda,0xed,0xdd,0xdb,0xb6,0x9b,0x20,0x10,0x00,0x50,
|
||||
0x04,0x8c,0x42,0x94,0xd3,0xff,0xff,0xda,0x7a,0x49,0x14,0x10,0x10,0x14,0x97,0x83,
|
||||
0x99,0x79,0x68,0x57,0x1b,0x49,0x67,0x67,0x00,0x11,0xcd,0x29,0x21,0x18,0x18,0x18,
|
||||
0x3f,0x1d,0x74,0x8e,0xe2,0xff,0x8d,0xc4,0x5c,0x2e,0x4c,0xe8,0xf2,0x7f,0xe0,0x38,
|
||||
0xf8,0x82,0x8c,0x2e,0x7e,0xfb,0xd3,0x19,0x65,0x4e,0xea,0xd2,0x37,0xcf,0x94,0x52,
|
||||
0xbe,0xac,0x2e,0x7c,0xeb,0xcc,0x59,0x65,0xc9,0xeb,0xb2,0x37,0xbe,0x24,0xaf,0xf3,
|
||||
0x99,0xd1,0xd2,0xc0,0xf4,0x9a,0x77,0xa5,0x60,0xbd,0xae,0xdc,0x62,0x8f,0x4d,0x7a,
|
||||
0x53,0x40,0x60,0x1a,0x79,0x98,0xdd,0x80,0x16,0x0b,0x9e,0xd2,0xa3,0x79,0x03,0x38,
|
||||
0x38,0x7f,0x20,0x18,0xc1,0x0f,0x03,0x53,0x04,0x23,0x18,0xc1,0x08,0xc6,0x59,0x1a,
|
||||
0xc1,0x08,0x46,0xf0,0xaf,0x80,0x09,0x82,0x1f,0xee,0x45,0x30,0x76,0x69,0x9c,0xa6,
|
||||
0xcb,0x16,0x53,0xfa,0x5b,0x62,0x4a,0x7f,0x4b,0x4c,0x11,0xfc,0x6c,0x31,0xa5,0xbf,
|
||||
0x25,0xa6,0x08,0x7e,0xb6,0x98,0x22,0xf8,0xd9,0x62,0x8a,0xe0,0x67,0x8b,0x29,0x82,
|
||||
0x11,0xfc,0x28,0x31,0x45,0x30,0x82,0x11,0x5c,0xb2,0x98,0x22,0x18,0xc1,0x63,0x54,
|
||||
0xf3,0xaf,0x55,0xec,0xe1,0xc3,0x91,0x6c,0x08,0x5a,0x95,0x07,0x66,0x75,0xdb,0xb6,
|
||||
0x72,0x8d,0x76,0x8c,0x7a,0x0c,0x36,0xc5,0x74,0xcc,0x14,0xd3,0x5f,0x4e,0x2f,0x4b,
|
||||
0xe3,0xf8,0xe1,0xc8,0x62,0xc0,0xb5,0x91,0xfb,0xf1,0x68,0xeb,0x22,0xc0,0x1f,0xee,
|
||||
0x9f,0x19,0xfb,0x3c,0x67,0x83,0x1a,0x3c,0x98,0xb5,0xdb,0xdc,0xb7,0xe1,0x36,0xba,
|
||||
0x0e,0x6b,0x19,0x6c,0x30,0x8b,0xe1,0x26,0x44,0xa8,0xc8,0x10,0xc0,0x75,0x5e,0xee,
|
||||
0x4c,0xae,0xe1,0x82,0x2f,0xf0,0x06,0xc4,0xf7,0x83,0xd9,0x15,0x5e,0xbf,0xf8,0x76,
|
||||
0xf0,0x30,0x5f,0xfd,0xfd,0x5d,0x23,0x66,0x20,0xc1,0xb6,0xf7,0xdf,0x14,0xe9,0xbe,
|
||||
0x6d,0x3b,0xd9,0x42,0x04,0xd7,0xd2,0x91,0x76,0x3a,0xd9,0xd9,0xce,0x29,0xbe,0x19,
|
||||
0xcc,0x7c,0xde,0x34,0xb1,0xa7,0x9d,0x6b,0x18,0xdf,0x0c,0x36,0x3b,0xf4,0xbf,0x7f,
|
||||
0xc7,0xc4,0xde,0x76,0x2d,0x34,0x30,0x0b,0x78,0xe3,0xc5,0xfe,0x76,0x8e,0x12,0xdf,
|
||||
0x0b,0x6e,0x1d,0x89,0xf7,0xb2,0x69,0x64,0x32,0x78,0x6d,0xb5,0x53,0xe2,0x7b,0xc1,
|
||||
0x8e,0x02,0xf7,0xaf,0x29,0xfa,0x78,0xb1,0xdd,0xca,0x28,0x31,0x03,0x05,0xae,0xb7,
|
||||
0xe0,0x4f,0xe6,0x73,0xee,0xd1,0x60,0xa3,0x95,0xd1,0xae,0x06,0x05,0x6e,0x1d,0x95,
|
||||
0x92,0xf2,0x93,0x7b,0x2c,0xb8,0x9f,0xbc,0xcd,0xda,0x2a,0xdc,0xa7,0x6f,0xdd,0xb5,
|
||||
0x6c,0x37,0x05,0x96,0xfd,0x52,0x2e,0x19,0x29,0x1e,0x0e,0x6b,0xc6,0xca,0x36,0x4b,
|
||||
0x2b,0xa3,0x4f,0x83,0x02,0x6f,0x7b,0xf4,0x54,0xa1,0xb4,0x12,0x4f,0x9f,0xd0,0xda,
|
||||
0xad,0xf7,0xfa,0xf4,0xad,0x60,0x47,0x8f,0xd6,0xc0,0x7d,0x1a,0x58,0xba,0x67,0x3b,
|
||||
0xd8,0x60,0xf9,0x6a,0xfa,0xfe,0x3b,0x1c,0x65,0x2c,0x78,0x68,0xd0,0xf4,0x72,0x6d,
|
||||
0x05,0x16,0xcc,0x36,0xe0,0xaf,0x75,0x8a,0x26,0x01,0x6c,0xb4,0x0a,0x81,0xef,0xbd,
|
||||
0x5d,0x6a,0x4d,0xb6,0x87,0xc0,0xfd,0x32,0x04,0x34,0x70,0x5f,0x0a,0xf8,0xf5,0x43,
|
||||
0xe0,0x9f,0xeb,0xd2,0x5b,0xb0,0x3c,0x04,0x96,0xa0,0xc0,0x64,0xe7,0x3c,0xdc,0xeb,
|
||||
0xa9,0x47,0x9f,0x96,0xa4,0xd5,0xca,0x68,0xc7,0xee,0x7d,0x6e,0x29,0x05,0x9c,0xb2,
|
||||
0xf0,0x30,0x5a,0x19,0xed,0xaa,0xeb,0xc1,0xf1,0xb7,0x2e,0xb7,0x4b,0xcb,0xc6,0x1c,
|
||||
0x8c,0xd1,0x4b,0x4b,0x73,0x08,0xeb,0x4b,0xcb,0x2a,0x3e,0x9d,0x83,0xce,0x84,0x4f,
|
||||
0xa3,0xde,0x4c,0xd3,0x7d,0x72,0x8f,0xfe,0xeb,0xed,0x56,0xe6,0x2e,0x4f,0x92,0x29,
|
||||
0xc5,0x70,0xa4,0xfc,0xdb,0x95,0xc7,0x3a,0x1e,0x65,0xca,0xe5,0xa1,0xd1,0x2a,0x70,
|
||||
0xb5,0x94,0x56,0x3c,0xdf,0x4b,0x27,0x3a,0xbc,0x63,0x03,0xa0,0x71,0x4f,0xb6,0x3b,
|
||||
0x1b,0x00,0x7a,0xab,0xc0,0x24,0x9d,0xde,0x69,0x33,0x8f,0x70,0xe7,0x16,0xcf,0x38,
|
||||
0x12,0xfb,0xe4,0x2d,0x9e,0xa5,0x95,0xd9,0xee,0xa6,0x93,0x92,0xf7,0x36,0x5a,0xe4,
|
||||
0x66,0xdc,0xd1,0x4d,0xbc,0xed,0xe5,0xf0,0xa5,0x78,0xf7,0x5b,0xfb,0xfb,0xf4,0xee,
|
||||
0x36,0xed,0x30,0x54,0x9b,0xa4,0x6d,0xda,0xe0,0x10,0xce,0x48,0x0f,0xbf,0x8f,0xbf,
|
||||
0xc4,0x7b,0x1b,0xf1,0xd3,0x79,0x27,0x61,0x23,0xde,0x5a,0x76,0xe4,0x99,0x76,0x1d,
|
||||
0x4d,0x0f,0x4f,0x5b,0x3b,0xb7,0x5a,0xa4,0x17,0xec,0x6b,0x27,0x93,0x3a,0x71,0x22,
|
||||
0x3b,0xfe,0xe8,0x40,0x89,0xc3,0x37,0xd3,0xa6,0x89,0x38,0xfa,0x66,0x9a,0x3d,0x47,
|
||||
0xe7,0x2b,0x19,0x49,0xed,0x10,0x81,0x12,0x87,0xef,0x80,0x36,0x9e,0x02,0xfb,0x8e,
|
||||
0x3f,0x3a,0x49,0xed,0x0d,0x80,0x33,0xb3,0x36,0xbb,0xe8,0xf6,0xf0,0xc1,0x02,0xef,
|
||||
0xa2,0xe9,0xe9,0xd3,0x54,0x7d,0x99,0xb7,0x3d,0x7d,0x16,0xa2,0x97,0x9c,0x98,0xaf,
|
||||
0x12,0xcb,0x5b,0xaf,0x0b,0x4f,0x8b,0x9b,0x66,0x9d,0xac,0xe3,0xbc,0x0c,0x92,0x37,
|
||||
0x5d,0xdc,0x2c,0xf3,0x73,0xf3,0x2a,0xd1,0x6b,0x8a,0x63,0x66,0xae,0xef,0x19,0xa9,
|
||||
0x79,0xc9,0x22,0xbd,0xe9,0x45,0x1e,0x16,0x1d,0x52,0xfa,0x56,0x97,0xd9,0xe7,0xab,
|
||||
0xeb,0x8b,0xdc,0x46,0xf4,0xea,0x71,0xa5,0x15,0x51,0x5f,0x59,0xc3,0xf4,0xda,0xdb,
|
||||
0x01,0x6d,0x04,0x25,0xf9,0x74,0x04,0xca,0xbb,0xb9,0x70,0xac,0xcf,0xaf,0x42,0xac,
|
||||
0x27,0x69,0x09,0xbc,0xd8,0x79,0x50,0x2d,0x51,0x5b,0x53,0xe0,0x5c,0xd7,0xf6,0xc0,
|
||||
0xf8,0xb0,0xf8,0x91,0x47,0x0d,0xdb,0xba,0xa2,0x25,0x78,0x9d,0x3b,0x22,0x6c,0xfc,
|
||||
0xfe,0x43,0x9c,0x7b,0xfe,0xb2,0xc3,0xad,0x4f,0xaf,0x64,0xdc,0x04,0xaa,0x28,0xfb,
|
||||
0x7c,0x9b,0xc3,0x11,0xe3,0xb7,0x3f,0x3c,0xdf,0x7e,0x81,0xe2,0xc9,0xb3,0x81,0x0f,
|
||||
0xf7,0x67,0x94,0x38,0x2c,0xb9,0xee,0x5a,0x00,0xd6,0x6a,0x10,0xde,0x89,0xc8,0x9d,
|
||||
0x96,0x82,0xad,0xba,0x82,0x77,0x5d,0x64,0x5e,0x25,0x5b,0x75,0x01,0x63,0x94,0xf1,
|
||||
0xe8,0xf4,0x2a,0x33,0x96,0xaf,0xde,0x19,0x01,0x7e,0x22,0xee,0x94,0x88,0x14,0x57,
|
||||
0x91,0x01,0x52,0xab,0x16,0xb2,0x50,0xaa,0xa2,0x09,0xde,0xc0,0x97,0x2c,0x21,0x8b,
|
||||
0xd5,0x5a,0x64,0xce,0xa3,0xc6,0x5c,0xd4,0xd7,0x4b,0xe1,0x8a,0x95,0xd2,0xbb,0xf5,
|
||||
0x30,0x94,0x73,0xcd,0x5a,0x40,0xc1,0xea,0x03,0x9e,0x1d,0x4c,0x29,0x9e,0xef,0x84,
|
||||
0x0c,0x52,0xbc,0x80,0x67,0x89,0x52,0x5d,0xce,0x15,0x08,0x40,0xb1,0x32,0xc5,0x62,
|
||||
0x6f,0xa6,0x4e,0x3c,0x0b,0x83,0x04,0x6f,0x2d,0x19,0xd7,0x1d,0xe0,0xc4,0x1a,0x78,
|
||||
0x9d,0xb8,0x32,0xae,0x2e,0x21,0xaf,0x3f,0xb4,0x89,0x2b,0xe3,0x72,0xba,0x08,0x70,
|
||||
0xe7,0xed,0xd5,0xf4,0x89,0x62,0xa1,0xfc,0x17,0x12,0x8f,0x04,0xfb,0x67,0xae,0xe0,
|
||||
0x35,0x51,0x41,0xd7,0x4b,0x0e,0x12,0x13,0x82,0x6d,0xff,0x27,0xb0,0xea,0xb9,0x60,
|
||||
0x31,0x0d,0x64,0x6a,0xfc,0x37,0x60,0x42,0xf1,0xe7,0x81,0x97,0x53,0x53,0xa7,0xba,
|
||||
0xa1,0xc4,0x42,0x4c,0x46,0x3e,0xfd,0xd6,0x59,0x60,0xe2,0x07,0x93,0x72,0xc0,0x4b,
|
||||
0xaa,0xe3,0xa5,0x13,0x57,0xe3,0xda,0x7a,0xf9,0x4d,0x58,0xb7,0x0e,0x22,0xc1,0x05,
|
||||
0xed,0xcb,0x0e,0x75,0xfe,0x82,0x19,0xb5,0xc7,0x70,0x10,0x5c,0x52,0x89,0xcd,0x5b,
|
||||
0x87,0xf3,0xcf,0x15,0xe2,0x8c,0xda,0x60,0xf2,0x1c,0x30,0xd9,0xf9,0xf9,0x52,0xcf,
|
||||
0x03,0x93,0x9f,0x03,0x93,0xf3,0x60,0x52,0x16,0xd8,0x43,0x7e,0x32,0xd8,0x49,0xae,
|
||||
0x4c,0xc4,0xc3,0xc0,0x0e,0x33,0x79,0x3a,0x38,0xf0,0x09,0x20,0x18,0xc1,0x08,0x46,
|
||||
0x30,0x82,0x11,0x8c,0x60,0x04,0x23,0x18,0xc1,0x08,0xce,0x05,0x66,0xcf,0x06,0x2f,
|
||||
0x1b,0xd7,0xdf,0x27,0x80,0x14,0x33,0x5e,0x54,0x3f,0x07,0x5e,0xaf,0x9d,0x79,0xa9,
|
||||
0x5a,0x83,0x98,0x00,0x16,0x4a,0xbf,0x09,0x5d,0x8a,0x75,0x8a,0x13,0x60,0x55,0x8e,
|
||||
0x5a,0xad,0x71,0x16,0x5c,0x00,0xda,0xc8,0x35,0x0b,0x18,0xb2,0xd9,0x4e,0x34,0x17,
|
||||
0x18,0xa8,0xd9,0x91,0x66,0x3e,0x30,0x38,0xb3,0x3b,0xc7,0xac,0x60,0x48,0x64,0x5f,
|
||||
0x86,0x29,0xe0,0xf5,0x8f,0x4c,0x29,0xd8,0x64,0x7f,0x7e,0xc2,0x10,0x86,0xc1,0xdc,
|
||||
0x78,0x11,0x32,0x39,0x90,0x9d,0x59,0xb5,0x30,0x58,0xfb,0x70,0xb8,0x02,0x2c,0x0e,
|
||||
0xe5,0x66,0x19,0xc2,0x60,0xeb,0x55,0xa8,0xe4,0x50,0x62,0x1d,0x33,0x09,0x61,0xb0,
|
||||
0xfe,0xe7,0x60,0x89,0x6f,0x15,0xc7,0x7a,0xb9,0xda,0x07,0x6b,0xfd,0x01,0xac,0x38,
|
||||
0xd8,0x9f,0x99,0xf9,0xec,0xc7,0x2e,0xd8,0x78,0xe6,0x87,0x83,0xec,0xd5,0x21,0x2e,
|
||||
0xa7,0xb6,0x77,0x17,0x6c,0x88,0x99,0xe8,0xe0,0x89,0xfd,0xf9,0x18,0x0f,0x68,0x7d,
|
||||
0xab,0x65,0x81,0xf9,0xb6,0x07,0x0b,0xba,0xfd,0x98,0x00,0x81,0xa3,0xa6,0xe7,0xa1,
|
||||
0x54,0x8e,0x65,0x08,0x53,0x4e,0xb0,0xea,0x38,0x05,0x7c,0x76,0x8a,0x01,0x73,0xf1,
|
||||
0x76,0xad,0xbb,0xb8,0xf9,0xa9,0x68,0x6b,0xab,0x37,0x67,0xbb,0x4b,0x4c,0x78,0xe0,
|
||||
0x61,0x08,0x0f,0x21,0x84,0x78,0x8f,0xe1,0xa8,0xbb,0xef,0xc4,0x3b,0x1d,0xff,0x1e,
|
||||
0x1a,0x8e,0xcd,0x55,0x41,0xe0,0x6f,0xea,0x9f,0x70,0xad,0xbb,0x5c,0x7d,0xda,0xd1,
|
||||
0x08,0x92,0x78,0x27,0x23,0x3b,0x79,0xb1,0x29,0xa8,0xb5,0x30,0x51,0x09,0x5c,0x88,
|
||||
0x60,0x2b,0x7f,0xb1,0x39,0x0b,0x19,0xb3,0x58,0x07,0xdf,0xbb,0x0b,0xd6,0x05,0x9d,
|
||||
0x6b,0x4e,0x36,0x16,0x63,0x22,0xc9,0x0b,0x1e,0xcc,0x75,0x99,0x7b,0x39,0x96,0xe4,
|
||||
0x85,0x76,0x22,0xde,0x88,0x99,0x76,0x9e,0x7a,0xeb,0xaf,0xaf,0x64,0x01,0xbd,0xc0,
|
||||
0x49,0xa3,0x98,0xaf,0x5c,0x0d,0x34,0x9f,0x84,0xe6,0xd7,0x18,0xfc,0x02,0x27,0x95,
|
||||
0x78,0x3a,0xb3,0x5a,0x22,0xfd,0x45,0xf1,0x2e,0xa0,0xc0,0x29,0x25,0x36,0x87,0xf4,
|
||||
0x66,0x8c,0x3b,0x5e,0x05,0xba,0x05,0x70,0x02,0xfc,0x3e,0x0a,0x86,0xbb,0xc7,0x13,
|
||||
0x0d,0x56,0x09,0x60,0xc8,0x9b,0x78,0x5e,0xf0,0xfb,0x38,0x18,0xf6,0x3e,0x6d,0x48,
|
||||
0x78,0x08,0x0c,0x7d,0x27,0x3e,0x33,0x18,0xfe,0xbd,0x96,0xac,0xe0,0x02,0x6e,0xa6,
|
||||
0xa9,0x48,0x61,0x0c,0xb8,0x8c,0xfb,0xa5,0xb9,0xc0,0x04,0x6e,0x5c,0x00,0x26,0xe0,
|
||||
0x23,0x27,0x98,0x94,0x12,0x39,0xc0,0xa4,0xb8,0x38,0x0e,0x26,0x05,0x47,0x22,0x98,
|
||||
0x3c,0x28,0x02,0x60,0x82,0x81,0x81,0x81,0x11,0x15,0xff,0x01,0xc2,0xdf,0x07,0x33,
|
||||
0x2f,0x2c,0x60,0x6f,0x00,0x00,0x00,0x00,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82};
|
||||
@@ -0,0 +1,809 @@
|
||||
// Created with image_to_c
|
||||
// https://github.com/bitbank2/image_to_c
|
||||
//
|
||||
// octocat_optimized
|
||||
// Data size = 12735 bytes
|
||||
//
|
||||
// PNG, Compression=Flate, Size: 240 x 200, 32-Bpp
|
||||
//
|
||||
// for non-Arduino builds...
|
||||
#ifndef PROGMEM
|
||||
#define PROGMEM
|
||||
#endif
|
||||
const uint8_t octocat_optimized[] PROGMEM = {
|
||||
0x89,0x50,0x4e,0x47,0x0d,0x0a,0x1a,0x0a,0x00,0x00,0x00,0x0d,0x49,0x48,0x44,0x52,
|
||||
0x00,0x00,0x00,0xf0,0x00,0x00,0x00,0xc8,0x08,0x06,0x00,0x00,0x00,0xd6,0x7c,0x6c,
|
||||
0x52,0x00,0x00,0x00,0x06,0x62,0x4b,0x47,0x44,0x00,0xff,0x00,0xff,0x00,0xff,0xa0,
|
||||
0xbd,0xa7,0x93,0x00,0x00,0x20,0x00,0x49,0x44,0x41,0x54,0x78,0xda,0xed,0x9d,0x77,
|
||||
0x78,0x1c,0xd5,0xb9,0xff,0x3f,0x33,0xb3,0x4d,0xab,0xb6,0x6a,0xb6,0xaa,0x67,0x6d,
|
||||
0xd9,0x72,0x05,0x0c,0xd8,0x18,0xb0,0x0d,0xa6,0x07,0x08,0x25,0x09,0x10,0x12,0xd2,
|
||||
0x08,0x4a,0xc2,0x25,0x9d,0x24,0xa4,0x91,0x9b,0x9b,0x5f,0xca,0x4d,0x42,0x92,0x9b,
|
||||
0xe4,0x92,0x0b,0x09,0xe2,0x86,0x70,0x93,0x00,0xa1,0x27,0x10,0x6a,0x42,0x2f,0xc1,
|
||||
0x80,0x01,0x03,0x96,0xe5,0xb6,0xe3,0x22,0xab,0x6b,0xd5,0x56,0xdb,0x66,0xe6,0xf7,
|
||||
0xc7,0x8c,0x64,0xc9,0x96,0xad,0x5d,0xd5,0x2d,0xe7,0xfb,0x3c,0xf3,0x48,0x5a,0xed,
|
||||
0x94,0x73,0xe6,0xfd,0x9e,0xf7,0x9c,0xf7,0xbc,0x05,0x04,0x04,0x04,0x04,0x04,0x04,
|
||||
0x04,0x04,0x04,0x04,0x04,0x92,0x80,0x94,0xed,0x1d,0xe0,0x57,0x55,0x2f,0xe0,0xb4,
|
||||
0xfb,0x42,0x97,0x24,0x29,0xba,0x2b,0x10,0x88,0x08,0xd1,0x98,0x5d,0xcc,0xf7,0xfb,
|
||||
0x5d,0xa6,0x69,0xba,0x00,0x87,0xfd,0x51,0x5c,0x51,0x94,0xd0,0x8e,0x9d,0x3b,0x0d,
|
||||
0xd1,0x3b,0x82,0xc0,0x43,0xe4,0x3d,0x0b,0xb8,0x17,0xc8,0x1f,0x12,0x12,0xa0,0x03,
|
||||
0xd8,0x03,0xbc,0x09,0xbc,0x0c,0x3c,0x1b,0xd0,0xb4,0x6d,0x42,0x54,0xa6,0xfd,0x5d,
|
||||
0x54,0x03,0x6b,0xed,0x63,0x25,0x30,0x1f,0x28,0x03,0xdc,0xf6,0x57,0x06,0x81,0xff,
|
||||
0x08,0x68,0xda,0x4f,0x45,0x6f,0x09,0x02,0x0f,0x09,0xcd,0xdd,0xc0,0x25,0xe3,0x7c,
|
||||
0x4d,0x07,0x76,0x01,0xf7,0x03,0x77,0x06,0x34,0xed,0x75,0x21,0x36,0x53,0xd6,0xff,
|
||||
0xf3,0x81,0x0f,0xd9,0xef,0x60,0x39,0xe0,0x1a,0xe7,0x94,0x00,0xb0,0x20,0xa0,0x69,
|
||||
0xa6,0xe8,0xbd,0x2c,0x27,0xb0,0x5f,0x55,0xf3,0x6d,0x6d,0xeb,0x4a,0xf2,0xd4,0x77,
|
||||
0x80,0xdf,0x01,0xb7,0x07,0x34,0x2d,0x28,0x44,0x28,0xe9,0x7e,0xf7,0x00,0xef,0x03,
|
||||
0xae,0x06,0x4e,0x99,0xc0,0x25,0xd6,0x06,0x34,0xed,0x45,0xd1,0x93,0x16,0xe4,0x2c,
|
||||
0x6e,0xfb,0x85,0x13,0x20,0x2f,0xb6,0xa6,0xf8,0x15,0xb0,0xc7,0xaf,0xaa,0x37,0xfa,
|
||||
0x55,0x75,0xa1,0x10,0xa3,0x84,0x88,0x5b,0xe6,0x57,0xd5,0xef,0x00,0x3b,0x81,0x3f,
|
||||
0x4f,0x90,0xbc,0x24,0x30,0x63,0x12,0x1a,0x38,0x4b,0x04,0xea,0x2f,0xc0,0xa5,0x53,
|
||||
0x70,0xa9,0x28,0x70,0x0f,0xf0,0xff,0x02,0x9a,0xb6,0x55,0x88,0xd4,0xa1,0xc4,0x05,
|
||||
0xbe,0x0e,0x7c,0x7a,0x84,0xad,0x61,0x32,0xd8,0x0a,0x2c,0x0f,0x68,0x9a,0x2e,0x7a,
|
||||
0x37,0x4b,0x09,0xec,0x57,0x55,0x07,0xb0,0x1f,0x28,0x9d,0xc2,0xcb,0xea,0xc0,0x1f,
|
||||
0x80,0xef,0x06,0x34,0x6d,0xaf,0x20,0xae,0x5a,0x00,0x7c,0x15,0xb8,0x16,0xc8,0x9d,
|
||||
0xe2,0xcb,0x2f,0x08,0x68,0xda,0x2e,0x41,0xdf,0xec,0x9d,0x42,0x1f,0x35,0xc5,0xe4,
|
||||
0x05,0x50,0x80,0x4f,0x02,0x4d,0x7e,0x55,0xfd,0x81,0xbd,0xc6,0xce,0xca,0xc1,0xd1,
|
||||
0xaf,0xaa,0x9f,0x01,0xb6,0x01,0xdf,0x99,0x06,0xf2,0x02,0x9c,0x2e,0xa8,0x6b,0xc1,
|
||||
0x91,0xa5,0xed,0x3e,0x79,0x1a,0xaf,0x9d,0x03,0x7c,0x1b,0xf8,0x84,0x5f,0x55,0xaf,
|
||||
0x0b,0x68,0xda,0x9f,0xa7,0x91,0x2c,0x25,0x40,0x89,0x3d,0x35,0xcd,0xb3,0x0f,0x8f,
|
||||
0xfd,0x5e,0x1d,0xf6,0xa0,0x12,0xb3,0x67,0x07,0x31,0x60,0x00,0x08,0x01,0x7d,0x40,
|
||||
0x37,0xd0,0x15,0xd0,0xb4,0xfe,0x29,0x7c,0x9e,0xf5,0xc0,0x7f,0x03,0xc7,0x4c,0xf3,
|
||||
0xfb,0x3b,0x09,0xb8,0x55,0xd0,0x37,0x7b,0x09,0xbc,0x7a,0x06,0xee,0x51,0x05,0xfc,
|
||||
0xc9,0xaf,0xaa,0x57,0x01,0x57,0x27,0xb3,0x97,0xec,0x57,0x55,0x09,0x6b,0xff,0xb3,
|
||||
0x1a,0x58,0x0a,0x2c,0x02,0xfc,0x40,0x0d,0xa0,0xda,0x9f,0x17,0x8f,0x98,0x41,0x25,
|
||||
0xbb,0x14,0x1a,0xda,0x86,0x31,0xfd,0xaa,0x1a,0x03,0x9a,0x81,0xbd,0x58,0xfb,0xdf,
|
||||
0x3b,0x81,0x1d,0x40,0x13,0xb0,0x05,0xe8,0x0b,0x68,0x5a,0x3c,0x81,0x81,0xe4,0x67,
|
||||
0xc0,0xc7,0x67,0x68,0x59,0x76,0x82,0xa0,0x6e,0x76,0xaf,0x81,0x5f,0x07,0x8e,0x9d,
|
||||
0xc1,0x5b,0x86,0x81,0xef,0x01,0x3f,0x0f,0x68,0x5a,0x6c,0x8c,0xe7,0x29,0x05,0x96,
|
||||
0xd9,0x82,0x79,0x1c,0xb0,0xc2,0x26,0xad,0x27,0x05,0xba,0x6b,0xaf,0x4d,0xe6,0xd7,
|
||||
0x81,0x8d,0xf6,0xcf,0x5d,0x43,0x46,0x24,0xbf,0xaa,0x5e,0x0e,0xfc,0x1a,0xcb,0xe9,
|
||||
0x62,0xa6,0xa0,0x03,0x6e,0x61,0xc8,0xca,0x42,0x02,0xfb,0x55,0x35,0xc7,0xd6,0x34,
|
||||
0x25,0xb3,0x70,0xfb,0x57,0x81,0x2b,0x81,0x16,0x60,0x83,0x7d,0x9c,0x0a,0xd4,0xda,
|
||||
0x53,0xef,0x74,0x80,0x89,0x65,0x00,0xfc,0x97,0x3d,0xc0,0x9c,0x3b,0x4b,0xcf,0xb1,
|
||||
0x34,0xa0,0x69,0x8d,0x62,0x0a,0x9d,0x7d,0xc8,0x9b,0x25,0xf2,0x02,0xac,0x02,0x36,
|
||||
0xd9,0x03,0xa7,0x92,0xc6,0x83,0x7e,0x25,0x96,0x33,0xc6,0x6c,0x62,0x01,0x20,0x08,
|
||||
0x9c,0x85,0x6d,0xae,0x14,0x7d,0x9e,0x11,0xa8,0x11,0x5d,0x90,0x9d,0xdb,0x48,0x73,
|
||||
0xc4,0x6b,0xcf,0x08,0x94,0x88,0x2e,0xc8,0x4e,0x02,0x17,0x8a,0xd7,0x9e,0x11,0xf0,
|
||||
0x89,0x2e,0xc8,0x4e,0x02,0xbb,0xc5,0x6b,0x17,0xef,0x51,0x10,0x38,0x7d,0xa1,0x88,
|
||||
0xd7,0x2e,0xde,0xa3,0x20,0x70,0xfa,0x42,0x64,0xdb,0xc8,0x0c,0x44,0x45,0x17,0x64,
|
||||
0x27,0x81,0x07,0xc4,0x6b,0xcf,0x08,0xf4,0x8b,0x2e,0xc8,0x4e,0x02,0xb7,0x89,0xd7,
|
||||
0x9e,0x11,0xe8,0x14,0x5d,0x90,0x9d,0x04,0x6e,0x16,0xaf,0x3d,0x23,0xb0,0x5f,0x74,
|
||||
0x41,0x76,0x12,0x38,0x28,0xa6,0x5f,0x19,0x81,0x1d,0xa2,0x0b,0xb2,0x77,0x0d,0xbc,
|
||||
0x5b,0xbc,0xfa,0xb4,0x47,0xa3,0xe8,0x82,0x2c,0x24,0xb0,0x9d,0xd1,0x70,0xb3,0x78,
|
||||
0xf5,0x69,0x8d,0xed,0x01,0x4d,0x13,0xc6,0x48,0xb2,0x37,0x23,0x87,0xc8,0x6a,0x28,
|
||||
0xde,0x9f,0x20,0x70,0x1a,0xe3,0x69,0x0e,0x04,0xb5,0x0b,0xa4,0x1f,0xfe,0x21,0xba,
|
||||
0x20,0x8b,0x09,0x1c,0xd0,0xb4,0xb7,0xb0,0x62,0x82,0x05,0x04,0x04,0x81,0xd3,0x14,
|
||||
0x77,0x89,0xd7,0x9f,0xb6,0xb8,0xd5,0xaf,0xaa,0xe7,0x8b,0x6e,0xc8,0x6e,0x02,0x17,
|
||||
0x89,0xd7,0x9f,0xb6,0x70,0x00,0x77,0xf9,0x55,0x75,0x8d,0x20,0x70,0x16,0xc2,0xaf,
|
||||
0xaa,0xd7,0x01,0xf5,0x82,0x07,0x69,0x8d,0x5c,0xe0,0x41,0xbb,0x28,0x5a,0xd6,0x22,
|
||||
0x1b,0x73,0x62,0x9d,0x07,0xfc,0x2d,0xcb,0x67,0x1f,0x99,0x84,0x8d,0xc0,0xba,0x80,
|
||||
0xa6,0x65,0x65,0x70,0x83,0x92,0x65,0xe4,0xf5,0x03,0x8f,0x93,0x3e,0x09,0xe4,0x04,
|
||||
0xc6,0x47,0x15,0x50,0x14,0xec,0xe9,0x79,0x44,0x10,0x38,0xb3,0xc9,0xeb,0x00,0xfe,
|
||||
0x0e,0x88,0x62,0x64,0x99,0x87,0x55,0x3e,0x9f,0x6f,0x63,0xb0,0xa7,0x67,0xbb,0x58,
|
||||
0x03,0x67,0x2e,0xae,0x03,0xd6,0x08,0x59,0xcf,0x58,0x39,0xbe,0x39,0x1b,0xcb,0xd9,
|
||||
0x64,0x85,0x06,0xf6,0xab,0xea,0x62,0xe0,0x4e,0x44,0x46,0xc8,0x4c,0x46,0x21,0xe0,
|
||||
0x09,0xf6,0xf4,0x3c,0x26,0x34,0x70,0xe6,0xe1,0x46,0x44,0x0e,0xa5,0x6c,0xc0,0xe7,
|
||||
0xfd,0xaa,0xba,0x44,0x10,0x38,0xb3,0xb4,0xef,0xf9,0xc0,0x99,0x42,0xb6,0xb3,0x02,
|
||||
0x0e,0xe0,0xa7,0xd9,0xd4,0x60,0x29,0xc3,0xc9,0x2b,0x03,0x6f,0x60,0x95,0x13,0x15,
|
||||
0xc8,0x0e,0x18,0xc0,0x89,0x01,0x4d,0xdb,0x28,0x34,0x70,0xfa,0xe3,0x22,0x41,0xde,
|
||||
0xac,0x83,0x0c,0x7c,0x5d,0x68,0xe0,0xf4,0xd7,0xbe,0x12,0xf0,0x3c,0xd3,0x5b,0x0b,
|
||||
0x58,0x20,0x35,0x11,0x07,0x16,0x05,0x34,0x2d,0x20,0x34,0x70,0xfa,0xe2,0x38,0x41,
|
||||
0xde,0xac,0x5e,0x0b,0x67,0x85,0xab,0x6c,0x26,0x13,0x58,0xf8,0x3a,0x67,0x37,0xae,
|
||||
0xb4,0x67,0x61,0x82,0xc0,0x69,0x38,0x7d,0x76,0x02,0x1f,0x12,0x32,0x9c,0xd5,0xa8,
|
||||
0xc4,0xaa,0xbd,0x2c,0x08,0x9c,0x86,0x38,0x0b,0x51,0xc4,0x4c,0x00,0xde,0x2f,0x08,
|
||||
0x9c,0x9e,0xb8,0x58,0xc8,0xae,0x00,0x70,0x9e,0x20,0x70,0x7a,0xe2,0x6c,0x21,0xbb,
|
||||
0x02,0x80,0xdf,0xaf,0xaa,0xb5,0x82,0xc0,0xe9,0xb5,0xfe,0xad,0x05,0xaa,0x85,0xec,
|
||||
0x0a,0x60,0xf9,0xfa,0x9f,0x20,0x08,0x9c,0x5e,0x38,0x1e,0x51,0x7a,0x52,0xe0,0x00,
|
||||
0x4e,0x16,0x04,0x4e,0x2f,0xac,0x12,0x32,0x2b,0x30,0x02,0xc7,0x08,0x02,0xa7,0x17,
|
||||
0x56,0x08,0x99,0x15,0x18,0x81,0x5a,0xbf,0xaa,0xba,0x32,0xb5,0x71,0x19,0x15,0x1f,
|
||||
0x6b,0x07,0x2f,0xa4,0x9c,0xd1,0x22,0x1a,0xd7,0x09,0xc5,0x74,0x62,0x86,0x89,0x53,
|
||||
0x91,0x29,0xcc,0x71,0xe3,0x71,0x3a,0x88,0xc6,0xe3,0x74,0x87,0x22,0xc4,0x74,0x03,
|
||||
0x09,0x70,0xc8,0x12,0x4e,0x59,0xc2,0xe5,0x50,0x70,0x28,0xf2,0xac,0xfb,0xb9,0x9a,
|
||||
0x40,0x5c,0x37,0x88,0xc4,0x75,0xa2,0xba,0x81,0x6e,0x82,0x2c,0x4b,0x94,0x78,0x3d,
|
||||
0x14,0xe6,0x7a,0xf0,0xb8,0x9c,0x98,0xa6,0x49,0xdf,0x60,0x84,0xfd,0xc1,0x7e,0xe2,
|
||||
0xba,0x81,0xc7,0x21,0xe3,0x75,0x39,0x90,0xa5,0x94,0xf1,0xa1,0xa8,0x00,0xbc,0x64,
|
||||
0x68,0x41,0xf0,0x4c,0x0b,0x70,0xf7,0x00,0x73,0x66,0x53,0xe0,0x9d,0x8a,0x8c,0x7f,
|
||||
0x6e,0x09,0x6b,0x96,0x2e,0xa0,0xa2,0xb4,0x88,0xa2,0x7c,0x2f,0x79,0xde,0x1c,0x0a,
|
||||
0x72,0xbd,0x38,0x14,0x19,0xcc,0x31,0x0a,0x42,0xd8,0xc2,0x1e,0xd7,0x0d,0x22,0xb1,
|
||||
0x18,0xa1,0xc1,0x08,0x83,0x91,0x28,0xa6,0x69,0x12,0x8d,0xc7,0xe9,0x0b,0x85,0xe9,
|
||||
0x1d,0x08,0x11,0x8f,0xeb,0xc4,0x74,0x83,0xe0,0x40,0x88,0xd6,0xae,0x5e,0x5a,0x3b,
|
||||
0x83,0x0c,0x46,0xa3,0x98,0x26,0x18,0xa6,0x89,0x6e,0x98,0xe8,0x86,0x31,0xfc,0xf7,
|
||||
0xd0,0xa5,0x65,0x49,0x42,0x96,0x24,0x1c,0x8a,0x8c,0x2c,0x49,0x48,0x12,0xb8,0x1c,
|
||||
0x4e,0xca,0x4b,0x0a,0x99,0x5b,0x5c,0x48,0x51,0x9e,0xd7,0x1e,0x34,0x14,0x0a,0xf2,
|
||||
0xbc,0xe4,0x7b,0x3d,0xb8,0x1c,0x16,0x09,0x73,0x3c,0x6e,0x72,0x73,0xdc,0xb8,0x9d,
|
||||
0x4e,0x64,0x59,0x1a,0xfb,0xf9,0x47,0xb4,0x63,0x30,0x12,0xa3,0xbb,0xb7,0x8f,0x50,
|
||||
0x24,0xca,0xbe,0xb6,0x4e,0x1a,0xf7,0xb4,0xb0,0x69,0xdb,0x6e,0xfa,0x07,0x23,0x48,
|
||||
0xb3,0x43,0x6a,0xc9,0x26,0x71,0x30,0x13,0x09,0x9c,0x51,0xae,0x66,0x7e,0x55,0x2d,
|
||||
0x66,0x16,0x0a,0x3f,0x47,0xe3,0x3a,0x6b,0x97,0x2d,0xe0,0x94,0x95,0x4b,0x58,0x50,
|
||||
0x39,0x87,0xa2,0xfc,0xdc,0x61,0x02,0x01,0x98,0xc3,0x64,0x1a,0xdd,0xdd,0xe6,0x41,
|
||||
0x64,0x48,0x54,0xc0,0x25,0x9b,0x2c,0x92,0x7d,0x8e,0x09,0xe8,0x86,0x41,0x4c,0xd7,
|
||||
0xd1,0x75,0x03,0xd3,0x26,0x33,0x98,0xc8,0x92,0x8c,0x2c,0x4b,0x28,0xb2,0x8c,0x43,
|
||||
0x51,0x50,0x14,0x19,0xd9,0xbe,0xb7,0x69,0x0f,0x3b,0x66,0x82,0x45,0x66,0x46,0x3e,
|
||||
0xaf,0x24,0x49,0x63,0xb6,0xe7,0xe0,0xb6,0x4a,0x92,0x44,0x38,0x1a,0x63,0x77,0x6b,
|
||||
0x07,0xaf,0x6e,0xd9,0xc9,0xc3,0xff,0x7a,0x9b,0x59,0xa8,0x6a,0x73,0x66,0x40,0xd3,
|
||||
0x32,0xb2,0x1c,0x4b,0xa6,0x69,0xe0,0x19,0xf5,0xbe,0x32,0x0c,0x93,0x75,0x47,0xd5,
|
||||
0x72,0xe1,0xba,0xe3,0xa9,0x2a,0x2d,0x1e,0x52,0xa4,0xb8,0x3d,0x6e,0xbc,0xde,0x1c,
|
||||
0x72,0x3c,0x1e,0x5c,0x2e,0x27,0x4e,0xa7,0x13,0x45,0x51,0x90,0x64,0x69,0xd4,0x88,
|
||||
0x69,0x9a,0x60,0x9a,0x06,0xba,0x61,0xa0,0xeb,0x06,0xba,0xae,0xa3,0xeb,0x3a,0xf1,
|
||||
0xb8,0x4e,0x3c,0x1e,0xb7,0x0f,0xeb,0xf7,0x58,0x2c,0x8e,0x1e,0x8f,0x5b,0x1a,0xd6,
|
||||
0x26,0xb1,0x39,0x74,0x11,0xfb,0x6f,0x97,0xa2,0x80,0x72,0x64,0x03,0xbc,0x69,0x18,
|
||||
0xe8,0x63,0x90,0x52,0x96,0x65,0x1c,0x0e,0x07,0x0e,0x87,0x03,0xa7,0xd3,0x81,0xc3,
|
||||
0xa1,0x0c,0xff,0xed,0xb0,0xb5,0xb3,0x32,0x7c,0xc8,0x36,0x41,0xa5,0x03,0x23,0x8a,
|
||||
0x09,0x26,0x26,0x86,0x61,0x10,0x8f,0xc5,0x89,0x46,0x63,0x84,0x23,0x11,0x42,0xa1,
|
||||
0x41,0xa4,0x81,0x10,0x8b,0xaa,0xcb,0xa9,0xab,0xa9,0xe0,0x3d,0x27,0x1e,0xc3,0xb3,
|
||||
0x6f,0x6c,0xe1,0x8e,0xa7,0x5e,0xc5,0x21,0xcf,0x98,0xfe,0x28,0x15,0x6b,0xe0,0xf4,
|
||||
0x80,0x6f,0xc6,0x46,0x0a,0xaf,0x87,0xab,0x2f,0x3e,0x9d,0x15,0xf3,0xab,0x91,0x24,
|
||||
0x89,0xbc,0xbc,0x5c,0x8a,0x8b,0x8b,0x28,0xc8,0xcf,0xc3,0xe1,0x98,0x9e,0x5d,0xac,
|
||||
0x21,0x0d,0x17,0x8f,0xeb,0xc3,0x64,0xd7,0x75,0x03,0xdd,0xd0,0x31,0x0c,0x03,0x43,
|
||||
0x37,0x2c,0xcd,0x3f,0x42,0xbb,0x4a,0x48,0x96,0xb6,0x96,0x2c,0x2d,0x2c,0x2b,0x32,
|
||||
0xb2,0x2c,0x0f,0x13,0xd1,0xa1,0x58,0x44,0x1d,0x4b,0xa3,0x4e,0x14,0x6e,0x97,0x8b,
|
||||
0xdc,0xdc,0xd1,0xcf,0xdd,0x3f,0x10,0xa2,0xbb,0xdb,0x9a,0xc5,0x5e,0xb4,0x7e,0x15,
|
||||
0xc7,0x2f,0x59,0xc0,0xef,0x1f,0x7e,0x86,0xad,0x7b,0xdb,0x32,0x6e,0x60,0x17,0x04,
|
||||
0x9e,0xdc,0x1a,0x78,0xda,0xb1,0xb4,0x66,0x2e,0xff,0xf6,0xbe,0x33,0x29,0x2e,0xc8,
|
||||
0xa3,0xb0,0xb0,0x80,0xf2,0xb9,0x65,0xe4,0xe4,0x4c,0xff,0xad,0x87,0x48,0xe6,0x72,
|
||||
0xc9,0x80,0x33,0x7d,0xd6,0x69,0x92,0x44,0x7e,0x5e,0x2e,0xf9,0x79,0xb9,0x54,0x54,
|
||||
0xcc,0xa5,0xad,0xad,0x03,0x49,0x92,0xf8,0xda,0x87,0xdf,0xcb,0x9d,0x4f,0xbe,0xc8,
|
||||
0x13,0xaf,0x6d,0x99,0xee,0xf5,0xb1,0xb0,0x42,0x8b,0xf6,0x58,0x58,0xb3,0xc4,0xcf,
|
||||
0x55,0x17,0x9c,0x46,0x41,0xae,0x97,0x79,0x35,0x95,0x14,0x14,0x64,0x5d,0x26,0xd3,
|
||||
0x49,0xc1,0xe9,0x70,0x50,0x55,0x59,0x4e,0x49,0x71,0x11,0xda,0xee,0xbd,0x7c,0xf4,
|
||||
0x3d,0xeb,0x29,0xf0,0xe6,0x70,0xdf,0xf3,0x9b,0x04,0x81,0x05,0x81,0xa7,0xd7,0x3a,
|
||||
0xb2,0x6a,0xd1,0x3c,0x3e,0x75,0xe1,0xe9,0x14,0x15,0xe6,0xb3,0x60,0xbe,0x8a,0xd3,
|
||||
0x29,0xb2,0xd4,0x4e,0x78,0xaa,0xe4,0x71,0xb3,0x68,0xe1,0x7c,0x76,0xef,0x69,0xe6,
|
||||
0x7d,0xa7,0xae,0xc6,0x04,0xee,0x9f,0x3e,0x12,0xeb,0x82,0xc0,0xe9,0x81,0xd8,0x74,
|
||||
0x5d,0x78,0x7e,0x79,0x09,0xf5,0x17,0x9e,0x46,0x49,0x91,0x8f,0x05,0xf3,0x6b,0x50,
|
||||
0x14,0xe1,0xad,0x39,0x59,0xc8,0xb2,0x8c,0x3a,0xaf,0x1a,0x45,0x91,0xb9,0x68,0xfd,
|
||||
0x2a,0x82,0xfd,0x03,0x3c,0xf5,0x46,0x93,0xe8,0x98,0x2c,0x26,0x70,0x7c,0x5a,0x2c,
|
||||
0x20,0xb9,0x1e,0xbe,0x78,0xe9,0x39,0xcc,0x2d,0x29,0x66,0xc1,0xfc,0x79,0x28,0xca,
|
||||
0x04,0x1c,0xd8,0x24,0x09,0xc9,0x65,0x95,0x64,0x32,0x23,0x83,0xcc,0xc2,0x56,0xca,
|
||||
0xf4,0x4e,0x7c,0x24,0x19,0xc9,0x69,0xb7,0x2f,0x1a,0x4a,0xa6,0x5b,0xa8,0xa9,0xae,
|
||||
0x04,0xe0,0xc3,0x67,0xad,0xa3,0xad,0xbb,0x8f,0x77,0xb4,0xfd,0x69,0x21,0x17,0x82,
|
||||
0xc0,0x53,0x8f,0xd0,0x54,0x5f,0xd0,0x30,0x4d,0xfe,0xed,0xa2,0x33,0xa8,0x9a,0x53,
|
||||
0xca,0xfc,0x09,0x90,0x57,0x29,0x98,0x83,0xb3,0xbc,0x16,0x25,0xbf,0x18,0x24,0xeb,
|
||||
0x5c,0xd3,0x34,0x30,0xfa,0x3a,0x89,0xb5,0xec,0x40,0xef,0x6d,0x4f,0xeb,0x0e,0x57,
|
||||
0x0a,0xe7,0xe2,0x9c,0xbb,0x60,0x54,0xfb,0x30,0x0d,0xf4,0xde,0x4e,0x62,0xad,0x89,
|
||||
0xb7,0xaf,0xba,0xaa,0x82,0x78,0x3c,0xce,0x55,0x17,0x6c,0xe0,0xab,0xff,0x73,0x17,
|
||||
0x86,0x61,0x08,0x02,0x27,0xd2,0xff,0x99,0xd4,0x18,0x9f,0xcf,0xe7,0x01,0xae,0x9d,
|
||||
0xca,0x6b,0x5e,0xbc,0x76,0x25,0x67,0xae,0x3e,0x8a,0x85,0xb5,0x7e,0x5c,0xae,0xc4,
|
||||
0x2d,0xbf,0x92,0xe2,0xc4,0x5d,0xbb,0x0a,0x57,0xf5,0x12,0x64,0x4f,0xae,0x25,0xdc,
|
||||
0xd2,0xd0,0x96,0x8e,0x8c,0xec,0xc9,0xc5,0x51,0x5a,0x83,0x9c,0x53,0x80,0xd1,0xdb,
|
||||
0x0e,0xa6,0x91,0x56,0x7d,0x7d,0xa4,0xf6,0x31,0xaa,0x7d,0xf9,0xe8,0xbd,0x6d,0xe3,
|
||||
0xb6,0x4f,0x92,0x24,0x0a,0x0a,0xf2,0xd1,0xa3,0x51,0x2a,0x8a,0xf2,0x79,0xe1,0xed,
|
||||
0x1d,0x53,0xe9,0x8e,0x79,0x77,0xb0,0xa7,0xe7,0xcd,0x8c,0x5c,0x86,0x08,0x0d,0x7c,
|
||||
0x84,0x01,0x21,0x37,0x87,0xf3,0x4e,0x3e,0x96,0x9a,0xea,0x4a,0xdc,0xee,0xc4,0x0d,
|
||||
0x99,0x92,0xc3,0x8d,0x67,0xe9,0x3a,0x1c,0x45,0xe5,0xe3,0x4f,0x81,0x8a,0x2b,0xf0,
|
||||
0x2c,0x59,0x8b,0xe4,0x48,0x1f,0x43,0xa9,0xe4,0x4c,0xa6,0x7d,0x95,0xe4,0x2c,0x59,
|
||||
0x97,0x50,0xfb,0x14,0x59,0xc6,0xef,0xaf,0xe1,0xf8,0x25,0x0b,0x38,0x69,0xd9,0xfc,
|
||||
0xa9,0x7c,0xe4,0x48,0xc6,0xda,0x11,0x32,0x70,0x0d,0x3c,0x65,0x2f,0xeb,0x63,0xe7,
|
||||
0xac,0xa5,0xba,0x62,0x0e,0x3e,0x5f,0x41,0x12,0xd2,0x2d,0xe3,0xa9,0x5b,0x83,0x9c,
|
||||
0x93,0xf8,0xf6,0x92,0xec,0x2d,0xc0,0xb3,0xe8,0xc4,0x61,0x9f,0xe8,0xd4,0x66,0xaf,
|
||||
0x8c,0x67,0xd1,0x89,0x49,0xb7,0xcf,0xbd,0x68,0xcd,0x81,0x29,0xf6,0x11,0xe0,0x71,
|
||||
0xbb,0xa9,0xa9,0xaa,0xe0,0xe2,0xf5,0xab,0x46,0xb9,0xa3,0x4e,0x12,0xfd,0x82,0xc0,
|
||||
0xe9,0x81,0x28,0xd0,0x3b,0x15,0x17,0xaa,0x2a,0x29,0x64,0xd5,0xd2,0x5a,0xaa,0x2a,
|
||||
0xcb,0x93,0x3a,0xcf,0x55,0xbd,0x0c,0x39,0xf7,0xf0,0x0e,0x61,0xa6,0x69,0x8c,0x19,
|
||||
0x10,0x20,0xe7,0xf9,0x70,0x55,0x2f,0x4f,0xf9,0x0e,0x76,0xcd,0x5b,0x81,0x9c,0x7b,
|
||||
0xa8,0x63,0x93,0x69,0x18,0x47,0x0c,0x74,0x50,0xf2,0x8a,0x70,0x56,0x25,0x56,0x77,
|
||||
0xac,0xa4,0xa4,0x88,0xa5,0x0b,0x6a,0x38,0xe3,0xd8,0x29,0xab,0x53,0xd6,0x9b,0xa9,
|
||||
0x04,0x76,0x64,0x20,0x81,0x83,0x40,0xd9,0x64,0x2f,0x74,0xe1,0xda,0x63,0xa9,0xa9,
|
||||
0x2a,0xc7,0xe1,0x48,0xbc,0x8b,0xe4,0x9c,0x02,0x9c,0x73,0xc7,0x9e,0xfa,0x75,0x06,
|
||||
0x76,0xb2,0xf3,0xb9,0x67,0xe8,0xde,0xd1,0x84,0x24,0xc9,0x14,0x2f,0x5e,0x4a,0xed,
|
||||
0x29,0xa7,0xe1,0xab,0xac,0x1a,0xfe,0x8e,0x73,0xae,0x9f,0x78,0xc7,0x6e,0x8c,0xc1,
|
||||
0xd4,0x94,0x37,0xd9,0xeb,0xc3,0x59,0xa6,0x8e,0xfa,0xac,0x7d,0xe7,0x76,0x76,0x3d,
|
||||
0xf7,0x34,0xc1,0x9d,0xdb,0x91,0x14,0x85,0xd2,0x25,0xcb,0xa9,0x3d,0xe5,0x34,0x0a,
|
||||
0xca,0x2b,0x0e,0x25,0x7f,0xf9,0x02,0xf4,0x8e,0xdd,0x18,0xe1,0xfe,0x71,0xd7,0xc3,
|
||||
0x15,0xe5,0x73,0x38,0xfd,0xf8,0xe5,0x3c,0xf5,0xc6,0xd6,0xa9,0x78,0xf4,0x9e,0x4c,
|
||||
0x25,0x70,0x46,0x19,0xb1,0x82,0x3d,0x3d,0xa6,0xcf,0xe7,0xbb,0x1c,0xa8,0x99,0xd4,
|
||||
0xa8,0xa6,0x28,0x5c,0x75,0xc1,0x69,0xd4,0x2d,0xf4,0x27,0xe1,0xe2,0x67,0xe2,0xf2,
|
||||
0x1f,0x8b,0x9c,0x93,0x77,0x88,0x66,0x7a,0xe7,0xe1,0xbf,0xf2,0xda,0x8d,0x3f,0xa3,
|
||||
0x67,0xc7,0x56,0xa2,0xdd,0x9d,0x44,0xba,0x3a,0x08,0x6e,0xdb,0x42,0xe0,0xa9,0xc7,
|
||||
0x51,0x0a,0x8b,0x29,0x99,0xbf,0x60,0x48,0x72,0x91,0x1c,0x6e,0xf4,0xee,0xe6,0x94,
|
||||
0xec,0x5f,0xb7,0xff,0x98,0xe1,0xf6,0x99,0x86,0xce,0x5b,0x0f,0xdc,0xcb,0xa6,0x9b,
|
||||
0x7f,0x49,0xef,0xce,0x6d,0xc3,0xed,0xea,0x6e,0x7a,0x97,0x5d,0xff,0x7c,0x1c,0x57,
|
||||
0xe9,0x1c,0x8a,0xe7,0xf9,0x0f,0x66,0x26,0x92,0xd3,0x8d,0xde,0xbd,0x8f,0xf1,0x02,
|
||||
0xe1,0x5c,0x2e,0x17,0x4e,0x09,0x5e,0x78,0xb3,0x91,0xde,0x50,0x78,0xb2,0x8f,0xfe,
|
||||
0xa3,0x60,0x4f,0x4f,0x46,0x6a,0xe1,0x4c,0xcc,0xc8,0xb1,0x7b,0xb2,0x17,0x58,0xbd,
|
||||
0x58,0x65,0xa1,0x5a,0x85,0x2c,0x27,0xde,0x3d,0x92,0x2b,0x17,0x87,0xef,0x50,0xc5,
|
||||
0xbf,0xe5,0xf1,0x47,0xd8,0x7a,0xe7,0x6d,0x63,0x4e,0x2f,0x4d,0x5d,0x67,0xf3,0xad,
|
||||
0xbf,0x61,0xc7,0x0b,0xcf,0x1e,0x18,0x3c,0x8a,0xe6,0x22,0x39,0x3d,0x29,0xd7,0xa9,
|
||||
0x92,0xcb,0x8b,0x52,0x78,0x20,0xd4,0xfa,0xed,0x87,0xfe,0xca,0xf6,0x7b,0xff,0x7c,
|
||||
0x98,0x76,0xc5,0x79,0xe3,0xb7,0xbf,0x22,0xf0,0xca,0x4b,0x87,0x0e,0x8e,0xbe,0xf2,
|
||||
0xe1,0xfd,0xe2,0xf1,0x50,0x56,0x56,0xc2,0xd9,0xab,0x27,0x9d,0x60,0xc5,0x10,0x6b,
|
||||
0xe0,0xf4,0xc2,0xae,0xc9,0x5e,0xe0,0xf8,0xc5,0x7e,0x7c,0xbe,0xe4,0x02,0x58,0x1c,
|
||||
0x25,0x55,0x87,0x18,0x69,0x3a,0x03,0x3b,0x69,0xfc,0xd3,0xad,0x54,0x6d,0x38,0x87,
|
||||
0xaa,0x0d,0x67,0x23,0x8d,0x35,0x20,0x48,0x12,0x6f,0xde,0x72,0x23,0xbd,0xad,0x2d,
|
||||
0xc3,0x46,0x22,0x47,0x49,0xea,0x25,0xd5,0x74,0x94,0x54,0x0f,0x1b,0xd9,0xda,0xb6,
|
||||
0x35,0xd1,0x74,0xd7,0x6d,0x98,0xa6,0x41,0xbe,0xbf,0x16,0x67,0x6e,0xde,0x98,0xe7,
|
||||
0x6c,0xfa,0xed,0xaf,0x19,0xe8,0xec,0x38,0x48,0xe2,0x64,0x1c,0xc5,0x55,0x09,0xdd,
|
||||
0xb3,0x20,0x3f,0x8f,0xc5,0xfe,0x2a,0xe2,0xfa,0xa4,0xb6,0xd8,0x7a,0xc8,0xd0,0x6c,
|
||||
0x1c,0x99,0x4a,0xe0,0x6d,0x93,0xbd,0xc0,0x22,0xb5,0x2a,0xa9,0x6d,0x23,0x30,0x51,
|
||||
0x0a,0xe7,0x1e,0xf2,0xe9,0xe6,0xbb,0xef,0x60,0xf5,0xb5,0xdf,0xe6,0xc4,0xfa,0xab,
|
||||
0x39,0xf1,0xaa,0xab,0x59,0xfd,0xe5,0x6f,0x1d,0x56,0x63,0xbd,0xfb,0xd0,0x03,0x07,
|
||||
0xd6,0x35,0x63,0x5c,0x6b,0xd6,0xd7,0x5a,0xbe,0x03,0xcf,0xb4,0xf9,0xae,0xff,0xc3,
|
||||
0x04,0x56,0x7f,0xf9,0xdb,0x9c,0xf5,0xbd,0x9f,0xf0,0x9e,0x5f,0xdc,0x8c,0x6f,0xc9,
|
||||
0xa1,0x55,0x5c,0x8d,0x68,0x84,0x2d,0x8f,0x3e,0x74,0x98,0x6b,0x8d,0x6f,0x61,0x96,
|
||||
0x24,0x89,0x25,0x0b,0xe6,0x11,0x8a,0x4f,0xca,0x95,0xb9,0x0b,0xb1,0x8d,0x94,0x56,
|
||||
0xd8,0x32,0x99,0x93,0xe3,0x86,0x81,0xbf,0xba,0x22,0xc9,0x5e,0x74,0x22,0x7b,0x47,
|
||||
0x6f,0xab,0x04,0xf7,0xed,0x25,0xd8,0xf4,0x0e,0x73,0xeb,0x16,0x0f,0x7f,0x56,0x5e,
|
||||
0xb7,0x18,0x87,0x37,0x77,0xcc,0x4b,0xec,0x7b,0xea,0x31,0x06,0x83,0xdd,0x96,0x80,
|
||||
0xe7,0xf9,0x52,0xab,0x47,0x25,0x09,0xc5,0xb6,0x3c,0x77,0x06,0x76,0x11,0x6c,0x7c,
|
||||
0x1b,0x87,0x27,0x87,0xea,0xa3,0x57,0x22,0xc9,0x32,0x2e,0xaf,0x97,0x79,0xeb,0x36,
|
||||
0x8c,0x79,0xaa,0xf6,0xe8,0x5f,0x89,0xf4,0xf5,0x8d,0xee,0x2e,0x6f,0x01,0xc8,0x89,
|
||||
0x19,0x07,0x8b,0x7d,0x05,0xac,0x5d,0xa2,0x4e,0xe6,0xe9,0x5b,0x02,0x9a,0xa6,0x0b,
|
||||
0x02,0xa7,0x0f,0x76,0x02,0x13,0xb6,0x7a,0xe8,0x86,0x49,0x59,0x51,0x72,0x04,0x92,
|
||||
0x5d,0x39,0x48,0xca,0x68,0x2f,0xad,0x96,0x2d,0xef,0xa0,0x87,0xc3,0x0c,0x74,0x75,
|
||||
0x0d,0x7f,0xd6,0xdf,0xd5,0x45,0x3c,0x3c,0x78,0x58,0x92,0xb4,0x34,0xda,0x63,0x8f,
|
||||
0xac,0x20,0x7b,0x52,0x27,0x4c,0x51,0xce,0x29,0x1c,0x5e,0x1e,0xec,0x7f,0x77,0x33,
|
||||
0x48,0x12,0xf1,0xc1,0x41,0x7a,0xdb,0x5a,0x0f,0x2c,0x17,0xb6,0x1f,0x3e,0x08,0xa1,
|
||||
0x75,0xdb,0x68,0x4b,0xb2,0xe4,0x70,0x25,0xbc,0xce,0xcf,0xcb,0xf5,0x52,0x9c,0xe7,
|
||||
0x9d,0x55,0x9b,0x48,0x2a,0x23,0xe3,0xe2,0xe1,0x02,0x9a,0xd6,0xe6,0x57,0xd5,0x56,
|
||||
0x60,0x42,0xc3,0x76,0x81,0xd7,0x93,0xe4,0xf4,0x19,0xa4,0x31,0x9c,0x1a,0xda,0x36,
|
||||
0xbf,0x01,0xc0,0x4b,0xbf,0xbe,0x81,0x25,0xef,0xfb,0x20,0x00,0x8d,0xf7,0xff,0xe5,
|
||||
0x88,0x7b,0xa5,0x9d,0xdb,0x9b,0x98,0x7f,0xe2,0xc9,0x07,0xae,0x19,0xee,0x4b,0x11,
|
||||
0x02,0x1f,0x68,0x5f,0xdb,0x1b,0xaf,0x5b,0xcf,0xa7,0x28,0x3c,0xf7,0xa3,0x7f,0x47,
|
||||
0x3d,0xeb,0x7c,0x7a,0xf7,0xee,0xa6,0xed,0x95,0xe7,0x0f,0xdf,0xae,0x9d,0x3b,0x98,
|
||||
0x77,0xdc,0xe8,0x74,0xdd,0xb2,0x27,0x0f,0x3d,0x32,0x30,0xfe,0xd4,0x5d,0x51,0x28,
|
||||
0x4e,0xc6,0x91,0x66,0xec,0x01,0x5d,0x10,0x38,0xcd,0xf0,0xaf,0xc9,0x10,0x38,0xd9,
|
||||
0x38,0xdf,0xa1,0x28,0xa3,0x91,0xe8,0xdb,0xbb,0x07,0x80,0xc1,0x96,0x7d,0x6c,0xba,
|
||||
0xe9,0x17,0x09,0x5d,0x27,0xb8,0xe3,0x80,0x16,0x4b,0x25,0x4b,0xf4,0x90,0x1b,0xa4,
|
||||
0xa9,0xeb,0x0c,0xb4,0x1e,0xd8,0xe2,0x8a,0xf5,0xf5,0xb0,0xfd,0xbe,0x3f,0x8f,0x6f,
|
||||
0x45,0xda,0xd1,0x94,0x50,0x9f,0x1d,0x6e,0x1d,0x5c,0x90,0x9f,0x37,0x99,0xc7,0xdf,
|
||||
0x9a,0xc9,0x04,0xce,0xd4,0xe2,0x66,0x2f,0x4e,0xf4,0xc4,0xde,0x81,0x70,0xd2,0xb1,
|
||||
0xbe,0x92,0x3c,0xfa,0xfb,0x7a,0x24,0x82,0x3e,0x38,0x90,0xf4,0xbd,0x23,0xfd,0x7d,
|
||||
0x23,0xae,0x99,0x42,0xaf,0xc6,0x5e,0xaf,0xc6,0x23,0x61,0x8c,0xc1,0xe4,0xdd,0xcd,
|
||||
0xc3,0x3d,0xc1,0x31,0xfa,0xcc,0x91,0x30,0x81,0xcd,0xc9,0x85,0x5e,0xbe,0x2b,0x08,
|
||||
0x9c,0x7e,0x78,0x7a,0xa2,0x27,0xf6,0x84,0xc2,0x30,0x49,0x1f,0x5c,0xd3,0x34,0x27,
|
||||
0x16,0x5d,0x64,0xa4,0x6a,0x8c,0xb0,0x39,0xdc,0x2e,0x73,0x02,0x7d,0x63,0x4e,0x32,
|
||||
0x34,0x30,0x36,0x71,0x2b,0x74,0x08,0xd8,0x21,0x08,0x9c,0x7e,0xeb,0xe0,0x37,0x81,
|
||||
0x8e,0x89,0x0a,0x6b,0x28,0x92,0xdc,0xb6,0xa1,0xa9,0x8f,0x0e,0x37,0x55,0x5c,0x2e,
|
||||
0x24,0x77,0xf2,0x53,0x60,0x47,0x4e,0xce,0x08,0xa1,0x4f,0x21,0xc3,0xa9,0xfd,0x2c,
|
||||
0x8a,0xd3,0x85,0xec,0x72,0x27,0x7d,0xba,0x2b,0x37,0x77,0x0c,0x52,0x27,0x16,0xa2,
|
||||
0x6b,0x9a,0x26,0xe1,0xc8,0x84,0xb7,0x71,0xf7,0x04,0x34,0x2d,0x28,0x08,0x9c,0x9e,
|
||||
0x78,0x64,0x22,0x27,0x39,0x15,0x99,0xbe,0x81,0xe4,0xa6,0x89,0x66,0x74,0xf0,0xa0,
|
||||
0xe9,0xa1,0x8c,0xb7,0x24,0xf9,0x02,0x11,0xf9,0x55,0x07,0x3c,0x40,0xcd,0x58,0xea,
|
||||
0x6c,0x5d,0x0e,0x3d,0x8b,0xe2,0x72,0xe1,0x2e,0x2a,0x49,0xbe,0x5d,0x35,0xfe,0x43,
|
||||
0xaf,0x19,0x49,0xac,0x8f,0x75,0xc3,0xa0,0xa5,0x73,0xc2,0x1c,0x7c,0x91,0x0c,0x47,
|
||||
0x26,0x13,0xf8,0x81,0x09,0x75,0x88,0x24,0x33,0x30,0x98,0x1c,0x79,0xcc,0x31,0xac,
|
||||
0xc5,0xa5,0x2b,0x92,0x2f,0x8a,0x57,0x52,0xb7,0xf4,0xc0,0x35,0x53,0x28,0xa0,0x61,
|
||||
0x64,0x70,0xc5,0x44,0xda,0x55,0xbc,0x60,0xe1,0xa1,0xd7,0x0c,0x27,0xe6,0xdd,0xa8,
|
||||
0xeb,0x06,0x3b,0xf6,0x4d,0x38,0x77,0xf4,0x73,0x99,0x4e,0xe0,0x59,0xb7,0x42,0xfb,
|
||||
0x55,0x55,0xb1,0x9f,0x43,0xb1,0x07,0x14,0x05,0x2b,0x0d,0x68,0x0e,0x56,0x51,0x2a,
|
||||
0x97,0x7d,0x38,0xed,0xff,0x1f,0xfc,0xcc,0x06,0x56,0xd6,0xc1,0x18,0x96,0xc7,0x4d,
|
||||
0x04,0x6b,0x1f,0x78,0xb3,0xbd,0x06,0x4a,0x6a,0x13,0x51,0x92,0xa0,0x33,0xd8,0xcb,
|
||||
0xfc,0xaa,0xc4,0xbd,0xa1,0x8c,0xe8,0x20,0x66,0x3c,0x86,0xe4,0x38,0xb0,0x17,0x3c,
|
||||
0x77,0xe9,0x32,0xb6,0x27,0xb7,0x70,0x66,0x8e,0xed,0xf4,0x61,0x1a,0xf1,0x84,0x05,
|
||||
0x7c,0x46,0x08,0x1c,0xee,0x03,0xc3,0x00,0x59,0xa6,0x7c,0xf9,0x51,0x04,0x1e,0xbe,
|
||||
0x6f,0x42,0xed,0x1a,0xa9,0xd1,0xcd,0x78,0x62,0x83,0xa4,0x6e,0x18,0xbc,0xb2,0x63,
|
||||
0x3f,0xfe,0xe2,0xdc,0x89,0x3c,0xfa,0x6b,0x7e,0x55,0x2d,0xb1,0x65,0x29,0x07,0x2b,
|
||||
0x6f,0xb8,0xdb,0x96,0xa1,0x21,0x99,0x3b,0x64,0xc9,0x6d,0x1f,0xf1,0x11,0xb2,0x14,
|
||||
0x06,0x06,0x6d,0x39,0x1b,0x3a,0xe2,0x80,0x1e,0xd0,0x34,0x33,0xe3,0x08,0xec,0x57,
|
||||
0x55,0x07,0x50,0x6c,0x1f,0xe5,0x07,0x1d,0x65,0x58,0x05,0xc8,0x4a,0x46,0x90,0x52,
|
||||
0x1a,0x71,0x30,0xa2,0xc3,0x06,0xed,0x4e,0x8c,0x8e,0xe8,0xd4,0x83,0x2d,0x22,0x92,
|
||||
0x7d,0x1d,0x87,0x4d,0x74,0xcf,0x88,0xa3,0x2b,0x59,0x02,0x03,0x34,0xb7,0x77,0x02,
|
||||
0x8b,0x92,0x90,0xf0,0x38,0xc6,0x60,0x2f,0x4a,0xfe,0x81,0xe9,0xe5,0x9c,0x85,0x75,
|
||||
0x78,0x4a,0xe7,0x12,0xee,0x68,0x4d,0xe8,0x12,0x05,0x8b,0x96,0x52,0x54,0x6d,0x4d,
|
||||
0xa1,0x8d,0xfe,0x14,0x5b,0xb6,0x99,0x26,0xfa,0x40,0x10,0x25,0xbf,0x98,0xf2,0xc5,
|
||||
0x4b,0x71,0x16,0xf8,0x88,0xf5,0x26,0xf6,0x8c,0xc5,0x47,0x1d,0x7b,0x48,0x68,0xa1,
|
||||
0x11,0xea,0x05,0x23,0x4e,0x22,0xa5,0xb9,0x3a,0xba,0x7b,0x29,0xf4,0x4c,0x28,0x68,
|
||||
0xae,0x0f,0xb8,0xdd,0x96,0x9b,0x41,0x7b,0x30,0x0f,0xdb,0xb2,0x14,0x1d,0x41,0xc4,
|
||||
0x43,0x56,0x51,0xb6,0x2c,0x39,0x0f,0x92,0x25,0xaf,0x4d,0x78,0xd3,0x3e,0x0c,0xc0,
|
||||
0xf4,0xab,0xaa,0x81,0x15,0xc2,0xda,0x01,0xb4,0x03,0x2d,0x40,0xab,0xfd,0x73,0xbf,
|
||||
0xfd,0x79,0x57,0x40,0xd3,0x06,0x52,0x8a,0xc0,0x76,0xcd,0xd5,0x85,0x40,0x9d,0xfd,
|
||||
0x73,0x3e,0x56,0x69,0xcf,0x5a,0xbb,0x81,0x9d,0x36,0x81,0x5a,0x46,0x1c,0xaf,0xda,
|
||||
0x8d,0xec,0xb0,0xff,0x17,0x1e,0x39,0xe2,0x4d,0xb5,0xcb,0x9b,0x5f,0x55,0x37,0x00,
|
||||
0x4f,0x25,0x7b,0xde,0xa6,0xc6,0x9d,0x5c,0x7c,0xda,0x49,0x49,0x64,0x84,0x90,0x88,
|
||||
0x77,0xb7,0x8e,0x22,0xb0,0xec,0x70,0xb0,0xfc,0xf2,0x8f,0xf2,0xda,0x7f,0xdf,0x30,
|
||||
0x6e,0xa6,0x0d,0xd3,0xd0,0x59,0x71,0xe9,0x87,0x0f,0x54,0x29,0x0c,0xb6,0xa4,0xdc,
|
||||
0x54,0x4d,0x0f,0xb6,0xa2,0xe4,0x17,0xa3,0xb8,0x5c,0x2c,0xbb,0xfc,0x63,0xbc,0xf9,
|
||||
0xdb,0x5f,0x8d,0xdf,0x2e,0x5d,0x67,0xf9,0xfb,0x3f,0x78,0xc8,0xe7,0x56,0xfb,0x12,
|
||||
0x0b,0xd3,0xec,0xec,0xe9,0xa5,0x30,0xc7,0x3d,0x91,0x47,0xfe,0x4d,0x40,0xd3,0xbe,
|
||||
0x39,0x0d,0xca,0x49,0x3a,0x88,0xe4,0x2e,0xa0,0x00,0xab,0xfe,0x52,0x99,0xad,0xa4,
|
||||
0x2a,0x80,0x95,0x40,0x95,0xad,0xa8,0x8a,0xfd,0xaa,0x5a,0x08,0xec,0xc3,0xb2,0x8a,
|
||||
0xef,0x04,0xb6,0xdb,0xc7,0xb6,0x80,0xa6,0x75,0x4c,0x0b,0x81,0x17,0xd6,0xd6,0x4a,
|
||||
0xf1,0x78,0xdc,0x03,0x54,0x03,0xc7,0x03,0x47,0x03,0xcb,0x6c,0xc2,0xe6,0x62,0x6d,
|
||||
0x92,0x6f,0xc5,0x0a,0x20,0x78,0x18,0x2b,0x12,0x28,0x10,0xd0,0xb4,0xc1,0x54,0x10,
|
||||
0xba,0x80,0xa6,0x3d,0xed,0x57,0xd5,0x46,0x20,0xa9,0xd4,0x0e,0xaf,0xbe,0xbb,0x9d,
|
||||
0x70,0x34,0x86,0x2b,0x09,0x87,0x0e,0xbd,0x6b,0x2f,0x54,0x2f,0x81,0x11,0xfb,0xb7,
|
||||
0xea,0xea,0x35,0xec,0x5e,0xbd,0x96,0xf6,0x57,0x8f,0x6c,0x4b,0x99,0x77,0xd6,0x05,
|
||||
0x94,0x2f,0xb5,0xb3,0x71,0x18,0x3a,0x7a,0xd7,0xbe,0x94,0x23,0x70,0xbc,0x73,0x0f,
|
||||
0xae,0xea,0xc5,0x20,0xc9,0x2c,0x38,0x79,0x1d,0x7b,0x5f,0x7e,0x81,0xce,0xb7,0x5e,
|
||||
0x3b,0xe2,0x39,0xf3,0xdf,0xfb,0x01,0xe6,0x2c,0xac,0x3b,0x68,0xb6,0xa2,0xa3,0x77,
|
||||
0x25,0x1e,0xef,0xbc,0x6b,0x6f,0xcb,0x44,0x93,0xdb,0xdd,0x33,0x4d,0x32,0x65,0x8e,
|
||||
0xd0,0xe2,0x43,0x68,0x67,0x9c,0xed,0x2a,0xbb,0x76,0x75,0xa5,0xad,0xe8,0xe6,0xdb,
|
||||
0x8a,0xef,0x7c,0x60,0x89,0x5f,0x55,0x8b,0xec,0xf3,0x9b,0x80,0xb7,0x81,0xd7,0xb0,
|
||||
0xf6,0xaf,0xfb,0xc7,0x53,0x6a,0x47,0x94,0xd0,0x78,0x3c,0x7e,0x39,0xf0,0x2d,0xfb,
|
||||
0x01,0x5f,0x01,0xde,0x04,0xfe,0x02,0xec,0x0c,0x68,0x5a,0xba,0x04,0x48,0xff,0x12,
|
||||
0xb8,0x39,0x99,0x13,0x1a,0xf7,0xb4,0xb2,0xaf,0xad,0x33,0xa9,0x75,0xb0,0x19,0x1b,
|
||||
0x24,0x1e,0x6c,0xc1,0x51,0x5c,0x79,0x40,0x2f,0xcb,0x0a,0x6b,0xae,0xba,0x9a,0xe7,
|
||||
0x07,0xfa,0x09,0x6e,0x79,0x6b,0xec,0xf5,0xe1,0x09,0xeb,0x38,0xee,0x43,0x1f,0x19,
|
||||
0x4e,0x1c,0x10,0xef,0x6e,0x49,0x29,0x0b,0xf4,0x81,0xf6,0x85,0x89,0x77,0xb7,0xe2,
|
||||
0x28,0xae,0x40,0x56,0x1c,0x9c,0x78,0xf5,0xe7,0x79,0xee,0x17,0x3f,0xa1,0x77,0xfb,
|
||||
0x96,0x31,0xdb,0x55,0xbe,0xf6,0x34,0x56,0x5e,0x72,0xf9,0x21,0x5a,0x3a,0xde,0xb5,
|
||||
0x3f,0xe1,0xf5,0x2f,0xc0,0xdb,0xdb,0xb5,0x89,0x3c,0xee,0x56,0x5b,0x56,0x53,0x06,
|
||||
0x01,0x4d,0x33,0x80,0xbd,0xf6,0xf1,0xdc,0x18,0xe4,0x9e,0x6f,0xaf,0xdb,0x56,0x00,
|
||||
0x5f,0x02,0x96,0xda,0x0a,0xf1,0xa2,0x23,0xcf,0xfd,0xc6,0x9f,0x26,0x9b,0x01,0x4d,
|
||||
0x8b,0x91,0x66,0xf0,0xab,0xaa,0xd7,0x9e,0x25,0x14,0x01,0x1b,0xed,0x69,0x4e,0xc2,
|
||||
0xf8,0xe1,0xbf,0x7d,0x88,0x8b,0x4e,0x3f,0x29,0xa9,0x7b,0x4a,0xee,0x3c,0xbc,0x47,
|
||||
0x6d,0x38,0x24,0x2e,0x38,0x1e,0x8d,0xd0,0xf4,0x8f,0x27,0xd8,0x76,0xdf,0x1d,0xc4,
|
||||
0x42,0x03,0x80,0x89,0xdb,0x57,0xcc,0xe2,0x4b,0xae,0x60,0xe1,0xfa,0x0d,0xc8,0x43,
|
||||
0x69,0x7b,0x0c,0x83,0xd0,0xdb,0x4f,0x61,0x46,0x06,0x52,0xb2,0x4f,0x65,0x4f,0x3e,
|
||||
0x39,0x2b,0x4e,0x1d,0x6e,0x5f,0x3c,0x1c,0xa6,0xf1,0xc9,0xc7,0xd8,0x7e,0xff,0x9d,
|
||||
0x76,0x90,0x86,0x89,0xa7,0x78,0x0e,0x4b,0x2e,0xbd,0x82,0x05,0x6b,0xd7,0x23,0x1f,
|
||||
0xec,0xd1,0x66,0x18,0x84,0x36,0xff,0x33,0xe1,0xc4,0xef,0xd1,0x58,0x9c,0x13,0x3e,
|
||||
0xfa,0x35,0xe2,0x7a,0xd2,0x2b,0xab,0xdf,0x02,0x37,0xd8,0xeb,0xde,0x10,0x10,0x4a,
|
||||
0x57,0x19,0x0e,0x68,0x5a,0x68,0xc2,0x04,0x9e,0xe5,0x87,0x97,0x46,0xac,0x33,0x8a,
|
||||
0xec,0x75,0x45,0xe5,0x08,0x43,0x58,0xa9,0x7d,0x14,0x8e,0x38,0xf2,0x6d,0x63,0x43,
|
||||
0x1c,0x18,0x18,0x71,0x38,0x81,0x13,0x93,0xb9,0xff,0x9a,0xe5,0xb5,0xfc,0xee,0x3b,
|
||||
0x9f,0x4f,0x3a,0x91,0xbb,0xb3,0x6a,0x29,0xae,0xca,0x45,0x87,0xb1,0x75,0xc5,0x19,
|
||||
0xe8,0x6c,0x07,0x49,0x26,0xaf,0xb4,0xec,0x10,0x77,0xc9,0x68,0xf3,0x36,0x62,0xfb,
|
||||
0xb6,0x4c,0x49,0xff,0x85,0x07,0x42,0x44,0x07,0xc3,0xe4,0x15,0x15,0x1e,0x4a,0xa4,
|
||||
0x49,0xc0,0x55,0xbd,0x1c,0x67,0x45,0xed,0xa1,0xed,0xea,0x68,0x47,0x92,0x65,0x72,
|
||||
0xc7,0x68,0xd7,0x70,0xfb,0xf6,0x6d,0x25,0xd6,0x9c,0xb8,0x6b,0xf2,0x96,0x5d,0x7b,
|
||||
0xb8,0xe4,0xba,0x1b,0x92,0x15,0xd2,0x28,0xf0,0xb8,0x3d,0x78,0x7b,0xed,0x63,0xe8,
|
||||
0xf7,0x18,0x56,0x76,0x8e,0x1e,0xac,0x44,0x77,0x3d,0xb6,0xad,0x66,0xc8,0x00,0x35,
|
||||
0x64,0x7c,0x6a,0xb6,0x7f,0x8f,0x4c,0x87,0x6d,0x26,0x25,0x8c,0x58,0x53,0x44,0x52,
|
||||
0x07,0x96,0x45,0xba,0x7c,0x84,0x01,0xcc,0x6f,0x4f,0x27,0x7c,0x1c,0xd8,0x42,0x0a,
|
||||
0xda,0x53,0x8f,0xfd,0x23,0x8e,0xcd,0x76,0xc7,0x0f,0xbd,0x8c,0x3e,0x7b,0xcd,0x10,
|
||||
0x1f,0xe3,0x3e,0x4e,0xe0,0xad,0x64,0xd6,0xc2,0x4f,0xbd,0xde,0xc8,0xf6,0x3d,0xcd,
|
||||
0x2c,0xf6,0x27,0x97,0x1d,0x23,0xd6,0xdc,0x88,0x92,0x57,0x8c,0x52,0x70,0xa8,0xc3,
|
||||
0x83,0xec,0x70,0x90,0x3f,0x77,0xec,0x58,0x63,0xbd,0xb7,0x83,0xd8,0xbe,0xc6,0x29,
|
||||
0xe9,0xd7,0xed,0xaf,0xbd,0xcd,0xb6,0xe7,0x36,0x02,0x26,0xde,0x12,0x1f,0xab,0x2e,
|
||||
0x3a,0x9b,0xdc,0x82,0xbc,0x29,0xb9,0x76,0x74,0xdf,0xbb,0xc8,0x79,0x45,0x56,0x25,
|
||||
0x86,0x91,0xed,0x2a,0x3f,0x72,0x0c,0xb5,0xde,0xd3,0x4e,0x6c,0x7f,0xe2,0x75,0x8f,
|
||||
0x24,0x09,0x36,0xbe,0xdd,0x34,0x11,0x0d,0xf3,0xc7,0x80,0xa6,0x5d,0x75,0x04,0x99,
|
||||
0xcb,0xb5,0x07,0xfa,0x7c,0x7b,0xd0,0x2f,0xb6,0x0d,0x4d,0x65,0xb6,0x8d,0xe7,0x1c,
|
||||
0xdb,0xe6,0x53,0x8e,0x65,0x8c,0x8d,0xf9,0x55,0x35,0x04,0xec,0x01,0x02,0x23,0x8c,
|
||||
0x50,0xbb,0x81,0xf6,0x80,0xa6,0xcd,0x6a,0xc8,0x98,0x34,0x43,0x44,0x75,0xda,0x8b,
|
||||
0xf6,0xa5,0xb6,0x11,0x6c,0xe8,0xa7,0x87,0x03,0xa6,0xf7,0x1d,0xf6,0xb1,0x0b,0xd0,
|
||||
0xec,0x91,0x71,0x20,0xa0,0x69,0xe1,0x29,0x7a,0x86,0x73,0x6d,0x43,0x5b,0xc2,0x6d,
|
||||
0xfe,0xf0,0x39,0x6b,0xf9,0x76,0xfd,0x07,0x93,0x76,0xa5,0x97,0x14,0x27,0x9e,0xc5,
|
||||
0x27,0x1d,0x31,0xbd,0xec,0x28,0xe1,0xee,0xef,0x26,0xdc,0xf4,0x32,0xe8,0x93,0x9f,
|
||||
0xe5,0xf5,0x75,0xf7,0xf0,0xc2,0xed,0xf7,0x8f,0x6a,0x65,0xf9,0xb2,0x85,0xac,0x3c,
|
||||
0x73,0xdd,0xd4,0x09,0x8d,0xe2,0xc4,0xb3,0xf8,0xe4,0x31,0xd3,0xcb,0x1e,0xae,0x7d,
|
||||
0x91,0xa6,0x97,0x0e,0x71,0x39,0x3d,0x12,0x22,0xd1,0x18,0x97,0x7c,0xf5,0x3f,0xd9,
|
||||
0xb5,0x3f,0x29,0x03,0xad,0x0e,0xd4,0x05,0x34,0x6d,0xe7,0x14,0xc9,0x8c,0xc3,0xd6,
|
||||
0xde,0xf9,0x36,0xa9,0xfd,0x23,0x14,0x4d,0x8d,0x4d,0xfa,0x3c,0x2c,0x6b,0xf2,0xbb,
|
||||
0xf6,0xd1,0x08,0x6c,0x09,0x68,0x5a,0x67,0xda,0x11,0xd8,0x76,0xca,0xc8,0x07,0x8e,
|
||||
0xc3,0xb2,0x5a,0x1f,0x03,0x2c,0xb7,0x47,0xb9,0x77,0x0f,0x3a,0x1a,0x81,0xe0,0x4c,
|
||||
0x6e,0x84,0xfb,0x55,0xf5,0x2e,0xe0,0xb2,0x44,0xbf,0x6f,0x98,0x26,0x7f,0xfb,0xaf,
|
||||
0x6f,0x51,0x5b,0x53,0x91,0xfc,0xcd,0x64,0x19,0xb7,0xba,0x12,0x47,0x69,0xd5,0x11,
|
||||
0xba,0xd9,0x24,0xde,0xb1,0x97,0x88,0xf6,0xa6,0xe5,0x28,0x31,0x05,0x68,0xdb,0xd3,
|
||||
0xcc,0xeb,0xf7,0x3f,0x3e,0xea,0xb3,0xfc,0x8a,0x32,0xd6,0x5e,0x72,0xde,0xd4,0x26,
|
||||
0x8e,0x97,0x15,0xdc,0xfe,0x63,0xac,0x5c,0x60,0x87,0x6b,0x9f,0x69,0x12,0xeb,0xd8,
|
||||
0x43,0x54,0x7b,0x2b,0xe9,0xe0,0x8e,0x8d,0x6f,0x37,0xf1,0xb1,0xef,0xfe,0x1a,0x25,
|
||||
0xb9,0xa8,0xac,0x9b,0x02,0x9a,0x76,0xcd,0x0c,0x2f,0xf3,0x9c,0xc0,0x02,0x5b,0x21,
|
||||
0x0d,0x29,0xa7,0x15,0x36,0x0f,0xb6,0xd8,0x33,0xc5,0x4d,0x58,0x21,0xae,0xcd,0x01,
|
||||
0x4d,0x8b,0xa6,0x0c,0x81,0xfd,0xaa,0x5a,0x60,0x3f,0xf0,0x5a,0x60,0x9d,0x3d,0x42,
|
||||
0x39,0xb0,0xcc,0xe0,0xaf,0xda,0xd3,0xd6,0xc6,0x80,0xa6,0xa5,0x44,0x05,0x2f,0xdb,
|
||||
0x2b,0xe7,0x6d,0x7b,0x7a,0x94,0x10,0x2e,0x5c,0x7f,0x1c,0x3f,0xf8,0xdc,0xc7,0x92,
|
||||
0xca,0x50,0x39,0x4a,0xce,0xf3,0x8a,0x87,0x8b,0x7f,0x0d,0x65,0xed,0x30,0xe3,0x31,
|
||||
0xf4,0xfe,0x2e,0x62,0x2d,0x3b,0x31,0x06,0x3a,0xa7,0x74,0x1c,0x8d,0x84,0xc2,0x3c,
|
||||
0xf3,0xfb,0xbb,0x31,0x46,0x18,0x7e,0xfc,0x6b,0x56,0xb2,0x64,0xcd,0xca,0x69,0xe8,
|
||||
0x51,0x13,0x39,0xaf,0x64,0xec,0xf6,0xf5,0x75,0x11,0x6b,0xdd,0x81,0x31,0xd0,0x9d,
|
||||
0xf4,0x55,0x0d,0xc3,0xe0,0xda,0x1b,0x6e,0xe1,0xc9,0x57,0xdf,0x49,0xe6,0xb4,0x6e,
|
||||
0x60,0x49,0x40,0xd3,0xda,0x52,0x44,0xd6,0x5c,0xf6,0xac,0x73,0x85,0xad,0xd0,0x4e,
|
||||
0xb4,0x6d,0x39,0x1d,0x58,0x3b,0x3a,0xcf,0x03,0x9b,0x02,0x9a,0xb6,0x77,0xc6,0x08,
|
||||
0x6c,0x13,0xf6,0x64,0xe0,0x54,0xe0,0x2c,0x7b,0xf4,0x69,0x02,0x5e,0xb0,0x1f,0x68,
|
||||
0x7b,0xaa,0x47,0x7f,0xf8,0x55,0xf5,0x4c,0xe0,0x51,0x12,0xcc,0x89,0xad,0x1b,0x26,
|
||||
0x37,0x7d,0xe3,0x53,0x6c,0x58,0x7d,0xf4,0x24,0x87,0x4a,0xe9,0x80,0x80,0xeb,0xb1,
|
||||
0x49,0x87,0x2c,0x1e,0x09,0x9d,0xfb,0x5a,0xd9,0xf2,0xec,0x2b,0x84,0x7b,0x7a,0x29,
|
||||
0x5f,0xbe,0x88,0x25,0x27,0x1e,0x87,0x63,0x5a,0x8b,0x91,0xdb,0xe5,0x45,0xa7,0xa8,
|
||||
0x7d,0xaf,0x6f,0xd9,0xce,0x07,0xbf,0xf9,0x5f,0xb8,0x9d,0x49,0x19,0xdf,0x3e,0x13,
|
||||
0xd0,0xb4,0xdf,0xa5,0xb8,0xec,0xb9,0xb1,0x0c,0xb1,0x6b,0x6c,0x85,0xb7,0xd2,0x9e,
|
||||
0x86,0xbf,0x8c,0x15,0x02,0xfb,0x5c,0x40,0xd3,0xb6,0x4f,0x19,0x81,0xe7,0xfb,0xfd,
|
||||
0xb2,0x69,0x9a,0xab,0x81,0xf7,0xd8,0x84,0x9d,0x0b,0x3c,0x6b,0xdf,0xec,0x9f,0xc0,
|
||||
0x7e,0x7b,0x7f,0x2b,0xad,0xe0,0x57,0xd5,0xeb,0x81,0xef,0x27,0xfa,0xfd,0xc2,0xdc,
|
||||
0x1c,0xee,0xbe,0xe1,0x3a,0x2a,0xcb,0x4a,0xd2,0xaa,0x9d,0xa6,0x69,0x26,0x91,0x98,
|
||||
0x3e,0x35,0x10,0x8e,0x46,0xf9,0xe4,0xbf,0xff,0x8a,0xb7,0x76,0xec,0x49,0xe6,0xb4,
|
||||
0xc7,0x81,0xf7,0xcc,0xb6,0x5f,0xf2,0x04,0xa7,0xe0,0x39,0xc0,0x49,0xc0,0x06,0xfb,
|
||||
0xa8,0xc0,0xf2,0x1e,0x7c,0x0c,0x78,0x7c,0x3c,0x7f,0x8b,0xf1,0xf6,0x81,0x0b,0xb0,
|
||||
0x9c,0x20,0x9e,0x06,0xfe,0x99,0xec,0xe8,0x90,0xe2,0x1d,0xf7,0x47,0xe0,0xc3,0x89,
|
||||
0x9e,0xb3,0x66,0xd9,0x02,0x7e,0xf9,0xf5,0xcf,0x90,0xef,0xcd,0x41,0x60,0xfa,0xf0,
|
||||
0xc7,0x87,0xfe,0xc9,0x8f,0xff,0x90,0x54,0x20,0x59,0x0b,0xb0,0x32,0xa0,0x69,0xad,
|
||||
0x19,0x22,0x9b,0xf9,0xc0,0x7a,0x2c,0x6b,0xf8,0x73,0x01,0x4d,0xbb,0x67,0xc6,0x8c,
|
||||
0x58,0x69,0xd6,0x51,0x2e,0xe0,0x6f,0xc0,0xd9,0x89,0xaf,0x87,0x8f,0xe7,0x3b,0x9f,
|
||||
0xbe,0x9c,0x1c,0x8f,0x3b,0xa5,0xda,0x12,0x8f,0xc5,0x90,0x24,0x09,0x25,0x81,0x3a,
|
||||
0x4e,0x91,0xd0,0x20,0xee,0x14,0x1d,0x84,0x5e,0xdf,0xb2,0x83,0x8f,0x7f,0xf7,0xd7,
|
||||
0xc9,0x64,0xfd,0x88,0x00,0x67,0x04,0x34,0xed,0x85,0x6c,0x95,0x63,0x25,0x5b,0x1b,
|
||||
0x1e,0xec,0xe9,0xd1,0x7d,0x3e,0xdf,0x7d,0xf6,0x9a,0x3e,0xa1,0x62,0xb4,0x5b,0x77,
|
||||
0xef,0xa7,0xbd,0xab,0x9b,0x35,0x47,0x2d,0x4e,0xca,0x4f,0x7a,0x3a,0x21,0x49,0x12,
|
||||
0xff,0xba,0xff,0x31,0x5a,0x76,0xec,0xa6,0x6a,0x49,0xed,0x11,0xbf,0xdb,0xb1,0xaf,
|
||||
0x85,0x17,0xff,0xf8,0x00,0x25,0xf3,0x6b,0xc8,0x99,0x5c,0xaa,0xd6,0x29,0x87,0xb6,
|
||||
0xbf,0x8d,0xab,0x7f,0xf0,0x3f,0xc9,0x64,0x43,0xd1,0x81,0x2b,0x03,0x9a,0xf6,0x70,
|
||||
0x36,0xcf,0x58,0xe4,0x6c,0x6e,0xbc,0xed,0xa6,0x76,0x3e,0xf0,0x50,0xa2,0xe7,0x3c,
|
||||
0xf0,0xcc,0xab,0x7c,0xe5,0x67,0x0d,0xb4,0x76,0xa6,0x86,0xad,0xce,0xc4,0xa4,0x70,
|
||||
0x6e,0x19,0x5d,0xda,0x3e,0xda,0xf6,0x1c,0x3e,0x48,0xc0,0xd0,0x75,0x9a,0x5e,0x7c,
|
||||
0x1d,0xd9,0xe1,0xc0,0x9b,0x9f,0x9b,0x52,0xef,0x61,0x4f,0x4b,0x3b,0x9f,0xfd,0xd1,
|
||||
0x4d,0x74,0xf6,0x26,0xec,0x42,0x6a,0x00,0x5f,0x08,0x68,0xda,0x9f,0xb2,0x7d,0xc9,
|
||||
0xa1,0x64,0x7b,0x07,0x04,0x7b,0x7a,0xe2,0x3e,0x9f,0xef,0x6e,0x2c,0xb7,0xcc,0xd5,
|
||||
0x89,0x9c,0xb3,0xbb,0xb5,0x93,0x27,0x5f,0xde,0xc4,0x62,0x7f,0x25,0x55,0x73,0x4a,
|
||||
0x67,0xbd,0x0d,0x05,0xa5,0x45,0xec,0xdb,0xb2,0x83,0xd6,0xa6,0x5d,0x14,0x54,0x94,
|
||||
0x91,0x5b,0x38,0x3a,0x4f,0x75,0x3c,0x1a,0xe3,0xad,0xa7,0x5e,0xa2,0x6b,0xd7,0x1e,
|
||||
0x16,0xae,0x5f,0x4d,0x59,0x4d,0x65,0xca,0xf4,0xff,0x96,0x9d,0xbb,0xf9,0xec,0x7f,
|
||||
0xfe,0x96,0xdd,0x6d,0x5d,0xc9,0x68,0xde,0x94,0xb7,0x38,0x0b,0x02,0xcf,0x2c,0x89,
|
||||
0x0d,0x9f,0xcf,0xf7,0x88,0x6d,0x10,0x39,0x3b,0x91,0x7e,0xe9,0x0b,0x85,0x79,0xf0,
|
||||
0x99,0x8d,0x44,0x22,0x61,0x96,0xcc,0xaf,0x21,0x27,0xc9,0x64,0xf0,0x53,0x09,0x87,
|
||||
0xd3,0x49,0x71,0x4d,0x05,0xcd,0x5b,0x77,0xb2,0xf7,0xed,0x26,0x82,0xed,0x9d,0xc4,
|
||||
0x62,0x71,0x06,0x7a,0xfa,0x68,0xde,0x1e,0x60,0xf3,0xe3,0xcf,0xd1,0xdb,0xd2,0x4e,
|
||||
0xf5,0xca,0x65,0x2c,0x3e,0x61,0x65,0x4a,0x58,0xa6,0x0d,0xc3,0xe4,0x91,0x17,0x5e,
|
||||
0xe5,0xdf,0x7e,0xf4,0x3b,0x7a,0x06,0x12,0x8e,0x3e,0xed,0x07,0x2e,0x0d,0x68,0xda,
|
||||
0x5d,0x42,0x6a,0xed,0x25,0x94,0xe8,0x82,0xd1,0xf0,0xab,0xea,0xf1,0xc0,0x9f,0x80,
|
||||
0xc5,0x89,0x9e,0x93,0xef,0xf5,0xf0,0xad,0x4f,0x7e,0x80,0xd3,0x4f,0x38,0x86,0xbc,
|
||||
0x1c,0x0f,0xb3,0xb5,0x97,0x31,0xd8,0x3f,0x40,0xd3,0x2b,0x6f,0xd2,0xda,0xb8,0x13,
|
||||
0x3d,0x1a,0xb5,0x5f,0xaf,0x49,0xde,0x9c,0x52,0x6a,0xd7,0x1c,0x43,0x65,0xad,0x9a,
|
||||
0x12,0x7d,0xbc,0xaf,0xad,0x93,0x9b,0xee,0x7a,0x98,0xfb,0x9f,0xd9,0x98,0xcc,0x60,
|
||||
0xd2,0x08,0x5c,0x12,0xd0,0xb4,0x77,0x84,0x94,0x0a,0x02,0x8f,0x47,0xe2,0x5c,0xe0,
|
||||
0x07,0xc0,0x17,0x12,0xb5,0x13,0x98,0xa6,0x89,0x5a,0x5e,0x42,0xfd,0xfb,0xce,0xe2,
|
||||
0x94,0xe3,0x8f,0xa2,0xac,0xa8,0x70,0x42,0x39,0x94,0x27,0xff,0x46,0x25,0xa2,0x83,
|
||||
0x61,0x06,0xfb,0xfa,0xd1,0xe3,0x3a,0x9e,0x5c,0x2f,0x39,0x79,0xb9,0x48,0xf2,0xec,
|
||||
0xbe,0x6a,0x49,0x92,0x68,0xef,0xee,0xe1,0xe1,0x67,0x5e,0xe1,0x57,0x77,0x3e,0x4c,
|
||||
0x34,0xb9,0x5c,0xcf,0xbf,0x03,0xbe,0x12,0xd0,0xb4,0x7e,0x21,0x9d,0x82,0xc0,0xc9,
|
||||
0x6a,0xe3,0xff,0x01,0x4e,0x48,0xe6,0x3c,0x8f,0xcb,0xc9,0xa5,0x67,0x9c,0xc8,0xd9,
|
||||
0x27,0x1f,0xc7,0xb2,0x05,0xf3,0x70,0xbb,0x9c,0x59,0xdb,0x87,0xa6,0x69,0x12,0x68,
|
||||
0x6e,0xe5,0xb1,0x17,0x5e,0xe7,0xf7,0x7f,0xfb,0x27,0x03,0xe1,0xa4,0x5c,0x81,0x77,
|
||||
0x02,0x57,0x07,0x34,0xed,0x09,0x21,0x8d,0x82,0xc0,0x13,0x25,0xb1,0x84,0xe5,0xf0,
|
||||
0xf1,0x3d,0xac,0x28,0x94,0xa4,0x84,0xd7,0xeb,0x71,0xf3,0x89,0xf7,0x9e,0xca,0xaa,
|
||||
0xe5,0x75,0x2c,0x9a,0x57,0x49,0x61,0x7e,0x2e,0x0e,0x45,0x99,0x1d,0xed,0x3c,0x43,
|
||||
0x9a,0x36,0x1a,0x8b,0xd1,0xd2,0x11,0xe4,0xad,0xa6,0x9d,0x3c,0xf0,0xd4,0xcb,0x3c,
|
||||
0xf3,0xc6,0x56,0x5c,0x8e,0xa4,0xcc,0x2d,0x3d,0x58,0x01,0xf9,0x3f,0x0b,0x68,0x5a,
|
||||
0x44,0x48,0xa1,0x20,0xf0,0x54,0x10,0xd9,0x6d,0x13,0xf9,0xeb,0xc9,0xac,0x8f,0x87,
|
||||
0x60,0x98,0x26,0xbd,0xe1,0x18,0xe7,0x9f,0xb0,0x9c,0xe3,0x97,0x2d,0x64,0xe9,0x82,
|
||||
0x1a,0xe6,0x55,0xcc,0xa1,0x28,0x3f,0x0f,0x5f,0x7e,0xae,0x95,0xea,0x30,0xcd,0x48,
|
||||
0x2d,0x49,0x12,0x92,0x24,0xd1,0x1f,0x1a,0xa4,0x33,0xd8,0x4b,0xa0,0xb9,0x95,0xb7,
|
||||
0x9a,0x76,0xf1,0xc2,0x1b,0x5b,0x78,0x7a,0xf3,0x0e,0x8a,0xbd,0x49,0x3b,0xbc,0xf4,
|
||||
0xd9,0x33,0x9e,0x9f,0xa7,0x4a,0x00,0x8c,0x20,0x70,0xe6,0x11,0x59,0xc1,0xda,0x3b,
|
||||
0xfe,0x12,0x96,0xef,0xea,0x84,0xfa,0xd0,0x34,0x2d,0x52,0xfb,0xf2,0x3c,0xd4,0xcc,
|
||||
0x29,0xe1,0xe8,0x45,0x7e,0x96,0xcc,0xaf,0xc2,0x57,0x90,0x4f,0x45,0x69,0x11,0x5e,
|
||||
0x8f,0x87,0xfc,0xdc,0x1c,0x7c,0xf9,0xb9,0x76,0x48,0x9d,0xc4,0x4c,0x1b,0x8f,0xcd,
|
||||
0xa1,0x07,0x05,0xfa,0x07,0xc3,0xf4,0xf4,0x0d,0x10,0x0a,0x47,0xe8,0xe8,0xee,0xa1,
|
||||
0xad,0xab,0x87,0xbd,0xad,0x1d,0xbc,0xf2,0xce,0x36,0x02,0xcd,0x6d,0xb4,0xf7,0x0c,
|
||||
0x20,0x4b,0x13,0x7e,0xc6,0xbd,0xc0,0x8d,0xc0,0x6f,0x33,0xbd,0x14,0x8a,0x20,0xf0,
|
||||
0x68,0x32,0x39,0xec,0x69,0x6d,0x1d,0x56,0xe0,0x75,0x08,0x3b,0x21,0xc0,0x4c,0x24,
|
||||
0xdd,0xf3,0xab,0xea,0x62,0xe0,0x13,0xc0,0x87,0x98,0x60,0x39,0xd3,0xc3,0x41,0x37,
|
||||
0x0c,0x42,0xd1,0x38,0xdd,0xe1,0x38,0x0b,0xe7,0xf8,0x58,0x58,0x59,0x46,0xd5,0x9c,
|
||||
0x22,0x2a,0x4a,0x8b,0x28,0xc8,0xf5,0xa2,0x28,0x0a,0x4e,0x87,0x03,0xa7,0x43,0xb1,
|
||||
0x0f,0x07,0x8a,0xa2,0xe0,0x50,0x64,0xe4,0xc3,0x18,0xac,0x4c,0x13,0xe2,0xba,0x8e,
|
||||
0x61,0x18,0xc4,0x75,0x03,0xdd,0x30,0xd0,0x75,0x83,0xb8,0xae,0x13,0x8f,0xeb,0xe8,
|
||||
0xba,0x4e,0x5c,0xd7,0x19,0x8c,0x44,0x69,0xeb,0xea,0x61,0x5f,0x7b,0x17,0x7b,0xda,
|
||||
0xba,0x68,0xdc,0xd7,0x8e,0x69,0x98,0x14,0x78,0x9c,0x38,0x15,0x79,0xaa,0xb6,0xa1,
|
||||
0x06,0x80,0x27,0x80,0x5b,0x81,0xbf,0xa7,0x63,0x50,0x8c,0x20,0xf0,0xe4,0xc8,0xb3,
|
||||
0x06,0xf8,0x3d,0x56,0x3c,0xf2,0xc1,0xe8,0xc5,0x8a,0xb9,0xfc,0x33,0x70,0xd7,0x78,
|
||||
0x89,0xc1,0xa6,0x48,0x2b,0x9f,0x08,0x5c,0x62,0x6b,0xe7,0x45,0x42,0xb4,0x0e,0x3b,
|
||||
0x45,0x7e,0x0a,0x2b,0xe5,0xeb,0xdf,0x67,0x2a,0x6b,0x85,0x20,0x70,0x6a,0x12,0xf8,
|
||||
0x11,0xac,0x30,0xc7,0xf1,0xd0,0x01,0xfc,0x04,0xf8,0xf5,0x54,0x67,0x43,0x38,0x02,
|
||||
0x99,0x6b,0x81,0xf3,0xb0,0x42,0x30,0x4f,0xc1,0x4a,0xbb,0x92,0x8d,0x30,0xb0,0x92,
|
||||
0x3a,0x3c,0x89,0x15,0xf2,0xf7,0xc2,0x74,0x0f,0xa6,0x82,0xc0,0xe9,0x43,0xe0,0xcf,
|
||||
0x70,0x84,0x7c,0xcf,0x4b,0x4e,0x3f,0x9f,0xd3,0x3f,0x7e,0x0d,0xdb,0x5f,0x7b,0x89,
|
||||
0xc7,0x7f,0xfd,0x7d,0x40,0xda,0x8a,0xe5,0xfc,0xfe,0xd2,0x0c,0x3f,0xa7,0x0c,0x1c,
|
||||
0x6b,0x6b,0xe8,0x13,0xb1,0xdc,0x35,0xab,0xed,0x29,0x7f,0x26,0x21,0x6c,0x0f,0x96,
|
||||
0x6f,0xd8,0xb3,0x9f,0x57,0x80,0x97,0xd2,0x28,0x7f,0xb8,0x20,0xf0,0x2c,0x90,0xf8,
|
||||
0x7a,0xac,0xed,0x9d,0x43,0x9c,0x2d,0xaa,0x8e,0x5e,0xcd,0xa5,0xdf,0xfe,0x31,0x00,
|
||||
0xbf,0x78,0xff,0x7a,0x64,0xa7,0x0b,0xac,0xb4,0xa2,0xdf,0x0c,0x68,0xda,0xcf,0x67,
|
||||
0xf9,0xb9,0x8b,0xb0,0xd2,0x0f,0xad,0xb0,0x97,0x00,0x8b,0xb1,0xf2,0x2a,0x55,0x61,
|
||||
0x65,0x68,0x48,0x65,0xb4,0x61,0x65,0x05,0x0d,0x60,0x55,0xe4,0xd8,0x0a,0xbc,0x03,
|
||||
0xec,0x0a,0x68,0x5a,0x8b,0xa0,0x94,0x20,0x70,0x52,0x58,0xf3,0x9e,0x0b,0x37,0xb4,
|
||||
0xbc,0xb3,0xe9,0x57,0x92,0x2c,0x1f,0x92,0xf3,0xc6,0xe9,0xcd,0x45,0x71,0x79,0x08,
|
||||
0x07,0x3b,0x29,0xa8,0xa8,0xc6,0x57,0x5e,0xcd,0xee,0x4d,0x2f,0x83,0x65,0xf1,0xfc,
|
||||
0x62,0xaa,0x19,0x4e,0xfc,0xaa,0xea,0x0e,0x06,0x83,0x4b,0x06,0xc3,0xe1,0xfb,0x24,
|
||||
0x58,0x20,0xcb,0x32,0xb2,0x2c,0x23,0x0d,0xfd,0x94,0x24,0xab,0x02,0xdc,0x90,0x11,
|
||||
0xc9,0xfe,0x7b,0xe8,0xf7,0x23,0xbd,0xd0,0x51,0x1b,0x54,0x23,0xb6,0xab,0x46,0x5a,
|
||||
0x9a,0x87,0x7e,0x37,0x4d,0x13,0xc3,0x30,0x30,0xec,0x9f,0xa6,0x69,0xea,0x1e,0xb7,
|
||||
0xfb,0x9b,0x3e,0x9f,0xef,0x66,0xd3,0x34,0xa3,0x62,0x6f,0x56,0x60,0xca,0xd0,0xd0,
|
||||
0x14,0xfc,0x22,0x20,0xf9,0x55,0xf5,0xa3,0x7e,0x55,0xdd,0xe1,0x57,0x55,0xf3,0xe0,
|
||||
0x43,0xad,0xa9,0x36,0xaf,0xbf,0xf7,0x9f,0xe6,0xad,0xdb,0x7a,0xcc,0xcf,0xfd,0xe6,
|
||||
0x8f,0xa6,0x5a,0x53,0x63,0xfa,0x55,0xf5,0x46,0xdb,0x49,0x23,0x65,0x20,0xcb,0xf2,
|
||||
0xc9,0x92,0x55,0xf4,0xcd,0x9c,0xc8,0x21,0x49,0x52,0x42,0xc7,0x04,0xaf,0x6f,0x28,
|
||||
0x8a,0xf2,0x1f,0x05,0x79,0x79,0x62,0xeb,0x31,0x85,0xe0,0xc8,0x80,0x36,0x7c,0xa6,
|
||||
0xa1,0x29,0xf8,0x64,0x7d,0x9d,0xef,0xff,0xfc,0xaa,0x7a,0x37,0xf0,0x35,0xe0,0x7a,
|
||||
0xac,0x84,0xf0,0x96,0x56,0x92,0x15,0x76,0xbc,0xf6,0x32,0xf3,0x96,0x1d,0xc3,0xc2,
|
||||
0x55,0x27,0x11,0xe9,0xd8,0x83,0x67,0x8e,0xfa,0x59,0x7b,0x2a,0xf8,0xc3,0x14,0x21,
|
||||
0xef,0xa9,0x86,0x61,0xfc,0x1d,0xbb,0x1c,0xaa,0x2c,0xcb,0xb8,0x9c,0x4e,0x1c,0x4e,
|
||||
0x27,0x0e,0x87,0x03,0x87,0xa2,0x1c,0xd0,0xc6,0xb6,0x03,0xc5,0x90,0x56,0x66,0x84,
|
||||
0x16,0x4e,0x84,0x5d,0x43,0x0e,0x23,0x86,0x61,0xa0,0xdb,0xdb,0x4a,0xb1,0x78,0x9c,
|
||||
0x58,0x34,0x4a,0x38,0x1c,0x3e,0x5c,0x29,0x13,0x49,0xd7,0xf5,0xef,0x0e,0x0c,0x0e,
|
||||
0xfa,0xb0,0xf6,0xc0,0x05,0xc4,0x14,0x7a,0xd2,0xda,0x77,0x3e,0x96,0xbf,0xec,0xb5,
|
||||
0xf5,0x75,0xbe,0xff,0x1a,0x31,0x15,0x5d,0x05,0xdc,0x87,0x95,0x7c,0xdb,0x12,0x5a,
|
||||
0xc3,0xa0,0x72,0xc5,0x71,0x98,0xa6,0x49,0xcb,0x96,0xe1,0xba,0x57,0x71,0xe0,0xbd,
|
||||
0x01,0x4d,0x7b,0x6c,0x56,0x47,0x51,0x87,0xe3,0x28,0xd3,0x34,0x5f,0xcc,0xcf,0xcb,
|
||||
0xcb,0xf3,0x78,0x3c,0x38,0x9d,0xce,0x43,0xc9,0x39,0x43,0x18,0x9a,0x3e,0x47,0x22,
|
||||
0x11,0xfa,0x07,0x06,0x08,0x85,0x42,0x63,0x3d,0xef,0xf7,0xe2,0xf1,0xf8,0x7f,0x08,
|
||||
0xfa,0x08,0x02,0x4f,0x96,0xc0,0x9f,0xb5,0xd7,0xb3,0x4f,0xd6,0xd7,0xf9,0xce,0x3a,
|
||||
0x68,0x3d,0x59,0x81,0xb5,0x75,0xb1,0x62,0xac,0x73,0x4b,0x17,0x2c,0x21,0x1a,0x0e,
|
||||
0xd1,0xdb,0xbc,0xbb,0x19,0x58,0x3e,0x5b,0x1e,0x40,0x15,0xe5,0xe5,0x1e,0xd3,0x34,
|
||||
0x37,0xb9,0xdd,0xee,0x25,0xa9,0x98,0x41,0x52,0xd7,0x75,0xfa,0xfb,0xfb,0x09,0xf6,
|
||||
0xf4,0x8c,0x74,0xf5,0x34,0x9c,0x4e,0xe7,0x45,0xb1,0x58,0xec,0x21,0x41,0xa1,0x59,
|
||||
0x9e,0xb9,0xa5,0xf9,0xf3,0x9f,0x6f,0xff,0x3c,0xa9,0xa1,0x29,0x38,0xaa,0xfa,0x60,
|
||||
0x40,0xd3,0xf6,0x03,0x67,0x60,0x59,0x4a,0x47,0x1b,0xb7,0xdc,0x1e,0xae,0xfc,0xaf,
|
||||
0xff,0xe5,0xea,0x9b,0xef,0x62,0xf1,0x86,0x73,0x2b,0x81,0x1f,0xcf,0x56,0x03,0xdc,
|
||||
0x6e,0xf7,0xf5,0x1e,0x8f,0x67,0x49,0xaa,0xa6,0x7f,0x55,0x14,0x85,0xc2,0xc2,0x42,
|
||||
0xaa,0xab,0xaa,0xc8,0xcb,0x1d,0xde,0xf9,0x92,0xe3,0xf1,0xf8,0xad,0x1e,0x8f,0xa7,
|
||||
0x54,0x50,0x48,0x10,0x78,0xa2,0xda,0x37,0x17,0xab,0x22,0x04,0x58,0x7b,0xaa,0x87,
|
||||
0x14,0xff,0xb1,0xb3,0xf4,0xbf,0x17,0xcb,0x33,0x6b,0x18,0xb1,0xc1,0x7e,0x4c,0xc3,
|
||||
0xc0,0x95,0xe3,0xe5,0x84,0x8b,0x3e,0x88,0xa9,0xc7,0x3f,0xed,0x57,0xd5,0x75,0x33,
|
||||
0xdd,0x06,0xdb,0x15,0xf3,0xba,0x74,0xe8,0x6f,0x45,0x51,0x28,0x2d,0x2d,0xa5,0xac,
|
||||
0xb4,0x74,0x68,0xaa,0x3d,0x27,0x1a,0x8d,0xfe,0x50,0x50,0x48,0x10,0x78,0xa2,0x58,
|
||||
0xc1,0xe8,0x9a,0xbf,0xeb,0xc7,0xfa,0x52,0x40,0xd3,0x9a,0x80,0xfa,0xd1,0xad,0x76,
|
||||
0xf0,0xfc,0xdd,0xb7,0x13,0x1e,0xe8,0xa7,0xbf,0xbb,0x13,0x3b,0xda,0xfd,0x36,0x3b,
|
||||
0x27,0xef,0x4c,0xe2,0x87,0x58,0xd5,0x2d,0xd2,0x06,0xb9,0xb9,0xb9,0x94,0xcf,0xb5,
|
||||
0x0a,0x9f,0x1b,0x86,0xf1,0x29,0x97,0xd3,0x59,0x27,0x68,0x24,0x08,0x3c,0x11,0xf4,
|
||||
0x33,0x7a,0x7b,0xf3,0xb0,0x55,0x0c,0x03,0x9a,0x76,0x37,0x70,0xc7,0xc8,0xcf,0x5e,
|
||||
0xfe,0xf3,0xef,0xf8,0xf1,0xe9,0x75,0xdc,0xf3,0xed,0x6b,0x86,0xea,0xd9,0xd6,0x02,
|
||||
0xbf,0x9b,0xa9,0xad,0x25,0xbf,0xaa,0x2e,0x62,0x9c,0xea,0x96,0xd4,0x45,0xe1,0x00,
|
||||
0x00,0x11,0x68,0x49,0x44,0x41,0x54,0xeb,0xa9,0x0a,0x8f,0xc7,0xc3,0x9c,0xb2,0x32,
|
||||
0x00,0x29,0xae,0xeb,0xdf,0x14,0x34,0x12,0x04,0x4e,0x1a,0xf5,0x75,0xbe,0x77,0x80,
|
||||
0xdf,0xd8,0x7f,0x6e,0x05,0xfe,0x77,0x9c,0x53,0xbe,0x8c,0x55,0x00,0x6b,0x18,0x8e,
|
||||
0x82,0x32,0x14,0xb7,0x95,0xe4,0xbc,0xb0,0x72,0x1e,0xee,0xbc,0x82,0xcb,0x81,0x7f,
|
||||
0x9f,0xa1,0x26,0x5c,0x45,0x1a,0x6f,0xe3,0x79,0xbd,0x5e,0x7c,0x85,0x85,0x98,0xa6,
|
||||
0x79,0xa9,0xc7,0xe3,0x29,0x12,0x54,0x9a,0x1d,0xa4,0xfd,0xa6,0x7c,0x43,0x53,0xd0,
|
||||
0x55,0x5f,0xe7,0x4b,0x28,0x48,0xc1,0xaf,0xaa,0x5f,0x00,0x7e,0x75,0xf0,0xe7,0xbe,
|
||||
0x2a,0x3f,0xd7,0x34,0xdc,0x8b,0x1e,0x8f,0xf1,0xd8,0x2d,0xbf,0xe4,0x8d,0xbf,0xde,
|
||||
0xf9,0xd5,0xe9,0x74,0xb7,0xb4,0xc3,0x20,0x1b,0x49,0x32,0xc3,0x47,0xaa,0xc1,0x34,
|
||||
0x4d,0x9a,0xf7,0xef,0x47,0xd7,0xf5,0x8f,0x1a,0x86,0xf1,0x47,0x41,0x27,0xa1,0x81,
|
||||
0x27,0xa2,0x89,0x93,0x89,0x30,0xfa,0x1f,0xac,0x9a,0xad,0xa3,0x10,0x0b,0x87,0x30,
|
||||
0x31,0x71,0x7a,0x72,0x58,0x77,0xe9,0xc7,0x31,0x0d,0xfd,0x67,0x7e,0x55,0xfd,0x89,
|
||||
0x1d,0x59,0x34,0x1d,0x58,0x94,0xee,0xe4,0x05,0xcb,0xa5,0xb3,0xb4,0xa4,0x04,0xd3,
|
||||
0x34,0x2f,0x14,0x54,0x12,0x04,0x9e,0x76,0x04,0x34,0x2d,0x0e,0x5c,0x7b,0xf0,0xe7,
|
||||
0x03,0x9d,0x6d,0x3c,0xff,0x97,0x3f,0x10,0x8b,0x84,0x89,0x86,0x43,0x43,0x13,0x93,
|
||||
0xeb,0x80,0x47,0xfd,0xaa,0x3a,0x1d,0x59,0xd0,0xcf,0x9e,0x81,0xe6,0x76,0x03,0xb7,
|
||||
0xd9,0x9a,0x7e,0xda,0xe0,0x76,0xbb,0xf1,0x7a,0xbd,0x6b,0x72,0x73,0x73,0x9d,0x82,
|
||||
0x4e,0x62,0x0a,0x3d,0xed,0xb0,0x8d,0x54,0x0f,0x03,0xe7,0x1e,0xd2,0x19,0xb2,0x6c,
|
||||
0x39,0x2b,0x0c,0x39,0x2c,0x98,0x26,0x48,0x52,0x2f,0xf0,0x5d,0xac,0x74,0x2f,0x83,
|
||||
0x93,0xb8,0xaf,0x02,0xac,0x0a,0x87,0xc3,0xd7,0x9a,0xa6,0x79,0x59,0x4e,0xce,0xb4,
|
||||
0x17,0x18,0xfb,0x44,0x40,0xd3,0xfe,0xe0,0x57,0xd5,0x52,0x40,0xc3,0x76,0xd1,0x9c,
|
||||
0x0e,0x44,0x22,0x11,0xda,0xda,0xdb,0xe7,0xe8,0xba,0x2e,0xf2,0x58,0x09,0x02,0xcf,
|
||||
0x08,0x89,0x97,0x00,0x9b,0x00,0xcf,0xe1,0xbe,0x53,0xec,0x5f,0xc4,0x69,0x57,0x7e,
|
||||
0x8e,0x70,0x5f,0x2f,0xcf,0xdc,0x7e,0x13,0xfd,0x6d,0xcd,0xcd,0xc0,0x2d,0xc0,0x1d,
|
||||
0x01,0x4d,0xdb,0x9a,0xe0,0x7d,0x5c,0x58,0x45,0x9c,0x2f,0xc0,0x34,0x3f,0x60,0x44,
|
||||
0x42,0x4b,0xfb,0x07,0x23,0xe4,0xe4,0xe5,0xe3,0x74,0x4e,0xbb,0xc2,0x3a,0x2f,0xa0,
|
||||
0x69,0x8f,0xd8,0xeb,0xed,0xed,0x4c,0x71,0xca,0x9f,0x83,0xd7,0xc2,0x91,0x48,0x64,
|
||||
0x5d,0x4b,0x6b,0xeb,0x0b,0x82,0x52,0x33,0x0b,0x47,0x36,0x36,0x3a,0xa0,0x69,0x8d,
|
||||
0x7e,0x55,0xfd,0x29,0x47,0xb0,0x38,0x1f,0x7d,0xd6,0x05,0x2c,0x5d,0x7b,0x1a,0x98,
|
||||
0x26,0x55,0x8b,0x97,0x71,0xcb,0x67,0x2e,0xad,0x34,0x0d,0xe3,0xbb,0xc0,0xf5,0x7e,
|
||||
0x55,0x0d,0x00,0x2f,0x62,0xc5,0xc1,0xee,0xc5,0x4a,0x83,0x6a,0x60,0x65,0xde,0x98,
|
||||
0x8b,0x15,0xdb,0x7b,0x0c,0x70,0x34,0x50,0x02,0x70,0x4a,0xfd,0x97,0x39,0xe1,0xbd,
|
||||
0x97,0xf0,0xf8,0x6d,0x37,0xf1,0xfa,0x7d,0xb7,0x27,0xfb,0xc8,0x3a,0x70,0x17,0x49,
|
||||
0xd4,0x33,0x3e,0x68,0x70,0x4e,0x26,0xdd,0x65,0x2b,0xe0,0x03,0x12,0x4e,0x29,0x29,
|
||||
0x49,0x12,0x1e,0x8f,0xa7,0x5a,0xd0,0x49,0x10,0x78,0x26,0xf1,0x7d,0x2c,0x2f,0xad,
|
||||
0xe3,0xc6,0xfa,0xe7,0xa6,0xbf,0xdf,0xc7,0xb2,0x75,0xa7,0x53,0x5c,0x51,0x4d,0x5e,
|
||||
0x51,0x09,0xae,0xbc,0x02,0x22,0xbd,0x41,0x00,0x65,0xed,0xc7,0xae,0xa9,0x2d,0xae,
|
||||
0xa8,0xae,0xdd,0xfe,0xea,0x8b,0x6c,0xf9,0xc7,0x43,0x23,0x55,0x11,0xb5,0x6b,0xcf,
|
||||
0x44,0x3d,0xfa,0x78,0x1a,0x5f,0xf8,0x07,0xcd,0x9b,0x5f,0x1b,0xfe,0x7c,0xd9,0xda,
|
||||
0xd3,0xf0,0x16,0x14,0xd2,0xaa,0xed,0x44,0x4e,0xde,0x6d,0xf2,0x07,0xc0,0xbd,0x49,
|
||||
0x12,0x78,0xa2,0xb8,0x17,0xd8,0x0c,0xdc,0x94,0xe4,0x79,0x15,0x82,0x4e,0x82,0xc0,
|
||||
0x33,0xa9,0x85,0xe3,0x7e,0x55,0xbd,0x0c,0xd8,0x08,0x1c,0xb2,0x8f,0xd9,0xb3,0x2f,
|
||||
0xc0,0x6f,0xae,0x38,0x9b,0xe5,0xe7,0x5d,0x46,0x47,0x60,0xfb,0x10,0x79,0x59,0xf1,
|
||||
0x9e,0xf7,0x73,0xda,0x47,0xaf,0x06,0x4c,0x8e,0x3e,0xe3,0x5c,0xee,0x35,0x0d,0x1a,
|
||||
0xff,0xf9,0x77,0x00,0x8e,0xff,0xc0,0xc7,0x38,0xf7,0xea,0xaf,0x80,0x24,0xb1,0xe6,
|
||||
0xa2,0x0f,0x72,0xfb,0x75,0x9f,0x66,0xdf,0xe6,0xd7,0x40,0x92,0x78,0xe4,0xa6,0x1b,
|
||||
0x58,0x7d,0xc1,0x65,0x16,0x81,0xe5,0xa4,0x6c,0x87,0xcd,0xc0,0x8f,0x80,0x25,0x33,
|
||||
0xd8,0x3d,0xbf,0xc5,0xda,0xa7,0x5e,0x95,0xc4,0x39,0x25,0x82,0x4e,0x33,0x8f,0x6c,
|
||||
0xaf,0x0f,0xbc,0x03,0xb8,0x14,0x18,0x73,0x2b,0x4a,0x72,0xb8,0x78,0xf7,0xf1,0x07,
|
||||
0x68,0x6b,0x7a,0x7b,0xf8,0xb3,0x9d,0xaf,0x3c,0x47,0x73,0x93,0x55,0x5f,0x2b,0x1a,
|
||||
0x0a,0x11,0x19,0x38,0x50,0xd3,0x76,0xa0,0xbb,0x8b,0x68,0x24,0x8c,0x24,0xc9,0x84,
|
||||
0xfb,0x7a,0x19,0x08,0x1e,0x28,0x99,0xa9,0x6d,0x7c,0x9e,0xbb,0xbf,0xf3,0x79,0xf6,
|
||||
0x0e,0x69,0xe5,0xc4,0x71,0xeb,0x4c,0x24,0xe3,0x3b,0xa8,0x5f,0x4c,0xe0,0x67,0x49,
|
||||
0x9e,0x96,0x23,0xe8,0x24,0x34,0xf0,0x6c,0x90,0xf8,0x1f,0x7e,0x55,0xfd,0x28,0x56,
|
||||
0x0a,0xda,0x71,0xf7,0x7d,0x43,0x5d,0xed,0xfc,0xef,0xe7,0x3e,0x8c,0x3b,0xaf,0x80,
|
||||
0x78,0x78,0x10,0x3d,0x76,0x80,0x5b,0x8d,0x4f,0x3d,0xcc,0xae,0x8d,0xcf,0x51,0x54,
|
||||
0xed,0xa7,0x7d,0xe7,0x56,0xf4,0x68,0x64,0xac,0x05,0x63,0xb2,0x8f,0x78,0xcf,0x2c,
|
||||
0x75,0xcd,0x03,0xc0,0x60,0x12,0xc4,0x74,0x08,0x3a,0x09,0x0d,0x3c,0x5b,0x24,0xfe,
|
||||
0x8b,0xad,0x89,0x13,0xdb,0x26,0x32,0x4d,0x22,0x7d,0x3d,0xa3,0xc8,0x3b,0x84,0x48,
|
||||
0x7f,0x2f,0x2d,0x8d,0x6f,0x8d,0x4d,0x5e,0x48,0x36,0x48,0xbf,0x93,0x31,0xc2,0x21,
|
||||
0x67,0xa8,0x4f,0x22,0xc0,0x33,0x42,0x3a,0x04,0x81,0xd3,0x85,0xc4,0xf7,0x63,0x95,
|
||||
0x4a,0xd9,0x3b,0x9d,0xf7,0x49,0x52,0xff,0x6e,0x9f,0xcc,0xde,0xf3,0x14,0xe0,0x5f,
|
||||
0x42,0x32,0x04,0x81,0xd3,0x89,0xc4,0xaf,0x60,0x6d,0xfd,0xdc,0x09,0xd3,0x54,0xa7,
|
||||
0x3b,0x39,0x0d,0xbc,0x6b,0x96,0xbb,0xe4,0x5d,0x21,0x15,0x82,0xc0,0xe9,0x46,0xe2,
|
||||
0xee,0x80,0xa6,0x7d,0x08,0x38,0x07,0x78,0x6d,0x6a,0xb9,0x2b,0x25,0xbb,0x85,0xb4,
|
||||
0x7f,0x8a,0x94,0xfe,0x44,0xdf,0xf3,0x2e,0x21,0x11,0x82,0xc0,0xe9,0x4a,0xe4,0x27,
|
||||
0xb0,0x0a,0x7b,0x9f,0x03,0xfc,0x0d,0xcb,0x99,0x62,0xf2,0x1d,0x9e,0xdc,0x16,0x52,
|
||||
0xcf,0x2c,0x13,0x58,0x24,0x6a,0x4f,0x71,0x08,0xcb,0xe1,0x91,0x49,0x6c,0x60,0x25,
|
||||
0xc6,0x7b,0xdc,0xaf,0xaa,0x25,0xc0,0x05,0x58,0xf5,0x8e,0xd6,0x01,0x95,0x58,0x56,
|
||||
0xeb,0x23,0xa9,0x54,0xd3,0x26,0x7e,0x1f,0xf0,0x36,0xf0,0x7a,0x4e,0x4e,0x4e,0x17,
|
||||
0x56,0x35,0x89,0x44,0x10,0x9f,0xe5,0x2e,0x18,0x10,0x52,0x20,0x08,0x9c,0x29,0x64,
|
||||
0xee,0xc4,0x8a,0xee,0xb9,0x0d,0xc0,0xaf,0xaa,0x3e,0x60,0x3e,0x96,0x07,0x52,0x09,
|
||||
0xd6,0x76,0x8b,0x03,0x6b,0x4f,0xb9,0x1f,0x2b,0x41,0x7b,0x2b,0xb0,0x2f,0xa0,0x69,
|
||||
0x1d,0x43,0xd7,0xf1,0xab,0xea,0xf2,0x24,0x08,0x2c,0x20,0x20,0x08,0x3c,0x4d,0x84,
|
||||
0x0e,0x62,0x05,0x44,0x6c,0x12,0xbd,0x21,0x20,0xd6,0xc0,0x02,0x02,0x02,0x82,0xc0,
|
||||
0x02,0x02,0x82,0xc0,0x02,0x02,0x02,0x82,0xc0,0x02,0xb3,0x8a,0xb8,0xe8,0x02,0x41,
|
||||
0x60,0x81,0xf4,0x85,0x29,0xba,0x40,0x10,0x58,0x40,0x40,0x40,0x10,0x58,0x40,0x40,
|
||||
0x40,0x10,0x58,0x40,0x40,0x40,0x10,0x58,0x40,0x40,0x10,0x58,0x40,0x40,0x40,0x10,
|
||||
0x58,0x20,0x31,0xec,0xb5,0x02,0x2b,0x12,0x82,0x69,0x9a,0x9c,0xfd,0x85,0xef,0xac,
|
||||
0x6c,0x68,0x0a,0x9e,0x7d,0xdd,0x5f,0x5f,0x3a,0xcb,0x9d,0x5f,0xe8,0x49,0x58,0x20,
|
||||
0x1c,0xce,0xe1,0xe0,0x8c,0x40,0x12,0xf7,0x14,0x98,0x1d,0x08,0x5f,0xe8,0x14,0xc6,
|
||||
0xe9,0x57,0x5f,0xb7,0xe1,0xe4,0x0f,0x5c,0x51,0x06,0xcc,0xed,0x6e,0xd9,0xe7,0xff,
|
||||
0xf5,0x07,0x4f,0x47,0x71,0x8d,0xcf,0x45,0x33,0x16,0x45,0x5d,0x7e,0xcc,0x4f,0x01,
|
||||
0x14,0xa7,0x8b,0xc2,0xf2,0x6a,0xda,0xfa,0x12,0x8b,0x4c,0x3c,0xf3,0x9a,0xaf,0x5f,
|
||||
0x71,0xc2,0x05,0x97,0x9e,0x02,0x74,0x44,0x42,0x03,0x3d,0x3f,0x3c,0xc5,0x8f,0xab,
|
||||
0xa8,0x52,0xbc,0x0c,0x41,0x60,0x01,0xb0,0x82,0xfa,0x4d,0x33,0xb1,0x2d,0xda,0xe2,
|
||||
0xaa,0x9a,0x33,0x81,0x33,0x01,0x1c,0x4e,0x17,0xe8,0x09,0xfa,0x66,0x48,0x60,0x8e,
|
||||
0xda,0x06,0x4e,0x7c,0x4b,0x58,0x71,0xba,0x0a,0x80,0xe5,0x00,0xb2,0xa2,0x10,0xef,
|
||||
0x8d,0xe1,0x4a,0xa0,0x78,0xe8,0x92,0xd3,0xce,0x9f,0x7f,0xfd,0xb7,0x7e,0xb4,0x0c,
|
||||
0x68,0xaa,0xaf,0xf3,0x09,0x27,0x12,0x41,0xe0,0xf4,0x47,0x43,0x53,0x30,0x1f,0xab,
|
||||
0x0a,0xe1,0x1a,0xac,0x1c,0xcb,0x47,0x77,0xef,0xdf,0x7b,0xd4,0x8d,0x1f,0x39,0x77,
|
||||
0xa8,0xa8,0x78,0xc6,0x40,0x3d,0xea,0xd8,0x0b,0x81,0x0b,0x81,0x78,0x43,0x53,0xf0,
|
||||
0x5d,0xe0,0x4d,0xe0,0x75,0xac,0xbc,0x5a,0x5b,0xea,0xeb,0x7c,0x41,0x21,0x11,0x82,
|
||||
0xc0,0xa9,0x4e,0xd8,0x32,0xac,0x2c,0x1e,0x1b,0x80,0xb5,0xb6,0x26,0x2b,0x38,0x58,
|
||||
0x03,0x67,0x81,0x4c,0x1d,0x6d,0x1f,0x1f,0xb5,0x3f,0x0b,0x37,0x34,0x05,0xb7,0x00,
|
||||
0x2f,0x61,0x65,0xba,0x7c,0xb1,0xbe,0xce,0xb7,0x57,0x48,0x8c,0x20,0xf0,0x6c,0x13,
|
||||
0x56,0x06,0x4e,0xc2,0xaa,0x74,0x78,0x1e,0xb0,0x94,0x23,0x14,0x4c,0xcb,0x62,0x78,
|
||||
0x80,0x63,0xed,0xe3,0x1a,0x20,0xd6,0xd0,0x14,0xdc,0x09,0x3c,0x02,0x3c,0x0a,0x3c,
|
||||
0x95,0x64,0x9d,0x67,0x01,0x41,0xe0,0x09,0x93,0xd6,0x0b,0x9c,0x0a,0x5c,0x86,0x55,
|
||||
0x5b,0xa9,0x54,0xf4,0x4a,0xd2,0x70,0x02,0x8b,0xed,0xe3,0x4b,0xc0,0x40,0x43,0x53,
|
||||
0xf0,0x51,0xac,0x24,0xf6,0x8f,0x8a,0xe9,0xb6,0x20,0xf0,0x54,0x93,0x56,0x02,0x4e,
|
||||
0x01,0x3e,0x06,0x5c,0x84,0xa8,0x03,0x34,0xd5,0xc8,0x05,0x3e,0x60,0x1f,0x43,0x64,
|
||||
0xfe,0x03,0xf0,0x98,0xd0,0xcc,0x82,0xc0,0x93,0x21,0x6e,0x11,0x50,0x0f,0x7c,0x0a,
|
||||
0x58,0x34,0x15,0xd7,0x34,0x33,0x34,0x46,0xc8,0x9c,0xba,0x86,0x8d,0x24,0xf3,0xfe,
|
||||
0x86,0xa6,0xe0,0xef,0x81,0x9b,0xeb,0xeb,0x7c,0x7b,0x84,0x44,0x0a,0x02,0x27,0x4a,
|
||||
0x5c,0x3f,0xf0,0x55,0xe0,0x93,0x4c,0x71,0xd1,0x2e,0x43,0x8f,0x27,0x6c,0xc8,0x4a,
|
||||
0x05,0x83,0x97,0xc3,0x9b,0xd8,0xf7,0xfa,0xba,0x3a,0xa6,0xe3,0xf6,0x15,0xc0,0xb7,
|
||||
0x80,0xaf,0x37,0x34,0x05,0xff,0x02,0xfc,0xa4,0xbe,0xce,0xf7,0xa6,0x90,0xd0,0x03,
|
||||
0x10,0x9e,0x58,0xa3,0x89,0x5b,0xd3,0xd0,0x14,0x6c,0x00,0xb6,0x02,0x9f,0x65,0x1a,
|
||||
0x2a,0xee,0x85,0xfa,0x7a,0x13,0xaa,0xce,0x60,0x9a,0x06,0x0e,0x87,0x73,0x56,0xfb,
|
||||
0x43,0x92,0x24,0x72,0xab,0xeb,0x12,0xfa,0xee,0xe6,0xc7,0x1e,0xc0,0x34,0xa6,0xcd,
|
||||
0x71,0x4b,0x01,0x3e,0x04,0x6c,0x6a,0x68,0x0a,0xde,0xdf,0xd0,0x14,0x3c,0x4a,0x48,
|
||||
0xab,0x20,0xf0,0x48,0xe2,0x7a,0x1a,0x9a,0x82,0xdf,0x07,0x1a,0xb1,0xea,0xe2,0xba,
|
||||
0xa6,0xeb,0x5e,0xfb,0xb7,0x6f,0x49,0x4c,0x53,0xc7,0x62,0xe4,0x15,0xcf,0xae,0x7d,
|
||||
0x4c,0x71,0x38,0xa9,0x3a,0xfa,0x84,0x84,0xbe,0xdb,0xdf,0xde,0x42,0x6b,0x60,0xfb,
|
||||
0xb4,0x8f,0x29,0xc0,0xc5,0xc0,0xeb,0x0d,0x4d,0xc1,0x5b,0x1a,0x9a,0x82,0xc5,0x82,
|
||||
0xc0,0x82,0xbc,0x1b,0x80,0x77,0x80,0xeb,0x01,0xef,0x74,0xde,0x2b,0x1e,0x8d,0xf2,
|
||||
0xda,0x43,0x89,0x55,0x0b,0xcd,0x29,0x2a,0xa5,0xa0,0x74,0xce,0xec,0x6a,0x60,0x45,
|
||||
0xa1,0x6a,0x69,0x82,0xca,0x4e,0x92,0xd8,0xfc,0xd4,0xa3,0x13,0x29,0x9f,0x3a,0xd1,
|
||||
0xa5,0x5f,0x3d,0xd0,0xd4,0xd0,0x14,0xbc,0xdc,0x36,0x32,0x0a,0x02,0x67,0x19,0x71,
|
||||
0x1d,0x0d,0x4d,0xc1,0xff,0x04,0xfe,0x01,0x2c,0x98,0x89,0x7b,0x36,0x6d,0x7c,0x9e,
|
||||
0x8e,0xed,0x89,0xd5,0x0b,0xab,0x5b,0x77,0x26,0xde,0x02,0xdf,0xec,0x76,0x92,0x69,
|
||||
0xb2,0xe0,0xd8,0x13,0x30,0x13,0x74,0xe1,0xdc,0x78,0xf7,0x1f,0x68,0x0f,0xec,0x98,
|
||||
0xc9,0x27,0x2c,0x01,0xee,0x00,0x6e,0x6f,0x68,0x0a,0xe6,0x09,0x02,0x67,0x0f,0x79,
|
||||
0x0b,0x80,0x87,0x81,0x6f,0xcc,0x54,0x1f,0x74,0x35,0xef,0xe1,0xe1,0x9f,0xff,0x07,
|
||||
0x92,0xac,0x24,0xf4,0xfd,0x95,0x67,0x5f,0x80,0x69,0x4e,0xc5,0x9a,0xd2,0x1c,0xb3,
|
||||
0x8e,0x71,0xa2,0xa8,0x5a,0xb4,0x8c,0x92,0xda,0xa5,0x89,0x4d,0xfb,0xf5,0x38,0x8f,
|
||||
0xde,0xfc,0x73,0xa2,0xe1,0x19,0xaf,0x88,0xfa,0x11,0xe0,0x85,0x86,0xa6,0x60,0xb5,
|
||||
0x20,0x70,0xe6,0x93,0xd7,0x67,0x6b,0xdd,0xb3,0x67,0xea,0x9e,0x5d,0xcd,0x7b,0xb8,
|
||||
0xf3,0xbb,0x5f,0x26,0x92,0x60,0x44,0x50,0xdd,0x29,0xe7,0xa0,0xae,0x38,0x76,0xea,
|
||||
0x14,0xa9,0x91,0xf8,0x16,0x8f,0x24,0x8f,0x9e,0x8d,0x3a,0xdc,0x6e,0xce,0xfc,0xd4,
|
||||
0x97,0x12,0xde,0xff,0xd2,0x5e,0x7d,0x9e,0x27,0x6e,0xf9,0x15,0xb1,0x48,0x64,0xa6,
|
||||
0x5f,0xed,0xd1,0xc0,0x8b,0x0d,0x4d,0xc1,0xf9,0x82,0xc0,0x99,0x4b,0x5e,0x17,0xf0,
|
||||
0x20,0x56,0x60,0xc1,0xb4,0x43,0x8f,0xc5,0xd8,0xf2,0xc2,0x53,0x34,0x5c,0x73,0x39,
|
||||
0x5d,0x81,0x6d,0x09,0xaf,0x7d,0xcf,0xfe,0xf4,0x97,0x27,0x15,0xec,0x60,0x9a,0x13,
|
||||
0xdf,0x82,0x1a,0xeb,0xac,0x45,0xab,0x4e,0xe6,0xf8,0x0f,0x7c,0x2c,0xe1,0x6b,0x6c,
|
||||
0xfa,0xeb,0x1d,0xdc,0xf7,0x93,0xeb,0x09,0xb6,0xee,0x9f,0xa9,0x35,0xf1,0x10,0x6a,
|
||||
0x80,0x27,0x1a,0x9a,0x82,0xa5,0x82,0xc0,0x99,0x89,0x1b,0xb0,0x3c,0xaa,0xa6,0x15,
|
||||
0xb1,0xf0,0x20,0x8d,0x2f,0x3d,0xc3,0xed,0x5f,0xbf,0x9a,0x7b,0xbe,0xf3,0x39,0xa2,
|
||||
0x03,0xfd,0x09,0x9d,0xe7,0xce,0x2f,0xe4,0x8a,0xff,0xbc,0x09,0xdf,0xdc,0x8a,0xc9,
|
||||
0x3d,0x80,0xa1,0xe3,0x70,0xb9,0x87,0x29,0xe9,0x70,0xbb,0x13,0x1f,0x74,0xe2,0xf1,
|
||||
0x31,0xb4,0xb2,0xcc,0x99,0x57,0x7e,0x8e,0xe5,0xe7,0x5c,0x9c,0xf0,0x75,0xb6,0x3d,
|
||||
0xf7,0x38,0xbf,0xfd,0xf4,0x25,0x3c,0x7f,0xd7,0x6d,0xf4,0x75,0xb6,0xcf,0xe4,0x3b,
|
||||
0xae,0x05,0x6e,0xb3,0xfd,0xd4,0x05,0x81,0x33,0x48,0xfb,0xae,0xc6,0xda,0xdb,0x9d,
|
||||
0x56,0xf4,0x77,0x77,0x71,0xdb,0xd7,0x3e,0xcd,0x3d,0xff,0xfe,0x05,0xf6,0x6d,0x7e,
|
||||
0x15,0x49,0x19,0xdf,0x57,0xc6,0x34,0x4d,0xaa,0x57,0xae,0xe1,0xaa,0x1b,0xff,0x44,
|
||||
0x79,0xed,0xd8,0xfb,0xae,0x86,0x61,0x24,0xec,0xed,0x24,0x29,0x0e,0x5c,0x39,0x96,
|
||||
0x41,0x5d,0x96,0x65,0xf2,0x4a,0xcb,0x13,0x7e,0xfe,0xee,0xe6,0xbd,0x63,0x6a,0x6f,
|
||||
0xa7,0xc7,0xc3,0x05,0x5f,0xf8,0x36,0xeb,0xaf,0xfc,0x42,0xc2,0xda,0x3d,0x16,0xea,
|
||||
0xe7,0xe9,0x5b,0x7e,0xc1,0xad,0x9f,0xff,0x08,0xdd,0x2d,0xcd,0x33,0xf9,0xba,0xcf,
|
||||
0x07,0x2e,0x15,0x04,0xce,0x2c,0x5c,0x8f,0xe5,0x10,0x30,0xad,0x78,0xe3,0x89,0xbf,
|
||||
0xd1,0xda,0xf8,0x56,0x82,0x53,0x5d,0x83,0x82,0x8a,0x6a,0x2e,0xfc,0xe6,0x8f,0xf9,
|
||||
0xc8,0x0f,0xfe,0x9b,0xe2,0xca,0x9a,0xc3,0x7e,0x37,0x12,0xea,0x47,0x4a,0xd0,0xb1,
|
||||
0xa3,0xb0,0x7a,0x3e,0x1e,0xaf,0x65,0x94,0x95,0x15,0x85,0x92,0xea,0x79,0x09,0x3f,
|
||||
0x7f,0xcb,0x8e,0xc6,0xc3,0x4e,0x7b,0x1d,0x2e,0x17,0xa7,0x5e,0x51,0xcf,0x95,0xbf,
|
||||
0xb9,0x83,0xc5,0x1b,0xce,0x45,0x0f,0x27,0x56,0x3e,0xb8,0xbf,0xbd,0x85,0x97,0xee,
|
||||
0xbb,0x63,0xa6,0xdf,0x77,0x56,0x94,0x70,0xcd,0x0a,0x57,0x4a,0x7b,0x4d,0x74,0xee,
|
||||
0x4c,0xdc,0x4b,0x92,0x8e,0x3c,0x26,0x9a,0x86,0x8e,0x24,0x41,0xed,0x69,0x97,0x53,
|
||||
0xb3,0x72,0x1d,0x8b,0x8e,0x3d,0x96,0xb2,0xf2,0x42,0xc6,0x5b,0xf2,0xf6,0x77,0x75,
|
||||
0x22,0x3b,0x12,0xf3,0x2f,0x99,0x7f,0xfc,0x49,0xb8,0xbc,0x5e,0x4c,0x5b,0x6b,0xd7,
|
||||
0x2c,0x3b,0x9a,0x8d,0xd6,0xc2,0x78,0xdc,0x73,0x5b,0xb7,0x6d,0x61,0xb0,0xaf,0x07,
|
||||
0x4f,0x6e,0xfe,0x61,0x17,0xd8,0x95,0x8b,0x96,0x72,0xe1,0x57,0x7e,0xc0,0xb2,0x73,
|
||||
0x3e,0xce,0xae,0xd7,0x5f,0x66,0xfb,0xb3,0x0f,0xd0,0xbb,0x77,0x0b,0xb2,0x33,0xe7,
|
||||
0xb0,0xe7,0x78,0x0a,0x8a,0x66,0xfa,0xb5,0x2f,0x6e,0x68,0x0a,0xae,0xa9,0xaf,0xf3,
|
||||
0xfd,0x4b,0x10,0x38,0xfd,0xb1,0x0a,0x2b,0x84,0x6d,0xda,0x71,0xc2,0x05,0x97,0x92,
|
||||
0x5b,0x3c,0x97,0xc0,0x96,0x9d,0x44,0x06,0x7a,0x50,0x9c,0x6e,0x3c,0x05,0x45,0xb8,
|
||||
0x3c,0x5e,0xbc,0xbe,0x52,0xf2,0x4a,0xe6,0x92,0x5f,0x5a,0x89,0xe2,0xb4,0xc8,0x38,
|
||||
0x18,0x85,0xbd,0x7b,0x43,0x14,0x15,0xb9,0xc8,0xcf,0x3f,0xdc,0xeb,0x90,0xd8,0xbf,
|
||||
0x7d,0x6b,0xc2,0x86,0xad,0x65,0xeb,0xcf,0x1c,0xe5,0xd6,0x58,0xbd,0xe4,0x28,0x14,
|
||||
0x97,0x0b,0x3d,0x16,0x1b,0xf7,0xdc,0x50,0x67,0x2b,0x1d,0xbb,0x03,0x54,0x1f,0xc6,
|
||||
0x81,0x43,0xd7,0x4d,0xba,0xbb,0x63,0xf4,0xf7,0xc7,0xc9,0x2d,0x55,0x59,0x71,0xb6,
|
||||
0xca,0x8a,0xb3,0x2e,0x63,0xa0,0xbb,0x9d,0xfe,0xee,0x36,0xfa,0x3b,0xf6,0x13,0x19,
|
||||
0x1c,0x20,0xd2,0x17,0x24,0x36,0xd8,0x8f,0xec,0x70,0x52,0xb1,0x68,0x05,0xab,0xce,
|
||||
0x3a,0x75,0x36,0xde,0xfb,0x7a,0xac,0x8c,0x20,0x82,0xc0,0x69,0x8e,0x9a,0x99,0xba,
|
||||
0x91,0xd3,0xe3,0x61,0xe5,0x19,0x67,0xb3,0x74,0x9d,0x41,0x6f,0x6f,0x9c,0x81,0x90,
|
||||
0x3e,0xee,0x16,0x8c,0x61,0x40,0x67,0x67,0x94,0x50,0x48,0xa7,0xac,0xcc,0x85,0x7c,
|
||||
0xd0,0x56,0x4e,0x74,0x70,0x80,0xd7,0x1f,0xfa,0x4b,0x42,0xf7,0x2f,0x9a,0x57,0x8b,
|
||||
0x7a,0xd4,0x71,0xa3,0xa7,0xd4,0x65,0x73,0x59,0x7d,0xc9,0x27,0x78,0xf9,0x8e,0x5b,
|
||||
0xc6,0x5f,0x53,0x39,0x9c,0x6c,0x7e,0xfa,0xd1,0x31,0x09,0x1c,0x0e,0xeb,0xb4,0xb7,
|
||||
0x47,0xd1,0x75,0xf3,0xe0,0x69,0x07,0xb9,0xc5,0x73,0xc8,0x2d,0x9e,0xc3,0xdc,0xda,
|
||||
0x15,0xc3,0x83,0x8e,0x2c,0x43,0x41,0x81,0x83,0xfc,0x7c,0x07,0x8a,0x32,0x2b,0xce,
|
||||
0x52,0x55,0x62,0x0d,0x9c,0x19,0x88,0xcd,0xf4,0x0d,0xdd,0x6e,0x99,0xb2,0x32,0x17,
|
||||
0x73,0xca,0x5c,0xc8,0x09,0xca,0xee,0xe0,0xa0,0x4e,0x4b,0x4b,0x04,0xe3,0xa0,0x7d,
|
||||
0xdb,0x57,0xfe,0x76,0x37,0x3d,0xcd,0xda,0xb8,0xe7,0xeb,0xd1,0x30,0xe7,0x7e,0xee,
|
||||
0x1b,0x38,0x0f,0xb2,0x3a,0x9b,0xa6,0xc9,0x89,0xef,0xfb,0x30,0x39,0x45,0x89,0x85,
|
||||
0x31,0x6f,0xbc,0xf3,0x56,0x9a,0x9b,0x46,0x7b,0x8c,0x85,0x42,0x3a,0xad,0xad,0x91,
|
||||
0x43,0xc9,0x7b,0xd8,0xf6,0x4b,0x54,0x56,0x7a,0xf0,0xf9,0x9c,0xb3,0x45,0xde,0x59,
|
||||
0x79,0xef,0x82,0xc0,0xd3,0x83,0xc6,0xd9,0xba,0xb1,0xd7,0xab,0x50,0x5e,0xee,0x49,
|
||||
0x78,0x3b,0x34,0x1a,0x35,0x68,0x6f,0x8b,0xda,0x9a,0x77,0x90,0xe7,0xee,0xfc,0x3d,
|
||||
0x4f,0xdf,0xf2,0x0b,0xc6,0xde,0xa1,0x1d,0xbd,0xce,0x3c,0xa5,0xfe,0x5a,0xe6,0xaf,
|
||||
0x1c,0x7b,0x8b,0x3b,0xaf,0xa8,0x98,0xcb,0xbe,0xf7,0xcb,0xc4,0x84,0xc2,0xe5,0xe6,
|
||||
0xae,0xef,0x7e,0x69,0x38,0x38,0x21,0x12,0x31,0x68,0x6f,0x8f,0x24,0x1c,0xcb,0x9c,
|
||||
0x93,0x63,0xb5,0xd9,0xe1,0x98,0x75,0x17,0xe5,0x6d,0x82,0xc0,0x99,0x81,0x37,0x81,
|
||||
0xce,0xd9,0xba,0xb9,0xcb,0x2d,0x53,0x56,0x9a,0xf8,0x5e,0xec,0x60,0x58,0x67,0xef,
|
||||
0xce,0xfd,0xdc,0xf6,0xd5,0x7a,0x9e,0xb9,0x35,0x01,0xd2,0x99,0x26,0xab,0x2e,0xf9,
|
||||
0x38,0xa7,0x5c,0x7e,0xe5,0x11,0x8d,0x68,0x35,0x4b,0x8f,0xe6,0xc3,0x3f,0xbd,0x25,
|
||||
0xa1,0x7d,0xe1,0x81,0x8e,0x56,0x7e,0x77,0xd5,0xc5,0xbc,0xf1,0xe4,0xdf,0x93,0x22,
|
||||
0xaf,0xd3,0x69,0xcd,0x3c,0x52,0x24,0x77,0xdf,0x13,0x82,0xc0,0x19,0x80,0xfa,0x3a,
|
||||
0xdf,0x20,0xf0,0x7f,0xb3,0xf9,0x0c,0xde,0x5c,0x05,0xaf,0x37,0xf1,0x5d,0xac,0x17,
|
||||
0xef,0xf9,0x23,0x6d,0x4d,0x6f,0x8f,0xfb,0x3d,0x23,0x36,0xc8,0xb1,0x1f,0xfa,0x2a,
|
||||
0xab,0x2f,0xb9,0x66,0xd8,0x30,0x76,0x24,0xf8,0x8f,0x39,0x81,0xf3,0xbe,0xfd,0xbf,
|
||||
0x14,0xaa,0xcb,0xc7,0xfd,0xae,0x24,0x2b,0xfc,0xf5,0x07,0x5f,0xb4,0x3c,0xaa,0x12,
|
||||
0x44,0x69,0xe9,0xa1,0x6b,0xf8,0x59,0xc2,0xa3,0xf5,0x75,0xbe,0x80,0x20,0x70,0xe6,
|
||||
0xe0,0xc7,0xc0,0xac,0x26,0x4b,0xf3,0xf9,0x12,0x34,0x84,0x4b,0x12,0x3b,0x9f,0xb9,
|
||||
0x7b,0x3c,0xb5,0xcb,0x9c,0x65,0x27,0x71,0xfe,0xf7,0xef,0x66,0xf9,0x19,0x97,0xd0,
|
||||
0xd7,0x6f,0x12,0x0e,0xeb,0xe3,0x5e,0xba,0xa3,0x23,0x42,0x41,0xc5,0x02,0xce,0xfd,
|
||||
0xda,0x7f,0x73,0xfc,0x15,0xd7,0xe1,0xf0,0x1c,0x39,0x88,0x47,0x72,0x78,0x08,0xf5,
|
||||
0x24,0x36,0x79,0xf1,0xe6,0x28,0xb8,0xdd,0x29,0x21,0x52,0x71,0xac,0x4c,0x1e,0x19,
|
||||
0x8f,0xac,0x49,0xa9,0x53,0x5f,0xe7,0x6b,0x6d,0x68,0x0a,0x5e,0x03,0xfc,0x79,0xd6,
|
||||
0xa6,0xd2,0x2e,0x19,0xb7,0x5b,0x26,0x12,0x31,0xc6,0x9d,0x12,0xcf,0x3d,0x6a,0x3d,
|
||||
0xfb,0x5e,0x7b,0x72,0xf4,0xc7,0x86,0x81,0xac,0x28,0xf8,0xd7,0xbf,0x8f,0x85,0x27,
|
||||
0xbd,0x87,0x39,0x0b,0x96,0x8d,0x8a,0x6e,0xea,0xec,0x8c,0x51,0x59,0xa9,0x1c,0x76,
|
||||
0xfa,0x1a,0x0a,0xe9,0x84,0x42,0x16,0xc9,0x1d,0xee,0x1c,0x96,0x6e,0x78,0x3f,0xf3,
|
||||
0x57,0x9d,0xce,0x9e,0xb7,0x5e,0x62,0xdb,0xb3,0x0f,0xd2,0xf1,0xee,0xf3,0xc8,0xee,
|
||||
0xd1,0x84,0xce,0xaf,0xa8,0xc5,0x57,0xae,0x26,0xd4,0xbe,0xfc,0x82,0x94,0x11,0xa7,
|
||||
0x1f,0xd6,0xd7,0xf9,0x36,0x65,0x83,0x5c,0x67,0x5d,0x20,0x74,0x43,0x53,0xf0,0x87,
|
||||
0xb3,0x39,0x3a,0xf7,0xf4,0xc4,0xe8,0xee,0x1e,0xdf,0x38,0x3a,0xd8,0xd3,0xc5,0xee,
|
||||
0x57,0x1f,0xa1,0xb7,0x65,0x07,0xb2,0xa7,0x08,0x77,0xfe,0x1c,0x4a,0xd4,0x3a,0x8a,
|
||||
0xaa,0x16,0xe0,0xc9,0x2b,0x3c,0xec,0x79,0x65,0x65,0x2e,0x72,0x73,0xc7,0x26,0x52,
|
||||
0xf3,0xbe,0x30,0xd1,0xd8,0xd8,0x83,0x87,0xa1,0xc7,0xe9,0xef,0x68,0xa1,0x73,0xcf,
|
||||
0x36,0xba,0xf6,0xec,0x20,0xbf,0x40,0xa6,0xb8,0xa2,0x8a,0xfc,0x9a,0x13,0x70,0xe7,
|
||||
0x8f,0xef,0x84,0x21,0x49,0x30,0x6f,0x9e,0x37,0x15,0xd6,0xbe,0xf7,0x02,0x1f,0xac,
|
||||
0xaf,0xf3,0xe9,0x82,0xc0,0x99,0x49,0x60,0x19,0x2b,0xa8,0xe1,0xda,0xd9,0xb8,0x7f,
|
||||
0x38,0x6c,0x6d,0x15,0x25,0x82,0xe2,0x62,0x27,0xf9,0xf9,0x0e,0x42,0x21,0x6b,0xff,
|
||||
0x35,0x11,0x78,0x3c,0x32,0xe5,0xe5,0x9e,0x49,0xdd,0xd7,0xe9,0x94,0xa9,0xaa,0xf2,
|
||||
0x60,0x9a,0xb0,0x7b,0x77,0x28,0x21,0x03,0x56,0x4e,0x8e,0xcc,0xdc,0xb9,0xb3,0x9e,
|
||||
0xd3,0xfe,0x41,0xe0,0xb2,0x6c,0x4a,0x45,0x9b,0x75,0xf1,0xc0,0xf5,0x75,0x3e,0xa3,
|
||||
0xbe,0xce,0xf7,0x15,0xac,0xac,0x93,0x33,0x5e,0x84,0x2b,0xa9,0x3d,0x51,0x3b,0x2c,
|
||||
0x30,0x27,0x47,0x49,0x58,0xb3,0x85,0xc3,0xc6,0x98,0x7b,0xb5,0x03,0x03,0x89,0x2b,
|
||||
0x24,0xaf,0x57,0x9e,0x40,0xbb,0x66,0x5d,0x94,0x6e,0x04,0x3e,0x90,0x6d,0x79,0xa4,
|
||||
0xb3,0x36,0xa5,0x4e,0x7d,0x9d,0xef,0xe7,0xc0,0x59,0xc0,0x8c,0xd6,0xe8,0x49,0x2a,
|
||||
0x7d,0xb2,0x4d,0x5a,0x59,0x96,0x70,0xb9,0x12,0x7f,0x55,0xe1,0xc1,0x43,0xc9,0x3a,
|
||||
0x38,0x98,0x38,0x81,0x3d,0x1e,0x25,0x9d,0x5e,0x65,0x2f,0x70,0x45,0x7d,0x9d,0xef,
|
||||
0xf3,0xd9,0x32,0x6d,0x16,0x04,0x3e,0x40,0xe2,0xa7,0x81,0x15,0x40,0x03,0xc9,0xd4,
|
||||
0xe0,0x9c,0x05,0x24,0x63,0xdd,0x0d,0x1f,0x64,0x24,0x8b,0xc7,0xcd,0x84,0x3d,0xa8,
|
||||
0x24,0x89,0xa4,0x06,0x8b,0x59,0xc6,0xdf,0x81,0x15,0xf5,0x75,0xbe,0x3f,0x67,0xab,
|
||||
0x0c,0x67,0x7d,0x56,0xca,0xfa,0x3a,0x5f,0x4f,0x7d,0x9d,0xef,0x53,0x58,0xd5,0x04,
|
||||
0x5f,0x4c,0xd5,0xe7,0x74,0x39,0x13,0x7f,0x55,0xd1,0xe8,0x41,0x04,0x8e,0x19,0x09,
|
||||
0x6b,0x7e,0x59,0x96,0x26,0xe8,0xfa,0x38,0xa3,0xe3,0x5f,0x23,0x70,0x71,0x7d,0x9d,
|
||||
0xef,0xfc,0x6c,0xaf,0xd8,0x20,0xf2,0x42,0x1f,0x20,0xf2,0x4b,0xc0,0x3a,0xe0,0x7d,
|
||||
0xc0,0x6b,0xa9,0xf6,0x7c,0xc9,0xb8,0x25,0xc6,0xe3,0xe6,0x11,0xff,0x4e,0xe6,0x3e,
|
||||
0x29,0x56,0x0e,0x75,0x27,0x56,0x3a,0xd9,0x63,0xea,0xeb,0x7c,0x0f,0x0a,0xa9,0x15,
|
||||
0xa5,0x55,0x0e,0x26,0xb1,0x09,0x3c,0xd0,0xd0,0x14,0xfc,0x1b,0x70,0x06,0xf0,0x75,
|
||||
0xe0,0x34,0x52,0xc0,0x5a,0x2f,0x27,0xa1,0x15,0x4d,0x73,0x28,0x2f,0x96,0xf5,0xb7,
|
||||
0x6e,0x98,0xd3,0x32,0x50,0xcc,0x20,0xde,0x00,0x7e,0x0a,0xdc,0x53,0x5f,0xe7,0x8b,
|
||||
0x09,0x49,0x15,0x04,0x1e,0x8f,0xc8,0x3a,0xf0,0x38,0xf0,0x78,0x43,0x53,0x70,0x19,
|
||||
0xf0,0x19,0xac,0xd2,0x1e,0x65,0xb3,0xf5,0x4c,0xc9,0x28,0x42,0xd3,0x34,0x31,0x4d,
|
||||
0x73,0x58,0x7b,0x1a,0xc9,0x64,0xa5,0x4c,0x9d,0xd7,0xd0,0x8b,0xb5,0x2d,0x74,0x73,
|
||||
0x7d,0x9d,0xef,0x45,0x21,0x95,0x82,0xc0,0x13,0x25,0xf3,0xbb,0xc0,0x17,0x1b,0x9a,
|
||||
0x82,0xdf,0xc0,0x4a,0x45,0xfb,0x11,0xac,0xec,0x1e,0xb9,0x33,0x40,0xdb,0x29,0x59,
|
||||
0x62,0xa6,0x51,0x45,0xc4,0x18,0xf0,0x14,0x96,0xb7,0xdc,0x83,0xa2,0x4e,0xb0,0x20,
|
||||
0xf0,0x54,0x12,0x79,0xd0,0xd6,0x08,0x0f,0xda,0x55,0x00,0xce,0xc1,0xaa,0xd3,0xf3,
|
||||
0x5e,0x60,0x5a,0x4a,0x28,0x4c,0x66,0xf9,0x39,0x51,0xd2,0x9a,0x33,0x3f,0x48,0x84,
|
||||
0xec,0xd9,0xce,0x83,0xc0,0x43,0xf5,0x75,0xbe,0x0e,0x21,0x6d,0x82,0xc0,0xd3,0x4d,
|
||||
0xe6,0x7e,0x2c,0x97,0xbd,0x7b,0xed,0xba,0x3c,0x27,0xda,0xda,0xf9,0x2c,0xac,0x04,
|
||||
0xe3,0xf9,0xa2,0x97,0x0e,0x8b,0x41,0xac,0xea,0x8f,0x4f,0xd8,0xc4,0x7d,0x56,0x14,
|
||||
0xf1,0x16,0x04,0x9e,0x4d,0x32,0x9b,0xc0,0x4b,0xf6,0xf1,0x3d,0xbb,0x6c,0xcb,0x4a,
|
||||
0xac,0x6d,0xa9,0x93,0xed,0xdf,0x27,0x5d,0xf2,0x23,0x8d,0xeb,0x82,0xb7,0x03,0x6f,
|
||||
0x61,0x6d,0xd1,0xbd,0x00,0xbc,0x26,0xb4,0xac,0x20,0x70,0x2a,0x13,0xba,0x17,0x78,
|
||||
0xd6,0x3e,0x68,0x68,0x0a,0x3a,0xb1,0x8c,0x5f,0xab,0x80,0x95,0xa6,0x61,0x1e,0x27,
|
||||
0xcb,0xd2,0x29,0x86,0x61,0xce,0x58,0x9a,0xc6,0x99,0x58,0x03,0xcb,0xd6,0x7c,0x7f,
|
||||
0x8f,0x4d,0xd6,0x37,0xed,0xe3,0x15,0x60,0x7f,0x7d,0x9d,0x2f,0x22,0x24,0x43,0x10,
|
||||
0x38,0x5d,0x09,0x1d,0x03,0x9a,0x81,0xbf,0xda,0x07,0x00,0x37,0xfc,0xab,0xbd,0x20,
|
||||
0x12,0xd1,0x57,0xc6,0x62,0xe6,0x3c,0x49,0x62,0x85,0xae,0x9b,0x95,0xb2,0x2c,0x1d,
|
||||
0x6d,0x18,0xe6,0x5c,0x7b,0x0a,0xee,0x65,0x16,0x8c,0xc2,0x63,0x91,0x7d,0xc8,0x98,
|
||||
0x0d,0x0c,0x28,0x8a,0xd4,0x27,0x4b,0xd2,0x5e,0x24,0xb6,0x28,0x8a,0xa4,0x29,0x8a,
|
||||
0xb4,0x25,0x37,0x57,0xd9,0x59,0x50,0xe0,0x7c,0xfb,0xe3,0xf3,0x0b,0x42,0xe2,0x8d,
|
||||
0x0b,0x02,0x67,0x05,0xbe,0xb6,0xa6,0x6c,0x48,0x53,0x1f,0x82,0x9f,0x6f,0x6c,0xf7,
|
||||
0x85,0xc3,0x46,0x99,0x2c,0xe3,0xb1,0xb5,0xf7,0x5c,0xd3,0x64,0xae,0x24,0x51,0x25,
|
||||
0xcb,0x52,0x0d,0x50,0x62,0x9a,0xe4,0x9a,0xa6,0xe9,0xb0,0x89,0x5e,0x20,0x49,0x92,
|
||||
0x17,0x70,0x03,0x4e,0x49,0xc2,0x01,0x0c,0xd8,0x03,0x80,0x64,0x9a,0xe4,0x8d,0x20,
|
||||
0x22,0x58,0x41,0x1c,0x11,0x7b,0x3d,0xda,0x63,0x9a,0xf4,0x4a,0x12,0x51,0x59,0x96,
|
||||
0x06,0x24,0x89,0x56,0x40,0xb3,0xa7,0xbe,0xed,0x1e,0x8f,0xdc,0x63,0x18,0x68,0x1e,
|
||||
0x8f,0xdc,0x5f,0x5c,0xec,0x6a,0xfd,0xe4,0xc2,0xc2,0x7e,0xf1,0xf6,0x52,0x07,0x92,
|
||||
0xe8,0x82,0xf4,0xc6,0xff,0xed,0xee,0x97,0x3a,0xda,0xc3,0x8e,0x78,0xdc,0x54,0x0c,
|
||||
0xc3,0x54,0x4c,0x13,0xc9,0x34,0x91,0x8a,0x8b,0x9d,0xba,0xed,0x12,0x29,0xb5,0xb5,
|
||||
0x46,0x94,0xc1,0xb0,0x2e,0xcb,0xb2,0x64,0xca,0x32,0xc8,0xb2,0x64,0xc8,0x32,0x86,
|
||||
0x24,0x49,0xba,0x2c,0x4b,0xb1,0x6f,0x9c,0x3c,0x47,0x17,0x3d,0x29,0x20,0x20,0x20,
|
||||
0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x90,0x05,0xf8,0xff,0xbd,0xee,0x3d,0x8e,0x97,
|
||||
0x10,0x8f,0xe6,0x00,0x00,0x00,0x00,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82};
|
||||
@@ -0,0 +1,163 @@
|
||||
#include <bb_spi_lcd.h>
|
||||
#include <PNGdec.h>
|
||||
|
||||
#include "lodepng.h"
|
||||
// sample images
|
||||
#include "zoidberg_320x240_24b.h"
|
||||
#include "zoidberg_320x240_4b.h"
|
||||
#include "zebra.h"
|
||||
#include "stackoverflow.h"
|
||||
#include "snoopy_128x128.h"
|
||||
#include "snoopy_128x128_4b.h"
|
||||
#include "octocat_4bpp.h"
|
||||
#include "arduino_screen.h"
|
||||
|
||||
static uint8_t u8GFXBuf[4096];
|
||||
int bDisplay;
|
||||
PNG *png;
|
||||
BB_SPI_LCD lcd;
|
||||
uint16_t u16LodeColor, u16PNGColor;
|
||||
uint16_t __attribute__((aligned (16))) usPixels[480];
|
||||
|
||||
void DecodeTest(int bLode, const uint8_t *pData, size_t data_size, const char *szName)
|
||||
{
|
||||
unsigned int width, height;
|
||||
int rc;
|
||||
uint8_t *image;
|
||||
long l;
|
||||
char szTemp[64];
|
||||
|
||||
lcd.setFont(FONT_8x8);
|
||||
if (bDisplay && !bLode) {
|
||||
lcd.fillScreen(TFT_BLACK);
|
||||
}
|
||||
if (bLode) {
|
||||
lcd.setTextColor(u16LodeColor, TFT_BLACK);
|
||||
l = micros();
|
||||
lodepng_decode32(&image, &width, &height, pData, data_size);
|
||||
l = micros() - l;
|
||||
if (image) {
|
||||
if (!bDisplay) { sprintf(szTemp, "LodePNG decoded in %d us\n", (int)l); lcd.print(szTemp); }
|
||||
free(image);
|
||||
} else {
|
||||
if (!bDisplay) lcd.println("LodePNG decode failed");
|
||||
}
|
||||
} else {
|
||||
lcd.setTextColor(u16PNGColor, TFT_BLACK);
|
||||
l = micros();
|
||||
png = (PNG *)malloc(sizeof(PNG));
|
||||
rc = png->openFLASH((uint8_t *)pData, data_size, PNGDraw);
|
||||
if (rc == PNG_SUCCESS) {
|
||||
rc = png->decode(NULL, PNG_FAST_PALETTE);
|
||||
if (rc == PNG_SUCCESS) {
|
||||
l = micros() - l;
|
||||
sprintf(szTemp, "PNGdec decode in %d us\n", (int)l);
|
||||
if (bDisplay) {
|
||||
Serial.print(szTemp);
|
||||
} else {
|
||||
lcd.print(szTemp);
|
||||
}
|
||||
} else {
|
||||
if (!bDisplay) lcd.println("PNGdec decode failed");
|
||||
}
|
||||
} else {
|
||||
if (!bDisplay) lcd.println("PNGdec open failed");
|
||||
}
|
||||
free(png);
|
||||
}
|
||||
if (bLode == 1) {
|
||||
lcd.setTextColor(TFT_MAGENTA, TFT_BLACK);
|
||||
if (bDisplay)
|
||||
lcd.setCursor(0, 224);
|
||||
else
|
||||
Serial.println(szName);
|
||||
lcd.println(szName);
|
||||
}
|
||||
} /* DecodeTest() */
|
||||
|
||||
int PNGDraw(PNGDRAW *pDraw)
|
||||
{
|
||||
if (bDisplay) {
|
||||
if (pDraw->y == 0) {
|
||||
lcd.setAddrWindow(0, 0, pDraw->iWidth, 240);
|
||||
}
|
||||
png->getLineAsRGB565(pDraw, usPixels, PNG_RGB565_BIG_ENDIAN, 0xffffffff);
|
||||
lcd.pushPixels(usPixels, pDraw->iWidth, DRAW_TO_LCD | DRAW_WITH_DMA);
|
||||
}
|
||||
return 1;
|
||||
} /* PNGDraw() */
|
||||
|
||||
void setup() {
|
||||
Serial.begin(115200);
|
||||
spilcdSetTXBuffer(u8GFXBuf, 4096);
|
||||
// lcd.begin(DISPLAY_CYD);
|
||||
// lcd.begin(DISPLAY_TUFTY2040);
|
||||
lcd.begin(DISPLAY_T_DISPLAY_S3_PRO);
|
||||
//lcd.begin(LCD_ILI9341, FLAGS_NONE, 60000000, 10, 9, 8, -1, 12, 11, 13); // Teensy 4.x + ILI9341
|
||||
lcd.setRotation(270);// lcd.begin(DISPLAY_CYD); //DISPLAY_CYD_22C);
|
||||
lcd.fillScreen(TFT_BLACK);
|
||||
lcd.setFont(FONT_12x16);
|
||||
u16PNGColor = TFT_YELLOW;
|
||||
u16LodeColor = TFT_GREEN;
|
||||
lcd.setTextColor(u16LodeColor, TFT_BLACK);
|
||||
lcd.print("LodePNG");
|
||||
lcd.setTextColor(TFT_WHITE, TFT_BLACK);
|
||||
lcd.print(" vs. ");
|
||||
lcd.setTextColor(u16PNGColor, TFT_BLACK);
|
||||
lcd.println("PNGdec");
|
||||
} /* setup() */
|
||||
|
||||
void loop() {
|
||||
char szTemp[64];
|
||||
|
||||
for (bDisplay = 0; bDisplay < 2; bDisplay++) { // first pass no display, second pass with display
|
||||
DecodeTest(0, arduino_screen, sizeof(arduino_screen), "Arduino IDE 480x222x32-bpp");
|
||||
DecodeTest(1, arduino_screen, sizeof(arduino_screen), "Arduino IDE 480x222x32-bpp");
|
||||
if (bDisplay) delay(3000);
|
||||
DecodeTest(0, stackoverflow, sizeof(stackoverflow), "stackoverflow 320x84x32-bpp");
|
||||
DecodeTest(1, stackoverflow, sizeof(stackoverflow), "stackoverflow 320x84x32-bpp");
|
||||
if (bDisplay) delay(3000);
|
||||
DecodeTest(0, zoidberg_320x240_24b, sizeof(zoidberg_320x240_24b), "zoidberg 320x240x24-bpp");
|
||||
DecodeTest(1, zoidberg_320x240_24b, sizeof(zoidberg_320x240_24b), "zoidberg 320x240x24-bpp");
|
||||
if (bDisplay) delay(3000);
|
||||
DecodeTest(0, zoidberg_320x240_4b, sizeof(zoidberg_320x240_4b), "zoidberg 320x240x4-bpp");
|
||||
DecodeTest(1, zoidberg_320x240_4b, sizeof(zoidberg_320x240_4b), "zoidberg 320x240x4-bpp");
|
||||
if (bDisplay) delay(3000);
|
||||
DecodeTest(0, snoopy_128x128, sizeof(snoopy_128x128), "snoopy 128x128x32-bpp");
|
||||
DecodeTest(1, snoopy_128x128, sizeof(snoopy_128x128), "snoopy 128x128x32-bpp");
|
||||
if (bDisplay) delay(3000);
|
||||
DecodeTest(0, octocat_4bpp, sizeof(octocat_4bpp), "octocat 240x200x4-bpp");
|
||||
DecodeTest(1, octocat_4bpp, sizeof(octocat_4bpp), "octocat 240x200x4-bpp");
|
||||
if (bDisplay) delay(3000);
|
||||
DecodeTest(0, zebra, sizeof(zebra), "zebra 320x240x24-bpp");
|
||||
DecodeTest(1, zebra, sizeof(zebra), "zebra 320x240x24-bpp");
|
||||
if (bDisplay) delay(3000);
|
||||
DecodeTest(0, snoopy_128x128_4b, sizeof(snoopy_128x128_4b), "snoopy 128x128x4-bpp");
|
||||
DecodeTest(1, snoopy_128x128_4b, sizeof(snoopy_128x128_4b), "snoopy 128x128x4-bpp");
|
||||
|
||||
if (bDisplay == 0) {
|
||||
lcd.setFont(FONT_12x16);
|
||||
lcd.setTextColor(TFT_WHITE, TFT_BLACK);
|
||||
lcd.println("Now to show the images...");
|
||||
delay(5000);
|
||||
lcd.fillScreen(TFT_BLACK);
|
||||
}
|
||||
} // for bDisplay
|
||||
delay(5000);
|
||||
lcd.fillScreen(TFT_BLACK);
|
||||
lcd.setCursor(0,0);
|
||||
lcd.setFont(FONT_12x16);
|
||||
lcd.setTextColor(TFT_WHITE, TFT_BLACK);
|
||||
lcd.println("Q: Why did LodePNG fail?");
|
||||
lcd.println("A: It uses too much RAM\n");
|
||||
lcd.println("It wasn't designed to run");
|
||||
lcd.println("on embedded devices, but");
|
||||
lcd.println("PNGdec is written for MCUs");
|
||||
sprintf(szTemp, "It only needs %d bytes\n\r", sizeof(PNG));
|
||||
lcd.print(szTemp);
|
||||
lcd.println("(and it's much faster!)");
|
||||
|
||||
while (1) {
|
||||
delay(1000);
|
||||
};
|
||||
}
|
||||
@@ -0,0 +1,508 @@
|
||||
// Created with image_to_c
|
||||
// https://github.com/bitbank2/image_to_c
|
||||
//
|
||||
// snoopy_128x128
|
||||
// Data size = 7914 bytes
|
||||
//
|
||||
// PNG, Compression=Flate, Size: 128 x 128, 32-Bpp
|
||||
//
|
||||
// for non-Arduino builds...
|
||||
#ifndef PROGMEM
|
||||
#define PROGMEM
|
||||
#endif
|
||||
const uint8_t snoopy_128x128[] PROGMEM = {
|
||||
0x89,0x50,0x4e,0x47,0x0d,0x0a,0x1a,0x0a,0x00,0x00,0x00,0x0d,0x49,0x48,0x44,0x52,
|
||||
0x00,0x00,0x00,0x80,0x00,0x00,0x00,0x80,0x08,0x06,0x00,0x00,0x00,0xc3,0x3e,0x61,
|
||||
0xcb,0x00,0x00,0x1e,0xb1,0x49,0x44,0x41,0x54,0x78,0xda,0xed,0x9d,0x79,0x7c,0x5d,
|
||||
0x55,0xd5,0xf7,0xbf,0x6b,0x9f,0x3b,0x64,0x1e,0x9b,0xb1,0x53,0xee,0xcd,0xd8,0xa6,
|
||||
0x03,0x2d,0x50,0xa6,0xa2,0x2d,0x45,0x45,0x04,0x45,0x65,0x50,0x1c,0x10,0x05,0x47,
|
||||
0x10,0x44,0x5e,0x1c,0x1e,0x2d,0xa2,0x3e,0x3c,0x3e,0x8a,0xb3,0xe2,0xa3,0x38,0xbd,
|
||||
0xfa,0x11,0xe5,0xf1,0x11,0x5f,0x41,0x11,0x10,0x05,0x54,0x64,0x2c,0x3c,0x14,0x3a,
|
||||
0x97,0x74,0x1e,0xd2,0xa4,0xcd,0x9c,0xdc,0xe1,0x9c,0xbd,0xde,0x3f,0xce,0x49,0x9b,
|
||||
0x86,0x14,0x9a,0xb4,0x85,0x26,0xb9,0xbf,0xcf,0x27,0x9f,0x7b,0x73,0xee,0x3d,0xe7,
|
||||
0xdc,0xb3,0xd7,0x6f,0xaf,0xbd,0xf6,0x5a,0x6b,0xaf,0x0d,0x19,0x64,0x90,0x41,0x06,
|
||||
0x19,0x64,0x90,0xc1,0x64,0x84,0x64,0x9a,0x60,0xf4,0xb8,0x29,0x3e,0x3b,0xba,0x5e,
|
||||
0xd3,0xa7,0xe4,0x20,0x7b,0x8b,0xc4,0x59,0xff,0xb5,0x96,0x35,0xe9,0xf1,0xfa,0x2c,
|
||||
0x4e,0x46,0x9c,0xa3,0xc3,0x8d,0xf1,0xd9,0xe1,0x7f,0xd8,0xc4,0x5d,0x79,0xa7,0x9c,
|
||||
0xfc,0xe5,0xd3,0xde,0x79,0xc9,0x87,0xb6,0x38,0x7c,0xb0,0xaa,0xb3,0xd7,0x5d,0xdf,
|
||||
0xd5,0xf1,0x78,0x86,0x00,0x93,0x00,0x79,0x85,0x05,0xef,0xde,0xa8,0xf6,0xfa,0x90,
|
||||
0xe3,0x60,0x42,0x8e,0x79,0xef,0xfb,0x2f,0xcf,0xdf,0xda,0xd9,0x71,0xea,0xa5,0xdd,
|
||||
0xa9,0x1f,0xdc,0xdb,0xb1,0x27,0x39,0xde,0x9e,0x27,0x94,0x11,0xe9,0xe8,0xb0,0x4f,
|
||||
0xed,0x3b,0x01,0x36,0x6f,0xd9,0xc2,0xe6,0x2d,0x5b,0x38,0xe5,0x94,0x53,0x98,0x52,
|
||||
0x5e,0x9e,0xdd,0x87,0x46,0x33,0x36,0xc0,0x04,0xc7,0xf2,0xf8,0x6c,0xf3,0xa4,0x4d,
|
||||
0xfe,0x74,0xbd,0x7a,0x97,0x89,0x08,0xaa,0xca,0x94,0xd2,0x52,0xb2,0xfb,0x07,0xfe,
|
||||
0xf6,0xd0,0xda,0xd5,0xcb,0x32,0x43,0xc0,0x04,0xc6,0x7b,0x6b,0x1a,0x4e,0x7c,0xd6,
|
||||
0x1d,0xf8,0xfd,0xc2,0xb7,0xbf,0xf5,0xdc,0x4f,0x7f,0xf6,0x33,0xf2,0xb1,0xab,0xaf,
|
||||
0xe6,0xd4,0xd3,0x4e,0x25,0x12,0x09,0xd3,0xb2,0x66,0xad,0x99,0x9d,0x57,0x90,0x73,
|
||||
0x6e,0x71,0xc5,0x93,0x8f,0x77,0xb6,0xbb,0x99,0xd6,0x9a,0x60,0x78,0x6b,0x4d,0xdd,
|
||||
0xc5,0x6f,0x79,0xdd,0xeb,0x7b,0x9f,0x7a,0xfc,0x09,0x75,0x5d,0x57,0x87,0xc2,0x5a,
|
||||
0xab,0xed,0x6d,0x6d,0xfa,0x8d,0xaf,0x7e,0x55,0x17,0xd7,0xc4,0x9f,0xbe,0x3c,0xd6,
|
||||
0xd0,0x9c,0x69,0xb1,0x09,0x84,0xf7,0xc7,0x1a,0x9a,0x2f,0x39,0xff,0xcd,0xbd,0xad,
|
||||
0xbb,0x76,0xeb,0x4b,0xc1,0xf3,0x3c,0x7d,0xe0,0xbe,0xfb,0xf5,0xb4,0x59,0xb3,0x5b,
|
||||
0xaf,0x8f,0x35,0x15,0x65,0x5a,0x6e,0x02,0xe0,0xae,0xfa,0x85,0x66,0x69,0xac,0xee,
|
||||
0x9e,0xff,0x7d,0xfa,0x69,0x3d,0x1c,0x58,0x6b,0xf5,0xcb,0x37,0x7e,0x41,0xcf,0xa9,
|
||||
0xa9,0xfd,0x74,0xa6,0xf5,0x26,0x00,0xde,0x13,0xab,0x6f,0xfa,0xc4,0xc7,0x3e,0xe6,
|
||||
0x7a,0xc3,0xd4,0xfe,0x4b,0x61,0xf5,0xf3,0xcf,0xeb,0x19,0xb1,0xda,0x75,0x3f,0xad,
|
||||
0x9b,0x1f,0x1e,0x0f,0xcf,0x68,0x32,0x62,0x3e,0x34,0x7a,0xad,0x7d,0xeb,0x85,0x97,
|
||||
0x5c,0xe2,0x18,0xe7,0xf0,0x6d,0xe5,0xfa,0x86,0x06,0x0a,0xe2,0x35,0x75,0xf7,0xbb,
|
||||
0xfd,0x8d,0x19,0x02,0x8c,0x73,0xec,0x89,0x86,0xdf,0x38,0x7b,0xce,0x9c,0xd1,0x39,
|
||||
0x56,0xc2,0x61,0xce,0x5a,0x76,0xb6,0x49,0xa3,0xcd,0x19,0x02,0x8c,0x63,0xdc,0x1c,
|
||||
0x9f,0x9d,0x15,0x6b,0x6c,0x58,0x90,0x9b,0x97,0x37,0xea,0x73,0xab,0xa7,0x56,0xb3,
|
||||
0x07,0x3b,0x2b,0x43,0x80,0x71,0x8c,0x0e,0xb4,0xbc,0xb8,0xba,0x3a,0x27,0x14,0x1a,
|
||||
0xbd,0xb3,0xb4,0x26,0x16,0xa7,0x07,0x9d,0x92,0x21,0xc0,0x38,0xc6,0x4e,0xeb,0x96,
|
||||
0x56,0x54,0x57,0x8b,0xc8,0xe8,0x9d,0xa5,0xc6,0x31,0x84,0x55,0xb2,0x32,0x04,0x38,
|
||||
0x86,0xd8,0xd1,0xb4,0xf8,0x98,0xba,0xb1,0x37,0xe1,0xe5,0xe4,0xe6,0xe6,0x8c,0xe9,
|
||||
0x1e,0x6e,0x3a,0x4d,0x3f,0xda,0x39,0x1e,0xda,0x71,0xdc,0x05,0x83,0x7e,0x52,0x3b,
|
||||
0x2f,0xef,0xb7,0x5e,0xdf,0x4d,0x17,0xf4,0x6e,0x5d,0xb4,0x78,0xfa,0xcc,0x35,0xb5,
|
||||
0xa1,0xc8,0x9d,0x6f,0x0d,0xe5,0xdf,0x7f,0xc1,0x86,0xa7,0xed,0xd1,0xbc,0x4f,0x11,
|
||||
0x52,0x59,0x51,0x51,0x31,0xb6,0x5e,0xe5,0x38,0x44,0x21,0x92,0xd1,0x00,0x47,0x19,
|
||||
0x1f,0x8b,0x35,0x4e,0xfb,0x99,0xdb,0xf3,0xe4,0xc9,0xef,0xbc,0xf8,0xba,0x3f,0x3e,
|
||||
0xf9,0xc4,0xe2,0x5f,0xff,0xf3,0xef,0x57,0xce,0xfa,0xc0,0x65,0xf7,0x7c,0x2b,0xdd,
|
||||
0xf9,0x8f,0x6b,0x62,0x8d,0x35,0x47,0xb9,0x61,0x4a,0xca,0xc6,0x48,0x00,0x01,0x72,
|
||||
0x45,0x32,0x7e,0x80,0xa3,0x89,0x1b,0xe3,0xb3,0x43,0x2b,0x6d,0xea,0x8e,0x8f,0x7c,
|
||||
0xe9,0xa6,0xa6,0xcf,0xdf,0x74,0x13,0xe5,0x95,0x15,0x4c,0x9b,0x31,0x83,0x8f,0x5e,
|
||||
0x75,0xb5,0x78,0x55,0x95,0xa7,0xaf,0xd4,0xf4,0xcf,0x36,0x36,0x9d,0x71,0xd4,0x86,
|
||||
0x85,0x08,0x52,0x9c,0x9b,0x93,0x33,0xa6,0x73,0xd3,0xae,0x87,0x64,0x34,0xc0,0xd1,
|
||||
0xc5,0x0a,0x9b,0xbc,0xd1,0x54,0x57,0x9d,0xfe,0xda,0x25,0x4b,0xf0,0xdc,0x03,0x01,
|
||||
0xb7,0xfc,0xc2,0x02,0x16,0x9f,0x7e,0x3a,0xa6,0xbc,0xfc,0xf4,0x6f,0x26,0xdb,0x0b,
|
||||
0x8f,0xd6,0xfd,0x5c,0x34,0x3f,0x12,0x1d,0x5b,0x88,0x3f,0x2b,0x1a,0xa1,0x57,0xd5,
|
||||
0xcb,0x10,0xe0,0x28,0xe1,0xe3,0xb1,0xc6,0x8a,0x54,0x75,0xe5,0x27,0x7e,0x70,0xdb,
|
||||
0x8f,0xd8,0xb7,0x6f,0x1f,0xeb,0xd6,0xae,0x45,0x55,0xf7,0x7f,0x5e,0x39,0x6d,0x2a,
|
||||
0x4b,0x5e,0xff,0xba,0x48,0x54,0xa4,0xe2,0xe8,0x11,0x80,0x31,0x67,0xf7,0xe4,0x64,
|
||||
0xe7,0x90,0x23,0x32,0x23,0x63,0x04,0x1e,0x25,0xac,0x51,0xf7,0xfa,0x2b,0xae,0xba,
|
||||
0x2a,0x77,0x56,0xf3,0xc8,0xce,0xb5,0x54,0x22,0x49,0x34,0x2b,0x8b,0xb4,0x8e,0x2c,
|
||||
0xb4,0xdb,0xeb,0x16,0x98,0xd5,0x36,0x51,0xb9,0xda,0xba,0x0b,0x7b,0xac,0x5b,0x54,
|
||||
0x6c,0x9c,0xce,0x3a,0x13,0x7e,0xe8,0xe6,0x96,0x35,0xbd,0x87,0xba,0x67,0xab,0xf5,
|
||||
0x4a,0xf3,0x72,0x73,0xc7,0xf4,0x7b,0xcb,0x2a,0x2b,0xe8,0x4b,0x26,0xeb,0x96,0xc7,
|
||||
0x67,0x9b,0x2f,0xb6,0xac,0xb6,0x19,0x02,0x1c,0x01,0x6e,0x88,0xcf,0xca,0x7a,0x32,
|
||||
0x2f,0xf2,0x9e,0xb3,0xce,0x3e,0x44,0xc2,0x8d,0x2a,0x5e,0x3a,0x85,0x7a,0xb6,0x57,
|
||||
0xa0,0x6d,0xe8,0x47,0xff,0x55,0x3b,0xcf,0xdc,0xeb,0xf5,0x5f,0x76,0x47,0x79,0xce,
|
||||
0xb5,0x4b,0x2e,0xb8,0x74,0xd6,0x07,0x1a,0x1b,0xc3,0x65,0x95,0x15,0x24,0x13,0x09,
|
||||
0xfe,0xf5,0xf0,0xc3,0x6d,0x6f,0xbd,0xe3,0xb7,0x3f,0x8d,0x0f,0xa4,0xbf,0xf6,0xf5,
|
||||
0x96,0xb5,0x7b,0x5f,0x34,0x0b,0x10,0x59,0x58,0x54,0x34,0xb6,0xa8,0x6e,0x61,0x61,
|
||||
0x21,0x95,0x4d,0x8d,0x35,0xed,0x9b,0x77,0x34,0x03,0xcf,0x65,0xbc,0x2a,0x47,0x80,
|
||||
0xf3,0x6b,0x6a,0xdf,0x7b,0xce,0xb2,0x65,0x7a,0xd7,0xef,0x7f,0xaf,0x7f,0xbe,0xfb,
|
||||
0x6e,0x4d,0x26,0x12,0x07,0x45,0xdf,0xfa,0xfb,0xfa,0xf4,0xe7,0x3f,0xfe,0xb1,0x5e,
|
||||
0xfb,0xfe,0xf7,0x3f,0xf5,0x68,0xe3,0xa2,0x83,0x8c,0xc0,0xb3,0x67,0xc6,0xbf,0xf4,
|
||||
0xa3,0x1f,0xfc,0x40,0xf7,0xed,0xdd,0x3b,0x62,0xe8,0x76,0xd3,0x0b,0x2f,0xe8,0xa7,
|
||||
0x3e,0x76,0xd5,0x86,0x6b,0xe2,0x4d,0x2f,0x1a,0x3a,0xde,0x78,0xd2,0xc9,0xcf,0xf7,
|
||||
0xf5,0xf6,0xea,0x58,0x71,0xc7,0xed,0xb7,0xeb,0xb2,0x9a,0xf8,0x6d,0x19,0x09,0x1e,
|
||||
0x21,0x96,0xc6,0xea,0xee,0x7f,0xe6,0xc9,0xa7,0x34,0xd1,0xdf,0xaf,0xbb,0x77,0xee,
|
||||
0xd4,0x74,0x3a,0x7d,0x50,0x43,0xbf,0xb0,0x61,0x83,0xde,0xfe,0x8b,0x5f,0xe8,0xeb,
|
||||
0xea,0x1a,0xbe,0x3e,0xf4,0xbc,0x8b,0x6b,0xea,0xde,0x7f,0xc7,0xaf,0x6e,0xb7,0x2f,
|
||||
0x17,0xca,0xdd,0xb5,0x73,0xa7,0xbe,0x6b,0xd9,0xd9,0xf7,0x7d,0xb3,0x76,0xee,0xfe,
|
||||
0x90,0xdf,0x65,0xb1,0x86,0xdc,0xcb,0x2e,0xbc,0xa8,0xdb,0xf3,0xbc,0xc3,0x16,0x78,
|
||||
0x3a,0x95,0xd2,0xa7,0x9f,0x5a,0xa1,0xbf,0xfd,0xcd,0x6f,0xd4,0xf3,0x3c,0xdd,0xb3,
|
||||
0x7b,0xb7,0x2e,0xaa,0xad,0xdb,0x7b,0x43,0xac,0xa9,0x2a,0x63,0x04,0x8e,0x11,0x57,
|
||||
0xc7,0x1a,0x1b,0xaa,0x17,0xcc,0x5f,0x32,0xf7,0x84,0xf9,0x44,0xb3,0xb3,0xa9,0xa8,
|
||||
0xaa,0x62,0xb8,0x6f,0x7e,0xfd,0xfa,0xf5,0xb8,0xa9,0x34,0x59,0x69,0xef,0x81,0xc1,
|
||||
0x63,0xcb,0xe3,0xb3,0xf3,0x66,0xbc,0xe1,0xec,0xe5,0x6f,0xbb,0xe8,0x42,0x79,0xb9,
|
||||
0x50,0x6e,0x65,0x55,0x15,0xef,0xfb,0x3f,0xd7,0xbf,0xfe,0x9f,0xde,0xc0,0x55,0x43,
|
||||
0x0e,0xcf,0x98,0x7b,0xd2,0x49,0x79,0xc6,0x1c,0x5e,0xf3,0xac,0x7a,0xee,0x39,0xbe,
|
||||
0x78,0xe3,0x8d,0x74,0x75,0x75,0xf2,0xa6,0x37,0xbf,0x19,0x63,0x0c,0x53,0xca,0xcb,
|
||||
0x79,0xdf,0xb5,0xd7,0x94,0xac,0xd0,0xd4,0x67,0x33,0x04,0x18,0x23,0x56,0x69,0x7a,
|
||||
0xe9,0x05,0x17,0x5f,0x14,0x76,0x0e,0x11,0x90,0x51,0x55,0x9e,0x7d,0xfa,0x69,0xda,
|
||||
0x5b,0x77,0xf7,0x2e,0x70,0xa2,0x2b,0x06,0x8f,0xaf,0x74,0x13,0x57,0x5e,0x7a,0xe5,
|
||||
0x15,0x33,0x43,0xe1,0xc3,0xf3,0xc5,0x2c,0x5d,0xb6,0x8c,0xa6,0x0b,0x2f,0xf8,0xd2,
|
||||
0x35,0xb1,0xc6,0xea,0x5b,0x6b,0xe7,0x65,0xb5,0xa9,0xb7,0xe4,0x84,0x05,0x27,0x1c,
|
||||
0xb6,0x4f,0xa1,0xa4,0xb4,0x94,0x1b,0x3e,0xf3,0x19,0x96,0x9c,0x75,0x16,0xd9,0xd9,
|
||||
0xd9,0xbe,0x33,0x48,0x84,0x25,0x4b,0x97,0xb2,0xcf,0xf3,0x2e,0xba,0xb9,0x76,0x4e,
|
||||
0x34,0x43,0x80,0x51,0xe2,0xf6,0xba,0x85,0xe2,0xc1,0x3b,0x4f,0x39,0xf5,0xd4,0x43,
|
||||
0x7e,0xa7,0xab,0xb3,0x93,0xfe,0xde,0x3e,0x9e,0xfa,0xfb,0x3f,0xee,0xff,0x62,0xcb,
|
||||
0xea,0x3d,0x00,0x5f,0x8a,0xcf,0xce,0x8f,0x9d,0x73,0xf6,0xb5,0x73,0xe6,0xcd,0x3b,
|
||||
0xec,0x7b,0x39,0xa1,0x10,0x17,0x5c,0x74,0x71,0xfe,0x4a,0x9b,0xfa,0xf7,0xdf,0x79,
|
||||
0xbd,0x2b,0x74,0x6a,0xd5,0x0d,0x0b,0x4f,0x3a,0xe9,0xb0,0xcf,0xaf,0xaa,0xae,0x26,
|
||||
0x2f,0x3f,0xff,0x45,0xc7,0x6b,0xeb,0xeb,0x89,0x9d,0x30,0xaf,0x62,0x8d,0x4d,0x9e,
|
||||
0x91,0x21,0xc0,0x28,0xf1,0x98,0xd7,0x57,0x7e,0xf2,0x9b,0xce,0x3d,0x63,0xda,0x8c,
|
||||
0x43,0x4f,0xa7,0x57,0x3c,0xf9,0x24,0x65,0xe5,0x65,0xa4,0x56,0xaf,0xff,0xed,0xe0,
|
||||
0xb1,0xc7,0xdd,0xc4,0x0d,0xef,0xbe,0xf2,0xca,0x19,0xe1,0xf0,0xe8,0x3c,0xb1,0x0b,
|
||||
0x4e,0x5c,0xc8,0xa5,0x9f,0xf9,0xd4,0xfb,0x36,0x79,0xee,0xec,0x1b,0x6e,0xfa,0x42,
|
||||
0x4d,0x71,0x49,0xc9,0x11,0x3f,0x43,0x24,0x12,0xe1,0xbc,0x37,0xbf,0x85,0x3d,0x6a,
|
||||
0xcf,0xcb,0x10,0x60,0x94,0x48,0xa2,0x0b,0x2a,0xa7,0x4f,0x0f,0x1d,0x2a,0x1c,0xdb,
|
||||
0xdf,0xd7,0xc7,0xaf,0x7f,0x75,0x3b,0xdd,0x1d,0x9d,0x7d,0x27,0x44,0xb2,0xef,0x03,
|
||||
0xb8,0xa5,0x76,0x4e,0x74,0xb7,0x4d,0x5f,0x5c,0x5b,0x5b,0x3b,0xea,0xfb,0x39,0x8e,
|
||||
0xc3,0xdb,0xde,0x7e,0x21,0x15,0x15,0x15,0x9c,0x72,0xda,0x69,0x47,0xed,0x39,0x9a,
|
||||
0xe7,0x34,0xd3,0xa7,0x3a,0xe7,0x78,0x6d,0xe7,0xe3,0xd6,0x0f,0xb0,0x55,0xbd,0x19,
|
||||
0x17,0xcc,0x3d,0x74,0xbb,0x6d,0x7a,0xa1,0x05,0x01,0x1e,0x7e,0xf8,0xe1,0x48,0x59,
|
||||
0x7c,0xda,0xef,0x3e,0x79,0xe6,0xa2,0xa2,0x4d,0xae,0x57,0xfe,0x9e,0x85,0x27,0x4c,
|
||||
0xcd,0xca,0xc9,0xc1,0x7a,0x1e,0x3b,0xb6,0x6f,0xa7,0xad,0xbd,0x1d,0xeb,0x59,0xa2,
|
||||
0xd1,0x08,0xed,0xed,0x7b,0xd9,0xb7,0x6f,0x2f,0x8e,0x08,0xe5,0x95,0x95,0x4c,0x29,
|
||||
0x9d,0x42,0xc3,0xac,0xa6,0x03,0xbd,0x21,0xe4,0xd0,0x3c,0x7b,0x16,0xd1,0xac,0xa3,
|
||||
0x17,0xca,0x2f,0x9d,0x32,0x85,0x84,0xf5,0x4a,0x33,0x04,0x18,0x25,0x06,0xac,0x3d,
|
||||
0x33,0x1e,0x8f,0x1f,0xba,0x67,0xcd,0x9b,0xcb,0x0f,0x7f,0xfa,0x13,0x3c,0xd7,0x0d,
|
||||
0x83,0x2c,0x35,0x21,0xdf,0xda,0x77,0x8c,0x61,0x53,0x4b,0x0b,0xff,0x79,0xf3,0xcd,
|
||||
0x54,0x4f,0x9d,0xc6,0x6b,0x96,0xbc,0x96,0xdc,0x9c,0x5c,0xba,0xba,0xba,0x98,0x36,
|
||||
0x6d,0x2a,0x4d,0x4d,0x8d,0xe4,0xe6,0xe5,0xe1,0xba,0x2e,0x39,0xc3,0x82,0x3d,0x3d,
|
||||
0x9d,0x9d,0x4c,0x9b,0x59,0xc3,0xe1,0x5a,0xff,0x87,0xa7,0x62,0x05,0x07,0xfa,0x33,
|
||||
0x04,0x18,0x25,0x5c,0x91,0xf9,0x25,0x2f,0x33,0x0e,0x1b,0xc7,0x61,0xf8,0x34,0xaf,
|
||||
0xbf,0xaf,0x8f,0x4f,0x7c,0xfc,0x1a,0x3e,0xb7,0x7c,0x39,0x27,0x9d,0xb2,0x68,0x54,
|
||||
0xf7,0x6c,0xdf,0xbb,0x97,0x48,0xe4,0xe8,0x46,0x71,0x93,0xa9,0x24,0x61,0x31,0xbd,
|
||||
0x19,0x1b,0x60,0x14,0xf8,0x66,0xed,0x9c,0xc8,0xd4,0x59,0x4d,0x65,0x45,0xc5,0xc5,
|
||||
0xa3,0x3e,0xf7,0xde,0x7b,0xee,0xe1,0x43,0x1f,0xf9,0xf0,0xa8,0x85,0x0f,0x90,0x4c,
|
||||
0xa7,0x29,0x28,0x2c,0x3c,0xaa,0xcf,0xb2,0x65,0xcb,0x16,0x72,0x8d,0x79,0x22,0x43,
|
||||
0x80,0x51,0x60,0xb3,0x4d,0xe7,0x15,0x94,0x14,0x57,0x3a,0xa3,0x4c,0xc8,0x4c,0xa7,
|
||||
0xd3,0xfc,0xed,0xfe,0xbf,0xb0,0xe4,0xac,0xb3,0x50,0x3b,0xfa,0x18,0x8c,0x00,0xbd,
|
||||
0x5d,0x5d,0x47,0x6f,0x18,0xeb,0xef,0xe7,0xae,0x3b,0x7f,0xdf,0x53,0x2f,0xa1,0x9f,
|
||||
0x64,0x86,0x80,0x51,0xa0,0xcc,0x84,0x72,0x5a,0xf3,0x46,0x1f,0x89,0xdb,0xdb,0xd6,
|
||||
0x46,0x59,0x45,0x05,0xd9,0x39,0x39,0xfc,0xe3,0xc1,0x87,0x38,0xfd,0xcc,0xc5,0x38,
|
||||
0xa1,0x10,0xd6,0xda,0x83,0xc7,0x75,0x85,0x54,0x2a,0x49,0x67,0x47,0x27,0x03,0x03,
|
||||
0xfd,0x14,0x16,0x15,0xd1,0xdb,0xd3,0xc3,0x8a,0x27,0x9e,0xe4,0xce,0x3b,0xef,0xe4,
|
||||
0xc4,0x93,0x4f,0xa6,0x7a,0xea,0x54,0xa6,0x4f,0x9f,0x41,0x7e,0x61,0xc1,0xe8,0x1f,
|
||||
0x40,0x95,0x1d,0xdb,0xb7,0xf3,0x8d,0xaf,0xdd,0xc2,0xa6,0x07,0xfe,0x76,0x77,0x02,
|
||||
0x4e,0x5e,0x5a,0x53,0x7b,0x72,0x35,0x66,0x4f,0xa9,0x38,0xcf,0x7d,0x67,0xd3,0xda,
|
||||
0xce,0x0c,0x01,0x86,0xe0,0xda,0x58,0xe3,0xec,0xdd,0x78,0x8d,0xa2,0x4c,0xb3,0xd0,
|
||||
0xf3,0x80,0x37,0xb0,0x20,0xde,0xd7,0x8f,0xaa,0x72,0xa8,0x69,0xe0,0x60,0x3e,0x80,
|
||||
0x5a,0xa5,0xbf,0xaf,0x97,0x64,0x3a,0x4d,0x6b,0x6b,0x2b,0xcf,0x3c,0xf3,0x34,0x9d,
|
||||
0xfb,0xf6,0xd1,0xdd,0xd5,0x89,0x31,0x06,0x55,0xe5,0xb6,0x5b,0x6f,0xe5,0x8a,0x8f,
|
||||
0x7c,0x84,0xc7,0x1f,0x7d,0x94,0xd5,0x2b,0x57,0xb2,0x63,0xf5,0x1a,0xba,0xd7,0xaf,
|
||||
0x67,0xf3,0x0b,0x1b,0x69,0x4d,0xa6,0x88,0xe6,0xe6,0x52,0x93,0x4a,0xd2,0x0f,0x44,
|
||||
0x14,0x3e,0xf9,0xd1,0xab,0xc8,0x49,0xa7,0x28,0x9c,0x5a,0xcd,0xb2,0xf3,0xcf,0x27,
|
||||
0x5e,0x5f,0x4f,0xcd,0xcc,0x99,0x94,0x95,0x97,0x53,0x58,0x58,0x48,0x5e,0x7e,0x3e,
|
||||
0xc3,0xb5,0x93,0xe7,0x79,0xb4,0xed,0xd9,0xc3,0xea,0x55,0xab,0x78,0xea,0xb1,0xc7,
|
||||
0xf9,0xe7,0xaf,0x6f,0x67,0x41,0x62,0x80,0x73,0x1d,0x2e,0xed,0x57,0x2e,0xf5,0x80,
|
||||
0x75,0xd6,0xb2,0x5d,0xdd,0xde,0xf3,0x6a,0xe2,0x6b,0x4a,0x70,0x3e,0xf3,0x8b,0xcd,
|
||||
0x1b,0xfe,0xfa,0x6a,0xb7,0xfd,0xab,0x5e,0x20,0xe2,0xe6,0x78,0x73,0xf6,0x43,0xb6,
|
||||
0xbf,0xe5,0xdd,0x21,0x2a,0x73,0x02,0xab,0x39,0x4b,0xe0,0x5b,0xa1,0x2c,0x6e,0xb9,
|
||||
0xfd,0x57,0x14,0x15,0x15,0xb3,0x7b,0x4f,0x2b,0x9d,0x1d,0x1d,0xec,0xda,0xb9,0x93,
|
||||
0xfe,0x8e,0x4e,0xba,0xf6,0xb4,0xd2,0xd1,0xd3,0x43,0x04,0x21,0xd5,0xde,0xc6,0x9e,
|
||||
0x67,0x57,0xd2,0x98,0x4e,0x12,0x51,0xa5,0x0d,0x61,0xdd,0x9c,0xb9,0x58,0xb5,0x7c,
|
||||
0xe7,0xbb,0xdf,0xa5,0x6a,0xea,0x34,0x6e,0xf9,0xca,0x57,0xf8,0xc0,0x15,0x57,0xf0,
|
||||
0xbd,0x8f,0x7f,0x9c,0xcb,0x9f,0x5f,0x41,0xb6,0x1c,0x18,0xfb,0x6c,0xf0,0x37,0x68,
|
||||
0x4a,0xa6,0x80,0x01,0x85,0x5c,0x01,0x57,0xa1,0x47,0xa1,0x5d,0x61,0x9b,0x55,0xf6,
|
||||
0x59,0x65,0x2b,0x42,0x67,0x7d,0x03,0xf3,0xce,0x39,0x87,0x99,0x33,0x66,0x90,0x4a,
|
||||
0xa6,0xd8,0xb9,0x6e,0x2d,0x3b,0x9e,0x7b,0x8e,0xf2,0x67,0x9f,0xa1,0x4e,0xa0,0xd1,
|
||||
0x11,0x4a,0xcc,0xc8,0x8d,0x2b,0x40,0x9f,0xc2,0x57,0x92,0xda,0x1f,0x22,0x32,0xeb,
|
||||
0xfb,0x9b,0xd6,0x6d,0x9d,0xd4,0x04,0xb8,0xa4,0xa6,0x7e,0x5a,0x8d,0xb8,0x2d,0xd7,
|
||||
0x65,0x1d,0x9c,0x44,0xb9,0xc6,0x83,0xbf,0xba,0x4a,0x4c,0x94,0x26,0x23,0xe4,0x1a,
|
||||
0x21,0x2a,0x90,0x03,0x38,0x02,0x9e,0x82,0x91,0x03,0x2a,0x4c,0x0e,0x68,0x77,0xd6,
|
||||
0x7a,0xf0,0xcb,0xb4,0xb2,0xbe,0xbc,0x82,0xea,0xa9,0x53,0x69,0x6f,0x6f,0xa7,0xa0,
|
||||
0x20,0x9f,0x4b,0xd7,0xae,0xe2,0x35,0xe1,0x23,0x7f,0xe4,0x34,0xf0,0xdd,0x84,0xf2,
|
||||
0x3f,0x56,0xa9,0x07,0x6e,0xcb,0x31,0x84,0x46,0x69,0x50,0xdd,0x93,0x56,0xee,0x74,
|
||||
0xcd,0xe7,0xef,0xde,0xfc,0xc2,0x97,0x27,0xf5,0x10,0x90,0x46,0x9b,0x6a,0x0c,0x2f,
|
||||
0x9a,0x7b,0xcd,0x72,0x60,0x96,0x23,0x87,0xe4,0x68,0x48,0x0e,0xcd,0xe8,0x59,0x0e,
|
||||
0x7c,0xd1,0x11,0xf6,0x76,0xee,0x21,0xd1,0xb9,0x87,0xb4,0x42,0x6e,0x2b,0x54,0x85,
|
||||
0xe5,0xa8,0x35,0x5a,0x6b,0xf0,0x7e,0xce,0x5b,0xde,0x4c,0xe7,0x7d,0x7f,0xa4,0x7c,
|
||||
0x94,0xe6,0xf4,0x22,0x47,0xf8,0xb1,0xab,0xf3,0x27,0xfd,0x2c,0x60,0xab,0x7a,0xf3,
|
||||
0x8b,0x45,0x8e,0x09,0xb3,0x2b,0x0c,0xcc,0x34,0x50,0xe7,0x40,0xd5,0x51,0x7c,0x52,
|
||||
0x0f,0xd8,0x1a,0xd8,0x20,0x77,0xdd,0xf3,0x67,0xc6,0x52,0x13,0x26,0xcb,0x1f,0x86,
|
||||
0x66,0x7e,0xad,0x76,0x8e,0x4c,0x6a,0x02,0xe4,0x89,0xcc,0xa9,0x18,0x67,0xeb,0x93,
|
||||
0xd2,0x0a,0x1d,0x41,0x4e,0xaa,0x97,0x4e,0xb3,0x73,0x0c,0x59,0x7f,0x61,0x20,0x1f,
|
||||
0x9d,0xbf,0x4d,0xbd,0xa2,0x49,0x4b,0x80,0xeb,0x63,0x4d,0xd2,0xa1,0x7a,0xea,0x78,
|
||||
0xab,0xaf,0xb6,0xc7,0x42,0xf7,0x90,0xff,0x57,0x78,0x3a,0xea,0x6b,0x44,0x05,0xe6,
|
||||
0x09,0xe1,0xcd,0x9a,0x2e,0x9f,0xb4,0x04,0x28,0x36,0x4e,0x5e,0xa5,0x30,0xa3,0x6a,
|
||||
0x9c,0x69,0x80,0xbe,0xe1,0xc2,0x1c,0xe3,0x75,0x4a,0x05,0xc9,0x56,0xe6,0x4d,0x5a,
|
||||
0x02,0x3c,0xe2,0x25,0x5e,0xb3,0xc8,0x90,0x93,0x33,0xce,0xaa,0x15,0xee,0xb0,0x07,
|
||||
0xf7,0xf8,0x81,0x31,0x5e,0x67,0x9a,0x81,0x2d,0xd8,0xc5,0x93,0x96,0x00,0x0a,0x67,
|
||||
0x55,0x8d,0xc3,0x52,0x95,0xdb,0x86,0x8d,0xf9,0x0f,0x5b,0x65,0x2c,0xd5,0xa2,0x6b,
|
||||
0x8c,0x20,0xaa,0x33,0x27,0x2d,0x01,0x3a,0xd4,0xce,0x9c,0x61,0xc6,0x1f,0x03,0x76,
|
||||
0xeb,0x41,0x24,0x26,0x32,0x75,0x1a,0xc9,0xd1,0x9b,0x01,0xe4,0x0a,0xa4,0xe1,0xa4,
|
||||
0x6f,0xd5,0xce,0x8d,0x4c,0x3a,0x02,0xdc,0x56,0x77,0x42,0xd8,0x41,0x4e,0x2e,0x1b,
|
||||
0x67,0xf2,0x4f,0x03,0x4f,0x0c,0x19,0x02,0x04,0xe8,0xdf,0xb1,0x63,0x4c,0x2b,0x41,
|
||||
0x8b,0x0d,0x4c,0x15,0xaa,0x9f,0xb3,0xc9,0x59,0x93,0x8e,0x00,0xdb,0x6d,0x3a,0x9c,
|
||||
0x40,0xf3,0x22,0xe3,0x8c,0x00,0x06,0x28,0x1c,0xf6,0x9b,0xad,0xea,0x98,0xae,0x15,
|
||||
0x01,0xce,0x72,0x90,0xbd,0x6a,0x2b,0x26,0x1d,0x01,0xd6,0xd8,0xd4,0x94,0x02,0xd1,
|
||||
0xfc,0xf2,0x71,0x36,0x03,0x70,0x15,0xb6,0x0c,0x93,0x77,0xe3,0x99,0x67,0xd2,0x36,
|
||||
0x36,0x0e,0x50,0x2a,0xd0,0x87,0x9e,0x3a,0xe9,0x08,0xe0,0xa1,0xaf,0x59,0x6c,0x24,
|
||||
0x3c,0xde,0x4a,0x94,0xa4,0x81,0xe1,0xe9,0x3d,0xef,0xba,0xf4,0x52,0x76,0xb9,0x63,
|
||||
0x5b,0x03,0x5a,0x26,0x42,0x37,0x7a,0xda,0xa4,0x23,0xc0,0x4e,0xb5,0xe5,0xb9,0x8c,
|
||||
0x3f,0x64,0x0b,0x2c,0x18,0x36,0x04,0x24,0x53,0x29,0x0a,0x64,0x6c,0x2a,0x60,0x86,
|
||||
0x01,0x47,0xb5,0xee,0x37,0xb5,0xf3,0x5f,0x15,0x59,0xbc,0x6a,0x1d,0x30,0x2c,0x54,
|
||||
0xd6,0x1d,0x67,0xea,0x5f,0x81,0x94,0xfa,0xaf,0x82,0x1f,0x75,0x1c,0xde,0x40,0xc2,
|
||||
0xc1,0xa5,0x3f,0x54,0x95,0x44,0x62,0x80,0xa8,0x8c,0xed,0x61,0x0a,0x0c,0xcc,0x14,
|
||||
0x99,0xb2,0x1d,0xcf,0xe0,0x47,0xa6,0x27,0x07,0x01,0x1c,0x58,0x10,0x12,0x61,0x97,
|
||||
0x85,0xa4,0x42,0xbb,0x2a,0x61,0x04,0xc5,0x8f,0xc1,0x47,0xc5,0xf7,0x97,0xf7,0xaa,
|
||||
0xef,0x79,0x0b,0x05,0x0d,0x3f,0x34,0xbd,0x36,0xad,0x4a,0x56,0x10,0x22,0x2e,0x30,
|
||||
0x42,0xa1,0x40,0xde,0x10,0xc1,0x85,0xc5,0x8f,0xf3,0x9b,0x40,0x70,0x1e,0x7e,0x2c,
|
||||
0xbe,0x3f,0x88,0xf1,0xb7,0x5a,0x65,0x6f,0xf0,0xbe,0x57,0xfd,0x8a,0x10,0x83,0x61,
|
||||
0xc9,0x76,0x55,0xda,0x80,0x0b,0x1c,0x21,0x57,0xa0,0x5b,0x7d,0xf5,0x9f,0x50,0xd8,
|
||||
0x38,0xa4,0xb3,0x7b,0xd6,0xe2,0x26,0x53,0xfc,0x2c,0x65,0x79,0x93,0x1a,0xb2,0xf1,
|
||||
0x23,0x95,0xd9,0xc3,0x02,0x5c,0x83,0xff,0xed,0xb1,0xca,0x1a,0x0b,0x6b,0xad,0x92,
|
||||
0x27,0xc2,0x0d,0x51,0x21,0x2a,0x5a,0xd0,0x62,0x53,0x75,0xc0,0xda,0x49,0x41,0x80,
|
||||
0x2b,0xe3,0xb3,0xe4,0x11,0x2f,0x31,0x75,0xaf,0x85,0x85,0x8e,0x10,0x36,0x30,0x13,
|
||||
0x39,0x68,0x3c,0x3a,0x94,0x42,0x1d,0x6c,0x48,0x3f,0x91,0xc3,0x27,0x8c,0xc5,0x17,
|
||||
0x6a,0x9f,0xc2,0x5e,0x55,0x7a,0xad,0x90,0xc6,0x0f,0xda,0xf4,0x00,0x09,0x55,0xd6,
|
||||
0x59,0x68,0x51,0xdf,0x6d,0xdb,0x64,0x20,0x6e,0xa0,0x5c,0x84,0x59,0x0e,0x14,0x08,
|
||||
0xfb,0x93,0x44,0xcc,0x7e,0x1b,0x45,0x78,0xd6,0x85,0x9d,0x56,0x71,0x80,0xe9,0x46,
|
||||
0xc8,0x07,0x0a,0x0d,0xec,0x51,0xf8,0x43,0x30,0x15,0x0c,0x39,0x0e,0x9f,0x5d,0xbe,
|
||||
0x9c,0x8b,0x1d,0xb3,0xbf,0x3a,0x85,0xa3,0x82,0x0c,0xb9,0x96,0x00,0x5d,0xaa,0xac,
|
||||
0xb7,0xd0,0x68,0xe0,0x34,0x47,0xb8,0x24,0x2c,0x38,0x02,0xf9,0x02,0x27,0x1a,0xcc,
|
||||
0x7d,0x9e,0xb7,0x78,0xd2,0x10,0x20,0x86,0x38,0xcf,0x43,0xe9,0x19,0x61,0x3f,0xc9,
|
||||
0xe3,0xe5,0x84,0xce,0x08,0xc4,0x10,0x0e,0xde,0xee,0x24,0x22,0x50,0x24,0x43,0x29,
|
||||
0x72,0x30,0x6d,0x06,0x14,0x12,0xc1,0x14,0xce,0x1c,0xc6,0xf5,0x0d,0xb0,0x20,0x04,
|
||||
0x0b,0x46,0xb8,0xde,0x48,0x5e,0xbf,0x85,0x46,0x38,0xf3,0x25,0x33,0xca,0x85,0x25,
|
||||
0x87,0xf8,0xa4,0xc1,0x08,0xff,0xed,0x69,0xfd,0xa4,0x31,0x02,0xbb,0xd1,0x78,0xad,
|
||||
0xe8,0x94,0xc2,0x57,0xd0,0x07,0x90,0x2d,0x50,0x2c,0x47,0xe7,0x81,0x87,0xaf,0x1b,
|
||||
0xba,0xe2,0xf2,0xcb,0x51,0x3b,0xf6,0x9a,0x50,0xc5,0x7e,0xfa,0x59,0xf3,0xa4,0x21,
|
||||
0xc0,0x16,0x9b,0x5e,0x90,0x27,0x62,0xc6,0xeb,0x8e,0x55,0x67,0x0e,0xd3,0x9b,0xa5,
|
||||
0x65,0x65,0x64,0x1d,0xc1,0x6a,0xa2,0x22,0x03,0x69,0x74,0xd1,0x95,0xb1,0xc6,0xe8,
|
||||
0xa4,0x20,0x80,0x40,0x45,0x21,0xe3,0x77,0xcb,0xb2,0xa2,0x21,0x06,0x9e,0x67,0x2d,
|
||||
0x7d,0x3d,0x3d,0x14,0x1e,0x01,0x9d,0x0b,0x05,0x16,0x19,0x4a,0xca,0x30,0x15,0x93,
|
||||
0x82,0x00,0xbb,0xb0,0xf1,0xa6,0x71,0xbc,0x5f,0x59,0x83,0x03,0x57,0x38,0x42,0x56,
|
||||
0x38,0x82,0x11,0xe1,0xee,0xbb,0xee,0x0a,0xec,0x8f,0xb1,0xa3,0x5a,0x30,0x6d,0x78,
|
||||
0x65,0x93,0x82,0x00,0x69,0xa5,0xb9,0x50,0xc6,0xef,0x96,0x85,0x02,0x2c,0x0e,0x09,
|
||||
0x89,0x54,0x92,0x0f,0x5e,0x79,0x25,0xb1,0xdd,0xbb,0x38,0xd2,0xb4,0xb6,0x32,0x41,
|
||||
0x76,0xa8,0xb7,0x6c,0x52,0x10,0x20,0x5b,0xa8,0x0a,0xa1,0x8c,0x67,0xd4,0x3b,0xf0,
|
||||
0xa5,0x88,0x61,0xdb,0x6d,0x3f,0xe2,0xca,0xa3,0x30,0x97,0x6a,0x72,0x84,0x5d,0x6a,
|
||||
0x4f,0x9b,0xf0,0x04,0xb8,0xa3,0x7e,0x41,0xa4,0x47,0xb5,0xb8,0x5c,0xc6,0xf7,0xa6,
|
||||
0xa5,0x02,0x2c,0x0b,0x0b,0xcb,0x73,0x43,0xd4,0x1c,0x85,0xe1,0x2c,0x66,0x60,0x9a,
|
||||
0x48,0xf3,0xef,0xea,0x4f,0x34,0x13,0x9a,0x00,0x8f,0x78,0x89,0x5c,0x0f,0x4a,0x2b,
|
||||
0x33,0x5b,0x55,0x1c,0x84,0x88,0x40,0x99,0x68,0xec,0x8f,0x6e,0xcf,0xf4,0x09,0x4d,
|
||||
0x00,0x4f,0xed,0xfc,0xa8,0x68,0x34,0x2b,0xb3,0x6b,0xf1,0x8b,0x34,0xca,0x5c,0x43,
|
||||
0xa8,0x4f,0xed,0xc2,0x09,0x4d,0x80,0x0e,0x6c,0xc9,0x34,0x24,0xb3,0x6b,0xf5,0x08,
|
||||
0x38,0xc9,0x11,0xb6,0x60,0x9b,0x27,0x34,0x01,0xf6,0xa9,0xad,0x9c,0x9b,0x51,0xff,
|
||||
0x23,0xa2,0x58,0x20,0x0b,0x66,0x4f,0x68,0x02,0xb8,0x68,0xfd,0xf4,0x09,0x4e,0x00,
|
||||
0x19,0xf2,0x37,0x1a,0xe4,0x0b,0x18,0x74,0xf1,0xc7,0xe3,0x4d,0xaf,0x58,0x8c,0xe6,
|
||||
0x15,0x0f,0x06,0x29,0x34,0xbc,0xdc,0x5a,0x40,0x7b,0xe0,0xbb,0x07,0x4d,0x16,0x07,
|
||||
0xe3,0xf5,0x29,0xfc,0xd0,0x70,0x48,0xfc,0xa5,0xdc,0x1e,0x7e,0xaa,0x56,0x28,0xf0,
|
||||
0xf5,0xbb,0xc1,0x49,0x39,0x7e,0xd6,0x2d,0x1a,0x3c,0x68,0x76,0x10,0x1e,0x1e,0x0c,
|
||||
0x0d,0xa7,0xd5,0xcf,0xe9,0x4f,0xa8,0x1f,0xee,0xb5,0x28,0x69,0x15,0x06,0x50,0x3c,
|
||||
0xfc,0x15,0xc8,0x16,0x3f,0x34,0x5d,0x20,0xc2,0x94,0xc1,0xeb,0xe3,0x5f,0x67,0x20,
|
||||
0x48,0x1c,0xe8,0x53,0x68,0xb7,0x4a,0x97,0xfa,0x91,0xc2,0x16,0x55,0x42,0x40,0x0e,
|
||||
0x42,0x89,0xc0,0x7c,0xc7,0xbf,0x4e,0x87,0xfa,0xe1,0xe6,0xb8,0x11,0xaa,0x8d,0xff,
|
||||
0x1c,0x4e,0x60,0x00,0x4a,0x70,0x9f,0xd7,0x1a,0xa6,0x76,0x2b,0xd3,0x81,0x4d,0x13,
|
||||
0x92,0x00,0xbd,0x4a,0x55,0xb5,0x81,0xf5,0x1e,0x3c,0xe5,0x29,0xdd,0x81,0xb0,0xb2,
|
||||
0x03,0xc1,0x24,0xf1,0xe3,0xf3,0x65,0x81,0xb0,0x06,0x43,0xac,0x59,0x81,0x40,0x85,
|
||||
0x03,0x09,0x1b,0xf9,0x01,0x8f,0x46,0x9a,0x85,0xa5,0xf1,0x05,0x13,0xc6,0x8f,0x02,
|
||||
0x26,0x14,0xd6,0xe9,0x81,0xfb,0xac,0xb0,0x4a,0x91,0x40,0x95,0x08,0x4d,0x41,0x38,
|
||||
0x38,0x5f,0x20,0x1b,0x25,0x2f,0xb8,0xb7,0xbf,0xef,0x8b,0xd0,0xad,0xca,0x5d,0xae,
|
||||
0xd2,0x89,0x52,0x2d,0x42,0x2a,0xa8,0x1f,0x10,0xd9,0xdf,0x6b,0xfd,0xff,0x3d,0xfc,
|
||||
0x95,0xc9,0x67,0x1b,0x43,0x16,0xbe,0x80,0x7b,0x14,0xfe,0x9c,0x56,0xb2,0x05,0x1a,
|
||||
0x02,0xcd,0xf7,0xdb,0xb4,0xf2,0x94,0x55,0x0a,0x05,0x76,0x29,0x74,0x02,0x35,0x02,
|
||||
0xd7,0x85,0x85,0xb9,0x46,0xcc,0x2f,0x5c,0x77,0xf1,0x84,0x24,0xc0,0xc7,0x62,0x8d,
|
||||
0xe5,0x1b,0x35,0xd5,0x54,0x61,0x7c,0x23,0x70,0xa6,0x11,0x42,0x41,0xc3,0x39,0xc3,
|
||||
0x54,0xe8,0xb1,0x18,0x25,0x5c,0x60,0x8d,0xeb,0x0b,0xed,0xba,0xa0,0xde,0x80,0x73,
|
||||
0x58,0xaa,0x5a,0x38,0x23,0xec,0xbf,0x8e,0xc5,0x78,0x6d,0x72,0x0e,0x3e,0x6f,0x69,
|
||||
0x18,0x5c,0xf5,0xf3,0x01,0x52,0x81,0x06,0xeb,0x57,0x3f,0x4d,0x7c,0xa7,0x85,0x6e,
|
||||
0xd7,0x2e,0x03,0x7e,0x39,0xe1,0x08,0xb0,0x56,0xdd,0xfa,0x19,0x90,0x1d,0x0a,0x1a,
|
||||
0x3d,0xf4,0x12,0x3d,0xf8,0x58,0x3d,0xec,0xdc,0x31,0x3e,0xf1,0x91,0xcc,0x5a,0x64,
|
||||
0x04,0xc3,0x6b,0x30,0x1d,0x3e,0x3b,0x78,0xcd,0x0b,0x5e,0xa7,0x19,0x98,0x02,0x75,
|
||||
0x13,0xd2,0x08,0xcc,0x83,0xb2,0x7a,0x43,0x66,0x0a,0xf8,0x12,0x70,0xfc,0xe1,0xa0,
|
||||
0xfe,0x3f,0xe2,0xcd,0xd1,0x09,0x47,0x80,0x04,0x9c,0x58,0x97,0x99,0x02,0xbe,0x2c,
|
||||
0xa6,0x88,0x96,0xae,0xd7,0xf4,0xd4,0x09,0x47,0x80,0x94,0xea,0x99,0x79,0x92,0xe9,
|
||||
0xff,0x2f,0x87,0xb9,0x8e,0x38,0x03,0xaa,0xb3,0x26,0x14,0x01,0xfe,0xd6,0x70,0xb2,
|
||||
0x93,0x66,0xfc,0xd5,0x02,0x78,0x35,0x50,0x66,0x60,0x2f,0x36,0x3e,0xa1,0x08,0xf0,
|
||||
0x97,0x74,0x6f,0x41,0xb6,0x68,0x55,0x59,0x86,0x00,0x2f,0x8b,0x1c,0x20,0x89,0x9e,
|
||||
0x38,0xa1,0x08,0xb0,0x5a,0x53,0xe7,0x56,0x42,0x56,0x28,0x23,0xdf,0x97,0x45,0xb1,
|
||||
0x81,0xb9,0x42,0x6c,0x42,0x11,0x60,0x97,0x6a,0x45,0x3c,0x33,0x03,0x38,0xec,0x99,
|
||||
0x40,0xad,0x61,0xc6,0x0d,0xf1,0xd9,0x66,0xc2,0x10,0x20,0x57,0xa8,0x9b,0x93,0x51,
|
||||
0xff,0x87,0x8d,0x12,0x61,0x5a,0x14,0xa6,0x4c,0x08,0x02,0x7c,0x35,0x3e,0xd7,0x0c,
|
||||
0xa8,0x9e,0x59,0xe3,0x64,0xfa,0xff,0xe1,0xa2,0x42,0x34,0xd4,0x62,0xd3,0xf3,0x26,
|
||||
0x04,0x01,0x5e,0xd0,0x54,0x6d,0x1f,0x3a,0xbb,0x20,0x23,0xff,0xc3,0x46,0xb9,0x11,
|
||||
0x3a,0xb0,0x0b,0x26,0x04,0x01,0xf6,0xaa,0xcd,0xa9,0x12,0x31,0x19,0x02,0x1c,0x3e,
|
||||
0xaa,0x0c,0x4c,0xe5,0xd8,0xaf,0x16,0x7a,0x45,0x08,0xb0,0x5d,0x6d,0x6e,0x36,0x9a,
|
||||
0x31,0x00,0x47,0x69,0x08,0xc6,0x8c,0x9e,0xf4,0x60,0xc3,0xc9,0x66,0xdc,0x13,0xa0,
|
||||
0x44,0x88,0x14,0x66,0xc4,0x7f,0x58,0x50,0xfc,0x3c,0x83,0xa4,0x42,0xa1,0x10,0xfb,
|
||||
0x53,0xba,0xe7,0x98,0xee,0x38,0xf6,0x8a,0x4c,0xcb,0x2d,0xf4,0x3c,0xa1,0xca,0x6f,
|
||||
0x52,0xbe,0x93,0x03,0xfc,0x04,0x8c,0x14,0x7e,0x1a,0x54,0x12,0x3f,0x2c,0x1a,0x33,
|
||||
0x90,0x2f,0x42,0xbb,0x2a,0xbb,0xad,0x3f,0x65,0x9c,0x6e,0x84,0x1c,0x81,0x4e,0x55,
|
||||
0x7a,0xd5,0x67,0x6c,0x7e,0x90,0x08,0x32,0x58,0xa4,0xb9,0x4c,0x04,0x11,0x7f,0x19,
|
||||
0x78,0x04,0xa1,0xcc,0xf8,0xe1,0xd5,0xed,0xaa,0x44,0xf0,0x97,0x81,0x1b,0xfc,0xd8,
|
||||
0x7c,0x37,0x4a,0xa1,0x08,0xa5,0xc1,0x35,0x06,0xf0,0x73,0x04,0xa2,0xe2,0xaf,0xdd,
|
||||
0xef,0xc5,0x5f,0xfa,0x95,0xc3,0x81,0x7b,0x2a,0x50,0x69,0x84,0x08,0xfe,0x6f,0xde,
|
||||
0x15,0xe4,0x12,0x94,0x19,0xd9,0x9f,0x08,0xb2,0x2f,0xc8,0x11,0x98,0x61,0xfc,0x7b,
|
||||
0xb5,0xa9,0xd2,0x61,0xfd,0xf3,0x7a,0x55,0x71,0xf1,0x23,0x7e,0x0a,0x3c,0xeb,0xc1,
|
||||
0x0e,0x85,0x1a,0xe3,0xf7,0xf4,0xfe,0xa0,0x1e,0xc2,0x0e,0x0b,0xed,0x40,0x11,0xd0,
|
||||
0x81,0xd2,0xa3,0xb2,0x7b,0xb1,0x23,0x7d,0xc7,0x52,0x36,0xaf,0x48,0xb7,0xfc,0x70,
|
||||
0xac,0xa1,0xfc,0x29,0x9b,0x5e,0xd3,0x2c,0x94,0x9c,0x6f,0x0c,0x1e,0x7e,0xa2,0x86,
|
||||
0xc1,0x2f,0xf8,0x10,0x06,0x72,0x11,0x5a,0x55,0xe9,0xc1,0xcf,0xa6,0xa9,0x0e,0x2a,
|
||||
0x6e,0xb4,0xab,0xd2,0x87,0x52,0x22,0x42,0x19,0x42,0x12,0xbf,0xc1,0x1d,0x81,0x82,
|
||||
0xe0,0x1a,0x3b,0x15,0x3c,0xfc,0x02,0x13,0x29,0x94,0xfe,0x80,0xd9,0xa5,0x08,0x16,
|
||||
0xe8,0x41,0x49,0x02,0x79,0xf8,0x42,0xec,0x0d,0xfe,0x0f,0xe3,0x27,0x75,0x0c,0x04,
|
||||
0x3d,0x2f,0x1f,0x21,0x5b,0xa0,0x5f,0x7d,0x22,0x64,0x03,0x95,0x22,0xb8,0xf8,0x75,
|
||||
0x07,0xfa,0xf0,0x09,0x5c,0x26,0x42,0xa7,0x42,0x17,0x7e,0xed,0x80,0x72,0x11,0x8a,
|
||||
0x11,0x3a,0x50,0x5a,0x55,0x49,0x01,0x65,0x43,0xee,0x15,0xc5,0xcf,0x3d,0x18,0x24,
|
||||
0x70,0x85,0x40,0x89,0x08,0xfd,0x0a,0xfd,0x28,0xc5,0x22,0xa4,0x82,0xdf,0x1c,0x0e,
|
||||
0x5e,0xff,0x65,0x2d,0x0f,0xab,0xb9,0xfa,0xff,0x6d,0xde,0xf8,0xbd,0x71,0x4f,0x00,
|
||||
0x80,0x0f,0xd4,0x34,0x9c,0xde,0xaa,0xe9,0x87,0xae,0x0f,0x39,0xe1,0x9c,0x8c,0x9a,
|
||||
0x7f,0xc9,0x86,0x4f,0x02,0xdf,0xf4,0xbc,0xce,0x12,0x89,0xc4,0x7e,0xbc,0x69,0x5d,
|
||||
0xe7,0x84,0x20,0x00,0xc0,0x79,0x35,0xb5,0x5f,0x2b,0xc6,0x5e,0xff,0x16,0x63,0xf6,
|
||||
0xa7,0x76,0x25,0xf1,0x55,0x37,0x40,0x44,0x84,0x54,0xf0,0x3e,0x14,0xf4,0xaa,0x3c,
|
||||
0x39,0xd8,0x30,0x1a,0xcc,0xc9,0xd3,0xe0,0x7d,0x28,0x50,0xcb,0xfd,0x41,0xfe,0x5e,
|
||||
0xae,0x1c,0x78,0xa8,0xae,0xa0,0xd7,0x3a,0x81,0x86,0x09,0x07,0xdf,0x4d,0xa1,0xd8,
|
||||
0xe0,0xfc,0x81,0x40,0x5d,0x83,0x9f,0x1e,0x56,0x1c,0x9c,0xdd,0x8f,0xdf,0x93,0x0b,
|
||||
0x83,0xf3,0x04,0xbf,0xc7,0x0f,0x6a,0x81,0x1c,0x84,0x04,0x4a,0x77,0xf0,0x5b,0x34,
|
||||
0xd0,0x08,0x9b,0x54,0xd9,0x12,0xdc,0xb3,0x34,0x78,0xed,0x0b,0xce,0xcf,0x02,0xba,
|
||||
0x21,0xb1,0x17,0xd2,0x11,0xc8,0xaa,0x42,0xd2,0x69,0x34,0x6c,0x40,0xf2,0x91,0x90,
|
||||
0x87,0x32,0x00,0xde,0x5e,0xb0,0x49,0xcc,0xed,0xf7,0x6e,0x7e,0xe1,0x7d,0xc7,0x5a,
|
||||
0x26,0xaf,0xa8,0x6b,0x7e,0xba,0x38,0xdf,0x7e,0x5e,0xb5,0xf4,0xdb,0x56,0x9b,0xf6,
|
||||
0xaa,0x6e,0x73,0x40,0x8b,0x44,0xda,0xf2,0x91,0xcd,0x16,0x8a,0xf7,0x59,0x8d,0x47,
|
||||
0x84,0x7e,0x81,0xed,0x46,0x35,0xd6,0xa6,0xf6,0x42,0x07,0xcd,0x79,0x9b,0x23,0x3c,
|
||||
0xe0,0xf9,0x8d,0x1d,0x0e,0x86,0x0d,0x1b,0xbc,0x8f,0x06,0x0d,0x9c,0x00,0x9a,0x05,
|
||||
0x16,0x18,0x21,0x3b,0xf8,0xfc,0x61,0xab,0x6c,0x0e,0xc6,0x70,0x3b,0xa4,0xe7,0x0d,
|
||||
0xfe,0xe9,0x30,0x2b,0x58,0xf1,0xd3,0xb3,0x06,0xad,0xe3,0xc1,0xaa,0x4d,0x83,0x29,
|
||||
0x6a,0xde,0x90,0x63,0x83,0x04,0x5a,0x1e,0x16,0xb2,0x83,0x7d,0x8e,0x1e,0x71,0x95,
|
||||
0x87,0x86,0x15,0x8d,0xcc,0x05,0x2e,0x71,0x84,0x87,0xac,0xf9,0xf2,0x74,0x71,0x7e,
|
||||
0x17,0x17,0x67,0x47,0x1c,0x92,0x59,0x98,0xc2,0x76,0xf5,0x3a,0x8b,0xc4,0x14,0x76,
|
||||
0x63,0xc3,0x5d,0xd6,0x16,0xf7,0xa0,0xcc,0x33,0xe1,0xde,0xe9,0x90,0xcc,0x42,0x76,
|
||||
0xde,0xfb,0x0a,0xc8,0xe4,0xb8,0x36,0xcd,0x97,0xd6,0xc4,0xff,0xa3,0x4b,0xed,0xa7,
|
||||
0x97,0x18,0xe1,0xcf,0xd6,0xef,0x91,0x2f,0x85,0x5a,0x81,0xb8,0xf8,0xda,0xa0,0x15,
|
||||
0x3f,0xb9,0x74,0x6f,0x30,0xce,0xe7,0x06,0x63,0xef,0x7c,0xf1,0xc7,0x79,0x37,0x38,
|
||||
0x5e,0x16,0x14,0xa3,0x8a,0x06,0xc6,0xe8,0x14,0xf1,0x13,0x48,0x07,0xd3,0xb6,0xfa,
|
||||
0x82,0x8d,0xa3,0xfa,0x81,0xfc,0xe0,0x7b,0x7b,0x03,0xa3,0x6f,0x20,0x30,0x34,0x53,
|
||||
0x08,0x85,0x28,0x6b,0x15,0x76,0x05,0xbf,0xe5,0xf5,0xc6,0x37,0x34,0x4b,0x80,0x5a,
|
||||
0x03,0x3f,0x77,0x9d,0x0f,0xdc,0xb5,0x79,0xe3,0x4f,0x8f,0xb7,0x36,0x3e,0xae,0x83,
|
||||
0x73,0x11,0xa4,0x7b,0x71,0x50,0x78,0x41,0x81,0x06,0x11,0xe6,0x8b,0xbf,0x15,0x4c,
|
||||
0x8d,0x81,0x28,0x12,0x64,0xff,0xea,0xfe,0xca,0x5f,0x4d,0xc6,0x1f,0x06,0x0c,0x7e,
|
||||
0xe5,0xb0,0x6c,0xfc,0x6a,0x61,0xe1,0x40,0xa0,0x91,0x11,0xc6,0xe3,0x23,0xe9,0x39,
|
||||
0x1e,0x42,0x52,0xa1,0x47,0x85,0xbe,0xe0,0x62,0x46,0x60,0x7a,0x60,0xe1,0x7b,0xc0,
|
||||
0x63,0xae,0x92,0x40,0xe3,0xc7,0x63,0x1b,0x1f,0xd7,0x04,0x28,0x41,0xbc,0x0d,0xaa,
|
||||
0x7c,0x2e,0x62,0xb8,0x3a,0x98,0x0e,0x1e,0xa9,0x22,0x3b,0x5a,0x8b,0xd2,0x87,0x16,
|
||||
0x93,0xca,0x96,0x03,0xc9,0x9d,0xc3,0xbf,0x63,0xd8,0xbf,0xbe,0x21,0x71,0x3c,0xb6,
|
||||
0xf1,0x71,0x1d,0x9f,0xdb,0xae,0x76,0xc3,0x52,0x23,0xd4,0x39,0x90,0x33,0x8e,0xfd,
|
||||
0x48,0x03,0x0a,0x69,0xb4,0x34,0x43,0x80,0x51,0x22,0x5f,0xa4,0xb9,0x62,0x02,0x84,
|
||||
0x90,0x0b,0x04,0xfa,0x54,0x4b,0x32,0x43,0xc0,0x28,0x91,0x82,0x19,0x09,0x1d,0xff,
|
||||
0x04,0x10,0x84,0x5c,0xd9,0xbf,0xd5,0x60,0x46,0x03,0x1c,0x2e,0x72,0x60,0x5b,0xf2,
|
||||
0x15,0x15,0xd4,0xb1,0x41,0xb7,0x2a,0x82,0x24,0x33,0x1a,0x60,0xf4,0xec,0x8c,0xe6,
|
||||
0x0d,0xf9,0xdf,0xe2,0x4f,0xd1,0xfa,0x82,0x38,0x80,0x09,0x1c,0x49,0x83,0xdb,0xb6,
|
||||
0x16,0x89,0xbf,0xda,0x68,0x70,0xde,0x3e,0x28,0xd0,0xfe,0x60,0xf1,0x67,0x6f,0xf0,
|
||||
0xda,0xa6,0x4a,0x4f,0x70,0x8d,0x1e,0xf5,0x37,0x71,0x1c,0x08,0x1c,0x49,0xd9,0xf8,
|
||||
0xf1,0x89,0xc1,0x65,0x63,0x04,0xfe,0x86,0x24,0xfe,0x7a,0xc3,0x28,0x42,0x34,0x70,
|
||||
0x28,0xf9,0xbf,0xc1,0x77,0x4d,0xbb,0x1c,0x70,0x6f,0x97,0x88,0xf8,0xeb,0x0e,0x0d,
|
||||
0x94,0x1b,0xff,0xf7,0xed,0x56,0x6f,0x7a,0x86,0x00,0xa3,0x84,0x83,0xd0,0x85,0xbf,
|
||||
0x17,0xf0,0x5a,0x4f,0xc9,0x17,0xdf,0x7d,0x13,0x0e,0xa6,0x76,0xd1,0x21,0x02,0x4e,
|
||||
0x06,0xaf,0x03,0x08,0x03,0xaa,0x74,0xe1,0x13,0x25,0x15,0x78,0x04,0xeb,0x8d,0xd0,
|
||||
0x60,0xa0,0xca,0x08,0x73,0x8c,0xef,0x0b,0x88,0x0e,0x71,0xf2,0x0c,0x12,0xa7,0xcd,
|
||||
0xc2,0x56,0xeb,0x07,0x95,0xf2,0xe5,0xc0,0x82,0x54,0xc3,0x8b,0xab,0x87,0x47,0x00,
|
||||
0x47,0x04,0xab,0xd0,0xa9,0xbe,0x7f,0x20,0x1a,0x38,0xa5,0xfa,0x55,0x79,0xcc,0x85,
|
||||
0xf3,0x22,0xc2,0x74,0x23,0x94,0x89,0x44,0xd7,0x64,0x08,0x30,0xea,0x59,0xc0,0x66,
|
||||
0x57,0xa1,0xc9,0xf1,0x17,0x58,0x1e,0xbe,0xa2,0xf6,0xbf,0x93,0x54,0x68,0x53,0x5f,
|
||||
0xe8,0x87,0xbb,0xfe,0xb0,0xd2,0xf8,0x11,0xbc,0xd1,0x8e,0x1d,0x95,0x02,0x95,0x87,
|
||||
0x18,0x50,0x5c,0x60,0x40,0x35,0x95,0xd1,0x00,0xa3,0x44,0xb9,0x48,0x56,0xbe,0x8c,
|
||||
0xdd,0x0a,0x8c,0x0a,0x4c,0x3b,0x0e,0xa6,0x8f,0x03,0x0a,0x21,0xa4,0x27,0x63,0x04,
|
||||
0x8e,0x12,0x85,0x98,0xfc,0x3e,0xc6,0x3f,0xfa,0x54,0xc9,0x17,0x66,0x65,0x08,0x30,
|
||||
0x4a,0x78,0xe8,0xd6,0x89,0x30,0x0d,0x9c,0xee,0x08,0x49,0xc6,0xb4,0xc9,0xf8,0xe4,
|
||||
0x26,0xc0,0x56,0xb5,0x1d,0x25,0x13,0x20,0x93,0x2c,0x17,0xc8,0x42,0xa2,0x19,0x02,
|
||||
0x8c,0x12,0x09,0x54,0xfa,0x27,0x80,0x06,0x40,0xa0,0x57,0xb5,0x33,0x43,0x80,0xd1,
|
||||
0xda,0x00,0x22,0x25,0xad,0xfa,0xaa,0xcb,0xee,0xa0,0xf7,0x63,0xaa,0x00,0xa6,0x60,
|
||||
0x84,0xc6,0xcc,0x2c,0xe0,0x25,0xf0,0xbd,0xda,0x79,0xe1,0xab,0x5e,0x58,0x79,0xd0,
|
||||
0x6e,0x2c,0x09,0xd5,0x8e,0xd2,0x21,0x14,0x75,0xf1,0x2b,0x77,0x25,0xf1,0x1d,0x3a,
|
||||
0x89,0x60,0x23,0xa7,0xa4,0xfa,0x02,0x49,0x0c,0x61,0xb5,0xa2,0xc3,0x12,0x40,0x04,
|
||||
0x8f,0x03,0x49,0xa9,0x83,0x89,0x1e,0x05,0x72,0x20,0xd0,0x94,0xc0,0x4f,0xf8,0xdc,
|
||||
0x63,0x83,0xc2,0x52,0xc1,0xb5,0xc3,0x1c,0xd8,0x6f,0x28,0x14,0x9c,0x5b,0x20,0x50,
|
||||
0x28,0x82,0x45,0xc9,0xc6,0x0f,0xff,0x4e,0x11,0x7f,0xe3,0xaa,0xb0,0xc0,0xbd,0x69,
|
||||
0x65,0xa6,0x11,0x4e,0x0d,0xf9,0xb3,0x11,0x0b,0xd9,0xcf,0x34,0x9d,0xe6,0x2c,0x58,
|
||||
0xfb,0xa8,0x97,0x21,0xc0,0x30,0x9c,0x57,0x53,0xf7,0xa6,0xbb,0xbd,0xbe,0xcb,0x81,
|
||||
0x0b,0x87,0x1e,0xcf,0x11,0x53,0xfa,0x80,0xf5,0xa8,0x49,0xfb,0x3b,0x77,0xa5,0xf0,
|
||||
0xd3,0xaa,0xb2,0xc5,0xf7,0xd8,0x95,0x1a,0x5f,0xd8,0x61,0x82,0x74,0x31,0x19,0x5a,
|
||||
0x60,0x4a,0x0e,0xca,0xbd,0xb3,0x01,0x79,0xbc,0xe0,0xfd,0xc0,0x90,0x12,0x71,0xeb,
|
||||
0x3c,0xa5,0xcd,0x42,0xdc,0x81,0x0a,0x11,0xea,0x43,0x7e,0x06,0x6f,0x78,0xc8,0x16,
|
||||
0x33,0x2e,0x07,0xca,0xcf,0x0d,0xdd,0x56,0x4e,0x11,0x3a,0xac,0x5f,0xdc,0x69,0xbb,
|
||||
0x55,0xd6,0x05,0x04,0x2d,0x97,0x03,0x59,0x48,0x00,0x69,0x34,0xfb,0x19,0x2f,0x31,
|
||||
0x98,0x22,0x90,0x21,0xc0,0x20,0x2e,0x8b,0x37,0x86,0xd6,0xdb,0xf4,0xf2,0x06,0x71,
|
||||
0x3e,0x3c,0xfc,0x33,0x17,0x76,0x2e,0x12,0x61,0x49,0xf8,0xe8,0x8c,0x75,0xa1,0x21,
|
||||
0x7a,0x7b,0x68,0xae,0x61,0xc3,0x4b,0xac,0x59,0x1c,0x14,0xa0,0x13,0x08,0x7c,0x44,
|
||||
0x7f,0x45,0xe0,0xf2,0x3d,0xd4,0xc0,0x10,0x11,0xc8,0x87,0xfc,0x7b,0xdc,0xbe,0xc1,
|
||||
0xea,0x71,0x07,0xe1,0xd6,0xf8,0x5c,0xd9,0xa2,0xee,0xcc,0xff,0xdc,0xb4,0x66,0xf3,
|
||||
0xa4,0xb3,0x01,0x92,0xd6,0x2e,0xcb,0x86,0xae,0xff,0xbb,0x69,0xc3,0x33,0xc3,0x3f,
|
||||
0xcb,0x46,0x12,0x13,0x61,0x3d,0x69,0x18,0x98,0x2a,0x92,0x2a,0x17,0x33,0x62,0xef,
|
||||
0x7f,0x5c,0x93,0xf3,0x57,0x69,0xea,0xfa,0x49,0x69,0x04,0x76,0x62,0x2f,0x2c,0xc5,
|
||||
0x7c,0x7f,0xa4,0xcf,0x0a,0x90,0x81,0xbe,0x11,0x8c,0xc0,0x75,0xde,0xc8,0x5b,0xb7,
|
||||
0x1d,0xaf,0xb0,0xf8,0xf1,0x88,0xa8,0x8e,0x5c,0x20,0xa9,0x4d,0xbd,0xeb,0xeb,0x24,
|
||||
0xf4,0xed,0x49,0x47,0x80,0x6f,0xd5,0xce,0xc9,0xed,0x55,0x7d,0x43,0xcc,0x84,0xff,
|
||||
0x31,0xf4,0xf8,0xcd,0xf1,0xe6,0xa2,0x2f,0xc7,0x67,0x67,0x57,0x8a,0xd3,0xeb,0x0c,
|
||||
0xcb,0xe2,0xb2,0xc0,0x46,0xef,0xc0,0x0e,0x9f,0x43,0x31,0x70,0x8c,0x67,0x0c,0x1b,
|
||||
0x3d,0xbf,0xbc,0xec,0x58,0x66,0x12,0x59,0x90,0x37,0x45,0xa4,0x1a,0xe0,0xdf,0xe2,
|
||||
0xb3,0x6a,0x06,0x3f,0x7b,0x57,0x4d,0xfd,0x09,0x69,0xb4,0x72,0x96,0x13,0xd9,0x38,
|
||||
0x61,0x09,0xf0,0xad,0xf8,0x9c,0xec,0xaf,0xc4,0x9b,0xf3,0x86,0x1f,0x7f,0xcc,0x4b,
|
||||
0x9e,0x85,0xb0,0xed,0xbd,0x91,0x92,0x8e,0x21,0xc2,0x8f,0x3c,0x64,0x07,0x7e,0xdf,
|
||||
0xae,0x5e,0xf5,0x2e,0xf5,0x4a,0xbc,0x61,0x03,0xeb,0x0e,0x0b,0x25,0x23,0xfc,0xea,
|
||||
0x94,0xc2,0x93,0xc7,0xd8,0xd7,0xd6,0x62,0x7d,0xc3,0x70,0x38,0xb6,0xdb,0x97,0x27,
|
||||
0x40,0x81,0xa8,0x18,0x08,0x7f,0xa0,0xa6,0x61,0xfe,0x6a,0x9b,0xfe,0xdc,0xd7,0xe3,
|
||||
0xcd,0x02,0xb0,0x0d,0xef,0xf3,0x85,0x98,0x9f,0x7d,0x68,0xe3,0x73,0x3a,0x61,0x09,
|
||||
0xf0,0x84,0x4d,0x9e,0x7d,0xbf,0x1d,0xf8,0x9f,0x5b,0xeb,0x0e,0x2e,0x14,0xbf,0x1b,
|
||||
0xef,0xfc,0x2c,0x58,0x39,0x67,0xed,0x23,0xfb,0x1f,0xfe,0x49,0x9b,0xfc,0x60,0x12,
|
||||
0x9e,0xfb,0xd6,0xa6,0x75,0x2f,0x74,0x62,0xc3,0xc3,0x93,0x2d,0xff,0xe9,0x2a,0x33,
|
||||
0x47,0xf8,0xd5,0x8f,0xb9,0x30,0xff,0x30,0x4c,0xda,0x91,0x42,0x72,0xdd,0x0a,0x2d,
|
||||
0x2f,0x63,0x9b,0x77,0x28,0x23,0xee,0x10,0xbe,0xdb,0x1e,0x9e,0x8f,0x57,0x10,0x75,
|
||||
0x81,0x56,0xbc,0x6f,0xc6,0x24,0xf4,0xf9,0x4f,0xb6,0xac,0xd2,0xcb,0x62,0xf5,0x27,
|
||||
0xaa,0xd2,0x7c,0x82,0x89,0xde,0x39,0xf4,0xbb,0xcb,0xe3,0xb3,0xa7,0x4c,0x28,0x02,
|
||||
0x54,0x1b,0xe7,0xef,0x9d,0xaa,0x27,0x3f,0xe1,0x25,0xf7,0x6f,0x8a,0xf4,0x6c,0xd3,
|
||||
0xe9,0x92,0x50,0x3d,0x35,0x07,0xf3,0xe8,0xe0,0xb1,0x8f,0xc4,0x1a,0x6a,0x76,0xab,
|
||||
0xfd,0xe4,0x09,0x12,0xf9,0x4a,0xa0,0xee,0xa3,0xa9,0x21,0x6d,0xfe,0x8c,0x0b,0x3f,
|
||||
0x73,0xfd,0x22,0xcb,0xc3,0x85,0x93,0x06,0x0e,0x67,0x27,0xd2,0xfb,0x52,0xfa,0x22,
|
||||
0x2b,0xff,0xaf,0x69,0x65,0x9a,0x73,0x60,0x88,0x19,0x44,0xeb,0x90,0x7f,0x56,0xb9,
|
||||
0x4a,0xcd,0x08,0x61,0xe2,0x8d,0x96,0xfd,0x84,0xb4,0x01,0x11,0x47,0x42,0x11,0xf0,
|
||||
0x88,0x4d,0xfe,0x7b,0x08,0xfe,0xf0,0x8d,0x4d,0x6b,0x77,0x7d,0xbe,0x76,0xb6,0xac,
|
||||
0xb3,0xde,0xbf,0x45,0x44,0xfe,0xeb,0x73,0x2d,0xab,0x06,0x00,0xae,0xaf,0x6d,0x96,
|
||||
0xcb,0x63,0xf5,0x57,0xb7,0xab,0xbb,0x74,0xe8,0xb9,0x9f,0x8c,0x35,0xbd,0xee,0xbb,
|
||||
0xb5,0xf3,0xc2,0xe3,0x96,0x00,0xb7,0xb4,0xac,0xed,0x2a,0x14,0x79,0xa8,0x55,0xbd,
|
||||
0xb7,0x0f,0x1e,0xbb,0x33,0xd5,0x99,0x67,0xa1,0x26,0x1f,0xd9,0x07,0xf0,0x9d,0xda,
|
||||
0xb9,0xce,0x2a,0xeb,0xde,0x9a,0x2f,0xf2,0xfb,0x6f,0x6f,0x5a,0xbb,0x13,0x20,0x17,
|
||||
0xc9,0xed,0xc5,0x5f,0xa1,0xfb,0x84,0x0b,0x3f,0x4c,0xdb,0xfd,0x59,0x37,0x43,0x6d,
|
||||
0x82,0xfb,0xd2,0xca,0xe2,0x11,0x7a,0x7f,0xfb,0x30,0xd5,0xbc,0x6f,0x84,0xdc,0xec,
|
||||
0x75,0x1e,0xcc,0x30,0xfe,0x10,0xf2,0x94,0x7b,0x60,0x92,0xbe,0xc2,0x3d,0xe0,0x20,
|
||||
0x12,0x60,0x85,0x07,0x53,0x86,0xb5,0xd6,0x4e,0x0b,0x7f,0x77,0xf5,0xa0,0x14,0xf1,
|
||||
0xe1,0x46,0xab,0x87,0x9f,0x89,0xb4,0x55,0x71,0xf6,0xaa,0x5d,0xb8,0xc8,0xc9,0xfa,
|
||||
0x09,0xc0,0x5a,0x2f,0xdd,0x9c,0x42,0x17,0x37,0x4a,0xf8,0x36,0x80,0xef,0xd6,0xce,
|
||||
0x71,0x5a,0xbc,0xe4,0x75,0x9d,0xaa,0x2b,0x6f,0xdd,0xb4,0xfe,0xb7,0xfb,0xa7,0xc9,
|
||||
0x35,0xf5,0xef,0x48,0xa0,0xee,0xd5,0xc3,0x9c,0x64,0xc7,0x85,0x1f,0xe0,0x6b,0xb5,
|
||||
0x73,0x4c,0xa5,0x89,0xe4,0x3c,0xe2,0xf6,0x15,0x6f,0x53,0x2f,0x5a,0x08,0x53,0x13,
|
||||
0xd0,0xd8,0xae,0xb6,0xe2,0x24,0x13,0xf9,0x5d,0x27,0x5e,0x59,0x4a,0x75,0xb6,0x83,
|
||||
0xb4,0xed,0xc6,0xf6,0xb5,0xa9,0x7d,0xc7,0x47,0x63,0x8d,0x3f,0xa8,0x96,0xd0,0xbe,
|
||||
0xf5,0x9a,0xae,0x4d,0x40,0x64,0x27,0xde,0x65,0x67,0xd7,0xd4,0x36,0xfc,0xce,0xeb,
|
||||
0x3b,0x7f,0x37,0xf6,0xb5,0x75,0x38,0x7d,0xef,0xab,0xa9,0xff,0xe5,0x1e,0x6c,0xe7,
|
||||
0x3e,0xec,0xbc,0x17,0x2c,0xdc,0x91,0x52,0x5a,0x14,0x2e,0x0a,0x09,0xdf,0x19,0x66,
|
||||
0x85,0x3d,0x98,0x56,0x1a,0xcc,0xc1,0x9b,0x50,0x03,0x6c,0xb3,0xd0,0x61,0x0f,0x16,
|
||||
0xda,0x2a,0x57,0x29,0x1e,0xf2,0xbd,0x3e,0x85,0xef,0xa4,0x2c,0x27,0x1a,0x7f,0x69,
|
||||
0xd7,0x89,0x21,0x5f,0xd8,0x6b,0x3d,0x68,0x55,0xe5,0x44,0xf1,0x57,0x17,0x0f,0xee,
|
||||
0x42,0x1e,0x1e,0xe2,0x17,0xb0,0xc0,0x7f,0xa7,0x95,0xd3,0x9c,0x03,0xbb,0x9e,0x77,
|
||||
0x29,0xfb,0xf7,0x0f,0x6c,0xb3,0xbe,0x76,0xd8,0x63,0x95,0x9b,0x5d,0x7f,0x15,0x71,
|
||||
0x1e,0xd2,0xf3,0x67,0x6f,0xe0,0xfa,0x85,0x33,0x63,0x85,0xdb,0xd5,0x5d,0xea,0x42,
|
||||
0x76,0xb9,0x98,0xac,0xab,0x63,0x4d,0xde,0x83,0x5e,0xe2,0x46,0x81,0xfb,0xee,0xdc,
|
||||
0xbc,0xf1,0xe1,0x1f,0xd6,0xcd,0x97,0xc7,0xdc,0x81,0xf9,0x1d,0xd8,0xcb,0xf2,0xc5,
|
||||
0xfc,0xe1,0x7b,0x9b,0xd6,0x3d,0x74,0xac,0x3a,0xe7,0x11,0xcd,0xb2,0xdf,0x5e,0x53,
|
||||
0xf7,0x85,0x1d,0x6a,0xdf,0x36,0x80,0xc6,0xfa,0xd1,0x1c,0x3b,0xa4,0x73,0x86,0xc1,
|
||||
0xb5,0xe0,0x28,0x58,0x0f,0x6c,0x14,0x92,0x02,0x39,0x1e,0x58,0xe3,0x1f,0x0b,0x79,
|
||||
0xc3,0x34,0xd0,0x14,0xa4,0xbd,0x41,0x42,0xdf,0xeb,0x43,0x23,0xd9,0xc8,0x36,0x0b,
|
||||
0x95,0x1b,0xd5,0x5d,0x62,0xd1,0x8a,0xe9,0x22,0xb7,0x38,0xd0,0xd5,0x0d,0xcb,0xde,
|
||||
0xe1,0x70,0xe5,0x79,0x11,0x71,0x36,0x7a,0x70,0x45,0xd2,0xf2,0xa9,0xb0,0xb0,0x2c,
|
||||
0x2c,0x78,0x41,0x5a,0xd6,0x56,0xab,0xfc,0x20,0xad,0x14,0x00,0xf3,0x8c,0x30,0xc7,
|
||||
0x40,0xb1,0x11,0x7e,0x9d,0x56,0x7a,0x55,0x39,0xc3,0x91,0xfd,0xb5,0xfc,0x73,0x81,
|
||||
0xb7,0x44,0xfc,0xf4,0x2f,0x0b,0xfc,0x33,0xed,0xe7,0x16,0xce,0x09,0xf9,0x56,0xff,
|
||||
0x5f,0x5c,0xe5,0x75,0x21,0xe1,0xf6,0xb4,0x72,0x45,0xc4,0xdf,0x85,0xbc,0x57,0x95,
|
||||
0xff,0xf5,0xe0,0x51,0xeb,0x2f,0x32,0x5d,0x1e,0x35,0x84,0x80,0x9f,0xa7,0x94,0xf9,
|
||||
0x06,0xd6,0x58,0xf8,0xa3,0x55,0x4e,0x37,0x82,0x2a,0x6c,0x45,0xd8,0xac,0x96,0x2a,
|
||||
0xcc,0x33,0x56,0x78,0xb0,0x1a,0xb3,0xa1,0x58,0x24,0xd1,0xa5,0xf4,0x57,0x89,0x79,
|
||||
0x66,0xbd,0xba,0xb7,0x56,0x8b,0xf3,0xc9,0x34,0x6a,0x76,0xa8,0x7d,0xc7,0x80,0xea,
|
||||
0x6b,0x3a,0xb1,0x27,0xcd,0x97,0xf0,0xb5,0x53,0x8c,0x73,0x5b,0x1e,0x12,0x59,0x65,
|
||||
0xd3,0xef,0xf4,0xd0,0x33,0xe6,0x9b,0xe8,0x75,0x49,0xb5,0x39,0x16,0x0a,0x5f,0x50,
|
||||
0xb7,0xfa,0x9c,0x50,0xce,0x83,0x1f,0xd9,0xb8,0xd2,0x7b,0x55,0x08,0x30,0x84,0x08,
|
||||
0xe7,0x09,0xbc,0x6e,0x00,0xdd,0x99,0x44,0x37,0x38,0x88,0x11,0xc8,0x4e,0xc3,0xe6,
|
||||
0x66,0x09,0xb5,0xfc,0xc9,0x26,0xfb,0x66,0x4b,0xc8,0xad,0x10,0x33,0x73,0x8b,0x7a,
|
||||
0xd7,0x6c,0x57,0x1b,0xab,0x13,0xb3,0x03,0x58,0xd3,0x0f,0xeb,0x04,0x72,0x42,0xf0,
|
||||
0xc6,0x14,0x3a,0x7f,0xa1,0x89,0xbc,0xbd,0x53,0x35,0xbd,0x56,0xd3,0xd1,0x72,0x4c,
|
||||
0xdd,0x56,0xf5,0x3e,0x5b,0x24,0xb4,0x16,0x61,0xee,0xcd,0x12,0xb2,0x7a,0x95,0x3c,
|
||||
0x45,0x2f,0x5f,0x64,0x08,0x3f,0x69,0x79,0xd6,0x43,0x6c,0x0a,0x7b,0x4a,0xbf,0x6a,
|
||||
0x55,0x3f,0xb0,0x2f,0x50,0xc5,0x73,0xc5,0xa1,0x43,0x2d,0xdb,0x83,0x3e,0xfb,0x16,
|
||||
0x23,0x4c,0x37,0xf0,0x7d,0x57,0x55,0xc1,0xde,0x14,0x36,0x54,0x1b,0xe8,0xb0,0xea,
|
||||
0x74,0x2b,0x74,0x03,0x7d,0xea,0x90,0x43,0x84,0xa9,0x06,0xee,0x76,0x07,0xc8,0x95,
|
||||
0x30,0x27,0x99,0x28,0x4f,0x78,0x09,0x1e,0xd0,0x34,0xb3,0xc4,0xa1,0x04,0x61,0x83,
|
||||
0x7a,0x9a,0x42,0xe5,0xfd,0x21,0xe1,0x51,0x4f,0x79,0x3a,0x18,0x5a,0x86,0x6e,0x66,
|
||||
0x31,0x68,0x62,0xcc,0x10,0x93,0xbe,0x26,0x54,0xc0,0x37,0xdd,0x6e,0xc9,0x46,0xbe,
|
||||
0xbf,0x53,0xad,0x71,0xa0,0xa2,0x50,0x24,0xd7,0x55,0xa6,0x76,0xa3,0x8d,0x29,0x34,
|
||||
0xab,0x51,0x9c,0xae,0xb5,0xea,0x15,0xd6,0x89,0xf3,0x60,0x19,0x66,0x5b,0x8b,0x7a,
|
||||
0x03,0xf9,0x22,0xd1,0x62,0xcc,0x33,0xfd,0xe8,0xeb,0x77,0xaa,0x37,0x33,0x26,0xa1,
|
||||
0x3f,0x14,0x8a,0xd9,0xb2,0x49,0x5d,0x9d,0x26,0xce,0xda,0x4a,0x9c,0x9e,0x98,0x13,
|
||||
0x59,0x75,0xc5,0xc6,0x67,0xed,0xab,0x4a,0x80,0x23,0xc1,0x45,0x35,0x75,0x97,0xed,
|
||||
0x56,0xfb,0xa1,0x5c,0x91,0xee,0x24,0xba,0x23,0xed,0xdb,0x5e,0x89,0x32,0xcc,0xae,
|
||||
0x5e,0xec,0x9b,0xfa,0x55,0x4f,0x38,0xc7,0xc9,0x7e,0xbd,0x03,0x3d,0xbb,0xd4,0x6b,
|
||||
0x68,0x55,0x3b,0x25,0x1b,0x66,0x26,0xa1,0x20,0x0c,0xe9,0x14,0x9a,0x56,0x68,0xdb,
|
||||
0xa5,0xde,0xe7,0x5c,0xc8,0xcf,0x11,0xd9,0xdc,0xa3,0x9a,0x5b,0x2e,0xa6,0xab,0x4d,
|
||||
0x6d,0x73,0x96,0xc8,0xee,0x42,0xe4,0xdb,0xd3,0xc4,0x59,0xf7,0xa8,0x4d,0xf5,0x54,
|
||||
0x89,0x93,0xe8,0x85,0xbe,0x1a,0x71,0x28,0xc3,0xb0,0x5a,0xd3,0xdf,0xef,0x43,0x67,
|
||||
0xa8,0x92,0x7a,0x83,0x13,0xed,0x57,0x48,0xf6,0xab,0x76,0xad,0xd6,0xf4,0xc0,0x00,
|
||||
0xba,0x25,0x07,0x71,0x53,0xb0,0x3b,0x81,0x4a,0x16,0xd2,0x33,0x53,0xcc,0x86,0x76,
|
||||
0xd5,0x54,0x01,0xd2,0x28,0x60,0x14,0xbf,0x00,0x85,0x0b,0x4e,0x2e,0xb2,0xcf,0x40,
|
||||
0xe1,0x16,0xbc,0x79,0x29,0xa5,0xb5,0x52,0xcc,0x5f,0xea,0x24,0xb4,0x43,0x85,0x92,
|
||||
0x9d,0xd6,0x3b,0xa7,0x0d,0xbb,0x70,0xb7,0xda,0x77,0x26,0xd0,0x70,0x0e,0x32,0x10,
|
||||
0x82,0x0d,0x11,0x08,0x17,0x88,0xe9,0x7e,0x8d,0x89,0xec,0xfe,0x93,0x4d,0x6e,0x2b,
|
||||
0xc1,0xb4,0x2a,0xba,0xa7,0x04,0xd3,0xb9,0x0f,0xbb,0xa5,0x4a,0x42,0x3b,0x16,0x99,
|
||||
0x48,0xfb,0x74,0x89,0x24,0xcf,0xdd,0xb8,0x42,0x8f,0xab,0x21,0xe0,0x58,0xe3,0xda,
|
||||
0x58,0x53,0xf5,0x4a,0x4d,0x9d,0x3b,0x43,0x9c,0xa9,0x49,0xd5,0xfe,0x36,0xb4,0x2d,
|
||||
0x1f,0xd9,0x5c,0x6f,0x22,0x2b,0x43,0xd0,0x75,0x73,0xcb,0xea,0xfd,0xaa,0xef,0x92,
|
||||
0x9a,0xfa,0xe6,0xd9,0x26,0xbc,0xfd,0xc6,0x96,0xd5,0x5d,0x83,0xc7,0x7e,0x58,0x3b,
|
||||
0x37,0x6f,0x93,0xba,0x89,0xaf,0xb4,0xac,0x79,0xd5,0xb2,0x71,0xae,0x8b,0x35,0xcd,
|
||||
0xfc,0x97,0xa6,0x6e,0x29,0x44,0x9e,0xcf,0x47,0xfe,0x79,0x82,0x44,0xda,0xd7,0x69,
|
||||
0xba,0xb4,0x50,0xcc,0xea,0xef,0x6d,0x5a,0xb7,0x9b,0x0c,0x32,0xc8,0x20,0x83,0x0c,
|
||||
0x32,0x78,0x75,0xf0,0xff,0x01,0x5b,0x91,0x2c,0x0a,0x3a,0x9c,0x57,0x84,0x00,0x00,
|
||||
0x00,0x00,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82};
|
||||
@@ -0,0 +1,108 @@
|
||||
// Created with image_to_c
|
||||
// https://github.com/bitbank2/image_to_c
|
||||
//
|
||||
// snoopy_128x128_4b
|
||||
// Data size = 1512 bytes
|
||||
//
|
||||
// PNG, Compression=Flate, Size: 128 x 128, 8-Bpp
|
||||
//
|
||||
// for non-Arduino builds...
|
||||
#ifndef PROGMEM
|
||||
#define PROGMEM
|
||||
#endif
|
||||
const uint8_t snoopy_128x128_4b[] PROGMEM = {
|
||||
0x89,0x50,0x4e,0x47,0x0d,0x0a,0x1a,0x0a,0x00,0x00,0x00,0x0d,0x49,0x48,0x44,0x52,
|
||||
0x00,0x00,0x00,0x80,0x00,0x00,0x00,0x80,0x08,0x03,0x00,0x00,0x00,0xf4,0xe0,0x91,
|
||||
0xf9,0x00,0x00,0x00,0x33,0x50,0x4c,0x54,0x45,0xd1,0x4c,0x7b,0x28,0x1f,0x1f,0x40,
|
||||
0x20,0x21,0x58,0x20,0x21,0x70,0x21,0x21,0x8c,0x21,0x21,0xa5,0x22,0x22,0x4a,0x3f,
|
||||
0x3f,0xb7,0x23,0x21,0xce,0x24,0x21,0xeb,0x25,0x1f,0x74,0x6a,0x6a,0x94,0x8e,0x8d,
|
||||
0xaf,0xaa,0xa8,0xc4,0xbf,0xbe,0xd4,0xcf,0xce,0xfc,0xfe,0xfa,0xad,0x80,0x28,0x23,
|
||||
0x00,0x00,0x00,0x01,0x74,0x52,0x4e,0x53,0x00,0x40,0xe6,0xd8,0x66,0x00,0x00,0x05,
|
||||
0x63,0x49,0x44,0x41,0x54,0x78,0xda,0xed,0x9b,0x89,0x7a,0x9b,0x30,0x0c,0x80,0x6b,
|
||||
0xf9,0x40,0x8e,0x01,0xe7,0xfd,0x9f,0x76,0x92,0x8c,0x49,0xb8,0xda,0x02,0x06,0x77,
|
||||
0x5b,0xb5,0x24,0x1f,0x09,0x19,0xfa,0x2d,0xeb,0xb2,0x49,0x3f,0x3e,0x7e,0xe5,0x57,
|
||||
0xfe,0x29,0x81,0xd0,0x86,0xaa,0x00,0xaa,0x09,0x7d,0x4d,0x02,0x50,0x4a,0x75,0xb5,
|
||||
0x01,0x1a,0xa8,0xe9,0x01,0x7d,0xec,0x43,0x3d,0x80,0x26,0x3e,0x45,0x5a,0xa8,0xab,
|
||||
0xff,0xf9,0xec,0x55,0x15,0xfb,0x8f,0xfa,0xc9,0x06,0x35,0x00,0xc2,0x4b,0xff,0x33,
|
||||
0xd6,0x98,0x84,0xfe,0x0d,0xe0,0xd9,0x54,0x98,0x81,0x77,0xfd,0x35,0xe6,0xa0,0x99,
|
||||
0x00,0x74,0x50,0xd5,0x05,0xaa,0xc4,0x41,0xfb,0x9f,0x00,0x00,0x6c,0x4d,0x6e,0x77,
|
||||
0x0b,0x00,0x84,0x18,0x37,0x12,0x6d,0x3f,0x05,0xb8,0xc6,0x09,0x41,0x86,0xb9,0x5e,
|
||||
0xee,0xee,0x00,0x80,0x94,0xed,0x43,0xf3,0x45,0x22,0xbe,0x6c,0x0a,0x9a,0x18,0x59,
|
||||
0xcd,0x7a,0xd3,0x35,0x05,0xb8,0x24,0x17,0xc3,0xe0,0x67,0x6d,0xfb,0xb5,0x05,0xae,
|
||||
0x01,0x78,0x4e,0x01,0x9a,0xb6,0x8b,0x7d,0x76,0xc9,0x19,0xc0,0x25,0xc5,0xa0,0xe9,
|
||||
0x92,0x09,0xd2,0x14,0xc0,0x10,0xf8,0x31,0xac,0x64,0xe2,0x4b,0x72,0x31,0x8d,0x51,
|
||||
0x46,0x19,0xd3,0xb5,0xc7,0xb8,0x8f,0xcd,0x02,0x20,0xd2,0xc9,0xf2,0x00,0x59,0x45,
|
||||
0xd7,0xce,0x52,0x7f,0x3f,0x4b,0x84,0x31,0xf4,0x97,0xf4,0x65,0xdd,0xc4,0x05,0xde,
|
||||
0xa7,0x3c,0x4c,0xd3,0x40,0xbc,0xc6,0x0d,0x47,0x2f,0x93,0x34,0x10,0xa6,0x2e,0x0f,
|
||||
0x73,0x17,0xb8,0xc0,0x0d,0xb3,0xca,0xbe,0x5d,0xfa,0x7c,0xab,0xfa,0x25,0x40,0xe9,
|
||||
0x39,0xc8,0x93,0x1c,0xc2,0xa2,0xfd,0xa1,0xd1,0x2e,0xf5,0x17,0xcf,0xc6,0x5d,0xf6,
|
||||
0xb0,0xa6,0x09,0x81,0x68,0x28,0x2b,0xc6,0xbe,0xeb,0xfa,0x94,0x9d,0x57,0x00,0x0a,
|
||||
0x3b,0xc1,0x3c,0xd3,0x85,0xb6,0xef,0xfb,0x18,0xf3,0xbb,0x1b,0x00,0x66,0x36,0x9f,
|
||||
0xf0,0xc4,0xf6,0x7a,0x80,0x59,0xcf,0x39,0x6b,0x3f,0xda,0xeb,0x7d,0x60,0x6a,0xe4,
|
||||
0x99,0xc9,0x57,0x01,0xc2,0xc7,0x75,0x00,0x34,0xe7,0x63,0xdc,0x91,0x1f,0xc4,0xb6,
|
||||
0xe9,0xe3,0x7c,0x02,0x0a,0x2f,0x92,0x61,0x0a,0xd0,0x3c,0x69,0x0e,0x5a,0x1a,0x79,
|
||||
0xd0,0x1a,0x80,0x9e,0x0a,0xb8,0x36,0x66,0x0a,0x2e,0x92,0xc6,0x5a,0x4b,0x27,0x8a,
|
||||
0x28,0x77,0x88,0x08,0x12,0x75,0x6d,0x20,0xd1,0xd6,0x9a,0x86,0xbc,0xb0,0x8d,0xe1,
|
||||
0x91,0xc5,0xd3,0x03,0x1d,0x7d,0xde,0x76,0xf4,0x25,0x8b,0x3e,0x9f,0x30,0x05,0x00,
|
||||
0x0c,0x5f,0x08,0x8d,0xf3,0x7e,0xbc,0x2c,0xbd,0x6d,0x48,0xdc,0x63,0x21,0x46,0xc1,
|
||||
0xe4,0xbd,0x2b,0x00,0xb0,0xa2,0x86,0xc7,0xfc,0xce,0xf3,0x12,0xad,0xc2,0xe4,0x63,
|
||||
0x0f,0x57,0x01,0x6c,0x08,0x28,0x35,0xe5,0x3a,0x0f,0x00,0xb8,0x13,0x00,0x0b,0x03,
|
||||
0x28,0xbf,0x43,0xbf,0x57,0x4a,0xd9,0xa9,0x53,0x9c,0xb7,0xc0,0x1e,0x03,0xe0,0x02,
|
||||
0xc0,0x96,0x09,0x82,0xef,0x8a,0x5b,0x00,0x38,0x38,0x9d,0x05,0xf6,0x00,0x58,0x02,
|
||||
0x98,0x9a,0xec,0x74,0x18,0xec,0xf3,0x41,0xc3,0x5b,0xa5,0x85,0x01,0xfc,0xce,0x20,
|
||||
0x98,0x59,0xe0,0xa1,0x6b,0x03,0xd8,0x3b,0x83,0xe0,0x41,0xfa,0x67,0xa9,0xf0,0x74,
|
||||
0x32,0x36,0xbb,0x01,0xfa,0xa9,0xd7,0xe0,0x49,0x27,0xb0,0xbb,0x00,0x34,0xdf,0x30,
|
||||
0xf0,0x25,0xbd,0x70,0x5f,0x10,0x24,0x00,0x2c,0xe9,0x85,0x80,0xde,0x53,0x3b,0x40,
|
||||
0x2d,0x81,0xcb,0x82,0xf8,0x2a,0x84,0xdc,0x04,0x58,0x43,0xa2,0x81,0xce,0x58,0x4e,
|
||||
0x03,0xaa,0xd3,0xdc,0x40,0x88,0x38,0xab,0x8d,0x3f,0x07,0xa0,0xdc,0x6a,0x25,0xe6,
|
||||
0x8b,0x3b,0xa3,0xb5,0x75,0xb9,0xf7,0x40,0x21,0xe3,0x3c,0xa0,0x8c,0x50,0xb2,0x7a,
|
||||
0x3a,0xeb,0x4f,0x86,0xc1,0xa7,0x51,0xe8,0x57,0x13,0xd1,0x9c,0xf9,0x9c,0x17,0xea,
|
||||
0x5d,0x2e,0x20,0x00,0xed,0x0c,0xe0,0x9c,0x17,0xee,0x8b,0x42,0xa9,0x86,0x2d,0xfe,
|
||||
0x30,0x80,0x53,0x2d,0xc1,0xbe,0x5a,0x98,0xca,0x61,0x33,0x77,0x0d,0x7b,0x5f,0x1a,
|
||||
0xe0,0x96,0xa8,0x5d,0x18,0xcd,0xdd,0x09,0xf0,0x70,0xc6,0x2f,0xe7,0xe5,0xae,0x5a,
|
||||
0xb8,0x99,0x1f,0xef,0xaa,0x85,0x9b,0xc1,0x59,0x1b,0xc0,0xde,0x96,0x87,0xb6,0x3c,
|
||||
0xf3,0xae,0x62,0xbc,0x09,0x00,0xb7,0xa5,0x81,0xad,0x4e,0xad,0x58,0x14,0xfa,0xb4,
|
||||
0x2a,0xe5,0x7a,0x9c,0x4b,0xb2,0x94,0xc6,0x54,0xb1,0xd3,0x19,0x2e,0x83,0x54,0xa0,
|
||||
0x2d,0x17,0x4c,0x7f,0xd2,0x09,0xc0,0x7b,0x2b,0x62,0x6c,0x96,0xdc,0x15,0xd8,0xd4,
|
||||
0x08,0x00,0xef,0x44,0xa4,0xea,0x8b,0x46,0x1b,0x93,0xbe,0xc1,0x28,0x68,0xe8,0xc8,
|
||||
0x00,0x6f,0x5e,0x20,0x5e,0x15,0x04,0xf8,0xad,0x34,0xe1,0x8f,0x3b,0x41,0x99,0x20,
|
||||
0x38,0x91,0x8a,0x6c,0x29,0x00,0x53,0x37,0x08,0x0e,0x7b,0xe1,0xfe,0x52,0xb4,0xe9,
|
||||
0x2c,0x35,0x4b,0xd1,0x89,0x5c,0x08,0x8f,0x62,0x00,0x50,0x37,0x08,0x8e,0x7a,0xa1,
|
||||
0x2d,0x07,0x60,0xeb,0x06,0xc1,0xc1,0xb6,0xac,0x9c,0x0f,0x1e,0x0c,0x03,0x55,0x10,
|
||||
0xc0,0xd7,0x0d,0x82,0x83,0x5e,0xa8,0x4b,0x02,0xd8,0xbf,0x11,0x40,0x59,0x5e,0xf2,
|
||||
0xf3,0x03,0xd3,0x4b,0xde,0x1f,0xa0,0x7a,0x2f,0xab,0x71,0x1c,0x36,0x02,0x5c,0xda,
|
||||
0x3e,0x48,0x47,0xdc,0x2a,0xc8,0xd2,0x9c,0x85,0x5b,0x04,0xde,0x3c,0xd0,0x70,0x24,
|
||||
0x13,0x81,0x76,0x72,0x41,0x56,0x9f,0x56,0xfb,0x59,0x95,0xb4,0x1d,0xe9,0x29,0x80,
|
||||
0x7c,0x80,0xf9,0x93,0x84,0x3b,0xc0,0x52,0x7f,0xc4,0x0f,0x7f,0xac,0x1a,0xe9,0xa1,
|
||||
0xc9,0x2a,0x20,0xc7,0x1a,0x02,0x31,0xc1,0x68,0x78,0x94,0xc1,0xa0,0xc7,0x97,0xdd,
|
||||
0x65,0x56,0x6c,0x36,0x0d,0x26,0x83,0xd1,0x27,0x46,0x93,0xe9,0xe9,0x49,0xb6,0x1f,
|
||||
0x0e,0x0f,0xb6,0x44,0x00,0x4a,0x01,0xff,0x7a,0x89,0x0f,0x2c,0x75,0x77,0xbc,0x0f,
|
||||
0x49,0x0f,0x6a,0xfd,0xf8,0x70,0x55,0x08,0x42,0xf6,0x49,0xe8,0xfb,0x65,0xef,0x9b,
|
||||
0x81,0x19,0x75,0x00,0x0d,0x8d,0x39,0x08,0xc4,0xc8,0x6c,0x67,0xe7,0xe3,0x76,0x58,
|
||||
0xf3,0x4d,0x34,0xc5,0x5d,0x71,0xe1,0xfb,0xf7,0xc6,0xf0,0xc8,0xc5,0xd0,0xfc,0xba,
|
||||
0x7e,0xcb,0xe8,0xfd,0x76,0x12,0x16,0xbe,0x7d,0xbe,0xbb,0x32,0x94,0xb6,0xc0,0xee,
|
||||
0xda,0xec,0x0a,0x5b,0x60,0x77,0x6d,0x2e,0x3c,0x05,0x50,0x1b,0xa0,0xfa,0x14,0x68,
|
||||
0x97,0x1d,0xfc,0xb5,0x51,0xec,0x25,0xfd,0xbe,0xaf,0x18,0x87,0x65,0x23,0xe7,0xe0,
|
||||
0x87,0x2b,0xfb,0x8b,0x3a,0x6d,0x31,0x27,0x44,0x97,0xd6,0xa5,0x3a,0x6d,0x05,0xa7,
|
||||
0x3d,0xeb,0x31,0x69,0xcb,0x3b,0x5e,0x21,0x17,0xb9,0x6b,0xfb,0xd9,0x14,0xf8,0x8b,
|
||||
0x5a,0xf1,0x1f,0x1b,0x05,0xfb,0x9d,0xb0,0x3a,0x40,0xf5,0x29,0xf0,0xff,0x9a,0x05,
|
||||
0xcc,0xcf,0xb0,0x40,0xde,0x13,0x7b,0x89,0x6c,0x8c,0x49,0x3e,0xe2,0xfe,0x93,0x93,
|
||||
0x12,0x7f,0x64,0xb1,0xc4,0x6f,0x17,0x72,0x19,0x18,0x8a,0x01,0xae,0xb4,0x01,0xf4,
|
||||
0x9e,0xda,0x83,0xc9,0x87,0x3e,0x65,0xac,0x72,0x00,0x70,0x70,0x0a,0xea,0x03,0xe8,
|
||||
0xe9,0x05,0x4e,0xea,0x1f,0x7e,0x4e,0x74,0x00,0x00,0x3e,0x0a,0x02,0xb8,0x2f,0x76,
|
||||
0x24,0x2f,0x03,0x80,0x04,0xe0,0x93,0x05,0xb6,0x30,0xdc,0x14,0x83,0x16,0xc4,0xfa,
|
||||
0x94,0xfe,0xa4,0xfa,0x1d,0xc0,0xca,0xc5,0x9d,0x5f,0x1f,0x78,0xc2,0xf3,0x6f,0x00,
|
||||
0x70,0xce,0x00,0xea,0xdd,0x00,0x0c,0x80,0x4a,0x34,0xb8,0xe9,0x90,0xc7,0x71,0xa7,
|
||||
0x9d,0x63,0x1c,0x5d,0xc5,0x9c,0xd4,0x9f,0x06,0x0f,0xf9,0xc0,0x3c,0x50,0xcb,0x96,
|
||||
0x85,0x1d,0x87,0xed,0xf9,0x10,0x91,0xf5,0xb1,0x4a,0xf1,0x12,0x6f,0x46,0x26,0x59,
|
||||
0x8f,0xa9,0xb3,0x00,0xbc,0x34,0x53,0xbc,0xbc,0x56,0xd6,0x38,0x06,0x70,0x38,0x9a,
|
||||
0x1b,0x59,0x91,0xe6,0xa4,0x27,0x47,0x02,0x60,0x9c,0x9c,0xa4,0x6c,0x24,0xcb,0x38,
|
||||
0x50,0xe2,0x08,0xc3,0xcb,0xb7,0x5a,0xaf,0x95,0x45,0x1f,0xd0,0x7f,0x97,0x15,0x3e,
|
||||
0xb5,0xc6,0x5e,0x89,0x06,0x20,0xbd,0x68,0x34,0xa7,0xe0,0x04,0xe5,0x0d,0xfd,0xf3,
|
||||
0x68,0xb5,0xf6,0xde,0x38,0xa3,0x0c,0xdf,0x28,0xc8,0xf3,0x07,0xa0,0xf6,0xc4,0xc3,
|
||||
0x0b,0x96,0xae,0xf1,0xf2,0x43,0x90,0xce,0x50,0xa7,0x95,0xaa,0xac,0xff,0x2c,0x2d,
|
||||
0x45,0x51,0xea,0x80,0xd3,0xb4,0x4c,0x14,0x43,0x39,0x9d,0xa9,0x5d,0x5a,0x3f,0xd2,
|
||||
0x77,0xe5,0x04,0x0d,0x41,0x1f,0x9d,0x09,0x19,0x3c,0x8c,0x70,0x90,0xe4,0x75,0x5a,
|
||||
0xee,0x9c,0xc0,0x4a,0xf9,0x10,0x10,0xb0,0x95,0xfe,0x00,0xb2,0xe2,0xdf,0x9e,0xfe,
|
||||
0xca,0x2e,0xf9,0x03,0x4c,0x0a,0xee,0xea,0x58,0xd8,0x38,0x2c,0x00,0x00,0x00,0x00,
|
||||
0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82};
|
||||
@@ -0,0 +1,514 @@
|
||||
// Created with image_to_c
|
||||
// https://github.com/bitbank2/image_to_c
|
||||
//
|
||||
// stackoverflow
|
||||
// Data size = 8004 bytes
|
||||
//
|
||||
// PNG, Compression=Flate, Size: 320 x 84, 32-Bpp
|
||||
//
|
||||
// for non-Arduino builds...
|
||||
#ifndef PROGMEM
|
||||
#define PROGMEM
|
||||
#endif
|
||||
const uint8_t stackoverflow[] PROGMEM = {
|
||||
0x89,0x50,0x4e,0x47,0x0d,0x0a,0x1a,0x0a,0x00,0x00,0x00,0x0d,0x49,0x48,0x44,0x52,
|
||||
0x00,0x00,0x01,0x40,0x00,0x00,0x00,0x54,0x08,0x06,0x00,0x00,0x00,0xf3,0xa0,0xee,
|
||||
0x93,0x00,0x00,0x0c,0x3f,0x69,0x43,0x43,0x50,0x49,0x43,0x43,0x20,0x50,0x72,0x6f,
|
||||
0x66,0x69,0x6c,0x65,0x00,0x00,0x48,0x89,0x95,0x57,0x07,0x58,0x53,0xc9,0x16,0x9e,
|
||||
0x5b,0x52,0x21,0xb4,0x00,0x02,0x52,0x42,0x6f,0x82,0x88,0x94,0x00,0x52,0x42,0x68,
|
||||
0xa1,0x77,0x04,0x51,0x09,0x49,0x80,0x50,0x62,0x0c,0x04,0x15,0x3b,0xba,0xa8,0xe0,
|
||||
0xda,0xc5,0x02,0x36,0x74,0x55,0x44,0xc1,0x0a,0x88,0x05,0x45,0xec,0x2c,0x8a,0xbd,
|
||||
0x2f,0x16,0x14,0x94,0x75,0xb1,0x60,0x57,0xde,0xa4,0x80,0xae,0xfb,0xca,0xf7,0xe6,
|
||||
0xfb,0xe6,0xce,0x7f,0xff,0x39,0xf3,0x9f,0x33,0xe7,0xce,0xdc,0x7b,0x07,0x00,0xf5,
|
||||
0x13,0x5c,0xb1,0x38,0x17,0xd5,0x00,0x20,0x4f,0x54,0x20,0x89,0x0d,0xf6,0x67,0x8c,
|
||||
0x4d,0x4e,0x61,0x90,0xba,0x01,0x0e,0x50,0x40,0x06,0x2a,0x80,0xca,0xe5,0xe5,0x8b,
|
||||
0x59,0xd1,0xd1,0xe1,0x00,0x96,0xc1,0xf6,0xef,0xe5,0xdd,0x0d,0x80,0xc8,0xda,0xab,
|
||||
0x0e,0x32,0xad,0x7f,0xf6,0xff,0xd7,0xa2,0xc9,0x17,0xe4,0xf3,0x00,0x40,0xa2,0x21,
|
||||
0x4e,0xe7,0xe7,0xf3,0xf2,0x20,0x3e,0x08,0x00,0x5e,0xc9,0x13,0x4b,0x0a,0x00,0x20,
|
||||
0xca,0x78,0xf3,0x29,0x05,0x62,0x19,0x86,0x15,0x68,0x4b,0x60,0x80,0x10,0x2f,0x94,
|
||||
0xe1,0x4c,0x05,0xae,0x94,0xe1,0x74,0x05,0xde,0x2b,0xb7,0x89,0x8f,0x65,0x43,0xdc,
|
||||
0x0a,0x00,0x59,0x95,0xcb,0x95,0x64,0x02,0xa0,0x76,0x19,0xf2,0x8c,0x42,0x5e,0x26,
|
||||
0xd4,0x50,0xeb,0x83,0xd8,0x49,0xc4,0x17,0x8a,0x00,0x50,0x67,0x40,0xec,0x93,0x97,
|
||||
0x37,0x89,0x0f,0x71,0x1a,0xc4,0x36,0xd0,0x46,0x0c,0xb1,0x4c,0x9f,0x99,0xfe,0x83,
|
||||
0x4e,0xe6,0xdf,0x34,0xd3,0x87,0x34,0xb9,0xdc,0xcc,0x21,0xac,0x98,0x8b,0xbc,0x90,
|
||||
0x03,0x84,0xf9,0xe2,0x5c,0xee,0xb4,0xff,0x33,0x1d,0xff,0xbb,0xe4,0xe5,0x4a,0x07,
|
||||
0x7d,0x58,0xc1,0xaa,0x9a,0x25,0x09,0x89,0x95,0xcd,0x19,0xe6,0xed,0x56,0xce,0xa4,
|
||||
0x30,0x19,0x56,0x85,0xb8,0x57,0x94,0x1e,0x19,0x05,0xb1,0x16,0xc4,0x1f,0x84,0x7c,
|
||||
0xb9,0x3d,0xc4,0x28,0x35,0x4b,0x1a,0x92,0xa0,0xb0,0x47,0x0d,0x79,0xf9,0x6c,0x98,
|
||||
0x33,0xa0,0x0b,0xb1,0x13,0x9f,0x1b,0x10,0x06,0xb1,0x21,0xc4,0x41,0xa2,0xdc,0xc8,
|
||||
0x70,0x25,0x9f,0x9e,0x21,0x0c,0xe2,0x40,0x0c,0x57,0x08,0x3a,0x55,0x58,0xc0,0x89,
|
||||
0x87,0x58,0x0f,0xe2,0x85,0x82,0xfc,0xc0,0x38,0xa5,0xcd,0x66,0xc9,0xa4,0x58,0xa5,
|
||||
0x2f,0xb4,0x3e,0x43,0xc2,0x66,0x29,0xf9,0x73,0x5c,0x89,0xdc,0xaf,0xcc,0xd7,0x03,
|
||||
0x69,0x4e,0x02,0x4b,0xa9,0xff,0x3a,0x4b,0xc0,0x51,0xea,0x63,0x6a,0x45,0x59,0xf1,
|
||||
0x49,0x10,0x53,0x21,0xb6,0x28,0x14,0x26,0x46,0x42,0xac,0x06,0xb1,0x63,0x7e,0x4e,
|
||||
0x5c,0x98,0xd2,0x66,0x4c,0x51,0x16,0x3b,0x72,0xd0,0x46,0x22,0x8d,0x95,0xc5,0x6f,
|
||||
0x01,0x71,0xac,0x40,0x14,0xec,0xaf,0xd0,0xc7,0x0a,0x33,0x24,0x41,0xb1,0x4a,0xfb,
|
||||
0xd2,0xbc,0xfc,0xc1,0xf9,0x62,0x9b,0xb3,0x84,0x9c,0x48,0x25,0xde,0x5f,0x90,0x15,
|
||||
0x1f,0xa2,0xc8,0x0f,0xd6,0xca,0xe3,0xca,0xe3,0x87,0x73,0xc1,0x2e,0x0b,0x44,0xac,
|
||||
0x84,0x41,0x1d,0x41,0xfe,0xd8,0xf0,0xc1,0xb9,0xf0,0x05,0x01,0x81,0x8a,0xb9,0x63,
|
||||
0xdd,0x02,0x51,0x42,0x9c,0x52,0xe7,0x83,0xb8,0xc0,0x3f,0x56,0x31,0x16,0xa7,0x8a,
|
||||
0x73,0xa3,0x95,0xf6,0xb8,0x99,0x20,0x37,0x58,0xc6,0x9b,0x41,0xec,0x92,0x5f,0x18,
|
||||
0xa7,0x1c,0x8b,0x27,0x16,0xc0,0x05,0xa9,0xd0,0xc7,0x33,0xc4,0x05,0xd1,0xf1,0x8a,
|
||||
0x38,0xf1,0xa2,0x6c,0x6e,0x68,0xb4,0x22,0x1e,0x7c,0x19,0x08,0x07,0x6c,0x10,0x00,
|
||||
0x18,0x40,0x0a,0x6b,0x3a,0x98,0x04,0xb2,0x81,0xb0,0xbd,0xb7,0xa1,0x17,0xde,0x29,
|
||||
0x7a,0x82,0x00,0x17,0x48,0x40,0x26,0x10,0x00,0x07,0x25,0x33,0x38,0x22,0x49,0xde,
|
||||
0x23,0x82,0xd7,0x38,0x50,0x04,0xfe,0x84,0x48,0x00,0xf2,0x87,0xc6,0xf9,0xcb,0x7b,
|
||||
0x05,0xa0,0x10,0xf2,0x5f,0x87,0x58,0xc5,0xd5,0x01,0x64,0xc8,0x7b,0x0b,0xe5,0x23,
|
||||
0x72,0xc0,0x53,0x88,0xf3,0x40,0x18,0xc8,0x85,0xf7,0x52,0xf9,0x28,0xd1,0x90,0xb7,
|
||||
0x44,0xf0,0x04,0x32,0xc2,0x7f,0x78,0xe7,0xc2,0xca,0x83,0xf1,0xe6,0xc2,0x2a,0xeb,
|
||||
0xff,0xf7,0xfc,0x20,0xfb,0x9d,0x61,0x41,0x26,0x5c,0xc9,0x48,0x07,0x3d,0x32,0xd4,
|
||||
0x07,0x2d,0x89,0x81,0xc4,0x00,0x62,0x08,0x31,0x88,0x68,0x8b,0x1b,0xe0,0x3e,0xb8,
|
||||
0x17,0x1e,0x0e,0xaf,0x7e,0xb0,0x3a,0xe3,0x4c,0xdc,0x63,0x70,0x1e,0xdf,0xed,0x09,
|
||||
0x4f,0x09,0x1d,0x84,0x47,0x84,0xeb,0x84,0x4e,0xc2,0xed,0x89,0xc2,0x62,0xc9,0x4f,
|
||||
0x51,0x46,0x80,0x4e,0xa8,0x1f,0xa4,0xcc,0x45,0xfa,0x8f,0xb9,0xc0,0xad,0xa0,0xa6,
|
||||
0x2b,0xee,0x8f,0x7b,0x43,0x75,0xa8,0x8c,0xeb,0xe2,0x06,0xc0,0x01,0x77,0x81,0x7e,
|
||||
0x58,0xb8,0x2f,0xf4,0xec,0x0a,0x59,0xb6,0x32,0x6e,0x59,0x56,0x18,0x3f,0x69,0xff,
|
||||
0x6d,0x06,0x3f,0x3c,0x0d,0xa5,0x1d,0xc5,0x89,0x82,0x52,0x86,0x51,0xfc,0x28,0x36,
|
||||
0x3f,0x8f,0x54,0xb3,0x53,0x73,0x1d,0x52,0x91,0xe5,0xfa,0xc7,0xfc,0x28,0x62,0x4d,
|
||||
0x1f,0xca,0x37,0x7b,0xa8,0xe7,0x67,0xff,0xec,0x1f,0xb2,0xcf,0x87,0x6d,0xd8,0xcf,
|
||||
0x96,0xd8,0x42,0xec,0x00,0x76,0x16,0x3b,0x89,0x9d,0xc7,0x8e,0x62,0x0d,0x80,0x81,
|
||||
0x35,0x63,0x8d,0x58,0x1b,0x76,0x4c,0x86,0x87,0x56,0xd7,0x13,0xf9,0xea,0x1a,0xf4,
|
||||
0x16,0x2b,0x8f,0x27,0x07,0xea,0x08,0xff,0xe1,0x6f,0xf0,0xc9,0xca,0x32,0x99,0xef,
|
||||
0x54,0xe3,0xd4,0xe3,0xf4,0x45,0xd1,0x57,0x20,0x98,0x2a,0x7b,0x47,0x03,0xf6,0x24,
|
||||
0xf1,0x34,0x89,0x30,0x33,0xab,0x80,0xc1,0x82,0x5f,0x04,0x01,0x83,0x23,0xe2,0x39,
|
||||
0x8e,0x60,0x38,0x3b,0x39,0xbb,0x00,0x20,0xfb,0xbe,0x28,0x5e,0x5f,0x6f,0x62,0xe4,
|
||||
0xdf,0x0d,0x44,0xb7,0xed,0x3b,0x37,0xef,0x0f,0x00,0xbc,0x9b,0x07,0x06,0x06,0x8e,
|
||||
0x7c,0xe7,0x42,0x9b,0x01,0xd8,0xe7,0x0e,0xb7,0xff,0xe1,0xef,0x9c,0x0d,0x13,0x7e,
|
||||
0x3a,0x54,0x00,0x38,0x77,0x98,0x27,0x95,0x14,0x2a,0x38,0x5c,0x76,0x21,0xc0,0xb7,
|
||||
0x84,0x3a,0xdc,0x69,0xfa,0xc0,0x18,0x98,0x03,0x1b,0x38,0x1f,0x67,0xe0,0x06,0xbc,
|
||||
0x80,0x1f,0x08,0x04,0xa1,0x20,0x0a,0xc4,0x83,0x64,0x30,0x01,0x46,0x9f,0x05,0xd7,
|
||||
0xb9,0x04,0x4c,0x01,0x33,0xc0,0x5c,0x50,0x02,0xca,0xc0,0x32,0xb0,0x1a,0xac,0x07,
|
||||
0x9b,0xc0,0x56,0xb0,0x13,0xec,0x01,0xfb,0x41,0x03,0x38,0x0a,0x4e,0x82,0x33,0xe0,
|
||||
0x22,0xb8,0x0c,0xae,0x83,0xbb,0x70,0xf5,0x74,0x81,0x17,0xa0,0x0f,0xbc,0x03,0x9f,
|
||||
0x11,0x04,0x21,0x21,0x34,0x84,0x8e,0xe8,0x23,0x26,0x88,0x25,0x62,0x8f,0x38,0x23,
|
||||
0x4c,0xc4,0x07,0x09,0x44,0xc2,0x91,0x58,0x24,0x19,0x49,0x43,0x32,0x11,0x11,0x22,
|
||||
0x45,0x66,0x20,0xf3,0x90,0x32,0x64,0x05,0xb2,0x1e,0xd9,0x82,0x54,0x23,0xfb,0x90,
|
||||
0xc3,0xc8,0x49,0xe4,0x3c,0xd2,0x81,0xdc,0x46,0x1e,0x22,0x3d,0xc8,0x6b,0xe4,0x13,
|
||||
0x8a,0xa1,0xaa,0xa8,0x36,0x6a,0x84,0x5a,0xa1,0x23,0x51,0x26,0xca,0x42,0xc3,0xd0,
|
||||
0x78,0x74,0x3c,0x9a,0x89,0x4e,0x46,0x8b,0xd0,0xf9,0xe8,0x12,0x74,0x2d,0x5a,0x85,
|
||||
0xee,0x46,0xeb,0xd1,0x93,0xe8,0x45,0xf4,0x3a,0xda,0x89,0xbe,0x40,0xfb,0x31,0x80,
|
||||
0xa9,0x60,0xba,0x98,0x29,0xe6,0x80,0x31,0x31,0x36,0x16,0x85,0xa5,0x60,0x19,0x98,
|
||||
0x04,0x9b,0x85,0x95,0x62,0xe5,0x58,0x15,0x56,0x8b,0x35,0xc1,0xe7,0x7c,0x15,0xeb,
|
||||
0xc4,0x7a,0xb1,0x8f,0x38,0x11,0xa7,0xe3,0x0c,0xdc,0x01,0xae,0xe0,0x10,0x3c,0x01,
|
||||
0xe7,0xe1,0x93,0xf1,0x59,0xf8,0x62,0x7c,0x3d,0xbe,0x13,0xaf,0xc7,0x5b,0xf1,0xab,
|
||||
0xf8,0x43,0xbc,0x0f,0xff,0x46,0xa0,0x11,0x0c,0x09,0xf6,0x04,0x4f,0x02,0x87,0x30,
|
||||
0x96,0x90,0x49,0x98,0x42,0x28,0x21,0x94,0x13,0xb6,0x13,0x0e,0x11,0x4e,0xc3,0xbd,
|
||||
0xd4,0x45,0x78,0x47,0x24,0x12,0x75,0x89,0xd6,0x44,0x77,0xb8,0x17,0x93,0x89,0xd9,
|
||||
0xc4,0xe9,0xc4,0xc5,0xc4,0x0d,0xc4,0x3a,0xe2,0x09,0x62,0x07,0xf1,0x31,0xb1,0x9f,
|
||||
0x44,0x22,0xe9,0x93,0xec,0x49,0xde,0xa4,0x28,0x12,0x97,0x54,0x40,0x2a,0x21,0xad,
|
||||
0x23,0xed,0x26,0x35,0x93,0xae,0x90,0xba,0x48,0x1f,0xc8,0x2a,0x64,0x13,0xb2,0x33,
|
||||
0x39,0x88,0x9c,0x42,0x16,0x91,0x8b,0xc9,0xe5,0xe4,0x5d,0xe4,0xe3,0xe4,0x2b,0xe4,
|
||||
0x67,0xe4,0xcf,0x14,0x0d,0x8a,0x25,0xc5,0x93,0x12,0x45,0xe1,0x53,0xa6,0x51,0x96,
|
||||
0x52,0xb6,0x51,0x9a,0x28,0x97,0x28,0x5d,0x94,0xcf,0x54,0x4d,0xaa,0x35,0xd5,0x9b,
|
||||
0x1a,0x4f,0xcd,0xa6,0xce,0xa5,0xae,0xa5,0xd6,0x52,0x4f,0x53,0xef,0x51,0xdf,0xa8,
|
||||
0xa8,0xa8,0x98,0xa9,0x78,0xa8,0xc4,0xa8,0x08,0x55,0xe6,0xa8,0xac,0x55,0xd9,0xab,
|
||||
0x72,0x4e,0xe5,0xa1,0xca,0x47,0x55,0x2d,0x55,0x3b,0x55,0xb6,0x6a,0xaa,0xaa,0x54,
|
||||
0x75,0x89,0xea,0x0e,0xd5,0x13,0xaa,0xb7,0x55,0xdf,0xd0,0x68,0x34,0x2b,0x9a,0x1f,
|
||||
0x2d,0x85,0x56,0x40,0x5b,0x42,0xab,0xa6,0x9d,0xa2,0x3d,0xa0,0x7d,0x50,0xa3,0xab,
|
||||
0x39,0xaa,0x71,0xd4,0xf8,0x6a,0xb3,0xd5,0x2a,0xd4,0xea,0xd5,0xae,0xa8,0xbd,0x54,
|
||||
0xa7,0xa8,0x5b,0xaa,0xb3,0xd4,0x27,0xa8,0x17,0xa9,0x97,0xab,0x1f,0x50,0xbf,0xa4,
|
||||
0xde,0xab,0x41,0xd1,0xb0,0xd2,0x60,0x6b,0x70,0x35,0x66,0x69,0x54,0x68,0x1c,0xd6,
|
||||
0xb8,0xa9,0xd1,0xaf,0x49,0xd7,0x1c,0xa5,0x19,0xa5,0x99,0xa7,0xb9,0x58,0x73,0x97,
|
||||
0xe6,0x79,0xcd,0x6e,0x2d,0x92,0x96,0x95,0x56,0xa0,0x16,0x5f,0x6b,0xbe,0xd6,0x56,
|
||||
0xad,0x53,0x5a,0x8f,0xe9,0x18,0xdd,0x9c,0xce,0xa6,0xf3,0xe8,0xf3,0xe8,0xdb,0xe8,
|
||||
0xa7,0xe9,0x5d,0xda,0x44,0x6d,0x6b,0x6d,0x8e,0x76,0xb6,0x76,0x99,0xf6,0x1e,0xed,
|
||||
0x76,0xed,0x3e,0x1d,0x2d,0x1d,0x17,0x9d,0x44,0x9d,0xa9,0x3a,0x15,0x3a,0xc7,0x74,
|
||||
0x3a,0x75,0x31,0x5d,0x2b,0x5d,0x8e,0x6e,0xae,0xee,0x52,0xdd,0xfd,0xba,0x37,0x74,
|
||||
0x3f,0x0d,0x33,0x1a,0xc6,0x1a,0x26,0x18,0xb6,0x68,0x58,0xed,0xb0,0x2b,0xc3,0xde,
|
||||
0xeb,0x0d,0xd7,0xf3,0xd3,0x13,0xe8,0x95,0xea,0xd5,0xe9,0x5d,0xd7,0xfb,0xa4,0xcf,
|
||||
0xd0,0x0f,0xd4,0xcf,0xd1,0x5f,0xae,0xdf,0xa0,0x7f,0xdf,0x00,0x37,0xb0,0x33,0x88,
|
||||
0x31,0x98,0x62,0xb0,0xd1,0xe0,0xb4,0x41,0xef,0x70,0xed,0xe1,0x5e,0xc3,0x79,0xc3,
|
||||
0x4b,0x87,0xef,0x1f,0x7e,0xc7,0x10,0x35,0xb4,0x33,0x8c,0x35,0x9c,0x6e,0xb8,0xd5,
|
||||
0xb0,0xcd,0xb0,0xdf,0xc8,0xd8,0x28,0xd8,0x48,0x6c,0xb4,0xce,0xe8,0x94,0x51,0xaf,
|
||||
0xb1,0xae,0xb1,0x9f,0x71,0xb6,0xf1,0x2a,0xe3,0xe3,0xc6,0x3d,0x26,0x74,0x13,0x1f,
|
||||
0x13,0xa1,0xc9,0x2a,0x93,0x66,0x93,0xe7,0x0c,0x1d,0x06,0x8b,0x91,0xcb,0x58,0xcb,
|
||||
0x68,0x65,0xf4,0x99,0x1a,0x9a,0x86,0x98,0x4a,0x4d,0xb7,0x98,0xb6,0x9b,0x7e,0x36,
|
||||
0xb3,0x36,0x4b,0x30,0x2b,0x36,0xab,0x33,0xbb,0x6f,0x4e,0x35,0x67,0x9a,0x67,0x98,
|
||||
0xaf,0x32,0x6f,0x31,0xef,0xb3,0x30,0xb1,0x88,0xb0,0x98,0x61,0x51,0x63,0x71,0xc7,
|
||||
0x92,0x62,0xc9,0xb4,0xcc,0xb2,0x5c,0x63,0x79,0xd6,0xf2,0xbd,0x95,0xb5,0x55,0x92,
|
||||
0xd5,0x02,0xab,0x06,0xab,0x6e,0x6b,0x3d,0x6b,0x8e,0x75,0x91,0x75,0x8d,0xf5,0x3d,
|
||||
0x1b,0x9a,0x8d,0xaf,0xcd,0x64,0x9b,0x2a,0x9b,0x6b,0xb6,0x44,0x5b,0xa6,0x6d,0x8e,
|
||||
0xed,0x06,0xdb,0xcb,0x76,0xa8,0x9d,0xab,0x5d,0x96,0x5d,0x85,0xdd,0x25,0x7b,0xd4,
|
||||
0xde,0xcd,0x5e,0x68,0xbf,0xc1,0xbe,0x63,0x04,0x61,0x84,0xc7,0x08,0xd1,0x88,0xaa,
|
||||
0x11,0x37,0x1d,0x54,0x1d,0x58,0x0e,0x85,0x0e,0x35,0x0e,0x0f,0x1d,0x75,0x1d,0xc3,
|
||||
0x1d,0x8b,0x1d,0x1b,0x1c,0x5f,0x8e,0xb4,0x18,0x99,0x32,0x72,0xf9,0xc8,0xb3,0x23,
|
||||
0xbf,0x39,0xb9,0x3a,0xe5,0x3a,0x6d,0x73,0xba,0x3b,0x4a,0x6b,0x54,0xe8,0xa8,0xe2,
|
||||
0x51,0x4d,0xa3,0x5e,0x3b,0xdb,0x39,0xf3,0x9c,0x2b,0x9c,0xaf,0x8d,0xa6,0x8d,0x0e,
|
||||
0x1a,0x3d,0x7b,0x74,0xe3,0xe8,0x57,0x2e,0xf6,0x2e,0x02,0x97,0x8d,0x2e,0xb7,0x5c,
|
||||
0xe9,0xae,0x11,0xae,0x0b,0x5c,0x5b,0x5c,0xbf,0xba,0xb9,0xbb,0x49,0xdc,0x6a,0xdd,
|
||||
0x7a,0xdc,0x2d,0xdc,0xd3,0xdc,0x2b,0xdd,0x6f,0x32,0xb5,0x99,0xd1,0xcc,0xc5,0xcc,
|
||||
0x73,0x1e,0x04,0x0f,0x7f,0x8f,0xd9,0x1e,0x47,0x3d,0x3e,0x7a,0xba,0x79,0x16,0x78,
|
||||
0xee,0xf7,0xfc,0xcb,0xcb,0xc1,0x2b,0xc7,0x6b,0x97,0x57,0xf7,0x18,0xeb,0x31,0x82,
|
||||
0x31,0xdb,0xc6,0x3c,0xf6,0x36,0xf3,0xe6,0x7a,0x6f,0xf1,0xee,0xf4,0x61,0xf8,0xa4,
|
||||
0xf9,0x6c,0xf6,0xe9,0xf4,0x35,0xf5,0xe5,0xfa,0x56,0xf9,0x3e,0xf2,0x33,0xf7,0xe3,
|
||||
0xfb,0x6d,0xf7,0x7b,0xc6,0xb2,0x65,0x65,0xb3,0x76,0xb3,0x5e,0xfa,0x3b,0xf9,0x4b,
|
||||
0xfc,0x0f,0xf9,0xbf,0x67,0x7b,0xb2,0x67,0xb2,0x4f,0x04,0x60,0x01,0xc1,0x01,0xa5,
|
||||
0x01,0xed,0x81,0x5a,0x81,0x09,0x81,0xeb,0x03,0x1f,0x04,0x99,0x05,0x65,0x06,0xd5,
|
||||
0x04,0xf5,0x05,0xbb,0x06,0x4f,0x0f,0x3e,0x11,0x42,0x08,0x09,0x0b,0x59,0x1e,0x72,
|
||||
0x93,0x63,0xc4,0xe1,0x71,0xaa,0x39,0x7d,0xa1,0xee,0xa1,0x33,0x43,0x5b,0xc3,0x54,
|
||||
0xc3,0xe2,0xc2,0xd6,0x87,0x3d,0x0a,0xb7,0x0b,0x97,0x84,0x37,0x45,0xa0,0x11,0xa1,
|
||||
0x11,0x2b,0x23,0xee,0x45,0x5a,0x46,0x8a,0x22,0x1b,0xa2,0x40,0x14,0x27,0x6a,0x65,
|
||||
0xd4,0xfd,0x68,0xeb,0xe8,0xc9,0xd1,0x47,0x62,0x88,0x31,0xd1,0x31,0x15,0x31,0x4f,
|
||||
0x63,0x47,0xc5,0xce,0x88,0x3d,0x1b,0x47,0x8f,0x9b,0x18,0xb7,0x2b,0xee,0x5d,0xbc,
|
||||
0x7f,0xfc,0xd2,0xf8,0xbb,0x09,0x36,0x09,0xd2,0x84,0x96,0x44,0xf5,0xc4,0xd4,0xc4,
|
||||
0xea,0xc4,0xf7,0x49,0x01,0x49,0x2b,0x92,0x3a,0xc7,0x8e,0x1c,0x3b,0x73,0xec,0xc5,
|
||||
0x64,0x83,0x64,0x61,0x72,0x63,0x0a,0x29,0x25,0x31,0x65,0x7b,0x4a,0xff,0xb8,0xc0,
|
||||
0x71,0xab,0xc7,0x75,0xa5,0xba,0xa6,0x96,0xa4,0xde,0x18,0x6f,0x3d,0x7e,0xea,0xf8,
|
||||
0xf3,0x13,0x0c,0x26,0xe4,0x4e,0x38,0x36,0x51,0x7d,0x22,0x77,0xe2,0x81,0x34,0x42,
|
||||
0x5a,0x52,0xda,0xae,0xb4,0x2f,0xdc,0x28,0x6e,0x15,0xb7,0x3f,0x9d,0x93,0x5e,0x99,
|
||||
0xde,0xc7,0x63,0xf3,0xd6,0xf0,0x5e,0xf0,0xfd,0xf8,0xab,0xf8,0x3d,0x02,0x6f,0xc1,
|
||||
0x0a,0xc1,0xb3,0x0c,0xef,0x8c,0x15,0x19,0xdd,0x99,0xde,0x99,0x2b,0x33,0x7b,0xb2,
|
||||
0x7c,0xb3,0xca,0xb3,0x7a,0x85,0x6c,0xe1,0x7a,0xe1,0xab,0xec,0x90,0xec,0x4d,0xd9,
|
||||
0xef,0x73,0xa2,0x72,0x76,0xe4,0x0c,0xe4,0x26,0xe5,0xd6,0xe5,0x91,0xf3,0xd2,0xf2,
|
||||
0x0e,0x8b,0xb4,0x44,0x39,0xa2,0xd6,0x49,0xc6,0x93,0xa6,0x4e,0xea,0x10,0xdb,0x8b,
|
||||
0x4b,0xc4,0x9d,0x93,0x3d,0x27,0xaf,0x9e,0xdc,0x27,0x09,0x93,0x6c,0xcf,0x47,0xf2,
|
||||
0xc7,0xe7,0x37,0x16,0x68,0xc3,0x1f,0xf9,0x36,0xa9,0x8d,0xf4,0x17,0xe9,0xc3,0x42,
|
||||
0x9f,0xc2,0x8a,0xc2,0x0f,0x53,0x12,0xa7,0x1c,0x98,0xaa,0x39,0x55,0x34,0xb5,0x6d,
|
||||
0x9a,0xdd,0xb4,0x45,0xd3,0x9e,0x15,0x05,0x15,0xfd,0x36,0x1d,0x9f,0xce,0x9b,0xde,
|
||||
0x32,0xc3,0x74,0xc6,0xdc,0x19,0x0f,0x67,0xb2,0x66,0x6e,0x99,0x85,0xcc,0x4a,0x9f,
|
||||
0xd5,0x32,0xdb,0x7c,0xf6,0xfc,0xd9,0x5d,0x73,0x82,0xe7,0xec,0x9c,0x4b,0x9d,0x9b,
|
||||
0x33,0xf7,0xf7,0x62,0xa7,0xe2,0x15,0xc5,0x6f,0xe7,0x25,0xcd,0x6b,0x9a,0x6f,0x34,
|
||||
0x7f,0xce,0xfc,0xc7,0xbf,0x04,0xff,0x52,0x53,0xa2,0x56,0x22,0x29,0xb9,0xb9,0xc0,
|
||||
0x6b,0xc1,0xa6,0x85,0xf8,0x42,0xe1,0xc2,0xf6,0x45,0xa3,0x17,0xad,0x5b,0xf4,0xad,
|
||||
0x94,0x5f,0x7a,0xa1,0xcc,0xa9,0xac,0xbc,0xec,0xcb,0x62,0xde,0xe2,0x0b,0xbf,0x8e,
|
||||
0xfa,0x75,0xed,0xaf,0x03,0x4b,0x32,0x96,0xb4,0x2f,0x75,0x5b,0xba,0x71,0x19,0x71,
|
||||
0x99,0x68,0xd9,0x8d,0xe5,0xbe,0xcb,0x77,0xae,0xd0,0x5c,0x51,0xb4,0xe2,0xf1,0xca,
|
||||
0x88,0x95,0xf5,0xab,0x18,0xab,0x4a,0x57,0xbd,0x5d,0x3d,0x71,0xf5,0xf9,0x72,0x97,
|
||||
0xf2,0x4d,0x6b,0xa8,0x6b,0xa4,0x6b,0x3a,0xd7,0x86,0xaf,0x6d,0x5c,0x67,0xb1,0x6e,
|
||||
0xd9,0xba,0x2f,0xeb,0xb3,0xd6,0x5f,0xaf,0xf0,0xaf,0xa8,0xab,0x34,0xac,0x5c,0x54,
|
||||
0xf9,0x7e,0x03,0x7f,0xc3,0x95,0x8d,0x7e,0x1b,0x6b,0x37,0x19,0x6d,0x2a,0xdb,0xf4,
|
||||
0x69,0xb3,0x70,0xf3,0xad,0x2d,0xc1,0x5b,0xea,0xab,0xac,0xaa,0xca,0xb7,0x12,0xb7,
|
||||
0x16,0x6e,0x7d,0xba,0x2d,0x71,0xdb,0xd9,0xdf,0x98,0xbf,0x55,0x6f,0x37,0xd8,0x5e,
|
||||
0xb6,0xfd,0xeb,0x0e,0xd1,0x8e,0xce,0x9d,0xb1,0x3b,0x5b,0xab,0xdd,0xab,0xab,0x77,
|
||||
0x19,0xee,0x5a,0x5a,0x83,0xd6,0x48,0x6b,0x7a,0x76,0xa7,0xee,0xbe,0xbc,0x27,0x60,
|
||||
0x4f,0x63,0xad,0x43,0xed,0x96,0x3a,0xdd,0xba,0xb2,0xbd,0x60,0xaf,0x74,0xef,0xf3,
|
||||
0x7d,0x69,0xfb,0x6e,0xec,0x0f,0xdb,0xdf,0x72,0x80,0x79,0xa0,0xf6,0xa0,0xe5,0xc1,
|
||||
0xca,0x43,0xf4,0x43,0xa5,0xf5,0x48,0xfd,0xb4,0xfa,0xbe,0x86,0xac,0x86,0xce,0xc6,
|
||||
0xe4,0xc6,0x8e,0xc3,0xa1,0x87,0x5b,0x9a,0xbc,0x9a,0x0e,0x1d,0x71,0x3c,0xb2,0xe3,
|
||||
0xa8,0xe9,0xd1,0x8a,0x63,0x3a,0xc7,0x96,0x1e,0xa7,0x1e,0x9f,0x7f,0x7c,0xa0,0xb9,
|
||||
0xa8,0xb9,0xff,0x84,0xf8,0x44,0xef,0xc9,0xcc,0x93,0x8f,0x5b,0x26,0xb6,0xdc,0x3d,
|
||||
0x35,0xf6,0xd4,0xb5,0xd6,0x98,0xd6,0xf6,0xd3,0x61,0xa7,0xcf,0x9d,0x09,0x3a,0x73,
|
||||
0xea,0x2c,0xeb,0x6c,0xf3,0x39,0xef,0x73,0x47,0xcf,0x7b,0x9e,0x3f,0x7c,0x81,0x79,
|
||||
0xa1,0xe1,0xa2,0xdb,0xc5,0xfa,0x36,0xd7,0xb6,0x43,0xbf,0xbb,0xfe,0x7e,0xa8,0xdd,
|
||||
0xad,0xbd,0xfe,0x92,0xfb,0xa5,0xc6,0xcb,0x1e,0x97,0x9b,0x3a,0xc6,0x74,0x1c,0xbf,
|
||||
0xe2,0x7b,0xe5,0xe4,0xd5,0x80,0xab,0x67,0xae,0x71,0xae,0x5d,0xbc,0x1e,0x79,0xbd,
|
||||
0xe3,0x46,0xc2,0x8d,0x5b,0x37,0x53,0x6f,0x76,0xde,0xe2,0xdf,0xea,0xbe,0x9d,0x7b,
|
||||
0xfb,0xd5,0x9d,0xc2,0x3b,0x9f,0xef,0xce,0xb9,0x47,0xb8,0x57,0x7a,0x5f,0xe3,0x7e,
|
||||
0xf9,0x03,0xc3,0x07,0x55,0x7f,0xd8,0xfe,0x51,0xd7,0xe9,0xd6,0x79,0xec,0x61,0xc0,
|
||||
0xc3,0xb6,0x47,0x71,0x8f,0xee,0x3e,0xe6,0x3d,0x7e,0xf1,0x24,0xff,0xc9,0x97,0xae,
|
||||
0xf9,0x4f,0x69,0x4f,0xcb,0x9f,0x99,0x3c,0xab,0xee,0x76,0xee,0x3e,0xda,0x13,0xd4,
|
||||
0x73,0xf9,0xf9,0xb8,0xe7,0x5d,0x2f,0xc4,0x2f,0x3e,0xf7,0x96,0xfc,0xa9,0xf9,0x67,
|
||||
0xe5,0x4b,0x9b,0x97,0x07,0xff,0xf2,0xfb,0xab,0xad,0x6f,0x6c,0x5f,0xd7,0x2b,0xc9,
|
||||
0xab,0x81,0xd7,0x8b,0xdf,0xe8,0xbf,0xd9,0xf1,0xd6,0xe5,0x6d,0x4b,0x7f,0x74,0xff,
|
||||
0x83,0x77,0x79,0xef,0x3e,0xbf,0x2f,0xfd,0xa0,0xff,0x61,0xe7,0x47,0xe6,0xc7,0xb3,
|
||||
0x9f,0x92,0x3e,0x3d,0xfb,0x3c,0xe5,0x0b,0xe9,0xcb,0xda,0xaf,0xb6,0x5f,0x9b,0xbe,
|
||||
0x85,0x7d,0xbb,0x37,0x90,0x37,0x30,0x20,0xe6,0x4a,0xb8,0xf2,0x5f,0x01,0x0c,0x56,
|
||||
0x34,0x23,0x03,0x80,0xd7,0x3b,0x00,0xa0,0x25,0x03,0x40,0x87,0xe7,0x33,0xea,0x38,
|
||||
0xc5,0xf9,0x4f,0x5e,0x10,0xc5,0x99,0x55,0x8e,0xc0,0x7f,0xc2,0x8a,0x33,0xa2,0xbc,
|
||||
0xb8,0x01,0x50,0x0b,0xff,0xdf,0x63,0x7a,0xe1,0xdf,0xcd,0x4d,0x00,0xf6,0x6e,0x83,
|
||||
0xc7,0x2f,0xa8,0xaf,0x9e,0x0a,0x40,0x34,0x0d,0x80,0x78,0x0f,0x80,0x8e,0x1e,0x3d,
|
||||
0x54,0x07,0xcf,0x6a,0xf2,0x73,0xa5,0xac,0x10,0xe1,0x39,0x60,0x73,0xe0,0xd7,0xf4,
|
||||
0xbc,0x74,0xf0,0x6f,0x8a,0xe2,0xcc,0xf9,0x43,0xdc,0x3f,0xb7,0x40,0xa6,0xea,0x02,
|
||||
0x7e,0x6e,0xff,0x05,0xac,0x20,0x7c,0x24,0x19,0xe5,0x50,0x43,0x00,0x00,0x00,0x8a,
|
||||
0x65,0x58,0x49,0x66,0x4d,0x4d,0x00,0x2a,0x00,0x00,0x00,0x08,0x00,0x04,0x01,0x1a,
|
||||
0x00,0x05,0x00,0x00,0x00,0x01,0x00,0x00,0x00,0x3e,0x01,0x1b,0x00,0x05,0x00,0x00,
|
||||
0x00,0x01,0x00,0x00,0x00,0x46,0x01,0x28,0x00,0x03,0x00,0x00,0x00,0x01,0x00,0x02,
|
||||
0x00,0x00,0x87,0x69,0x00,0x04,0x00,0x00,0x00,0x01,0x00,0x00,0x00,0x4e,0x00,0x00,
|
||||
0x00,0x00,0x00,0x00,0x00,0x90,0x00,0x00,0x00,0x01,0x00,0x00,0x00,0x90,0x00,0x00,
|
||||
0x00,0x01,0x00,0x03,0x92,0x86,0x00,0x07,0x00,0x00,0x00,0x12,0x00,0x00,0x00,0x78,
|
||||
0xa0,0x02,0x00,0x04,0x00,0x00,0x00,0x01,0x00,0x00,0x01,0x40,0xa0,0x03,0x00,0x04,
|
||||
0x00,0x00,0x00,0x01,0x00,0x00,0x00,0x54,0x00,0x00,0x00,0x00,0x41,0x53,0x43,0x49,
|
||||
0x49,0x00,0x00,0x00,0x53,0x63,0x72,0x65,0x65,0x6e,0x73,0x68,0x6f,0x74,0xa8,0x62,
|
||||
0x25,0xa5,0x00,0x00,0x00,0x09,0x70,0x48,0x59,0x73,0x00,0x00,0x16,0x25,0x00,0x00,
|
||||
0x16,0x25,0x01,0x49,0x52,0x24,0xf0,0x00,0x00,0x01,0xd5,0x69,0x54,0x58,0x74,0x58,
|
||||
0x4d,0x4c,0x3a,0x63,0x6f,0x6d,0x2e,0x61,0x64,0x6f,0x62,0x65,0x2e,0x78,0x6d,0x70,
|
||||
0x00,0x00,0x00,0x00,0x00,0x3c,0x78,0x3a,0x78,0x6d,0x70,0x6d,0x65,0x74,0x61,0x20,
|
||||
0x78,0x6d,0x6c,0x6e,0x73,0x3a,0x78,0x3d,0x22,0x61,0x64,0x6f,0x62,0x65,0x3a,0x6e,
|
||||
0x73,0x3a,0x6d,0x65,0x74,0x61,0x2f,0x22,0x20,0x78,0x3a,0x78,0x6d,0x70,0x74,0x6b,
|
||||
0x3d,0x22,0x58,0x4d,0x50,0x20,0x43,0x6f,0x72,0x65,0x20,0x36,0x2e,0x30,0x2e,0x30,
|
||||
0x22,0x3e,0x0a,0x20,0x20,0x20,0x3c,0x72,0x64,0x66,0x3a,0x52,0x44,0x46,0x20,0x78,
|
||||
0x6d,0x6c,0x6e,0x73,0x3a,0x72,0x64,0x66,0x3d,0x22,0x68,0x74,0x74,0x70,0x3a,0x2f,
|
||||
0x2f,0x77,0x77,0x77,0x2e,0x77,0x33,0x2e,0x6f,0x72,0x67,0x2f,0x31,0x39,0x39,0x39,
|
||||
0x2f,0x30,0x32,0x2f,0x32,0x32,0x2d,0x72,0x64,0x66,0x2d,0x73,0x79,0x6e,0x74,0x61,
|
||||
0x78,0x2d,0x6e,0x73,0x23,0x22,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x72,
|
||||
0x64,0x66,0x3a,0x44,0x65,0x73,0x63,0x72,0x69,0x70,0x74,0x69,0x6f,0x6e,0x20,0x72,
|
||||
0x64,0x66,0x3a,0x61,0x62,0x6f,0x75,0x74,0x3d,0x22,0x22,0x0a,0x20,0x20,0x20,0x20,
|
||||
0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x78,0x6d,0x6c,0x6e,0x73,0x3a,0x65,0x78,
|
||||
0x69,0x66,0x3d,0x22,0x68,0x74,0x74,0x70,0x3a,0x2f,0x2f,0x6e,0x73,0x2e,0x61,0x64,
|
||||
0x6f,0x62,0x65,0x2e,0x63,0x6f,0x6d,0x2f,0x65,0x78,0x69,0x66,0x2f,0x31,0x2e,0x30,
|
||||
0x2f,0x22,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x65,0x78,
|
||||
0x69,0x66,0x3a,0x50,0x69,0x78,0x65,0x6c,0x59,0x44,0x69,0x6d,0x65,0x6e,0x73,0x69,
|
||||
0x6f,0x6e,0x3e,0x38,0x34,0x3c,0x2f,0x65,0x78,0x69,0x66,0x3a,0x50,0x69,0x78,0x65,
|
||||
0x6c,0x59,0x44,0x69,0x6d,0x65,0x6e,0x73,0x69,0x6f,0x6e,0x3e,0x0a,0x20,0x20,0x20,
|
||||
0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x65,0x78,0x69,0x66,0x3a,0x50,0x69,0x78,0x65,
|
||||
0x6c,0x58,0x44,0x69,0x6d,0x65,0x6e,0x73,0x69,0x6f,0x6e,0x3e,0x33,0x32,0x30,0x3c,
|
||||
0x2f,0x65,0x78,0x69,0x66,0x3a,0x50,0x69,0x78,0x65,0x6c,0x58,0x44,0x69,0x6d,0x65,
|
||||
0x6e,0x73,0x69,0x6f,0x6e,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,
|
||||
0x3c,0x65,0x78,0x69,0x66,0x3a,0x55,0x73,0x65,0x72,0x43,0x6f,0x6d,0x6d,0x65,0x6e,
|
||||
0x74,0x3e,0x53,0x63,0x72,0x65,0x65,0x6e,0x73,0x68,0x6f,0x74,0x3c,0x2f,0x65,0x78,
|
||||
0x69,0x66,0x3a,0x55,0x73,0x65,0x72,0x43,0x6f,0x6d,0x6d,0x65,0x6e,0x74,0x3e,0x0a,
|
||||
0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x2f,0x72,0x64,0x66,0x3a,0x44,0x65,0x73,0x63,
|
||||
0x72,0x69,0x70,0x74,0x69,0x6f,0x6e,0x3e,0x0a,0x20,0x20,0x20,0x3c,0x2f,0x72,0x64,
|
||||
0x66,0x3a,0x52,0x44,0x46,0x3e,0x0a,0x3c,0x2f,0x78,0x3a,0x78,0x6d,0x70,0x6d,0x65,
|
||||
0x74,0x61,0x3e,0x0a,0xfd,0xec,0x59,0xa6,0x00,0x00,0x00,0x1c,0x69,0x44,0x4f,0x54,
|
||||
0x00,0x00,0x00,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x2a,0x00,0x00,0x00,0x28,
|
||||
0x00,0x00,0x00,0x2a,0x00,0x00,0x00,0x2a,0x00,0x00,0x04,0x45,0xd9,0xf6,0x15,0x35,
|
||||
0x00,0x00,0x04,0x11,0x49,0x44,0x41,0x54,0x78,0x01,0xec,0x9c,0x3d,0x72,0x13,0x31,
|
||||
0x14,0x80,0xd7,0xe1,0x04,0xe9,0x18,0xe8,0xa0,0x48,0x17,0x9a,0x5c,0x81,0x09,0x0d,
|
||||
0xc3,0x01,0x88,0x3b,0xae,0x60,0xb8,0x43,0x7c,0x05,0xba,0x9c,0x80,0xa1,0x21,0xc3,
|
||||
0x15,0xd2,0xd8,0x50,0x90,0x02,0x8e,0x40,0x4e,0x40,0xcc,0x3c,0x67,0xde,0xce,0x8b,
|
||||
0xac,0xdf,0x8c,0x9d,0x5d,0x59,0x9f,0x1b,0x69,0x77,0xb5,0xcf,0xab,0xef,0xc9,0x9f,
|
||||
0x25,0x65,0xe2,0xc9,0xd3,0x67,0xcf,0x57,0x1d,0x2f,0x08,0x40,0x00,0x02,0x0d,0x12,
|
||||
0x98,0x20,0xc0,0x06,0xb3,0x4e,0x97,0x21,0x00,0x81,0x35,0x01,0x04,0xc8,0x40,0x80,
|
||||
0x00,0x04,0x9a,0x25,0x80,0x00,0x9b,0x4d,0x3d,0x1d,0x87,0x00,0x04,0x10,0x20,0x63,
|
||||
0x00,0x02,0x10,0x68,0x96,0x00,0x02,0x6c,0x36,0xf5,0x74,0x1c,0x02,0x10,0x40,0x80,
|
||||
0x8c,0x01,0x08,0x40,0xa0,0x59,0x02,0x08,0xb0,0xd9,0xd4,0xd3,0x71,0x08,0x40,0x00,
|
||||
0x01,0x32,0x06,0x20,0x00,0x81,0x66,0x09,0x20,0xc0,0x66,0x53,0x4f,0xc7,0x21,0x00,
|
||||
0x01,0x04,0xc8,0x18,0x80,0x00,0x04,0x9a,0x25,0x80,0x00,0x9b,0x4d,0x3d,0x1d,0x87,
|
||||
0x00,0x04,0x10,0x20,0x63,0x00,0x02,0x10,0x68,0x96,0x00,0x02,0x6c,0x36,0xf5,0x74,
|
||||
0x1c,0x02,0x10,0xd8,0x0b,0x01,0x1e,0x1d,0xde,0x25,0xf2,0xfa,0x86,0x84,0x42,0x00,
|
||||
0x02,0x10,0xc8,0x27,0x50,0xbd,0x00,0x45,0x7e,0xb3,0x93,0x83,0x75,0x8f,0x3f,0x7c,
|
||||
0xbf,0xcd,0xef,0x39,0x2d,0x21,0x00,0x81,0xe6,0x09,0x54,0x2d,0xc0,0x77,0x2f,0x27,
|
||||
0xdd,0xdb,0x17,0x93,0x3e,0x89,0xd7,0x37,0x93,0x6e,0x7e,0xf5,0xaf,0x3f,0xa6,0x02,
|
||||
0x01,0x08,0x40,0x20,0x46,0xa0,0x5a,0x01,0xce,0x4e,0x9e,0x74,0x47,0x87,0x9b,0xbf,
|
||||
0xe5,0xfa,0xf5,0xcf,0xaa,0xfb,0xf2,0x7b,0xf3,0x7c,0x0c,0x02,0xd7,0x20,0x00,0x81,
|
||||
0x36,0x09,0x54,0x2b,0x40,0xbb,0xf4,0x75,0x53,0x37,0xbf,0xba,0xed,0xd8,0x0f,0x74,
|
||||
0xa9,0x70,0x0c,0x01,0x08,0xb8,0x04,0xaa,0x15,0xa0,0x74,0xc4,0x5d,0x02,0xdb,0xce,
|
||||
0xb1,0x1f,0x68,0x69,0x50,0x87,0x00,0x04,0x7c,0x04,0xaa,0x16,0xa0,0x74,0x28,0xb4,
|
||||
0x14,0x66,0x3f,0xd0,0x97,0x6e,0xce,0x41,0x00,0x02,0x96,0x40,0xf5,0x02,0x8c,0x2d,
|
||||
0x85,0xd9,0x0f,0xb4,0xa9,0xa6,0x0e,0x01,0x08,0xb8,0x04,0x46,0x2f,0x40,0x11,0x5c,
|
||||
0x6a,0x3f,0x2f,0xb6,0x14,0x66,0x3f,0xd0,0x4d,0x39,0xc7,0x10,0x80,0x80,0x12,0x18,
|
||||
0xbd,0x00,0x3f,0xbf,0x3e,0xe8,0x72,0x66,0x72,0x31,0x09,0xb2,0x1f,0xa8,0xe9,0xa6,
|
||||
0x84,0x00,0x04,0x2c,0x81,0x51,0x0b,0xd0,0xee,0xef,0xe5,0x48,0xd0,0xb6,0xb7,0x9d,
|
||||
0x64,0x3f,0xd0,0xd2,0xa0,0x0e,0x01,0x08,0x28,0x81,0xd1,0x0a,0xd0,0x37,0xa3,0x4b,
|
||||
0x89,0x8c,0xfd,0x40,0x4d,0x2b,0x25,0x04,0x20,0x90,0x43,0x60,0x94,0x02,0xf4,0xc9,
|
||||
0xcf,0x76,0x26,0xb6,0xaf,0x17,0xbb,0x37,0x76,0x9f,0x8d,0x4f,0x1d,0x02,0x10,0x68,
|
||||
0x83,0xc0,0x28,0x05,0x28,0xe8,0x43,0xcb,0x59,0x4d,0x4b,0x6c,0x49,0x1c,0x92,0x60,
|
||||
0x6a,0x06,0xa9,0xb1,0x29,0x21,0x00,0x81,0x36,0x08,0x8c,0x56,0x80,0x82,0x3f,0x24,
|
||||
0x32,0x4d,0x4d,0x4c,0x82,0x21,0x81,0x22,0x41,0xa5,0x47,0x09,0x01,0x08,0x8c,0x5a,
|
||||
0x80,0x92,0x9e,0x87,0x4a,0x90,0xfd,0x40,0x06,0x37,0x04,0x20,0x90,0x22,0x30,0x7a,
|
||||
0x01,0x4a,0x07,0x52,0x12,0x0c,0xcd,0xea,0x62,0xf7,0xb1,0x1f,0x98,0x1a,0x1a,0x5c,
|
||||
0x87,0xc0,0xfe,0x13,0xa8,0x42,0x80,0x92,0x86,0xd8,0x8c,0x4e,0xd3,0xe4,0x93,0x5a,
|
||||
0x48,0x82,0x21,0x69,0x6a,0x2c,0x4a,0x08,0x40,0x60,0xff,0x09,0x54,0x23,0x40,0x4d,
|
||||
0x45,0x68,0x6f,0x4f,0xaf,0xfb,0xf6,0x05,0x43,0xf7,0x20,0x41,0xa5,0x46,0x09,0x81,
|
||||
0x36,0x09,0x0c,0x2e,0xc0,0x9c,0x7f,0x75,0x73,0x53,0x13,0x9a,0xd5,0x69,0x3b,0x57,
|
||||
0x82,0xb1,0xd9,0xa3,0xdb,0x56,0x63,0x50,0x6e,0x12,0x98,0x4e,0xa7,0xfd,0xc9,0x8b,
|
||||
0x8b,0x8b,0xbe,0x4e,0x05,0x02,0xb5,0x12,0x18,0x5c,0x80,0x22,0x33,0x7d,0x95,0xfc,
|
||||
0x90,0x69,0xa9,0x04,0x63,0xed,0x7d,0x4b,0x67,0x7d,0x26,0xca,0x3b,0x02,0xaf,0x8e,
|
||||
0x8f,0xbb,0xf3,0xf3,0x79,0x8f,0xe3,0xf4,0xcd,0x69,0x5f,0xa7,0xf2,0xf8,0x04,0x24,
|
||||
0x1f,0x67,0xef,0xcf,0xee,0xbd,0xf1,0xf2,0xe7,0x8f,0x4e,0xbf,0x98,0xe4,0xcb,0x6a,
|
||||
0xe3,0xfa,0x62,0xd1,0xcd,0x3e,0x7d,0xbc,0x77,0x4f,0xeb,0x07,0x83,0x0b,0x50,0xfe,
|
||||
0xd7,0xd7,0xbe,0x4a,0x66,0x64,0x31,0xa9,0x49,0x4c,0x77,0x89,0xcb,0x52,0xd8,0x92,
|
||||
0x2e,0xab,0x23,0xc0,0x32,0x5e,0xbb,0x6a,0xed,0xe6,0xc1,0xbe,0xcf,0xd2,0x08,0x0e,
|
||||
0x01,0x5a,0x32,0xe1,0xfa,0xa0,0x02,0x8c,0x09,0x2c,0x57,0x84,0xb1,0xe5,0xad,0x76,
|
||||
0xdb,0xce,0xf0,0x5c,0x09,0xba,0x92,0xd4,0x7b,0x76,0x55,0xd6,0xba,0x8c,0x74,0x3f,
|
||||
0x78,0xcc,0x00,0x77,0x35,0x42,0xc2,0x71,0x7d,0x52,0xb3,0xad,0x11,0xa0,0xa5,0x91,
|
||||
0x57,0x1f,0x54,0x80,0xee,0xec,0xcf,0xf7,0xc8,0xb9,0x22,0x74,0xc5,0xe6,0xc6,0xd2,
|
||||
0x38,0x56,0x98,0x7a,0xce,0x6d,0xbb,0xcb,0xe3,0xcb,0x6f,0x97,0xeb,0xf0,0x76,0xb0,
|
||||
0xee,0xf2,0xfd,0xb6,0x15,0x1b,0x01,0x6e,0x8b,0xe4,0xc3,0xe3,0xe8,0xd8,0x09,0x45,
|
||||
0xb0,0x63,0xca,0x27,0x4b,0x7b,0x3d,0x14,0xa3,0xb5,0xf3,0x83,0x09,0xd0,0x8a,0x28,
|
||||
0x07,0x7a,0x8e,0xac,0x62,0x33,0x4a,0x79,0x0f,0x8d,0x21,0xed,0x7e,0xfd,0x5d,0x25,
|
||||
0x7f,0x67,0x30,0xe7,0xb9,0x4a,0xdb,0xe8,0x20,0xae,0x6d,0x30,0x22,0xc0,0xd2,0x4c,
|
||||
0x6f,0xb7,0xbd,0xcb,0xdf,0x46,0x97,0xb1,0x24,0xfb,0x7f,0x52,0x2e,0x96,0xcb,0xf5,
|
||||
0x25,0x04,0x68,0x09,0x85,0xeb,0x83,0x09,0x50,0x1f,0x29,0x25,0x2d,0x6d,0xa7,0xa5,
|
||||
0x4a,0x4c,0x8f,0xdd,0x32,0x15,0x2f,0x75,0xbf,0x1b,0x6f,0xdb,0xc7,0x08,0x70,0xdb,
|
||||
0x44,0xdb,0x88,0xe7,0x13,0x9a,0xf4,0x3c,0xb4,0x15,0xe1,0x6b,0x5f,0xdb,0x97,0xee,
|
||||
0x63,0x64,0x76,0x70,0x01,0x6a,0x27,0x53,0xe2,0xd2,0x76,0x5a,0x8a,0xc8,0xe4,0xe5,
|
||||
0xfb,0xcb,0x71,0x2c,0x16,0x02,0x54,0x82,0x65,0xa5,0x3b,0x03,0x09,0x7d,0xf0,0xca,
|
||||
0xa2,0xd2,0x3a,0x97,0x40,0xa9,0xd0,0x4a,0xdb,0xe7,0x3e,0xc7,0xbe,0xb5,0x1b,0x8d,
|
||||
0x00,0x15,0x6c,0x4c,0x5e,0xda,0xc6,0x96,0x21,0x11,0xfa,0x96,0xd8,0x43,0xcb,0x4f,
|
||||
0x9e,0x9b,0x19,0xa0,0xcd,0x1e,0xf5,0x5c,0x02,0xa5,0x42,0x2b,0x6d,0x9f,0xfb,0x1c,
|
||||
0xfb,0xd6,0xee,0x3f,0x00,0x00,0x00,0xff,0xff,0xd2,0xac,0x71,0x19,0x00,0x00,0x0b,
|
||||
0xef,0x49,0x44,0x41,0x54,0xed,0x5c,0x4b,0x8e,0x1d,0x45,0x10,0x7c,0x63,0x4e,0x60,
|
||||
0x56,0x08,0x76,0x20,0x01,0x0b,0xb0,0x11,0xf2,0x15,0x10,0x6c,0x10,0x07,0xc0,0xde,
|
||||
0x71,0x05,0x9b,0x33,0x60,0x5f,0x81,0x9d,0xcd,0x01,0x80,0x0d,0x88,0x2b,0x20,0x84,
|
||||
0x0d,0x0b,0x40,0x32,0x47,0xc0,0x27,0x00,0x43,0x3c,0x3b,0xc6,0x31,0x41,0x66,0x7d,
|
||||
0x7a,0x7a,0x5e,0xbf,0x91,0xb2,0x16,0x53,0xd5,0x55,0x99,0x91,0x99,0x91,0x59,0xe9,
|
||||
0x7e,0xf3,0xf1,0xc9,0x2b,0xaf,0xbe,0xf6,0x74,0x77,0x84,0xe3,0x93,0x37,0x4e,0x76,
|
||||
0x1f,0xbf,0x7e,0x32,0xe5,0xd9,0xb7,0x7f,0x3e,0xdd,0x7d,0xfd,0xf8,0x6c,0x38,0xb7,
|
||||
0x6f,0xbc,0xb4,0x7b,0xeb,0xea,0xd3,0x5d,0x74,0x36,0x05,0x6e,0xc2,0xd7,0xaf,0x5d,
|
||||
0xdb,0xef,0x5c,0xbb,0x7e,0xfd,0xcc,0xc9,0xa3,0x87,0x0f,0x77,0x0f,0x1f,0x3d,0x3a,
|
||||
0xb3,0xa7,0x0f,0xdf,0x7f,0xf7,0xfd,0xfe,0x11,0x72,0xb7,0x3f,0xbf,0xa3,0x47,0xcd,
|
||||
0x35,0xed,0x41,0x08,0x36,0xa1,0x8f,0xd1,0xb2,0xb5,0x17,0x68,0x7c,0x21,0x26,0xf1,
|
||||
0x5a,0x58,0x90,0xbd,0x7b,0xf7,0xde,0x29,0xda,0x87,0x1f,0x7d,0x78,0xba,0xce,0x16,
|
||||
0xc4,0xc7,0x79,0x0b,0xdb,0xf5,0xa1,0x07,0x9f,0xae,0xbd,0xf3,0xee,0xe9,0xd1,0xa3,
|
||||
0x5f,0x7f,0xd9,0xaf,0xef,0xdf,0xbf,0x7f,0xba,0xa7,0x8b,0x5b,0xb7,0x6e,0xe9,0xe3,
|
||||
0x7e,0xdd,0xcb,0x05,0x84,0x66,0xf4,0x18,0xcf,0xcd,0x4f,0x6f,0xee,0xe8,0xcf,0x88,
|
||||
0x0d,0xd8,0x61,0x4c,0x58,0x73,0xa8,0x2e,0xb1,0xb5,0x9e,0xf4,0x1c,0x7e,0xc2,0xae,
|
||||
0x0e,0x9c,0x3f,0xf8,0xea,0x81,0x6e,0x9d,0xf2,0x9c,0xc9,0xcf,0xd6,0xdc,0x21,0xf2,
|
||||
0xe0,0x39,0xd0,0xb8,0xcf,0x04,0xf7,0xfc,0xc1,0xe5,0x29,0x93,0xd5,0x06,0xcf,0xa3,
|
||||
0xf9,0xe4,0x58,0x1b,0x20,0x9d,0x45,0x23,0xc4,0x98,0x69,0x86,0xde,0xec,0x80,0xe1,
|
||||
0x8d,0x91,0xf8,0xb3,0x33,0x0a,0x15,0x85,0xa8,0x85,0x1a,0x61,0xa0,0x30,0xa3,0x44,
|
||||
0x6a,0x03,0xe4,0x25,0x52,0x7d,0xd7,0x41,0xb2,0xd1,0x08,0x5a,0xf6,0x78,0x09,0x46,
|
||||
0x0a,0xa0,0xe7,0x7f,0x86,0x05,0xbd,0x99,0x06,0xa8,0x17,0x10,0x31,0x8d,0x5c,0xbc,
|
||||
0x9e,0x6f,0xe4,0x09,0x3e,0x7a,0xac,0xf7,0xbe,0xb8,0xfb,0x3f,0x8e,0x7a,0x76,0xd5,
|
||||
0x47,0x62,0x63,0x76,0xfc,0x11,0xbf,0xa0,0xe3,0xb9,0x53,0xcc,0xc8,0x16,0x75,0x5a,
|
||||
0xf5,0xc4,0x18,0x22,0x7d,0xc5,0xc7,0x9a,0xb2,0x58,0x47,0xf2,0x7a,0x0e,0x99,0x6c,
|
||||
0x8c,0xc4,0x0b,0x5d,0xe7,0x09,0x7b,0xb3,0x79,0xf0,0xba,0x02,0x46,0xcb,0xcf,0x28,
|
||||
0x2e,0xe8,0x44,0xbe,0x60,0xbf,0x37,0x8e,0xbe,0x01,0x32,0x80,0x35,0x1a,0x21,0xb1,
|
||||
0x96,0xce,0x19,0xf9,0x48,0x58,0xd6,0xa0,0xee,0xdc,0xb9,0x7d,0xfa,0xaf,0x32,0xec,
|
||||
0xb2,0x01,0x46,0x3e,0x78,0x12,0xa3,0x62,0x8a,0xf4,0xb8,0xe7,0xfa,0xdc,0xe7,0x9c,
|
||||
0xf9,0xcf,0x73,0x9d,0x1d,0xcb,0x0b,0xb5,0xf5,0x06,0xa8,0x76,0x5a,0xc5,0xac,0xf6,
|
||||
0x54,0x47,0xf7,0x5b,0x6b,0xe5,0xd6,0xfd,0xa3,0x9e,0xca,0x70,0x8f,0x73,0x66,0x53,
|
||||
0x63,0xcb,0x64,0x88,0xe1,0xb3,0xf3,0xc6,0xf3,0x59,0x1c,0xea,0x71,0x06,0xae,0xbf,
|
||||
0x01,0xf2,0x8c,0xb3,0x72,0x1d,0xd9,0xd3,0x73,0xea,0xf8,0x1c,0xe9,0xb9,0x8c,0x3f,
|
||||
0x2b,0xc7,0x59,0x1e,0x94,0x53,0xd5,0x8f,0xec,0xb5,0xfc,0x8c,0xe4,0x81,0x97,0xe1,
|
||||
0xab,0xad,0x68,0x7d,0x69,0x1a,0xa0,0x3a,0x3f,0xf3,0xf1,0xd8,0xdf,0x06,0x15,0x67,
|
||||
0x66,0xed,0x89,0x45,0x92,0x50,0x94,0xfe,0xd1,0x0e,0x09,0xc2,0x40,0xb1,0x46,0x97,
|
||||
0x21,0x6b,0x80,0x2e,0xeb,0xf6,0x50,0x64,0x18,0x6a,0x0f,0x32,0x68,0xbc,0x7a,0x31,
|
||||
0xb4,0x18,0xf7,0x0a,0xcf,0xbf,0x78,0xe1,0xc0,0x7f,0x0c,0xd8,0x65,0xf3,0xf6,0x37,
|
||||
0x4d,0xc5,0x72,0x7f,0xb2,0x82,0x53,0x3b,0xad,0x42,0x7e,0xee,0xd6,0x7e,0x52,0x1d,
|
||||
0xdd,0xef,0xad,0x1d,0x3f,0xe2,0x56,0x63,0x70,0xbc,0x48,0x5e,0xf3,0xb0,0xd4,0x2f,
|
||||
0xc5,0xa0,0xcd,0xa5,0x58,0xd0,0x47,0x0c,0x9e,0x67,0xe2,0xea,0xac,0x7c,0x44,0xf6,
|
||||
0xf4,0x5c,0xf5,0xb8,0xf6,0x1c,0x73,0xbf,0x37,0x3b,0x6e,0xc4,0x6b,0x96,0x87,0x48,
|
||||
0x16,0xf6,0x32,0xf9,0xe8,0xa5,0xc0,0xed,0xf7,0xfc,0xd5,0xf3,0x83,0x37,0xc0,0x2f,
|
||||
0x3f,0xb8,0xb2,0xff,0x7e,0x1c,0x9c,0xf8,0xed,0xaf,0xa7,0xbb,0xdf,0x9f,0xa8,0x3b,
|
||||
0x73,0xeb,0x91,0x46,0xf8,0xd9,0x0f,0xff,0xcc,0x81,0x26,0xd2,0x5a,0x50,0x51,0x81,
|
||||
0xbb,0x1a,0x8a,0x49,0x9b,0x15,0xcf,0x35,0xe1,0x59,0x13,0xa1,0x2c,0x6d,0x8e,0xca,
|
||||
0x51,0xcf,0xe5,0x89,0xc3,0xf3,0x96,0xff,0x94,0xf5,0xa2,0xf2,0xcb,0xe1,0x36,0x80,
|
||||
0x4d,0x5d,0xac,0x5d,0x1f,0x7b,0xd9,0x50,0x4e,0x5c,0x06,0x38,0x6c,0xd0,0x7e,0x86,
|
||||
0x67,0x8d,0x65,0xe6,0x72,0xa8,0xaf,0x8a,0xab,0x78,0x99,0x5f,0xf0,0x89,0xdf,0xbe,
|
||||
0xd0,0x7f,0x7c,0x14,0xc7,0x2f,0x70,0x66,0x4f,0x75,0xa2,0x35,0x71,0x32,0x7d,0xf8,
|
||||
0xc2,0x01,0x9f,0xf8,0xad,0x81,0x48,0xbe,0x97,0x93,0x88,0xbf,0x53,0xec,0x73,0xe6,
|
||||
0x81,0x71,0x10,0x0f,0xb3,0xd7,0x94,0x9e,0x65,0xbe,0x46,0x39,0xd1,0x9c,0x29,0xc6,
|
||||
0xc8,0xfa,0xa0,0x0d,0xf0,0xad,0xab,0xbb,0xdd,0xed,0x1b,0x57,0x42,0xbf,0xf0,0xa6,
|
||||
0x86,0xb1,0xa4,0x29,0x66,0x8d,0x70,0xad,0xb7,0x3f,0xf8,0xa5,0xc5,0x11,0x25,0x13,
|
||||
0x32,0x23,0x43,0x13,0x18,0x35,0x11,0xc7,0xc8,0x1a,0xa9,0xcb,0xb5,0xfc,0x53,0x9b,
|
||||
0x23,0xc5,0x82,0xcb,0xc3,0x8b,0x44,0x3b,0x5e,0xac,0xee,0xbb,0x5e,0xb8,0xac,0x78,
|
||||
0x89,0xa5,0xb3,0xea,0xe9,0xbe,0x63,0xc0,0x3e,0x9a,0x4d,0xd4,0x0c,0xe9,0x8b,0xfb,
|
||||
0x48,0xbc,0x28,0x5f,0x99,0x5d,0x62,0x65,0xe7,0xa3,0x58,0xee,0x7f,0x86,0x07,0x1f,
|
||||
0x91,0x13,0xc8,0xe3,0x1f,0x4c,0x8d,0x53,0x6d,0x45,0xfa,0x6e,0x83,0xf1,0x62,0x5e,
|
||||
0x43,0x1e,0x38,0x6e,0x43,0xfd,0xc3,0xb9,0x0e,0x72,0x17,0xe5,0xc1,0x71,0xa0,0x17,
|
||||
0xf9,0x48,0xbc,0x19,0x79,0xe5,0x89,0xfa,0xa3,0xf3,0x41,0x1b,0x60,0xd6,0xa8,0x22,
|
||||
0x67,0x7f,0x7f,0x72,0xb2,0xfb,0xe3,0xc9,0xb3,0xb7,0xb7,0xd1,0xa6,0xe8,0xf8,0x6b,
|
||||
0xbd,0xfd,0xc1,0x3f,0x6d,0x22,0x4c,0x74,0xe4,0x77,0x6f,0x6f,0x2d,0x1c,0xb7,0xa3,
|
||||
0xc5,0xa4,0x05,0xa1,0xfb,0x23,0xcd,0xcf,0x71,0xf9,0xec,0x45,0xad,0x1c,0xa8,0x8d,
|
||||
0xa8,0x70,0x89,0x11,0xcd,0xda,0xb8,0xf5,0x5c,0xf1,0xb9,0xef,0x3e,0x70,0x5f,0xe3,
|
||||
0x8d,0xf0,0xf4,0x9c,0x3a,0x9a,0x07,0xee,0x29,0x3f,0xbd,0x73,0xea,0x70,0xee,0xd9,
|
||||
0x55,0x8e,0xa8,0x83,0x59,0x6d,0xea,0x3e,0x62,0xd5,0x4f,0x10,0x91,0x7e,0x8b,0xeb,
|
||||
0x35,0xe4,0xe1,0xcf,0x92,0x3c,0x64,0x79,0x72,0xac,0x88,0x63,0xe5,0xc0,0xf3,0x16,
|
||||
0xc5,0x94,0xf9,0xa8,0x38,0xad,0xf5,0xd1,0x36,0xc0,0xc8,0xe9,0xd1,0xa6,0x88,0x46,
|
||||
0x88,0xb1,0xd6,0x4f,0x7e,0x81,0xa5,0x05,0xee,0x89,0xc1,0xf9,0xe8,0xd0,0xa4,0x7b,
|
||||
0x41,0x8c,0x62,0x44,0x72,0x5a,0x1c,0x7a,0xa9,0xd4,0x6f,0xdd,0x8f,0x30,0x5a,0x7b,
|
||||
0x5e,0xd4,0xf4,0x5d,0xed,0x42,0x9f,0xfb,0x2d,0x2c,0x3d,0x53,0x3e,0xb8,0xdf,0xf2,
|
||||
0x53,0xe3,0x89,0xe4,0xa3,0x73,0x6f,0x14,0xee,0x33,0x71,0xd4,0xf7,0xc8,0x2f,0x3d,
|
||||
0xa7,0x0e,0x67,0xe7,0x07,0xfb,0x5a,0x27,0x23,0x36,0x89,0x15,0xcd,0x91,0xbe,0xc7,
|
||||
0xa5,0x7a,0xb3,0xf2,0x51,0xbc,0x6b,0xe7,0x41,0xf9,0x80,0xaf,0x91,0x4d,0x8d,0xc1,
|
||||
0xe3,0x8b,0x72,0xdb,0xf2,0x51,0xb1,0xb2,0xf5,0x41,0x1b,0x20,0x7f,0x27,0x2f,0x73,
|
||||
0x66,0xc9,0xfe,0x68,0x53,0x5c,0x82,0xad,0x3a,0x4a,0xbe,0x27,0x46,0xe5,0x7a,0x6b,
|
||||
0x4d,0x7a,0xeb,0x42,0xf5,0x70,0xfc,0x5c,0x0b,0x5e,0x8b,0x62,0x2d,0x7b,0x7e,0xc1,
|
||||
0xe1,0xbb,0xda,0xa4,0x3f,0xb3,0x31,0xa9,0x7f,0xc4,0xf0,0x8b,0xc2,0x7d,0xcc,0x9a,
|
||||
0x07,0xee,0x6b,0x3e,0xdc,0x4f,0xca,0x28,0x66,0xe4,0xb7,0x72,0x16,0x61,0xe8,0x39,
|
||||
0x31,0x7d,0xf6,0x58,0x54,0x27,0xb2,0x09,0xfd,0x51,0xbe,0x22,0x7d,0x8d,0xdb,0x7d,
|
||||
0x99,0x95,0x77,0xdf,0x81,0xa7,0xfe,0x3b,0xfe,0x92,0x3c,0x28,0x5e,0xe4,0x9f,0xdb,
|
||||
0xf0,0xf8,0x66,0x7d,0x74,0xbc,0xe8,0xf9,0xa0,0x0d,0x10,0x3f,0x00,0x39,0xc4,0x40,
|
||||
0x53,0xfc,0xe6,0xf1,0xdf,0xe7,0xfa,0x01,0x8b,0xfb,0x19,0x5d,0x0a,0x24,0x88,0xdf,
|
||||
0x0c,0x87,0x3c,0x9e,0xf5,0x63,0x8b,0x63,0xe0,0x59,0x93,0x38,0x5a,0xfc,0xb0,0x8d,
|
||||
0x11,0x7d,0xff,0x6b,0x7f,0x80,0x33,0xf9,0x5d,0x41,0x2d,0xb4,0x25,0xf6,0x88,0xa9,
|
||||
0xb3,0xc7,0x0f,0x1b,0xd1,0x0f,0x00,0xbc,0x68,0x15,0xc3,0xd7,0x8e,0xc9,0x73,0x6d,
|
||||
0x56,0xdc,0xe3,0xdc,0xbb,0x78,0x90,0x8b,0x64,0x14,0x53,0x39,0x21,0xae,0x72,0x36,
|
||||
0x72,0x39,0xa9,0xd7,0x9a,0x95,0x8b,0x08,0x53,0xcf,0x5b,0x38,0x38,0x9b,0xd5,0x9f,
|
||||
0x95,0x8f,0x38,0x51,0xce,0xdc,0xbf,0x88,0x63,0x8d,0x27,0xca,0xad,0x9e,0x47,0xfa,
|
||||
0xb0,0xa7,0xbf,0x6b,0x0a,0x9b,0xf4,0x21,0x8a,0x07,0xe7,0xa3,0x77,0x08,0xb2,0xd1,
|
||||
0x38,0x77,0x03,0x7c,0xff,0xbd,0xb3,0x7f,0x09,0x41,0x23,0x3f,0xfd,0xfc,0xe2,0xa7,
|
||||
0x53,0xdc,0xc3,0x0f,0x41,0xde,0x7e,0xf9,0xd9,0xc7,0xd3,0x37,0xaf,0x5e,0xd9,0xff,
|
||||
0x85,0x06,0xcf,0xd6,0x9e,0xef,0xfd,0xf8,0xcf,0x99,0x06,0x38,0xe3,0x67,0xe6,0x4b,
|
||||
0x96,0x84,0x48,0x5e,0x2f,0x94,0x9e,0x6b,0xa1,0xf5,0x92,0x87,0x22,0xca,0xbe,0xf1,
|
||||
0xaf,0x98,0xbe,0xa6,0x6d,0x2f,0xc2,0x9e,0x3d,0xc7,0xd1,0x67,0xc7,0xd2,0x33,0x6f,
|
||||
0x86,0x2c,0x5a,0x95,0x89,0xd6,0x19,0x66,0x4b,0x3f,0xba,0x38,0x7a,0xb1,0x60,0x27,
|
||||
0xc2,0xa5,0x4c,0x74,0x06,0x1d,0xe5,0x66,0x26,0xcf,0xd0,0xcd,0x06,0x6d,0xe2,0x3c,
|
||||
0xc2,0xd4,0xf3,0x0c,0x83,0xfb,0xb3,0xfa,0x33,0xf2,0x19,0x27,0xe7,0xcd,0x43,0x94,
|
||||
0x2b,0xf2,0xac,0xf7,0x00,0x31,0xb2,0x66,0x5d,0x87,0x1c,0x45,0xf1,0x50,0x87,0x1c,
|
||||
0x2d,0x99,0x0f,0xda,0x00,0x33,0x07,0xb5,0x31,0x42,0x66,0x8d,0xe6,0xe8,0x3f,0x00,
|
||||
0x59,0xa3,0x01,0xd2,0x7f,0x24,0x03,0x23,0x7a,0x03,0xa2,0x0c,0x67,0x4f,0x92,0x26,
|
||||
0x9e,0xc5,0x40,0x59,0x9d,0xa3,0x84,0xe3,0x1c,0x05,0x91,0x0d,0xbe,0x21,0xd2,0xa6,
|
||||
0x16,0x36,0x0b,0x29,0xd3,0xed,0xed,0x2b,0x96,0xca,0xf2,0x92,0xa8,0xbf,0xa3,0xb6,
|
||||
0x7a,0x98,0x6a,0x87,0x6b,0xb5,0xc3,0xbd,0xc8,0x9e,0xf2,0x4c,0x39,0xf8,0x0a,0x8e,
|
||||
0x3c,0x6f,0xe4,0x8b,0x72,0x91,0x0d,0x9e,0xcd,0xcc,0xea,0x57,0x84,0xa9,0xe7,0x3d,
|
||||
0xdc,0x59,0xfd,0x19,0xf9,0x8b,0xca,0x83,0x37,0x33,0xc4,0xd8,0xcb,0x81,0xeb,0x90,
|
||||
0xa3,0x28,0x9f,0x9e,0xb7,0x1e,0x87,0xd1,0xf9,0x51,0x34,0xc0,0xc8,0x31,0xee,0x2d,
|
||||
0x6d,0x8e,0x17,0xd9,0x00,0xe9,0x9b,0xce,0x28,0x22,0x0c,0x36,0x21,0xbd,0x64,0x6c,
|
||||
0x12,0x38,0xd7,0x44,0xb6,0x1a,0xa0,0xca,0xa1,0x08,0x90,0xec,0xd6,0xc7,0x6b,0x2d,
|
||||
0x62,0x2d,0x0c,0xc5,0x69,0xd9,0x83,0x6f,0xad,0xa1,0xf8,0x94,0xd3,0xb8,0xb0,0xa7,
|
||||
0xc5,0xab,0x3e,0x50,0xde,0xe7,0x08,0x13,0x32,0x8e,0xab,0x7a,0xa3,0x17,0x5b,0x7d,
|
||||
0xa1,0x3e,0x70,0xfd,0x23,0x16,0xce,0xdc,0xd7,0xc8,0x06,0x31,0x66,0x66,0x5e,0x5e,
|
||||
0xe8,0x44,0x98,0x7a,0xde,0xc3,0x9d,0xd5,0x9f,0x91,0x5f,0x92,0x87,0x88,0x5f,0x8f,
|
||||
0x27,0xc2,0x05,0xd7,0xfa,0xed,0x1a,0xc6,0xcd,0xda,0x8c,0x74,0xb2,0xbc,0x51,0x87,
|
||||
0x18,0x4b,0xe6,0xa3,0x6f,0x80,0xad,0xa0,0xb4,0x39,0xe2,0xad,0x11,0x03,0xff,0xf1,
|
||||
0x01,0xc6,0xa1,0x1b,0xe0,0xde,0xa8,0x7c,0xd1,0x02,0xd4,0xc2,0x18,0x69,0x48,0xaa,
|
||||
0x0b,0xc8,0x91,0x44,0xab,0x8e,0x5e,0x68,0x2d,0xd4,0x11,0x1c,0x09,0xe1,0xcc,0xd2,
|
||||
0x0b,0x33,0x6a,0x52,0x23,0x32,0x67,0x40,0xff,0x7b,0x50,0x3e,0x78,0x16,0x61,0xf3,
|
||||
0x4c,0xe3,0xe1,0x9e,0xf2,0xcb,0x3d,0xf7,0x85,0xfb,0xd1,0xec,0xbc,0x28,0x97,0x94,
|
||||
0x8f,0x6c,0xf0,0x6c,0x64,0x3e,0x2f,0xe6,0xac,0xfe,0xac,0xfc,0x45,0xe5,0xc1,0x71,
|
||||
0xc1,0x23,0x5f,0x12,0xc8,0x9b,0xd6,0x2b,0xf6,0xa2,0x1c,0x53,0x96,0xb3,0xeb,0x70,
|
||||
0x7f,0x76,0xbe,0xd4,0x0d,0x70,0x26,0xd8,0x35,0x3f,0x02,0x8f,0xd8,0xf5,0x0b,0xc8,
|
||||
0x4b,0xa6,0x05,0xc1,0x3d,0xc7,0xd3,0xe2,0x1d,0x4d,0x74,0xa6,0xa3,0xc5,0xd4,0x6a,
|
||||
0x2c,0xee,0x83,0x3f,0x67,0xf1,0xb8,0x9c,0xfa,0x31,0xd2,0x34,0x94,0x0f,0x62,0xb5,
|
||||
0xf4,0x22,0xf9,0x8c,0x23,0x8d,0x9d,0xd8,0x3e,0x47,0xba,0x1e,0x2b,0x74,0x5a,0x3e,
|
||||
0x39,0x66,0xf4,0xac,0xbc,0xf0,0x7c,0x06,0x73,0x56,0x7f,0x56,0x3e,0xe2,0xb5,0xe5,
|
||||
0x5f,0x24,0x1f,0x71,0xb9,0x24,0x07,0x4b,0x74,0xc8,0xe9,0xec,0x5c,0x0d,0x30,0xf8,
|
||||
0x61,0xcd,0x2c,0x89,0x99,0xbc,0x16,0x09,0x9b,0x8f,0xee,0x65,0x0d,0x50,0x0b,0x20,
|
||||
0x2a,0xaa,0xc8,0x9e,0x16,0xbc,0xea,0xe8,0x7e,0xab,0xa0,0x23,0x4c,0xdd,0xf3,0xa6,
|
||||
0x90,0xf9,0x0e,0x1d,0x8d,0x51,0x7d,0x51,0x3c,0xae,0x35,0x56,0xee,0x65,0x7e,0x6a,
|
||||
0x2c,0x94,0xc5,0x9c,0xd9,0xc8,0xe4,0x55,0x37,0x8b,0x43,0x63,0xa0,0x3c,0x73,0xc8,
|
||||
0xe7,0x99,0x39,0xf2,0x25,0x8b,0x33,0xc2,0x9d,0xd5,0x9f,0x95,0xbf,0xa8,0x3c,0x78,
|
||||
0xdd,0x44,0xb1,0x79,0x0e,0x96,0xe8,0x44,0xb8,0x23,0x7b,0x07,0x6b,0x80,0x87,0xfa,
|
||||
0x15,0x18,0x06,0xbd,0xf5,0x47,0x60,0x4f,0x22,0x93,0xac,0x17,0x8b,0x7b,0xf4,0x99,
|
||||
0xb3,0x16,0xe3,0xe8,0x25,0x51,0x5c,0x6f,0x08,0x7a,0x96,0xd9,0xa4,0x6d,0xcc,0xf0,
|
||||
0xdd,0xbf,0xdf,0x98,0xc5,0xa3,0x7a,0x5c,0xbb,0x6c,0xab,0x71,0xb8,0x2c,0x31,0x10,
|
||||
0x03,0x62,0xa7,0x1f,0x90,0xcb,0x7e,0x22,0x9e,0xc5,0x94,0x61,0xab,0x0d,0xff,0x93,
|
||||
0x3f,0x9e,0x69,0x0e,0xb8,0xd7,0xcb,0x05,0x74,0xf4,0xef,0x71,0xa9,0x87,0x79,0xb6,
|
||||
0x21,0xa9,0xee,0x12,0xfd,0xc8,0x1e,0x70,0xbc,0x36,0x68,0x27,0xe3,0x6a,0x8d,0x3c,
|
||||
0x68,0xfd,0xd1,0x1e,0xe7,0xcc,0x9f,0x88,0x7f,0xea,0xf4,0xf2,0x40,0xb9,0x91,0xb9,
|
||||
0x1a,0xe0,0xe0,0x1b,0x20,0x0b,0x2a,0x4b,0x98,0x93,0xad,0x09,0x54,0x1d,0xdd,0xcf,
|
||||
0x1a,0x83,0x17,0x63,0x26,0x47,0x9b,0xf4,0x8d,0xcf,0x6a,0x0f,0x7b,0x7e,0xde,0xc2,
|
||||
0xa3,0x6d,0xc7,0xe0,0x3e,0x6d,0x64,0x4d,0x87,0xe7,0x1a,0x67,0xaf,0x60,0x5b,0x17,
|
||||
0x84,0x78,0xd9,0xec,0x7e,0xba,0x9c,0xfa,0xe1,0x67,0x2d,0x5d,0x8f,0x97,0xba,0x88,
|
||||
0x45,0x9b,0x1c,0xe4,0x30,0xb4,0x39,0x47,0xb8,0x9e,0x03,0xe8,0xf4,0x78,0x81,0x0c,
|
||||
0xc7,0xac,0x7e,0xe6,0x3f,0xf1,0x3c,0x0e,0xec,0x5f,0x54,0x1e,0x96,0xe4,0x60,0x89,
|
||||
0x0e,0x63,0x9b,0x99,0xab,0x01,0x0e,0x34,0xc0,0xa8,0xf8,0x50,0xe4,0x28,0x22,0x0c,
|
||||
0x7d,0x4b,0xc1,0xb3,0x5e,0x06,0x3c,0x6b,0xc3,0x71,0xac,0xe8,0xb2,0x40,0xc7,0x0b,
|
||||
0x00,0x72,0x18,0xb4,0x89,0xb5,0xdb,0xc1,0x1e,0x46,0x84,0x99,0xe1,0xf1,0x0d,0x08,
|
||||
0x17,0xc6,0x7f,0x45,0x44,0xfd,0xf6,0x0b,0xd5,0x6b,0x80,0x2e,0xaf,0x58,0xcf,0xbc,
|
||||
0x7c,0xf1,0xd5,0x39,0x79,0x71,0xd2,0x5f,0xcd,0xfa,0xa1,0x88,0x3d,0x5d,0xe7,0x4c,
|
||||
0x75,0x7b,0x6b,0x6f,0x6e,0x51,0x8c,0x2e,0xd3,0xc2,0x5c,0xa2,0xdf,0xf3,0xdf,0xed,
|
||||
0x7b,0xce,0x5a,0xfe,0xf8,0x59,0x8b,0xcb,0x16,0x6e,0xa6,0xd7,0xd2,0x69,0xd5,0x92,
|
||||
0xfb,0xd5,0x7b,0xae,0x06,0x38,0xd0,0x00,0x41,0x62,0x54,0x80,0x3d,0x72,0x71,0x1e,
|
||||
0x25,0x2b,0x2b,0x4c,0x95,0x6d,0x15,0x40,0xcf,0x6e,0xd4,0x00,0xa1,0x33,0x13,0x83,
|
||||
0x63,0xb8,0x3f,0x59,0xe1,0xaa,0x6f,0x6a,0xcf,0x2f,0x9b,0xca,0xcd,0xfa,0x46,0x5d,
|
||||
0xf7,0x91,0xfb,0x3e,0x47,0x6f,0x36,0xa3,0xba,0x59,0xae,0xdc,0x86,0x3f,0x3b,0xbe,
|
||||
0x72,0x41,0xd9,0x1e,0x27,0x94,0xc3,0xbc,0x44,0xdf,0x73,0xa6,0x78,0x58,0x47,0xf6,
|
||||
0x23,0x3b,0xae,0xe7,0xcf,0x1e,0xab,0x9f,0xe3,0x79,0x49,0x0e,0x32,0xee,0x47,0x6a,
|
||||
0x2f,0xf2,0x21,0xda,0xab,0x06,0x38,0xd8,0x00,0x49,0xde,0x48,0x81,0xa0,0xb0,0x50,
|
||||
0x14,0x7c,0x33,0xa4,0xae,0xce,0x11,0x8e,0x36,0x40,0xc8,0xa2,0x80,0xfd,0xad,0x4c,
|
||||
0x31,0xb0,0x66,0x11,0x2b,0x5e,0xab,0x20,0x55,0xce,0xb1,0xf8,0x1c,0xe9,0xfb,0x65,
|
||||
0x1a,0x2d,0x42,0x2d,0xe2,0x08,0x97,0x36,0x31,0x8f,0xf8,0x06,0xb9,0x11,0x7e,0x21,
|
||||
0xc7,0xa1,0x3e,0x70,0xcf,0xb9,0xe6,0x7e,0x34,0x8f,0xfa,0x05,0xdd,0xcc,0xb7,0x08,
|
||||
0x83,0xb9,0x8b,0x6c,0xfa,0xde,0x52,0x7d,0xe4,0x2d,0xfb,0xa4,0x90,0xd9,0x8f,0x6c,
|
||||
0xb9,0x3f,0x78,0xce,0x62,0x8d,0x64,0xa3,0x1c,0xf4,0xea,0x61,0x89,0x4e,0x64,0xbb,
|
||||
0xb5,0x57,0x0d,0x70,0xb2,0x01,0x2a,0x99,0x28,0x2e,0x0c,0x34,0x29,0x14,0x03,0x46,
|
||||
0xab,0xe9,0xed,0x05,0xec,0x0b,0x9b,0x1c,0xb6,0xf9,0x71,0xd4,0x44,0xf6,0x8f,0xb4,
|
||||
0xa5,0x67,0x6a,0x4b,0x71,0xe0,0x8b,0x9e,0xa9,0x8e,0xae,0x51,0xe8,0x3a,0x7a,0x7a,
|
||||
0xea,0xc3,0x08,0x3e,0xb1,0x67,0xf5,0xe8,0x17,0x2e,0x2e,0x07,0xf9,0xc5,0xa5,0x99,
|
||||
0xb1,0x0d,0x7d,0xe5,0x86,0x78,0x2d,0xae,0x29,0xe3,0x33,0xfc,0x8a,0x7e,0x89,0x77,
|
||||
0xc4,0xb7,0xc8,0x87,0x1e,0xdf,0x6a,0x7f,0x0b,0xfd,0x35,0xf3,0x10,0xf9,0xdf,0xcb,
|
||||
0xc1,0x12,0x1d,0xe5,0x6c,0x64,0x7d,0xb0,0x06,0x38,0xe2,0xcc,0x45,0xca,0x1c,0xfa,
|
||||
0xf7,0x00,0x2f,0x32,0x96,0xc2,0x2e,0x06,0x8a,0x81,0x75,0x18,0xa8,0x06,0x78,0x8e,
|
||||
0x37,0xc0,0x75,0x52,0x50,0x28,0xc5,0x40,0x31,0xb0,0x15,0x03,0xd5,0x00,0xab,0x01,
|
||||
0x6e,0x55,0x7b,0x65,0xb7,0x18,0xd8,0x9c,0x81,0x6a,0x80,0xd5,0x00,0x37,0x2f,0xc2,
|
||||
0x72,0xa0,0x18,0xd8,0x8a,0x81,0x0b,0x6b,0x80,0x5b,0x05,0x34,0x6b,0x37,0xfa,0x7f,
|
||||
0x0b,0x67,0x31,0x4a,0xbe,0x18,0x28,0x06,0x2e,0x27,0x03,0xd5,0x00,0xeb,0x0d,0xf0,
|
||||
0x72,0x56,0x6e,0x79,0x5d,0x0c,0xac,0xc0,0x40,0x35,0xc0,0x6a,0x80,0x2b,0x94,0x51,
|
||||
0x41,0x14,0x03,0x97,0x93,0x81,0x6a,0x80,0xd5,0x00,0x2f,0x67,0xe5,0x96,0xd7,0xc5,
|
||||
0xc0,0x0a,0x0c,0x54,0x03,0xac,0x06,0xb8,0x42,0x19,0x15,0x44,0x31,0x70,0x39,0x19,
|
||||
0xa8,0x06,0x58,0x0d,0xf0,0x72,0x56,0x6e,0x79,0x5d,0x0c,0xac,0xc0,0xc0,0xb9,0x1b,
|
||||
0xe0,0x0a,0x3e,0x14,0x44,0x31,0x50,0x0c,0x14,0x03,0x9b,0x30,0x50,0x0d,0x70,0x13,
|
||||
0xda,0xcb,0x68,0x31,0x50,0x0c,0x1c,0x03,0x03,0xd5,0x00,0x8f,0x21,0x0b,0xe5,0x43,
|
||||
0x31,0x50,0x0c,0x6c,0xc2,0x40,0x35,0xc0,0x4d,0x68,0x2f,0xa3,0xc5,0x40,0x31,0x70,
|
||||
0x0c,0x0c,0x54,0x03,0x3c,0x86,0x2c,0x94,0x0f,0xc5,0x40,0x31,0xb0,0x09,0x03,0xd5,
|
||||
0x00,0x37,0xa1,0xbd,0x8c,0x16,0x03,0xc5,0xc0,0x31,0x30,0x50,0x0d,0xf0,0x18,0xb2,
|
||||
0x50,0x3e,0x14,0x03,0xc5,0xc0,0x26,0x0c,0x54,0x03,0xdc,0x84,0xf6,0x32,0x5a,0x0c,
|
||||
0x14,0x03,0xc7,0xc0,0x40,0x35,0xc0,0x63,0xc8,0x42,0xf9,0x50,0x0c,0x14,0x03,0x9b,
|
||||
0x30,0x50,0x0d,0x70,0x13,0xda,0xcb,0x68,0x31,0x50,0x0c,0x1c,0x03,0x03,0xff,0x02,
|
||||
0xce,0xc9,0x25,0xf9,0x1d,0x38,0x8a,0xd5,0x00,0x00,0x00,0x00,0x49,0x45,0x4e,0x44,
|
||||
0xae,0x42,0x60,0x82};
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,300 @@
|
||||
// Created with image_to_c
|
||||
// https://github.com/bitbank2/image_to_c
|
||||
//
|
||||
// zoidberg_320x240_4b
|
||||
// Data size = 4580 bytes
|
||||
//
|
||||
// PNG, Compression=Flate, Size: 319 x 240, 4-Bpp
|
||||
//
|
||||
// for non-Arduino builds...
|
||||
#ifndef PROGMEM
|
||||
#define PROGMEM
|
||||
#endif
|
||||
const uint8_t zoidberg_320x240_4b[] PROGMEM = {
|
||||
0x89,0x50,0x4e,0x47,0x0d,0x0a,0x1a,0x0a,0x00,0x00,0x00,0x0d,0x49,0x48,0x44,0x52,
|
||||
0x00,0x00,0x01,0x3f,0x00,0x00,0x00,0xf0,0x04,0x03,0x00,0x00,0x00,0x84,0x41,0x7e,
|
||||
0x4d,0x00,0x00,0x00,0x30,0x50,0x4c,0x54,0x45,0x00,0x00,0x00,0x28,0x10,0x0e,0x18,
|
||||
0x19,0x17,0x57,0x19,0x19,0x2c,0x30,0x28,0x8e,0x2d,0x2b,0xbb,0x3d,0x3b,0x53,0x5c,
|
||||
0x4c,0xff,0x53,0x51,0x60,0x9e,0x89,0x9d,0x9d,0x81,0xca,0xc8,0xa0,0x8b,0xe6,0xca,
|
||||
0xd9,0xdc,0xb1,0xfb,0xff,0xcc,0xff,0xff,0xff,0x6a,0x6a,0xf0,0xd1,0x00,0x00,0x11,
|
||||
0x6f,0x49,0x44,0x41,0x54,0x78,0xda,0xed,0x9d,0x5d,0x48,0x5c,0x57,0x1e,0xc0,0x27,
|
||||
0x63,0x32,0xb5,0x5a,0x97,0xc6,0x34,0x69,0x68,0x17,0x76,0xfc,0x8a,0x5b,0xb3,0xed,
|
||||
0x46,0x8d,0xc6,0xed,0x93,0xb5,0x21,0xd6,0x58,0xb3,0xf9,0x60,0xcc,0x6c,0x9f,0x34,
|
||||
0xae,0xf6,0x3e,0x1a,0x6b,0x57,0x62,0x12,0xab,0x9d,0x9d,0xcb,0x7d,0x5c,0x4a,0x40,
|
||||
0x04,0x1f,0x5c,0x9b,0x45,0x98,0xa5,0xd3,0x34,0x15,0x02,0x5d,0x3a,0xbb,0x94,0x42,
|
||||
0x10,0xe6,0x21,0x1b,0x02,0x81,0x84,0x95,0x52,0x02,0x03,0x33,0xcc,0x65,0x17,0x0a,
|
||||
0x05,0xfb,0x30,0x7b,0xe7,0xce,0xfd,0x38,0xe7,0xdc,0xf3,0xf1,0x3f,0x8e,0xf3,0xf1,
|
||||
0xd0,0xf3,0x50,0xe3,0x78,0xbd,0xfe,0xee,0xf9,0x7f,0x9e,0xff,0xf9,0x9f,0x5b,0x5f,
|
||||
0x73,0x75,0x8f,0xa0,0xef,0x67,0xc0,0x9f,0x01,0x7f,0x06,0xdc,0x1b,0xc0,0xa6,0x43,
|
||||
0xdd,0xf9,0xd1,0x58,0x9d,0x80,0xc1,0x9a,0x51,0x45,0x33,0x87,0x3a,0xe1,0xaf,0x42,
|
||||
0xc0,0x96,0x51,0xcd,0x1d,0xea,0x05,0x7f,0x95,0x01,0x36,0xf5,0x68,0xf8,0x98,0x68,
|
||||
0xac,0x2a,0xc0,0x7d,0x8a,0x46,0x8e,0x72,0x8a,0x59,0x08,0x58,0xe3,0xe5,0xd3,0xb4,
|
||||
0x49,0x7f,0xd5,0x00,0xb6,0xd0,0xf8,0xca,0x39,0x87,0x02,0xc0,0x26,0x3a,0x9f,0xa6,
|
||||
0x8d,0x57,0x09,0x60,0x58,0x63,0x8d,0x8b,0xd5,0x00,0xd8,0x7a,0x84,0xc9,0xa7,0xa9,
|
||||
0x8d,0x55,0x00,0x58,0xa3,0x71,0x46,0xc4,0x5f,0x71,0xc0,0x60,0x98,0x07,0x58,0x26,
|
||||
0x21,0xf3,0x00,0x03,0x5c,0xbe,0x32,0x09,0x99,0x03,0x18,0x54,0xf8,0x80,0xe5,0xb1,
|
||||
0x64,0x0e,0xa0,0x60,0x02,0x8d,0xd1,0x55,0x51,0x40,0xe1,0x04,0x1a,0x76,0x52,0x51,
|
||||
0xc0,0x36,0x4d,0xab,0x86,0x29,0x64,0x03,0xf6,0x01,0x00,0x23,0x15,0x04,0x6c,0xd2,
|
||||
0xb4,0xaa,0x98,0x42,0x26,0x60,0x00,0x04,0xb8,0x54,0x39,0xc0,0x30,0x08,0xb0,0xf4,
|
||||
0xbe,0x90,0x05,0x08,0x93,0x70,0x19,0x7c,0x21,0x0b,0xf0,0x00,0x10,0x50,0xf5,0x57,
|
||||
0x08,0xb0,0x0f,0x08,0x58,0xf2,0x88,0xcc,0x02,0x54,0xa0,0x80,0x91,0xca,0x00,0x06,
|
||||
0x35,0xf0,0xf0,0x57,0x04,0xb0,0x0d,0x0e,0x78,0xa5,0x22,0x80,0x01,0x38,0x60,0xa4,
|
||||
0x22,0x80,0x7d,0x70,0xc0,0x12,0xbb,0x42,0x06,0x60,0x18,0x0e,0x58,0x62,0x3b,0xa6,
|
||||
0x03,0x06,0x15,0x09,0xc0,0x48,0x63,0x05,0x00,0x35,0x99,0xa1,0x9e,0x2f,0x3b,0x60,
|
||||
0x8b,0x26,0x47,0xd8,0x55,0x6e,0xc0,0x36,0x39,0xc0,0x52,0x5a,0x32,0x1d,0x30,0x20,
|
||||
0x09,0xa8,0x35,0x56,0x3b,0xe0,0x95,0xaa,0x05,0x0c,0x97,0x5a,0xc6,0xc5,0x02,0xf6,
|
||||
0x54,0x3b,0xe0,0x52,0xc1,0x63,0x46,0xab,0x16,0x30,0x7a,0xa0,0x22,0x80,0xc7,0x58,
|
||||
0x3c,0x9e,0x08,0x73,0x61,0xe2,0xd0,0xe8,0xd4,0x94,0x52,0x2d,0x80,0xaa,0x27,0x89,
|
||||
0xe8,0xd5,0xa6,0x2e,0x75,0x1e,0xf4,0xf9,0xfc,0xd5,0x01,0x18,0x65,0x25,0x11,0xea,
|
||||
0x85,0xea,0x88,0x24,0x8b,0x4a,0xd9,0x93,0x2e,0xb9,0x58,0x7c,0x3e,0x54,0xf6,0xf5,
|
||||
0xa7,0x54,0x36,0xa3,0xd6,0x84,0xca,0xbe,0xfe,0x64,0x24,0xac,0x74,0x51,0x8e,0x87,
|
||||
0xcb,0x5f,0xa6,0x61,0xcc,0x20,0x95,0x44,0x0d,0x54,0xa0,0xc6,0x20,0xb3,0x26,0xb9,
|
||||
0xa0,0x54,0x20,0xe5,0x62,0x00,0x1e,0xa5,0x11,0xb8,0xd4,0xd1,0xc2,0x07,0xd8,0x3c,
|
||||
0x47,0xfd,0xe5,0x04,0x6c,0x63,0xe7,0x05,0x26,0x8c,0xc9,0x3a,0x66,0xca,0x7d,0x2a,
|
||||
0x14,0xea,0x0e,0x85,0xa6,0x4a,0xb5,0x82,0x67,0x00,0x52,0x8a,0x5b,0x4b,0xe8,0x7c,
|
||||
0x5d,0x32,0x77,0x14,0xcd,0x5d,0xc5,0xb9,0xd8,0x86,0xaf,0x23,0x36,0x5b,0xa3,0x74,
|
||||
0x95,0x13,0x90,0xb2,0xac,0xc3,0xb6,0xb5,0x4d,0xe9,0x86,0x34,0xb5,0x73,0x3e,0x97,
|
||||
0xcb,0xfd,0xe8,0xab,0xcf,0xe5,0x76,0xae,0x36,0x96,0x13,0xd0,0xbb,0x30,0xc6,0xa3,
|
||||
0x9c,0x9a,0x57,0xd2,0x90,0x7a,0xf2,0xf3,0x9c,0x09,0xf8,0xdb,0xfc,0x97,0xe9,0xb2,
|
||||
0x02,0xd6,0x7a,0xbc,0x08,0xfe,0x6d,0x5e,0xc6,0x3d,0x05,0xbe,0x5c,0x6e,0xc3,0xfc,
|
||||
0xba,0x56,0x56,0x40,0xd2,0x4a,0x54,0x62,0xe3,0x73,0xdc,0xd0,0x81,0xce,0x8f,0x72,
|
||||
0xe8,0x28,0x2f,0x20,0x69,0x25,0x51,0xd7,0xc7,0xa8,0x93,0x9d,0x3e,0x7f,0x5e,0x49,
|
||||
0x2f,0xe7,0x2a,0x08,0x48,0x2a,0xe1,0x98,0x6d,0x35,0xea,0xa5,0xf6,0x98,0x21,0xd1,
|
||||
0x1d,0x03,0xf8,0xbd,0x8a,0x02,0x06,0xe8,0x36,0x3c,0xf1,0xd2,0xf5,0x02,0x8e,0xa1,
|
||||
0xa4,0xef,0x57,0x14,0x90,0x50,0xc2,0xa3,0x56,0x15,0xc6,0x57,0x97,0x73,0x00,0x3f,
|
||||
0xc6,0x01,0xd7,0xcb,0x0b,0x88,0x7b,0xc2,0x82,0x0a,0xaa,0x2f,0xc5,0x7c,0x7e,0x0b,
|
||||
0xe7,0x8c,0xe1,0x0c,0x3f,0xc7,0x00,0x67,0xca,0x0b,0x88,0xe7,0x0b,0xe6,0xea,0x32,
|
||||
0xfa,0xf2,0xe7,0x3b,0xbe,0xfd,0x2e,0xa0,0xfa,0x7b,0x0c,0xd0,0x5f,0x66,0xc0,0x63,
|
||||
0xa4,0x17,0x54,0x4f,0xfd,0xd3,0xf0,0xc6,0x75,0x2e,0xa0,0xf6,0x26,0xca,0xf7,0x63,
|
||||
0x73,0x99,0x01,0xb1,0xb4,0x3f,0x1f,0x76,0x4f,0x62,0x12,0xcd,0xf3,0x8f,0xa1,0x1f,
|
||||
0xfc,0x50,0x6e,0x40,0x4c,0x09,0x0d,0xc0,0x71,0xdc,0x2d,0xe7,0x43,0x4d,0xf4,0xa3,
|
||||
0x92,0xab,0x20,0xaf,0x25,0xa0,0x0f,0x03,0x8c,0x1e,0xcf,0x79,0x00,0xb5,0x53,0xee,
|
||||
0xf7,0x3b,0xfe,0xb2,0x03,0xb6,0x61,0x80,0x44,0xd8,0xd8,0x31,0x1d,0x39,0x62,0xc7,
|
||||
0xa5,0xf1,0x82,0x5c,0x40,0x34,0xda,0x2d,0x45,0x71,0x01,0xe7,0x7e,0x2c,0x28,0xc0,
|
||||
0xcb,0x0e,0xf0,0xc1,0xf2,0x03,0xa2,0x32,0x8e,0x9c,0xc4,0xf9,0x72,0xff,0xb3,0xac,
|
||||
0xfb,0x6c,0xe1,0xdb,0x9f,0x3e,0x98,0xac,0x00,0x20,0x12,0xed,0xa2,0x75,0x04,0xe0,
|
||||
0xa7,0xd6,0x0f,0x4e,0x14,0x22,0xdf,0xd5,0xb0,0x5a,0x01,0x40,0xd4,0xd1,0xfc,0x8a,
|
||||
0x00,0xb4,0xbd,0x64,0xd4,0x37,0x18,0x8b,0x6d,0xbc,0x65,0x68,0x64,0x05,0x00,0xd1,
|
||||
0xd5,0x31,0x91,0xb9,0xec,0x38,0xe2,0x1f,0xeb,0xbd,0xd4,0x6d,0xb6,0x08,0x77,0x95,
|
||||
0x1f,0x10,0x5d,0x7c,0x2e,0xe2,0x80,0xff,0x75,0x9c,0xa4,0xda,0xad,0x94,0xb4,0x8e,
|
||||
0xce,0x05,0x44,0x1c,0x0d,0x61,0xc5,0x67,0x90,0x9f,0x1c,0xb6,0xa6,0xb2,0x02,0x80,
|
||||
0x68,0x30,0x79,0x05,0x73,0x32,0x68,0x3a,0x3b,0x71,0xa4,0x02,0xa5,0x0f,0xaf,0xa3,
|
||||
0x19,0x47,0x23,0xf1,0x87,0x78,0xc7,0xed,0x91,0x12,0xb6,0xd0,0xf0,0x01,0x11,0x47,
|
||||
0xa3,0x22,0x53,0xf8,0x03,0xb1,0x1e,0x98,0xc8,0xe7,0xdb,0x1f,0x57,0x02,0x10,0x75,
|
||||
0x34,0x57,0x9c,0x29,0xdc,0xf1,0x54,0xb9,0x26,0x0e,0x2b,0x15,0x31,0x12,0x6c,0xe9,
|
||||
0xa4,0xda,0x99,0xc1,0x4f,0x6f,0x7b,0xcb,0x0e,0x93,0x35,0x4a,0x65,0x00,0xd1,0xd5,
|
||||
0x70,0xb4,0x10,0xd6,0x76,0xae,0x2a,0x9a,0xb7,0xd0,0x1a,0xed,0x6c,0xac,0x08,0x20,
|
||||
0xb6,0x74,0x9a,0x7c,0x2e,0x96,0xdb,0xd9,0x68,0x52,0xe8,0x95,0xcc,0x71,0x7f,0x25,
|
||||
0x00,0xf1,0xa5,0xd3,0xd4,0xa5,0x83,0xdd,0x21,0xc5,0xd9,0xff,0x2a,0x4b,0xfb,0xbc,
|
||||
0xa8,0x97,0xbf,0x4f,0xe3,0x57,0x0a,0x31,0xc2,0xbd,0x41,0xda,0xd7,0x28,0x03,0x48,
|
||||
0xeb,0x45,0x9f,0x60,0xd5,0xd2,0xf7,0xa6,0x77,0x41,0x99,0x90,0x01,0x6c,0x91,0xa9,
|
||||
0xa5,0xef,0xc9,0x6e,0x4e,0x0b,0x9e,0x77,0x88,0x00,0xbd,0x95,0x4c,0x27,0x3b,0x28,
|
||||
0x51,0x21,0x3d,0x80,0xdf,0x46,0x78,0xe0,0x85,0x54,0xc2,0xc9,0x4e,0xa5,0xb4,0x9b,
|
||||
0x25,0xb5,0xb8,0x24,0x84,0x80,0x98,0x3c,0x43,0xdd,0x2f,0x1e,0x2e,0xf5,0x5e,0x44,
|
||||
0x1f,0xde,0xcc,0x24,0x04,0xc4,0x94,0x70,0x72,0x54,0xd4,0x92,0x54,0xfc,0x14,0x2a,
|
||||
0xf8,0x73,0x0a,0x01,0xa1,0xcd,0xac,0x7b,0x35,0x85,0xa6,0xd2,0xab,0x12,0x80,0x52,
|
||||
0x7d,0x66,0x7b,0xd0,0x41,0xd3,0x44,0x08,0x42,0x0c,0x78,0x54,0x0e,0x70,0xac,0x78,
|
||||
0x2f,0x83,0xad,0x1f,0xc4,0x80,0xc7,0xa0,0xed,0x15,0x7b,0xd3,0xff,0xd1,0x42,0x68,
|
||||
0x8a,0x18,0x10,0xda,0x68,0x66,0xfb,0xef,0x22,0xcd,0xa4,0x90,0x9e,0xa8,0x12,0x80,
|
||||
0xe0,0x5e,0xc2,0x4b,0x7b,0xb2,0xba,0xfb,0x35,0xf1,0x98,0x80,0xb3,0x9d,0xd0,0x76,
|
||||
0x51,0x6b,0xf3,0xb3,0x48,0x19,0x1f,0x25,0xda,0x3a,0x01,0x80,0x60,0x2b,0x39,0xb2,
|
||||
0x17,0x7d,0xcb,0x96,0xd3,0xf8,0x58,0x02,0x10,0x6a,0x25,0x7b,0x22,0x63,0x5b,0xa1,
|
||||
0x22,0x12,0x80,0x00,0x2b,0x29,0xdc,0x35,0xa2,0x80,0x8f,0x70,0x08,0x0b,0xcf,0xaa,
|
||||
0x04,0x60,0x33,0x54,0xb8,0x56,0x5f,0x12,0x40,0x09,0x83,0xe7,0x85,0xf9,0x67,0xa3,
|
||||
0x04,0xa0,0xd8,0x8c,0x2f,0xd8,0x7d,0x52,0xe6,0x10,0xdf,0xb1,0x97,0x31,0xcb,0x4d,
|
||||
0x87,0x3c,0x41,0x1d,0x02,0x18,0x86,0x1a,0xf0,0x04,0xb0,0xb1,0xba,0x85,0xa1,0x06,
|
||||
0xa8,0x47,0xbb,0x22,0x01,0xc8,0xf6,0x33,0xf6,0x2e,0xb7,0x5a,0x8b,0x2a,0xe1,0x98,
|
||||
0xd8,0x2f,0x2c,0x09,0xcd,0x71,0x49,0x02,0xb0,0x96,0x3d,0x75,0x01,0xcc,0x80,0xad,
|
||||
0x3d,0xdb,0x45,0x71,0x3e,0xb0,0x24,0x74,0x68,0x11,0x09,0x40,0x4e,0xd3,0x72,0x08,
|
||||
0xd9,0xdf,0x76,0x8c,0x45,0x94,0x72,0x05,0x58,0x97,0xa0,0xa2,0x52,0xf7,0x06,0x70,
|
||||
0x0c,0x57,0xc2,0x10,0x11,0x48,0x99,0x3a,0x1d,0x11,0x5a,0xa3,0x0c,0x20,0xc7,0x11,
|
||||
0xda,0x1b,0xf1,0x96,0x12,0x8e,0x43,0xfa,0xcc,0x5a,0x98,0xae,0x88,0x96,0x58,0x42,
|
||||
0x00,0x3d,0x49,0xb5,0x3a,0x4a,0x86,0x37,0xcb,0xc3,0x58,0x25,0x87,0x46,0x61,0xe8,
|
||||
0x8c,0x8a,0x27,0xa2,0x0b,0x0e,0x48,0x3a,0xc2,0xa8,0xcf,0xd7,0xeb,0xd9,0x89,0x47,
|
||||
0x27,0xb4,0x4b,0x26,0xa7,0x67,0xa9,0xd2,0x15,0x09,0x40,0xc2,0x11,0x9e,0xf7,0xf9,
|
||||
0x7c,0x61,0x42,0x09,0x17,0xd1,0x58,0xd2,0x25,0x56,0x18,0x71,0xd0,0x97,0x01,0xc4,
|
||||
0x1d,0xa1,0x6a,0xf0,0xf9,0xec,0x73,0x77,0x11,0x05,0xb3,0x92,0x23,0x62,0xc0,0x00,
|
||||
0x33,0xe5,0xa9,0xa5,0x9d,0xca,0x04,0x01,0x1e,0x25,0x25,0x6c,0x0c,0x85,0x70,0xd5,
|
||||
0x7d,0x88,0x2a,0x76,0x89,0x9f,0xb6,0x51,0x28,0xa8,0x88,0x04,0x20,0x5e,0x8c,0x59,
|
||||
0x32,0x01,0x8f,0x22,0x3d,0x52,0x6e,0xd7,0x45,0x8f,0x10,0xb0,0x89,0xb9,0x30,0x20,
|
||||
0x52,0xf7,0xdd,0x03,0x2e,0xfa,0x50,0x19,0xe3,0x66,0x1c,0x12,0x02,0xb6,0x30,0x00,
|
||||
0xdb,0xc6,0x89,0x97,0x26,0x44,0x25,0x00,0x8f,0x51,0x00,0x6b,0xf0,0x2c,0xd5,0x9a,
|
||||
0xbb,0x90,0xd0,0xcd,0x04,0x18,0x09,0x45,0x98,0xec,0x72,0x97,0x01,0x6c,0xf3,0x02,
|
||||
0xd6,0x9c,0xc7,0xfc,0x8b,0xfd,0x35,0x24,0x74,0xd4,0x7d,0x74,0x40,0x6f,0x01,0x43,
|
||||
0x95,0x00,0x6c,0x21,0x75,0x70,0x5f,0xaf,0x53,0x06,0xb6,0xbf,0x2e,0x22,0x80,0x80,
|
||||
0x94,0x7e,0x4c,0x18,0xad,0x64,0x00,0xf1,0xc7,0x8b,0xf8,0x7a,0x15,0xd7,0x7c,0x6d,
|
||||
0x3f,0x53,0x68,0x52,0xef,0x11,0x25,0x0b,0xf6,0xad,0x16,0x85,0x0b,0x1f,0x19,0x40,
|
||||
0xbc,0xef,0x5b,0x55,0xd0,0x73,0x07,0x11,0x6c,0x26,0x7b,0x45,0xe9,0x56,0x1b,0xe3,
|
||||
0xec,0x79,0xed,0x1e,0x02,0xe2,0x07,0x23,0xf0,0x99,0xec,0x15,0x65,0xd4,0x01,0xdc,
|
||||
0x04,0x38,0x6b,0x5b,0x4b,0x93,0x61,0x80,0xb4,0x55,0xc9,0x51,0x1c,0x14,0x01,0x6c,
|
||||
0x04,0x04,0x25,0x55,0x98,0xb5,0xef,0x19,0x60,0x2d,0x02,0x68,0xba,0xed,0x08,0x24,
|
||||
0x6a,0x92,0x96,0xee,0x5d,0xf7,0x44,0x8b,0x05,0xb4,0x13,0x1a,0x0c,0xb0,0x4f,0x20,
|
||||
0x61,0xb7,0xcb,0x00,0x9d,0xe6,0x46,0x2a,0x60,0x73,0x09,0x00,0xf3,0xff,0x89,0xc2,
|
||||
0xb4,0x19,0x09,0x25,0x6d,0x2a,0xed,0x2f,0xc8,0x84,0xba,0x7e,0x00,0xa0,0x69,0xc5,
|
||||
0x63,0x8a,0x60,0xaf,0xa4,0x89,0x76,0x54,0xb0,0x4f,0xbb,0xd8,0xa4,0x15,0x01,0x18,
|
||||
0x1c,0x7e,0xa4,0x70,0xd6,0x4b,0xb5,0x88,0xa3,0x3e,0xd9,0x24,0x78,0x7b,0x5d,0x0b,
|
||||
0xe5,0x1d,0x17,0xc6,0xec,0xa9,0xe1,0x62,0x00,0xeb,0xf4,0x34,0x6d,0x65,0x3c,0x81,
|
||||
0x03,0x8e,0x83,0xce,0x1b,0xb4,0x51,0xaa,0xed,0x6d,0xdc,0xb7,0x74,0x00,0x0a,0x98,
|
||||
0x0b,0x7a,0x96,0x56,0x81,0x5b,0xc4,0xf3,0xad,0x1e,0x50,0x7d,0x3a,0x40,0x39,0x3c,
|
||||
0x11,0xe0,0x16,0xbb,0xc5,0x80,0xad,0xba,0xae,0x7f,0xc8,0x39,0x93,0x68,0xcd,0xee,
|
||||
0x61,0xd0,0x7e,0x6c,0x80,0xf2,0xfa,0x83,0x3e,0xee,0x79,0x56,0x31,0x60,0xbd,0x01,
|
||||
0xf8,0x05,0xbb,0xec,0x61,0xd7,0x55,0x5f,0xdc,0xf7,0xe2,0x80,0x54,0x66,0xd9,0x25,
|
||||
0xa8,0x4d,0x5d,0x84,0x02,0x2e,0x18,0x80,0x29,0x85,0x19,0xeb,0x22,0x05,0x1d,0x1c,
|
||||
0x83,0xb5,0xcd,0x04,0xbc,0xfb,0x15,0xac,0xb7,0xb7,0x81,0xd7,0xc5,0xdb,0x06,0x20,
|
||||
0xd5,0x4a,0xac,0xb5,0x7a,0x77,0x41,0xc2,0xb0,0xb6,0x99,0x5a,0x6f,0x75,0xa8,0x8d,
|
||||
0xff,0x06,0x0c,0x21,0x60,0xbb,0x9e,0x1f,0x67,0x98,0x15,0xdf,0x1e,0x53,0xc6,0xe3,
|
||||
0xe1,0x48,0xac,0x5f,0x0e,0x50,0xe5,0xab,0xa0,0x0a,0x05,0xac,0x37,0x01,0x3f,0x65,
|
||||
0x59,0x89,0x61,0xc4,0xe7,0x47,0xb5,0x89,0x5e,0x2d,0x1a,0xcf,0xde,0x96,0x2b,0x94,
|
||||
0x35,0x72,0x25,0x1c,0x85,0xd6,0x66,0xce,0x99,0x80,0xcf,0x28,0x9e,0xd4,0x3c,0xc1,
|
||||
0x31,0x6e,0x78,0xd9,0xce,0x83,0x86,0x8f,0x51,0xe3,0xba,0x3e,0x23,0x05,0x98,0x2f,
|
||||
0x03,0x37,0x1d,0xec,0x13,0xec,0x4a,0x0a,0x01,0xe3,0x26,0x60,0x9a,0xf6,0x22,0xc7,
|
||||
0xb1,0x51,0x6d,0xd2,0xd1,0x7a,0xd5,0x78,0x92,0x94,0x14,0xa0,0xa1,0x84,0xc1,0x51,
|
||||
0x66,0x59,0x6a,0x11,0x0a,0x98,0x30,0x01,0xf5,0xd9,0x00,0xed,0x48,0xac,0xcf,0xdd,
|
||||
0xde,0x56,0x1b,0x74,0xc0,0x14,0xd6,0xe2,0x5a,0x76,0x40,0xfc,0x82,0x0e,0x11,0x60,
|
||||
0x6b,0x81,0x4f,0xbf,0x73,0xab,0x57,0x50,0xa6,0xae,0x33,0xae,0x7a,0x24,0x55,0xac,
|
||||
0xed,0xe2,0x6d,0x62,0x41,0x8b,0xe8,0x1d,0x16,0x60,0xea,0xc6,0x5f,0x46,0xb9,0x80,
|
||||
0xa7,0x96,0x8d,0xab,0xb2,0x33,0x32,0x80,0x57,0x38,0x9b,0xe5,0x2a,0x74,0x1b,0x62,
|
||||
0xc4,0x02,0xcc,0xfe,0x26,0xf9,0x09,0x8f,0x70,0x6c,0xf5,0x96,0xa9,0xab,0x41,0x89,
|
||||
0x1a,0x45,0x94,0xf3,0x02,0xc6,0x28,0x70,0x23,0x27,0x18,0xb7,0x00,0xf5,0xdb,0xc9,
|
||||
0xe4,0x0c,0x5b,0xca,0x13,0x43,0xc9,0x6f,0xf3,0x1e,0x5d,0x7f,0x32,0x20,0x51,0x44,
|
||||
0xe1,0x1c,0x66,0x85,0xee,0xd5,0xb5,0xdb,0x7c,0x7a,0x6a,0x35,0x99,0xbc,0xc5,0x68,
|
||||
0xf9,0x50,0x0d,0x3e,0x0b,0x50,0xcf,0xf4,0xc3,0x01,0x6b,0xc5,0x36,0x22,0x02,0xac,
|
||||
0x77,0x00,0x33,0x2f,0x24,0x93,0xc9,0xe5,0xb7,0x68,0x62,0x9e,0xea,0xba,0x66,0xfc,
|
||||
0xec,0xbe,0x65,0xef,0xe9,0x69,0x28,0xa0,0x0a,0xb0,0x11,0x11,0xa0,0x23,0x61,0x5d,
|
||||
0xdf,0x30,0x20,0x92,0x5b,0xb3,0x87,0x48,0xc4,0xc9,0xee,0xc1,0xd5,0x24,0x02,0xa8,
|
||||
0x67,0x06,0x80,0x55,0x9e,0x68,0x58,0xac,0x82,0x02,0x40,0x57,0xc2,0x46,0x30,0x31,
|
||||
0x31,0x92,0x5b,0x33,0x35,0x3d,0x53,0xce,0x19,0xb6,0xa9,0xd0,0x89,0xe7,0x56,0xcc,
|
||||
0xcf,0x93,0xf7,0x9d,0x87,0xe1,0x58,0x4a,0x0b,0xa5,0xcb,0x81,0xdf,0xdd,0xc2,0x7f,
|
||||
0x0f,0xeb,0x02,0x02,0x98,0x1d,0x2a,0x80,0x24,0xb7,0x56,0xe6,0x06,0x7c,0x07,0xbb,
|
||||
0xbb,0xbb,0x3b,0x7d,0xfb,0xe7,0x56,0x9e,0x4f,0xda,0x1f,0xbb,0x17,0xa7,0x07,0x40,
|
||||
0x55,0x9e,0x88,0x02,0xe8,0x1d,0xe1,0x02,0xa2,0x13,0x68,0xda,0xb1,0x3b,0xb6,0x56,
|
||||
0x56,0x56,0xcc,0x29,0x7d,0x81,0x02,0xa8,0x3f,0x06,0x15,0x51,0x54,0x48,0x03,0x13,
|
||||
0x17,0x70,0x04,0x03,0x4c,0xdd,0x48,0x52,0x86,0x0b,0x78,0x0e,0xb9,0xf6,0x9e,0xbf,
|
||||
0xa8,0x0e,0x0d,0xa4,0xee,0xc0,0x03,0x6c,0xdf,0xc6,0x00,0x1d,0x19,0x63,0xe3,0x35,
|
||||
0x07,0xf0,0x0d,0x6c,0xba,0x8b,0xea,0xd0,0x40,0xb2,0x5f,0x1e,0x20,0x3e,0x81,0xba,
|
||||
0xbe,0xb9,0x4a,0x01,0x74,0xa9,0x7f,0x81,0x5e,0x9b,0x29,0xea,0xad,0x7c,0xb0,0xee,
|
||||
0xb7,0xd6,0x04,0x01,0x98,0x7e,0x97,0x02,0x38,0x47,0x07,0xd4,0x67,0x07,0x76,0xdf,
|
||||
0xa1,0x81,0x96,0xbe,0x38,0x80,0xf5,0x3a,0x39,0x36,0x28,0x80,0xcb,0xf6,0x3f,0xee,
|
||||
0xe3,0x80,0x9b,0x5f,0xf9,0x77,0xd9,0xa1,0x81,0x57,0x37,0x39,0x80,0x71,0x0f,0x20,
|
||||
0xcd,0x4c,0xbe,0xb5,0xff,0xf1,0x09,0x0e,0x98,0x8a,0x3f,0xde,0xb5,0x95,0x5c,0x04,
|
||||
0x01,0xd6,0x79,0xf8,0xa8,0x66,0x62,0x03,0x6e,0x0d,0xe1,0x80,0x99,0x06,0x7d,0x7d,
|
||||
0x77,0x0d,0x10,0x78,0xed,0x90,0x7d,0x3a,0xd6,0x3b,0x81,0x46,0x42,0xea,0x35,0x93,
|
||||
0x6f,0x57,0x6d,0x5d,0xc4,0x01,0xf5,0x79,0x3d,0x33,0x2d,0xdc,0x56,0x13,0xbf,0x94,
|
||||
0x83,0x09,0xd8,0x4e,0xe1,0xd3,0x33,0xde,0x29,0xbc,0x5f,0x00,0xbc,0x75,0x83,0x04,
|
||||
0xdc,0x30,0xac,0x8a,0x72,0x5f,0xc0,0xdb,0x3f,0xbb,0x40,0x80,0x23,0x34,0x40,0xfd,
|
||||
0xce,0x10,0x39,0x87,0x5b,0xa6,0x5e,0x2e,0xbf,0x96,0xdc,0x22,0x00,0xbf,0x33,0x9c,
|
||||
0xc0,0xe6,0x6e,0xac,0x04,0xaf,0x80,0xb2,0x00,0x5b,0xb7,0xa9,0x80,0xe9,0xfd,0xad,
|
||||
0x04,0xe1,0x96,0x99,0x86,0x0d,0x11,0x91,0x24,0x7f,0xa9,0x11,0xfa,0xb2,0xd3,0xbb,
|
||||
0xb0,0x92,0x8b,0x20,0xc0,0xe3,0x3a,0x7d,0xac,0xaf,0xcc,0x0e,0x79,0x42,0xc9,0xad,
|
||||
0xa1,0xa4,0x17,0x30,0x3b,0x42,0x4f,0x1b,0xfa,0x64,0x4c,0x84,0x0d,0x18,0x67,0x00,
|
||||
0xa6,0x5f,0x4b,0x2e,0xef,0x5f,0x41,0x01,0xaf,0xad,0x4c,0x5f,0x23,0x93,0x05,0x73,
|
||||
0x5c,0x37,0xdd,0xa1,0x20,0xa9,0x16,0x36,0xc1,0x32,0x00,0x3b,0x74,0xd6,0x58,0x5b,
|
||||
0x4d,0x6e,0x2d,0x07,0xaf,0x39,0x82,0x5e,0xe9,0x6f,0x5f,0x4d,0x52,0x01,0x37,0xcc,
|
||||
0x79,0x9c,0x96,0x8c,0x25,0xe4,0xfe,0x04,0x03,0x70,0x81,0x09,0x98,0x36,0x25,0xbc,
|
||||
0x3c,0x7b,0xfa,0xf4,0x9c,0x31,0x4e,0x9f,0x1e,0xb4,0x51,0xef,0x93,0x93,0xfe,0x70,
|
||||
0x9b,0x9a,0x1b,0xb6,0x48,0xf8,0x18,0x26,0x20,0xc3,0x44,0xcc,0x71,0x77,0xd5,0xcd,
|
||||
0x08,0x57,0x10,0x8b,0xf1,0x00,0xa6,0x0a,0x1f,0xdc,0x05,0xec,0xab,0xb1,0x27,0x90,
|
||||
0x01,0x58,0xcf,0xe6,0xd3,0x33,0xcf,0x27,0xa9,0xe3,0xbe,0x27,0xb7,0x28,0x88,0x81,
|
||||
0x5c,0xcc,0xf3,0xdf,0xf6,0xef,0x29,0x73,0xd3,0x01,0xe3,0x1c,0x40,0x7a,0xd6,0x65,
|
||||
0x84,0x14,0x12,0x30,0x6b,0x39,0xc6,0x94,0x44,0xb0,0xf3,0xee,0xb2,0x50,0x01,0xdb,
|
||||
0x79,0x7c,0x7a,0x76,0x90,0x0e,0xe8,0x51,0x8b,0x79,0xdb,0xae,0xd0,0x7b,0xfb,0xfc,
|
||||
0x3c,0x3f,0xe3,0xed,0xcc,0xa4,0x02,0xde,0xe4,0x02,0xea,0x8f,0x6f,0xc0,0x00,0x37,
|
||||
0x28,0xeb,0xd0,0xd6,0xaf,0xef,0x71,0xa2,0x31,0x65,0xa3,0x85,0x0a,0x98,0xe0,0x03,
|
||||
0xea,0xb3,0xab,0x20,0xc0,0x47,0xf6,0x27,0x8f,0x50,0xed,0xce,0xbe,0x23,0x75,0xd8,
|
||||
0x83,0x06,0xe8,0x9f,0x3d,0x3d,0xcf,0xd5,0xc2,0x34,0xcd,0x4e,0x96,0x3d,0x97,0x3d,
|
||||
0xb3,0x1f,0x14,0xb1,0x93,0x05,0x3d,0xc1,0x06,0xa4,0x1d,0x2b,0xa3,0x01,0x9e,0xfd,
|
||||
0xc7,0xd3,0xaf,0xa6,0x3f,0xe3,0xda,0xc9,0x0d,0x08,0x60,0xda,0x5d,0xca,0x23,0x49,
|
||||
0xdc,0xd9,0x33,0x52,0x67,0xb6,0x28,0x80,0x66,0xcd,0x32,0x3b,0xcb,0x9b,0xc3,0x2c,
|
||||
0x45,0xc8,0xf3,0x5e,0x87,0xe4,0xae,0xf3,0xd6,0x5d,0xed,0xd9,0x0c,0xc0,0x2d,0x84,
|
||||
0x0e,0x58,0x70,0x82,0x99,0xb9,0x6d,0x9e,0x90,0x8d,0xf4,0x6a,0xd6,0x87,0x2d,0xa2,
|
||||
0xce,0x7a,0xaf,0x72,0x33,0x8e,0xb4,0xad,0xfd,0xc6,0x8d,0x59,0x1b,0x23,0x11,0x3f,
|
||||
0x10,0xd0,0x9a,0xba,0x74,0x3d,0xd7,0x92,0x07,0x0f,0x4c,0x69,0x7f,0x40,0x01,0x1b,
|
||||
0xbc,0x17,0x21,0x93,0x7a,0xd7,0x75,0x60,0x9b,0x61,0x99,0x43,0x79,0x5e,0x40,0xc7,
|
||||
0x09,0xde,0xe6,0x19,0xf3,0x66,0x7e,0x77,0xf3,0x32,0x9a,0x17,0xbe,0xe1,0xbd,0x28,
|
||||
0x86,0x88,0x7b,0xc0,0x49,0x42,0xb2,0x1f,0xc8,0x1c,0x6b,0xf4,0x02,0xbe,0xee,0xdc,
|
||||
0xf3,0x38,0x9b,0xef,0x9e,0x99,0xb9,0xff,0x0e,0x05,0xa4,0xe4,0x17,0x9b,0x68,0xea,
|
||||
0xe0,0xaa,0x4f,0xaa,0x57,0xe2,0x60,0xa8,0x07,0x10,0x59,0x2c,0xad,0x31,0xa7,0xf0,
|
||||
0x49,0x61,0x65,0xf1,0x4b,0x14,0x90,0x62,0x54,0xdf,0x21,0x6a,0x9c,0x35,0xa7,0xb0,
|
||||
0x30,0xcd,0xeb,0x61,0xf8,0xa9,0x4b,0x0f,0x20,0x12,0xe6,0xd2,0xac,0x88,0x92,0x7e,
|
||||
0xbb,0xe0,0xf7,0xdf,0x15,0x00,0xa6,0xd0,0xcf,0x1e,0xbb,0x69,0x5c,0xf6,0xaa,0x27,
|
||||
0xef,0x3f,0xd1,0x0c,0x05,0x44,0x17,0x4b,0x73,0x0c,0x27,0x63,0xdd,0x7f,0xe9,0x39,
|
||||
0x5e,0xae,0xe0,0xe6,0x33,0x88,0xb7,0xb6,0x88,0x33,0xe4,0xff,0xe1,0x8b,0x7d,0xf2,
|
||||
0x97,0x04,0x0c,0x26,0x58,0x33,0x80,0x58,0xa4,0x25,0xa1,0xcb,0x4f,0x90,0x88,0xf2,
|
||||
0x2f,0x8a,0x57,0xca,0x60,0x7a,0xf9,0xd8,0xda,0xdb,0x2d,0xc8,0x40,0x11,0xc4,0x60,
|
||||
0x16,0x60,0x07,0x51,0x1d,0xa0,0x09,0xd8,0x6e,0xba,0x7c,0x15,0x8d,0x28,0xb7,0x68,
|
||||
0x53,0x8d,0xaf,0x5d,0x67,0x90,0x44,0x38,0x8d,0x49,0xf9,0xd4,0x1a,0x18,0xf0,0x1c,
|
||||
0x35,0x1f,0xc1,0xfe,0xaa,0xed,0x25,0xa2,0x0b,0x7a,0xf6,0xf6,0x2a,0x3b,0x90,0x18,
|
||||
0x63,0x18,0x57,0x49,0x54,0xc1,0x33,0xd3,0x3d,0x0e,0xe2,0x85,0x78,0x0a,0x0c,0x88,
|
||||
0x6b,0xd2,0x23,0x8a,0x62,0x39,0x7e,0x76,0xc9,0xf8,0x61,0xc6,0x89,0x79,0xc3,0x34,
|
||||
0x40,0x9c,0x3a,0x3b,0x83,0x26,0x9a,0xd9,0x8d,0x7d,0xd6,0x51,0xd6,0xc8,0x75,0x3d,
|
||||
0x03,0x05,0x24,0x2a,0x46,0xe9,0x73,0x5e,0xbd,0x3a,0x6c,0x3f,0xf7,0x65,0xf3,0x0a,
|
||||
0x3b,0x7b,0xa5,0x56,0x22,0x08,0x09,0xa4,0xf0,0xdb,0x67,0xe6,0xde,0xce,0x7b,0x44,
|
||||
0xf5,0x15,0xde,0x3e,0x29,0x01,0x48,0x5d,0xdb,0xe2,0x2b,0x77,0x05,0xdd,0x7f,0x35,
|
||||
0x54,0x7f,0xc8,0x5b,0xa1,0x76,0xc6,0x03,0x42,0x3b,0x48,0x9d,0x7e,0xba,0xd1,0xd4,
|
||||
0x13,0xba,0x98,0xa0,0x2c,0xad,0x18,0x80,0xc1,0x04,0x7f,0x0a,0x8c,0x19,0x73,0x72,
|
||||
0x91,0xa8,0xf5,0x30,0xeb,0x37,0x58,0x81,0x44,0xd7,0xbf,0xc7,0x4d,0x3b,0xe3,0x7d,
|
||||
0x8a,0xec,0x57,0x1b,0xfd,0xfb,0xe3,0x76,0xa0,0x11,0x02,0x76,0x30,0x73,0x4e,0x7b,
|
||||
0xfc,0xd5,0xd1,0xec,0xc5,0x04,0x9a,0x7a,0x7d,0x43,0x8d,0x3a,0xa9,0x04,0x23,0x41,
|
||||
0xc4,0xe7,0xd1,0xb8,0xea,0x19,0x0c,0x70,0x84,0xeb,0x6a,0xb1,0x09,0x2c,0xa8,0xa0,
|
||||
0x39,0x2f,0xf9,0xb5,0xfb,0x37,0xf4,0x90,0x13,0x67,0x47,0x16,0xe2,0x51,0x40,0x80,
|
||||
0x1e,0x09,0x93,0x9e,0x4c,0xbf,0xeb,0x7a,0xaf,0x57,0xb1,0x15,0xc0,0x32,0x04,0xf0,
|
||||
0x59,0xa2,0x48,0xc0,0x0e,0xa1,0xa3,0x70,0xd3,0xf5,0x28,0xba,0xb1,0x34,0x44,0x77,
|
||||
0x83,0xa4,0x00,0x1e,0xb2,0x73,0xe0,0x47,0x20,0xc0,0xd7,0xbd,0xbf,0x88,0xdf,0x33,
|
||||
0xe5,0xa6,0x21,0x4b,0xe8,0x6c,0x6c,0x5e,0x6b,0xa0,0x47,0x6d,0xbc,0xa8,0x79,0x9b,
|
||||
0x9d,0xbf,0xc1,0x8c,0x24,0x2e,0x52,0x73,0xa4,0xbf,0xe7,0x7d,0x0c,0x64,0x8d,0x0e,
|
||||
0xa8,0x37,0x70,0xc4,0x81,0x7b,0x2f,0x08,0x60,0xbb,0x48,0x8b,0x32,0xc8,0x9b,0x3f,
|
||||
0xde,0x23,0x56,0x51,0x74,0xf5,0x9a,0xe7,0x44,0x3e,0x22,0x4e,0x03,0x00,0x1b,0x44,
|
||||
0x42,0x7a,0x86,0x04,0x78,0xe2,0xe2,0xcc,0x20,0x55,0xbf,0x62,0x3c,0x8b,0x43,0x7f,
|
||||
0x04,0x0a,0x75,0x71,0x51,0xbc,0x47,0x24,0xac,0x92,0x3e,0x37,0x5d,0x47,0x23,0xbc,
|
||||
0xc7,0xce,0xbe,0xf0,0xdf,0x86,0x00,0xd2,0x8b,0x82,0x48,0x2c,0xc9,0xa2,0x6f,0xab,
|
||||
0xf3,0x3c,0xcd,0xe3,0x0e,0x21,0xe0,0x2e,0xdc,0x20,0x0a,0x48,0x5f,0x23,0x21,0x7f,
|
||||
0x02,0xed,0x22,0x8c,0x78,0x75,0x6e,0xf3,0x3a,0xc5,0x7b,0x6c,0xeb,0xa0,0xf1,0x00,
|
||||
0x02,0x48,0x17,0x00,0xf2,0x27,0x50,0x15,0x5c,0xa2,0x18,0xc5,0xda,0x67,0xbb,0x06,
|
||||
0x04,0x25,0xac,0xf4,0x7b,0x21,0xe1,0x09,0x6d,0x22,0x5c,0xda,0xa6,0x15,0x44,0x3c,
|
||||
0x32,0x7c,0x06,0x04,0x9c,0x01,0x00,0x32,0x0a,0xfb,0x48,0x30,0x40,0xab,0x3e,0x7f,
|
||||
0xde,0xd6,0x21,0x84,0xa9,0x04,0x88,0x2f,0xdb,0x0c,0x00,0x64,0xb8,0xda,0xac,0x53,
|
||||
0x31,0xc8,0xf4,0x09,0x66,0x30,0xef,0x6c,0x12,0x3a,0x34,0x3d,0x80,0xd9,0x08,0x02,
|
||||
0xc8,0xba,0xd5,0x30,0x25,0xce,0xb1,0x00,0x8d,0x04,0x7b,0x9b,0x9b,0x0d,0xc9,0x06,
|
||||
0x3a,0x04,0xb0,0x95,0xf5,0xcb,0x8e,0x6d,0x3e,0xd0,0xc4,0x80,0xfa,0x93,0x0e,0x51,
|
||||
0x8a,0x4a,0x5d,0xc8,0x02,0x00,0x99,0xb5,0x2c,0x27,0x18,0xfc,0x0d,0x02,0xa8,0x3f,
|
||||
0xc1,0x1c,0x36,0x91,0x2d,0x48,0x47,0x62,0x04,0x90,0x29,0x0b,0xc7,0x53,0xff,0x09,
|
||||
0x04,0xa8,0xdf,0xeb,0x60,0x67,0x0b,0xf2,0x46,0xec,0x00,0x06,0x99,0xe6,0x66,0x2f,
|
||||
0x7c,0xf0,0x13,0x07,0x4b,0x6c,0xf3,0xc4,0x1c,0xf6,0x30,0xc8,0x88,0xfd,0x62,0x40,
|
||||
0xf6,0xd6,0x88,0x5d,0xa2,0xc2,0xbb,0xd1,0x39,0x80,0xfa,0xfa,0x75,0xde,0xb2,0x90,
|
||||
0x66,0x5a,0x00,0x40,0x76,0x2d,0xd0,0xce,0xd3,0x9f,0x29,0x30,0x11,0xe7,0x13,0xd3,
|
||||
0x9b,0x90,0x14,0x10,0xe4,0x65,0x1c,0x40,0xb6,0x3b,0xb0,0x5d,0xd9,0xbf,0x35,0x30,
|
||||
0x60,0xd6,0x25,0x8c,0xed,0x11,0x20,0x5b,0x05,0x1d,0x57,0xf6,0x25,0x1c,0xd0,0x08,
|
||||
0x29,0xdb,0x32,0x80,0x0f,0xc5,0x80,0x9c,0xdd,0x39,0x3b,0x8b,0xc3,0xbc,0x0c,0x3d,
|
||||
0xd4,0x51,0x1c,0x74,0xac,0x48,0x37,0x68,0x03,0xd6,0x8b,0x01,0xf1,0x53,0x39,0x7f,
|
||||
0x14,0xd8,0xe5,0x08,0xa7,0x3e,0x26,0xe3,0x06,0x6d,0x40,0x8e,0xc3,0xb7,0x83,0x41,
|
||||
0x40,0x06,0xd0,0xb1,0xde,0x4d,0x08,0xe0,0x80,0x18,0x30,0x21,0x9c,0x8c,0x2c,0xde,
|
||||
0x53,0xfc,0xbe,0xe0,0x6f,0x6e,0xd0,0xcb,0x47,0xb2,0xb9,0x8c,0x0d,0xc8,0x6b,0x01,
|
||||
0xd0,0x47,0x28,0x6e,0xd0,0x2d,0x7c,0xb0,0xd4,0xca,0xf6,0xa2,0x00,0xc0,0x8c,0x5f,
|
||||
0x08,0xd8,0xc1,0xfb,0xfd,0x42,0x30,0x48,0xe3,0x5b,0x07,0x6f,0x8a,0x72,0x78,0xca,
|
||||
0x4e,0x84,0xfc,0x8a,0xc9,0x01,0x6c,0x10,0x03,0x12,0xe7,0xae,0x44,0x31,0xd6,0x06,
|
||||
0xfb,0x3e,0x51,0x9c,0x1b,0xb4,0x00,0xb9,0x59,0xdb,0x3c,0x05,0x50,0x15,0xa5,0x51,
|
||||
0x76,0xfc,0x81,0x64,0xac,0xdf,0x09,0x01,0x83,0x71,0x31,0x20,0x7e,0xbe,0x33,0x2a,
|
||||
0x4a,0x44,0x53,0x12,0x80,0x77,0xc4,0x80,0x00,0x83,0xc4,0x23,0x5d,0x84,0xfd,0x77,
|
||||
0x33,0xb3,0xd7,0x11,0x30,0x48,0x4a,0xbd,0x26,0x04,0xec,0x00,0x00,0x7e,0x09,0x75,
|
||||
0x83,0xb3,0x9f,0xe5,0x23,0xb1,0x0c,0xe0,0x8c,0x10,0xf0,0x38,0x00,0x10,0x3b,0xb8,
|
||||
0xa6,0xbe,0xca,0x36,0xc9,0x9b,0xe6,0x6f,0xd8,0x80,0x19,0x31,0x60,0x76,0x40,0x08,
|
||||
0xc8,0xd7,0xf8,0x4d,0x6f,0xa4,0x1b,0x1f,0xfe,0x0f,0xef,0x6a,0x83,0x2e,0x2d,0x01,
|
||||
0xe8,0x17,0x02,0x2e,0x00,0x00,0xb1,0x84,0xbf,0xbb,0xfb,0xa5,0x79,0xce,0x12,0xc6,
|
||||
0x90,0xab,0x04,0x60,0xba,0x59,0x04,0x18,0x4c,0x00,0x00,0xdf,0x21,0x0f,0xe1,0x74,
|
||||
0xb0,0x6d,0xde,0x08,0xdf,0x36,0x20,0xa7,0xe4,0xe6,0x78,0x24,0x21,0x60,0xab,0x20,
|
||||
0x5b,0xf3,0xae,0x48,0xcc,0x1d,0xd4,0x9b,0x6c,0xc0,0x37,0x64,0x00,0x1f,0x0a,0x01,
|
||||
0x3b,0x84,0x80,0xd9,0xbf,0x67,0xbc,0x1d,0x57,0xa7,0xb6,0x01,0x22,0xd6,0x47,0x8a,
|
||||
0xf3,0x32,0x26,0x60,0x9d,0x08,0xf0,0x49,0xff,0xec,0xa0,0x17,0x30,0xb2,0x00,0x30,
|
||||
0x12,0xc0,0xb2,0x6e,0x46,0x08,0x28,0x88,0xab,0x0f,0x9f,0xb6,0x27,0x68,0x6d,0x06,
|
||||
0xf4,0x84,0x21,0xef,0x5f,0x6e,0x6f,0xbb,0x80,0xe2,0x65,0x9d,0x5f,0x08,0x28,0x88,
|
||||
0xab,0x0f,0xf2,0x15,0xa1,0x14,0x05,0x90,0xea,0xad,0xb3,0x73,0x89,0x7b,0xc3,0x48,
|
||||
0xf1,0x5d,0xb8,0xac,0x4b,0x8b,0x01,0xf9,0xe1,0x32,0x33,0x93,0x37,0xf2,0x3b,0x94,
|
||||
0xf6,0xe7,0xc8,0x7c,0x2c,0x16,0xfb,0xda,0x53,0xfb,0xe8,0xcf,0x17,0x3f,0x1c,0x40,
|
||||
0x61,0xce,0x2f,0x38,0x52,0x9b,0x07,0x4c,0xf0,0x17,0x68,0x71,0xef,0x8a,0xc4,0x3e,
|
||||
0xb1,0x16,0x0a,0x85,0x4e,0x0c,0xf3,0x37,0xc1,0x1e,0x14,0x67,0xc4,0x79,0x40,0x6e,
|
||||
0x3a,0x9d,0x9d,0x35,0xeb,0xba,0x19,0x76,0x57,0xe2,0x78,0x9c,0xbb,0xac,0xfb,0x5e,
|
||||
0x94,0xb1,0xae,0x0b,0x01,0x79,0x0d,0xa1,0x19,0xab,0x4d,0x2f,0xcd,0xee,0xeb,0xa4,
|
||||
0xc7,0x65,0x07,0x50,0x58,0x63,0x1d,0x10,0x02,0x72,0xbc,0xcc,0xd3,0x41,0xab,0x2e,
|
||||
0x9e,0xe6,0x74,0xc6,0x5e,0xe6,0x02,0xa6,0xe3,0x45,0x2c,0x48,0xf2,0x80,0xff,0x07,
|
||||
0xf7,0x0a,0x96,0x29,0xe8,0xc9,0xdb,0xb6,0x00,0x00,0x00,0x00,0x49,0x45,0x4e,0x44,
|
||||
0xae,0x42,0x60,0x82};
|
||||
@@ -0,0 +1,66 @@
|
||||
//
|
||||
// octocat_4bpp
|
||||
// Data size = 872 bytes
|
||||
//
|
||||
// PNG, Compression=Flate, Size: 120 x 100, 8-Bpp
|
||||
//
|
||||
// for non-Arduino builds...
|
||||
#ifndef PROGMEM
|
||||
#define PROGMEM
|
||||
#endif
|
||||
const uint8_t octocat_4bpp[] PROGMEM = {
|
||||
0x89,0x50,0x4e,0x47,0x0d,0x0a,0x1a,0x0a,0x00,0x00,0x00,0x0d,0x49,0x48,0x44,0x52,
|
||||
0x00,0x00,0x00,0x78,0x00,0x00,0x00,0x64,0x08,0x03,0x00,0x00,0x00,0x7a,0xae,0x04,
|
||||
0x00,0x00,0x00,0x00,0x33,0x50,0x4c,0x54,0x45,0x2f,0x41,0x70,0x00,0x00,0x00,0x2a,
|
||||
0x2c,0x2c,0x59,0x49,0x41,0x46,0x5f,0x6a,0x7c,0x65,0x58,0xad,0x5c,0x53,0xb5,0x70,
|
||||
0x67,0xa0,0x80,0x71,0x6c,0x99,0xac,0xc9,0xa1,0x8f,0x83,0xb7,0xc9,0x7b,0xbb,0xe4,
|
||||
0xdc,0xc5,0xc3,0x9b,0xd8,0xf0,0xf4,0xc9,0xb3,0xff,0xff,0xff,0xfe,0x29,0xa3,0x31,
|
||||
0x00,0x00,0x00,0x01,0x74,0x52,0x4e,0x53,0x00,0x40,0xe6,0xd8,0x66,0x00,0x00,0x00,
|
||||
0x01,0x62,0x4b,0x47,0x44,0x00,0x88,0x05,0x1d,0x48,0x00,0x00,0x02,0xd6,0x49,0x44,
|
||||
0x41,0x54,0x68,0xde,0xed,0xd9,0xed,0x92,0xa3,0x20,0x10,0x05,0x50,0x04,0x54,0x68,
|
||||
0x47,0xcc,0xfb,0x3f,0xed,0xa2,0x80,0x9f,0xb0,0x62,0x79,0x89,0x33,0x55,0xf6,0x8f,
|
||||
0xdd,0x52,0x9c,0x3e,0x69,0x04,0xc4,0x84,0xb1,0x37,0x76,0xc1,0x6d,0x5c,0xfe,0x03,
|
||||
0x8e,0x71,0x2f,0x64,0xba,0x78,0x79,0x46,0xa6,0xac,0x5c,0x97,0x2e,0xce,0xce,0x75,
|
||||
0x9a,0x8d,0x5f,0xb8,0xf6,0x1a,0x1c,0xd2,0xf1,0x7d,0x24,0xaf,0x44,0xb9,0x17,0xe2,
|
||||
0x85,0x5f,0xf8,0xd7,0xc2,0xec,0x85,0x7f,0x3d,0xcc,0x9f,0x72,0x6f,0xca,0xfc,0x2f,
|
||||
0xc2,0xfc,0x29,0xf7,0x39,0x98,0x3f,0xe5,0x3e,0x07,0xf3,0xbf,0x06,0xf3,0x17,0x16,
|
||||
0xb5,0x1a,0xa3,0xae,0x6b,0x21,0x44,0x38,0x27,0x84,0x3d,0xf6,0xe7,0x05,0x46,0xde,
|
||||
0xe6,0xa8,0x15,0x9d,0x87,0xaa,0xe1,0xb0,0xa2,0x21,0x27,0x48,0x09,0x2c,0xac,0x86,
|
||||
0xdc,0x20,0x81,0x84,0xf3,0xdd,0x61,0x50,0x40,0x38,0xb8,0x1f,0x1b,0x29,0x6f,0x69,
|
||||
0x53,0x30,0x58,0xd0,0x92,0x3b,0x25,0xaf,0xdb,0x6a,0x14,0xac,0xe6,0xdc,0x7d,0x9f,
|
||||
0x90,0x7d,0x93,0x6b,0x23,0x10,0xec,0x0b,0xb6,0x89,0xfb,0xb6,0x69,0xfa,0x4f,0x7f,
|
||||
0x74,0xed,0xc9,0xa6,0x69,0xc7,0x2b,0xa6,0x43,0x81,0x81,0xeb,0xa5,0x28,0x9b,0xde,
|
||||
0xca,0x91,0x82,0x7b,0xb2,0x1f,0xaa,0x0d,0x25,0x2b,0xcc,0xca,0x35,0xf7,0x34,0x7d,
|
||||
0x3e,0xb6,0x64,0x8a,0xc1,0xd4,0x7f,0x68,0xfc,0x4c,0xdb,0xbe,0xbe,0xf9,0x74,0x9a,
|
||||
0x87,0x56,0x4b,0x36,0xb9,0xad,0x2b,0x02,0xb7,0x8d,0xb2,0x4d,0xaa,0x14,0xdc,0x34,
|
||||
0x69,0xd8,0x35,0x41,0x61,0xf5,0x38,0x4c,0x53,0xf6,0xf8,0x3d,0xf6,0x4d,0x90,0xc1,
|
||||
0x15,0xe4,0x65,0x54,0x4f,0xd9,0xe3,0xa3,0xda,0x37,0x41,0x61,0x11,0xe6,0xea,0x54,
|
||||
0x57,0x62,0x1e,0xd3,0xca,0x0d,0x4b,0xd7,0xed,0xed,0x2d,0xad,0x56,0xae,0x3e,0xbd,
|
||||
0x72,0x2d,0xab,0x1a,0x6a,0x63,0x5d,0x0f,0xd1,0xb5,0x9a,0x1a,0x8a,0xaf,0xd5,0x04,
|
||||
0x7b,0x87,0xa1,0xe8,0xd3,0x89,0x9a,0x36,0xfa,0x74,0xba,0xdf,0xd3,0xb3,0x5c,0x27,
|
||||
0x9e,0xf9,0x89,0xd3,0xc0,0xf7,0xd4,0x2b,0x1b,0x01,0xff,0x88,0x00,0xbd,0x99,0x1f,
|
||||
0x65,0xa2,0xf0,0xcf,0x2e,0x6a,0xd0,0xb7,0xa8,0xa1,0xb7,0x0f,0x44,0x4b,0x03,0xb5,
|
||||
0x25,0xdd,0xb9,0x68,0x3a,0xd4,0x4c,0xa9,0xad,0x1e,0xf2,0x5b,0xfa,0x68,0xd5,0x89,
|
||||
0xbd,0x2d,0xf8,0x07,0x82,0x69,0x15,0x53,0xb1,0x3a,0xa7,0xea,0xe7,0x1d,0xf5,0x7d,
|
||||
0x2a,0xb9,0xdb,0x9d,0x5e,0x5b,0x96,0x10,0x02,0xfc,0x35,0x93,0x94,0x17,0x5f,0xe3,
|
||||
0x50,0x9d,0x2b,0x65,0x34,0x17,0xaf,0xc6,0x08,0x98,0x3b,0x40,0xff,0xf0,0xd3,0xe9,
|
||||
0x48,0xca,0x2a,0x12,0x40,0xd6,0xa4,0x7e,0x41,0xaa,0x0e,0x3d,0x8c,0x95,0x8d,0xaf,
|
||||
0x39,0xef,0x3e,0xe3,0x64,0x63,0x9c,0xa2,0x25,0xcf,0x1a,0x60,0x15,0x63,0xe8,0xfb,
|
||||
0xac,0xf3,0x06,0x76,0xc5,0xca,0x0e,0xb0,0x6f,0xc1,0xbb,0xf9,0xbc,0x9b,0xb6,0xf8,
|
||||
0x49,0xbc,0x85,0x75,0x37,0x4d,0x69,0x39,0x0e,0xb5,0x2d,0x55,0x10,0x76,0x25,0x73,
|
||||
0x6d,0xa4,0x34,0x9a,0xcb,0x4d,0xa9,0x61,0xc2,0x95,0x81,0xb7,0xfd,0x59,0xc5,0x60,
|
||||
0x56,0x06,0x66,0x8f,0xc1,0x6b,0xfa,0xcb,0x30,0xdb,0x12,0x5f,0x85,0x37,0xb5,0xbf,
|
||||
0xf0,0x0b,0x17,0x87,0xe5,0x97,0xe1,0x71,0xf1,0xe4,0xee,0xb9,0x35,0xfd,0x67,0x8a,
|
||||
0xc3,0xc6,0x89,0xda,0xc3,0x66,0x03,0x77,0xc6,0x6d,0x1e,0xf0,0xe8,0x18,0x27,0xb0,
|
||||
0x41,0xe3,0x26,0x44,0x06,0x0c,0xb4,0x97,0x8c,0x99,0x30,0x86,0x5e,0xe7,0x33,0x32,
|
||||
0x0a,0x4b,0x37,0xe4,0x0c,0x92,0xde,0x66,0x0b,0xd2,0x0e,0xd6,0xc7,0x92,0xef,0xca,
|
||||
0x31,0x57,0x9a,0xfd,0x74,0xf2,0x25,0x23,0xe5,0x75,0x22,0xbf,0xe1,0x92,0xf3,0x27,
|
||||
0x58,0x2a,0xf5,0x4d,0x1a,0x26,0x1f,0xef,0xaf,0xd4,0x73,0xe9,0xd2,0x74,0x0b,0xa7,
|
||||
0x25,0xb4,0xb7,0x77,0x3d,0xad,0xf5,0x8f,0x8d,0x65,0x8c,0x2d,0xa3,0x6a,0x3c,0xaf,
|
||||
0xf5,0xce,0x85,0xc1,0x2e,0xbf,0x95,0x75,0xf0,0x3a,0xdf,0xd7,0xfe,0xbc,0x29,0x0c,
|
||||
0xaf,0x86,0x92,0xbb,0xcb,0x1a,0xed,0x26,0xe4,0x71,0x73,0xaf,0x1d,0xe4,0x3e,0xc5,
|
||||
0xb7,0xe0,0x9f,0xf9,0x5e,0xbb,0xa3,0x0e,0xef,0x1e,0x68,0x7f,0x33,0xc3,0x3d,0x5d,
|
||||
0x1f,0x82,0xdd,0x9d,0x1c,0x83,0x4d,0x14,0x06,0xaf,0xd6,0xb9,0x30,0xfc,0xf9,0x94,
|
||||
0x05,0x97,0xd8,0x08,0x9c,0xc3,0x85,0xb6,0x3e,0xff,0x87,0x59,0xe1,0x88,0xc0,0xec,
|
||||
0x8d,0xd3,0xf8,0x07,0xe9,0x64,0x82,0xb3,0xf5,0x3d,0x65,0xc0,0x00,0x00,0x00,0x00,
|
||||
0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82};
|
||||
@@ -0,0 +1,71 @@
|
||||
//
|
||||
// PNG Drawing with transparency example
|
||||
//
|
||||
// loads a 120x100 4-bpp palette image
|
||||
// and draws it at random locations on the LCD
|
||||
//
|
||||
#include <PNGdec.h>
|
||||
#include <bb_spi_lcd.h>
|
||||
#include <Wire.h>
|
||||
|
||||
// 120x100x4-bpp image with transparency
|
||||
// The small file size (852 bytes) allows it to be decoded and drawn quickly
|
||||
#include "octocat_4bpp.h"
|
||||
|
||||
PNG png;
|
||||
SPILCD lcd;
|
||||
static uint8_t ucTXBuf[1024];
|
||||
#define TFT_CS 10
|
||||
#define TFT_RST -1
|
||||
#define TFT_DC 9
|
||||
#define TFT_CLK 13
|
||||
#define TFT_MOSI 11
|
||||
|
||||
//
|
||||
// Create a private structure to pass info to the draw callback
|
||||
// For this example we want to pass a random x/y starting point
|
||||
//
|
||||
typedef struct my_private_struct
|
||||
{
|
||||
int xoff, yoff; // corner offset
|
||||
} PRIVATE;
|
||||
|
||||
int PNGDraw(PNGDRAW *pDraw)
|
||||
{
|
||||
uint16_t usPixels[320];
|
||||
uint8_t ucMask[40];
|
||||
PRIVATE *pPriv = (PRIVATE *)pDraw->pUser;
|
||||
|
||||
png.getLineAsRGB565(pDraw, usPixels, PNG_RGB565_BIG_ENDIAN, 0xffffffff);
|
||||
if (png.getAlphaMask(pDraw, ucMask, 255)) { // if any pixels are opaque, draw them
|
||||
spilcdWritePixelsMasked(&lcd, pPriv->xoff, pPriv->yoff + pDraw->y, (uint8_t *)usPixels, ucMask, pDraw->iWidth, DRAW_TO_LCD);
|
||||
}
|
||||
return 1;
|
||||
} /* PNGDraw() */
|
||||
|
||||
void setup() {
|
||||
spilcdSetTXBuffer(ucTXBuf, sizeof(ucTXBuf));
|
||||
spilcdInit(&lcd, LCD_ILI9341, FLAGS_NONE, 40000000, TFT_CS, TFT_DC, TFT_RST, -1, -1, TFT_MOSI, TFT_CLK);
|
||||
spilcdSetOrientation(&lcd, LCD_ORIENTATION_270);
|
||||
spilcdFill(&lcd, 0, DRAW_TO_LCD);
|
||||
spilcdWriteString(&lcd, 0, 4, (char *)"PNG Test", 0xffff, 0, FONT_12x16, DRAW_TO_LCD);
|
||||
Serial.begin(115200);
|
||||
delay(2000);
|
||||
}
|
||||
|
||||
void loop() {
|
||||
int rc, i = 0;
|
||||
PRIVATE priv;
|
||||
|
||||
spilcdFill(&lcd, 0xf81f, DRAW_TO_LCD);
|
||||
rc = png.openRAM((uint8_t *)octocat_4bpp, sizeof(octocat_4bpp), PNGDraw);
|
||||
if (rc == PNG_SUCCESS) {
|
||||
Serial.printf("image specs: (%d x %d), %d bpp, pixel type: %d\n", png.getWidth(), png.getHeight(), png.getBpp(), png.getPixelType());
|
||||
while (1) { // loop forever
|
||||
priv.xoff = rand() & 0xff;
|
||||
priv.yoff = rand() % 160;
|
||||
rc = png.decode((void *)&priv, 0);
|
||||
}
|
||||
png.close();
|
||||
}
|
||||
} /* loop() */
|
||||
@@ -0,0 +1,441 @@
|
||||
// Created with image_to_c
|
||||
// https://github.com/bitbank2/image_to_c
|
||||
//
|
||||
// octocat_small
|
||||
// Data size = 6834 bytes
|
||||
//
|
||||
// PNG, Compression=Flate, Size: 120 x 100, 32-Bpp
|
||||
//
|
||||
// for non-Arduino builds...
|
||||
#ifndef PROGMEM
|
||||
#define PROGMEM
|
||||
#endif
|
||||
const uint8_t octocat_small[] PROGMEM = {
|
||||
0x89,0x50,0x4e,0x47,0x0d,0x0a,0x1a,0x0a,0x00,0x00,0x00,0x0d,0x49,0x48,0x44,0x52,
|
||||
0x00,0x00,0x00,0x78,0x00,0x00,0x00,0x64,0x08,0x06,0x00,0x00,0x00,0x4d,0x70,0xf4,
|
||||
0x32,0x00,0x00,0x00,0x06,0x62,0x4b,0x47,0x44,0x00,0xff,0x00,0xff,0x00,0xff,0xa0,
|
||||
0xbd,0xa7,0x93,0x00,0x00,0x1a,0x67,0x49,0x44,0x41,0x54,0x78,0xda,0xed,0x9d,0x7b,
|
||||
0x7c,0x9c,0xd5,0x79,0xe7,0xbf,0xe7,0xbc,0xef,0xdc,0x47,0xd2,0x48,0xa3,0x8b,0xaf,
|
||||
0x1a,0x59,0xc2,0xb2,0x8c,0xaf,0xc1,0x18,0x03,0xc6,0x80,0x81,0x40,0x80,0x82,0xb9,
|
||||
0x14,0xd2,0x14,0xd8,0x66,0x83,0x5b,0x9a,0xa4,0x25,0xed,0x7e,0xf6,0x93,0x2e,0xc9,
|
||||
0x36,0xbb,0x2d,0x01,0x92,0xb0,0x49,0xca,0x2e,0xd0,0xee,0xa7,0x62,0xb7,0x6d,0x48,
|
||||
0x1b,0x4a,0x52,0x68,0xb2,0x21,0xa6,0x24,0xdc,0x52,0x27,0xe0,0x0b,0x26,0xbe,0x01,
|
||||
0xb2,0xb1,0x35,0xb6,0xe5,0xab,0x2c,0xcd,0xe8,0x36,0xd7,0xf7,0x3d,0xfb,0xc7,0x7b,
|
||||
0x46,0x96,0x34,0x23,0x5b,0x17,0x5b,0x23,0x4b,0x7e,0x3e,0x9f,0xf9,0x80,0xe6,0x1d,
|
||||
0xbf,0xe7,0xf2,0x3b,0xcf,0xe5,0x3c,0xe7,0x79,0x9e,0x03,0x17,0x68,0x4a,0x93,0x28,
|
||||
0x66,0xe3,0xf5,0xf3,0xe6,0x49,0xdb,0xb6,0x4b,0x75,0x3f,0xd2,0x42,0x88,0xb4,0x69,
|
||||
0x9a,0xd9,0x3d,0x7b,0xf7,0xaa,0xf3,0x69,0x12,0xf5,0x38,0x5c,0x80,0x07,0x30,0x81,
|
||||
0x54,0x6b,0x34,0xda,0x3b,0xed,0x01,0xae,0x8b,0x44,0xd6,0x02,0x3f,0xd4,0x13,0xd3,
|
||||
0x01,0x7c,0x00,0xfc,0x0a,0xf8,0x19,0xb0,0xbd,0x35,0x1a,0x4d,0x4e,0x56,0x50,0xeb,
|
||||
0x22,0x11,0x09,0x84,0x80,0xeb,0xf5,0x67,0x25,0x10,0x01,0x7c,0xc0,0xfb,0xc0,0xf5,
|
||||
0x93,0xa1,0xff,0xa2,0xc8,0x13,0xf4,0x34,0xf0,0xf9,0x21,0x8f,0x14,0x90,0xd6,0x93,
|
||||
0xf4,0x77,0xc0,0x8b,0x40,0x47,0x6b,0x34,0xaa,0x26,0x09,0xb0,0x26,0xb0,0x10,0x78,
|
||||
0x10,0xb8,0x07,0xa8,0xd6,0x5c,0x3b,0x90,0x52,0xc0,0xda,0xd6,0x68,0xf4,0xd7,0xc5,
|
||||
0xee,0xaf,0x51,0xac,0x86,0x43,0xa1,0x90,0x0f,0x78,0x12,0xa8,0x28,0xb0,0xe8,0x4c,
|
||||
0x60,0x0e,0x70,0x33,0x70,0x2f,0x20,0x43,0xa1,0xd0,0x47,0xb1,0x78,0x3c,0x59,0x44,
|
||||
0x60,0x8d,0x50,0x28,0xb4,0x18,0xf8,0x26,0xf0,0x3f,0x80,0x35,0x40,0x29,0x20,0x87,
|
||||
0x99,0xd7,0x43,0xa1,0x50,0xe8,0xed,0x58,0x3c,0x5e,0x54,0x80,0xcd,0x22,0xb6,0x7d,
|
||||
0x91,0x06,0xf1,0x4c,0x0b,0xb0,0x5e,0x4f,0xe8,0x83,0x75,0x91,0xc8,0xa3,0xc0,0x4b,
|
||||
0xad,0xd1,0x68,0x7a,0x18,0x10,0x84,0xfe,0x37,0x86,0x9e,0x78,0xb7,0x16,0xa3,0x01,
|
||||
0xc0,0xab,0xbf,0xb7,0xb5,0x84,0xe8,0x03,0xe2,0xfa,0xbf,0x96,0xfe,0xde,0x6a,0x8d,
|
||||
0x46,0xed,0x02,0xef,0x9c,0x01,0xfc,0x67,0xcd,0xb5,0x65,0x23,0x94,0x8c,0xab,0xf5,
|
||||
0xfc,0x66,0xa6,0x2b,0xc0,0xcb,0x01,0xd7,0x08,0x7f,0x2b,0x81,0x45,0xc0,0xf7,0x80,
|
||||
0x57,0xea,0x22,0x91,0x47,0x80,0x8f,0x34,0x60,0x7e,0x60,0x3e,0xb0,0x04,0x58,0x00,
|
||||
0x34,0x00,0xb5,0xc0,0x6c,0x0d,0xae,0xd4,0x13,0x3e,0x54,0x1d,0xd9,0xfa,0x93,0x00,
|
||||
0x8e,0x00,0x51,0x60,0x5f,0x5d,0x24,0xd2,0x02,0xec,0x00,0x76,0x03,0xbd,0xc0,0x9d,
|
||||
0xc0,0xa3,0xc0,0xbc,0x51,0xaa,0xb4,0x65,0x7a,0x81,0x4d,0x3f,0x80,0x35,0x57,0x5c,
|
||||
0x34,0x06,0x15,0xe1,0x02,0xd6,0x01,0x97,0x03,0x2f,0xe8,0x77,0xac,0xd0,0x40,0x9a,
|
||||
0x63,0x54,0x39,0x01,0xa0,0x52,0x2f,0x90,0x1c,0xf0,0x59,0x0d,0xee,0x61,0xa0,0x71,
|
||||
0x14,0x0b,0x71,0x20,0x95,0x02,0xb3,0x80,0x3d,0xd3,0x91,0x83,0x73,0x62,0x6f,0xac,
|
||||
0x54,0x03,0x3c,0x7c,0x8e,0xfa,0x96,0x13,0xed,0x6e,0xa0,0x7c,0x9c,0xef,0x99,0x59,
|
||||
0x6c,0x80,0x65,0x11,0xdb,0x2d,0x99,0x06,0x3e,0x86,0xa2,0x8f,0x51,0x4e,0xd3,0xb6,
|
||||
0xa7,0xcd,0x18,0x8b,0xd5,0x01,0x05,0xf4,0x4c,0x71,0x70,0x95,0xd6,0xe3,0xd3,0x12,
|
||||
0x60,0x1b,0x38,0x36,0xc5,0x01,0xb6,0x81,0xa3,0xd3,0x12,0x60,0xed,0x95,0xda,0xab,
|
||||
0xf7,0x9f,0x53,0x95,0x7a,0x80,0x83,0xd3,0x59,0x47,0x6c,0x2d,0xf6,0x1e,0xf1,0x1c,
|
||||
0xd3,0xfb,0x40,0x72,0x3a,0x03,0xdc,0x02,0x7c,0x3c,0x85,0x01,0xae,0x1a,0xe7,0x56,
|
||||
0xf0,0xbc,0x07,0x38,0x02,0x04,0xa7,0x30,0xc0,0x4b,0x81,0xff,0x5b,0x17,0x89,0x84,
|
||||
0x8a,0xd9,0x89,0xa2,0x1c,0x36,0xd4,0x45,0x22,0xe5,0xc0,0x0f,0x38,0xe5,0x3d,0x9a,
|
||||
0xaa,0xfb,0xe0,0x3a,0xa0,0x2c,0x14,0x0a,0xbd,0x16,0x8b,0xc7,0xed,0x69,0xc1,0xc1,
|
||||
0xfa,0xb8,0xed,0x6b,0xc0,0x15,0xd3,0x64,0x1f,0xfc,0x20,0x70,0xfb,0x74,0x12,0xd1,
|
||||
0x57,0x01,0x7f,0xc0,0xf4,0x70,0x74,0x80,0x13,0xcc,0xf0,0x58,0x5d,0x24,0x52,0x39,
|
||||
0xe5,0x45,0x74,0x5d,0x24,0xe2,0x05,0xfe,0x16,0xe7,0xf4,0x67,0x3a,0x51,0x05,0x10,
|
||||
0x0f,0x85,0x42,0x1b,0x27,0xfa,0x7c,0x78,0xa2,0xb9,0xe8,0x7a,0xe0,0x4a,0xa6,0x1f,
|
||||
0x49,0x2d,0xb5,0xca,0x8b,0xd1,0xf0,0x44,0xea,0xde,0xcf,0xe1,0x9c,0xd2,0x4c,0x47,
|
||||
0x9a,0x0b,0xdc,0x3a,0x95,0x75,0xf0,0x2c,0xe0,0x06,0xa6,0x2f,0x19,0xc0,0x5d,0x7a,
|
||||
0xa1,0x4f,0x49,0x80,0xaf,0xc7,0x39,0x5c,0x9f,0xce,0x74,0x15,0x23,0x0b,0xf9,0x39,
|
||||
0xbf,0x00,0xae,0x8b,0x44,0x0c,0xbd,0x2d,0x32,0xa6,0x39,0xc0,0xa5,0x38,0x0e,0x90,
|
||||
0x29,0xc7,0xc1,0x26,0x4e,0x8c,0xd2,0x59,0x21,0x35,0xe4,0xff,0xcf,0x76,0x3c,0x6d,
|
||||
0xee,0x7d,0x42,0x08,0x84,0x38,0xab,0xef,0x37,0x81,0xc5,0x13,0x09,0xf0,0x44,0xe9,
|
||||
0x03,0x17,0x8e,0x6b,0x72,0x4c,0xe4,0x73,0x9b,0x54,0x95,0x05,0x59,0x54,0x37,0x9b,
|
||||
0x9a,0x8a,0x32,0x4a,0x03,0x3e,0xa4,0x10,0x08,0xc0,0x46,0xa1,0x14,0x24,0x52,0x69,
|
||||
0xfd,0xc9,0xd0,0xdd,0xdb,0x47,0x5f,0x3a,0xc3,0xf1,0xce,0x2e,0x12,0xc9,0x34,0x96,
|
||||
0xb2,0xb1,0x6c,0x85,0x52,0x0a,0x21,0x04,0x86,0x10,0x48,0x29,0xf1,0x79,0x5c,0x54,
|
||||
0x97,0x97,0x12,0xf0,0xb8,0x29,0x09,0xf8,0xf1,0x79,0x5c,0xf8,0xbd,0x1e,0xbc,0x6e,
|
||||
0x17,0x52,0xff,0x06,0x14,0x96,0x6d,0xd3,0x9b,0x48,0xd3,0x1e,0xeb,0x62,0x77,0xf4,
|
||||
0x30,0x6d,0xed,0x31,0x7a,0x53,0x99,0xb1,0x32,0x54,0xa4,0x2e,0x12,0x11,0x13,0x15,
|
||||
0xe7,0x3d,0x51,0x00,0xfb,0x19,0x43,0xf8,0x8a,0xcf,0xed,0x62,0xed,0xf2,0x05,0x5c,
|
||||
0xb1,0xa4,0x91,0xc8,0x8c,0x2a,0x4a,0x4a,0x02,0x78,0x3d,0x6e,0x4c,0xd3,0x44,0x68,
|
||||
0x4e,0xb3,0x6d,0x1b,0xcb,0xb6,0xb1,0xb2,0x16,0xd9,0x6c,0x96,0x4c,0x36,0x4b,0x36,
|
||||
0x93,0xc5,0xb2,0x4f,0x79,0x06,0x2d,0xdb,0xc6,0xb2,0xec,0x53,0x00,0x4b,0x89,0x61,
|
||||
0x9c,0x12,0x5e,0x86,0x94,0x98,0xa6,0x89,0xcb,0x65,0x62,0x9a,0x26,0xa6,0x69,0x60,
|
||||
0x18,0x86,0x06,0xd8,0x69,0xc7,0xca,0x66,0x49,0xa5,0x33,0xf4,0xf4,0xf4,0x72,0xe8,
|
||||
0xf8,0x49,0x36,0xef,0xde,0xcb,0xab,0x9b,0x76,0xd2,0x9d,0x4c,0x8f,0x76,0x58,0x35,
|
||||
0x1a,0x68,0x6b,0x2a,0x01,0x5c,0x32,0x5a,0x75,0x30,0x27,0x5c,0xc6,0x67,0x6f,0xb9,
|
||||
0x9a,0x95,0x8b,0x1b,0xa9,0xaa,0x0a,0x13,0xf0,0xfb,0x91,0x52,0x20,0x44,0x7e,0xe4,
|
||||
0xaa,0x52,0x83,0x05,0xb7,0x52,0x0a,0xdb,0x56,0x58,0xb6,0x85,0x6d,0xd9,0xd8,0xb6,
|
||||
0x03,0xae,0x42,0xc7,0xcf,0x6a,0xee,0x94,0x86,0xc4,0x90,0x46,0x81,0xf7,0x3a,0xa2,
|
||||
0x39,0xbf,0x1d,0x47,0x0a,0x5c,0x54,0x9f,0x64,0xd1,0xfc,0x3a,0x3e,0xd1,0x38,0x8f,
|
||||
0x7f,0xf8,0xd9,0xdb,0x7c,0xd4,0x76,0x62,0x34,0x43,0x0b,0x32,0x81,0x19,0x25,0x13,
|
||||
0x05,0xf0,0xa8,0x8c,0xab,0xba,0xea,0x72,0xfe,0xf8,0xde,0x4f,0xb1,0x6a,0xd9,0x22,
|
||||
0xca,0xca,0x4a,0x0a,0x82,0x3a,0x90,0x9c,0xc7,0x62,0xc0,0xdf,0x02,0x29,0xc1,0x3c,
|
||||
0xcb,0x36,0x9d,0xa3,0x93,0x05,0x81,0x80,0x1f,0xbf,0xdf,0x47,0xb8,0x3c,0x44,0x79,
|
||||
0x59,0x90,0x67,0x7f,0xf8,0x2a,0x3b,0xa3,0x47,0x47,0x33,0xe7,0x13,0x06,0xf0,0x44,
|
||||
0x19,0x59,0x23,0x16,0x47,0xe1,0x12,0x3f,0x9f,0xbf,0xeb,0x93,0xac,0x5e,0xb1,0x8c,
|
||||
0x50,0xa8,0x34,0x1f,0x5c,0x21,0x11,0xa6,0x1b,0x61,0xba,0x41,0x4c,0x40,0xf7,0x87,
|
||||
0x69,0x4f,0x08,0x41,0x49,0x49,0x90,0x95,0xcb,0x16,0xf1,0xd0,0x5d,0x37,0x32,0xb7,
|
||||
0x72,0xc4,0xbb,0x9f,0x09,0x3d,0x55,0x9a,0x28,0x0e,0x4e,0x8c,0xc4,0xd8,0x75,0x19,
|
||||
0x92,0x07,0x6e,0x5a,0xcd,0x55,0x2b,0x97,0x13,0x0c,0xfa,0xf3,0x57,0x63,0x30,0x8c,
|
||||
0x7b,0xf6,0x02,0x8c,0x40,0xc8,0xd1,0xbf,0xbd,0x31,0xd2,0x6d,0x1f,0x61,0xf7,0x9c,
|
||||
0x3c,0x37,0xab,0x3f,0x18,0xc6,0x3d,0xbb,0x09,0x23,0xe0,0x80,0x67,0x15,0x68,0xcf,
|
||||
0xe7,0xf3,0x72,0xd9,0xf2,0x45,0x7c,0xb6,0x23,0xc6,0x93,0xff,0xf8,0x0a,0xc9,0x4c,
|
||||
0xf6,0x4c,0xaf,0xcd,0x9e,0x03,0xc3,0xbf,0xe8,0x1c,0x9c,0x1c,0x09,0x17,0x5f,0xd6,
|
||||
0x54,0xc7,0xa7,0xd6,0x5c,0x46,0x59,0x69,0x7e,0x1c,0x80,0x51,0x5a,0x83,0x77,0xfe,
|
||||
0x4a,0x8c,0xd2,0x4a,0x30,0x4c,0x84,0x61,0x62,0x94,0x56,0xea,0xef,0xaa,0xcf,0xbe,
|
||||
0x4e,0x29,0xcb,0xb5,0x17,0x06,0xc3,0x84,0xd3,0xb4,0x17,0xf0,0xfb,0xb8,0xee,0xf2,
|
||||
0x4b,0xb8,0xfe,0x92,0x85,0x67,0x6d,0xb1,0x9f,0x6f,0x00,0xa7,0x39,0x43,0x98,0xac,
|
||||
0xc7,0x65,0x70,0xfb,0x35,0x97,0x31,0xb3,0xa6,0x2a,0x5f,0x4a,0xba,0x3c,0xb8,0x23,
|
||||
0x8b,0x11,0xa6,0x1b,0x65,0xdb,0x74,0x1c,0x3c,0x40,0x74,0xeb,0x66,0x3a,0xdb,0x0e,
|
||||
0x81,0x34,0x71,0x47,0x96,0x20,0x5c,0x9e,0xb3,0x27,0x95,0x5d,0x5e,0xdc,0x91,0x25,
|
||||
0x20,0x4d,0x4e,0x1e,0x88,0x12,0xdd,0xba,0x99,0xd8,0xe1,0x36,0x94,0x6d,0x23,0x4c,
|
||||
0xb7,0xee,0xcb,0xe0,0xf6,0xc2,0xe1,0x72,0x6e,0xbb,0xe6,0x32,0x82,0xde,0x33,0xba,
|
||||
0xda,0x7b,0x26,0x12,0xe0,0x89,0x12,0xd1,0x59,0xa0,0x9d,0xd3,0xc4,0x28,0xd5,0xd5,
|
||||
0x84,0xb9,0x74,0xf1,0x82,0x41,0xdb,0x97,0xfe,0x4e,0x56,0x46,0x90,0x5e,0x3f,0xca,
|
||||
0xb6,0x69,0x79,0xeb,0x0d,0x3e,0xfc,0xe7,0xef,0x61,0xf5,0xf5,0x60,0xf8,0x02,0x2c,
|
||||
0xba,0xff,0x41,0x1a,0xae,0xbc,0x0a,0xb3,0x32,0x42,0xe6,0x48,0xcb,0xd9,0x99,0x94,
|
||||
0xca,0x08,0xc2,0xe5,0xe1,0xc3,0xd7,0x5f,0xe3,0xa3,0x17,0xbf,0x8f,0x9d,0xec,0xc3,
|
||||
0xf0,0x07,0x59,0xfc,0xc0,0x7a,0xea,0xaf,0x58,0x8d,0xf4,0x06,0x30,0x2b,0x6b,0xc9,
|
||||
0x1c,0x3d,0x95,0x95,0x22,0x85,0x60,0xf1,0x82,0x7a,0x96,0xd6,0xcf,0xe1,0x57,0xbb,
|
||||
0xf7,0x9d,0xee,0xf5,0xf1,0xa9,0xc8,0xc1,0x16,0x4e,0xf6,0xde,0xf0,0xe2,0xf9,0xe2,
|
||||
0x06,0x2a,0xca,0x0b,0x18,0x2a,0x52,0x62,0x94,0xcf,0x00,0x04,0x1d,0x07,0xa3,0x08,
|
||||
0x29,0x59,0x70,0xcf,0x7d,0x08,0xc3,0x20,0xdb,0xdb,0xcd,0xae,0xe7,0x9f,0xa3,0xb3,
|
||||
0xed,0x10,0x46,0x68,0xc6,0xd9,0x31,0xba,0x74,0x7b,0x27,0xf6,0xef,0xe7,0xd8,0xf6,
|
||||
0x6d,0x2c,0xba,0xef,0x73,0xb8,0xcb,0x2b,0xc9,0xf6,0x74,0xb1,0xf3,0xf9,0x66,0xe2,
|
||||
0x87,0xdb,0x00,0xe1,0xf4,0x69,0x48,0x7b,0xa5,0xc1,0x00,0xab,0x96,0x34,0x9e,0xc9,
|
||||
0x49,0x76,0x72,0x22,0x93,0xd9,0x27,0x12,0xe0,0xd3,0x26,0x61,0x35,0xce,0x9b,0x8b,
|
||||
0x69,0xe4,0x6f,0x6b,0x84,0xe1,0x46,0x7a,0x83,0x28,0xdb,0xe6,0xe0,0x7b,0x5b,0x98,
|
||||
0xb3,0x6c,0x39,0xb5,0x97,0x5c,0x8a,0xf4,0x3a,0x46,0x58,0xb6,0xb7,0x9b,0x83,0x5b,
|
||||
0x37,0x21,0xbd,0x01,0x84,0xe9,0x1a,0x77,0x47,0x85,0xe1,0x46,0x78,0xfc,0x44,0xdf,
|
||||
0xd9,0x48,0xd5,0xc2,0x25,0xcc,0x5b,0x75,0x05,0xa5,0xf3,0x9c,0xf8,0x84,0x6c,0x77,
|
||||
0x17,0x07,0xb6,0x6e,0x41,0x29,0x85,0xf4,0x95,0xe4,0xb5,0x27,0xa5,0xa4,0xa1,0x76,
|
||||
0x16,0xa6,0x21,0x4f,0x67,0x41,0x1f,0x99,0x72,0x56,0x74,0x6b,0x34,0x6a,0xd7,0x45,
|
||||
0x22,0xbb,0xf4,0x00,0x65,0xa1,0x7d,0x6c,0x59,0x49,0xb0,0xe0,0x7e,0x57,0x78,0xfc,
|
||||
0x08,0x29,0xb1,0x2d,0x9b,0x63,0xef,0x6d,0xa6,0x73,0xaf,0xb3,0x4e,0xb2,0x3d,0x5d,
|
||||
0xfd,0xbf,0x69,0xdf,0xb5,0x03,0x75,0xeb,0x3a,0x84,0x27,0x80,0xca,0xa4,0xc6,0xb7,
|
||||
0xe2,0x3d,0x01,0x94,0xad,0x68,0xdf,0xf9,0x1b,0xd2,0x9d,0xed,0x1c,0xdb,0xbe,0x8d,
|
||||
0xd8,0x87,0xdb,0x4f,0xb5,0xf5,0xc1,0x4e,0xd4,0xad,0xb7,0x21,0xa5,0x44,0xb8,0xfd,
|
||||
0x79,0xed,0x95,0x04,0x03,0x98,0x86,0x24,0x6b,0xd9,0x63,0x92,0x64,0xe7,0xab,0x0e,
|
||||
0x06,0xd8,0xac,0x8d,0x2d,0x6f,0x21,0x4f,0x94,0x31,0xcc,0xaa,0x17,0xd2,0xe9,0xa2,
|
||||
0x6d,0x59,0x64,0xba,0xe3,0xf4,0xb4,0xee,0xcd,0x37,0xd1,0x63,0x9d,0x28,0x14,0x42,
|
||||
0x9e,0x05,0xc7,0x86,0x34,0xb0,0xb3,0x19,0xb2,0x3d,0xdd,0x64,0x7b,0x7b,0xe8,0xdc,
|
||||
0xf9,0xde,0xa0,0xc7,0xa9,0xce,0x76,0xed,0x3a,0x13,0xfd,0x7d,0x1b,0xca,0xc5,0x62,
|
||||
0x78,0x3f,0x46,0x1a,0x27,0xa3,0x63,0xc2,0x68,0x22,0xcf,0x83,0x5b,0x80,0x03,0xc3,
|
||||
0x3d,0xec,0x4d,0x24,0x0b,0x5a,0x1e,0xca,0xca,0x6a,0xd1,0x69,0x60,0x78,0xfd,0x85,
|
||||
0xf7,0xcf,0x01,0xc7,0xfb,0xa7,0xec,0xb3,0xe0,0xde,0xb5,0x2d,0x67,0x0b,0xe6,0xf5,
|
||||
0x15,0x6e,0x2b,0x58,0x9a,0x73,0x9d,0xa1,0xec,0xfc,0x3d,0x6f,0x3a,0x9d,0x19,0xe4,
|
||||
0x07,0x1f,0x42,0x07,0x70,0xaa,0x09,0x4d,0x4e,0x0e,0xd6,0x99,0xf9,0x72,0xc0,0x67,
|
||||
0x60,0x4d,0x0c,0x03,0x27,0x82,0xd0,0xcd,0xa9,0x1a,0x19,0x39,0xc3,0x22,0xab,0x3f,
|
||||
0x1b,0x71,0x32,0xe6,0xf3,0xa8,0x23,0xde,0xd3,0x7f,0x18,0x30,0x08,0xe0,0x74,0x1f,
|
||||
0xca,0xb6,0x91,0x52,0x52,0xb1,0x70,0x31,0x7d,0x6d,0xf9,0x12,0x2e,0xdc,0xb4,0xc8,
|
||||
0x39,0xd6,0x4b,0x8d,0x3f,0x99,0xcf,0x4e,0xf5,0x22,0xa5,0xa0,0xbc,0x69,0x11,0x89,
|
||||
0xa3,0x87,0xf2,0x9e,0x57,0x2c,0xb8,0x18,0x21,0x04,0xca,0xb6,0x51,0xa9,0xbe,0xbc,
|
||||
0xe7,0xdd,0xbd,0x09,0xd2,0xd9,0x61,0x17,0xda,0xfb,0x40,0x69,0x5d,0x24,0x52,0x31,
|
||||
0x60,0x9e,0x06,0x8a,0xef,0xac,0xe6,0xf2,0xb4,0xfe,0x3b,0x57,0x3b,0xc4,0xd6,0xf3,
|
||||
0x68,0x03,0xf6,0x68,0x8c,0x34,0x73,0x18,0x10,0x73,0xe5,0x10,0x82,0x38,0xf5,0x2e,
|
||||
0xe6,0xe2,0x94,0x0b,0x1a,0xce,0x70,0xc8,0x75,0x24,0xa5,0x3b,0x97,0x1d,0xe0,0x92,
|
||||
0x93,0xfa,0x7d,0x6e,0x2d,0x9e,0x32,0x14,0x28,0x89,0xb0,0xf7,0xc0,0x61,0x94,0x52,
|
||||
0x0c,0xf5,0xf2,0xab,0x6c,0x1a,0x3b,0xd1,0x83,0x11,0x0c,0x51,0xbb,0xf2,0x72,0x0e,
|
||||
0xbf,0xfd,0x73,0xec,0x74,0x6a,0x80,0xce,0xf4,0x32,0x67,0xc5,0x4a,0x54,0xb2,0x07,
|
||||
0x95,0x1d,0x7f,0xaa,0x93,0xca,0xa6,0x51,0xa9,0x3e,0x6a,0x57,0x5d,0xc1,0xd1,0x8d,
|
||||
0x6f,0x60,0x67,0x4e,0x9d,0x16,0x49,0xaf,0x8f,0xb9,0x2b,0x2e,0x45,0x48,0x89,0xd5,
|
||||
0x13,0x47,0x59,0x99,0x21,0xaa,0x46,0x71,0xbc,0x33,0x7e,0x3a,0x43,0xf3,0x04,0x70,
|
||||
0xa3,0x76,0xfc,0x64,0xf4,0x77,0x39,0xb0,0x0c,0x3d,0x2f,0x6e,0xcd,0x28,0x62,0x00,
|
||||
0xa3,0xa8,0x21,0x18,0x65,0x81,0x36,0x9c,0xe4,0xb6,0x36,0x20,0x25,0x84,0xc8,0xee,
|
||||
0x6f,0x6d,0xb5,0x4e,0x0b,0x70,0x5d,0x24,0x52,0x03,0xdc,0x36,0x60,0x65,0x25,0x80,
|
||||
0x56,0x60,0xbb,0xee,0x5c,0x76,0xc0,0x8a,0xb2,0x01,0x35,0x9a,0xd5,0xa4,0xc3,0x66,
|
||||
0x6f,0x07,0x56,0x0d,0x7d,0xf6,0xde,0x47,0xfb,0xe8,0x4d,0x24,0x29,0x0d,0x0c,0x11,
|
||||
0xc3,0xca,0xc6,0xea,0x3c,0x82,0x11,0x2c,0xa3,0x66,0xc1,0x02,0x22,0x37,0xaf,0xa3,
|
||||
0xf5,0xa7,0x2f,0xa1,0xb2,0x19,0xa4,0xcb,0x4d,0xc3,0xed,0xf7,0x50,0x55,0xdf,0x40,
|
||||
0xf6,0x70,0x0b,0xa8,0xb3,0xe0,0xe6,0x55,0x36,0x56,0xec,0x28,0x33,0x9b,0x16,0x52,
|
||||
0x7b,0xd3,0xed,0x44,0x37,0xfc,0xab,0x6e,0xcb,0xc3,0x45,0xeb,0xee,0xa5,0xb2,0x6e,
|
||||
0x1e,0x28,0x85,0xd5,0x79,0x24,0xaf,0x3d,0xdb,0x56,0x7c,0xd4,0x7a,0x68,0xb8,0x37,
|
||||
0xc7,0x80,0x6f,0xb6,0x46,0xa3,0x47,0x46,0x29,0x31,0x29,0x20,0x35,0xbd,0x38,0x31,
|
||||
0x6e,0x11,0x9c,0x28,0x55,0x53,0x29,0x45,0x5d,0x24,0xd2,0x2d,0x84,0x78,0x61,0x20,
|
||||
0xd0,0xe6,0x60,0x6b,0x56,0xb4,0x2b,0xa5,0xbe,0x9f,0x13,0xa9,0x23,0x01,0x4f,0x17,
|
||||
0x34,0x93,0x43,0xc4,0x74,0x18,0xa7,0xb0,0x49,0x39,0x4e,0x98,0x4a,0x50,0xaf,0x4c,
|
||||
0xa5,0xb7,0x4b,0x97,0x0e,0x11,0x4f,0x1c,0xeb,0xe8,0x62,0xdf,0xc1,0xa3,0x2c,0x6f,
|
||||
0xaa,0xcf,0xf7,0x92,0xb4,0x1f,0xc0,0xac,0x9a,0x8b,0xf4,0x06,0x59,0x76,0xc7,0xdd,
|
||||
0x54,0x37,0x2e,0x24,0x7e,0xf8,0x10,0xa1,0xb9,0xb5,0xcc,0x5c,0xb0,0x10,0xd2,0x09,
|
||||
0xb2,0xed,0xa7,0x37,0x4e,0x95,0x52,0xa4,0x13,0x49,0x5c,0x1e,0x0f,0xd2,0x38,0xbd,
|
||||
0xe9,0x91,0x3d,0x11,0xc5,0xac,0x9c,0xcb,0xf2,0xbb,0xee,0xa1,0xa6,0xe9,0x62,0xe2,
|
||||
0x87,0xdb,0x28,0xaf,0x8d,0x30,0xa3,0xa9,0x09,0x21,0x0d,0xec,0x44,0x0f,0xd9,0xf6,
|
||||
0x7c,0x73,0xa2,0x27,0x91,0x60,0xf3,0xae,0x61,0x77,0x83,0xfb,0x80,0x3b,0xeb,0x22,
|
||||
0x11,0x4b,0x83,0x94,0xd0,0x5e,0xad,0xb8,0xd6,0xcb,0xed,0x7a,0x11,0x64,0x06,0x8a,
|
||||
0x67,0x8d,0x81,0x35,0xc4,0xd5,0x9b,0xd4,0xbf,0xdd,0x3d,0x00,0x03,0x13,0x30,0x87,
|
||||
0x72,0xb1,0x18,0xc5,0x6a,0xca,0xbd,0xc4,0x85,0x53,0x5c,0xa4,0x1e,0xa7,0xce,0x95,
|
||||
0x39,0x44,0x5c,0xa7,0x75,0x67,0x4f,0x02,0x9d,0x40,0x17,0x4e,0x2d,0xaa,0x9c,0x93,
|
||||
0xdd,0x0d,0xbc,0x0c,0x5c,0x3b,0xb4,0x8d,0xf5,0xeb,0xd6,0xf2,0xc7,0x9f,0x59,0x57,
|
||||
0xd0,0xa2,0x36,0x4a,0xaa,0xf0,0x34,0x5c,0x72,0xca,0x25,0xa9,0xc5,0xb9,0xca,0xa4,
|
||||
0x48,0x7e,0xfc,0x1e,0x76,0xf7,0xe9,0xcf,0x64,0x0f,0xed,0x69,0xe5,0xc3,0x37,0x7e,
|
||||
0xcd,0x8c,0x85,0x17,0xb1,0xe8,0xaa,0x4b,0xcf,0x78,0x04,0x69,0x94,0x56,0xe3,0xa9,
|
||||
0xbf,0x04,0xe1,0x72,0xf7,0xb7,0x05,0xa0,0x32,0x29,0x52,0x1f,0x6f,0xc5,0xea,0x6e,
|
||||
0xcf,0xdf,0x26,0xec,0x6c,0xe1,0x0b,0x4f,0xfc,0x6f,0x12,0xe9,0x4c,0x21,0xff,0xf3,
|
||||
0x27,0x71,0x52,0x66,0x73,0x25,0x9d,0x3c,0x38,0x41,0x88,0xa5,0x38,0x81,0xf1,0x55,
|
||||
0x9c,0xaa,0x16,0x94,0xc3,0x46,0x69,0x30,0xf7,0xeb,0x05,0xd2,0x39,0x1a,0xe6,0x3b,
|
||||
0xad,0x91,0xa5,0xc3,0x3b,0xbd,0x38,0xf5,0xa1,0x16,0x31,0x38,0x1a,0xf0,0x30,0x4e,
|
||||
0xea,0xe7,0x3b,0x43,0x0c,0x82,0x91,0x88,0xec,0x84,0xae,0x73,0xb5,0x61,0xc8,0x3b,
|
||||
0x79,0xf9,0x8d,0x4d,0xdc,0xba,0xe6,0x32,0xe6,0x47,0x66,0xe7,0x2b,0xb0,0xee,0x13,
|
||||
0x24,0xf7,0x6c,0xc6,0x3d,0xbb,0x11,0x19,0x70,0xe2,0xc7,0xed,0xde,0x4e,0xe7,0x74,
|
||||
0xa7,0xb7,0xf3,0x8c,0xdc,0xdb,0x17,0xef,0xc6,0x4a,0xa5,0xe9,0x39,0xd9,0x59,0xd0,
|
||||
0x98,0xcb,0x6b,0xaf,0xeb,0x38,0xc9,0xbd,0x9b,0x70,0xcf,0x1a,0xd0,0x5e,0x4f,0x27,
|
||||
0xe9,0xc3,0x85,0xdb,0xcb,0x5a,0x16,0x3f,0x7f,0x67,0x5b,0x21,0x70,0x15,0x4e,0x3d,
|
||||
0xce,0x77,0x5b,0xa3,0xd1,0x81,0x66,0x77,0x9f,0x06,0x6c,0x38,0x43,0x36,0x27,0x11,
|
||||
0x03,0x38,0x49,0x6c,0x6b,0xf4,0x02,0x00,0xb0,0xeb,0x22,0x91,0xa3,0x38,0xf5,0xbc,
|
||||
0x8e,0x02,0x99,0xd6,0x68,0xb4,0xa0,0x65,0x37,0x68,0x94,0xba,0x6a,0xea,0x12,0x9c,
|
||||
0xda,0x53,0x1e,0xbd,0x5a,0xf6,0x03,0x3b,0xb5,0x48,0xc8,0xe2,0x54,0x83,0x1b,0x97,
|
||||
0xab,0x4d,0x4b,0x83,0x2f,0xe1,0x94,0x05,0x1c,0x64,0x70,0xdd,0x71,0xf5,0x0a,0x1e,
|
||||
0x59,0xff,0x69,0x02,0x3e,0xef,0x30,0xae,0x26,0xd9,0xbf,0xdf,0x55,0xb6,0x35,0x62,
|
||||
0xbd,0x9b,0x4e,0xa6,0x38,0x7e,0xe0,0x30,0xa1,0xea,0x30,0xc1,0x50,0xe9,0x28,0x5c,
|
||||
0x5b,0x23,0x6b,0x6f,0xe7,0x9e,0x56,0x1e,0x7a,0xec,0x59,0xe2,0xbd,0x79,0x39,0xdf,
|
||||
0x87,0x80,0x6b,0x5b,0xa3,0xd1,0x71,0xe7,0x42,0x0f,0x30,0x80,0x73,0x52,0x74,0x29,
|
||||
0x4e,0x08,0x90,0xd0,0x62,0x7e,0x63,0x6b,0x34,0x7a,0x68,0x58,0x80,0xeb,0x22,0x11,
|
||||
0xb7,0x36,0x80,0x76,0x01,0xdd,0xa3,0x11,0x05,0x63,0xe8,0xac,0x1b,0xf8,0x2e,0xf0,
|
||||
0xd0,0x40,0x7d,0x6c,0x1a,0x92,0x2f,0xfd,0xce,0x2d,0xdc,0x77,0xeb,0x75,0xb8,0x5d,
|
||||
0xe3,0xf7,0xc3,0xd8,0x7a,0x4f,0x9a,0x8b,0xaf,0xca,0x71,0xb4,0x6d,0x59,0x18,0xe6,
|
||||
0xd9,0xf1,0xf3,0xc4,0xba,0x7b,0xf9,0xda,0x33,0xdf,0xe3,0xf5,0xad,0xbb,0x0b,0x89,
|
||||
0xe6,0xff,0x00,0xfc,0xe8,0x5c,0xcd,0xe3,0x80,0x52,0xc6,0xd5,0x40,0x8d,0x61,0x18,
|
||||
0xef,0x7d,0xbc,0x6f,0x9f,0x3d,0x6a,0x1d,0x7c,0x8e,0x40,0xf6,0x03,0x7f,0x05,0xfc,
|
||||
0xc7,0x81,0xea,0xc2,0xeb,0x36,0xf9,0xa3,0x7b,0x6f,0xe6,0xde,0x9b,0xae,0xc6,0xef,
|
||||
0x1d,0xdf,0x31,0xe0,0x89,0x43,0x47,0xe8,0xe9,0xec,0xa2,0x6e,0x71,0x63,0xbf,0x58,
|
||||
0x6e,0x6f,0x3b,0x46,0x57,0x7b,0x07,0xf5,0x4b,0x9b,0x40,0x8c,0x6f,0x0a,0x7a,0x13,
|
||||
0x49,0xfe,0xe6,0xc5,0x57,0xf8,0xfb,0xff,0xf7,0x16,0xb6,0x1a,0x84,0x61,0x0a,0xf8,
|
||||
0x0a,0xf0,0xd4,0x70,0xe2,0x73,0x22,0xa8,0xa8,0x81,0xe8,0xb1,0x78,0x3c,0x13,0x0a,
|
||||
0x85,0x5e,0xd3,0xc6,0xd9,0xaa,0x9c,0xb8,0xce,0x5a,0x36,0x9b,0x76,0xed,0xa5,0x23,
|
||||
0x16,0xa7,0x7e,0xf6,0x0c,0x4a,0x02,0xfe,0x33,0xea,0xcc,0xe1,0xc8,0xe3,0xf3,0x71,
|
||||
0x70,0xf7,0x1e,0x92,0xbd,0x09,0x84,0x94,0x74,0x1c,0x3d,0xce,0xc1,0x9d,0x2d,0xcc,
|
||||
0x5b,0xb6,0x10,0xd7,0x38,0x16,0x8f,0x52,0xd0,0x1e,0x8b,0xf3,0xd7,0x2f,0xfc,0x94,
|
||||
0xef,0x6f,0xd8,0x38,0x14,0xdc,0x5e,0xe0,0xbf,0x00,0x4f,0x17,0x13,0xdc,0xa2,0x03,
|
||||
0xac,0x41,0xce,0x86,0x42,0xa1,0x7f,0xd7,0x5e,0x9e,0x15,0x7a,0x8b,0x25,0x6c,0xa5,
|
||||
0xd8,0xbd,0xbf,0x8d,0x37,0x37,0x6f,0xc7,0x65,0x4a,0xc2,0xa1,0x12,0xfc,0x3e,0x2f,
|
||||
0x72,0x94,0x40,0x4b,0x43,0x52,0x39,0x77,0x26,0x89,0x9e,0x3e,0x3a,0x8f,0x1c,0x47,
|
||||
0x48,0x41,0xfd,0xf2,0x45,0xf8,0x4a,0x02,0x63,0x04,0x56,0x91,0x4c,0x67,0x78,0x67,
|
||||
0xfb,0x07,0x3c,0xf1,0xdc,0x8b,0xbc,0xb6,0x79,0xc7,0x40,0x70,0x95,0x36,0x3e,0xd7,
|
||||
0x03,0xff,0x54,0x6c,0x70,0x8b,0x2e,0xa2,0x0b,0x88,0xec,0x1a,0xe0,0x4f,0xf5,0x04,
|
||||
0x55,0xe4,0xfa,0x27,0x85,0x60,0x46,0x45,0x29,0x37,0x5d,0xb1,0x9c,0xd5,0xcb,0x2f,
|
||||
0xa6,0xa1,0x76,0x16,0xe5,0xa5,0x41,0x27,0xf4,0x75,0x14,0x80,0x8f,0xc4,0x7a,0x2e,
|
||||
0xa8,0xc7,0x95,0xc2,0xb2,0x2c,0x8e,0x77,0xc4,0xd9,0xb9,0x67,0x3f,0x3f,0x7e,0xf3,
|
||||
0x5d,0xde,0xdd,0xfd,0x31,0xc9,0xf4,0x20,0x5f,0x74,0x37,0x4e,0x35,0xdc,0xc7,0x5b,
|
||||
0xa3,0xd1,0xb6,0xc9,0x32,0xa7,0x62,0x02,0x40,0xcb,0x79,0x5f,0xec,0x51,0x38,0x4e,
|
||||
0xea,0x81,0xdf,0x07,0xee,0xc3,0x89,0x02,0xe9,0x97,0x34,0x1e,0x97,0x41,0x79,0x30,
|
||||
0xc0,0xd2,0xf9,0xb5,0x2c,0x5f,0x50,0xcf,0xdc,0x19,0x55,0x54,0x55,0x94,0x11,0x2a,
|
||||
0x09,0x12,0xf4,0x7b,0xf1,0x7b,0x1d,0x2e,0xef,0x07,0x52,0x14,0x1e,0xa8,0x2a,0xf0,
|
||||
0x87,0xc2,0x89,0x7b,0x4e,0xa4,0xd2,0xf4,0xf6,0x25,0x89,0x75,0xf7,0x70,0xbc,0x23,
|
||||
0xce,0x81,0x23,0xc7,0xd8,0xbc,0x6b,0x0f,0x3b,0xf6,0x1e,0xa4,0xa3,0xbb,0x17,0xcb,
|
||||
0x56,0x03,0xf7,0xfd,0x71,0xe0,0x47,0xc0,0x33,0xc0,0x8e,0xc9,0xc0,0xb5,0x13,0x02,
|
||||
0x70,0x43,0x7d,0xbd,0xb0,0x2c,0xeb,0x26,0x9c,0x7a,0xcb,0x41,0xbd,0x5d,0x78,0x1b,
|
||||
0x78,0x73,0x24,0x17,0x56,0x68,0xa0,0x2b,0x70,0xaa,0xbe,0xdf,0xa9,0xf7,0x81,0x65,
|
||||
0x43,0xb7,0x55,0x52,0x08,0xfc,0x1e,0x17,0x3e,0x8f,0x0b,0xd3,0x30,0x70,0xbb,0x4c,
|
||||
0xaa,0xcb,0xcb,0x98,0x11,0x0e,0xe1,0xf1,0xb8,0x71,0xbb,0x4c,0xdc,0xa6,0x89,0x69,
|
||||
0x9e,0x3a,0xc6,0x53,0x80,0x65,0x59,0x64,0x2d,0x9b,0xac,0x65,0x91,0xc9,0x66,0x49,
|
||||
0xa7,0xb3,0x9c,0x88,0x75,0x71,0xec,0x64,0x8c,0x44,0x3a,0x8d,0x65,0xd9,0x24,0x52,
|
||||
0x19,0xfa,0x52,0xe9,0x81,0x80,0xe6,0x7c,0xca,0x7d,0x38,0xc7,0x9f,0x3f,0x06,0x5e,
|
||||
0x02,0xda,0x26,0x1b,0xb0,0xe7,0x1c,0x60,0xbd,0x0d,0xfa,0x89,0x76,0xae,0x23,0x0c,
|
||||
0x83,0x4f,0xac,0xfb,0xdd,0x4c,0xd7,0x89,0xa3,0x3b,0xf7,0xfe,0xf2,0xb5,0xaf,0x01,
|
||||
0x1b,0x86,0x6c,0xfc,0x39,0x83,0xd3,0x25,0xa4,0xfd,0xae,0xab,0xb5,0xab,0x73,0xb1,
|
||||
0xf6,0x02,0xe5,0x0e,0x46,0xce,0xf6,0x58,0x06,0xba,0x08,0x7b,0x70,0x0a,0x90,0x6f,
|
||||
0xd5,0xce,0x9d,0x5f,0xe2,0x94,0x62,0xcc,0x4c,0x96,0xbb,0x24,0x8a,0x22,0xa2,0x1b,
|
||||
0xe6,0x37,0x36,0x19,0x1e,0xef,0x33,0xe9,0xee,0xf8,0x1a,0x21,0xa5,0x6b,0xc5,0x5d,
|
||||
0x0f,0x90,0x4d,0xa7,0x39,0xb4,0xfb,0xfd,0x44,0xef,0xc9,0x13,0x4f,0x26,0x3a,0xdb,
|
||||
0x1f,0x6f,0x8d,0x46,0x53,0xa3,0x5c,0x38,0x42,0x73,0xb1,0x17,0xe7,0x94,0xab,0x11,
|
||||
0xa8,0x4f,0xa7,0xd3,0x77,0x5b,0x96,0x75,0xb9,0x70,0x28,0xe7,0x5c,0x3f,0xe3,0x00,
|
||||
0x55,0xce,0x24,0xa6,0x3f,0x35,0xc5,0x72,0xbb,0xdd,0x2f,0x1a,0x86,0xb1,0x09,0xe7,
|
||||
0xfc,0x76,0x2f,0x4e,0x14,0x46,0x9f,0xf6,0x0b,0xd8,0x9c,0x47,0x74,0x4e,0x01,0xfe,
|
||||
0xdb,0x8f,0x3a,0x3d,0x99,0x54,0xf2,0x9e,0xef,0x7e,0xfa,0x86,0x74,0xa6,0xaf,0xe7,
|
||||
0x6b,0xc0,0xc5,0xee,0x92,0x32,0xf1,0x99,0xc7,0x9e,0x61,0xff,0x6f,0xb6,0x64,0xde,
|
||||
0x6e,0xfe,0xee,0x37,0x11,0xe2,0x2f,0x46,0xca,0xc9,0x05,0xb7,0x01,0x86,0x21,0x95,
|
||||
0x52,0xbf,0x07,0x3c,0x65,0x48,0x59,0x62,0xba,0x5c,0xb8,0x4c,0xd3,0x31,0xc0,0xa4,
|
||||
0x74,0x74,0x71,0x01,0xa0,0x15,0xa0,0x6c,0x1b,0xcb,0xb2,0xc8,0x64,0x32,0xa4,0xd3,
|
||||
0x69,0x2c,0xbb,0x3f,0x41,0x6d,0xb7,0x94,0xf2,0x33,0x96,0x65,0x6d,0xe7,0x3c,0xa7,
|
||||
0x73,0x0a,0x70,0x73,0x4b,0x6c,0x11,0xf0,0x54,0x36,0x93,0xbe,0xf5,0x1b,0xb7,0xac,
|
||||
0x0c,0x01,0xcf,0x02,0x77,0x94,0xcd,0xae,0x93,0xb6,0x6d,0xe1,0xf6,0x05,0x92,0xdd,
|
||||
0xc7,0x8f,0x3c,0x90,0xee,0x89,0x8f,0xd9,0xd3,0x53,0x53,0x5d,0x7d,0x0b,0x42,0xbc,
|
||||
0xe0,0x76,0xb9,0x82,0x39,0x6f,0xd5,0x68,0x2d,0xe5,0x5c,0x52,0x59,0x26,0x93,0xa1,
|
||||
0xaf,0xaf,0x8f,0xee,0x9e,0x1e,0x94,0x52,0xbb,0xa4,0x94,0x37,0x5b,0x96,0x75,0xf0,
|
||||
0x7c,0x06,0xf8,0x5c,0x87,0xec,0x5c,0x0f,0xac,0x34,0x5d,0xee,0x19,0xad,0xd1,0xe8,
|
||||
0x31,0xed,0xb1,0xda,0x10,0x6f,0x6b,0x55,0x28,0xc5,0xfd,0x8f,0x3f,0xed,0x5d,0x76,
|
||||
0xf3,0x5d,0x4f,0xa0,0xd4,0x98,0x6a,0x3a,0xd6,0x45,0x22,0x61,0x9f,0xcf,0xf7,0xa4,
|
||||
0xcf,0xeb,0x0d,0x1a,0x86,0xd1,0x9f,0x1c,0x36,0xea,0x55,0xae,0xb3,0x0d,0x3d,0x1e,
|
||||
0x0f,0xe5,0xe5,0xe5,0xcc,0x9c,0x31,0x03,0x8f,0xdb,0x7d,0xb1,0x6d,0xdb,0x5f,0x37,
|
||||
0x0c,0xc3,0xbc,0x00,0x70,0x61,0xee,0x95,0x38,0x97,0x66,0x78,0xd1,0x75,0xb1,0x5a,
|
||||
0xa3,0xd1,0x2e,0xe0,0x8b,0x40,0xb4,0xaf,0xe3,0x04,0x5b,0x7e,0xf6,0x32,0x27,0x0f,
|
||||
0x1f,0x68,0x10,0xd2,0x78,0x7c,0x5e,0x5d,0x9d,0x67,0x94,0xe0,0x0a,0xe0,0xb3,0x40,
|
||||
0xd3,0xd9,0xee,0xbb,0xcb,0xe5,0xa2,0xaa,0xaa,0x4a,0x78,0x3d,0x9e,0x7b,0x94,0x52,
|
||||
0x2b,0x2f,0x00,0x5c,0x80,0xd6,0x37,0x86,0x6c,0xe0,0x6f,0x80,0x47,0x80,0x77,0x07,
|
||||
0x3c,0x8a,0x02,0x7f,0x69,0xa5,0x53,0xd9,0x8d,0x7f,0xff,0x34,0xc7,0x5a,0x76,0x8b,
|
||||
0x75,0x5f,0xfd,0xd6,0x7d,0x0b,0xae,0xbb,0xf5,0xcb,0x75,0x91,0xc8,0x68,0x02,0x9b,
|
||||
0xbd,0xc0,0x03,0xe7,0x6a,0x0c,0x86,0x61,0x10,0x0e,0x87,0x7d,0xa6,0x69,0xde,0x6f,
|
||||
0x18,0x86,0xbc,0x00,0x70,0x61,0x90,0x77,0xaf,0x6f,0x0c,0x7d,0x67,0x7d,0x63,0xa8,
|
||||
0x3b,0xf7,0x9d,0xd6,0xb5,0x3f,0x00,0xfe,0x3d,0x27,0x1e,0x67,0x34,0x34,0xba,0xe6,
|
||||
0x2e,0x5c,0xfa,0xe7,0xc0,0xb7,0x46,0x52,0x9d,0xb5,0x76,0xee,0x5c,0xa1,0x94,0xba,
|
||||
0x18,0xe7,0x9e,0xa4,0xd1,0x6c,0x7b,0xf6,0x6b,0xc7,0xc4,0x88,0xc8,0x34,0x4d,0x42,
|
||||
0x65,0x65,0x37,0xb8,0x5c,0x2e,0xef,0x05,0x23,0x6b,0xf4,0xfa,0xf3,0x1a,0xe0,0x15,
|
||||
0x10,0x7e,0x5f,0x45,0x25,0x56,0x26,0xcd,0xbc,0x4b,0x57,0xdb,0x86,0xe9,0xda,0xfe,
|
||||
0xe1,0x1b,0xaf,0xfc,0x95,0x9d,0xcd,0xfc,0x14,0x27,0x1a,0x24,0x17,0x51,0x28,0x01,
|
||||
0xb7,0x90,0xc6,0xa2,0x92,0x19,0x73,0x6e,0x3f,0x79,0x28,0xfa,0x80,0x4b,0x52,0x3b,
|
||||
0x9c,0x77,0xb1,0xc0,0xe2,0x4d,0xe1,0x44,0x91,0x7c,0x0a,0xa7,0x18,0x6a,0x21,0xc3,
|
||||
0x3a,0x6f,0x3e,0x6c,0xdb,0xee,0x4b,0xa7,0xd3,0x4d,0x47,0x8f,0x1d,0x3b,0x2f,0x8d,
|
||||
0xad,0x62,0x1a,0x10,0x1b,0x81,0x66,0x50,0x7f,0x94,0xe8,0x38,0x21,0x0d,0xb7,0x87,
|
||||
0xc5,0xd7,0xde,0x24,0x67,0xcd,0x6f,0x5a,0x7e,0x60,0xc7,0x96,0xe7,0xca,0x67,0xd5,
|
||||
0xc6,0xaa,0xeb,0x2e,0xda,0xb9,0x7d,0xc3,0xbf,0x1c,0x06,0xa1,0x16,0xae,0xbd,0xa5,
|
||||
0xea,0xe0,0xae,0x6d,0x0b,0x12,0x9d,0x27,0x6b,0xee,0xfe,0xca,0x13,0xee,0x7f,0xfb,
|
||||
0x3f,0x4f,0x8b,0xb6,0xf7,0x7e,0x55,0xe8,0xbd,0x1f,0x69,0x35,0x70,0x63,0x01,0x00,
|
||||
0x7b,0x71,0x7c,0xc6,0x43,0xc9,0x02,0xde,0x04,0xae,0x19,0x3a,0x27,0x52,0x4a,0xd3,
|
||||
0xeb,0xf5,0xce,0x66,0x12,0x94,0xe7,0x1f,0x93,0xaa,0x29,0x56,0xc3,0xb1,0x78,0xdc,
|
||||
0x0e,0x85,0x42,0x9b,0xb4,0x77,0x2a,0xa2,0x2c,0x8b,0x7d,0xdb,0xde,0xa5,0x75,0xc7,
|
||||
0x36,0x62,0x87,0x5a,0xe5,0x9a,0xfb,0xff,0xd0,0xbf,0xe2,0x53,0x77,0xd4,0xb5,0xee,
|
||||
0xfa,0xcd,0x92,0xd0,0xac,0xda,0x25,0xbf,0xf5,0xf0,0x57,0x1a,0x82,0xe1,0xea,0xb2,
|
||||
0x0f,0xde,0xda,0x60,0x26,0x93,0x09,0xb1,0xff,0xfd,0x2d,0x90,0x9f,0xa6,0x62,0x01,
|
||||
0x7f,0xa6,0xf5,0xf3,0x50,0xe3,0x28,0x8b,0x53,0x08,0xb5,0x41,0x83,0x2f,0x86,0x70,
|
||||
0xfc,0x7f,0xc5,0xf1,0x7b,0x47,0x0a,0x48,0x83,0x97,0x62,0xf1,0xf8,0xde,0xf3,0x11,
|
||||
0xe0,0xa2,0x9f,0x26,0xd5,0x45,0x22,0x11,0xad,0x93,0x57,0x0d,0xec,0x8f,0x3b,0x58,
|
||||
0x8a,0xaf,0xac,0x82,0xee,0xa3,0x87,0x40,0x08,0xca,0x6b,0x1b,0xe8,0xed,0x38,0x41,
|
||||
0x32,0x76,0xd2,0x39,0xb2,0x4b,0x26,0xf1,0xf9,0xf2,0xb2,0x0f,0xba,0x70,0xae,0x7e,
|
||||
0xfd,0x2a,0xf0,0x85,0x21,0xcf,0x92,0xc0,0x65,0x1a,0xdc,0x27,0x87,0x8c,0x3d,0x0b,
|
||||
0xfc,0x36,0x4e,0xec,0xd3,0x77,0x86,0x88,0xf7,0x0c,0x70,0x77,0x6b,0x34,0xfa,0x93,
|
||||
0x0b,0x46,0xd6,0x18,0xa8,0x35,0x1a,0x8d,0x02,0x77,0xe0,0x1c,0xb5,0xf5,0xb3,0x64,
|
||||
0xba,0xa7,0x8b,0x78,0x5b,0x2b,0xb6,0x95,0xc5,0xce,0x66,0x38,0xb9,0xef,0x43,0x92,
|
||||
0xb1,0x33,0x96,0x6a,0x38,0x88,0x13,0x3b,0x36,0x56,0xda,0xaa,0xc1,0x9e,0x32,0x34,
|
||||
0x29,0xcc,0x7f,0xed,0x04,0x59,0x0f,0xdc,0x05,0xbc,0xca,0xa9,0x2b,0x5f,0x87,0xb3,
|
||||
0x86,0xb3,0x42,0x88,0x42,0xcf,0x8f,0x73,0xe6,0x22,0x27,0xa7,0x1b,0xf3,0x01,0xa6,
|
||||
0xd8,0x55,0x3f,0x93,0xc6,0x4b,0xd3,0x1a,0x8d,0x66,0x70,0xae,0x8e,0xfd,0x39,0xa7,
|
||||
0xc2,0x44,0x2f,0xd6,0x7a,0xd1,0xaf,0x45,0x65,0x0c,0x68,0x13,0x42,0xb4,0xb8,0xdd,
|
||||
0xee,0xbb,0x81,0xbb,0x87,0xbc,0x26,0xcd,0xf8,0xb2,0xe7,0x7b,0x99,0xc0,0xec,0xfb,
|
||||
0x69,0x05,0xf0,0x00,0xa0,0xd3,0x38,0x99,0x88,0x2d,0x03,0x62,0x84,0x73,0xfa,0xd2,
|
||||
0xd6,0xb9,0xc6,0x52,0x4a,0x39,0x1d,0x0b,0x8b,0x9f,0xff,0x00,0x0f,0x01,0x5b,0x31,
|
||||
0xb5,0x6f,0x47,0x9b,0x1e,0x3a,0x78,0x02,0xc9,0xbe,0x00,0xf0,0xd4,0x26,0x75,0x01,
|
||||
0xe0,0x0b,0x74,0x01,0xe0,0xc9,0x4a,0x86,0xc7,0x2b,0xee,0xfc,0xda,0x77,0xdc,0x9e,
|
||||
0xb2,0x8a,0xbc,0x71,0x49,0xd3,0x25,0x6e,0x7b,0xe4,0x1b,0x0d,0x4d,0xd7,0xfd,0x56,
|
||||
0xfe,0xd9,0xb3,0x10,0xd4,0x34,0x2d,0x73,0x5f,0xf1,0xc0,0x17,0x3c,0xe3,0xcd,0x74,
|
||||
0xb8,0x00,0xf0,0x38,0xa9,0xb9,0x25,0x66,0x3c,0xfc,0x4f,0xaf,0x79,0xfc,0xe1,0xea,
|
||||
0x3c,0x03,0x71,0xe9,0x2d,0xbf,0xbd,0x62,0xe1,0x95,0xd7,0xbc,0x76,0xcd,0xef,0x7d,
|
||||
0xe1,0xde,0xa1,0xcf,0x3c,0xa5,0xe5,0x9e,0x79,0x4b,0x57,0xfc,0x70,0xf1,0xda,0x9b,
|
||||
0x1e,0x16,0xd2,0x18,0x84,0xa2,0x3b,0x50,0x62,0xde,0xfa,0xf0,0x57,0x9e,0x5d,0x73,
|
||||
0xcf,0x03,0xbf,0xf0,0x95,0x57,0x0e,0x3a,0x39,0x12,0xd2,0x10,0x97,0xdc,0x79,0x7f,
|
||||
0x4d,0x73,0x4b,0x2c,0xd0,0xdc,0x12,0x73,0xeb,0x73,0xee,0x0b,0x56,0xf4,0x59,0x04,
|
||||
0xd4,0xc4,0x49,0xa1,0x5c,0x82,0xe3,0x6a,0x5c,0x5e,0x12,0xae,0x5a,0xb6,0xe6,0xfe,
|
||||
0x87,0x16,0xbc,0xfa,0xd4,0xa3,0x83,0x7e,0xeb,0x0b,0x96,0x84,0x41,0x84,0x5d,0x1e,
|
||||
0x6f,0x21,0x26,0x05,0x21,0xdc,0x05,0x23,0x3e,0x84,0x44,0x9a,0x46,0xa5,0x90,0xb2,
|
||||
0x52,0x1a,0x83,0x8f,0xa4,0x5d,0xfe,0x80,0xf9,0x89,0x1b,0x6f,0x7b,0x06,0xf8,0x3a,
|
||||
0x4e,0xc2,0xf5,0xfb,0xcd,0x2d,0xb1,0xf7,0x70,0xce,0xb8,0x0f,0x02,0x69,0x7d,0xf6,
|
||||
0x7d,0x01,0xe0,0x51,0x80,0xea,0xc2,0x29,0x51,0x70,0xa3,0xfe,0x5c,0x85,0x13,0x23,
|
||||
0x6d,0xe6,0xa4,0x8e,0x34,0x26,0xea,0x9c,0x44,0x20,0x84,0x70,0xe3,0xa4,0x69,0xd6,
|
||||
0x00,0x6b,0xf5,0xd6,0x2d,0x85,0x13,0x71,0xf9,0x7a,0x73,0x4b,0xec,0x67,0x38,0xe1,
|
||||
0xb4,0x3d,0x93,0x0d,0x6c,0x73,0x12,0x81,0x2a,0x70,0x2a,0xc3,0xdf,0x02,0xfc,0x2e,
|
||||
0x70,0x35,0x4e,0xc0,0xbc,0x51,0x5c,0x7b,0x58,0x15,0x6a,0xca,0xc0,0xf1,0xae,0x2d,
|
||||
0xd5,0x9f,0x2f,0xe2,0x04,0xf6,0xbf,0xd4,0xdc,0x12,0x7b,0x1e,0xd8,0xb9,0xbe,0x31,
|
||||
0x34,0x29,0x2e,0xbf,0x96,0x93,0x04,0xdc,0x72,0xe0,0x61,0x60,0x13,0xce,0xa1,0xc3,
|
||||
0x6d,0x38,0x59,0x0c,0xc3,0xb2,0x69,0x3a,0x95,0x7f,0xb9,0xb6,0x3c,0x0b,0x85,0xd0,
|
||||
0x8c,0x21,0x39,0xc9,0x56,0x2a,0x45,0xa2,0xeb,0x8c,0x41,0x20,0x2e,0x9c,0x4a,0x08,
|
||||
0x7f,0x8a,0x73,0xce,0xfd,0xcf,0xcd,0x2d,0xb1,0xab,0xb5,0x24,0x9a,0xbe,0x00,0x37,
|
||||
0xb7,0xc4,0xcc,0xe6,0x96,0xd8,0x3a,0x9c,0x4c,0x81,0x6f,0xe3,0x84,0xe0,0x9c,0x51,
|
||||
0xaa,0x58,0xd9,0x0c,0x07,0x76,0x6e,0xcb,0x13,0xa5,0xa5,0x55,0x35,0x63,0x4e,0x33,
|
||||
0x75,0xc4,0xbe,0x49,0x75,0xc3,0xe0,0x28,0x20,0x2b,0x93,0xe2,0xe3,0x6d,0x9b,0xb0,
|
||||
0x47,0x56,0x64,0x4d,0x00,0x3e,0x9c,0xd3,0xb1,0x0d,0xc0,0x73,0xcd,0x2d,0xb1,0x3a,
|
||||
0x2d,0x9d,0xa6,0x17,0xc0,0xcd,0x2d,0xb1,0x00,0xf0,0x2d,0xe0,0x05,0x9c,0x1a,0x20,
|
||||
0x23,0x62,0x3f,0xa5,0x14,0xd1,0x1d,0xdb,0x68,0xdd,0xb2,0x71,0x88,0x95,0x1c,0x62,
|
||||
0xd6,0xfc,0x85,0x67,0x4e,0xe8,0x56,0xea,0x34,0x00,0x1b,0x34,0xae,0xba,0x1a,0x21,
|
||||
0x07,0x4f,0xcb,0xf6,0x0d,0x2f,0x71,0x74,0xdf,0x9e,0xd1,0x0e,0xd1,0x07,0xdc,0x0f,
|
||||
0xbc,0x0e,0x7c,0xb2,0x58,0xd6,0xb7,0x2c,0x12,0xb8,0x5e,0x9c,0x20,0xf8,0x87,0x71,
|
||||
0x6a,0x81,0x8c,0x88,0xac,0x4c,0x86,0x7d,0xdb,0x36,0xf1,0xca,0xff,0x7c,0x9c,0x4c,
|
||||
0x5f,0xcf,0x00,0x23,0x58,0xb2,0xe2,0xf6,0xdf,0xa1,0x3a,0x32,0xef,0x8c,0xec,0xa5,
|
||||
0x0a,0x28,0x70,0xa7,0xec,0x8d,0x13,0x53,0xbd,0x60,0xd5,0x55,0xcc,0x59,0x36,0xb8,
|
||||
0x8c,0x57,0xa2,0xb3,0x9d,0x0d,0xcf,0x3e,0xc9,0xd1,0x7d,0x7b,0xfa,0x4b,0x42,0x8c,
|
||||
0xd8,0x42,0x73,0x44,0xf7,0x0f,0x80,0x9b,0x8b,0xc1,0xc9,0xb2,0x08,0xe0,0x0a,0xe0,
|
||||
0xf3,0xda,0x90,0x1a,0xb1,0xd2,0x3c,0xb6,0x7f,0x2f,0x3f,0xf9,0x5f,0x4f,0xf0,0xc3,
|
||||
0xbf,0xf8,0x4f,0xc4,0xdb,0x5a,0x07,0x6c,0x63,0x82,0x5c,0xf6,0xe9,0xcf,0x71,0xe5,
|
||||
0xdd,0xf7,0x21,0x75,0x8c,0xba,0x2a,0xc0,0xa5,0x42,0x1a,0x18,0x2e,0x17,0x86,0x61,
|
||||
0xe6,0x71,0xa8,0x6d,0x59,0x64,0x75,0x45,0xbb,0x40,0xa8,0x82,0x5b,0x1f,0x7e,0x84,
|
||||
0xba,0x55,0xd7,0xf6,0xbf,0x0f,0xe0,0xf0,0x8e,0x2d,0xfc,0xe3,0x57,0xbf,0xc8,0xaf,
|
||||
0x7e,0xf4,0x3c,0xe9,0x44,0x62,0xb4,0xc3,0x2e,0x07,0xfe,0x9a,0x71,0x5c,0x0e,0x76,
|
||||
0x3e,0x71,0x70,0x09,0x4e,0x85,0x9d,0x11,0x5b,0xf0,0xb6,0x65,0xb1,0x75,0xc3,0xcb,
|
||||
0x7c,0xf0,0xfa,0x06,0x6c,0x4b,0xe1,0x0a,0x94,0xe3,0x0d,0xcf,0xa6,0xe1,0xba,0x4f,
|
||||
0x73,0xc7,0x9f,0x3f,0xc5,0xda,0x07,0xfe,0x10,0x6f,0xb0,0xa4,0xdf,0xea,0x4d,0x74,
|
||||
0xe7,0x1b,0x45,0x15,0x73,0x22,0xb8,0x7d,0x01,0x82,0x15,0x61,0xcc,0x21,0x45,0x4d,
|
||||
0xb3,0xa9,0x3e,0xba,0x3b,0x4e,0xd5,0xbd,0xaa,0x9c,0x13,0xe1,0xee,0x3f,0xfb,0x3a,
|
||||
0x9f,0xfc,0x93,0xc7,0x98,0xb9,0xfc,0x3a,0x3c,0x65,0xd5,0x98,0xfe,0x32,0x52,0xdd,
|
||||
0xdd,0xbc,0xf3,0xe2,0xf3,0x1c,0x3f,0xb0,0x7f,0x2c,0xe3,0x9e,0x03,0x7c,0xee,0xb9,
|
||||
0x09,0xe6,0xe2,0x62,0x6c,0x93,0x1a,0x38,0x4d,0x69,0xff,0xe1,0x74,0xe3,0x9a,0x7b,
|
||||
0x3f,0xcb,0xbc,0x4b,0x6f,0xa0,0xb7,0xd7,0xc6,0xf4,0xf8,0xf0,0x95,0x55,0xe0,0xf6,
|
||||
0xfa,0x31,0x4c,0x83,0x9e,0x5e,0x28,0x2b,0x73,0xb2,0xf7,0xad,0x4c,0x86,0xe8,0x8e,
|
||||
0x6d,0x43,0xb8,0x57,0xb2,0x78,0xed,0xcd,0x18,0xa6,0x49,0x78,0x76,0x2d,0x33,0x17,
|
||||
0x2e,0x23,0xba,0xf9,0x97,0xa7,0xd4,0xb2,0x65,0x11,0xdd,0xbe,0x95,0xc6,0x95,0xab,
|
||||
0x91,0x86,0x81,0x65,0x29,0x7a,0x53,0x1e,0xaa,0x9b,0xae,0x66,0xed,0xfc,0x2b,0x49,
|
||||
0xf6,0xc4,0x49,0x76,0xc7,0xb1,0x33,0x49,0xca,0x2b,0x83,0xcc,0x6c,0xb8,0x68,0x6c,
|
||||
0x1b,0x6a,0xb8,0x5c,0x39,0x73,0x9e,0x99,0xca,0x00,0x8f,0xe9,0x5a,0x99,0x92,0x70,
|
||||
0x25,0x4d,0x15,0x95,0xf4,0xf6,0x66,0x39,0x79,0x32,0xdd,0x6f,0x2b,0xd9,0x36,0xc4,
|
||||
0x62,0x19,0xac,0xac,0xa2,0xac,0x14,0x76,0xbc,0xf5,0x1a,0xd1,0xad,0x83,0x0d,0xb0,
|
||||
0xda,0x4b,0x57,0xd3,0x74,0xe5,0x35,0x08,0x21,0x70,0x7b,0x7d,0x5c,0x73,0xdf,0xef,
|
||||
0xf3,0xe2,0xc7,0x1f,0x92,0xe8,0x38,0x55,0x1d,0x6f,0xfb,0xab,0x2f,0xd3,0xb8,0xea,
|
||||
0x6a,0xe6,0x5e,0xbc,0x9c,0xf6,0x93,0x19,0x92,0x49,0xbb,0xdf,0xb2,0xf6,0x97,0x85,
|
||||
0x29,0xad,0xa8,0xa4,0xb2,0xca,0x8d,0xd7,0x3b,0xae,0xad,0xd8,0x84,0xef,0x8d,0x8b,
|
||||
0x21,0xa2,0xf7,0xe1,0x14,0x2a,0x19,0x3d,0x0b,0x08,0x08,0x06,0x4d,0x42,0x65,0xf9,
|
||||
0xdb,0xcb,0xae,0xee,0x34,0xbf,0xf8,0xfe,0xf3,0xbc,0xfa,0xd4,0xd7,0xb1,0xf4,0x1e,
|
||||
0x59,0x48,0x83,0x99,0xcb,0xaf,0xe5,0xc6,0x87,0xbe,0x4c,0xa0,0xec,0xd4,0xed,0xea,
|
||||
0x73,0x17,0x2e,0xe1,0xe6,0x3f,0x79,0x94,0xe0,0xac,0x8b,0xfa,0xad,0xee,0x54,0x57,
|
||||
0x8c,0x7f,0x79,0xec,0xcb,0xbc,0xff,0xf6,0xaf,0xfb,0xc1,0x1d,0xd8,0x6e,0x38,0x3c,
|
||||
0x6e,0x70,0x6d,0xe0,0x4d,0x21,0xc4,0x84,0x06,0xf5,0x15,0x83,0x83,0xfb,0x80,0x6f,
|
||||
0x00,0xcf,0x31,0xc6,0xeb,0xde,0x83,0x25,0x26,0x5d,0xdd,0x59,0x2c,0x6b,0xc0,0x7d,
|
||||
0x85,0xb6,0xcd,0xfe,0xf7,0x7e,0x8d,0x52,0x0a,0x33,0x10,0xa2,0x74,0x56,0x03,0x8d,
|
||||
0x6b,0x6e,0xa3,0x76,0xd9,0x6a,0xf0,0x94,0x0e,0x2c,0x37,0x89,0x6d,0x0b,0x4a,0xe7,
|
||||
0x2c,0xe3,0x86,0x2f,0x7d,0x9b,0xfd,0x5b,0xdf,0x64,0xdf,0xc6,0x9f,0x92,0xe8,0x38,
|
||||
0x4a,0x36,0x9d,0xa6,0xe3,0xd8,0x31,0xc2,0xf5,0x83,0x8b,0xb5,0x78,0xbd,0x06,0x5e,
|
||||
0xdf,0xb8,0x9d,0x28,0x1f,0x00,0x7f,0xf7,0xe0,0xfc,0xb2,0x09,0x3d,0x93,0x2e,0xca,
|
||||
0x06,0x5c,0x7b,0x78,0xfe,0x1b,0xf0,0x65,0x0a,0xd4,0x8e,0x1e,0x09,0x9d,0x38,0x91,
|
||||
0xa2,0xb7,0x77,0xb0,0xf3,0x21,0xdd,0x75,0x14,0x32,0x1d,0xf4,0xa5,0x03,0x04,0xc3,
|
||||
0x35,0x98,0x2e,0x8f,0x93,0xfc,0x2d,0xa0,0xba,0xda,0x83,0x4f,0x83,0x14,0x8b,0x65,
|
||||
0x88,0xc5,0x32,0xda,0xe2,0xb6,0xc9,0x24,0xfb,0xe8,0xeb,0x38,0x46,0x65,0xa5,0x49,
|
||||
0xda,0x98,0x81,0xcc,0xbb,0x13,0xc9,0x45,0x49,0xc9,0xb8,0x9c,0x52,0x07,0x80,0x7b,
|
||||
0xd6,0x37,0x86,0x36,0x4d,0xf4,0x5c,0x17,0xcd,0xc3,0xa2,0x41,0xfe,0x3c,0xf0,0xdf,
|
||||
0xf5,0x36,0x62,0x54,0xd4,0xd1,0x91,0xa6,0xab,0x6b,0xb0,0xb4,0xf3,0xfb,0x0d,0x2a,
|
||||
0x2b,0xdd,0xb4,0xb5,0x25,0x07,0x71,0x37,0x40,0x69,0x89,0x49,0x45,0xd8,0x8d,0x52,
|
||||
0x70,0xe4,0x48,0x92,0x74,0x7a,0xb0,0x18,0x0e,0xf8,0x0d,0xc2,0x95,0x6e,0x0e,0x1d,
|
||||
0x4a,0x30,0x70,0xab,0x2b,0x04,0x54,0x55,0x79,0xf0,0xfb,0xc7,0xc4,0xc1,0x36,0xb0,
|
||||
0x05,0xf8,0x83,0xf5,0x8d,0xa1,0xdf,0x4c,0x2b,0x4f,0x96,0x76,0xc6,0x3f,0x8d,0x53,
|
||||
0x66,0xf7,0x55,0x9c,0x90,0xd7,0xf1,0xaf,0x58,0x21,0xf0,0xb8,0xf3,0x87,0x95,0x4c,
|
||||
0xd9,0x28,0x05,0x96,0xa5,0xc8,0x66,0xf2,0x9d,0x15,0x6e,0x8f,0x3c,0x9b,0xeb,0x5d,
|
||||
0xe1,0x94,0x54,0x7e,0x14,0xb8,0xa9,0x58,0xe0,0x16,0x15,0x60,0x0d,0xb2,0xbd,0xbe,
|
||||
0x31,0xb4,0x15,0x58,0x87,0x93,0x3a,0xf2,0x1a,0x4e,0x8a,0xc9,0xb8,0xf4,0x94,0x61,
|
||||
0xe6,0x03,0x95,0xe3,0x68,0xcb,0x2a,0x78,0x3a,0x84,0xd9,0xff,0x6f,0xc4,0x30,0x78,
|
||||
0x8d,0x98,0x63,0x8f,0xe3,0x14,0x59,0xbd,0x02,0xf8,0xcb,0xf5,0x8d,0xa1,0x58,0x31,
|
||||
0xe7,0x78,0x52,0x1c,0x17,0xae,0x6f,0x0c,0xa5,0x80,0x9f,0x34,0xb7,0xc4,0x5e,0x05,
|
||||
0x96,0x03,0x9f,0xc1,0x29,0xfd,0x3f,0x67,0x2c,0x86,0x98,0x3c,0xcd,0xe5,0xce,0xb6,
|
||||
0xad,0x0a,0xea,0xa9,0x71,0xf0,0xae,0xad,0x17,0xe5,0x26,0xe0,0x45,0x9c,0xba,0x59,
|
||||
0xc7,0x26,0xcb,0xb9,0xf0,0xa4,0x3a,0xf0,0x5f,0xdf,0x18,0x4a,0x03,0x9b,0x9a,0x5b,
|
||||
0x62,0x5b,0x70,0x72,0x78,0x73,0xc9,0x62,0xd7,0xe2,0x24,0x95,0xf9,0x38,0x4d,0x4d,
|
||||
0xac,0x33,0x82,0xa4,0x46,0xf5,0xb5,0x5e,0x18,0x79,0x3f,0xb0,0xf5,0x7e,0xb6,0x13,
|
||||
0xe7,0x90,0xff,0x17,0xc0,0xbf,0x01,0xad,0xba,0xff,0x93,0x8a,0x26,0x65,0x44,0x87,
|
||||
0x5e,0xfd,0xdd,0xc0,0x2f,0x9a,0x5b,0x62,0xaf,0x6b,0x2e,0xae,0x06,0x2e,0x01,0x3e,
|
||||
0x01,0x2c,0x55,0x8a,0xe5,0x9c,0x2a,0x73,0x98,0xbb,0x9d,0x44,0x9c,0x0e,0x30,0x35,
|
||||
0x7a,0xce,0xb4,0x84,0xc0,0x02,0xd1,0x87,0x93,0x6d,0xb1,0x13,0xe7,0x82,0x92,0x2d,
|
||||
0x38,0xe1,0x3b,0xbd,0xeb,0x1b,0x43,0x93,0x3a,0x59,0x6d,0xd2,0xc7,0x64,0xad,0x6f,
|
||||
0x0c,0x29,0x9c,0xf0,0x98,0x83,0xc0,0xc1,0xe6,0x96,0xd8,0x8f,0x51,0x18,0x4a,0xe1,
|
||||
0x72,0xbb,0x65,0xd8,0xb2,0x54,0x83,0x52,0xaa,0x4e,0x29,0xe6,0x08,0x49,0x0d,0x50,
|
||||
0x8e,0xa2,0x5a,0x08,0x27,0xa7,0x49,0x29,0x7c,0x42,0xe0,0x17,0x42,0x98,0x80,0xa5,
|
||||
0x54,0xff,0x82,0x50,0xda,0xb0,0xeb,0x16,0x82,0x84,0x82,0x93,0x42,0x70,0x5c,0x4a,
|
||||
0x4e,0x0a,0x21,0x4e,0x08,0xc1,0x61,0x29,0x45,0xab,0xdb,0x2d,0xf7,0x49,0x43,0x1c,
|
||||
0xd0,0xbf,0xcd,0x4c,0xe6,0xf8,0xab,0xf3,0x12,0xe0,0x61,0x00,0xcf,0x5d,0xb4,0x75,
|
||||
0x48,0x7f,0xde,0x02,0xf8,0xf6,0xe6,0x13,0x52,0x80,0x50,0x0a,0x29,0xa5,0x90,0x4a,
|
||||
0x39,0x17,0xa6,0x49,0x29,0x0c,0x21,0x90,0x42,0xa0,0x94,0x52,0xba,0x6a,0x92,0x50,
|
||||
0x42,0x60,0xd9,0xb6,0xca,0xea,0xea,0xc5,0x36,0x60,0x7b,0x3c,0x86,0xf2,0xfb,0x0c,
|
||||
0xfb,0x4b,0x97,0x84,0xa7,0x5d,0x90,0xfc,0x05,0x3a,0x0f,0xe9,0xff,0x03,0x9d,0x2a,
|
||||
0xb9,0x9c,0xf1,0x9e,0xa6,0x7a,0x00,0x00,0x00,0x00,0x49,0x45,0x4e,0x44,0xae,0x42,
|
||||
0x60,0x82};
|
||||
@@ -0,0 +1,79 @@
|
||||
//
|
||||
// PNGDisplay class demo
|
||||
//
|
||||
// This sketch shows how to use the new helper class, PNGDisplay to more easily
|
||||
// display PNG images on displays supported by my bb_spi_lcd library
|
||||
// There are only two overloaded methods exposed by the library: loadPNG(), getPNGInfo()
|
||||
// They allow you to pass PNG image data as a pointer or a filename on a uSD card
|
||||
// loadPNG() requires a x,y position for where to draw the image. This code doesn't
|
||||
// currently support clipping, so attempts to draw off the edge of the display
|
||||
// will return with an error.
|
||||
// An optional background color can be specified for PNGs with an alpha channel
|
||||
//
|
||||
#include <PNGDisplay.h>
|
||||
#include <PNGDisplay.inl>
|
||||
#include <bb_spi_lcd.h>
|
||||
#include <SPI.h>
|
||||
#include <SD.h>
|
||||
#include "octocat_small.h"
|
||||
|
||||
BB_SPI_LCD lcd, sprite; // one instance for the display and another for a 'sprite'
|
||||
PNGDisplay pd; // only one instance of this class is needed
|
||||
SPIClass SD_SPI;
|
||||
bool bSD = false;
|
||||
// These GPIOs are for the uSD card slot on the JC4827W543 "Cheap Yellow Display"
|
||||
#define SD_CS 10
|
||||
#define SD_MOSI 11
|
||||
#define SD_SCK 12
|
||||
#define SD_MISO 13
|
||||
|
||||
void setup() {
|
||||
int x, y, w, h, bpp;
|
||||
lcd.begin(DISPLAY_CYD_543);
|
||||
lcd.fillScreen(TFT_BLACK);
|
||||
lcd.setTextColor(TFT_GREEN);
|
||||
lcd.setFont(FONT_12x16);
|
||||
|
||||
SD_SPI.begin(SD_SCK, SD_MISO, SD_MOSI, SD_CS);
|
||||
if (!SD.begin(SD_CS, SD_SPI, 10000000)) { // Faster than 10MHz seems to fail on the CYDs
|
||||
lcd.println("Card Mount Failed");
|
||||
} else {
|
||||
lcd.println("Card Mount Succeeded");
|
||||
bSD = true;
|
||||
}
|
||||
// Load a PNG from the uSD card
|
||||
if (bSD) {
|
||||
// The PNG can be directly decoded to the LCD
|
||||
if (pd.getPNGInfo(&w, &h, &bpp, "/tulips_320x213.png")) { // get info
|
||||
// center it on the LCD
|
||||
x = (lcd.width() - w)/2;
|
||||
y = (lcd.height() - h)/2;
|
||||
if (x < 0) x = 0;
|
||||
if (y < 0) y = 0;
|
||||
pd.loadPNG(&lcd, x, y, "/tulips_320x213.png"); // load this image from the root dir of the SD card
|
||||
delay(5000);
|
||||
}
|
||||
}
|
||||
//
|
||||
// Load and display the PNG image all over the display by using a 'sprite'
|
||||
// First, create a sprite instance of BB_SPI_LCD with the createVirtual() method
|
||||
// Next, decode a PNG image directly into the sprite memory
|
||||
// And finally, draw it in multiple places on the LCD
|
||||
//
|
||||
lcd.fillScreen(TFT_BLACK);
|
||||
// You can request the dimensions and bit depth of the image BEFORE decoding it
|
||||
if (pd.getPNGInfo(&w, &h, &bpp, octocat_small, sizeof(octocat_small))) {
|
||||
sprite.createVirtual(w, h); // create a sprite of the PNG image size
|
||||
// The PNG image can be decoded directly into the sprite instance
|
||||
pd.loadPNG(&sprite, 0, 0, octocat_small, sizeof(octocat_small), 0);
|
||||
for (int y = 0; y < lcd.height(); y += h) { // now draw it all over the LCD
|
||||
for (int x = 0; x < lcd.width(); x += w) {
|
||||
lcd.drawSprite(x, y, &sprite, 0xffffffff); // 0xffffffff = no transparent color
|
||||
} // for x
|
||||
} // for y
|
||||
sprite.freeVirtual(); // free the sprite memory
|
||||
}
|
||||
}
|
||||
|
||||
void loop() {
|
||||
}
|
||||
@@ -0,0 +1,108 @@
|
||||
// A simple image slideshow which reads all the .JPG files from the root
|
||||
// directory of a SD card and shows each for 1 second on an ILI9341 display.
|
||||
|
||||
#include <PNGdec.h>
|
||||
#include <ILI9341_t3.h>
|
||||
#include <Bounce.h>
|
||||
#include <SD.h>
|
||||
|
||||
#define TFT_DC 9
|
||||
#define TFT_CS 10
|
||||
|
||||
ILI9341_t3 tft = ILI9341_t3(TFT_CS, TFT_DC);
|
||||
PNG png;
|
||||
|
||||
// Setup - initialize ILI9341 display, wait for serial monitor, open SD card
|
||||
void setup() {
|
||||
pinMode(34, INPUT_PULLDOWN);
|
||||
pinMode(33, OUTPUT);
|
||||
digitalWrite(33, HIGH); // pushbuttons short pins 33 & 34 together
|
||||
Serial.begin(115200);
|
||||
tft.begin();
|
||||
tft.setRotation(3);
|
||||
tft.fillScreen(ILI9341_BLACK);
|
||||
tft.setTextColor(ILI9341_YELLOW);
|
||||
tft.setTextSize(2);
|
||||
tft.println("Waiting for Arduino Serial Monitor...");
|
||||
|
||||
while (!Serial && millis() < 3000); // wait up to 3 seconds for Arduino Serial Monitor
|
||||
Serial.println("ILI9341 Slideshow");
|
||||
tft.fillScreen(ILI9341_BLACK);
|
||||
tft.setCursor(0, 0);
|
||||
|
||||
while (!SD.begin(4/*BUILTIN_SDCARD*/)) {
|
||||
Serial.println("Unable to access SD Card");
|
||||
tft.println("Unable to access SD Card");
|
||||
delay(1000);
|
||||
}
|
||||
}
|
||||
|
||||
// Functions to access a file on the SD card
|
||||
File myfile;
|
||||
|
||||
void * myOpen(const char *filename, int32_t *size) {
|
||||
Serial.printf("Attempting to open %s\n", filename);
|
||||
myfile = SD.open(filename);
|
||||
*size = myfile.size();
|
||||
return &myfile;
|
||||
}
|
||||
void myClose(void *handle) {
|
||||
if (myfile) myfile.close();
|
||||
}
|
||||
int32_t myRead(PNGFILE *handle, uint8_t *buffer, int32_t length) {
|
||||
if (!myfile) return 0;
|
||||
return myfile.read(buffer, length);
|
||||
}
|
||||
int32_t mySeek(PNGFILE *handle, int32_t position) {
|
||||
if (!myfile) return 0;
|
||||
return myfile.seek(position);
|
||||
}
|
||||
|
||||
// Function to draw pixels to the display
|
||||
int PNGDraw(PNGDRAW *pDraw) {
|
||||
uint16_t usPixels[320];
|
||||
|
||||
png.getLineAsRGB565(pDraw, usPixels, PNG_RGB565_LITTLE_ENDIAN, 0xffffffff);
|
||||
tft.writeRect(0, pDraw->y + 24, pDraw->iWidth, 1, usPixels);
|
||||
return 1;
|
||||
}
|
||||
|
||||
// Main loop, scan for all .PNG files on the card and display them
|
||||
void loop() {
|
||||
int rc, filecount = 0;
|
||||
tft.setCursor(0, 0);
|
||||
File dir = SD.open("/");
|
||||
while (true) {
|
||||
File entry = dir.openNextFile();
|
||||
if (!entry) break;
|
||||
if (entry.isDirectory() == false) {
|
||||
const char *name = entry.name();
|
||||
const int len = strlen(name);
|
||||
if (len > 3 && strcmp(name + len - 3, "PNG") == 0) {
|
||||
Serial.print("File: ");
|
||||
Serial.println(name);
|
||||
tft.fillScreen(ILI9341_BLACK);
|
||||
tft.setCursor(0, 0);
|
||||
tft.print("File: ");
|
||||
tft.println(name);
|
||||
rc = png.open((const char *)name, myOpen, myClose, myRead, mySeek, PNGDraw);
|
||||
if (rc == PNG_SUCCESS) {
|
||||
Serial.printf("image specs: (%d x %d), %d bpp, pixel type: %d\n", png.getWidth(), png.getHeight(), png.getBpp(), png.getPixelType());
|
||||
rc = png.decode(NULL, 0);
|
||||
png.close();
|
||||
}
|
||||
filecount = filecount + 1;
|
||||
// if (digitalRead(34) == LOW) {
|
||||
// skip delay between images when pushbutton is pressed
|
||||
delay(2000);
|
||||
// }
|
||||
}
|
||||
}
|
||||
entry.close();
|
||||
}
|
||||
if (filecount == 0) {
|
||||
Serial.println("No .PNG files found");
|
||||
tft.println("No .PNG files found");
|
||||
delay(2000);
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
name=PNGdec
|
||||
version=1.1.6
|
||||
author=Larry Bank
|
||||
maintainer=Larry Bank
|
||||
sentence=Universal PNG decoder for MCUs with at least 48K of RAM.
|
||||
paragraph=Designed to provide a fully functional PNG decoder that can use minimal memory by decoding a line at a time with an optional callback function. Supports all pixel formats.
|
||||
category=Display
|
||||
url=https://github.com/bitbank2/PNGdec
|
||||
architectures=*
|
||||
includes=PNGdec.h
|
||||
@@ -0,0 +1,37 @@
|
||||
CFLAGS=-D__LINUX__ -Wall -O2
|
||||
LIBS =
|
||||
|
||||
all: png_demo
|
||||
|
||||
png_demo: main.o PNGdec.o adler32.o crc32.o infback.o inffast.o inflate.o inftrees.o zutil.o
|
||||
$(CC) main.o PNGdec.o adler32.o crc32.o infback.o inffast.o inflate.o inftrees.o zutil.o $(LIBS) -o png_demo
|
||||
|
||||
main.o: main.cpp
|
||||
$(CXX) $(CFLAGS) -c main.cpp
|
||||
|
||||
PNGdec.o: ../src/PNGdec.cpp ../src/png.inl ../src/PNGdec.h
|
||||
$(CXX) $(CFLAGS) -c ../src/PNGdec.cpp
|
||||
|
||||
adler32.o: ../src/adler32.c
|
||||
$(CC) $(CFLAGS) -c ../src/adler32.c
|
||||
|
||||
crc32.o: ../src/crc32.c
|
||||
$(CC) $(CFLAGS) -c ../src/crc32.c
|
||||
|
||||
infback.o: ../src/infback.c
|
||||
$(CC) $(CFLAGS) -c ../src/infback.c
|
||||
|
||||
inffast.o: ../src/inffast.c
|
||||
$(CC) $(CFLAGS) -c ../src/inffast.c
|
||||
|
||||
inflate.o: ../src/inflate.c
|
||||
$(CC) $(CFLAGS) -c ../src/inflate.c
|
||||
|
||||
inftrees.o: ../src/inftrees.c
|
||||
$(CC) $(CFLAGS) -c ../src/inftrees.c
|
||||
|
||||
zutil.o: ../src/zutil.c
|
||||
$(CC) $(CFLAGS) -c ../src/zutil.c
|
||||
|
||||
clean:
|
||||
rm -rf *.o png_demo
|
||||
@@ -0,0 +1,151 @@
|
||||
//
|
||||
// main.cpp
|
||||
// pngdec_test
|
||||
//
|
||||
// Created by Larry Bank on 5/9/21.
|
||||
//
|
||||
|
||||
#include "../src/PNGdec.h"
|
||||
|
||||
PNG png; // static instance of class
|
||||
|
||||
/* Windows BMP header info (54 bytes) */
|
||||
uint8_t winbmphdr[54] =
|
||||
{0x42,0x4d,
|
||||
0,0,0,0, /* File size */
|
||||
0,0,0,0,0x36,4,0,0,0x28,0,0,0,
|
||||
0,0,0,0, /* Xsize */
|
||||
0,0,0,0, /* Ysize */
|
||||
1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, /* number of planes, bits per pel */
|
||||
0,0,0,0};
|
||||
|
||||
//
|
||||
// Minimal code to save frames as Windows BMP files
|
||||
//
|
||||
void SaveBMP(char *fname, uint8_t *pBitmap, uint8_t *pPalette, int cx, int cy, int bpp)
|
||||
{
|
||||
FILE * oHandle;
|
||||
int i, bsize, lsize;
|
||||
uint32_t *l;
|
||||
uint8_t *s;
|
||||
uint8_t ucTemp[1024];
|
||||
|
||||
oHandle = fopen(fname, "w+b");
|
||||
bsize = (cx * bpp) >> 3;
|
||||
lsize = (bsize + 3) & 0xfffc; /* Width of each line */
|
||||
winbmphdr[26] = 1; // number of planes
|
||||
winbmphdr[28] = (uint8_t)bpp;
|
||||
|
||||
/* Write the BMP header */
|
||||
l = (uint32_t *)&winbmphdr[2];
|
||||
i =(cy * lsize) + 54;
|
||||
if (bpp <= 8)
|
||||
i += 1024;
|
||||
*l = (uint32_t)i; /* Store the file size */
|
||||
l = (uint32_t *)&winbmphdr[10]; // pointer to data
|
||||
*l = i - (cy * lsize);
|
||||
winbmphdr[14] = 0x28;
|
||||
l = (uint32_t *)&winbmphdr[18];
|
||||
*l = (uint32_t)cx; /* width */
|
||||
*(l+1) = (uint32_t)(-cy); /* height */
|
||||
fwrite(winbmphdr, 1, 54, oHandle);
|
||||
if (bpp <= 8) {
|
||||
if (pPalette == NULL) {// create a grayscale palette
|
||||
int iDelta, iCount = 1<<bpp;
|
||||
int iGray = 0;
|
||||
iDelta = 255/(iCount-1);
|
||||
for (i=0; i<iCount; i++) {
|
||||
ucTemp[i*4+0] = (uint8_t)iGray;
|
||||
ucTemp[i*4+1] = (uint8_t)iGray;
|
||||
ucTemp[i*4+2] = (uint8_t)iGray;
|
||||
ucTemp[i*4+3] = 0;
|
||||
iGray += iDelta;
|
||||
}
|
||||
} else {
|
||||
for (i=0; i<256; i++) // change palette to WinBMP format
|
||||
{
|
||||
ucTemp[i*4 + 0] = pPalette[(i*3)+2];
|
||||
ucTemp[i*4 + 1] = pPalette[(i*3)+1];
|
||||
ucTemp[i*4 + 2] = pPalette[(i*3)+0];
|
||||
ucTemp[i*4 + 3] = 0;
|
||||
}
|
||||
}
|
||||
fwrite(ucTemp, 1, 1024, oHandle);
|
||||
}
|
||||
/* Write the image data */
|
||||
for (i=0; i<cy; i++)
|
||||
{
|
||||
s = &pBitmap[i*bsize];
|
||||
if (bpp >= 24) { // swap R/B for Windows BMP byte order
|
||||
uint8_t ucTemp[2048];
|
||||
int j, iBpp = bpp/8;
|
||||
uint8_t *d = ucTemp;
|
||||
for (j=0; j<cx; j++) {
|
||||
d[0] = s[2]; d[1] = s[1]; d[2] = s[0];
|
||||
d += iBpp; s += iBpp;
|
||||
}
|
||||
fwrite(ucTemp, 1, (size_t)lsize, oHandle);
|
||||
} else {
|
||||
fwrite(s, 1, (size_t)lsize, oHandle);
|
||||
}
|
||||
}
|
||||
fclose(oHandle);
|
||||
} /* SaveBMP() */
|
||||
|
||||
void PNGDraw(PNGDRAW *pDraw)
|
||||
{
|
||||
uint16_t usPixels[320];
|
||||
png.getLineAsRGB565(pDraw, usPixels, PNG_RGB565_LITTLE_ENDIAN, 0xffffffff);
|
||||
}
|
||||
int main(int argc, const char * argv[]) {
|
||||
int i, rc;
|
||||
uint8_t *pData;
|
||||
int iDataSize;
|
||||
FILE *ihandle;
|
||||
uint8_t *pPalette;
|
||||
|
||||
if (argc != 3) {
|
||||
printf("Usage: png_demo <infile.png> <outfile.bmp>\n");
|
||||
return 0;
|
||||
}
|
||||
ihandle = fopen(argv[1],"rb"); // open input file
|
||||
if (ihandle == NULL)
|
||||
{
|
||||
fprintf(stderr, "Unable to open file: %s\n", argv[1]);
|
||||
return -1; // bad filename passed
|
||||
}
|
||||
fseek(ihandle, 0L, SEEK_END); // get the file size
|
||||
iDataSize = (int)ftell(ihandle);
|
||||
fseek(ihandle, 0, SEEK_SET);
|
||||
pData = (uint8_t *)malloc(iDataSize);
|
||||
fread(pData, 1, iDataSize, ihandle);
|
||||
fclose(ihandle);
|
||||
|
||||
// for (int j=0; j<10000; j++) {
|
||||
rc = png.openRAM(pData, iDataSize, NULL); //PNGDraw);
|
||||
if (rc == PNG_SUCCESS) {
|
||||
printf("image specs: (%d x %d), %d bpp, pixel type: %d\n", png.getWidth(), png.getHeight(), png.getBpp(), png.getPixelType());
|
||||
png.setBuffer((uint8_t *)malloc(png.getBufferSize()));
|
||||
rc = png.decode(NULL, 0); //PNG_CHECK_CRC);
|
||||
printf("decode returned: %d\n", rc);
|
||||
i = 1;
|
||||
pPalette = NULL;
|
||||
switch (png.getPixelType()) {
|
||||
case PNG_PIXEL_INDEXED:
|
||||
pPalette = png.getPalette();
|
||||
i = 1;
|
||||
break;
|
||||
case PNG_PIXEL_TRUECOLOR:
|
||||
i = 3;
|
||||
break;
|
||||
case PNG_PIXEL_TRUECOLOR_ALPHA:
|
||||
i = 4;
|
||||
break;
|
||||
}
|
||||
SaveBMP((char *)argv[2], png.getBuffer(), pPalette, png.getWidth(), png.getHeight(), i*png.getBpp());
|
||||
png.close();
|
||||
free(png.getBuffer());
|
||||
// } // for j
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 28 KiB |
@@ -0,0 +1,65 @@
|
||||
//
|
||||
// PNG Display helper class
|
||||
//
|
||||
// written by Larry Bank
|
||||
// bitbank@pobox.com
|
||||
//
|
||||
// Copyright 2025 BitBank Software, Inc. All Rights Reserved.
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
// Unless required by applicable 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 __PNGDISPLAY__
|
||||
#define __PNGDISPLAY__
|
||||
#include <PNGdec.h>
|
||||
#include <SD.h>
|
||||
#ifndef ARDUINO_ARCH_NRF52
|
||||
#include "FS.h"
|
||||
#include <LittleFS.h>
|
||||
#endif
|
||||
|
||||
#if !defined(__BB_EPAPER__) && !defined(SPI_LCD_H) && !defined(__FASTEPD_H__)
|
||||
#error "One of the following display libraries must be included BEFORE PNGDisplay: bb_spi_lcd, bb_epaper, FastEPD"
|
||||
#endif
|
||||
|
||||
// To center one or both coordinates for the drawing position
|
||||
// use this constant value
|
||||
#define PNGDISPLAY_CENTER -2
|
||||
|
||||
class PNGDisplay
|
||||
{
|
||||
public:
|
||||
#ifdef SPI_LCD_H
|
||||
int loadPNG(BB_SPI_LCD *pLCD, int x, int y, const void *pData, int iDataSize, uint32_t bgColor = 0xffffffff);
|
||||
int loadPNG(BB_SPI_LCD *pLCD, int x, int y, const char *fname, uint32_t bgColor = 0xffffffff);
|
||||
int loadPNG_LFS(BB_SPI_LCD *pLCD, int x, int y, const char *fname, uint32_t bgColor = 0xffffffff);
|
||||
#endif // SPI_LCD_H
|
||||
|
||||
#ifdef __FASTEPD_H__
|
||||
int loadPNG(FASTEPD *pDisplay, int x, int y, const void *pData, int iDataSize, uint32_t bgColor = 0xffffffff);
|
||||
int loadPNG(FASTEPD *pDisplay, int x, int y, const char *fname, uint32_t bgColor = 0xffffffff);
|
||||
int loadPNG_LFS(FASTEPD *pDisplay, int x, int y, const char *fname, uint32_t bgColor = 0xffffffff);
|
||||
#endif // __FASTEPD_H__
|
||||
|
||||
#ifdef __BB_EPAPER__
|
||||
int loadPNG(BBEPAPER *pDisplay, int x, int y, const void *pData, int iDataSize, uint32_t bgColor = 0xffffffff);
|
||||
int loadPNG(BBEPAPER *pDisplay, int x, int y, const char *fname, uint32_t bgColor = 0xffffffff);
|
||||
int loadPNG_LFS(BBEPAPER *pDisplay, int x, int y, const char *fname, uint32_t bgColor = 0xffffffff);
|
||||
#endif // __BB_EPAPER__
|
||||
|
||||
int getPNGInfo(int *width, int *height, int *bpp, const void *pData, int iDataSize);
|
||||
int getPNGInfo(int *width, int *height, int *bpp, const char *fname);
|
||||
int getPNGInfo_LFS(int *width, int *height, int *bpp, const char *fname);
|
||||
int getLastError() {return _iLastError;}
|
||||
private:
|
||||
int _iLastError;
|
||||
};
|
||||
|
||||
#endif // __PNGDISPLAY__
|
||||
@@ -0,0 +1,465 @@
|
||||
//
|
||||
// PNG Display helper class
|
||||
//
|
||||
// written by Larry Bank
|
||||
// bitbank@pobox.com
|
||||
//
|
||||
// Copyright 2025 BitBank Software, Inc. All Rights Reserved.
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
// Unless required by applicable 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 __PNGDISPLAY_IMPL__
|
||||
#define __PNGDISPLAY_IMPL__
|
||||
#include "PNGDisplay.h"
|
||||
|
||||
static int PNGDraw(PNGDRAW *pDraw)
|
||||
{
|
||||
int *pInfo = (int *)pDraw->pUser;
|
||||
uint16_t *p16;
|
||||
PNG *pPNG;
|
||||
#ifdef SPI_LCD_H
|
||||
BB_SPI_LCD *pLCD;
|
||||
|
||||
pLCD = (BB_SPI_LCD *)pInfo[0]; // pointer to LCD class pointer
|
||||
pPNG = (PNG *)pInfo[1]; // pointer to PNG class pointer
|
||||
p16 = (uint16_t *)&pInfo[3]; // start of temporary pixel space
|
||||
pPNG->getLineAsRGB565(pDraw, p16, PNG_RGB565_BIG_ENDIAN, (uint32_t)pInfo[2]);
|
||||
pLCD->pushPixels(p16, pDraw->iWidth);
|
||||
#endif // SPI_LCD_H
|
||||
|
||||
#ifdef __BB_EPAPER__
|
||||
BBEPAPER *pEPD;
|
||||
int w, iLen, iPitch; // bits per pixel mode of the EPD
|
||||
uint8_t uc_s, uc_d, srcMask, destMask, *s, *d;
|
||||
int32_t iWidth, i, x, y;
|
||||
|
||||
pEPD = (BBEPAPER *)pInfo[0]; // pointer to display class object
|
||||
pPNG = (PNG *)pInfo[1]; // pointer to PNG class pointer
|
||||
if (pPNG->getBpp() != 1) {
|
||||
return 0; // mismatch, don't try to convert the bit depth
|
||||
}
|
||||
d = (uint8_t *)pEPD->getBuffer();
|
||||
x = pInfo[3]; y = pInfo[4]; // display offset to draw the image
|
||||
if (pDraw->y + y > pEPD->height()) return 0; // off bottom edge
|
||||
w = pPNG->getWidth();
|
||||
if (w + x > pEPD->width()) w = pEPD->width() - x; // clip to right edge
|
||||
iPitch = (pEPD->width()+7)/8;
|
||||
d += (x/8) + ((pDraw->y + y) * iPitch);
|
||||
srcMask = 0x80;
|
||||
destMask = 0x80 >> (x & 7);
|
||||
s = pDraw->pPixels;
|
||||
i = 0;
|
||||
if ((x & 7) == 0) { // take advantage of src/dest bit alignment
|
||||
while (i < w-7) {
|
||||
*d++ = *s++;
|
||||
i += 8;
|
||||
}
|
||||
}
|
||||
uc_s = *s++;
|
||||
uc_d = d[0];
|
||||
for (; i<w; i++) { // do it pixel-by-pixel
|
||||
if (uc_s & srcMask) {
|
||||
uc_d |= destMask; // use the same pixel color polarity
|
||||
} else {
|
||||
uc_d &= ~destMask;
|
||||
}
|
||||
srcMask >>= 1;
|
||||
if (srcMask == 0) {
|
||||
srcMask = 0x80;
|
||||
uc_s = *s++;
|
||||
}
|
||||
destMask >>= 1;
|
||||
if (destMask == 0) {
|
||||
destMask = 0x80;
|
||||
*d++ = uc_d;
|
||||
uc_d = d[0];
|
||||
}
|
||||
} // for i
|
||||
if (destMask != 0x80) { // store the last partial byte
|
||||
d[0] = uc_d;
|
||||
}
|
||||
#endif // __BB_EPAPER__
|
||||
|
||||
#ifdef __FASTEPD_H__
|
||||
FASTEPD *pEPD;
|
||||
int i, iLen, iPitch, iBpp; // bits per pixel mode of the EPD
|
||||
uint8_t srcMask, destMask, uc_s, uc_d, *s, *d;
|
||||
int32_t iWidth, w, x, y;
|
||||
|
||||
pEPD = (FASTEPD *)pInfo[0]; // pointer to display class object
|
||||
pPNG = (PNG *)pInfo[1]; // pointer to PNG class pointer
|
||||
iBpp = (pEPD->getMode() == BB_MODE_1BPP) ? 1:4;
|
||||
if (pPNG->getBpp() != iBpp) return 0; // mismatch, don't try to convert the bit depth
|
||||
d = (uint8_t *)pEPD->currentBuffer();
|
||||
x = pInfo[3]; y = pInfo[4]; // display offset to draw the image
|
||||
if (pDraw->y + y > pEPD->height()) return 0; // off bottom edge
|
||||
w = pPNG->getWidth();
|
||||
if (w + x > pEPD->width()) w = pEPD->width() - x; // clip to right edge
|
||||
iPitch = (pEPD->width()*iBpp)/8;
|
||||
d += ((x * iBpp)/8) + ((pDraw->y + y) * iPitch);
|
||||
if (iBpp == 4) {
|
||||
memcpy(d, pDraw->pPixels, (w*iBpp)/8);
|
||||
} else { // 1 bpp
|
||||
srcMask = 0x80;
|
||||
destMask = 0x80 >> (x & 7);
|
||||
s = pDraw->pPixels;
|
||||
if ((x & 7) == 0) { // take advantage of src/dest bit alignment
|
||||
while (i <= w-7) {
|
||||
*d++ = *s++;
|
||||
i += 8;
|
||||
}
|
||||
}
|
||||
uc_s = *s++;
|
||||
uc_d = d[0];
|
||||
for (; i<w; i++) { // do it pixel-by-pixel
|
||||
if (uc_s & srcMask) {
|
||||
uc_d |= destMask; // use the same pixel color polarity
|
||||
} else {
|
||||
uc_d &= ~destMask;
|
||||
}
|
||||
srcMask >>= 1;
|
||||
if (srcMask == 0) {
|
||||
srcMask = 0x80;
|
||||
uc_s = *s++;
|
||||
}
|
||||
destMask >>= 1;
|
||||
if (destMask == 0) {
|
||||
destMask = 0x80;
|
||||
*d++ = uc_d;
|
||||
uc_d = d[0];
|
||||
}
|
||||
} // for i
|
||||
if (destMask != 0) { // store the last partial byte
|
||||
d[0] = uc_d;
|
||||
}
|
||||
} // 1-bpp
|
||||
#endif // __FASTEPD_H__
|
||||
|
||||
return 1; // continue decoding
|
||||
} /* PNGDraw() */
|
||||
|
||||
// Functions to access a file on the SD card
|
||||
|
||||
static void * pngOpen(const char *filename, int32_t *size) {
|
||||
static File myfile;
|
||||
myfile = SD.open(filename);
|
||||
*size = myfile.size();
|
||||
return &myfile;
|
||||
}
|
||||
#ifndef ARDUINO_ARCH_NRF52
|
||||
static void * pngOpenLFS(const char *filename, int32_t *size) {
|
||||
static File myfile;
|
||||
myfile = LittleFS.open(filename, FILE_READ);
|
||||
if (myfile) {
|
||||
*size = myfile.size();
|
||||
return &myfile;
|
||||
} else {
|
||||
return NULL;
|
||||
}
|
||||
}
|
||||
#endif // !nRF52
|
||||
|
||||
static void pngClose(void *handle) {
|
||||
File *pFile = (File *)handle;
|
||||
if (pFile) pFile->close();
|
||||
}
|
||||
static int32_t pngRead(PNGFILE *handle, uint8_t *buffer, int32_t length) {
|
||||
File *pFile = (File *)handle->fHandle;
|
||||
if (!pFile) return 0;
|
||||
return pFile->read(buffer, length);
|
||||
}
|
||||
static int32_t pngSeek(PNGFILE *handle, int32_t position) {
|
||||
File *pFile = (File *)handle->fHandle;
|
||||
if (!pFile) return 0;
|
||||
return pFile->seek(position);
|
||||
}
|
||||
|
||||
#ifdef SPI_LCD_H
|
||||
int PNGDisplay::loadPNG(BB_SPI_LCD *pDisplay, int x, int y, const void *pData, int iDataSize, uint32_t bgColor)
|
||||
#endif // SPI_LCD_H
|
||||
|
||||
#ifdef __FASTEPD_H__
|
||||
int PNGDisplay::loadPNG(FASTEPD *pDisplay, int x, int y, const void *pData, int iDataSize, uint32_t bgColor)
|
||||
#endif // __FASTEPD_H__
|
||||
|
||||
#ifdef __BB_EPAPER__
|
||||
int PNGDisplay::loadPNG(BBEPAPER *pDisplay, int x, int y, const void *pData, int iDataSize, uint32_t bgColor)
|
||||
#endif // __BB_EPAPER__
|
||||
|
||||
{
|
||||
PNG *png;
|
||||
int w, h, rc;
|
||||
uint32_t *png_info;
|
||||
|
||||
png = (PNG *)malloc(sizeof(PNG));
|
||||
if (!png) {
|
||||
_iLastError = PNG_MEM_ERROR;
|
||||
return 0;
|
||||
}
|
||||
rc = png->openRAM((uint8_t *)pData, iDataSize, PNGDraw);
|
||||
if (rc == PNG_SUCCESS) {
|
||||
w = png->getWidth();
|
||||
h = png->getHeight();
|
||||
if (x == PNGDISPLAY_CENTER) {
|
||||
x = (pDisplay->width() - w)/2;
|
||||
if (x < 0) x = 0;
|
||||
} else if (x < 0 || w + x > pDisplay->width()) {
|
||||
// clipping is not supported
|
||||
_iLastError = PNG_INVALID_PARAMETER;
|
||||
free(png);
|
||||
return 0;
|
||||
}
|
||||
if (y == PNGDISPLAY_CENTER) {
|
||||
y = (pDisplay->height() - h)/2;
|
||||
if (y < 0) y = 0;
|
||||
} else if (y < 0 || y + h > pDisplay->height()) {
|
||||
// clipping is not supported
|
||||
free(png);
|
||||
_iLastError = PNG_INVALID_PARAMETER;
|
||||
return 0;
|
||||
}
|
||||
png_info = (uint32_t *)malloc((w * sizeof(uint16_t)) + 3 * sizeof(int)); // enough for pixels and 3 32-bit values
|
||||
png_info[0] = (uint32_t)pDisplay;
|
||||
png_info[1] = (uint32_t)png;
|
||||
png_info[2] = bgColor;
|
||||
png_info[3] = x;
|
||||
png_info[4] = y;
|
||||
#ifdef SPI_LCD_H
|
||||
pDisplay->setAddrWindow(x, y, w, h);
|
||||
#endif
|
||||
png->decode((void *)png_info, 0); // simple decode, no options
|
||||
png->close();
|
||||
free(png);
|
||||
_iLastError = PNG_SUCCESS;
|
||||
return 1;
|
||||
}
|
||||
_iLastError = png->getLastError();
|
||||
free(png);
|
||||
return 0;
|
||||
} /* loadPNG() */
|
||||
|
||||
#ifdef SPI_LCD_H
|
||||
int PNGDisplay::loadPNG(BB_SPI_LCD *pDisplay, int x, int y, const char *fname, uint32_t bgColor)
|
||||
#endif
|
||||
|
||||
#ifdef __FASTEPD_H__
|
||||
int PNGDisplay::loadPNG(FASTEPD *pDisplay, int x, int y, const char *fname, uint32_t bgColor)
|
||||
#endif
|
||||
|
||||
#ifdef __BB_EPAPER__
|
||||
int PNGDisplay::loadPNG(BBEPAPER *pDisplay, int x, int y, const char *fname, uint32_t bgColor)
|
||||
#endif
|
||||
|
||||
{
|
||||
PNG *png;
|
||||
int w, h, rc;
|
||||
uint32_t *png_info;
|
||||
|
||||
png = (PNG *)malloc(sizeof(PNG));
|
||||
if (!png) {
|
||||
_iLastError = PNG_MEM_ERROR;
|
||||
return 0;
|
||||
}
|
||||
rc = png->open(fname, pngOpen, pngClose, pngRead, pngSeek, PNGDraw);
|
||||
if (rc == PNG_SUCCESS) {
|
||||
w = png->getWidth();
|
||||
h = png->getHeight();
|
||||
if (x == PNGDISPLAY_CENTER) {
|
||||
x = (pDisplay->width() - w)/2;
|
||||
if (x < 0) x = 0;
|
||||
} else if (x < 0 || w + x > pDisplay->width()) {
|
||||
// clipping is not supported
|
||||
free(png);
|
||||
_iLastError = PNG_INVALID_PARAMETER;
|
||||
return 0;
|
||||
}
|
||||
if (y == PNGDISPLAY_CENTER) {
|
||||
y = (pDisplay->height() - h)/2;
|
||||
if (y < 0) y = 0;
|
||||
} else if (y < 0 || y + h > pDisplay->height()) {
|
||||
free(png);
|
||||
_iLastError = PNG_INVALID_PARAMETER;
|
||||
return 0;
|
||||
}
|
||||
png_info = (uint32_t *)malloc((w * sizeof(uint16_t)) + 3 * sizeof(int)); // enough for pixels and 3 32-bit values
|
||||
png_info[0] = (uint32_t)pDisplay;
|
||||
png_info[1] = (uint32_t)png;
|
||||
png_info[2] = bgColor;
|
||||
png_info[3] = x;
|
||||
png_info[4] = y;
|
||||
#ifdef SPI_LCD_H
|
||||
pDisplay->setAddrWindow(x, y, w, h);
|
||||
#endif
|
||||
png->decode((void *)png_info, 0); // simple decode, no options
|
||||
png->close();
|
||||
free(png);
|
||||
_iLastError = PNG_SUCCESS;
|
||||
return 1;
|
||||
}
|
||||
_iLastError = png->getLastError();
|
||||
free(png);
|
||||
return 0;
|
||||
} /* loadPNG() */
|
||||
|
||||
#ifndef ARDUINO_ARCH_NRF52
|
||||
#ifdef SPI_LCD_H
|
||||
int PNGDisplay::loadPNG_LFS(BB_SPI_LCD *pDisplay, int x, int y, const char *fname, uint32_t bgColor)
|
||||
#endif
|
||||
|
||||
#ifdef __FASTEPD_H__
|
||||
int PNGDisplay::loadPNG_LFS(FASTEPD *pDisplay, int x, int y, const char *fname, uint32_t bgColor)
|
||||
#endif
|
||||
|
||||
#ifdef __BB_EPAPER__
|
||||
int PNGDisplay::loadPNG_LFS(BBEPAPER *pDisplay, int x, int y, const char *fname, uint32_t bgColor)
|
||||
#endif
|
||||
|
||||
{
|
||||
PNG *png;
|
||||
int w, h, rc;
|
||||
uint32_t *png_info;
|
||||
|
||||
if (!LittleFS.begin(false)) {
|
||||
return 0;
|
||||
}
|
||||
png = (PNG *)malloc(sizeof(PNG));
|
||||
if (!png) {
|
||||
_iLastError = PNG_MEM_ERROR;
|
||||
return 0;
|
||||
}
|
||||
rc = png->open(fname, pngOpenLFS, pngClose, pngRead, pngSeek, PNGDraw);
|
||||
if (rc == PNG_SUCCESS) {
|
||||
w = png->getWidth();
|
||||
h = png->getHeight();
|
||||
if (x == PNGDISPLAY_CENTER) {
|
||||
x = (pDisplay->width() - w)/2;
|
||||
if (x < 0) x = 0;
|
||||
} else if (x < 0 || w + x > pDisplay->width()) {
|
||||
// clipping is not supported
|
||||
free(png);
|
||||
_iLastError = PNG_INVALID_PARAMETER;
|
||||
return 0;
|
||||
}
|
||||
if (y == PNGDISPLAY_CENTER) {
|
||||
y = (pDisplay->height() - h)/2;
|
||||
if (y < 0) y = 0;
|
||||
} else if (y < 0 || y + h > pDisplay->height()) {
|
||||
free(png);
|
||||
_iLastError = PNG_INVALID_PARAMETER;
|
||||
return 0;
|
||||
}
|
||||
png_info = (uint32_t *)malloc((w * sizeof(uint16_t)) + 3 * sizeof(int)); // enough for pixels and 3 32-bit values
|
||||
png_info[0] = (uint32_t)pDisplay;
|
||||
png_info[1] = (uint32_t)png;
|
||||
png_info[2] = bgColor;
|
||||
png_info[3] = x;
|
||||
png_info[4] = y;
|
||||
#ifdef SPI_LCD_H
|
||||
pDisplay->setAddrWindow(x, y, w, h);
|
||||
#endif
|
||||
png->decode((void *)png_info, 0); // simple decode, no options
|
||||
png->close();
|
||||
free(png);
|
||||
_iLastError = PNG_SUCCESS;
|
||||
return 1;
|
||||
}
|
||||
_iLastError = png->getLastError();
|
||||
free(png);
|
||||
return 0;
|
||||
} /* loadPNG_LFS() */
|
||||
#endif // !nRF52
|
||||
|
||||
int PNGDisplay::getPNGInfo(int *width, int *height, int *bpp, const void *pData, int iDataSize)
|
||||
{
|
||||
PNG *png;
|
||||
int rc;
|
||||
uint32_t *png_info;
|
||||
|
||||
if (!width || !height || !bpp || !pData || iDataSize < 32) return 0;
|
||||
|
||||
png = (PNG *)malloc(sizeof(PNG));
|
||||
if (!png) {
|
||||
_iLastError = PNG_MEM_ERROR;
|
||||
return 0;
|
||||
}
|
||||
rc = png->openRAM((uint8_t *)pData, iDataSize, PNGDraw);
|
||||
if (rc == PNG_SUCCESS) {
|
||||
*width = png->getWidth();
|
||||
*height = png->getHeight();
|
||||
*bpp = png->getBpp();
|
||||
free(png);
|
||||
_iLastError = PNG_SUCCESS;
|
||||
return 1;
|
||||
}
|
||||
_iLastError = png->getLastError();
|
||||
free(png);
|
||||
return 0;
|
||||
} /* getPNGInfo() */
|
||||
|
||||
int PNGDisplay::getPNGInfo(int *width, int *height, int *bpp, const char *fname)
|
||||
{
|
||||
PNG *png;
|
||||
int rc;
|
||||
uint32_t *png_info;
|
||||
|
||||
if (!width || !height || !bpp || !fname) return 0;
|
||||
png = (PNG *)malloc(sizeof(PNG));
|
||||
if (!png) {
|
||||
_iLastError = PNG_MEM_ERROR;
|
||||
return 0;
|
||||
}
|
||||
rc = png->open(fname, pngOpen, pngClose, pngRead, pngSeek, PNGDraw);
|
||||
if (rc == PNG_SUCCESS) {
|
||||
*width = png->getWidth();
|
||||
*height = png->getHeight();
|
||||
*bpp = png->getBpp();
|
||||
png->close();
|
||||
free(png);
|
||||
_iLastError = PNG_SUCCESS;
|
||||
return 1;
|
||||
}
|
||||
_iLastError = png->getLastError();
|
||||
free(png);
|
||||
return 0;
|
||||
} /* getPNGInfo() */
|
||||
|
||||
#ifndef ARDUINO_ARCH_NRF52
|
||||
int PNGDisplay::getPNGInfo_LFS(int *width, int *height, int *bpp, const char *fname)
|
||||
{
|
||||
PNG *png;
|
||||
int rc;
|
||||
uint32_t *png_info;
|
||||
|
||||
if (!LittleFS.begin(false)) {
|
||||
return 0;
|
||||
}
|
||||
if (!width || !height || !bpp || !fname) return 0;
|
||||
png = (PNG *)malloc(sizeof(PNG));
|
||||
if (!png) {
|
||||
_iLastError = PNG_MEM_ERROR;
|
||||
return 0;
|
||||
}
|
||||
rc = png->open(fname, pngOpenLFS, pngClose, pngRead, pngSeek, PNGDraw);
|
||||
if (rc == PNG_SUCCESS) {
|
||||
*width = png->getWidth();
|
||||
*height = png->getHeight();
|
||||
*bpp = png->getBpp();
|
||||
png->close();
|
||||
free(png);
|
||||
_iLastError = PNG_SUCCESS;
|
||||
return 1;
|
||||
}
|
||||
_iLastError = png->getLastError();
|
||||
free(png);
|
||||
return 0;
|
||||
} /* getPNGInfo_LFS() */
|
||||
#endif // !nRF52
|
||||
#endif // __PNGDISPLAY_IMPL__
|
||||
@@ -0,0 +1,209 @@
|
||||
//
|
||||
// PNG Decoder
|
||||
//
|
||||
// written by Larry Bank
|
||||
// bitbank@pobox.com
|
||||
// Arduino port started 5/3/2021
|
||||
// Original PNG code written 20+ years ago :)
|
||||
// The goal of this code is to decode PNG images on embedded systems
|
||||
//
|
||||
// Copyright 2021 BitBank Software, Inc. All Rights Reserved.
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
// Unless required by applicable 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.
|
||||
//===========================================================================
|
||||
//
|
||||
#include "PNGdec.h"
|
||||
|
||||
// forward references
|
||||
PNG_STATIC int PNGInit(PNGIMAGE *pPNG);
|
||||
PNG_STATIC int DecodePNG(PNGIMAGE *pImage, void *pUser, int iOptions);
|
||||
PNG_STATIC uint8_t PNGMakeMask(PNGDRAW *pDraw, uint8_t *pMask, uint8_t ucThreshold);
|
||||
// Include the C code which does the actual work
|
||||
#include "png.inl"
|
||||
|
||||
//
|
||||
// Memory initialization
|
||||
//
|
||||
int PNG::openRAM(uint8_t *pData, int iDataSize, PNG_DRAW_CALLBACK *pfnDraw)
|
||||
{
|
||||
memset(&_png, 0, sizeof(PNGIMAGE));
|
||||
_png.ucMemType = PNG_MEM_RAM;
|
||||
_png.pfnRead = readRAM;
|
||||
_png.pfnSeek = seekMem;
|
||||
_png.pfnDraw = pfnDraw;
|
||||
_png.pfnOpen = NULL;
|
||||
_png.pfnClose = NULL;
|
||||
_png.PNGFile.iSize = iDataSize;
|
||||
_png.PNGFile.pData = pData;
|
||||
return PNGInit(&_png);
|
||||
} /* openRAM() */
|
||||
//
|
||||
// It's necessary to separate out a FLASH version on Harvard architecture machines
|
||||
//
|
||||
int PNG::openFLASH(uint8_t *pData, int iDataSize, PNG_DRAW_CALLBACK *pfnDraw)
|
||||
{
|
||||
memset(&_png, 0, sizeof(PNGIMAGE));
|
||||
_png.ucMemType = PNG_MEM_FLASH;
|
||||
_png.pfnRead = readFLASH;
|
||||
_png.pfnSeek = seekMem;
|
||||
_png.pfnDraw = pfnDraw;
|
||||
_png.pfnOpen = NULL;
|
||||
_png.pfnClose = NULL;
|
||||
_png.PNGFile.iSize = iDataSize;
|
||||
_png.PNGFile.pData = pData;
|
||||
return PNGInit(&_png);
|
||||
} /* openRAM() */
|
||||
|
||||
//
|
||||
// File (SD/MMC) based initialization
|
||||
//
|
||||
int PNG::open(const char *szFilename, PNG_OPEN_CALLBACK *pfnOpen, PNG_CLOSE_CALLBACK *pfnClose, PNG_READ_CALLBACK *pfnRead, PNG_SEEK_CALLBACK *pfnSeek, PNG_DRAW_CALLBACK *pfnDraw)
|
||||
{
|
||||
memset(&_png, 0, sizeof(PNGIMAGE));
|
||||
_png.pfnRead = pfnRead;
|
||||
_png.pfnSeek = pfnSeek;
|
||||
_png.pfnDraw = pfnDraw;
|
||||
_png.pfnOpen = pfnOpen;
|
||||
_png.pfnClose = pfnClose;
|
||||
_png.PNGFile.fHandle = (*pfnOpen)(szFilename, &_png.PNGFile.iSize);
|
||||
if (_png.PNGFile.fHandle == NULL)
|
||||
return 0;
|
||||
return PNGInit(&_png);
|
||||
|
||||
} /* open() */
|
||||
//
|
||||
// return the last error (if any)
|
||||
//
|
||||
int PNG::getLastError()
|
||||
{
|
||||
return _png.iError;
|
||||
} /* getLastError() */
|
||||
//
|
||||
// Get the width of the image in pixels
|
||||
// can be called after opening the file (before decoding)
|
||||
//
|
||||
int PNG::getWidth()
|
||||
{
|
||||
return _png.iWidth;
|
||||
} /* getWidth() */
|
||||
//
|
||||
// Get the height of the image in pixels
|
||||
// can be called after opening the file (before decoding)
|
||||
//
|
||||
int PNG::getHeight()
|
||||
{
|
||||
return _png.iHeight;
|
||||
} /* getHeight() */
|
||||
//
|
||||
// For truecolor and palette images, it's possible to have a single
|
||||
// transparent color defined. This call will return it if defined
|
||||
//
|
||||
uint32_t PNG::getTransparentColor()
|
||||
{
|
||||
return _png.iTransparent;
|
||||
} /* getTransparentColor() */
|
||||
//
|
||||
// Alpha information can be per pixel, per color or a single color
|
||||
// depending on the PNG pixel type of the image
|
||||
// This call simply tells you if there is alpha for the current pixel type
|
||||
//
|
||||
int PNG::hasAlpha()
|
||||
{
|
||||
return _png.iHasAlpha;
|
||||
} /* hasAlpha() */
|
||||
//
|
||||
// Returns true or false for the use of Adam7 interlacing
|
||||
// This option is not supported by the decoder, but after opening the image
|
||||
// you can determine if it's set
|
||||
//
|
||||
int PNG::isInterlaced()
|
||||
{
|
||||
return _png.iInterlaced;
|
||||
} /* isInterlaced() */
|
||||
|
||||
//
|
||||
// Returns the number of bits per color stimulus
|
||||
// values of 1,2,4, and 8 are supported
|
||||
//
|
||||
int PNG::getBpp()
|
||||
{
|
||||
return (int)_png.ucBpp;
|
||||
} /* getBpp() */
|
||||
//
|
||||
// Returns the PNG pixel type (see enum in PNGdec.h)
|
||||
//
|
||||
int PNG::getPixelType()
|
||||
{
|
||||
return (int)_png.ucPixelType;
|
||||
} /* getPixelType() */
|
||||
//
|
||||
// Set the image buffer to memory managed by the caller
|
||||
// If set, decode() will not use the PNGDRAW callback function
|
||||
// and instead write the image into this buffer in one shot
|
||||
//
|
||||
void PNG::setBuffer(uint8_t *pBuffer)
|
||||
{
|
||||
_png.pImage = pBuffer;
|
||||
} /* setBuffer() */
|
||||
//
|
||||
// Returns the previously set image buffer or NULL if there is none
|
||||
//
|
||||
uint8_t * PNG::getBuffer()
|
||||
{
|
||||
return _png.pImage;
|
||||
} /* getBuffer() */
|
||||
//
|
||||
// Returns the size in bytes of the buffer needed to hold the uncompressed image
|
||||
//
|
||||
int PNG::getBufferSize()
|
||||
{
|
||||
return _png.iHeight * _png.iPitch;
|
||||
} /* getBufferSize() */
|
||||
//
|
||||
// Returns a pointer to the palette
|
||||
// If there is alpha info for the palette, it starts at pPalette[768]
|
||||
//
|
||||
uint8_t * PNG::getPalette()
|
||||
{
|
||||
return _png.ucPalette;
|
||||
} /* getPalette() */
|
||||
//
|
||||
// Close the file - not needed when decoding from memory
|
||||
//
|
||||
void PNG::close()
|
||||
{
|
||||
if (_png.pfnClose)
|
||||
(*_png.pfnClose)(_png.PNGFile.fHandle);
|
||||
} /* close() */
|
||||
|
||||
//
|
||||
// Decode the image
|
||||
// returns:
|
||||
// 0 = PNG_SUCCESS
|
||||
// non 0 = PNG enumerated error code
|
||||
//
|
||||
int PNG::decode(void *pUser, int iOptions)
|
||||
{
|
||||
return DecodePNG(&_png, pUser, iOptions);
|
||||
} /* decode() */
|
||||
//
|
||||
// Convert a line of native pixels (all supported formats) into RGB565
|
||||
// can optionally mix in a background color - set to -1 to disable
|
||||
// Background color is in the form of a uint32_t -> 00BBGGRR (MSB on left)
|
||||
//
|
||||
void PNG::getLineAsRGB565(PNGDRAW *pDraw, uint16_t *pPixels, int iEndianness, uint32_t u32Bkgd)
|
||||
{
|
||||
PNGRGB565(pDraw, pPixels, iEndianness, u32Bkgd, hasAlpha());
|
||||
} /* getLineAsRGB565() */
|
||||
|
||||
uint8_t PNG::getAlphaMask(PNGDRAW *pDraw, uint8_t *pMask, uint8_t ucThreshold)
|
||||
{
|
||||
return PNGMakeMask(pDraw, pMask, ucThreshold);
|
||||
} /* getAlphaMask() */
|
||||
@@ -0,0 +1,225 @@
|
||||
//
|
||||
// PNG Decoder
|
||||
//
|
||||
// written by Larry Bank
|
||||
// bitbank@pobox.com
|
||||
// Arduino port started 5/3/2021
|
||||
// Original PNG code written 20+ years ago :)
|
||||
// The goal of this code is to decode PNG images on embedded systems
|
||||
//
|
||||
// Copyright 2021 BitBank Software, Inc. All Rights Reserved.
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
// Unless required by applicable 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 __PNGDEC__
|
||||
#define __PNGDEC__
|
||||
#if defined( __MACH__ ) || defined( __LINUX__ ) || defined( __MCUXPRESSO )
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
#define memcpy_P memcpy
|
||||
#define PROGMEM
|
||||
#else
|
||||
#include <Arduino.h>
|
||||
#endif
|
||||
#include "zutil.h"
|
||||
#include "inftrees.h"
|
||||
#include "inflate.h"
|
||||
//
|
||||
// PNG Decoder
|
||||
// Written by Larry Bank
|
||||
// Copyright (c) 2021 BitBank Software, Inc.
|
||||
//
|
||||
// Designed to decode most PNG images (1-32 bpp)
|
||||
// using less than 40K of RAM
|
||||
//
|
||||
#ifndef FALSE
|
||||
#define FALSE 0
|
||||
#define TRUE 1
|
||||
#endif
|
||||
/* Defines and variables */
|
||||
#define PNG_FILE_BUF_SIZE 2048
|
||||
// Number of bytes to reserve for current and previous lines
|
||||
// Defaults to 320 32-bit pixels max width
|
||||
// but can be overidden with a macro defined at compile time
|
||||
#ifndef PNG_MAX_BUFFERED_PIXELS
|
||||
#define PNG_MAX_BUFFERED_PIXELS ((320*4 + 1)*2)
|
||||
#endif
|
||||
|
||||
#ifndef __PNGENC__
|
||||
// PNG filter type
|
||||
enum {
|
||||
PNG_FILTER_NONE=0,
|
||||
PNG_FILTER_SUB,
|
||||
PNG_FILTER_UP,
|
||||
PNG_FILTER_AVG,
|
||||
PNG_FILTER_PAETH,
|
||||
PNG_FILTER_COUNT
|
||||
};
|
||||
|
||||
// decode options
|
||||
enum {
|
||||
PNG_CHECK_CRC = 1,
|
||||
PNG_FAST_PALETTE = 2
|
||||
};
|
||||
|
||||
// source pixel type
|
||||
enum {
|
||||
PNG_PIXEL_GRAYSCALE=0,
|
||||
PNG_PIXEL_TRUECOLOR=2,
|
||||
PNG_PIXEL_INDEXED=3,
|
||||
PNG_PIXEL_GRAY_ALPHA=4,
|
||||
PNG_PIXEL_TRUECOLOR_ALPHA=6
|
||||
};
|
||||
|
||||
// Error codes returned by getLastError()
|
||||
enum {
|
||||
PNG_SUCCESS = 0,
|
||||
PNG_INVALID_PARAMETER,
|
||||
PNG_DECODE_ERROR,
|
||||
PNG_MEM_ERROR,
|
||||
PNG_NO_BUFFER,
|
||||
PNG_UNSUPPORTED_FEATURE,
|
||||
PNG_INVALID_FILE,
|
||||
PNG_TOO_BIG,
|
||||
PNG_QUIT_EARLY
|
||||
};
|
||||
|
||||
typedef struct png_file_tag
|
||||
{
|
||||
int32_t iPos; // current file position
|
||||
int32_t iSize; // file size
|
||||
uint8_t *pData; // memory file pointer
|
||||
void * fHandle; // class pointer to File/SdFat or whatever you want
|
||||
} PNGFILE;
|
||||
|
||||
#endif // !__PNGENC__
|
||||
|
||||
// RGB565 endianness
|
||||
enum {
|
||||
PNG_RGB565_LITTLE_ENDIAN = 0,
|
||||
PNG_RGB565_BIG_ENDIAN
|
||||
};
|
||||
|
||||
enum {
|
||||
PNG_MEM_RAM=0,
|
||||
PNG_MEM_FLASH
|
||||
};
|
||||
|
||||
typedef struct png_draw_tag
|
||||
{
|
||||
int y; // starting x,y of this line
|
||||
int iWidth; // size of this line
|
||||
int iPitch; // bytes per line
|
||||
int iPixelType; // PNG pixel type (0,2,3,4,6)
|
||||
int iBpp; // bits per color stimulus
|
||||
int iHasAlpha; // flag indicating the presence of an alpha palette
|
||||
void *pUser; // user supplied pointer
|
||||
uint8_t *pPalette;
|
||||
uint16_t *pFastPalette;
|
||||
uint8_t *pPixels;
|
||||
} PNGDRAW;
|
||||
|
||||
// Callback function prototypes
|
||||
typedef int32_t (PNG_READ_CALLBACK)(PNGFILE *pFile, uint8_t *pBuf, int32_t iLen);
|
||||
typedef int32_t (PNG_SEEK_CALLBACK)(PNGFILE *pFile, int32_t iPosition);
|
||||
typedef void * (PNG_OPEN_CALLBACK)(const char *szFilename, int32_t *pFileSize);
|
||||
typedef int (PNG_DRAW_CALLBACK)(PNGDRAW *);
|
||||
typedef void (PNG_CLOSE_CALLBACK)(void *pHandle);
|
||||
|
||||
//
|
||||
// our private structure to hold a JPEG image decode state
|
||||
//
|
||||
typedef struct png_image_tag
|
||||
{
|
||||
int iWidth, iHeight; // image size
|
||||
uint8_t ucBpp, ucPixelType;
|
||||
uint8_t ucMemType;
|
||||
uint8_t *pImage;
|
||||
int iPitch; // bytes per line
|
||||
int iHasAlpha;
|
||||
int iInterlaced;
|
||||
uint32_t iTransparent; // transparent color index/value
|
||||
int iError;
|
||||
PNG_READ_CALLBACK *pfnRead;
|
||||
PNG_SEEK_CALLBACK *pfnSeek;
|
||||
PNG_OPEN_CALLBACK *pfnOpen;
|
||||
PNG_DRAW_CALLBACK *pfnDraw;
|
||||
PNG_CLOSE_CALLBACK *pfnClose;
|
||||
PNGFILE PNGFile;
|
||||
uint8_t ucZLIB[32768 + sizeof(struct inflate_state)]; // put this here to avoid needing malloc/free
|
||||
uint8_t ucPalette[1024];
|
||||
uint8_t ucPixels[PNG_MAX_BUFFERED_PIXELS];
|
||||
uint8_t ucFileBuf[PNG_FILE_BUF_SIZE]; // holds temp file data
|
||||
} PNGIMAGE;
|
||||
|
||||
#ifdef __cplusplus
|
||||
#define PNG_STATIC static
|
||||
//
|
||||
// The PNG class wraps portable C code which does the actual work
|
||||
//
|
||||
class PNG
|
||||
{
|
||||
public:
|
||||
int openRAM(uint8_t *pData, int iDataSize, PNG_DRAW_CALLBACK *pfnDraw);
|
||||
int openFLASH(uint8_t *pData, int iDataSize, PNG_DRAW_CALLBACK *pfnDraw);
|
||||
int open(const char *szFilename, PNG_OPEN_CALLBACK *pfnOpen, PNG_CLOSE_CALLBACK *pfnClose, PNG_READ_CALLBACK *pfnRead, PNG_SEEK_CALLBACK *pfnSeek, PNG_DRAW_CALLBACK *pfnDraw);
|
||||
void close();
|
||||
int decode(void *pUser, int iOptions);
|
||||
int getWidth();
|
||||
int getHeight();
|
||||
int getBpp();
|
||||
int hasAlpha();
|
||||
uint32_t getTransparentColor();
|
||||
int isInterlaced();
|
||||
uint8_t * getPalette();
|
||||
int getPixelType();
|
||||
int getLastError();
|
||||
int getBufferSize();
|
||||
uint8_t *getBuffer();
|
||||
void setBuffer(uint8_t *pBuffer);
|
||||
uint8_t getAlphaMask(PNGDRAW *pDraw, uint8_t *pMask, uint8_t ucThreshold);
|
||||
void getLineAsRGB565(PNGDRAW *pDraw, uint16_t *pPixels, int iEndianness, uint32_t u32Bkgd);
|
||||
|
||||
private:
|
||||
PNGIMAGE _png;
|
||||
};
|
||||
#else
|
||||
#define PNG_STATIC
|
||||
int PNG_openRAM(PNGIMAGE *pPNG, uint8_t *pData, int iDataSize, PNG_DRAW_CALLBACK *pfnDraw);
|
||||
int PNG_openFile(PNGIMAGE *pPNG, const char *szFilename, PNG_DRAW_CALLBACK *pfnDraw);
|
||||
int PNG_getWidth(PNGIMAGE *pPNG);
|
||||
int PNG_getHeight(PNGIMAGE *pPNG);
|
||||
int PNG_decode(PNGIMAGE *pPNG, void *pUser, int iOptions);
|
||||
void PNG_close(PNGIMAGE *pPNG);
|
||||
int PNG_getLastError(PNGIMAGE *pPNG);
|
||||
int PNG_getBpp(PNGIMAGE *pPNG);
|
||||
int PNG_getLastError(PNGIMAGE *pPNG);
|
||||
int PNG_getBufferSize(PNGIMAGE *pPNG);
|
||||
uint8_t *PNG_getPalette(PNGIMAGE *pPNG);
|
||||
int PNG_getPixelType(PNGIMAGE *pPNG);
|
||||
int PNG_hasAlpha(PNGIMAGE *pPNG);
|
||||
int PNG_isInterlaced(PNGIMAGE *pPNG);
|
||||
uint8_t *PNG_getBuffer(PNGIMAGE *pPNG);
|
||||
void PNG_setBuffer(PNGIMAGE *pPNG, uint8_t *pBuffer);
|
||||
#endif // __cplusplus
|
||||
|
||||
// Due to unaligned memory causing an exception, we have to do these macros the slow way
|
||||
#define INTELSHORT(p) ((*p) + (*(p+1)<<8))
|
||||
#define INTELLONG(p) ((*p) + (*(p+1)<<8) + (*(p+2)<<16) + (*(p+3)<<24))
|
||||
#define MOTOSHORT(p) (((*(p))<<8) + (*(p+1)))
|
||||
#define MOTOLONG(p) (((*p)<<24) + ((*(p+1))<<16) + ((*(p+2))<<8) + (*(p+3)))
|
||||
|
||||
// Must be a 32-bit target processor
|
||||
#define REGISTER_WIDTH 32
|
||||
|
||||
#endif // __PNGDEC__
|
||||
@@ -0,0 +1,176 @@
|
||||
/* adler32.c -- compute the Adler-32 checksum of a data stream
|
||||
* Copyright (C) 1995-2011, 2016 Mark Adler
|
||||
* For conditions of distribution and use, see copyright notice in zlib.h
|
||||
*/
|
||||
|
||||
/* @(#) $Id$ */
|
||||
|
||||
#include "zutil.h"
|
||||
|
||||
#ifndef __ADLER32_C__
|
||||
#define __ADLER32_C__
|
||||
|
||||
local uLong adler32_combine_ OF((uLong adler1, uLong adler2, z_off64_t len2));
|
||||
|
||||
#define BASE 65521U /* largest prime smaller than 65536 */
|
||||
#define NMAX 5552
|
||||
/* NMAX is the largest n such that 255n(n+1)/2 + (n+1)(BASE-1) <= 2^32-1 */
|
||||
|
||||
#define DO1(buf,i) {adler += (buf)[i]; sum2 += adler;}
|
||||
#define DO2(buf,i) DO1(buf,i); DO1(buf,i+1);
|
||||
#define DO4(buf,i) DO2(buf,i); DO2(buf,i+2);
|
||||
#define DO8(buf,i) DO4(buf,i); DO4(buf,i+4);
|
||||
#define DO16(buf) DO8(buf,0); DO8(buf,8);
|
||||
|
||||
/* use NO_DIVIDE if your processor does not do division in hardware --
|
||||
try it both ways to see which is faster */
|
||||
#ifdef NO_DIVIDE
|
||||
/* note that this assumes BASE is 65521, where 65536 % 65521 == 15
|
||||
(thank you to John Reiser for pointing this out) */
|
||||
# define CHOP(a) \
|
||||
do { \
|
||||
unsigned long tmp = a >> 16; \
|
||||
a &= 0xffffUL; \
|
||||
a += (tmp << 4) - tmp; \
|
||||
} while (0)
|
||||
# define MOD28(a) \
|
||||
do { \
|
||||
CHOP(a); \
|
||||
if (a >= BASE) a -= BASE; \
|
||||
} while (0)
|
||||
# define MOD(a) \
|
||||
do { \
|
||||
CHOP(a); \
|
||||
MOD28(a); \
|
||||
} while (0)
|
||||
# define MOD63(a) \
|
||||
do { /* this assumes a is not negative */ \
|
||||
z_off64_t tmp = a >> 32; \
|
||||
a &= 0xffffffffL; \
|
||||
a += (tmp << 8) - (tmp << 5) + tmp; \
|
||||
tmp = a >> 16; \
|
||||
a &= 0xffffL; \
|
||||
a += (tmp << 4) - tmp; \
|
||||
tmp = a >> 16; \
|
||||
a &= 0xffffL; \
|
||||
a += (tmp << 4) - tmp; \
|
||||
if (a >= BASE) a -= BASE; \
|
||||
} while (0)
|
||||
#else
|
||||
# define MOD(a) a %= BASE
|
||||
# define MOD28(a) a %= BASE
|
||||
# define MOD63(a) a %= BASE
|
||||
#endif
|
||||
|
||||
/* ========================================================================= */
|
||||
uLong ZEXPORT adler32_z(uLong adler, const Bytef *buf, z_size_t len)
|
||||
{
|
||||
unsigned long sum2;
|
||||
unsigned n;
|
||||
|
||||
/* split Adler-32 into component sums */
|
||||
sum2 = (adler >> 16) & 0xffff;
|
||||
adler &= 0xffff;
|
||||
|
||||
/* in case user likes doing a byte at a time, keep it fast */
|
||||
if (len == 1) {
|
||||
adler += buf[0];
|
||||
if (adler >= BASE)
|
||||
adler -= BASE;
|
||||
sum2 += adler;
|
||||
if (sum2 >= BASE)
|
||||
sum2 -= BASE;
|
||||
return adler | (sum2 << 16);
|
||||
}
|
||||
|
||||
/* initial Adler-32 value (deferred check for len == 1 speed) */
|
||||
if (buf == Z_NULL)
|
||||
return 1L;
|
||||
|
||||
/* in case short lengths are provided, keep it somewhat fast */
|
||||
if (len < 16) {
|
||||
while (len--) {
|
||||
adler += *buf++;
|
||||
sum2 += adler;
|
||||
}
|
||||
if (adler >= BASE)
|
||||
adler -= BASE;
|
||||
MOD28(sum2); /* only added so many BASE's */
|
||||
return adler | (sum2 << 16);
|
||||
}
|
||||
|
||||
/* do length NMAX blocks -- requires just one modulo operation */
|
||||
while (len >= NMAX) {
|
||||
len -= NMAX;
|
||||
n = NMAX / 16; /* NMAX is divisible by 16 */
|
||||
do {
|
||||
DO16(buf); /* 16 sums unrolled */
|
||||
buf += 16;
|
||||
} while (--n);
|
||||
MOD(adler);
|
||||
MOD(sum2);
|
||||
}
|
||||
|
||||
/* do remaining bytes (less than NMAX, still just one modulo) */
|
||||
if (len) { /* avoid modulos if none remaining */
|
||||
while (len >= 16) {
|
||||
len -= 16;
|
||||
DO16(buf);
|
||||
buf += 16;
|
||||
}
|
||||
while (len--) {
|
||||
adler += *buf++;
|
||||
sum2 += adler;
|
||||
}
|
||||
MOD(adler);
|
||||
MOD(sum2);
|
||||
}
|
||||
|
||||
/* return recombined sums */
|
||||
return adler | (sum2 << 16);
|
||||
}
|
||||
|
||||
/* ========================================================================= */
|
||||
uLong ZEXPORT adler32(uLong adler, const Bytef *buf, uInt len)
|
||||
{
|
||||
return adler32_z(adler, buf, len);
|
||||
}
|
||||
|
||||
/* ========================================================================= */
|
||||
local uLong adler32_combine_(uLong adler1, uLong adler2, z_off64_t len2)
|
||||
{
|
||||
unsigned long sum1;
|
||||
unsigned long sum2;
|
||||
unsigned rem;
|
||||
|
||||
/* for negative len, return invalid adler32 as a clue for debugging */
|
||||
if (len2 < 0)
|
||||
return 0xffffffffUL;
|
||||
|
||||
/* the derivation of this formula is left as an exercise for the reader */
|
||||
MOD63(len2); /* assumes len2 >= 0 */
|
||||
rem = (unsigned)len2;
|
||||
sum1 = adler1 & 0xffff;
|
||||
sum2 = rem * sum1;
|
||||
MOD(sum2);
|
||||
sum1 += (adler2 & 0xffff) + BASE - 1;
|
||||
sum2 += ((adler1 >> 16) & 0xffff) + ((adler2 >> 16) & 0xffff) + BASE - rem;
|
||||
if (sum1 >= BASE) sum1 -= BASE;
|
||||
if (sum1 >= BASE) sum1 -= BASE;
|
||||
if (sum2 >= ((unsigned long)BASE << 1)) sum2 -= ((unsigned long)BASE << 1);
|
||||
if (sum2 >= BASE) sum2 -= BASE;
|
||||
return sum1 | (sum2 << 16);
|
||||
}
|
||||
|
||||
/* ========================================================================= */
|
||||
uLong ZEXPORT adler32_combine(uLong adler1, uLong adler2, z_off_t len2)
|
||||
{
|
||||
return adler32_combine_(adler1, adler2, len2);
|
||||
}
|
||||
|
||||
uLong ZEXPORT adler32_combine64(uLong adler1, uLong adler2, z_off64_t len2)
|
||||
{
|
||||
return adler32_combine_(adler1, adler2, len2);
|
||||
}
|
||||
|
||||
#endif // __ADLER32_C__
|
||||
@@ -0,0 +1,417 @@
|
||||
/* crc32.c -- compute the CRC-32 of a data stream
|
||||
* Copyright (C) 1995-2006, 2010, 2011, 2012, 2016 Mark Adler
|
||||
* For conditions of distribution and use, see copyright notice in zlib.h
|
||||
*
|
||||
* Thanks to Rodney Brown <rbrown64@csc.com.au> for his contribution of faster
|
||||
* CRC methods: exclusive-oring 32 bits of data at a time, and pre-computing
|
||||
* tables for updating the shift register in one step with three exclusive-ors
|
||||
* instead of four steps with four exclusive-ors. This results in about a
|
||||
* factor of two increase in speed on a Power PC G4 (PPC7455) using gcc -O3.
|
||||
*/
|
||||
|
||||
/* @(#) $Id$ */
|
||||
|
||||
/*
|
||||
Note on the use of DYNAMIC_CRC_TABLE: there is no mutex or semaphore
|
||||
protection on the static variables used to control the first-use generation
|
||||
of the crc tables. Therefore, if you #define DYNAMIC_CRC_TABLE, you should
|
||||
first call get_crc_table() to initialize the tables before allowing more than
|
||||
one thread to use crc32().
|
||||
|
||||
DYNAMIC_CRC_TABLE and MAKECRCH can be #defined to write out crc32.h.
|
||||
*/
|
||||
|
||||
#ifdef MAKECRCH
|
||||
# include <stdio.h>
|
||||
# ifndef DYNAMIC_CRC_TABLE
|
||||
# define DYNAMIC_CRC_TABLE
|
||||
# endif /* !DYNAMIC_CRC_TABLE */
|
||||
#endif /* MAKECRCH */
|
||||
|
||||
#include "zutil.h" /* for STDC and FAR definitions */
|
||||
|
||||
/* Definitions for doing the crc four data bytes at a time. */
|
||||
#if !defined(NOBYFOUR) && defined(Z_U4)
|
||||
# define BYFOUR
|
||||
#endif
|
||||
#ifdef BYFOUR
|
||||
local unsigned long crc32_little OF((unsigned long,
|
||||
const unsigned char FAR *, z_size_t));
|
||||
local unsigned long crc32_big OF((unsigned long,
|
||||
const unsigned char FAR *, z_size_t));
|
||||
# define TBLS 8
|
||||
#else
|
||||
# define TBLS 1
|
||||
#endif /* BYFOUR */
|
||||
|
||||
/* Local functions for crc concatenation */
|
||||
local unsigned long gf2_matrix_times OF((unsigned long *mat,
|
||||
unsigned long vec));
|
||||
local void gf2_matrix_square OF((unsigned long *square, unsigned long *mat));
|
||||
local uLong crc32_combine_ OF((uLong crc1, uLong crc2, z_off64_t len2));
|
||||
|
||||
|
||||
#ifdef DYNAMIC_CRC_TABLE
|
||||
|
||||
local volatile int crc_table_empty = 1;
|
||||
local z_crc_t FAR crc_table[TBLS][256];
|
||||
local void make_crc_table OF((void));
|
||||
#ifdef MAKECRCH
|
||||
local void write_table OF((FILE *, const z_crc_t FAR *));
|
||||
#endif /* MAKECRCH */
|
||||
/*
|
||||
Generate tables for a byte-wise 32-bit CRC calculation on the polynomial:
|
||||
x^32+x^26+x^23+x^22+x^16+x^12+x^11+x^10+x^8+x^7+x^5+x^4+x^2+x+1.
|
||||
|
||||
Polynomials over GF(2) are represented in binary, one bit per coefficient,
|
||||
with the lowest powers in the most significant bit. Then adding polynomials
|
||||
is just exclusive-or, and multiplying a polynomial by x is a right shift by
|
||||
one. If we call the above polynomial p, and represent a byte as the
|
||||
polynomial q, also with the lowest power in the most significant bit (so the
|
||||
byte 0xb1 is the polynomial x^7+x^3+x+1), then the CRC is (q*x^32) mod p,
|
||||
where a mod b means the remainder after dividing a by b.
|
||||
|
||||
This calculation is done using the shift-register method of multiplying and
|
||||
taking the remainder. The register is initialized to zero, and for each
|
||||
incoming bit, x^32 is added mod p to the register if the bit is a one (where
|
||||
x^32 mod p is p+x^32 = x^26+...+1), and the register is multiplied mod p by
|
||||
x (which is shifting right by one and adding x^32 mod p if the bit shifted
|
||||
out is a one). We start with the highest power (least significant bit) of
|
||||
q and repeat for all eight bits of q.
|
||||
|
||||
The first table is simply the CRC of all possible eight bit values. This is
|
||||
all the information needed to generate CRCs on data a byte at a time for all
|
||||
combinations of CRC register values and incoming bytes. The remaining tables
|
||||
allow for word-at-a-time CRC calculation for both big-endian and little-
|
||||
endian machines, where a word is four bytes.
|
||||
*/
|
||||
local void make_crc_table()
|
||||
{
|
||||
z_crc_t c;
|
||||
int n, k;
|
||||
z_crc_t poly; /* polynomial exclusive-or pattern */
|
||||
/* terms of polynomial defining this crc (except x^32): */
|
||||
static volatile int first = 1; /* flag to limit concurrent making */
|
||||
static const unsigned char p[] = {0,1,2,4,5,7,8,10,11,12,16,22,23,26};
|
||||
|
||||
/* See if another task is already doing this (not thread-safe, but better
|
||||
than nothing -- significantly reduces duration of vulnerability in
|
||||
case the advice about DYNAMIC_CRC_TABLE is ignored) */
|
||||
if (first) {
|
||||
first = 0;
|
||||
|
||||
/* make exclusive-or pattern from polynomial (0xedb88320UL) */
|
||||
poly = 0;
|
||||
for (n = 0; n < (int)(sizeof(p)/sizeof(unsigned char)); n++)
|
||||
poly |= (z_crc_t)1 << (31 - p[n]);
|
||||
|
||||
/* generate a crc for every 8-bit value */
|
||||
for (n = 0; n < 256; n++) {
|
||||
c = (z_crc_t)n;
|
||||
for (k = 0; k < 8; k++)
|
||||
c = c & 1 ? poly ^ (c >> 1) : c >> 1;
|
||||
crc_table[0][n] = c;
|
||||
}
|
||||
|
||||
#ifdef BYFOUR
|
||||
/* generate crc for each value followed by one, two, and three zeros,
|
||||
and then the byte reversal of those as well as the first table */
|
||||
for (n = 0; n < 256; n++) {
|
||||
c = crc_table[0][n];
|
||||
crc_table[4][n] = ZSWAP32(c);
|
||||
for (k = 1; k < 4; k++) {
|
||||
c = crc_table[0][c & 0xff] ^ (c >> 8);
|
||||
crc_table[k][n] = c;
|
||||
crc_table[k + 4][n] = ZSWAP32(c);
|
||||
}
|
||||
}
|
||||
#endif /* BYFOUR */
|
||||
|
||||
crc_table_empty = 0;
|
||||
}
|
||||
else { /* not first */
|
||||
/* wait for the other guy to finish (not efficient, but rare) */
|
||||
while (crc_table_empty)
|
||||
;
|
||||
}
|
||||
|
||||
#ifdef MAKECRCH
|
||||
/* write out CRC tables to crc32.h */
|
||||
{
|
||||
FILE *out;
|
||||
|
||||
out = fopen("crc32.h", "w");
|
||||
if (out == NULL) return;
|
||||
fprintf(out, "/* crc32.h -- tables for rapid CRC calculation\n");
|
||||
fprintf(out, " * Generated automatically by crc32.c\n */\n\n");
|
||||
fprintf(out, "local const z_crc_t FAR ");
|
||||
fprintf(out, "crc_table[TBLS][256] =\n{\n {\n");
|
||||
write_table(out, crc_table[0]);
|
||||
# ifdef BYFOUR
|
||||
fprintf(out, "#ifdef BYFOUR\n");
|
||||
for (k = 1; k < 8; k++) {
|
||||
fprintf(out, " },\n {\n");
|
||||
write_table(out, crc_table[k]);
|
||||
}
|
||||
fprintf(out, "#endif\n");
|
||||
# endif /* BYFOUR */
|
||||
fprintf(out, " }\n};\n");
|
||||
fclose(out);
|
||||
}
|
||||
#endif /* MAKECRCH */
|
||||
}
|
||||
|
||||
#ifdef MAKECRCH
|
||||
local void write_table(out, table)
|
||||
FILE *out;
|
||||
const z_crc_t FAR *table;
|
||||
{
|
||||
int n;
|
||||
|
||||
for (n = 0; n < 256; n++)
|
||||
fprintf(out, "%s0x%08lxUL%s", n % 5 ? "" : " ",
|
||||
(unsigned long)(table[n]),
|
||||
n == 255 ? "\n" : (n % 5 == 4 ? ",\n" : ", "));
|
||||
}
|
||||
#endif /* MAKECRCH */
|
||||
|
||||
#else /* !DYNAMIC_CRC_TABLE */
|
||||
/* ========================================================================
|
||||
* Tables of CRC-32s of all single-byte values, made by make_crc_table().
|
||||
*/
|
||||
#include "crc32.h"
|
||||
#endif /* DYNAMIC_CRC_TABLE */
|
||||
|
||||
/* =========================================================================
|
||||
* This function can be used by asm versions of crc32()
|
||||
*/
|
||||
const z_crc_t FAR * ZEXPORT get_crc_table(void)
|
||||
{
|
||||
#ifdef DYNAMIC_CRC_TABLE
|
||||
if (crc_table_empty)
|
||||
make_crc_table();
|
||||
#endif /* DYNAMIC_CRC_TABLE */
|
||||
return (const z_crc_t FAR *)crc_table;
|
||||
}
|
||||
|
||||
/* ========================================================================= */
|
||||
#define DO1 crc = crc_table[0][((int)crc ^ (*buf++)) & 0xff] ^ (crc >> 8)
|
||||
#define DO8 DO1; DO1; DO1; DO1; DO1; DO1; DO1; DO1
|
||||
|
||||
/* ========================================================================= */
|
||||
unsigned long ZEXPORT crc32_z(unsigned long crc, const unsigned char FAR *buf, z_size_t len)
|
||||
{
|
||||
if (buf == Z_NULL) return 0UL;
|
||||
|
||||
#ifdef DYNAMIC_CRC_TABLE
|
||||
if (crc_table_empty)
|
||||
make_crc_table();
|
||||
#endif /* DYNAMIC_CRC_TABLE */
|
||||
|
||||
#ifdef BYFOUR
|
||||
if (sizeof(void *) == sizeof(ptrdiff_t)) {
|
||||
z_crc_t endian;
|
||||
|
||||
endian = 1;
|
||||
if (*((unsigned char *)(&endian)))
|
||||
return crc32_little(crc, buf, len);
|
||||
else
|
||||
return crc32_big(crc, buf, len);
|
||||
}
|
||||
#endif /* BYFOUR */
|
||||
crc = crc ^ 0xffffffffUL;
|
||||
while (len >= 8) {
|
||||
DO8;
|
||||
len -= 8;
|
||||
}
|
||||
if (len) do {
|
||||
DO1;
|
||||
} while (--len);
|
||||
return crc ^ 0xffffffffUL;
|
||||
}
|
||||
|
||||
/* ========================================================================= */
|
||||
unsigned long ZEXPORT crc32(unsigned long crc, const unsigned char FAR *buf, uInt len)
|
||||
{
|
||||
return crc32_z(crc, buf, len);
|
||||
}
|
||||
|
||||
#ifdef BYFOUR
|
||||
|
||||
/*
|
||||
This BYFOUR code accesses the passed unsigned char * buffer with a 32-bit
|
||||
integer pointer type. This violates the strict aliasing rule, where a
|
||||
compiler can assume, for optimization purposes, that two pointers to
|
||||
fundamentally different types won't ever point to the same memory. This can
|
||||
manifest as a problem only if one of the pointers is written to. This code
|
||||
only reads from those pointers. So long as this code remains isolated in
|
||||
this compilation unit, there won't be a problem. For this reason, this code
|
||||
should not be copied and pasted into a compilation unit in which other code
|
||||
writes to the buffer that is passed to these routines.
|
||||
*/
|
||||
|
||||
/* ========================================================================= */
|
||||
#define DOLIT4 c ^= *buf4++; \
|
||||
c = crc_table[3][c & 0xff] ^ crc_table[2][(c >> 8) & 0xff] ^ \
|
||||
crc_table[1][(c >> 16) & 0xff] ^ crc_table[0][c >> 24]
|
||||
#define DOLIT32 DOLIT4; DOLIT4; DOLIT4; DOLIT4; DOLIT4; DOLIT4; DOLIT4; DOLIT4
|
||||
|
||||
/* ========================================================================= */
|
||||
local unsigned long crc32_little(unsigned long crc, const unsigned char FAR *buf, z_size_t len)
|
||||
{
|
||||
register z_crc_t c;
|
||||
register const z_crc_t FAR *buf4;
|
||||
|
||||
c = (z_crc_t)crc;
|
||||
c = ~c;
|
||||
while (len && ((ptrdiff_t)buf & 3)) {
|
||||
c = crc_table[0][(c ^ *buf++) & 0xff] ^ (c >> 8);
|
||||
len--;
|
||||
}
|
||||
|
||||
buf4 = (const z_crc_t FAR *)(const void FAR *)buf;
|
||||
while (len >= 32) {
|
||||
DOLIT32;
|
||||
len -= 32;
|
||||
}
|
||||
while (len >= 4) {
|
||||
DOLIT4;
|
||||
len -= 4;
|
||||
}
|
||||
buf = (const unsigned char FAR *)buf4;
|
||||
|
||||
if (len) do {
|
||||
c = crc_table[0][(c ^ *buf++) & 0xff] ^ (c >> 8);
|
||||
} while (--len);
|
||||
c = ~c;
|
||||
return (unsigned long)c;
|
||||
}
|
||||
|
||||
/* ========================================================================= */
|
||||
#define DOBIG4 c ^= *buf4++; \
|
||||
c = crc_table[4][c & 0xff] ^ crc_table[5][(c >> 8) & 0xff] ^ \
|
||||
crc_table[6][(c >> 16) & 0xff] ^ crc_table[7][c >> 24]
|
||||
#define DOBIG32 DOBIG4; DOBIG4; DOBIG4; DOBIG4; DOBIG4; DOBIG4; DOBIG4; DOBIG4
|
||||
|
||||
/* ========================================================================= */
|
||||
local unsigned long crc32_big(unsigned long crc, const unsigned char FAR *buf, z_size_t len)
|
||||
{
|
||||
register z_crc_t c;
|
||||
register const z_crc_t FAR *buf4;
|
||||
|
||||
c = ZSWAP32((z_crc_t)crc);
|
||||
c = ~c;
|
||||
while (len && ((ptrdiff_t)buf & 3)) {
|
||||
c = crc_table[4][(c >> 24) ^ *buf++] ^ (c << 8);
|
||||
len--;
|
||||
}
|
||||
|
||||
buf4 = (const z_crc_t FAR *)(const void FAR *)buf;
|
||||
while (len >= 32) {
|
||||
DOBIG32;
|
||||
len -= 32;
|
||||
}
|
||||
while (len >= 4) {
|
||||
DOBIG4;
|
||||
len -= 4;
|
||||
}
|
||||
buf = (const unsigned char FAR *)buf4;
|
||||
|
||||
if (len) do {
|
||||
c = crc_table[4][(c >> 24) ^ *buf++] ^ (c << 8);
|
||||
} while (--len);
|
||||
c = ~c;
|
||||
return (unsigned long)(ZSWAP32(c));
|
||||
}
|
||||
|
||||
#endif /* BYFOUR */
|
||||
|
||||
#define GF2_DIM 32 /* dimension of GF(2) vectors (length of CRC) */
|
||||
|
||||
/* ========================================================================= */
|
||||
local unsigned long gf2_matrix_times(unsigned long *mat, unsigned long vec)
|
||||
{
|
||||
unsigned long sum;
|
||||
|
||||
sum = 0;
|
||||
while (vec) {
|
||||
if (vec & 1)
|
||||
sum ^= *mat;
|
||||
vec >>= 1;
|
||||
mat++;
|
||||
}
|
||||
return sum;
|
||||
}
|
||||
|
||||
/* ========================================================================= */
|
||||
local void gf2_matrix_square(unsigned long *square, unsigned long *mat)
|
||||
{
|
||||
int n;
|
||||
|
||||
for (n = 0; n < GF2_DIM; n++)
|
||||
square[n] = gf2_matrix_times(mat, mat[n]);
|
||||
}
|
||||
|
||||
/* ========================================================================= */
|
||||
local uLong crc32_combine_(uLong crc1, uLong crc2, z_off64_t len2)
|
||||
{
|
||||
int n;
|
||||
unsigned long row;
|
||||
unsigned long even[GF2_DIM]; /* even-power-of-two zeros operator */
|
||||
unsigned long odd[GF2_DIM]; /* odd-power-of-two zeros operator */
|
||||
|
||||
/* degenerate case (also disallow negative lengths) */
|
||||
if (len2 <= 0)
|
||||
return crc1;
|
||||
|
||||
/* put operator for one zero bit in odd */
|
||||
odd[0] = 0xedb88320UL; /* CRC-32 polynomial */
|
||||
row = 1;
|
||||
for (n = 1; n < GF2_DIM; n++) {
|
||||
odd[n] = row;
|
||||
row <<= 1;
|
||||
}
|
||||
|
||||
/* put operator for two zero bits in even */
|
||||
gf2_matrix_square(even, odd);
|
||||
|
||||
/* put operator for four zero bits in odd */
|
||||
gf2_matrix_square(odd, even);
|
||||
|
||||
/* apply len2 zeros to crc1 (first square will put the operator for one
|
||||
zero byte, eight zero bits, in even) */
|
||||
do {
|
||||
/* apply zeros operator for this bit of len2 */
|
||||
gf2_matrix_square(even, odd);
|
||||
if (len2 & 1)
|
||||
crc1 = gf2_matrix_times(even, crc1);
|
||||
len2 >>= 1;
|
||||
|
||||
/* if no more bits set, then done */
|
||||
if (len2 == 0)
|
||||
break;
|
||||
|
||||
/* another iteration of the loop with odd and even swapped */
|
||||
gf2_matrix_square(odd, even);
|
||||
if (len2 & 1)
|
||||
crc1 = gf2_matrix_times(odd, crc1);
|
||||
len2 >>= 1;
|
||||
|
||||
/* if no more bits set, then done */
|
||||
} while (len2 != 0);
|
||||
|
||||
/* return combined crc */
|
||||
crc1 ^= crc2;
|
||||
return crc1;
|
||||
}
|
||||
|
||||
/* ========================================================================= */
|
||||
uLong ZEXPORT crc32_combine(uLong crc1, uLong crc2, z_off_t len2)
|
||||
{
|
||||
return crc32_combine_(crc1, crc2, len2);
|
||||
}
|
||||
|
||||
uLong ZEXPORT crc32_combine64(uLong crc1, uLong crc2, z_off64_t len2)
|
||||
{
|
||||
return crc32_combine_(crc1, crc2, len2);
|
||||
}
|
||||
@@ -0,0 +1,441 @@
|
||||
/* crc32.h -- tables for rapid CRC calculation
|
||||
* Generated automatically by crc32.c
|
||||
*/
|
||||
|
||||
local const z_crc_t FAR crc_table[TBLS][256] =
|
||||
{
|
||||
{
|
||||
0x00000000UL, 0x77073096UL, 0xee0e612cUL, 0x990951baUL, 0x076dc419UL,
|
||||
0x706af48fUL, 0xe963a535UL, 0x9e6495a3UL, 0x0edb8832UL, 0x79dcb8a4UL,
|
||||
0xe0d5e91eUL, 0x97d2d988UL, 0x09b64c2bUL, 0x7eb17cbdUL, 0xe7b82d07UL,
|
||||
0x90bf1d91UL, 0x1db71064UL, 0x6ab020f2UL, 0xf3b97148UL, 0x84be41deUL,
|
||||
0x1adad47dUL, 0x6ddde4ebUL, 0xf4d4b551UL, 0x83d385c7UL, 0x136c9856UL,
|
||||
0x646ba8c0UL, 0xfd62f97aUL, 0x8a65c9ecUL, 0x14015c4fUL, 0x63066cd9UL,
|
||||
0xfa0f3d63UL, 0x8d080df5UL, 0x3b6e20c8UL, 0x4c69105eUL, 0xd56041e4UL,
|
||||
0xa2677172UL, 0x3c03e4d1UL, 0x4b04d447UL, 0xd20d85fdUL, 0xa50ab56bUL,
|
||||
0x35b5a8faUL, 0x42b2986cUL, 0xdbbbc9d6UL, 0xacbcf940UL, 0x32d86ce3UL,
|
||||
0x45df5c75UL, 0xdcd60dcfUL, 0xabd13d59UL, 0x26d930acUL, 0x51de003aUL,
|
||||
0xc8d75180UL, 0xbfd06116UL, 0x21b4f4b5UL, 0x56b3c423UL, 0xcfba9599UL,
|
||||
0xb8bda50fUL, 0x2802b89eUL, 0x5f058808UL, 0xc60cd9b2UL, 0xb10be924UL,
|
||||
0x2f6f7c87UL, 0x58684c11UL, 0xc1611dabUL, 0xb6662d3dUL, 0x76dc4190UL,
|
||||
0x01db7106UL, 0x98d220bcUL, 0xefd5102aUL, 0x71b18589UL, 0x06b6b51fUL,
|
||||
0x9fbfe4a5UL, 0xe8b8d433UL, 0x7807c9a2UL, 0x0f00f934UL, 0x9609a88eUL,
|
||||
0xe10e9818UL, 0x7f6a0dbbUL, 0x086d3d2dUL, 0x91646c97UL, 0xe6635c01UL,
|
||||
0x6b6b51f4UL, 0x1c6c6162UL, 0x856530d8UL, 0xf262004eUL, 0x6c0695edUL,
|
||||
0x1b01a57bUL, 0x8208f4c1UL, 0xf50fc457UL, 0x65b0d9c6UL, 0x12b7e950UL,
|
||||
0x8bbeb8eaUL, 0xfcb9887cUL, 0x62dd1ddfUL, 0x15da2d49UL, 0x8cd37cf3UL,
|
||||
0xfbd44c65UL, 0x4db26158UL, 0x3ab551ceUL, 0xa3bc0074UL, 0xd4bb30e2UL,
|
||||
0x4adfa541UL, 0x3dd895d7UL, 0xa4d1c46dUL, 0xd3d6f4fbUL, 0x4369e96aUL,
|
||||
0x346ed9fcUL, 0xad678846UL, 0xda60b8d0UL, 0x44042d73UL, 0x33031de5UL,
|
||||
0xaa0a4c5fUL, 0xdd0d7cc9UL, 0x5005713cUL, 0x270241aaUL, 0xbe0b1010UL,
|
||||
0xc90c2086UL, 0x5768b525UL, 0x206f85b3UL, 0xb966d409UL, 0xce61e49fUL,
|
||||
0x5edef90eUL, 0x29d9c998UL, 0xb0d09822UL, 0xc7d7a8b4UL, 0x59b33d17UL,
|
||||
0x2eb40d81UL, 0xb7bd5c3bUL, 0xc0ba6cadUL, 0xedb88320UL, 0x9abfb3b6UL,
|
||||
0x03b6e20cUL, 0x74b1d29aUL, 0xead54739UL, 0x9dd277afUL, 0x04db2615UL,
|
||||
0x73dc1683UL, 0xe3630b12UL, 0x94643b84UL, 0x0d6d6a3eUL, 0x7a6a5aa8UL,
|
||||
0xe40ecf0bUL, 0x9309ff9dUL, 0x0a00ae27UL, 0x7d079eb1UL, 0xf00f9344UL,
|
||||
0x8708a3d2UL, 0x1e01f268UL, 0x6906c2feUL, 0xf762575dUL, 0x806567cbUL,
|
||||
0x196c3671UL, 0x6e6b06e7UL, 0xfed41b76UL, 0x89d32be0UL, 0x10da7a5aUL,
|
||||
0x67dd4accUL, 0xf9b9df6fUL, 0x8ebeeff9UL, 0x17b7be43UL, 0x60b08ed5UL,
|
||||
0xd6d6a3e8UL, 0xa1d1937eUL, 0x38d8c2c4UL, 0x4fdff252UL, 0xd1bb67f1UL,
|
||||
0xa6bc5767UL, 0x3fb506ddUL, 0x48b2364bUL, 0xd80d2bdaUL, 0xaf0a1b4cUL,
|
||||
0x36034af6UL, 0x41047a60UL, 0xdf60efc3UL, 0xa867df55UL, 0x316e8eefUL,
|
||||
0x4669be79UL, 0xcb61b38cUL, 0xbc66831aUL, 0x256fd2a0UL, 0x5268e236UL,
|
||||
0xcc0c7795UL, 0xbb0b4703UL, 0x220216b9UL, 0x5505262fUL, 0xc5ba3bbeUL,
|
||||
0xb2bd0b28UL, 0x2bb45a92UL, 0x5cb36a04UL, 0xc2d7ffa7UL, 0xb5d0cf31UL,
|
||||
0x2cd99e8bUL, 0x5bdeae1dUL, 0x9b64c2b0UL, 0xec63f226UL, 0x756aa39cUL,
|
||||
0x026d930aUL, 0x9c0906a9UL, 0xeb0e363fUL, 0x72076785UL, 0x05005713UL,
|
||||
0x95bf4a82UL, 0xe2b87a14UL, 0x7bb12baeUL, 0x0cb61b38UL, 0x92d28e9bUL,
|
||||
0xe5d5be0dUL, 0x7cdcefb7UL, 0x0bdbdf21UL, 0x86d3d2d4UL, 0xf1d4e242UL,
|
||||
0x68ddb3f8UL, 0x1fda836eUL, 0x81be16cdUL, 0xf6b9265bUL, 0x6fb077e1UL,
|
||||
0x18b74777UL, 0x88085ae6UL, 0xff0f6a70UL, 0x66063bcaUL, 0x11010b5cUL,
|
||||
0x8f659effUL, 0xf862ae69UL, 0x616bffd3UL, 0x166ccf45UL, 0xa00ae278UL,
|
||||
0xd70dd2eeUL, 0x4e048354UL, 0x3903b3c2UL, 0xa7672661UL, 0xd06016f7UL,
|
||||
0x4969474dUL, 0x3e6e77dbUL, 0xaed16a4aUL, 0xd9d65adcUL, 0x40df0b66UL,
|
||||
0x37d83bf0UL, 0xa9bcae53UL, 0xdebb9ec5UL, 0x47b2cf7fUL, 0x30b5ffe9UL,
|
||||
0xbdbdf21cUL, 0xcabac28aUL, 0x53b39330UL, 0x24b4a3a6UL, 0xbad03605UL,
|
||||
0xcdd70693UL, 0x54de5729UL, 0x23d967bfUL, 0xb3667a2eUL, 0xc4614ab8UL,
|
||||
0x5d681b02UL, 0x2a6f2b94UL, 0xb40bbe37UL, 0xc30c8ea1UL, 0x5a05df1bUL,
|
||||
0x2d02ef8dUL
|
||||
#ifdef BYFOUR
|
||||
},
|
||||
{
|
||||
0x00000000UL, 0x191b3141UL, 0x32366282UL, 0x2b2d53c3UL, 0x646cc504UL,
|
||||
0x7d77f445UL, 0x565aa786UL, 0x4f4196c7UL, 0xc8d98a08UL, 0xd1c2bb49UL,
|
||||
0xfaefe88aUL, 0xe3f4d9cbUL, 0xacb54f0cUL, 0xb5ae7e4dUL, 0x9e832d8eUL,
|
||||
0x87981ccfUL, 0x4ac21251UL, 0x53d92310UL, 0x78f470d3UL, 0x61ef4192UL,
|
||||
0x2eaed755UL, 0x37b5e614UL, 0x1c98b5d7UL, 0x05838496UL, 0x821b9859UL,
|
||||
0x9b00a918UL, 0xb02dfadbUL, 0xa936cb9aUL, 0xe6775d5dUL, 0xff6c6c1cUL,
|
||||
0xd4413fdfUL, 0xcd5a0e9eUL, 0x958424a2UL, 0x8c9f15e3UL, 0xa7b24620UL,
|
||||
0xbea97761UL, 0xf1e8e1a6UL, 0xe8f3d0e7UL, 0xc3de8324UL, 0xdac5b265UL,
|
||||
0x5d5daeaaUL, 0x44469febUL, 0x6f6bcc28UL, 0x7670fd69UL, 0x39316baeUL,
|
||||
0x202a5aefUL, 0x0b07092cUL, 0x121c386dUL, 0xdf4636f3UL, 0xc65d07b2UL,
|
||||
0xed705471UL, 0xf46b6530UL, 0xbb2af3f7UL, 0xa231c2b6UL, 0x891c9175UL,
|
||||
0x9007a034UL, 0x179fbcfbUL, 0x0e848dbaUL, 0x25a9de79UL, 0x3cb2ef38UL,
|
||||
0x73f379ffUL, 0x6ae848beUL, 0x41c51b7dUL, 0x58de2a3cUL, 0xf0794f05UL,
|
||||
0xe9627e44UL, 0xc24f2d87UL, 0xdb541cc6UL, 0x94158a01UL, 0x8d0ebb40UL,
|
||||
0xa623e883UL, 0xbf38d9c2UL, 0x38a0c50dUL, 0x21bbf44cUL, 0x0a96a78fUL,
|
||||
0x138d96ceUL, 0x5ccc0009UL, 0x45d73148UL, 0x6efa628bUL, 0x77e153caUL,
|
||||
0xbabb5d54UL, 0xa3a06c15UL, 0x888d3fd6UL, 0x91960e97UL, 0xded79850UL,
|
||||
0xc7cca911UL, 0xece1fad2UL, 0xf5facb93UL, 0x7262d75cUL, 0x6b79e61dUL,
|
||||
0x4054b5deUL, 0x594f849fUL, 0x160e1258UL, 0x0f152319UL, 0x243870daUL,
|
||||
0x3d23419bUL, 0x65fd6ba7UL, 0x7ce65ae6UL, 0x57cb0925UL, 0x4ed03864UL,
|
||||
0x0191aea3UL, 0x188a9fe2UL, 0x33a7cc21UL, 0x2abcfd60UL, 0xad24e1afUL,
|
||||
0xb43fd0eeUL, 0x9f12832dUL, 0x8609b26cUL, 0xc94824abUL, 0xd05315eaUL,
|
||||
0xfb7e4629UL, 0xe2657768UL, 0x2f3f79f6UL, 0x362448b7UL, 0x1d091b74UL,
|
||||
0x04122a35UL, 0x4b53bcf2UL, 0x52488db3UL, 0x7965de70UL, 0x607eef31UL,
|
||||
0xe7e6f3feUL, 0xfefdc2bfUL, 0xd5d0917cUL, 0xcccba03dUL, 0x838a36faUL,
|
||||
0x9a9107bbUL, 0xb1bc5478UL, 0xa8a76539UL, 0x3b83984bUL, 0x2298a90aUL,
|
||||
0x09b5fac9UL, 0x10aecb88UL, 0x5fef5d4fUL, 0x46f46c0eUL, 0x6dd93fcdUL,
|
||||
0x74c20e8cUL, 0xf35a1243UL, 0xea412302UL, 0xc16c70c1UL, 0xd8774180UL,
|
||||
0x9736d747UL, 0x8e2de606UL, 0xa500b5c5UL, 0xbc1b8484UL, 0x71418a1aUL,
|
||||
0x685abb5bUL, 0x4377e898UL, 0x5a6cd9d9UL, 0x152d4f1eUL, 0x0c367e5fUL,
|
||||
0x271b2d9cUL, 0x3e001cddUL, 0xb9980012UL, 0xa0833153UL, 0x8bae6290UL,
|
||||
0x92b553d1UL, 0xddf4c516UL, 0xc4eff457UL, 0xefc2a794UL, 0xf6d996d5UL,
|
||||
0xae07bce9UL, 0xb71c8da8UL, 0x9c31de6bUL, 0x852aef2aUL, 0xca6b79edUL,
|
||||
0xd37048acUL, 0xf85d1b6fUL, 0xe1462a2eUL, 0x66de36e1UL, 0x7fc507a0UL,
|
||||
0x54e85463UL, 0x4df36522UL, 0x02b2f3e5UL, 0x1ba9c2a4UL, 0x30849167UL,
|
||||
0x299fa026UL, 0xe4c5aeb8UL, 0xfdde9ff9UL, 0xd6f3cc3aUL, 0xcfe8fd7bUL,
|
||||
0x80a96bbcUL, 0x99b25afdUL, 0xb29f093eUL, 0xab84387fUL, 0x2c1c24b0UL,
|
||||
0x350715f1UL, 0x1e2a4632UL, 0x07317773UL, 0x4870e1b4UL, 0x516bd0f5UL,
|
||||
0x7a468336UL, 0x635db277UL, 0xcbfad74eUL, 0xd2e1e60fUL, 0xf9ccb5ccUL,
|
||||
0xe0d7848dUL, 0xaf96124aUL, 0xb68d230bUL, 0x9da070c8UL, 0x84bb4189UL,
|
||||
0x03235d46UL, 0x1a386c07UL, 0x31153fc4UL, 0x280e0e85UL, 0x674f9842UL,
|
||||
0x7e54a903UL, 0x5579fac0UL, 0x4c62cb81UL, 0x8138c51fUL, 0x9823f45eUL,
|
||||
0xb30ea79dUL, 0xaa1596dcUL, 0xe554001bUL, 0xfc4f315aUL, 0xd7626299UL,
|
||||
0xce7953d8UL, 0x49e14f17UL, 0x50fa7e56UL, 0x7bd72d95UL, 0x62cc1cd4UL,
|
||||
0x2d8d8a13UL, 0x3496bb52UL, 0x1fbbe891UL, 0x06a0d9d0UL, 0x5e7ef3ecUL,
|
||||
0x4765c2adUL, 0x6c48916eUL, 0x7553a02fUL, 0x3a1236e8UL, 0x230907a9UL,
|
||||
0x0824546aUL, 0x113f652bUL, 0x96a779e4UL, 0x8fbc48a5UL, 0xa4911b66UL,
|
||||
0xbd8a2a27UL, 0xf2cbbce0UL, 0xebd08da1UL, 0xc0fdde62UL, 0xd9e6ef23UL,
|
||||
0x14bce1bdUL, 0x0da7d0fcUL, 0x268a833fUL, 0x3f91b27eUL, 0x70d024b9UL,
|
||||
0x69cb15f8UL, 0x42e6463bUL, 0x5bfd777aUL, 0xdc656bb5UL, 0xc57e5af4UL,
|
||||
0xee530937UL, 0xf7483876UL, 0xb809aeb1UL, 0xa1129ff0UL, 0x8a3fcc33UL,
|
||||
0x9324fd72UL
|
||||
},
|
||||
{
|
||||
0x00000000UL, 0x01c26a37UL, 0x0384d46eUL, 0x0246be59UL, 0x0709a8dcUL,
|
||||
0x06cbc2ebUL, 0x048d7cb2UL, 0x054f1685UL, 0x0e1351b8UL, 0x0fd13b8fUL,
|
||||
0x0d9785d6UL, 0x0c55efe1UL, 0x091af964UL, 0x08d89353UL, 0x0a9e2d0aUL,
|
||||
0x0b5c473dUL, 0x1c26a370UL, 0x1de4c947UL, 0x1fa2771eUL, 0x1e601d29UL,
|
||||
0x1b2f0bacUL, 0x1aed619bUL, 0x18abdfc2UL, 0x1969b5f5UL, 0x1235f2c8UL,
|
||||
0x13f798ffUL, 0x11b126a6UL, 0x10734c91UL, 0x153c5a14UL, 0x14fe3023UL,
|
||||
0x16b88e7aUL, 0x177ae44dUL, 0x384d46e0UL, 0x398f2cd7UL, 0x3bc9928eUL,
|
||||
0x3a0bf8b9UL, 0x3f44ee3cUL, 0x3e86840bUL, 0x3cc03a52UL, 0x3d025065UL,
|
||||
0x365e1758UL, 0x379c7d6fUL, 0x35dac336UL, 0x3418a901UL, 0x3157bf84UL,
|
||||
0x3095d5b3UL, 0x32d36beaUL, 0x331101ddUL, 0x246be590UL, 0x25a98fa7UL,
|
||||
0x27ef31feUL, 0x262d5bc9UL, 0x23624d4cUL, 0x22a0277bUL, 0x20e69922UL,
|
||||
0x2124f315UL, 0x2a78b428UL, 0x2bbade1fUL, 0x29fc6046UL, 0x283e0a71UL,
|
||||
0x2d711cf4UL, 0x2cb376c3UL, 0x2ef5c89aUL, 0x2f37a2adUL, 0x709a8dc0UL,
|
||||
0x7158e7f7UL, 0x731e59aeUL, 0x72dc3399UL, 0x7793251cUL, 0x76514f2bUL,
|
||||
0x7417f172UL, 0x75d59b45UL, 0x7e89dc78UL, 0x7f4bb64fUL, 0x7d0d0816UL,
|
||||
0x7ccf6221UL, 0x798074a4UL, 0x78421e93UL, 0x7a04a0caUL, 0x7bc6cafdUL,
|
||||
0x6cbc2eb0UL, 0x6d7e4487UL, 0x6f38fadeUL, 0x6efa90e9UL, 0x6bb5866cUL,
|
||||
0x6a77ec5bUL, 0x68315202UL, 0x69f33835UL, 0x62af7f08UL, 0x636d153fUL,
|
||||
0x612bab66UL, 0x60e9c151UL, 0x65a6d7d4UL, 0x6464bde3UL, 0x662203baUL,
|
||||
0x67e0698dUL, 0x48d7cb20UL, 0x4915a117UL, 0x4b531f4eUL, 0x4a917579UL,
|
||||
0x4fde63fcUL, 0x4e1c09cbUL, 0x4c5ab792UL, 0x4d98dda5UL, 0x46c49a98UL,
|
||||
0x4706f0afUL, 0x45404ef6UL, 0x448224c1UL, 0x41cd3244UL, 0x400f5873UL,
|
||||
0x4249e62aUL, 0x438b8c1dUL, 0x54f16850UL, 0x55330267UL, 0x5775bc3eUL,
|
||||
0x56b7d609UL, 0x53f8c08cUL, 0x523aaabbUL, 0x507c14e2UL, 0x51be7ed5UL,
|
||||
0x5ae239e8UL, 0x5b2053dfUL, 0x5966ed86UL, 0x58a487b1UL, 0x5deb9134UL,
|
||||
0x5c29fb03UL, 0x5e6f455aUL, 0x5fad2f6dUL, 0xe1351b80UL, 0xe0f771b7UL,
|
||||
0xe2b1cfeeUL, 0xe373a5d9UL, 0xe63cb35cUL, 0xe7fed96bUL, 0xe5b86732UL,
|
||||
0xe47a0d05UL, 0xef264a38UL, 0xeee4200fUL, 0xeca29e56UL, 0xed60f461UL,
|
||||
0xe82fe2e4UL, 0xe9ed88d3UL, 0xebab368aUL, 0xea695cbdUL, 0xfd13b8f0UL,
|
||||
0xfcd1d2c7UL, 0xfe976c9eUL, 0xff5506a9UL, 0xfa1a102cUL, 0xfbd87a1bUL,
|
||||
0xf99ec442UL, 0xf85cae75UL, 0xf300e948UL, 0xf2c2837fUL, 0xf0843d26UL,
|
||||
0xf1465711UL, 0xf4094194UL, 0xf5cb2ba3UL, 0xf78d95faUL, 0xf64fffcdUL,
|
||||
0xd9785d60UL, 0xd8ba3757UL, 0xdafc890eUL, 0xdb3ee339UL, 0xde71f5bcUL,
|
||||
0xdfb39f8bUL, 0xddf521d2UL, 0xdc374be5UL, 0xd76b0cd8UL, 0xd6a966efUL,
|
||||
0xd4efd8b6UL, 0xd52db281UL, 0xd062a404UL, 0xd1a0ce33UL, 0xd3e6706aUL,
|
||||
0xd2241a5dUL, 0xc55efe10UL, 0xc49c9427UL, 0xc6da2a7eUL, 0xc7184049UL,
|
||||
0xc25756ccUL, 0xc3953cfbUL, 0xc1d382a2UL, 0xc011e895UL, 0xcb4dafa8UL,
|
||||
0xca8fc59fUL, 0xc8c97bc6UL, 0xc90b11f1UL, 0xcc440774UL, 0xcd866d43UL,
|
||||
0xcfc0d31aUL, 0xce02b92dUL, 0x91af9640UL, 0x906dfc77UL, 0x922b422eUL,
|
||||
0x93e92819UL, 0x96a63e9cUL, 0x976454abUL, 0x9522eaf2UL, 0x94e080c5UL,
|
||||
0x9fbcc7f8UL, 0x9e7eadcfUL, 0x9c381396UL, 0x9dfa79a1UL, 0x98b56f24UL,
|
||||
0x99770513UL, 0x9b31bb4aUL, 0x9af3d17dUL, 0x8d893530UL, 0x8c4b5f07UL,
|
||||
0x8e0de15eUL, 0x8fcf8b69UL, 0x8a809decUL, 0x8b42f7dbUL, 0x89044982UL,
|
||||
0x88c623b5UL, 0x839a6488UL, 0x82580ebfUL, 0x801eb0e6UL, 0x81dcdad1UL,
|
||||
0x8493cc54UL, 0x8551a663UL, 0x8717183aUL, 0x86d5720dUL, 0xa9e2d0a0UL,
|
||||
0xa820ba97UL, 0xaa6604ceUL, 0xaba46ef9UL, 0xaeeb787cUL, 0xaf29124bUL,
|
||||
0xad6fac12UL, 0xacadc625UL, 0xa7f18118UL, 0xa633eb2fUL, 0xa4755576UL,
|
||||
0xa5b73f41UL, 0xa0f829c4UL, 0xa13a43f3UL, 0xa37cfdaaUL, 0xa2be979dUL,
|
||||
0xb5c473d0UL, 0xb40619e7UL, 0xb640a7beUL, 0xb782cd89UL, 0xb2cddb0cUL,
|
||||
0xb30fb13bUL, 0xb1490f62UL, 0xb08b6555UL, 0xbbd72268UL, 0xba15485fUL,
|
||||
0xb853f606UL, 0xb9919c31UL, 0xbcde8ab4UL, 0xbd1ce083UL, 0xbf5a5edaUL,
|
||||
0xbe9834edUL
|
||||
},
|
||||
{
|
||||
0x00000000UL, 0xb8bc6765UL, 0xaa09c88bUL, 0x12b5afeeUL, 0x8f629757UL,
|
||||
0x37def032UL, 0x256b5fdcUL, 0x9dd738b9UL, 0xc5b428efUL, 0x7d084f8aUL,
|
||||
0x6fbde064UL, 0xd7018701UL, 0x4ad6bfb8UL, 0xf26ad8ddUL, 0xe0df7733UL,
|
||||
0x58631056UL, 0x5019579fUL, 0xe8a530faUL, 0xfa109f14UL, 0x42acf871UL,
|
||||
0xdf7bc0c8UL, 0x67c7a7adUL, 0x75720843UL, 0xcdce6f26UL, 0x95ad7f70UL,
|
||||
0x2d111815UL, 0x3fa4b7fbUL, 0x8718d09eUL, 0x1acfe827UL, 0xa2738f42UL,
|
||||
0xb0c620acUL, 0x087a47c9UL, 0xa032af3eUL, 0x188ec85bUL, 0x0a3b67b5UL,
|
||||
0xb28700d0UL, 0x2f503869UL, 0x97ec5f0cUL, 0x8559f0e2UL, 0x3de59787UL,
|
||||
0x658687d1UL, 0xdd3ae0b4UL, 0xcf8f4f5aUL, 0x7733283fUL, 0xeae41086UL,
|
||||
0x525877e3UL, 0x40edd80dUL, 0xf851bf68UL, 0xf02bf8a1UL, 0x48979fc4UL,
|
||||
0x5a22302aUL, 0xe29e574fUL, 0x7f496ff6UL, 0xc7f50893UL, 0xd540a77dUL,
|
||||
0x6dfcc018UL, 0x359fd04eUL, 0x8d23b72bUL, 0x9f9618c5UL, 0x272a7fa0UL,
|
||||
0xbafd4719UL, 0x0241207cUL, 0x10f48f92UL, 0xa848e8f7UL, 0x9b14583dUL,
|
||||
0x23a83f58UL, 0x311d90b6UL, 0x89a1f7d3UL, 0x1476cf6aUL, 0xaccaa80fUL,
|
||||
0xbe7f07e1UL, 0x06c36084UL, 0x5ea070d2UL, 0xe61c17b7UL, 0xf4a9b859UL,
|
||||
0x4c15df3cUL, 0xd1c2e785UL, 0x697e80e0UL, 0x7bcb2f0eUL, 0xc377486bUL,
|
||||
0xcb0d0fa2UL, 0x73b168c7UL, 0x6104c729UL, 0xd9b8a04cUL, 0x446f98f5UL,
|
||||
0xfcd3ff90UL, 0xee66507eUL, 0x56da371bUL, 0x0eb9274dUL, 0xb6054028UL,
|
||||
0xa4b0efc6UL, 0x1c0c88a3UL, 0x81dbb01aUL, 0x3967d77fUL, 0x2bd27891UL,
|
||||
0x936e1ff4UL, 0x3b26f703UL, 0x839a9066UL, 0x912f3f88UL, 0x299358edUL,
|
||||
0xb4446054UL, 0x0cf80731UL, 0x1e4da8dfUL, 0xa6f1cfbaUL, 0xfe92dfecUL,
|
||||
0x462eb889UL, 0x549b1767UL, 0xec277002UL, 0x71f048bbUL, 0xc94c2fdeUL,
|
||||
0xdbf98030UL, 0x6345e755UL, 0x6b3fa09cUL, 0xd383c7f9UL, 0xc1366817UL,
|
||||
0x798a0f72UL, 0xe45d37cbUL, 0x5ce150aeUL, 0x4e54ff40UL, 0xf6e89825UL,
|
||||
0xae8b8873UL, 0x1637ef16UL, 0x048240f8UL, 0xbc3e279dUL, 0x21e91f24UL,
|
||||
0x99557841UL, 0x8be0d7afUL, 0x335cb0caUL, 0xed59b63bUL, 0x55e5d15eUL,
|
||||
0x47507eb0UL, 0xffec19d5UL, 0x623b216cUL, 0xda874609UL, 0xc832e9e7UL,
|
||||
0x708e8e82UL, 0x28ed9ed4UL, 0x9051f9b1UL, 0x82e4565fUL, 0x3a58313aUL,
|
||||
0xa78f0983UL, 0x1f336ee6UL, 0x0d86c108UL, 0xb53aa66dUL, 0xbd40e1a4UL,
|
||||
0x05fc86c1UL, 0x1749292fUL, 0xaff54e4aUL, 0x322276f3UL, 0x8a9e1196UL,
|
||||
0x982bbe78UL, 0x2097d91dUL, 0x78f4c94bUL, 0xc048ae2eUL, 0xd2fd01c0UL,
|
||||
0x6a4166a5UL, 0xf7965e1cUL, 0x4f2a3979UL, 0x5d9f9697UL, 0xe523f1f2UL,
|
||||
0x4d6b1905UL, 0xf5d77e60UL, 0xe762d18eUL, 0x5fdeb6ebUL, 0xc2098e52UL,
|
||||
0x7ab5e937UL, 0x680046d9UL, 0xd0bc21bcUL, 0x88df31eaUL, 0x3063568fUL,
|
||||
0x22d6f961UL, 0x9a6a9e04UL, 0x07bda6bdUL, 0xbf01c1d8UL, 0xadb46e36UL,
|
||||
0x15080953UL, 0x1d724e9aUL, 0xa5ce29ffUL, 0xb77b8611UL, 0x0fc7e174UL,
|
||||
0x9210d9cdUL, 0x2aacbea8UL, 0x38191146UL, 0x80a57623UL, 0xd8c66675UL,
|
||||
0x607a0110UL, 0x72cfaefeUL, 0xca73c99bUL, 0x57a4f122UL, 0xef189647UL,
|
||||
0xfdad39a9UL, 0x45115eccUL, 0x764dee06UL, 0xcef18963UL, 0xdc44268dUL,
|
||||
0x64f841e8UL, 0xf92f7951UL, 0x41931e34UL, 0x5326b1daUL, 0xeb9ad6bfUL,
|
||||
0xb3f9c6e9UL, 0x0b45a18cUL, 0x19f00e62UL, 0xa14c6907UL, 0x3c9b51beUL,
|
||||
0x842736dbUL, 0x96929935UL, 0x2e2efe50UL, 0x2654b999UL, 0x9ee8defcUL,
|
||||
0x8c5d7112UL, 0x34e11677UL, 0xa9362eceUL, 0x118a49abUL, 0x033fe645UL,
|
||||
0xbb838120UL, 0xe3e09176UL, 0x5b5cf613UL, 0x49e959fdUL, 0xf1553e98UL,
|
||||
0x6c820621UL, 0xd43e6144UL, 0xc68bceaaUL, 0x7e37a9cfUL, 0xd67f4138UL,
|
||||
0x6ec3265dUL, 0x7c7689b3UL, 0xc4caeed6UL, 0x591dd66fUL, 0xe1a1b10aUL,
|
||||
0xf3141ee4UL, 0x4ba87981UL, 0x13cb69d7UL, 0xab770eb2UL, 0xb9c2a15cUL,
|
||||
0x017ec639UL, 0x9ca9fe80UL, 0x241599e5UL, 0x36a0360bUL, 0x8e1c516eUL,
|
||||
0x866616a7UL, 0x3eda71c2UL, 0x2c6fde2cUL, 0x94d3b949UL, 0x090481f0UL,
|
||||
0xb1b8e695UL, 0xa30d497bUL, 0x1bb12e1eUL, 0x43d23e48UL, 0xfb6e592dUL,
|
||||
0xe9dbf6c3UL, 0x516791a6UL, 0xccb0a91fUL, 0x740cce7aUL, 0x66b96194UL,
|
||||
0xde0506f1UL
|
||||
},
|
||||
{
|
||||
0x00000000UL, 0x96300777UL, 0x2c610eeeUL, 0xba510999UL, 0x19c46d07UL,
|
||||
0x8ff46a70UL, 0x35a563e9UL, 0xa395649eUL, 0x3288db0eUL, 0xa4b8dc79UL,
|
||||
0x1ee9d5e0UL, 0x88d9d297UL, 0x2b4cb609UL, 0xbd7cb17eUL, 0x072db8e7UL,
|
||||
0x911dbf90UL, 0x6410b71dUL, 0xf220b06aUL, 0x4871b9f3UL, 0xde41be84UL,
|
||||
0x7dd4da1aUL, 0xebe4dd6dUL, 0x51b5d4f4UL, 0xc785d383UL, 0x56986c13UL,
|
||||
0xc0a86b64UL, 0x7af962fdUL, 0xecc9658aUL, 0x4f5c0114UL, 0xd96c0663UL,
|
||||
0x633d0ffaUL, 0xf50d088dUL, 0xc8206e3bUL, 0x5e10694cUL, 0xe44160d5UL,
|
||||
0x727167a2UL, 0xd1e4033cUL, 0x47d4044bUL, 0xfd850dd2UL, 0x6bb50aa5UL,
|
||||
0xfaa8b535UL, 0x6c98b242UL, 0xd6c9bbdbUL, 0x40f9bcacUL, 0xe36cd832UL,
|
||||
0x755cdf45UL, 0xcf0dd6dcUL, 0x593dd1abUL, 0xac30d926UL, 0x3a00de51UL,
|
||||
0x8051d7c8UL, 0x1661d0bfUL, 0xb5f4b421UL, 0x23c4b356UL, 0x9995bacfUL,
|
||||
0x0fa5bdb8UL, 0x9eb80228UL, 0x0888055fUL, 0xb2d90cc6UL, 0x24e90bb1UL,
|
||||
0x877c6f2fUL, 0x114c6858UL, 0xab1d61c1UL, 0x3d2d66b6UL, 0x9041dc76UL,
|
||||
0x0671db01UL, 0xbc20d298UL, 0x2a10d5efUL, 0x8985b171UL, 0x1fb5b606UL,
|
||||
0xa5e4bf9fUL, 0x33d4b8e8UL, 0xa2c90778UL, 0x34f9000fUL, 0x8ea80996UL,
|
||||
0x18980ee1UL, 0xbb0d6a7fUL, 0x2d3d6d08UL, 0x976c6491UL, 0x015c63e6UL,
|
||||
0xf4516b6bUL, 0x62616c1cUL, 0xd8306585UL, 0x4e0062f2UL, 0xed95066cUL,
|
||||
0x7ba5011bUL, 0xc1f40882UL, 0x57c40ff5UL, 0xc6d9b065UL, 0x50e9b712UL,
|
||||
0xeab8be8bUL, 0x7c88b9fcUL, 0xdf1ddd62UL, 0x492dda15UL, 0xf37cd38cUL,
|
||||
0x654cd4fbUL, 0x5861b24dUL, 0xce51b53aUL, 0x7400bca3UL, 0xe230bbd4UL,
|
||||
0x41a5df4aUL, 0xd795d83dUL, 0x6dc4d1a4UL, 0xfbf4d6d3UL, 0x6ae96943UL,
|
||||
0xfcd96e34UL, 0x468867adUL, 0xd0b860daUL, 0x732d0444UL, 0xe51d0333UL,
|
||||
0x5f4c0aaaUL, 0xc97c0dddUL, 0x3c710550UL, 0xaa410227UL, 0x10100bbeUL,
|
||||
0x86200cc9UL, 0x25b56857UL, 0xb3856f20UL, 0x09d466b9UL, 0x9fe461ceUL,
|
||||
0x0ef9de5eUL, 0x98c9d929UL, 0x2298d0b0UL, 0xb4a8d7c7UL, 0x173db359UL,
|
||||
0x810db42eUL, 0x3b5cbdb7UL, 0xad6cbac0UL, 0x2083b8edUL, 0xb6b3bf9aUL,
|
||||
0x0ce2b603UL, 0x9ad2b174UL, 0x3947d5eaUL, 0xaf77d29dUL, 0x1526db04UL,
|
||||
0x8316dc73UL, 0x120b63e3UL, 0x843b6494UL, 0x3e6a6d0dUL, 0xa85a6a7aUL,
|
||||
0x0bcf0ee4UL, 0x9dff0993UL, 0x27ae000aUL, 0xb19e077dUL, 0x44930ff0UL,
|
||||
0xd2a30887UL, 0x68f2011eUL, 0xfec20669UL, 0x5d5762f7UL, 0xcb676580UL,
|
||||
0x71366c19UL, 0xe7066b6eUL, 0x761bd4feUL, 0xe02bd389UL, 0x5a7ada10UL,
|
||||
0xcc4add67UL, 0x6fdfb9f9UL, 0xf9efbe8eUL, 0x43beb717UL, 0xd58eb060UL,
|
||||
0xe8a3d6d6UL, 0x7e93d1a1UL, 0xc4c2d838UL, 0x52f2df4fUL, 0xf167bbd1UL,
|
||||
0x6757bca6UL, 0xdd06b53fUL, 0x4b36b248UL, 0xda2b0dd8UL, 0x4c1b0aafUL,
|
||||
0xf64a0336UL, 0x607a0441UL, 0xc3ef60dfUL, 0x55df67a8UL, 0xef8e6e31UL,
|
||||
0x79be6946UL, 0x8cb361cbUL, 0x1a8366bcUL, 0xa0d26f25UL, 0x36e26852UL,
|
||||
0x95770cccUL, 0x03470bbbUL, 0xb9160222UL, 0x2f260555UL, 0xbe3bbac5UL,
|
||||
0x280bbdb2UL, 0x925ab42bUL, 0x046ab35cUL, 0xa7ffd7c2UL, 0x31cfd0b5UL,
|
||||
0x8b9ed92cUL, 0x1daede5bUL, 0xb0c2649bUL, 0x26f263ecUL, 0x9ca36a75UL,
|
||||
0x0a936d02UL, 0xa906099cUL, 0x3f360eebUL, 0x85670772UL, 0x13570005UL,
|
||||
0x824abf95UL, 0x147ab8e2UL, 0xae2bb17bUL, 0x381bb60cUL, 0x9b8ed292UL,
|
||||
0x0dbed5e5UL, 0xb7efdc7cUL, 0x21dfdb0bUL, 0xd4d2d386UL, 0x42e2d4f1UL,
|
||||
0xf8b3dd68UL, 0x6e83da1fUL, 0xcd16be81UL, 0x5b26b9f6UL, 0xe177b06fUL,
|
||||
0x7747b718UL, 0xe65a0888UL, 0x706a0fffUL, 0xca3b0666UL, 0x5c0b0111UL,
|
||||
0xff9e658fUL, 0x69ae62f8UL, 0xd3ff6b61UL, 0x45cf6c16UL, 0x78e20aa0UL,
|
||||
0xeed20dd7UL, 0x5483044eUL, 0xc2b30339UL, 0x612667a7UL, 0xf71660d0UL,
|
||||
0x4d476949UL, 0xdb776e3eUL, 0x4a6ad1aeUL, 0xdc5ad6d9UL, 0x660bdf40UL,
|
||||
0xf03bd837UL, 0x53aebca9UL, 0xc59ebbdeUL, 0x7fcfb247UL, 0xe9ffb530UL,
|
||||
0x1cf2bdbdUL, 0x8ac2bacaUL, 0x3093b353UL, 0xa6a3b424UL, 0x0536d0baUL,
|
||||
0x9306d7cdUL, 0x2957de54UL, 0xbf67d923UL, 0x2e7a66b3UL, 0xb84a61c4UL,
|
||||
0x021b685dUL, 0x942b6f2aUL, 0x37be0bb4UL, 0xa18e0cc3UL, 0x1bdf055aUL,
|
||||
0x8def022dUL
|
||||
},
|
||||
{
|
||||
0x00000000UL, 0x41311b19UL, 0x82623632UL, 0xc3532d2bUL, 0x04c56c64UL,
|
||||
0x45f4777dUL, 0x86a75a56UL, 0xc796414fUL, 0x088ad9c8UL, 0x49bbc2d1UL,
|
||||
0x8ae8effaUL, 0xcbd9f4e3UL, 0x0c4fb5acUL, 0x4d7eaeb5UL, 0x8e2d839eUL,
|
||||
0xcf1c9887UL, 0x5112c24aUL, 0x1023d953UL, 0xd370f478UL, 0x9241ef61UL,
|
||||
0x55d7ae2eUL, 0x14e6b537UL, 0xd7b5981cUL, 0x96848305UL, 0x59981b82UL,
|
||||
0x18a9009bUL, 0xdbfa2db0UL, 0x9acb36a9UL, 0x5d5d77e6UL, 0x1c6c6cffUL,
|
||||
0xdf3f41d4UL, 0x9e0e5acdUL, 0xa2248495UL, 0xe3159f8cUL, 0x2046b2a7UL,
|
||||
0x6177a9beUL, 0xa6e1e8f1UL, 0xe7d0f3e8UL, 0x2483dec3UL, 0x65b2c5daUL,
|
||||
0xaaae5d5dUL, 0xeb9f4644UL, 0x28cc6b6fUL, 0x69fd7076UL, 0xae6b3139UL,
|
||||
0xef5a2a20UL, 0x2c09070bUL, 0x6d381c12UL, 0xf33646dfUL, 0xb2075dc6UL,
|
||||
0x715470edUL, 0x30656bf4UL, 0xf7f32abbUL, 0xb6c231a2UL, 0x75911c89UL,
|
||||
0x34a00790UL, 0xfbbc9f17UL, 0xba8d840eUL, 0x79dea925UL, 0x38efb23cUL,
|
||||
0xff79f373UL, 0xbe48e86aUL, 0x7d1bc541UL, 0x3c2ade58UL, 0x054f79f0UL,
|
||||
0x447e62e9UL, 0x872d4fc2UL, 0xc61c54dbUL, 0x018a1594UL, 0x40bb0e8dUL,
|
||||
0x83e823a6UL, 0xc2d938bfUL, 0x0dc5a038UL, 0x4cf4bb21UL, 0x8fa7960aUL,
|
||||
0xce968d13UL, 0x0900cc5cUL, 0x4831d745UL, 0x8b62fa6eUL, 0xca53e177UL,
|
||||
0x545dbbbaUL, 0x156ca0a3UL, 0xd63f8d88UL, 0x970e9691UL, 0x5098d7deUL,
|
||||
0x11a9ccc7UL, 0xd2fae1ecUL, 0x93cbfaf5UL, 0x5cd76272UL, 0x1de6796bUL,
|
||||
0xdeb55440UL, 0x9f844f59UL, 0x58120e16UL, 0x1923150fUL, 0xda703824UL,
|
||||
0x9b41233dUL, 0xa76bfd65UL, 0xe65ae67cUL, 0x2509cb57UL, 0x6438d04eUL,
|
||||
0xa3ae9101UL, 0xe29f8a18UL, 0x21cca733UL, 0x60fdbc2aUL, 0xafe124adUL,
|
||||
0xeed03fb4UL, 0x2d83129fUL, 0x6cb20986UL, 0xab2448c9UL, 0xea1553d0UL,
|
||||
0x29467efbUL, 0x687765e2UL, 0xf6793f2fUL, 0xb7482436UL, 0x741b091dUL,
|
||||
0x352a1204UL, 0xf2bc534bUL, 0xb38d4852UL, 0x70de6579UL, 0x31ef7e60UL,
|
||||
0xfef3e6e7UL, 0xbfc2fdfeUL, 0x7c91d0d5UL, 0x3da0cbccUL, 0xfa368a83UL,
|
||||
0xbb07919aUL, 0x7854bcb1UL, 0x3965a7a8UL, 0x4b98833bUL, 0x0aa99822UL,
|
||||
0xc9fab509UL, 0x88cbae10UL, 0x4f5def5fUL, 0x0e6cf446UL, 0xcd3fd96dUL,
|
||||
0x8c0ec274UL, 0x43125af3UL, 0x022341eaUL, 0xc1706cc1UL, 0x804177d8UL,
|
||||
0x47d73697UL, 0x06e62d8eUL, 0xc5b500a5UL, 0x84841bbcUL, 0x1a8a4171UL,
|
||||
0x5bbb5a68UL, 0x98e87743UL, 0xd9d96c5aUL, 0x1e4f2d15UL, 0x5f7e360cUL,
|
||||
0x9c2d1b27UL, 0xdd1c003eUL, 0x120098b9UL, 0x533183a0UL, 0x9062ae8bUL,
|
||||
0xd153b592UL, 0x16c5f4ddUL, 0x57f4efc4UL, 0x94a7c2efUL, 0xd596d9f6UL,
|
||||
0xe9bc07aeUL, 0xa88d1cb7UL, 0x6bde319cUL, 0x2aef2a85UL, 0xed796bcaUL,
|
||||
0xac4870d3UL, 0x6f1b5df8UL, 0x2e2a46e1UL, 0xe136de66UL, 0xa007c57fUL,
|
||||
0x6354e854UL, 0x2265f34dUL, 0xe5f3b202UL, 0xa4c2a91bUL, 0x67918430UL,
|
||||
0x26a09f29UL, 0xb8aec5e4UL, 0xf99fdefdUL, 0x3accf3d6UL, 0x7bfde8cfUL,
|
||||
0xbc6ba980UL, 0xfd5ab299UL, 0x3e099fb2UL, 0x7f3884abUL, 0xb0241c2cUL,
|
||||
0xf1150735UL, 0x32462a1eUL, 0x73773107UL, 0xb4e17048UL, 0xf5d06b51UL,
|
||||
0x3683467aUL, 0x77b25d63UL, 0x4ed7facbUL, 0x0fe6e1d2UL, 0xccb5ccf9UL,
|
||||
0x8d84d7e0UL, 0x4a1296afUL, 0x0b238db6UL, 0xc870a09dUL, 0x8941bb84UL,
|
||||
0x465d2303UL, 0x076c381aUL, 0xc43f1531UL, 0x850e0e28UL, 0x42984f67UL,
|
||||
0x03a9547eUL, 0xc0fa7955UL, 0x81cb624cUL, 0x1fc53881UL, 0x5ef42398UL,
|
||||
0x9da70eb3UL, 0xdc9615aaUL, 0x1b0054e5UL, 0x5a314ffcUL, 0x996262d7UL,
|
||||
0xd85379ceUL, 0x174fe149UL, 0x567efa50UL, 0x952dd77bUL, 0xd41ccc62UL,
|
||||
0x138a8d2dUL, 0x52bb9634UL, 0x91e8bb1fUL, 0xd0d9a006UL, 0xecf37e5eUL,
|
||||
0xadc26547UL, 0x6e91486cUL, 0x2fa05375UL, 0xe836123aUL, 0xa9070923UL,
|
||||
0x6a542408UL, 0x2b653f11UL, 0xe479a796UL, 0xa548bc8fUL, 0x661b91a4UL,
|
||||
0x272a8abdUL, 0xe0bccbf2UL, 0xa18dd0ebUL, 0x62defdc0UL, 0x23efe6d9UL,
|
||||
0xbde1bc14UL, 0xfcd0a70dUL, 0x3f838a26UL, 0x7eb2913fUL, 0xb924d070UL,
|
||||
0xf815cb69UL, 0x3b46e642UL, 0x7a77fd5bUL, 0xb56b65dcUL, 0xf45a7ec5UL,
|
||||
0x370953eeUL, 0x763848f7UL, 0xb1ae09b8UL, 0xf09f12a1UL, 0x33cc3f8aUL,
|
||||
0x72fd2493UL
|
||||
},
|
||||
{
|
||||
0x00000000UL, 0x376ac201UL, 0x6ed48403UL, 0x59be4602UL, 0xdca80907UL,
|
||||
0xebc2cb06UL, 0xb27c8d04UL, 0x85164f05UL, 0xb851130eUL, 0x8f3bd10fUL,
|
||||
0xd685970dUL, 0xe1ef550cUL, 0x64f91a09UL, 0x5393d808UL, 0x0a2d9e0aUL,
|
||||
0x3d475c0bUL, 0x70a3261cUL, 0x47c9e41dUL, 0x1e77a21fUL, 0x291d601eUL,
|
||||
0xac0b2f1bUL, 0x9b61ed1aUL, 0xc2dfab18UL, 0xf5b56919UL, 0xc8f23512UL,
|
||||
0xff98f713UL, 0xa626b111UL, 0x914c7310UL, 0x145a3c15UL, 0x2330fe14UL,
|
||||
0x7a8eb816UL, 0x4de47a17UL, 0xe0464d38UL, 0xd72c8f39UL, 0x8e92c93bUL,
|
||||
0xb9f80b3aUL, 0x3cee443fUL, 0x0b84863eUL, 0x523ac03cUL, 0x6550023dUL,
|
||||
0x58175e36UL, 0x6f7d9c37UL, 0x36c3da35UL, 0x01a91834UL, 0x84bf5731UL,
|
||||
0xb3d59530UL, 0xea6bd332UL, 0xdd011133UL, 0x90e56b24UL, 0xa78fa925UL,
|
||||
0xfe31ef27UL, 0xc95b2d26UL, 0x4c4d6223UL, 0x7b27a022UL, 0x2299e620UL,
|
||||
0x15f32421UL, 0x28b4782aUL, 0x1fdeba2bUL, 0x4660fc29UL, 0x710a3e28UL,
|
||||
0xf41c712dUL, 0xc376b32cUL, 0x9ac8f52eUL, 0xada2372fUL, 0xc08d9a70UL,
|
||||
0xf7e75871UL, 0xae591e73UL, 0x9933dc72UL, 0x1c259377UL, 0x2b4f5176UL,
|
||||
0x72f11774UL, 0x459bd575UL, 0x78dc897eUL, 0x4fb64b7fUL, 0x16080d7dUL,
|
||||
0x2162cf7cUL, 0xa4748079UL, 0x931e4278UL, 0xcaa0047aUL, 0xfdcac67bUL,
|
||||
0xb02ebc6cUL, 0x87447e6dUL, 0xdefa386fUL, 0xe990fa6eUL, 0x6c86b56bUL,
|
||||
0x5bec776aUL, 0x02523168UL, 0x3538f369UL, 0x087faf62UL, 0x3f156d63UL,
|
||||
0x66ab2b61UL, 0x51c1e960UL, 0xd4d7a665UL, 0xe3bd6464UL, 0xba032266UL,
|
||||
0x8d69e067UL, 0x20cbd748UL, 0x17a11549UL, 0x4e1f534bUL, 0x7975914aUL,
|
||||
0xfc63de4fUL, 0xcb091c4eUL, 0x92b75a4cUL, 0xa5dd984dUL, 0x989ac446UL,
|
||||
0xaff00647UL, 0xf64e4045UL, 0xc1248244UL, 0x4432cd41UL, 0x73580f40UL,
|
||||
0x2ae64942UL, 0x1d8c8b43UL, 0x5068f154UL, 0x67023355UL, 0x3ebc7557UL,
|
||||
0x09d6b756UL, 0x8cc0f853UL, 0xbbaa3a52UL, 0xe2147c50UL, 0xd57ebe51UL,
|
||||
0xe839e25aUL, 0xdf53205bUL, 0x86ed6659UL, 0xb187a458UL, 0x3491eb5dUL,
|
||||
0x03fb295cUL, 0x5a456f5eUL, 0x6d2fad5fUL, 0x801b35e1UL, 0xb771f7e0UL,
|
||||
0xeecfb1e2UL, 0xd9a573e3UL, 0x5cb33ce6UL, 0x6bd9fee7UL, 0x3267b8e5UL,
|
||||
0x050d7ae4UL, 0x384a26efUL, 0x0f20e4eeUL, 0x569ea2ecUL, 0x61f460edUL,
|
||||
0xe4e22fe8UL, 0xd388ede9UL, 0x8a36abebUL, 0xbd5c69eaUL, 0xf0b813fdUL,
|
||||
0xc7d2d1fcUL, 0x9e6c97feUL, 0xa90655ffUL, 0x2c101afaUL, 0x1b7ad8fbUL,
|
||||
0x42c49ef9UL, 0x75ae5cf8UL, 0x48e900f3UL, 0x7f83c2f2UL, 0x263d84f0UL,
|
||||
0x115746f1UL, 0x944109f4UL, 0xa32bcbf5UL, 0xfa958df7UL, 0xcdff4ff6UL,
|
||||
0x605d78d9UL, 0x5737bad8UL, 0x0e89fcdaUL, 0x39e33edbUL, 0xbcf571deUL,
|
||||
0x8b9fb3dfUL, 0xd221f5ddUL, 0xe54b37dcUL, 0xd80c6bd7UL, 0xef66a9d6UL,
|
||||
0xb6d8efd4UL, 0x81b22dd5UL, 0x04a462d0UL, 0x33cea0d1UL, 0x6a70e6d3UL,
|
||||
0x5d1a24d2UL, 0x10fe5ec5UL, 0x27949cc4UL, 0x7e2adac6UL, 0x494018c7UL,
|
||||
0xcc5657c2UL, 0xfb3c95c3UL, 0xa282d3c1UL, 0x95e811c0UL, 0xa8af4dcbUL,
|
||||
0x9fc58fcaUL, 0xc67bc9c8UL, 0xf1110bc9UL, 0x740744ccUL, 0x436d86cdUL,
|
||||
0x1ad3c0cfUL, 0x2db902ceUL, 0x4096af91UL, 0x77fc6d90UL, 0x2e422b92UL,
|
||||
0x1928e993UL, 0x9c3ea696UL, 0xab546497UL, 0xf2ea2295UL, 0xc580e094UL,
|
||||
0xf8c7bc9fUL, 0xcfad7e9eUL, 0x9613389cUL, 0xa179fa9dUL, 0x246fb598UL,
|
||||
0x13057799UL, 0x4abb319bUL, 0x7dd1f39aUL, 0x3035898dUL, 0x075f4b8cUL,
|
||||
0x5ee10d8eUL, 0x698bcf8fUL, 0xec9d808aUL, 0xdbf7428bUL, 0x82490489UL,
|
||||
0xb523c688UL, 0x88649a83UL, 0xbf0e5882UL, 0xe6b01e80UL, 0xd1dadc81UL,
|
||||
0x54cc9384UL, 0x63a65185UL, 0x3a181787UL, 0x0d72d586UL, 0xa0d0e2a9UL,
|
||||
0x97ba20a8UL, 0xce0466aaUL, 0xf96ea4abUL, 0x7c78ebaeUL, 0x4b1229afUL,
|
||||
0x12ac6fadUL, 0x25c6adacUL, 0x1881f1a7UL, 0x2feb33a6UL, 0x765575a4UL,
|
||||
0x413fb7a5UL, 0xc429f8a0UL, 0xf3433aa1UL, 0xaafd7ca3UL, 0x9d97bea2UL,
|
||||
0xd073c4b5UL, 0xe71906b4UL, 0xbea740b6UL, 0x89cd82b7UL, 0x0cdbcdb2UL,
|
||||
0x3bb10fb3UL, 0x620f49b1UL, 0x55658bb0UL, 0x6822d7bbUL, 0x5f4815baUL,
|
||||
0x06f653b8UL, 0x319c91b9UL, 0xb48adebcUL, 0x83e01cbdUL, 0xda5e5abfUL,
|
||||
0xed3498beUL
|
||||
},
|
||||
{
|
||||
0x00000000UL, 0x6567bcb8UL, 0x8bc809aaUL, 0xeeafb512UL, 0x5797628fUL,
|
||||
0x32f0de37UL, 0xdc5f6b25UL, 0xb938d79dUL, 0xef28b4c5UL, 0x8a4f087dUL,
|
||||
0x64e0bd6fUL, 0x018701d7UL, 0xb8bfd64aUL, 0xddd86af2UL, 0x3377dfe0UL,
|
||||
0x56106358UL, 0x9f571950UL, 0xfa30a5e8UL, 0x149f10faUL, 0x71f8ac42UL,
|
||||
0xc8c07bdfUL, 0xada7c767UL, 0x43087275UL, 0x266fcecdUL, 0x707fad95UL,
|
||||
0x1518112dUL, 0xfbb7a43fUL, 0x9ed01887UL, 0x27e8cf1aUL, 0x428f73a2UL,
|
||||
0xac20c6b0UL, 0xc9477a08UL, 0x3eaf32a0UL, 0x5bc88e18UL, 0xb5673b0aUL,
|
||||
0xd00087b2UL, 0x6938502fUL, 0x0c5fec97UL, 0xe2f05985UL, 0x8797e53dUL,
|
||||
0xd1878665UL, 0xb4e03addUL, 0x5a4f8fcfUL, 0x3f283377UL, 0x8610e4eaUL,
|
||||
0xe3775852UL, 0x0dd8ed40UL, 0x68bf51f8UL, 0xa1f82bf0UL, 0xc49f9748UL,
|
||||
0x2a30225aUL, 0x4f579ee2UL, 0xf66f497fUL, 0x9308f5c7UL, 0x7da740d5UL,
|
||||
0x18c0fc6dUL, 0x4ed09f35UL, 0x2bb7238dUL, 0xc518969fUL, 0xa07f2a27UL,
|
||||
0x1947fdbaUL, 0x7c204102UL, 0x928ff410UL, 0xf7e848a8UL, 0x3d58149bUL,
|
||||
0x583fa823UL, 0xb6901d31UL, 0xd3f7a189UL, 0x6acf7614UL, 0x0fa8caacUL,
|
||||
0xe1077fbeUL, 0x8460c306UL, 0xd270a05eUL, 0xb7171ce6UL, 0x59b8a9f4UL,
|
||||
0x3cdf154cUL, 0x85e7c2d1UL, 0xe0807e69UL, 0x0e2fcb7bUL, 0x6b4877c3UL,
|
||||
0xa20f0dcbUL, 0xc768b173UL, 0x29c70461UL, 0x4ca0b8d9UL, 0xf5986f44UL,
|
||||
0x90ffd3fcUL, 0x7e5066eeUL, 0x1b37da56UL, 0x4d27b90eUL, 0x284005b6UL,
|
||||
0xc6efb0a4UL, 0xa3880c1cUL, 0x1ab0db81UL, 0x7fd76739UL, 0x9178d22bUL,
|
||||
0xf41f6e93UL, 0x03f7263bUL, 0x66909a83UL, 0x883f2f91UL, 0xed589329UL,
|
||||
0x546044b4UL, 0x3107f80cUL, 0xdfa84d1eUL, 0xbacff1a6UL, 0xecdf92feUL,
|
||||
0x89b82e46UL, 0x67179b54UL, 0x027027ecUL, 0xbb48f071UL, 0xde2f4cc9UL,
|
||||
0x3080f9dbUL, 0x55e74563UL, 0x9ca03f6bUL, 0xf9c783d3UL, 0x176836c1UL,
|
||||
0x720f8a79UL, 0xcb375de4UL, 0xae50e15cUL, 0x40ff544eUL, 0x2598e8f6UL,
|
||||
0x73888baeUL, 0x16ef3716UL, 0xf8408204UL, 0x9d273ebcUL, 0x241fe921UL,
|
||||
0x41785599UL, 0xafd7e08bUL, 0xcab05c33UL, 0x3bb659edUL, 0x5ed1e555UL,
|
||||
0xb07e5047UL, 0xd519ecffUL, 0x6c213b62UL, 0x094687daUL, 0xe7e932c8UL,
|
||||
0x828e8e70UL, 0xd49eed28UL, 0xb1f95190UL, 0x5f56e482UL, 0x3a31583aUL,
|
||||
0x83098fa7UL, 0xe66e331fUL, 0x08c1860dUL, 0x6da63ab5UL, 0xa4e140bdUL,
|
||||
0xc186fc05UL, 0x2f294917UL, 0x4a4ef5afUL, 0xf3762232UL, 0x96119e8aUL,
|
||||
0x78be2b98UL, 0x1dd99720UL, 0x4bc9f478UL, 0x2eae48c0UL, 0xc001fdd2UL,
|
||||
0xa566416aUL, 0x1c5e96f7UL, 0x79392a4fUL, 0x97969f5dUL, 0xf2f123e5UL,
|
||||
0x05196b4dUL, 0x607ed7f5UL, 0x8ed162e7UL, 0xebb6de5fUL, 0x528e09c2UL,
|
||||
0x37e9b57aUL, 0xd9460068UL, 0xbc21bcd0UL, 0xea31df88UL, 0x8f566330UL,
|
||||
0x61f9d622UL, 0x049e6a9aUL, 0xbda6bd07UL, 0xd8c101bfUL, 0x366eb4adUL,
|
||||
0x53090815UL, 0x9a4e721dUL, 0xff29cea5UL, 0x11867bb7UL, 0x74e1c70fUL,
|
||||
0xcdd91092UL, 0xa8beac2aUL, 0x46111938UL, 0x2376a580UL, 0x7566c6d8UL,
|
||||
0x10017a60UL, 0xfeaecf72UL, 0x9bc973caUL, 0x22f1a457UL, 0x479618efUL,
|
||||
0xa939adfdUL, 0xcc5e1145UL, 0x06ee4d76UL, 0x6389f1ceUL, 0x8d2644dcUL,
|
||||
0xe841f864UL, 0x51792ff9UL, 0x341e9341UL, 0xdab12653UL, 0xbfd69aebUL,
|
||||
0xe9c6f9b3UL, 0x8ca1450bUL, 0x620ef019UL, 0x07694ca1UL, 0xbe519b3cUL,
|
||||
0xdb362784UL, 0x35999296UL, 0x50fe2e2eUL, 0x99b95426UL, 0xfcdee89eUL,
|
||||
0x12715d8cUL, 0x7716e134UL, 0xce2e36a9UL, 0xab498a11UL, 0x45e63f03UL,
|
||||
0x208183bbUL, 0x7691e0e3UL, 0x13f65c5bUL, 0xfd59e949UL, 0x983e55f1UL,
|
||||
0x2106826cUL, 0x44613ed4UL, 0xaace8bc6UL, 0xcfa9377eUL, 0x38417fd6UL,
|
||||
0x5d26c36eUL, 0xb389767cUL, 0xd6eecac4UL, 0x6fd61d59UL, 0x0ab1a1e1UL,
|
||||
0xe41e14f3UL, 0x8179a84bUL, 0xd769cb13UL, 0xb20e77abUL, 0x5ca1c2b9UL,
|
||||
0x39c67e01UL, 0x80fea99cUL, 0xe5991524UL, 0x0b36a036UL, 0x6e511c8eUL,
|
||||
0xa7166686UL, 0xc271da3eUL, 0x2cde6f2cUL, 0x49b9d394UL, 0xf0810409UL,
|
||||
0x95e6b8b1UL, 0x7b490da3UL, 0x1e2eb11bUL, 0x483ed243UL, 0x2d596efbUL,
|
||||
0xc3f6dbe9UL, 0xa6916751UL, 0x1fa9b0ccUL, 0x7ace0c74UL, 0x9461b966UL,
|
||||
0xf10605deUL
|
||||
#endif
|
||||
}
|
||||
};
|
||||
@@ -0,0 +1,628 @@
|
||||
/* infback.c -- inflate using a call-back interface
|
||||
* Copyright (C) 1995-2016 Mark Adler
|
||||
* For conditions of distribution and use, see copyright notice in zlib.h
|
||||
*/
|
||||
|
||||
/*
|
||||
This code is largely copied from inflate.c. Normally either infback.o or
|
||||
inflate.o would be linked into an application--not both. The interface
|
||||
with inffast.c is retained so that optimized assembler-coded versions of
|
||||
inflate_fast() can be used with either inflate.c or infback.c.
|
||||
*/
|
||||
|
||||
#include "zutil.h"
|
||||
#include "inftrees.h"
|
||||
#include "inflate.h"
|
||||
#include "inffast.h"
|
||||
|
||||
/* function prototypes */
|
||||
local void fixedtables (struct inflate_state FAR *state);
|
||||
|
||||
/*
|
||||
strm provides memory allocation functions in zalloc and zfree, or
|
||||
Z_NULL to use the library memory allocation functions.
|
||||
|
||||
windowBits is in the range 8..15, and window is a user-supplied
|
||||
window and output buffer that is 2**windowBits bytes.
|
||||
*/
|
||||
int ZEXPORT inflateBackInit_(z_streamp strm, int windowBits, unsigned char FAR *window, const char *version, int stream_size)
|
||||
{
|
||||
struct inflate_state FAR *state;
|
||||
|
||||
if (version == Z_NULL || version[0] != ZLIB_VERSION[0] ||
|
||||
stream_size != (int)(sizeof(z_stream)))
|
||||
return Z_VERSION_ERROR;
|
||||
if (strm == Z_NULL || window == Z_NULL ||
|
||||
windowBits < 8 || windowBits > 15)
|
||||
return Z_STREAM_ERROR;
|
||||
strm->msg = Z_NULL; /* in case we return an error */
|
||||
if (strm->zalloc == (alloc_func)0) {
|
||||
#ifdef Z_SOLO
|
||||
return Z_STREAM_ERROR;
|
||||
#else
|
||||
strm->zalloc = zcalloc;
|
||||
strm->opaque = (voidpf)0;
|
||||
#endif
|
||||
}
|
||||
if (strm->zfree == (free_func)0)
|
||||
#ifdef Z_SOLO
|
||||
return Z_STREAM_ERROR;
|
||||
#else
|
||||
strm->zfree = zcfree;
|
||||
#endif
|
||||
state = (struct inflate_state FAR *)ZALLOC(strm, 1,
|
||||
sizeof(struct inflate_state));
|
||||
if (state == Z_NULL) return Z_MEM_ERROR;
|
||||
Tracev((stderr, "inflate: allocated\n"));
|
||||
strm->state = (struct internal_state FAR *)state;
|
||||
state->dmax = 32768U;
|
||||
state->wbits = (uInt)windowBits;
|
||||
state->wsize = 1U << windowBits;
|
||||
state->window = window;
|
||||
state->wnext = 0;
|
||||
state->whave = 0;
|
||||
return Z_OK;
|
||||
}
|
||||
|
||||
/*
|
||||
Return state with length and distance decoding tables and index sizes set to
|
||||
fixed code decoding. Normally this returns fixed tables from inffixed.h.
|
||||
If BUILDFIXED is defined, then instead this routine builds the tables the
|
||||
first time it's called, and returns those tables the first time and
|
||||
thereafter. This reduces the size of the code by about 2K bytes, in
|
||||
exchange for a little execution time. However, BUILDFIXED should not be
|
||||
used for threaded applications, since the rewriting of the tables and virgin
|
||||
may not be thread-safe.
|
||||
*/
|
||||
local void fixedtables(struct inflate_state FAR *state)
|
||||
{
|
||||
#ifdef BUILDFIXED
|
||||
static int virgin = 1;
|
||||
static code *lenfix, *distfix;
|
||||
static code fixed[544];
|
||||
|
||||
/* build fixed huffman tables if first call (may not be thread safe) */
|
||||
if (virgin) {
|
||||
unsigned sym, bits;
|
||||
static code *next;
|
||||
|
||||
/* literal/length table */
|
||||
sym = 0;
|
||||
while (sym < 144) state->lens[sym++] = 8;
|
||||
while (sym < 256) state->lens[sym++] = 9;
|
||||
while (sym < 280) state->lens[sym++] = 7;
|
||||
while (sym < 288) state->lens[sym++] = 8;
|
||||
next = fixed;
|
||||
lenfix = next;
|
||||
bits = 9;
|
||||
inflate_table(LENS, state->lens, 288, &(next), &(bits), state->work);
|
||||
|
||||
/* distance table */
|
||||
sym = 0;
|
||||
while (sym < 32) state->lens[sym++] = 5;
|
||||
distfix = next;
|
||||
bits = 5;
|
||||
inflate_table(DISTS, state->lens, 32, &(next), &(bits), state->work);
|
||||
|
||||
/* do this just once */
|
||||
virgin = 0;
|
||||
}
|
||||
#else /* !BUILDFIXED */
|
||||
# include "inffixed.h"
|
||||
#endif /* BUILDFIXED */
|
||||
state->lencode = lenfix;
|
||||
state->lenbits = 9;
|
||||
state->distcode = distfix;
|
||||
state->distbits = 5;
|
||||
}
|
||||
|
||||
/* Macros for inflateBack(): */
|
||||
|
||||
/* Load returned state from inflate_fast() */
|
||||
#define LOAD() \
|
||||
do { \
|
||||
put = strm->next_out; \
|
||||
left = strm->avail_out; \
|
||||
next = strm->next_in; \
|
||||
have = strm->avail_in; \
|
||||
hold = state->hold; \
|
||||
bits = state->bits; \
|
||||
} while (0)
|
||||
|
||||
/* Set state from registers for inflate_fast() */
|
||||
#define RESTORE() \
|
||||
do { \
|
||||
strm->next_out = put; \
|
||||
strm->avail_out = left; \
|
||||
strm->next_in = next; \
|
||||
strm->avail_in = have; \
|
||||
state->hold = hold; \
|
||||
state->bits = bits; \
|
||||
} while (0)
|
||||
|
||||
/* Clear the input bit accumulator */
|
||||
#define INITBITS() \
|
||||
do { \
|
||||
hold = 0; \
|
||||
bits = 0; \
|
||||
} while (0)
|
||||
|
||||
/* Assure that some input is available. If input is requested, but denied,
|
||||
then return a Z_BUF_ERROR from inflateBack(). */
|
||||
#define PULL() \
|
||||
do { \
|
||||
if (have == 0) { \
|
||||
have = in(in_desc, &next); \
|
||||
if (have == 0) { \
|
||||
next = Z_NULL; \
|
||||
ret = Z_BUF_ERROR; \
|
||||
goto inf_leave; \
|
||||
} \
|
||||
} \
|
||||
} while (0)
|
||||
|
||||
/* Get a byte of input into the bit accumulator, or return from inflateBack()
|
||||
with an error if there is no input available. */
|
||||
#define PULLBYTE() \
|
||||
do { \
|
||||
PULL(); \
|
||||
have--; \
|
||||
hold += (unsigned long)(*next++) << bits; \
|
||||
bits += 8; \
|
||||
} while (0)
|
||||
|
||||
/* Assure that there are at least n bits in the bit accumulator. If there is
|
||||
not enough available input to do that, then return from inflateBack() with
|
||||
an error. */
|
||||
#define NEEDBITS(n) \
|
||||
do { \
|
||||
while (bits < (unsigned)(n)) \
|
||||
PULLBYTE(); \
|
||||
} while (0)
|
||||
|
||||
/* Return the low n bits of the bit accumulator (n < 16) */
|
||||
#define BITS(n) \
|
||||
((unsigned)hold & ((1U << (n)) - 1))
|
||||
|
||||
/* Remove n bits from the bit accumulator */
|
||||
#define DROPBITS(n) \
|
||||
do { \
|
||||
hold >>= (n); \
|
||||
bits -= (unsigned)(n); \
|
||||
} while (0)
|
||||
|
||||
/* Remove zero to seven bits as needed to go to a byte boundary */
|
||||
#define BYTEBITS() \
|
||||
do { \
|
||||
hold >>= bits & 7; \
|
||||
bits -= bits & 7; \
|
||||
} while (0)
|
||||
|
||||
/* Assure that some output space is available, by writing out the window
|
||||
if it's full. If the write fails, return from inflateBack() with a
|
||||
Z_BUF_ERROR. */
|
||||
#define ROOM() \
|
||||
do { \
|
||||
if (left == 0) { \
|
||||
put = state->window; \
|
||||
left = state->wsize; \
|
||||
state->whave = left; \
|
||||
if (out(out_desc, put, left)) { \
|
||||
ret = Z_BUF_ERROR; \
|
||||
goto inf_leave; \
|
||||
} \
|
||||
} \
|
||||
} while (0)
|
||||
|
||||
/*
|
||||
strm provides the memory allocation functions and window buffer on input,
|
||||
and provides information on the unused input on return. For Z_DATA_ERROR
|
||||
returns, strm will also provide an error message.
|
||||
|
||||
in() and out() are the call-back input and output functions. When
|
||||
inflateBack() needs more input, it calls in(). When inflateBack() has
|
||||
filled the window with output, or when it completes with data in the
|
||||
window, it calls out() to write out the data. The application must not
|
||||
change the provided input until in() is called again or inflateBack()
|
||||
returns. The application must not change the window/output buffer until
|
||||
inflateBack() returns.
|
||||
|
||||
in() and out() are called with a descriptor parameter provided in the
|
||||
inflateBack() call. This parameter can be a structure that provides the
|
||||
information required to do the read or write, as well as accumulated
|
||||
information on the input and output such as totals and check values.
|
||||
|
||||
in() should return zero on failure. out() should return non-zero on
|
||||
failure. If either in() or out() fails, than inflateBack() returns a
|
||||
Z_BUF_ERROR. strm->next_in can be checked for Z_NULL to see whether it
|
||||
was in() or out() that caused in the error. Otherwise, inflateBack()
|
||||
returns Z_STREAM_END on success, Z_DATA_ERROR for an deflate format
|
||||
error, or Z_MEM_ERROR if it could not allocate memory for the state.
|
||||
inflateBack() can also return Z_STREAM_ERROR if the input parameters
|
||||
are not correct, i.e. strm is Z_NULL or the state was not initialized.
|
||||
*/
|
||||
int ZEXPORT inflateBack(z_streamp strm, in_func in, void FAR *in_desc, out_func out, void FAR *out_desc)
|
||||
{
|
||||
struct inflate_state FAR *state;
|
||||
z_const unsigned char FAR *next; /* next input */
|
||||
unsigned char FAR *put; /* next output */
|
||||
unsigned have, left; /* available input and output */
|
||||
unsigned long hold; /* bit buffer */
|
||||
unsigned bits; /* bits in bit buffer */
|
||||
unsigned copy; /* number of stored or match bytes to copy */
|
||||
unsigned char FAR *from; /* where to copy match bytes from */
|
||||
code here; /* current decoding table entry */
|
||||
code last; /* parent table entry */
|
||||
unsigned len; /* length to copy for repeats, bits to drop */
|
||||
int ret; /* return code */
|
||||
static const unsigned short order[19] = /* permutation of code lengths */
|
||||
{16, 17, 18, 0, 8, 7, 9, 6, 10, 5, 11, 4, 12, 3, 13, 2, 14, 1, 15};
|
||||
|
||||
/* Check that the strm exists and that the state was initialized */
|
||||
if (strm == Z_NULL || strm->state == Z_NULL)
|
||||
return Z_STREAM_ERROR;
|
||||
state = (struct inflate_state FAR *)strm->state;
|
||||
|
||||
/* Reset the state */
|
||||
strm->msg = Z_NULL;
|
||||
state->mode = TYPE;
|
||||
state->last = 0;
|
||||
state->whave = 0;
|
||||
next = strm->next_in;
|
||||
have = next != Z_NULL ? strm->avail_in : 0;
|
||||
hold = 0;
|
||||
bits = 0;
|
||||
put = state->window;
|
||||
left = state->wsize;
|
||||
|
||||
/* Inflate until end of block marked as last */
|
||||
for (;;)
|
||||
switch (state->mode) {
|
||||
case TYPE:
|
||||
/* determine and dispatch block type */
|
||||
if (state->last) {
|
||||
BYTEBITS();
|
||||
state->mode = DONE;
|
||||
break;
|
||||
}
|
||||
NEEDBITS(3);
|
||||
state->last = BITS(1);
|
||||
DROPBITS(1);
|
||||
switch (BITS(2)) {
|
||||
case 0: /* stored block */
|
||||
Tracev((stderr, "inflate: stored block%s\n",
|
||||
state->last ? " (last)" : ""));
|
||||
state->mode = STORED;
|
||||
break;
|
||||
case 1: /* fixed block */
|
||||
fixedtables(state);
|
||||
Tracev((stderr, "inflate: fixed codes block%s\n",
|
||||
state->last ? " (last)" : ""));
|
||||
state->mode = LEN; /* decode codes */
|
||||
break;
|
||||
case 2: /* dynamic block */
|
||||
Tracev((stderr, "inflate: dynamic codes block%s\n",
|
||||
state->last ? " (last)" : ""));
|
||||
state->mode = TABLE;
|
||||
break;
|
||||
case 3:
|
||||
strm->msg = (char *)"invalid block type";
|
||||
state->mode = BAD;
|
||||
}
|
||||
DROPBITS(2);
|
||||
break;
|
||||
|
||||
case STORED:
|
||||
/* get and verify stored block length */
|
||||
BYTEBITS(); /* go to byte boundary */
|
||||
NEEDBITS(32);
|
||||
if ((hold & 0xffff) != ((hold >> 16) ^ 0xffff)) {
|
||||
strm->msg = (char *)"invalid stored block lengths";
|
||||
state->mode = BAD;
|
||||
break;
|
||||
}
|
||||
state->length = (unsigned)hold & 0xffff;
|
||||
Tracev((stderr, "inflate: stored length %u\n",
|
||||
state->length));
|
||||
INITBITS();
|
||||
|
||||
/* copy stored block from input to output */
|
||||
while (state->length != 0) {
|
||||
copy = state->length;
|
||||
PULL();
|
||||
ROOM();
|
||||
if (copy > have) copy = have;
|
||||
if (copy > left) copy = left;
|
||||
zmemcpy(put, next, copy);
|
||||
have -= copy;
|
||||
next += copy;
|
||||
left -= copy;
|
||||
put += copy;
|
||||
state->length -= copy;
|
||||
}
|
||||
Tracev((stderr, "inflate: stored end\n"));
|
||||
state->mode = TYPE;
|
||||
break;
|
||||
|
||||
case TABLE:
|
||||
/* get dynamic table entries descriptor */
|
||||
NEEDBITS(14);
|
||||
state->nlen = BITS(5) + 257;
|
||||
DROPBITS(5);
|
||||
state->ndist = BITS(5) + 1;
|
||||
DROPBITS(5);
|
||||
state->ncode = BITS(4) + 4;
|
||||
DROPBITS(4);
|
||||
#ifndef PKZIP_BUG_WORKAROUND
|
||||
if (state->nlen > 286 || state->ndist > 30) {
|
||||
strm->msg = (char *)"too many length or distance symbols";
|
||||
state->mode = BAD;
|
||||
break;
|
||||
}
|
||||
#endif
|
||||
Tracev((stderr, "inflate: table sizes ok\n"));
|
||||
|
||||
/* get code length code lengths (not a typo) */
|
||||
state->have = 0;
|
||||
while (state->have < state->ncode) {
|
||||
NEEDBITS(3);
|
||||
state->lens[order[state->have++]] = (unsigned short)BITS(3);
|
||||
DROPBITS(3);
|
||||
}
|
||||
while (state->have < 19)
|
||||
state->lens[order[state->have++]] = 0;
|
||||
state->next = state->codes;
|
||||
state->lencode = (code const FAR *)(state->next);
|
||||
state->lenbits = 7;
|
||||
ret = inflate_table(CODES, state->lens, 19, &(state->next),
|
||||
&(state->lenbits), state->work);
|
||||
if (ret) {
|
||||
strm->msg = (char *)"invalid code lengths set";
|
||||
state->mode = BAD;
|
||||
break;
|
||||
}
|
||||
Tracev((stderr, "inflate: code lengths ok\n"));
|
||||
|
||||
/* get length and distance code code lengths */
|
||||
state->have = 0;
|
||||
while (state->have < state->nlen + state->ndist) {
|
||||
for (;;) {
|
||||
here = state->lencode[BITS(state->lenbits)];
|
||||
if ((unsigned)(here.bits) <= bits) break;
|
||||
PULLBYTE();
|
||||
}
|
||||
if (here.val < 16) {
|
||||
DROPBITS(here.bits);
|
||||
state->lens[state->have++] = here.val;
|
||||
}
|
||||
else {
|
||||
if (here.val == 16) {
|
||||
NEEDBITS(here.bits + 2);
|
||||
DROPBITS(here.bits);
|
||||
if (state->have == 0) {
|
||||
strm->msg = (char *)"invalid bit length repeat";
|
||||
state->mode = BAD;
|
||||
break;
|
||||
}
|
||||
len = (unsigned)(state->lens[state->have - 1]);
|
||||
copy = 3 + BITS(2);
|
||||
DROPBITS(2);
|
||||
}
|
||||
else if (here.val == 17) {
|
||||
NEEDBITS(here.bits + 3);
|
||||
DROPBITS(here.bits);
|
||||
len = 0;
|
||||
copy = 3 + BITS(3);
|
||||
DROPBITS(3);
|
||||
}
|
||||
else {
|
||||
NEEDBITS(here.bits + 7);
|
||||
DROPBITS(here.bits);
|
||||
len = 0;
|
||||
copy = 11 + BITS(7);
|
||||
DROPBITS(7);
|
||||
}
|
||||
if (state->have + copy > state->nlen + state->ndist) {
|
||||
strm->msg = (char *)"invalid bit length repeat";
|
||||
state->mode = BAD;
|
||||
break;
|
||||
}
|
||||
while (copy--)
|
||||
state->lens[state->have++] = (unsigned short)len;
|
||||
}
|
||||
}
|
||||
|
||||
/* handle error breaks in while */
|
||||
if (state->mode == BAD) break;
|
||||
|
||||
/* check for end-of-block code (better have one) */
|
||||
if (state->lens[256] == 0) {
|
||||
strm->msg = (char *)"invalid code -- missing end-of-block";
|
||||
state->mode = BAD;
|
||||
break;
|
||||
}
|
||||
|
||||
/* build code tables -- note: do not change the lenbits or distbits
|
||||
values here (9 and 6) without reading the comments in inftrees.h
|
||||
concerning the ENOUGH constants, which depend on those values */
|
||||
state->next = state->codes;
|
||||
state->lencode = (code const FAR *)(state->next);
|
||||
state->lenbits = 9;
|
||||
ret = inflate_table(LENS, state->lens, state->nlen, &(state->next),
|
||||
&(state->lenbits), state->work);
|
||||
if (ret) {
|
||||
strm->msg = (char *)"invalid literal/lengths set";
|
||||
state->mode = BAD;
|
||||
break;
|
||||
}
|
||||
state->distcode = (code const FAR *)(state->next);
|
||||
state->distbits = 6;
|
||||
ret = inflate_table(DISTS, state->lens + state->nlen, state->ndist,
|
||||
&(state->next), &(state->distbits), state->work);
|
||||
if (ret) {
|
||||
strm->msg = (char *)"invalid distances set";
|
||||
state->mode = BAD;
|
||||
break;
|
||||
}
|
||||
Tracev((stderr, "inflate: codes ok\n"));
|
||||
state->mode = LEN;
|
||||
|
||||
case LEN:
|
||||
/* use inflate_fast() if we have enough input and output */
|
||||
if (have >= 6 && left >= 258) {
|
||||
RESTORE();
|
||||
if (state->whave < state->wsize)
|
||||
state->whave = state->wsize - left;
|
||||
inflate_fast(strm, state->wsize);
|
||||
LOAD();
|
||||
break;
|
||||
}
|
||||
|
||||
/* get a literal, length, or end-of-block code */
|
||||
for (;;) {
|
||||
here = state->lencode[BITS(state->lenbits)];
|
||||
if ((unsigned)(here.bits) <= bits) break;
|
||||
PULLBYTE();
|
||||
}
|
||||
if (here.op && (here.op & 0xf0) == 0) {
|
||||
last = here;
|
||||
for (;;) {
|
||||
here = state->lencode[last.val +
|
||||
(BITS(last.bits + last.op) >> last.bits)];
|
||||
if ((unsigned)(last.bits + here.bits) <= bits) break;
|
||||
PULLBYTE();
|
||||
}
|
||||
DROPBITS(last.bits);
|
||||
}
|
||||
DROPBITS(here.bits);
|
||||
state->length = (unsigned)here.val;
|
||||
|
||||
/* process literal */
|
||||
if (here.op == 0) {
|
||||
Tracevv((stderr, here.val >= 0x20 && here.val < 0x7f ?
|
||||
"inflate: literal '%c'\n" :
|
||||
"inflate: literal 0x%02x\n", here.val));
|
||||
ROOM();
|
||||
*put++ = (unsigned char)(state->length);
|
||||
left--;
|
||||
state->mode = LEN;
|
||||
break;
|
||||
}
|
||||
|
||||
/* process end of block */
|
||||
if (here.op & 32) {
|
||||
Tracevv((stderr, "inflate: end of block\n"));
|
||||
state->mode = TYPE;
|
||||
break;
|
||||
}
|
||||
|
||||
/* invalid code */
|
||||
if (here.op & 64) {
|
||||
strm->msg = (char *)"invalid literal/length code";
|
||||
state->mode = BAD;
|
||||
break;
|
||||
}
|
||||
|
||||
/* length code -- get extra bits, if any */
|
||||
state->extra = (unsigned)(here.op) & 15;
|
||||
if (state->extra != 0) {
|
||||
NEEDBITS(state->extra);
|
||||
state->length += BITS(state->extra);
|
||||
DROPBITS(state->extra);
|
||||
}
|
||||
Tracevv((stderr, "inflate: length %u\n", state->length));
|
||||
|
||||
/* get distance code */
|
||||
for (;;) {
|
||||
here = state->distcode[BITS(state->distbits)];
|
||||
if ((unsigned)(here.bits) <= bits) break;
|
||||
PULLBYTE();
|
||||
}
|
||||
if ((here.op & 0xf0) == 0) {
|
||||
last = here;
|
||||
for (;;) {
|
||||
here = state->distcode[last.val +
|
||||
(BITS(last.bits + last.op) >> last.bits)];
|
||||
if ((unsigned)(last.bits + here.bits) <= bits) break;
|
||||
PULLBYTE();
|
||||
}
|
||||
DROPBITS(last.bits);
|
||||
}
|
||||
DROPBITS(here.bits);
|
||||
if (here.op & 64) {
|
||||
strm->msg = (char *)"invalid distance code";
|
||||
state->mode = BAD;
|
||||
break;
|
||||
}
|
||||
state->offset = (unsigned)here.val;
|
||||
|
||||
/* get distance extra bits, if any */
|
||||
state->extra = (unsigned)(here.op) & 15;
|
||||
if (state->extra != 0) {
|
||||
NEEDBITS(state->extra);
|
||||
state->offset += BITS(state->extra);
|
||||
DROPBITS(state->extra);
|
||||
}
|
||||
if (state->offset > state->wsize - (state->whave < state->wsize ?
|
||||
left : 0)) {
|
||||
strm->msg = (char *)"invalid distance too far back";
|
||||
state->mode = BAD;
|
||||
break;
|
||||
}
|
||||
Tracevv((stderr, "inflate: distance %u\n", state->offset));
|
||||
|
||||
/* copy match from window to output */
|
||||
do {
|
||||
ROOM();
|
||||
copy = state->wsize - state->offset;
|
||||
if (copy < left) {
|
||||
from = put + copy;
|
||||
copy = left - copy;
|
||||
}
|
||||
else {
|
||||
from = put - state->offset;
|
||||
copy = left;
|
||||
}
|
||||
if (copy > state->length) copy = state->length;
|
||||
state->length -= copy;
|
||||
left -= copy;
|
||||
do {
|
||||
*put++ = *from++;
|
||||
} while (--copy);
|
||||
} while (state->length != 0);
|
||||
break;
|
||||
|
||||
case DONE:
|
||||
/* inflate stream terminated properly -- write leftover output */
|
||||
ret = Z_STREAM_END;
|
||||
if (left < state->wsize) {
|
||||
if (out(out_desc, state->window, state->wsize - left))
|
||||
ret = Z_BUF_ERROR;
|
||||
}
|
||||
goto inf_leave;
|
||||
|
||||
case BAD:
|
||||
ret = Z_DATA_ERROR;
|
||||
goto inf_leave;
|
||||
|
||||
default: /* can't happen, but makes compilers happy */
|
||||
ret = Z_STREAM_ERROR;
|
||||
goto inf_leave;
|
||||
}
|
||||
|
||||
/* Return unused input */
|
||||
inf_leave:
|
||||
strm->next_in = next;
|
||||
strm->avail_in = have;
|
||||
return ret;
|
||||
}
|
||||
|
||||
int ZEXPORT inflateBackEnd(z_streamp strm)
|
||||
{
|
||||
if (strm == Z_NULL || strm->state == Z_NULL || strm->zfree == (free_func)0)
|
||||
return Z_STREAM_ERROR;
|
||||
ZFREE(strm, strm->state);
|
||||
strm->state = Z_NULL;
|
||||
Tracev((stderr, "inflate: end\n"));
|
||||
return Z_OK;
|
||||
}
|
||||
@@ -0,0 +1,370 @@
|
||||
/* inffast.c -- fast decoding
|
||||
* Copyright (C) 1995-2017 Mark Adler
|
||||
* For conditions of distribution and use, see copyright notice in zlib.h
|
||||
*/
|
||||
|
||||
#include "zutil.h"
|
||||
#include "inftrees.h"
|
||||
#include "inflate.h"
|
||||
#include "inffast.h"
|
||||
|
||||
#ifdef ASMINF
|
||||
# pragma message("Assembler code may have bugs -- use at your own risk")
|
||||
#else
|
||||
|
||||
#if ((INTPTR_MAX == INT64_MAX) || defined(HAL_ESP32_HAL_H_) || defined(TEENSYDUINO) || defined(ARM_MATH_CM4) || defined(ARM_MATH_CM7)) && !defined(ARDUINO_ARCH_RP2040)
|
||||
#define ALLOWS_UNALIGNED
|
||||
#endif
|
||||
/*
|
||||
Decode literal, length, and distance codes and write out the resulting
|
||||
literal and match bytes until either not enough input or output is
|
||||
available, an end-of-block is encountered, or a data error is encountered.
|
||||
When large enough input and output buffers are supplied to inflate(), for
|
||||
example, a 16K input buffer and a 64K output buffer, more than 95% of the
|
||||
inflate execution time is spent in this routine.
|
||||
|
||||
Entry assumptions:
|
||||
|
||||
state->mode == LEN
|
||||
strm->avail_in >= 6
|
||||
strm->avail_out >= 258
|
||||
start >= strm->avail_out
|
||||
state->bits < 8
|
||||
|
||||
On return, state->mode is one of:
|
||||
|
||||
LEN -- ran out of enough output space or enough available input
|
||||
TYPE -- reached end of block code, inflate() to interpret next block
|
||||
BAD -- error in block data
|
||||
|
||||
Notes:
|
||||
|
||||
- The maximum input bits used by a length/distance pair is 15 bits for the
|
||||
length code, 5 bits for the length extra, 15 bits for the distance code,
|
||||
and 13 bits for the distance extra. This totals 48 bits, or six bytes.
|
||||
Therefore if strm->avail_in >= 6, then there is enough input to avoid
|
||||
checking for available input while decoding.
|
||||
|
||||
- The maximum bytes that a single length/distance pair can output is 258
|
||||
bytes, which is the maximum length that can be coded. inflate_fast()
|
||||
requires strm->avail_out >= 258 for each loop to avoid checking for
|
||||
output space.
|
||||
*/
|
||||
void ZLIB_INTERNAL inflate_fast(z_streamp strm, unsigned start) {
|
||||
struct inflate_state FAR *state;
|
||||
z_const unsigned char FAR *in; /* local strm->next_in */
|
||||
z_const unsigned char FAR *last; /* have enough input while in < last */
|
||||
unsigned char FAR *out; /* local strm->next_out */
|
||||
unsigned char FAR *beg; /* inflate()'s initial strm->next_out */
|
||||
unsigned char FAR *end; /* while out < end, enough space available */
|
||||
#ifdef INFLATE_STRICT
|
||||
unsigned dmax; /* maximum distance from zlib header */
|
||||
#endif
|
||||
unsigned wsize; /* window size or zero if not using window */
|
||||
unsigned whave; /* valid bytes in the window */
|
||||
unsigned wnext; /* window write index */
|
||||
unsigned char FAR *window; /* allocated sliding window, if wsize != 0 */
|
||||
unsigned long hold; /* local strm->hold */
|
||||
unsigned bits; /* local strm->bits */
|
||||
code const FAR *lcode; /* local strm->lencode */
|
||||
code const FAR *dcode; /* local strm->distcode */
|
||||
unsigned lmask; /* mask for first level of length codes */
|
||||
unsigned dmask; /* mask for first level of distance codes */
|
||||
code const *here; /* retrieved table entry */
|
||||
unsigned op; /* code bits, operation, extra bits, or */
|
||||
/* window position, window bytes to copy */
|
||||
unsigned len; /* match length, unused bytes */
|
||||
unsigned dist; /* match distance */
|
||||
unsigned char FAR *from; /* where to copy match from */
|
||||
|
||||
/* copy state to local variables */
|
||||
state = (struct inflate_state FAR *)strm->state;
|
||||
in = strm->next_in;
|
||||
last = in + (strm->avail_in - 5);
|
||||
out = strm->next_out;
|
||||
beg = out - (start - strm->avail_out);
|
||||
end = out + (strm->avail_out - 257);
|
||||
#ifdef INFLATE_STRICT
|
||||
dmax = state->dmax;
|
||||
#endif
|
||||
wsize = state->wsize;
|
||||
whave = state->whave;
|
||||
wnext = state->wnext;
|
||||
window = state->window;
|
||||
hold = state->hold;
|
||||
bits = state->bits;
|
||||
lcode = state->lencode;
|
||||
dcode = state->distcode;
|
||||
lmask = (1U << state->lenbits) - 1;
|
||||
dmask = (1U << state->distbits) - 1;
|
||||
|
||||
/* decode literals and length/distances until end-of-block or not enough
|
||||
input data or output space */
|
||||
do {
|
||||
if (bits < 15) {
|
||||
hold += (unsigned long)(*in++) << bits;
|
||||
bits += 8;
|
||||
hold += (unsigned long)(*in++) << bits;
|
||||
bits += 8;
|
||||
}
|
||||
here = lcode + (hold & lmask);
|
||||
dolen:
|
||||
op = (unsigned)(here->bits);
|
||||
hold >>= op;
|
||||
bits -= op;
|
||||
op = (unsigned)(here->op);
|
||||
if (op == 0) { /* literal */
|
||||
Tracevv((stderr, here->val >= 0x20 && here->val < 0x7f ?
|
||||
"inflate: literal '%c'\n" :
|
||||
"inflate: literal 0x%02x\n", here->val));
|
||||
*out++ = (unsigned char)(here->val);
|
||||
}
|
||||
else if (op & 16) { /* length base */
|
||||
len = (unsigned)(here->val);
|
||||
op &= 15; /* number of extra bits */
|
||||
if (op) {
|
||||
if (bits < op) {
|
||||
hold += (unsigned long)(*in++) << bits;
|
||||
bits += 8;
|
||||
}
|
||||
len += (unsigned)hold & ((1U << op) - 1);
|
||||
hold >>= op;
|
||||
bits -= op;
|
||||
}
|
||||
Tracevv((stderr, "inflate: length %u\n", len));
|
||||
if (bits < 15) {
|
||||
hold += (unsigned long)(*in++) << bits;
|
||||
bits += 8;
|
||||
hold += (unsigned long)(*in++) << bits;
|
||||
bits += 8;
|
||||
}
|
||||
here = dcode + (hold & dmask);
|
||||
dodist:
|
||||
op = (unsigned)(here->bits);
|
||||
hold >>= op;
|
||||
bits -= op;
|
||||
op = (unsigned)(here->op);
|
||||
if (op & 16) { /* distance base */
|
||||
dist = (unsigned)(here->val);
|
||||
op &= 15; /* number of extra bits */
|
||||
if (bits < op) {
|
||||
hold += (unsigned long)(*in++) << bits;
|
||||
bits += 8;
|
||||
if (bits < op) {
|
||||
hold += (unsigned long)(*in++) << bits;
|
||||
bits += 8;
|
||||
}
|
||||
}
|
||||
dist += (unsigned)hold & ((1U << op) - 1);
|
||||
#ifdef INFLATE_STRICT
|
||||
if (dist > dmax) {
|
||||
strm->msg = (char *)"invalid distance too far back";
|
||||
state->mode = BAD;
|
||||
break;
|
||||
}
|
||||
#endif
|
||||
hold >>= op;
|
||||
bits -= op;
|
||||
Tracevv((stderr, "inflate: distance %u\n", dist));
|
||||
op = (unsigned)(out - beg); /* max distance in output */
|
||||
if (dist > op) { /* see if copy from window */
|
||||
op = dist - op; /* distance back in window */
|
||||
if (op > whave) {
|
||||
if (state->sane) {
|
||||
strm->msg =
|
||||
(char *)"invalid distance too far back";
|
||||
state->mode = BAD;
|
||||
break;
|
||||
}
|
||||
#ifdef INFLATE_ALLOW_INVALID_DISTANCE_TOOFAR_ARRR
|
||||
if (len <= op - whave) {
|
||||
do {
|
||||
*out++ = 0;
|
||||
} while (--len);
|
||||
continue;
|
||||
}
|
||||
len -= op - whave;
|
||||
do {
|
||||
*out++ = 0;
|
||||
} while (--op > whave);
|
||||
if (op == 0) {
|
||||
from = out - dist;
|
||||
do {
|
||||
*out++ = *from++;
|
||||
} while (--len);
|
||||
continue;
|
||||
}
|
||||
#endif
|
||||
}
|
||||
from = window;
|
||||
if (wnext == 0) { /* very common case */
|
||||
from += wsize - op;
|
||||
if (op < len) { /* some from window */
|
||||
len -= op;
|
||||
do {
|
||||
*out++ = *from++;
|
||||
} while (--op);
|
||||
from = out - dist; /* rest from output */
|
||||
}
|
||||
}
|
||||
else if (wnext < op) { /* wrap around window */
|
||||
from += wsize + wnext - op;
|
||||
op -= wnext;
|
||||
if (op < len) { /* some from end of window */
|
||||
len -= op;
|
||||
do {
|
||||
*out++ = *from++;
|
||||
} while (--op);
|
||||
from = window;
|
||||
if (wnext < len) { /* some from start of window */
|
||||
op = wnext;
|
||||
len -= op;
|
||||
do {
|
||||
*out++ = *from++;
|
||||
} while (--op);
|
||||
from = out - dist; /* rest from output */
|
||||
}
|
||||
}
|
||||
}
|
||||
else { /* contiguous in window */
|
||||
from += wnext - op;
|
||||
if (op < len) { /* some from window */
|
||||
len -= op;
|
||||
do {
|
||||
*out++ = *from++;
|
||||
} while (--op);
|
||||
from = out - dist; /* rest from output */
|
||||
}
|
||||
}
|
||||
#ifdef ALLOWS_UNALIGNED
|
||||
{
|
||||
uint8_t *pEnd = out+len;
|
||||
while (out < pEnd) {
|
||||
*(uint32_t *)out = *(uint32_t *)from;
|
||||
out += 4;
|
||||
from += 4;
|
||||
}
|
||||
// correct for possible overshoot of destination ptr
|
||||
out = pEnd;
|
||||
}
|
||||
#else
|
||||
while (len > 2) {
|
||||
*out++ = *from++;
|
||||
*out++ = *from++;
|
||||
*out++ = *from++;
|
||||
len -= 3;
|
||||
}
|
||||
if (len) {
|
||||
*out++ = *from++;
|
||||
if (len > 1)
|
||||
*out++ = *from++;
|
||||
}
|
||||
#endif // ALLOWS_UNALIGNED
|
||||
}
|
||||
else {
|
||||
from = out - dist; /* copy direct from output */
|
||||
#ifdef ALLOWS_UNALIGNED
|
||||
{
|
||||
uint8_t *pEnd = out+len;
|
||||
int overlap = (int)(intptr_t)(out-from);
|
||||
if (overlap > 4) { // overlap of source/dest won't impede normal copy
|
||||
while (out < pEnd) {
|
||||
*(uint32_t *)out = *(uint32_t *)from;
|
||||
out += 4;
|
||||
from += 4;
|
||||
}
|
||||
// correct for possible overshoot of destination ptr
|
||||
out = pEnd;
|
||||
} else if (overlap == 1 || overlap == 4) { // copy 1/4-byte patterns
|
||||
uint32_t pattern;
|
||||
if (overlap == 1) {
|
||||
pattern = *from;
|
||||
pattern = pattern | (pattern << 8);
|
||||
pattern = pattern | (pattern << 16);
|
||||
} else {
|
||||
pattern = *(uint32_t *)from;
|
||||
}
|
||||
while (out < pEnd) {
|
||||
*(uint32_t *)out = pattern;
|
||||
out += 4;
|
||||
}
|
||||
out = pEnd; // correct possible overshoot
|
||||
} else { // overlap of 2 or 3
|
||||
while (out < pEnd) {
|
||||
*out++ = *from++;
|
||||
}
|
||||
}
|
||||
}
|
||||
#else
|
||||
do { /* minimum length is three */
|
||||
*out++ = *from++;
|
||||
*out++ = *from++;
|
||||
*out++ = *from++;
|
||||
len -= 3;
|
||||
} while (len > 2);
|
||||
if (len) {
|
||||
*out++ = *from++;
|
||||
if (len > 1)
|
||||
*out++ = *from++;
|
||||
}
|
||||
#endif // ALLOWS_UNALIGNED
|
||||
}
|
||||
}
|
||||
else if ((op & 64) == 0) { /* 2nd level distance code */
|
||||
here = dcode + here->val + (hold & ((1U << op) - 1));
|
||||
goto dodist;
|
||||
}
|
||||
else {
|
||||
strm->msg = (char *)"invalid distance code";
|
||||
state->mode = BAD;
|
||||
break;
|
||||
}
|
||||
}
|
||||
else if ((op & 64) == 0) { /* 2nd level length code */
|
||||
here = lcode + here->val + (hold & ((1U << op) - 1));
|
||||
goto dolen;
|
||||
}
|
||||
else if (op & 32) { /* end-of-block */
|
||||
Tracevv((stderr, "inflate: end of block\n"));
|
||||
state->mode = TYPE;
|
||||
break;
|
||||
}
|
||||
else {
|
||||
strm->msg = (char *)"invalid literal/length code";
|
||||
state->mode = BAD;
|
||||
break;
|
||||
}
|
||||
} while (in < last && out < end);
|
||||
|
||||
/* return unused bytes (on entry, bits < 8, so in won't go too far back) */
|
||||
len = bits >> 3;
|
||||
in -= len;
|
||||
bits -= len << 3;
|
||||
hold &= (1U << bits) - 1;
|
||||
|
||||
/* update state and return */
|
||||
strm->next_in = in;
|
||||
strm->next_out = out;
|
||||
strm->avail_in = (unsigned)(in < last ? 5 + (last - in) : 5 - (in - last));
|
||||
strm->avail_out = (unsigned)(out < end ?
|
||||
257 + (end - out) : 257 - (out - end));
|
||||
state->hold = hold;
|
||||
state->bits = bits;
|
||||
return;
|
||||
}
|
||||
|
||||
/*
|
||||
inflate_fast() speedups that turned out slower (on a PowerPC G3 750CXe):
|
||||
- Using bit fields for code structure
|
||||
- Different op definition to avoid & for extra bits (do & for table bits)
|
||||
- Three separate decoding do-loops for direct, window, and wnext == 0
|
||||
- Special case for distance > 1 copies to do overlapped load and store copy
|
||||
- Explicit branch predictions (based on measured branch probabilities)
|
||||
- Deferring match copy and interspersed it with decoding subsequent codes
|
||||
- Swapping literal/length else
|
||||
- Swapping window/direct else
|
||||
- Larger unrolled copy loops (three is about right)
|
||||
- Moving len -= 3 statement into middle of loop
|
||||
*/
|
||||
|
||||
#endif /* !ASMINF */
|
||||
@@ -0,0 +1,11 @@
|
||||
/* inffast.h -- header to use inffast.c
|
||||
* Copyright (C) 1995-2003, 2010 Mark Adler
|
||||
* For conditions of distribution and use, see copyright notice in zlib.h
|
||||
*/
|
||||
|
||||
/* WARNING: this file should *not* be used by applications. It is
|
||||
part of the implementation of the compression library and is
|
||||
subject to change. Applications should only use zlib.h.
|
||||
*/
|
||||
|
||||
void ZLIB_INTERNAL inflate_fast OF((z_streamp strm, unsigned start));
|
||||
@@ -0,0 +1,94 @@
|
||||
/* inffixed.h -- table for decoding fixed codes
|
||||
* Generated automatically by makefixed().
|
||||
*/
|
||||
|
||||
/* WARNING: this file should *not* be used by applications.
|
||||
It is part of the implementation of this library and is
|
||||
subject to change. Applications should only use zlib.h.
|
||||
*/
|
||||
|
||||
static const code lenfix[512] = {
|
||||
{96,7,0},{0,8,80},{0,8,16},{20,8,115},{18,7,31},{0,8,112},{0,8,48},
|
||||
{0,9,192},{16,7,10},{0,8,96},{0,8,32},{0,9,160},{0,8,0},{0,8,128},
|
||||
{0,8,64},{0,9,224},{16,7,6},{0,8,88},{0,8,24},{0,9,144},{19,7,59},
|
||||
{0,8,120},{0,8,56},{0,9,208},{17,7,17},{0,8,104},{0,8,40},{0,9,176},
|
||||
{0,8,8},{0,8,136},{0,8,72},{0,9,240},{16,7,4},{0,8,84},{0,8,20},
|
||||
{21,8,227},{19,7,43},{0,8,116},{0,8,52},{0,9,200},{17,7,13},{0,8,100},
|
||||
{0,8,36},{0,9,168},{0,8,4},{0,8,132},{0,8,68},{0,9,232},{16,7,8},
|
||||
{0,8,92},{0,8,28},{0,9,152},{20,7,83},{0,8,124},{0,8,60},{0,9,216},
|
||||
{18,7,23},{0,8,108},{0,8,44},{0,9,184},{0,8,12},{0,8,140},{0,8,76},
|
||||
{0,9,248},{16,7,3},{0,8,82},{0,8,18},{21,8,163},{19,7,35},{0,8,114},
|
||||
{0,8,50},{0,9,196},{17,7,11},{0,8,98},{0,8,34},{0,9,164},{0,8,2},
|
||||
{0,8,130},{0,8,66},{0,9,228},{16,7,7},{0,8,90},{0,8,26},{0,9,148},
|
||||
{20,7,67},{0,8,122},{0,8,58},{0,9,212},{18,7,19},{0,8,106},{0,8,42},
|
||||
{0,9,180},{0,8,10},{0,8,138},{0,8,74},{0,9,244},{16,7,5},{0,8,86},
|
||||
{0,8,22},{64,8,0},{19,7,51},{0,8,118},{0,8,54},{0,9,204},{17,7,15},
|
||||
{0,8,102},{0,8,38},{0,9,172},{0,8,6},{0,8,134},{0,8,70},{0,9,236},
|
||||
{16,7,9},{0,8,94},{0,8,30},{0,9,156},{20,7,99},{0,8,126},{0,8,62},
|
||||
{0,9,220},{18,7,27},{0,8,110},{0,8,46},{0,9,188},{0,8,14},{0,8,142},
|
||||
{0,8,78},{0,9,252},{96,7,0},{0,8,81},{0,8,17},{21,8,131},{18,7,31},
|
||||
{0,8,113},{0,8,49},{0,9,194},{16,7,10},{0,8,97},{0,8,33},{0,9,162},
|
||||
{0,8,1},{0,8,129},{0,8,65},{0,9,226},{16,7,6},{0,8,89},{0,8,25},
|
||||
{0,9,146},{19,7,59},{0,8,121},{0,8,57},{0,9,210},{17,7,17},{0,8,105},
|
||||
{0,8,41},{0,9,178},{0,8,9},{0,8,137},{0,8,73},{0,9,242},{16,7,4},
|
||||
{0,8,85},{0,8,21},{16,8,258},{19,7,43},{0,8,117},{0,8,53},{0,9,202},
|
||||
{17,7,13},{0,8,101},{0,8,37},{0,9,170},{0,8,5},{0,8,133},{0,8,69},
|
||||
{0,9,234},{16,7,8},{0,8,93},{0,8,29},{0,9,154},{20,7,83},{0,8,125},
|
||||
{0,8,61},{0,9,218},{18,7,23},{0,8,109},{0,8,45},{0,9,186},{0,8,13},
|
||||
{0,8,141},{0,8,77},{0,9,250},{16,7,3},{0,8,83},{0,8,19},{21,8,195},
|
||||
{19,7,35},{0,8,115},{0,8,51},{0,9,198},{17,7,11},{0,8,99},{0,8,35},
|
||||
{0,9,166},{0,8,3},{0,8,131},{0,8,67},{0,9,230},{16,7,7},{0,8,91},
|
||||
{0,8,27},{0,9,150},{20,7,67},{0,8,123},{0,8,59},{0,9,214},{18,7,19},
|
||||
{0,8,107},{0,8,43},{0,9,182},{0,8,11},{0,8,139},{0,8,75},{0,9,246},
|
||||
{16,7,5},{0,8,87},{0,8,23},{64,8,0},{19,7,51},{0,8,119},{0,8,55},
|
||||
{0,9,206},{17,7,15},{0,8,103},{0,8,39},{0,9,174},{0,8,7},{0,8,135},
|
||||
{0,8,71},{0,9,238},{16,7,9},{0,8,95},{0,8,31},{0,9,158},{20,7,99},
|
||||
{0,8,127},{0,8,63},{0,9,222},{18,7,27},{0,8,111},{0,8,47},{0,9,190},
|
||||
{0,8,15},{0,8,143},{0,8,79},{0,9,254},{96,7,0},{0,8,80},{0,8,16},
|
||||
{20,8,115},{18,7,31},{0,8,112},{0,8,48},{0,9,193},{16,7,10},{0,8,96},
|
||||
{0,8,32},{0,9,161},{0,8,0},{0,8,128},{0,8,64},{0,9,225},{16,7,6},
|
||||
{0,8,88},{0,8,24},{0,9,145},{19,7,59},{0,8,120},{0,8,56},{0,9,209},
|
||||
{17,7,17},{0,8,104},{0,8,40},{0,9,177},{0,8,8},{0,8,136},{0,8,72},
|
||||
{0,9,241},{16,7,4},{0,8,84},{0,8,20},{21,8,227},{19,7,43},{0,8,116},
|
||||
{0,8,52},{0,9,201},{17,7,13},{0,8,100},{0,8,36},{0,9,169},{0,8,4},
|
||||
{0,8,132},{0,8,68},{0,9,233},{16,7,8},{0,8,92},{0,8,28},{0,9,153},
|
||||
{20,7,83},{0,8,124},{0,8,60},{0,9,217},{18,7,23},{0,8,108},{0,8,44},
|
||||
{0,9,185},{0,8,12},{0,8,140},{0,8,76},{0,9,249},{16,7,3},{0,8,82},
|
||||
{0,8,18},{21,8,163},{19,7,35},{0,8,114},{0,8,50},{0,9,197},{17,7,11},
|
||||
{0,8,98},{0,8,34},{0,9,165},{0,8,2},{0,8,130},{0,8,66},{0,9,229},
|
||||
{16,7,7},{0,8,90},{0,8,26},{0,9,149},{20,7,67},{0,8,122},{0,8,58},
|
||||
{0,9,213},{18,7,19},{0,8,106},{0,8,42},{0,9,181},{0,8,10},{0,8,138},
|
||||
{0,8,74},{0,9,245},{16,7,5},{0,8,86},{0,8,22},{64,8,0},{19,7,51},
|
||||
{0,8,118},{0,8,54},{0,9,205},{17,7,15},{0,8,102},{0,8,38},{0,9,173},
|
||||
{0,8,6},{0,8,134},{0,8,70},{0,9,237},{16,7,9},{0,8,94},{0,8,30},
|
||||
{0,9,157},{20,7,99},{0,8,126},{0,8,62},{0,9,221},{18,7,27},{0,8,110},
|
||||
{0,8,46},{0,9,189},{0,8,14},{0,8,142},{0,8,78},{0,9,253},{96,7,0},
|
||||
{0,8,81},{0,8,17},{21,8,131},{18,7,31},{0,8,113},{0,8,49},{0,9,195},
|
||||
{16,7,10},{0,8,97},{0,8,33},{0,9,163},{0,8,1},{0,8,129},{0,8,65},
|
||||
{0,9,227},{16,7,6},{0,8,89},{0,8,25},{0,9,147},{19,7,59},{0,8,121},
|
||||
{0,8,57},{0,9,211},{17,7,17},{0,8,105},{0,8,41},{0,9,179},{0,8,9},
|
||||
{0,8,137},{0,8,73},{0,9,243},{16,7,4},{0,8,85},{0,8,21},{16,8,258},
|
||||
{19,7,43},{0,8,117},{0,8,53},{0,9,203},{17,7,13},{0,8,101},{0,8,37},
|
||||
{0,9,171},{0,8,5},{0,8,133},{0,8,69},{0,9,235},{16,7,8},{0,8,93},
|
||||
{0,8,29},{0,9,155},{20,7,83},{0,8,125},{0,8,61},{0,9,219},{18,7,23},
|
||||
{0,8,109},{0,8,45},{0,9,187},{0,8,13},{0,8,141},{0,8,77},{0,9,251},
|
||||
{16,7,3},{0,8,83},{0,8,19},{21,8,195},{19,7,35},{0,8,115},{0,8,51},
|
||||
{0,9,199},{17,7,11},{0,8,99},{0,8,35},{0,9,167},{0,8,3},{0,8,131},
|
||||
{0,8,67},{0,9,231},{16,7,7},{0,8,91},{0,8,27},{0,9,151},{20,7,67},
|
||||
{0,8,123},{0,8,59},{0,9,215},{18,7,19},{0,8,107},{0,8,43},{0,9,183},
|
||||
{0,8,11},{0,8,139},{0,8,75},{0,9,247},{16,7,5},{0,8,87},{0,8,23},
|
||||
{64,8,0},{19,7,51},{0,8,119},{0,8,55},{0,9,207},{17,7,15},{0,8,103},
|
||||
{0,8,39},{0,9,175},{0,8,7},{0,8,135},{0,8,71},{0,9,239},{16,7,9},
|
||||
{0,8,95},{0,8,31},{0,9,159},{20,7,99},{0,8,127},{0,8,63},{0,9,223},
|
||||
{18,7,27},{0,8,111},{0,8,47},{0,9,191},{0,8,15},{0,8,143},{0,8,79},
|
||||
{0,9,255}
|
||||
};
|
||||
|
||||
static const code distfix[32] = {
|
||||
{16,5,1},{23,5,257},{19,5,17},{27,5,4097},{17,5,5},{25,5,1025},
|
||||
{21,5,65},{29,5,16385},{16,5,3},{24,5,513},{20,5,33},{28,5,8193},
|
||||
{18,5,9},{26,5,2049},{22,5,129},{64,5,0},{16,5,2},{23,5,385},
|
||||
{19,5,25},{27,5,6145},{17,5,7},{25,5,1537},{21,5,97},{29,5,24577},
|
||||
{16,5,4},{24,5,769},{20,5,49},{28,5,12289},{18,5,13},{26,5,3073},
|
||||
{22,5,193},{64,5,0}
|
||||
};
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,132 @@
|
||||
/* inflate.h -- internal inflate state definition
|
||||
* Copyright (C) 1995-2016 Mark Adler
|
||||
* For conditions of distribution and use, see copyright notice in zlib.h
|
||||
*/
|
||||
|
||||
/* WARNING: this file should *not* be used by applications. It is
|
||||
part of the implementation of the compression library and is
|
||||
subject to change. Applications should only use zlib.h.
|
||||
*/
|
||||
|
||||
/* define NO_GZIP when compiling if you want to disable gzip header and
|
||||
trailer decoding by inflate(). NO_GZIP would be used to avoid linking in
|
||||
the crc code when it is not needed. For shared libraries, gzip decoding
|
||||
should be left enabled. */
|
||||
#ifndef NO_GZIP
|
||||
#define GUNZIP
|
||||
#endif
|
||||
|
||||
#ifndef __INFLATE_H__
|
||||
#define __INFLATE_H__
|
||||
|
||||
/* Possible inflate modes between inflate() calls */
|
||||
typedef enum
|
||||
{
|
||||
PNG_HEADER = 16180, /* i: waiting for magic header */
|
||||
FLAGS, /* i: waiting for method and flags (gzip) */
|
||||
TIME, /* i: waiting for modification time (gzip) */
|
||||
OS, /* i: waiting for extra flags and operating system (gzip) */
|
||||
EXLEN, /* i: waiting for extra length (gzip) */
|
||||
EXTRA, /* i: waiting for extra bytes (gzip) */
|
||||
NAME, /* i: waiting for end of file name (gzip) */
|
||||
COMMENT, /* i: waiting for end of comment (gzip) */
|
||||
HCRC, /* i: waiting for header crc (gzip) */
|
||||
DICTID, /* i: waiting for dictionary check value */
|
||||
DICT, /* waiting for inflateSetDictionary() call */
|
||||
TYPE, /* i: waiting for type bits, including last-flag bit */
|
||||
TYPEDO, /* i: same, but skip check to exit inflate on new block */
|
||||
STORED, /* i: waiting for stored size (length and complement) */
|
||||
COPY_, /* i/o: same as COPY below, but only first time in */
|
||||
COPY, /* i/o: waiting for input or output to copy stored block */
|
||||
TABLE, /* i: waiting for dynamic block table lengths */
|
||||
LENLENS, /* i: waiting for code length code lengths */
|
||||
CODELENS, /* i: waiting for length/lit and distance code lengths */
|
||||
LEN_, /* i: same as LEN below, but only first time in */
|
||||
LEN, /* i: waiting for length/lit/eob code */
|
||||
LENEXT, /* i: waiting for length extra bits */
|
||||
DIST, /* i: waiting for distance code */
|
||||
DISTEXT, /* i: waiting for distance extra bits */
|
||||
MATCH, /* o: waiting for output space to copy string */
|
||||
LIT, /* o: waiting for output space to write literal */
|
||||
CHECK, /* i: waiting for 32-bit check value */
|
||||
LENGTH, /* i: waiting for 32-bit length (gzip) */
|
||||
DONE, /* finished check, done -- remain here until reset */
|
||||
BAD, /* got a data error -- remain here until reset */
|
||||
MEM, /* got an inflate() memory error -- remain here until reset */
|
||||
SYNC /* looking for synchronization bytes to restart inflate() */
|
||||
} inflate_mode;
|
||||
|
||||
/*
|
||||
State transitions between above modes -
|
||||
|
||||
(most modes can go to BAD or MEM on error -- not shown for clarity)
|
||||
|
||||
Process header:
|
||||
PNG_HEADER -> (gzip) or (zlib) or (raw)
|
||||
(gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME -> COMMENT ->
|
||||
HCRC -> TYPE
|
||||
(zlib) -> DICTID or TYPE
|
||||
DICTID -> DICT -> TYPE
|
||||
(raw) -> TYPEDO
|
||||
Read deflate blocks:
|
||||
TYPE -> TYPEDO -> STORED or TABLE or LEN_ or CHECK
|
||||
STORED -> COPY_ -> COPY -> TYPE
|
||||
TABLE -> LENLENS -> CODELENS -> LEN_
|
||||
LEN_ -> LEN
|
||||
Read deflate codes in fixed or dynamic block:
|
||||
LEN -> LENEXT or LIT or TYPE
|
||||
LENEXT -> DIST -> DISTEXT -> MATCH -> LEN
|
||||
LIT -> LEN
|
||||
Process trailer:
|
||||
CHECK -> LENGTH -> DONE
|
||||
*/
|
||||
|
||||
/* State maintained between inflate() calls -- approximately 7K bytes, not
|
||||
including the allocated sliding window, which is up to 32K bytes. */
|
||||
struct inflate_state
|
||||
{
|
||||
z_streamp strm; /* pointer back to this zlib stream */
|
||||
inflate_mode mode; /* current inflate mode */
|
||||
int last; /* true if processing last block */
|
||||
int wrap; /* bit 0 true for zlib, bit 1 true for gzip,
|
||||
bit 2 true to validate check value */
|
||||
int havedict; /* true if dictionary provided */
|
||||
int flags; /* gzip header method and flags (0 if zlib) */
|
||||
unsigned dmax; /* zlib header max distance (INFLATE_STRICT) */
|
||||
unsigned long check; /* protected copy of check value */
|
||||
unsigned long total; /* protected copy of output count */
|
||||
gz_headerp head; /* where to save gzip header information */
|
||||
/* sliding window */
|
||||
unsigned wbits; /* log base 2 of requested window size */
|
||||
unsigned wsize; /* window size or zero if not using window */
|
||||
unsigned whave; /* valid bytes in the window */
|
||||
unsigned wnext; /* window write index */
|
||||
unsigned char FAR *window; /* allocated sliding window, if needed */
|
||||
/* bit accumulator */
|
||||
uint64_t hold; /* input bit accumulator */
|
||||
// unsigned long hold; /* input bit accumulator */
|
||||
unsigned bits; /* number of bits in "in" */
|
||||
/* for string and stored block copying */
|
||||
unsigned length; /* literal or length of data to copy */
|
||||
unsigned offset; /* distance back to copy string from */
|
||||
/* for table and code decoding */
|
||||
unsigned extra; /* extra bits needed */
|
||||
/* fixed and dynamic code tables */
|
||||
code const FAR *lencode; /* starting table for length/literal codes */
|
||||
code const FAR *distcode; /* starting table for distance codes */
|
||||
unsigned lenbits; /* index bits for lencode */
|
||||
unsigned distbits; /* index bits for distcode */
|
||||
/* dynamic table building */
|
||||
unsigned ncode; /* number of code length code lengths */
|
||||
unsigned nlen; /* number of length code lengths */
|
||||
unsigned ndist; /* number of distance code lengths */
|
||||
unsigned have; /* number of code lengths in lens[] */
|
||||
code FAR *next; /* next available space in codes[] */
|
||||
unsigned short lens[320]; /* temporary storage for code lengths */
|
||||
unsigned short work[288]; /* work area for code table building */
|
||||
code codes[ENOUGH]; /* space for code tables */
|
||||
int sane; /* if false, allow invalid distance too far */
|
||||
int back; /* bits back of last unprocessed length/lit */
|
||||
unsigned was; /* initial length of match */
|
||||
};
|
||||
#endif // __INFLATE_H__
|
||||
@@ -0,0 +1,298 @@
|
||||
/* inftrees.c -- generate Huffman trees for efficient decoding
|
||||
* Copyright (C) 1995-2017 Mark Adler
|
||||
* For conditions of distribution and use, see copyright notice in zlib.h
|
||||
*/
|
||||
|
||||
#include "zutil.h"
|
||||
#include "inftrees.h"
|
||||
|
||||
#define MAXBITS 15
|
||||
|
||||
const char inflate_copyright[] =
|
||||
" inflate 1.2.11 Copyright 1995-2017 Mark Adler ";
|
||||
/*
|
||||
If you use the zlib library in a product, an acknowledgment is welcome
|
||||
in the documentation of your product. If for some reason you cannot
|
||||
include such an acknowledgment, I would appreciate that you keep this
|
||||
copyright string in the executable of your product.
|
||||
*/
|
||||
|
||||
/*
|
||||
Build a set of tables to decode the provided canonical Huffman code.
|
||||
The code lengths are lens[0..codes-1]. The result starts at *table,
|
||||
whose indices are 0..2^bits-1. work is a writable array of at least
|
||||
lens shorts, which is used as a work area. type is the type of code
|
||||
to be generated, CODES, LENS, or DISTS. On return, zero is success,
|
||||
-1 is an invalid code, and +1 means that ENOUGH isn't enough. table
|
||||
on return points to the next available entry's address. bits is the
|
||||
requested root table index bits, and on return it is the actual root
|
||||
table index bits. It will differ if the request is greater than the
|
||||
longest code or if it is less than the shortest code.
|
||||
*/
|
||||
int ZLIB_INTERNAL inflate_table(codetype type, unsigned short FAR *lens, unsigned codes, code FAR * FAR *table, unsigned FAR *bits, unsigned short FAR *work)
|
||||
{
|
||||
unsigned len; /* a code's length in bits */
|
||||
unsigned sym; /* index of code symbols */
|
||||
unsigned min, max; /* minimum and maximum code lengths */
|
||||
unsigned root; /* number of index bits for root table */
|
||||
unsigned curr; /* number of index bits for current table */
|
||||
unsigned drop; /* code bits to drop for sub-table */
|
||||
int left; /* number of prefix codes available */
|
||||
unsigned used; /* code entries in table used */
|
||||
unsigned huff; /* Huffman code */
|
||||
unsigned incr; /* for incrementing code, index */
|
||||
unsigned fill; /* index for replicating entries */
|
||||
unsigned low; /* low bits for current root entry */
|
||||
unsigned mask; /* mask for low root bits */
|
||||
code here; /* table entry for duplication */
|
||||
code FAR *next; /* next available space in table */
|
||||
const unsigned short FAR *base; /* base value table to use */
|
||||
const unsigned short FAR *extra; /* extra bits table to use */
|
||||
unsigned match; /* use base and extra for symbol >= match */
|
||||
unsigned short count[MAXBITS+1]; /* number of codes of each length */
|
||||
unsigned short offs[MAXBITS+1]; /* offsets in table for each length */
|
||||
static const unsigned short lbase[31] = { /* Length codes 257..285 base */
|
||||
3, 4, 5, 6, 7, 8, 9, 10, 11, 13, 15, 17, 19, 23, 27, 31,
|
||||
35, 43, 51, 59, 67, 83, 99, 115, 131, 163, 195, 227, 258, 0, 0};
|
||||
static const unsigned short lext[31] = { /* Length codes 257..285 extra */
|
||||
16, 16, 16, 16, 16, 16, 16, 16, 17, 17, 17, 17, 18, 18, 18, 18,
|
||||
19, 19, 19, 19, 20, 20, 20, 20, 21, 21, 21, 21, 16, 77, 202};
|
||||
static const unsigned short dbase[32] = { /* Distance codes 0..29 base */
|
||||
1, 2, 3, 4, 5, 7, 9, 13, 17, 25, 33, 49, 65, 97, 129, 193,
|
||||
257, 385, 513, 769, 1025, 1537, 2049, 3073, 4097, 6145,
|
||||
8193, 12289, 16385, 24577, 0, 0};
|
||||
static const unsigned short dext[32] = { /* Distance codes 0..29 extra */
|
||||
16, 16, 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, 64, 64};
|
||||
|
||||
/*
|
||||
Process a set of code lengths to create a canonical Huffman code. The
|
||||
code lengths are lens[0..codes-1]. Each length corresponds to the
|
||||
symbols 0..codes-1. The Huffman code is generated by first sorting the
|
||||
symbols by length from short to long, and retaining the symbol order
|
||||
for codes with equal lengths. Then the code starts with all zero bits
|
||||
for the first code of the shortest length, and the codes are integer
|
||||
increments for the same length, and zeros are appended as the length
|
||||
increases. For the deflate format, these bits are stored backwards
|
||||
from their more natural integer increment ordering, and so when the
|
||||
decoding tables are built in the large loop below, the integer codes
|
||||
are incremented backwards.
|
||||
|
||||
This routine assumes, but does not check, that all of the entries in
|
||||
lens[] are in the range 0..MAXBITS. The caller must assure this.
|
||||
1..MAXBITS is interpreted as that code length. zero means that that
|
||||
symbol does not occur in this code.
|
||||
|
||||
The codes are sorted by computing a count of codes for each length,
|
||||
creating from that a table of starting indices for each length in the
|
||||
sorted table, and then entering the symbols in order in the sorted
|
||||
table. The sorted table is work[], with that space being provided by
|
||||
the caller.
|
||||
|
||||
The length counts are used for other purposes as well, i.e. finding
|
||||
the minimum and maximum length codes, determining if there are any
|
||||
codes at all, checking for a valid set of lengths, and looking ahead
|
||||
at length counts to determine sub-table sizes when building the
|
||||
decoding tables.
|
||||
*/
|
||||
|
||||
/* accumulate lengths for codes (assumes lens[] all in 0..MAXBITS) */
|
||||
for (len = 0; len <= MAXBITS; len++)
|
||||
count[len] = 0;
|
||||
for (sym = 0; sym < codes; sym++)
|
||||
count[lens[sym]]++;
|
||||
|
||||
/* bound code lengths, force root to be within code lengths */
|
||||
root = *bits;
|
||||
for (max = MAXBITS; max >= 1; max--)
|
||||
if (count[max] != 0) break;
|
||||
if (root > max) root = max;
|
||||
if (max == 0) { /* no symbols to code at all */
|
||||
here.op = (unsigned char)64; /* invalid code marker */
|
||||
here.bits = (unsigned char)1;
|
||||
here.val = (unsigned short)0;
|
||||
*(*table)++ = here; /* make a table to force an error */
|
||||
*(*table)++ = here;
|
||||
*bits = 1;
|
||||
return 0; /* no symbols, but wait for decoding to report error */
|
||||
}
|
||||
for (min = 1; min < max; min++)
|
||||
if (count[min] != 0) break;
|
||||
if (root < min) root = min;
|
||||
|
||||
/* check for an over-subscribed or incomplete set of lengths */
|
||||
left = 1;
|
||||
for (len = 1; len <= MAXBITS; len++) {
|
||||
left <<= 1;
|
||||
left -= count[len];
|
||||
if (left < 0) return -1; /* over-subscribed */
|
||||
}
|
||||
if (left > 0 && (type == CODES || max != 1))
|
||||
return -1; /* incomplete set */
|
||||
|
||||
/* generate offsets into symbol table for each length for sorting */
|
||||
offs[1] = 0;
|
||||
for (len = 1; len < MAXBITS; len++)
|
||||
offs[len + 1] = offs[len] + count[len];
|
||||
|
||||
/* sort symbols by length, by symbol order within each length */
|
||||
for (sym = 0; sym < codes; sym++)
|
||||
if (lens[sym] != 0) work[offs[lens[sym]]++] = (unsigned short)sym;
|
||||
|
||||
/*
|
||||
Create and fill in decoding tables. In this loop, the table being
|
||||
filled is at next and has curr index bits. The code being used is huff
|
||||
with length len. That code is converted to an index by dropping drop
|
||||
bits off of the bottom. For codes where len is less than drop + curr,
|
||||
those top drop + curr - len bits are incremented through all values to
|
||||
fill the table with replicated entries.
|
||||
|
||||
root is the number of index bits for the root table. When len exceeds
|
||||
root, sub-tables are created pointed to by the root entry with an index
|
||||
of the low root bits of huff. This is saved in low to check for when a
|
||||
new sub-table should be started. drop is zero when the root table is
|
||||
being filled, and drop is root when sub-tables are being filled.
|
||||
|
||||
When a new sub-table is needed, it is necessary to look ahead in the
|
||||
code lengths to determine what size sub-table is needed. The length
|
||||
counts are used for this, and so count[] is decremented as codes are
|
||||
entered in the tables.
|
||||
|
||||
used keeps track of how many table entries have been allocated from the
|
||||
provided *table space. It is checked for LENS and DIST tables against
|
||||
the constants ENOUGH_LENS and ENOUGH_DISTS to guard against changes in
|
||||
the initial root table size constants. See the comments in inftrees.h
|
||||
for more information.
|
||||
|
||||
sym increments through all symbols, and the loop terminates when
|
||||
all codes of length max, i.e. all codes, have been processed. This
|
||||
routine permits incomplete codes, so another loop after this one fills
|
||||
in the rest of the decoding tables with invalid code markers.
|
||||
*/
|
||||
|
||||
/* set up for code type */
|
||||
switch (type) {
|
||||
case CODES:
|
||||
base = extra = work; /* dummy value--not used */
|
||||
match = 20;
|
||||
break;
|
||||
case LENS:
|
||||
base = lbase;
|
||||
extra = lext;
|
||||
match = 257;
|
||||
break;
|
||||
default: /* DISTS */
|
||||
base = dbase;
|
||||
extra = dext;
|
||||
match = 0;
|
||||
}
|
||||
|
||||
/* initialize state for loop */
|
||||
huff = 0; /* starting code */
|
||||
sym = 0; /* starting code symbol */
|
||||
len = min; /* starting code length */
|
||||
next = *table; /* current table to fill in */
|
||||
curr = root; /* current table index bits */
|
||||
drop = 0; /* current bits to drop from code for index */
|
||||
low = (unsigned)(-1); /* trigger new sub-table when len > root */
|
||||
used = 1U << root; /* use root table entries */
|
||||
mask = used - 1; /* mask for comparing low */
|
||||
|
||||
/* check available table space */
|
||||
if ((type == LENS && used > ENOUGH_LENS) ||
|
||||
(type == DISTS && used > ENOUGH_DISTS))
|
||||
return 1;
|
||||
|
||||
/* process all codes and make table entries */
|
||||
for (;;) {
|
||||
/* create table entry */
|
||||
here.bits = (unsigned char)(len - drop);
|
||||
if (work[sym] + 1U < match) {
|
||||
here.op = (unsigned char)0;
|
||||
here.val = work[sym];
|
||||
}
|
||||
else if (work[sym] >= match) {
|
||||
here.op = (unsigned char)(extra[work[sym] - match]);
|
||||
here.val = base[work[sym] - match];
|
||||
}
|
||||
else {
|
||||
here.op = (unsigned char)(32 + 64); /* end of block */
|
||||
here.val = 0;
|
||||
}
|
||||
|
||||
/* replicate for those indices with low len bits equal to huff */
|
||||
incr = 1U << (len - drop);
|
||||
fill = 1U << curr;
|
||||
min = fill; /* save offset to next table */
|
||||
do {
|
||||
fill -= incr;
|
||||
next[(huff >> drop) + fill] = here;
|
||||
} while (fill != 0);
|
||||
|
||||
/* backwards increment the len-bit code huff */
|
||||
incr = 1U << (len - 1);
|
||||
while (huff & incr)
|
||||
incr >>= 1;
|
||||
if (incr != 0) {
|
||||
huff &= incr - 1;
|
||||
huff += incr;
|
||||
}
|
||||
else
|
||||
huff = 0;
|
||||
|
||||
/* go to next symbol, update count, len */
|
||||
sym++;
|
||||
if (--(count[len]) == 0) {
|
||||
if (len == max) break;
|
||||
len = lens[work[sym]];
|
||||
}
|
||||
|
||||
/* create new sub-table if needed */
|
||||
if (len > root && (huff & mask) != low) {
|
||||
/* if first time, transition to sub-tables */
|
||||
if (drop == 0)
|
||||
drop = root;
|
||||
|
||||
/* increment past last table */
|
||||
next += min; /* here min is 1 << curr */
|
||||
|
||||
/* determine length of next table */
|
||||
curr = len - drop;
|
||||
left = (int)(1 << curr);
|
||||
while (curr + drop < max) {
|
||||
left -= count[curr + drop];
|
||||
if (left <= 0) break;
|
||||
curr++;
|
||||
left <<= 1;
|
||||
}
|
||||
|
||||
/* check for enough space */
|
||||
used += 1U << curr;
|
||||
if ((type == LENS && used > ENOUGH_LENS) ||
|
||||
(type == DISTS && used > ENOUGH_DISTS))
|
||||
return 1;
|
||||
|
||||
/* point entry in root table to sub-table */
|
||||
low = huff & mask;
|
||||
(*table)[low].op = (unsigned char)curr;
|
||||
(*table)[low].bits = (unsigned char)root;
|
||||
(*table)[low].val = (unsigned short)(next - *table);
|
||||
}
|
||||
}
|
||||
|
||||
/* fill in remaining table entry if code is incomplete (guaranteed to have
|
||||
at most one remaining entry, since if the code is incomplete, the
|
||||
maximum code length that was allowed to get this far is one bit) */
|
||||
if (huff != 0) {
|
||||
here.op = (unsigned char)64; /* invalid code marker */
|
||||
here.bits = (unsigned char)(len - drop);
|
||||
here.val = (unsigned short)0;
|
||||
next[huff] = here;
|
||||
}
|
||||
|
||||
/* set return parameters */
|
||||
*table += used;
|
||||
*bits = root;
|
||||
return 0;
|
||||
}
|
||||
@@ -0,0 +1,65 @@
|
||||
/* inftrees.h -- header to use inftrees.c
|
||||
* Copyright (C) 1995-2005, 2010 Mark Adler
|
||||
* For conditions of distribution and use, see copyright notice in zlib.h
|
||||
*/
|
||||
|
||||
/* WARNING: this file should *not* be used by applications. It is
|
||||
part of the implementation of the compression library and is
|
||||
subject to change. Applications should only use zlib.h.
|
||||
*/
|
||||
#ifndef __INFTREES_H__
|
||||
#define __INFTREES_H__
|
||||
|
||||
/* Structure for decoding tables. Each entry provides either the
|
||||
information needed to do the operation requested by the code that
|
||||
indexed that table entry, or it provides a pointer to another
|
||||
table that indexes more bits of the code. op indicates whether
|
||||
the entry is a pointer to another table, a literal, a length or
|
||||
distance, an end-of-block, or an invalid code. For a table
|
||||
pointer, the low four bits of op is the number of index bits of
|
||||
that table. For a length or distance, the low four bits of op
|
||||
is the number of extra bits to get after the code. bits is
|
||||
the number of bits in this code or part of the code to drop off
|
||||
of the bit buffer. val is the actual byte to output in the case
|
||||
of a literal, the base length or distance, or the offset from
|
||||
the current table to the next table. Each entry is four bytes. */
|
||||
typedef struct {
|
||||
unsigned char op; /* operation, extra bits, table bits */
|
||||
unsigned char bits; /* bits in this part of the code */
|
||||
unsigned short val; /* offset in table or code value */
|
||||
} code;
|
||||
|
||||
/* op values as set by inflate_table():
|
||||
00000000 - literal
|
||||
0000tttt - table link, tttt != 0 is the number of table index bits
|
||||
0001eeee - length or distance, eeee is the number of extra bits
|
||||
01100000 - end of block
|
||||
01000000 - invalid code
|
||||
*/
|
||||
|
||||
/* Maximum size of the dynamic table. The maximum number of code structures is
|
||||
1444, which is the sum of 852 for literal/length codes and 592 for distance
|
||||
codes. These values were found by exhaustive searches using the program
|
||||
examples/enough.c found in the zlib distribtution. The arguments to that
|
||||
program are the number of symbols, the initial root table size, and the
|
||||
maximum bit length of a code. "enough 286 9 15" for literal/length codes
|
||||
returns returns 852, and "enough 30 6 15" for distance codes returns 592.
|
||||
The initial root table size (9 or 6) is found in the fifth argument of the
|
||||
inflate_table() calls in inflate.c and infback.c. If the root table size is
|
||||
changed, then these maximum sizes would be need to be recalculated and
|
||||
updated. */
|
||||
#define ENOUGH_LENS 852
|
||||
#define ENOUGH_DISTS 592
|
||||
#define ENOUGH (ENOUGH_LENS+ENOUGH_DISTS)
|
||||
|
||||
/* Type of code to build for inflate_table() */
|
||||
typedef enum {
|
||||
CODES,
|
||||
LENS,
|
||||
DISTS
|
||||
} codetype;
|
||||
|
||||
int ZLIB_INTERNAL inflate_table OF((codetype type, unsigned short FAR *lens,
|
||||
unsigned codes, code FAR * FAR *table,
|
||||
unsigned FAR *bits, unsigned short FAR *work));
|
||||
#endif // __INFTREES_H__
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,63 @@
|
||||
//
|
||||
// ESP32-S3 SIMD optimized code
|
||||
// Written by Larry Bank
|
||||
// Copyright (c) 2024 BitBank Software, Inc.
|
||||
// written April 17, 2024
|
||||
//
|
||||
#ifdef ARDUINO_ARCH_ESP32
|
||||
|
||||
#include "dsps_fft2r_platform.h"
|
||||
#if (dsps_fft2r_sc16_aes3_enabled == 1)
|
||||
.text
|
||||
.align 4
|
||||
|
||||
// Convert N pixels of RGBA (RGB8888) to RGB565
|
||||
// A2 A3 A4 A5
|
||||
// Call as void s3_rgb565(uint8_t *pSrc, uint8_t *pDest, int iCount, bool bBigEndian);
|
||||
.global s3_rgb565
|
||||
.type s3_rgb565,@function
|
||||
|
||||
s3_rgb565:
|
||||
# no idea what this frequency keyword does
|
||||
# .frequency 1.000 0.000
|
||||
entry a1,16
|
||||
addi.n a4,a4,7 # process pixels in groups of 8
|
||||
movi.n a6,-8
|
||||
and a4,a4,a6
|
||||
.top_rgb565:
|
||||
ee.vld.128.ip q0,a2,16 # load 4 pixels into Q0
|
||||
ee.vld.128.ip q1,a2,16 # load another 4 pixels into Q1
|
||||
ee.xorq q4,q4,q4 # destination reg set to 0s
|
||||
ee.vcmp.eq.s16 q2,q2,q2 # create FFs
|
||||
ee.vunzip.16 q0,q1 # interleave RG and BA from Q0/Q1
|
||||
ee.vsubs.s16 q3,q4,q2 # make 16-bit 1's in q3
|
||||
movi.n a6,10 # load the shift register with 10 (for green)
|
||||
wsr.sar a6 # put it in the SAR (shift amount register)
|
||||
ee.vmul.u16 q5,q0,q3 # shift green into lower 6 bits of q5
|
||||
movi.n a6,3 # shift value 3 for red and blue
|
||||
wsr.sar a6
|
||||
ee.vmul.s16 q6,q0,q3 # shift red into lower 5 bits of q6
|
||||
ee.vmul.s16 q7,q1,q3 # shift blue into lower 5 bits of q7
|
||||
movi.n a6,5
|
||||
wsr.sar a6 # set shift to 5
|
||||
ee.vsl.32 q4,q3 # q4 = 0x00200020...
|
||||
ee.vsubs.s16 q4,q4,q3 # Now q4 has the r/b mask of 0x001f001f...
|
||||
ee.andq q6,q4,q6 # mask off 5 bits of red
|
||||
ee.andq q7,q4,q7 # mask off 5 bits of blue
|
||||
ee.vsl.32 q5,q5 # shift green left 5
|
||||
movi.n a6,11
|
||||
wsr.sar a6 # set shift to 11
|
||||
ee.vsl.32 q6,q6 # shift red left 11
|
||||
ee.orq q6,q6,q5 # combine red+green
|
||||
ee.orq q6,q6,q7 # combine rg with b
|
||||
mv.qr q5,q6 # in case we're generating little endian output
|
||||
beqi a5,0,.rgb565_out # RGB565 little endian?
|
||||
ee.vunzip.8 q6,q5 # swap the byte order to be big-endian
|
||||
ee.vzip.8 q5,q6
|
||||
.rgb565_out:
|
||||
ee.vst.128.ip q5,a3,16 # store 8 RGB565 pixels
|
||||
addi.n a4,a4,-8
|
||||
bnez.n a4,.top_rgb565
|
||||
retw.n
|
||||
#endif // dsps_fft2r_sc16_aes3_enabled
|
||||
#endif // ESP32
|
||||
@@ -0,0 +1,538 @@
|
||||
/* zconf.h -- configuration of the zlib compression library
|
||||
* Copyright (C) 1995-2016 Jean-loup Gailly, Mark Adler
|
||||
* For conditions of distribution and use, see copyright notice in zlib.h
|
||||
*/
|
||||
|
||||
/* @(#) $Id$ */
|
||||
|
||||
#ifndef ZCONF_H
|
||||
#define ZCONF_H
|
||||
|
||||
#ifdef __GNUC__
|
||||
#pragma GCC optimize("O2")
|
||||
#endif
|
||||
|
||||
/*
|
||||
* If you *really* need a unique prefix for all types and library functions,
|
||||
* compile with -DZ_PREFIX. The "standard" zlib should be compiled without it.
|
||||
* Even better than compiling with -DZ_PREFIX would be to use configure to set
|
||||
* this permanently in zconf.h using "./configure --zprefix".
|
||||
*/
|
||||
#ifdef Z_PREFIX /* may be set to #if 1 by ./configure */
|
||||
# define Z_PREFIX_SET
|
||||
|
||||
/* all linked symbols and init macros */
|
||||
# define _dist_code z__dist_code
|
||||
# define _length_code z__length_code
|
||||
# define _tr_align z__tr_align
|
||||
# define _tr_flush_bits z__tr_flush_bits
|
||||
# define _tr_flush_block z__tr_flush_block
|
||||
# define _tr_init z__tr_init
|
||||
# define _tr_stored_block z__tr_stored_block
|
||||
# define _tr_tally z__tr_tally
|
||||
# define adler32 z_adler32
|
||||
# define adler32_combine z_adler32_combine
|
||||
# define adler32_combine64 z_adler32_combine64
|
||||
# define adler32_z z_adler32_z
|
||||
# ifndef Z_SOLO
|
||||
# define compress z_compress
|
||||
# define compress2 z_compress2
|
||||
# define compressBound z_compressBound
|
||||
# endif
|
||||
# define crc32 z_crc32
|
||||
# define crc32_combine z_crc32_combine
|
||||
# define crc32_combine64 z_crc32_combine64
|
||||
# define crc32_z z_crc32_z
|
||||
# define deflate z_deflate
|
||||
# define deflateBound z_deflateBound
|
||||
# define deflateCopy z_deflateCopy
|
||||
# define deflateEnd z_deflateEnd
|
||||
# define deflateGetDictionary z_deflateGetDictionary
|
||||
# define deflateInit z_deflateInit
|
||||
# define deflateInit2 z_deflateInit2
|
||||
# define deflateInit2_ z_deflateInit2_
|
||||
# define deflateInit_ z_deflateInit_
|
||||
# define deflateParams z_deflateParams
|
||||
# define deflatePending z_deflatePending
|
||||
# define deflatePrime z_deflatePrime
|
||||
# define deflateReset z_deflateReset
|
||||
# define deflateResetKeep z_deflateResetKeep
|
||||
# define deflateSetDictionary z_deflateSetDictionary
|
||||
# define deflateSetHeader z_deflateSetHeader
|
||||
# define deflateTune z_deflateTune
|
||||
# define deflate_copyright z_deflate_copyright
|
||||
# define get_crc_table z_get_crc_table
|
||||
# ifndef Z_SOLO
|
||||
# define gz_error z_gz_error
|
||||
# define gz_intmax z_gz_intmax
|
||||
# define gz_strwinerror z_gz_strwinerror
|
||||
# define gzbuffer z_gzbuffer
|
||||
# define gzclearerr z_gzclearerr
|
||||
# define gzclose z_gzclose
|
||||
# define gzclose_r z_gzclose_r
|
||||
# define gzclose_w z_gzclose_w
|
||||
# define gzdirect z_gzdirect
|
||||
# define gzdopen z_gzdopen
|
||||
# define gzeof z_gzeof
|
||||
# define gzerror z_gzerror
|
||||
# define gzflush z_gzflush
|
||||
# define gzfread z_gzfread
|
||||
# define gzfwrite z_gzfwrite
|
||||
# define gzgetc z_gzgetc
|
||||
# define gzgetc_ z_gzgetc_
|
||||
# define gzgets z_gzgets
|
||||
# define gzoffset z_gzoffset
|
||||
# define gzoffset64 z_gzoffset64
|
||||
# define gzopen z_gzopen
|
||||
# define gzopen64 z_gzopen64
|
||||
# ifdef _WIN32
|
||||
# define gzopen_w z_gzopen_w
|
||||
# endif
|
||||
# define gzprintf z_gzprintf
|
||||
# define gzputc z_gzputc
|
||||
# define gzputs z_gzputs
|
||||
# define gzread z_gzread
|
||||
# define gzrewind z_gzrewind
|
||||
# define gzseek z_gzseek
|
||||
# define gzseek64 z_gzseek64
|
||||
# define gzsetparams z_gzsetparams
|
||||
# define gztell z_gztell
|
||||
# define gztell64 z_gztell64
|
||||
# define gzungetc z_gzungetc
|
||||
# define gzvprintf z_gzvprintf
|
||||
# define gzwrite z_gzwrite
|
||||
# endif
|
||||
# define inflate z_inflate
|
||||
# define inflateBack z_inflateBack
|
||||
# define inflateBackEnd z_inflateBackEnd
|
||||
# define inflateBackInit z_inflateBackInit
|
||||
# define inflateBackInit_ z_inflateBackInit_
|
||||
# define inflateCodesUsed z_inflateCodesUsed
|
||||
# define inflateCopy z_inflateCopy
|
||||
# define inflateEnd z_inflateEnd
|
||||
# define inflateGetDictionary z_inflateGetDictionary
|
||||
# define inflateGetHeader z_inflateGetHeader
|
||||
# define inflateInit z_inflateInit
|
||||
# define inflateInit2 z_inflateInit2
|
||||
# define inflateInit2_ z_inflateInit2_
|
||||
# define inflateInit_ z_inflateInit_
|
||||
# define inflateMark z_inflateMark
|
||||
# define inflatePrime z_inflatePrime
|
||||
# define inflateReset z_inflateReset
|
||||
# define inflateReset2 z_inflateReset2
|
||||
# define inflateResetKeep z_inflateResetKeep
|
||||
# define inflateSetDictionary z_inflateSetDictionary
|
||||
# define inflateSync z_inflateSync
|
||||
# define inflateSyncPoint z_inflateSyncPoint
|
||||
# define inflateUndermine z_inflateUndermine
|
||||
# define inflateValidate z_inflateValidate
|
||||
# define inflate_copyright z_inflate_copyright
|
||||
# define inflate_fast z_inflate_fast
|
||||
# define inflate_table z_inflate_table
|
||||
# ifndef Z_SOLO
|
||||
# define uncompress z_uncompress
|
||||
# define uncompress2 z_uncompress2
|
||||
# endif
|
||||
# define zError z_zError
|
||||
# ifndef Z_SOLO
|
||||
# define zcalloc z_zcalloc
|
||||
# define zcfree z_zcfree
|
||||
# endif
|
||||
# define zlibCompileFlags z_zlibCompileFlags
|
||||
# define zlibVersion z_zlibVersion
|
||||
|
||||
/* all zlib typedefs in zlib.h and zconf.h */
|
||||
# define Byte z_Byte
|
||||
# define Bytef z_Bytef
|
||||
# define alloc_func z_alloc_func
|
||||
# define charf z_charf
|
||||
# define free_func z_free_func
|
||||
# ifndef Z_SOLO
|
||||
# define gzFile z_gzFile
|
||||
# endif
|
||||
# define gz_header z_gz_header
|
||||
# define gz_headerp z_gz_headerp
|
||||
# define in_func z_in_func
|
||||
# define intf z_intf
|
||||
# define out_func z_out_func
|
||||
# define uInt z_uInt
|
||||
# define uIntf z_uIntf
|
||||
# define uLong z_uLong
|
||||
# define uLongf z_uLongf
|
||||
# define voidp z_voidp
|
||||
# define voidpc z_voidpc
|
||||
# define voidpf z_voidpf
|
||||
|
||||
/* all zlib structs in zlib.h and zconf.h */
|
||||
# define gz_header_s z_gz_header_s
|
||||
# define internal_state z_internal_state
|
||||
|
||||
#endif
|
||||
|
||||
#if defined(__MSDOS__) && !defined(MSDOS)
|
||||
# define MSDOS
|
||||
#endif
|
||||
#if (defined(OS_2) || defined(__OS2__)) && !defined(OS2)
|
||||
# define OS2
|
||||
#endif
|
||||
#if defined(_WINDOWS) && !defined(WINDOWS)
|
||||
# define WINDOWS
|
||||
#endif
|
||||
#if defined(_WIN32) || defined(_WIN32_WCE) || defined(__WIN32__)
|
||||
# ifndef WIN32
|
||||
# define WIN32
|
||||
# endif
|
||||
#endif
|
||||
#if (defined(MSDOS) || defined(OS2) || defined(WINDOWS)) && !defined(WIN32)
|
||||
# if !defined(__GNUC__) && !defined(__FLAT__) && !defined(__386__)
|
||||
# ifndef SYS16BIT
|
||||
# define SYS16BIT
|
||||
# endif
|
||||
# endif
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Compile with -DMAXSEG_64K if the alloc function cannot allocate more
|
||||
* than 64k bytes at a time (needed on systems with 16-bit int).
|
||||
*/
|
||||
#ifdef SYS16BIT
|
||||
# define MAXSEG_64K
|
||||
#endif
|
||||
#ifdef MSDOS
|
||||
# define UNALIGNED_OK
|
||||
#endif
|
||||
|
||||
#ifdef __STDC_VERSION__
|
||||
# ifndef STDC
|
||||
# define STDC
|
||||
# endif
|
||||
# if __STDC_VERSION__ >= 199901L
|
||||
# ifndef STDC99
|
||||
# define STDC99
|
||||
# endif
|
||||
# endif
|
||||
#endif
|
||||
#if !defined(STDC) && (defined(__STDC__) || defined(__cplusplus))
|
||||
# define STDC
|
||||
#endif
|
||||
#if !defined(STDC) && (defined(__GNUC__) || defined(__BORLANDC__))
|
||||
# define STDC
|
||||
#endif
|
||||
#if !defined(STDC) && (defined(MSDOS) || defined(WINDOWS) || defined(WIN32))
|
||||
# define STDC
|
||||
#endif
|
||||
#if !defined(STDC) && (defined(OS2) || defined(__HOS_AIX__))
|
||||
# define STDC
|
||||
#endif
|
||||
|
||||
#if defined(__OS400__) && !defined(STDC) /* iSeries (formerly AS/400). */
|
||||
# define STDC
|
||||
#endif
|
||||
|
||||
#ifndef STDC
|
||||
# ifndef const /* cannot use !defined(STDC) && !defined(const) on Mac */
|
||||
# define const /* note: need a more gentle solution here */
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#if defined(ZLIB_CONST) && !defined(z_const)
|
||||
# define z_const const
|
||||
#else
|
||||
# define z_const
|
||||
#endif
|
||||
|
||||
#ifdef Z_SOLO
|
||||
typedef unsigned long z_size_t;
|
||||
#else
|
||||
# define z_longlong long long
|
||||
# if defined(NO_SIZE_T)
|
||||
typedef unsigned NO_SIZE_T z_size_t;
|
||||
# elif defined(STDC)
|
||||
# include <stddef.h>
|
||||
typedef size_t z_size_t;
|
||||
# else
|
||||
typedef unsigned long z_size_t;
|
||||
# endif
|
||||
# undef z_longlong
|
||||
#endif
|
||||
|
||||
/* Maximum value for memLevel in deflateInit2 */
|
||||
#ifndef MAX_MEM_LEVEL
|
||||
# ifdef MAXSEG_64K
|
||||
# define MAX_MEM_LEVEL 8
|
||||
# else
|
||||
# define MAX_MEM_LEVEL 9
|
||||
# endif
|
||||
#endif
|
||||
|
||||
/* Maximum value for windowBits in deflateInit2 and inflateInit2.
|
||||
* WARNING: reducing MAX_WBITS makes minigzip unable to extract .gz files
|
||||
* created by gzip. (Files created by minigzip can still be extracted by
|
||||
* gzip.)
|
||||
*/
|
||||
#ifndef MAX_WBITS
|
||||
# define MAX_WBITS 15 /* 32K LZ77 window */
|
||||
#endif
|
||||
|
||||
/* The memory requirements for deflate are (in bytes):
|
||||
(1 << (windowBits+2)) + (1 << (memLevel+9))
|
||||
that is: 128K for windowBits=15 + 128K for memLevel = 8 (default values)
|
||||
plus a few kilobytes for small objects. For example, if you want to reduce
|
||||
the default memory requirements from 256K to 128K, compile with
|
||||
make CFLAGS="-O -DMAX_WBITS=14 -DMAX_MEM_LEVEL=7"
|
||||
Of course this will generally degrade compression (there's no free lunch).
|
||||
|
||||
The memory requirements for inflate are (in bytes) 1 << windowBits
|
||||
that is, 32K for windowBits=15 (default value) plus about 7 kilobytes
|
||||
for small objects.
|
||||
*/
|
||||
|
||||
/* Type declarations */
|
||||
|
||||
#ifndef OF /* function prototypes */
|
||||
# ifdef STDC
|
||||
# define OF(args) args
|
||||
# else
|
||||
# define OF(args) ()
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#ifndef Z_ARG /* function prototypes for stdarg */
|
||||
# if defined(STDC) || defined(Z_HAVE_STDARG_H)
|
||||
# define Z_ARG(args) args
|
||||
# else
|
||||
# define Z_ARG(args) ()
|
||||
# endif
|
||||
#endif
|
||||
|
||||
/* The following definitions for FAR are needed only for MSDOS mixed
|
||||
* model programming (small or medium model with some far allocations).
|
||||
* This was tested only with MSC; for other MSDOS compilers you may have
|
||||
* to define NO_MEMCPY in zutil.h. If you don't need the mixed model,
|
||||
* just define FAR to be empty.
|
||||
*/
|
||||
#ifdef SYS16BIT
|
||||
# if defined(M_I86SM) || defined(M_I86MM)
|
||||
/* MSC small or medium model */
|
||||
# define SMALL_MEDIUM
|
||||
# ifdef _MSC_VER
|
||||
# define FAR _far
|
||||
# else
|
||||
# define FAR far
|
||||
# endif
|
||||
# endif
|
||||
# if (defined(__SMALL__) || defined(__MEDIUM__))
|
||||
/* Turbo C small or medium model */
|
||||
# define SMALL_MEDIUM
|
||||
# ifdef __BORLANDC__
|
||||
# define FAR _far
|
||||
# else
|
||||
# define FAR far
|
||||
# endif
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#if defined(WINDOWS) || defined(WIN32)
|
||||
/* If building or using zlib as a DLL, define ZLIB_DLL.
|
||||
* This is not mandatory, but it offers a little performance increase.
|
||||
*/
|
||||
# ifdef ZLIB_DLL
|
||||
# if defined(WIN32) && (!defined(__BORLANDC__) || (__BORLANDC__ >= 0x500))
|
||||
# ifdef ZLIB_INTERNAL
|
||||
# define ZEXTERN extern __declspec(dllexport)
|
||||
# else
|
||||
# define ZEXTERN extern __declspec(dllimport)
|
||||
# endif
|
||||
# endif
|
||||
# endif /* ZLIB_DLL */
|
||||
/* If building or using zlib with the WINAPI/WINAPIV calling convention,
|
||||
* define ZLIB_WINAPI.
|
||||
* Caution: the standard ZLIB1.DLL is NOT compiled using ZLIB_WINAPI.
|
||||
*/
|
||||
# ifdef ZLIB_WINAPI
|
||||
# ifdef FAR
|
||||
# undef FAR
|
||||
# endif
|
||||
# include <windows.h>
|
||||
/* No need for _export, use ZLIB.DEF instead. */
|
||||
/* For complete Windows compatibility, use WINAPI, not __stdcall. */
|
||||
# define ZEXPORT WINAPI
|
||||
# ifdef WIN32
|
||||
# define ZEXPORTVA WINAPIV
|
||||
# else
|
||||
# define ZEXPORTVA FAR CDECL
|
||||
# endif
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#if defined (__BEOS__)
|
||||
# ifdef ZLIB_DLL
|
||||
# ifdef ZLIB_INTERNAL
|
||||
# define ZEXPORT __declspec(dllexport)
|
||||
# define ZEXPORTVA __declspec(dllexport)
|
||||
# else
|
||||
# define ZEXPORT __declspec(dllimport)
|
||||
# define ZEXPORTVA __declspec(dllimport)
|
||||
# endif
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#ifndef ZEXTERN
|
||||
# define ZEXTERN extern
|
||||
#endif
|
||||
#ifndef ZEXPORT
|
||||
# define ZEXPORT
|
||||
#endif
|
||||
#ifndef ZEXPORTVA
|
||||
# define ZEXPORTVA
|
||||
#endif
|
||||
|
||||
#ifndef FAR
|
||||
# define FAR
|
||||
#endif
|
||||
|
||||
#if !defined(__MACTYPES__)
|
||||
typedef unsigned char Byte; /* 8 bits */
|
||||
#endif
|
||||
typedef unsigned int uInt; /* 16 bits or more */
|
||||
typedef unsigned long uLong; /* 32 bits or more */
|
||||
|
||||
#ifdef SMALL_MEDIUM
|
||||
/* Borland C/C++ and some old MSC versions ignore FAR inside typedef */
|
||||
# define Bytef Byte FAR
|
||||
#else
|
||||
typedef Byte FAR Bytef;
|
||||
#endif
|
||||
typedef char FAR charf;
|
||||
typedef int FAR intf;
|
||||
typedef uInt FAR uIntf;
|
||||
typedef uLong FAR uLongf;
|
||||
|
||||
#ifdef STDC
|
||||
typedef void const *voidpc;
|
||||
typedef void FAR *voidpf;
|
||||
typedef void *voidp;
|
||||
#else
|
||||
typedef Byte const *voidpc;
|
||||
typedef Byte FAR *voidpf;
|
||||
typedef Byte *voidp;
|
||||
#endif
|
||||
|
||||
#if !defined(Z_U4) && !defined(Z_SOLO) && defined(STDC)
|
||||
# include <limits.h>
|
||||
# if (UINT_MAX == 0xffffffffUL)
|
||||
# define Z_U4 unsigned
|
||||
# elif (ULONG_MAX == 0xffffffffUL)
|
||||
# define Z_U4 unsigned long
|
||||
# elif (USHRT_MAX == 0xffffffffUL)
|
||||
# define Z_U4 unsigned short
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#ifdef Z_U4
|
||||
typedef Z_U4 z_crc_t;
|
||||
#else
|
||||
typedef unsigned long z_crc_t;
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_UNISTD_H /* may be set to #if 1 by ./configure */
|
||||
# define Z_HAVE_UNISTD_H
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_STDARG_H /* may be set to #if 1 by ./configure */
|
||||
# define Z_HAVE_STDARG_H
|
||||
#endif
|
||||
|
||||
#ifdef STDC
|
||||
# ifndef Z_SOLO
|
||||
# include <sys/types.h> /* for off_t */
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#if defined(STDC) || defined(Z_HAVE_STDARG_H)
|
||||
# ifndef Z_SOLO
|
||||
# include <stdarg.h> /* for va_list */
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#ifdef _WIN32
|
||||
# ifndef Z_SOLO
|
||||
# include <stddef.h> /* for wchar_t */
|
||||
# endif
|
||||
#endif
|
||||
|
||||
/* a little trick to accommodate both "#define _LARGEFILE64_SOURCE" and
|
||||
* "#define _LARGEFILE64_SOURCE 1" as requesting 64-bit operations, (even
|
||||
* though the former does not conform to the LFS document), but considering
|
||||
* both "#undef _LARGEFILE64_SOURCE" and "#define _LARGEFILE64_SOURCE 0" as
|
||||
* equivalently requesting no 64-bit operations
|
||||
*/
|
||||
#if defined(_LARGEFILE64_SOURCE) && -_LARGEFILE64_SOURCE - -1 == 1
|
||||
# undef _LARGEFILE64_SOURCE
|
||||
#endif
|
||||
|
||||
#if defined(__WATCOMC__) && !defined(Z_HAVE_UNISTD_H)
|
||||
# define Z_HAVE_UNISTD_H
|
||||
#endif
|
||||
#ifndef Z_SOLO
|
||||
# if defined(Z_HAVE_UNISTD_H) || defined(_LARGEFILE64_SOURCE)
|
||||
# include <unistd.h> /* for SEEK_*, off_t, and _LFS64_LARGEFILE */
|
||||
# ifdef VMS
|
||||
# include <unixio.h> /* for off_t */
|
||||
# endif
|
||||
# ifndef z_off_t
|
||||
# define z_off_t off_t
|
||||
# endif
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#if defined(_LFS64_LARGEFILE) && _LFS64_LARGEFILE-0
|
||||
# define Z_LFS64
|
||||
#endif
|
||||
|
||||
#if defined(_LARGEFILE64_SOURCE) && defined(Z_LFS64)
|
||||
# define Z_LARGE64
|
||||
#endif
|
||||
|
||||
#if defined(_FILE_OFFSET_BITS) && _FILE_OFFSET_BITS-0 == 64 && defined(Z_LFS64)
|
||||
# define Z_WANT64
|
||||
#endif
|
||||
|
||||
#if !defined(SEEK_SET) && !defined(Z_SOLO)
|
||||
# define SEEK_SET 0 /* Seek from beginning of file. */
|
||||
# define SEEK_CUR 1 /* Seek from current position. */
|
||||
# define SEEK_END 2 /* Set file pointer to EOF plus "offset" */
|
||||
#endif
|
||||
|
||||
#ifndef z_off_t
|
||||
# define z_off_t long
|
||||
#endif
|
||||
|
||||
#if !defined(_WIN32) && defined(Z_LARGE64)
|
||||
# define z_off64_t off64_t
|
||||
#else
|
||||
# if defined(_WIN32) && !defined(__GNUC__) && !defined(Z_SOLO)
|
||||
# define z_off64_t __int64
|
||||
# else
|
||||
# define z_off64_t z_off_t
|
||||
# endif
|
||||
#endif
|
||||
|
||||
/* MVS linker does not support external names larger than 8 bytes */
|
||||
#if defined(__MVS__)
|
||||
#pragma map(deflateInit_,"DEIN")
|
||||
#pragma map(deflateInit2_,"DEIN2")
|
||||
#pragma map(deflateEnd,"DEEND")
|
||||
#pragma map(deflateBound,"DEBND")
|
||||
#pragma map(inflateInit_,"ININ")
|
||||
#pragma map(inflateInit2_,"ININ2")
|
||||
#pragma map(inflateEnd,"INEND")
|
||||
#pragma map(inflateSync,"INSY")
|
||||
#pragma map(inflateSetDictionary,"INSEDI")
|
||||
#pragma map(compressBound,"CMBND")
|
||||
#pragma map(inflate_table,"INTABL")
|
||||
#pragma map(inflate_fast,"INFA")
|
||||
#pragma map(inflate_copyright,"INCOPY")
|
||||
#endif
|
||||
|
||||
#endif /* ZCONF_H */
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,319 @@
|
||||
/* zutil.c -- target dependent utility functions for the compression library
|
||||
* Copyright (C) 1995-2017 Jean-loup Gailly
|
||||
* For conditions of distribution and use, see copyright notice in zlib.h
|
||||
*/
|
||||
|
||||
/* @(#) $Id$ */
|
||||
|
||||
#include "zutil.h"
|
||||
//#ifndef Z_SOLO
|
||||
//# include "gzguts.h"
|
||||
//#endif
|
||||
|
||||
z_const char * const z_errmsg[10] = {
|
||||
(z_const char *)"need dictionary", /* Z_NEED_DICT 2 */
|
||||
(z_const char *)"stream end", /* Z_STREAM_END 1 */
|
||||
(z_const char *)"", /* Z_OK 0 */
|
||||
(z_const char *)"file error", /* Z_ERRNO (-1) */
|
||||
(z_const char *)"stream error", /* Z_STREAM_ERROR (-2) */
|
||||
(z_const char *)"data error", /* Z_DATA_ERROR (-3) */
|
||||
(z_const char *)"insufficient memory", /* Z_MEM_ERROR (-4) */
|
||||
(z_const char *)"buffer error", /* Z_BUF_ERROR (-5) */
|
||||
(z_const char *)"incompatible version",/* Z_VERSION_ERROR (-6) */
|
||||
(z_const char *)""
|
||||
};
|
||||
|
||||
|
||||
const char * ZEXPORT zlibVersion(void)
|
||||
{
|
||||
return ZLIB_VERSION;
|
||||
}
|
||||
|
||||
uLong ZEXPORT zlibCompileFlags(void)
|
||||
{
|
||||
uLong flags;
|
||||
|
||||
flags = 0;
|
||||
switch ((int)(sizeof(uInt))) {
|
||||
case 2: break;
|
||||
case 4: flags += 1; break;
|
||||
case 8: flags += 2; break;
|
||||
default: flags += 3;
|
||||
}
|
||||
switch ((int)(sizeof(uLong))) {
|
||||
case 2: break;
|
||||
case 4: flags += 1 << 2; break;
|
||||
case 8: flags += 2 << 2; break;
|
||||
default: flags += 3 << 2;
|
||||
}
|
||||
switch ((int)(sizeof(voidpf))) {
|
||||
case 2: break;
|
||||
case 4: flags += 1 << 4; break;
|
||||
case 8: flags += 2 << 4; break;
|
||||
default: flags += 3 << 4;
|
||||
}
|
||||
switch ((int)(sizeof(z_off_t))) {
|
||||
case 2: break;
|
||||
case 4: flags += 1 << 6; break;
|
||||
case 8: flags += 2 << 6; break;
|
||||
default: flags += 3 << 6;
|
||||
}
|
||||
#ifdef ZLIB_DEBUG
|
||||
flags += 1 << 8;
|
||||
#endif
|
||||
#if defined(ASMV) || defined(ASMINF)
|
||||
flags += 1 << 9;
|
||||
#endif
|
||||
#ifdef ZLIB_WINAPI
|
||||
flags += 1 << 10;
|
||||
#endif
|
||||
#ifdef BUILDFIXED
|
||||
flags += 1 << 12;
|
||||
#endif
|
||||
#ifdef DYNAMIC_CRC_TABLE
|
||||
flags += 1 << 13;
|
||||
#endif
|
||||
#ifdef NO_GZCOMPRESS
|
||||
flags += 1L << 16;
|
||||
#endif
|
||||
#ifdef NO_GZIP
|
||||
flags += 1L << 17;
|
||||
#endif
|
||||
#ifdef PKZIP_BUG_WORKAROUND
|
||||
flags += 1L << 20;
|
||||
#endif
|
||||
#ifdef FASTEST
|
||||
flags += 1L << 21;
|
||||
#endif
|
||||
#if defined(STDC) || defined(Z_HAVE_STDARG_H)
|
||||
# ifdef NO_vsnprintf
|
||||
flags += 1L << 25;
|
||||
# ifdef HAS_vsprintf_void
|
||||
flags += 1L << 26;
|
||||
# endif
|
||||
# else
|
||||
# ifdef HAS_vsnprintf_void
|
||||
flags += 1L << 26;
|
||||
# endif
|
||||
# endif
|
||||
#else
|
||||
flags += 1L << 24;
|
||||
# ifdef NO_snprintf
|
||||
flags += 1L << 25;
|
||||
# ifdef HAS_sprintf_void
|
||||
flags += 1L << 26;
|
||||
# endif
|
||||
# else
|
||||
# ifdef HAS_snprintf_void
|
||||
flags += 1L << 26;
|
||||
# endif
|
||||
# endif
|
||||
#endif
|
||||
return flags;
|
||||
}
|
||||
|
||||
#ifdef ZLIB_DEBUG
|
||||
#include <stdlib.h>
|
||||
# ifndef verbose
|
||||
# define verbose 0
|
||||
# endif
|
||||
int ZLIB_INTERNAL z_verbose = verbose;
|
||||
|
||||
void ZLIB_INTERNAL z_error (char * m)
|
||||
{
|
||||
fprintf(stderr, "%s\n", m);
|
||||
exit(1);
|
||||
}
|
||||
#endif
|
||||
|
||||
/* exported to allow conversion of error code to string for compress() and
|
||||
* uncompress()
|
||||
*/
|
||||
const char * ZEXPORT zError(int err)
|
||||
{
|
||||
return ERR_MSG(err);
|
||||
}
|
||||
|
||||
#if defined(_WIN32_WCE)
|
||||
/* The Microsoft C Run-Time Library for Windows CE doesn't have
|
||||
* errno. We define it as a global variable to simplify porting.
|
||||
* Its value is always 0 and should not be used.
|
||||
*/
|
||||
int errno = 0;
|
||||
#endif
|
||||
|
||||
#ifndef HAVE_MEMCPY
|
||||
|
||||
void ZLIB_INTERNAL zmemcpy(dest, source, len)
|
||||
Bytef* dest;
|
||||
const Bytef* source;
|
||||
uInt len;
|
||||
{
|
||||
if (len == 0) return;
|
||||
do {
|
||||
*dest++ = *source++; /* ??? to be unrolled */
|
||||
} while (--len != 0);
|
||||
}
|
||||
|
||||
int ZLIB_INTERNAL zmemcmp(s1, s2, len)
|
||||
const Bytef* s1;
|
||||
const Bytef* s2;
|
||||
uInt len;
|
||||
{
|
||||
uInt j;
|
||||
|
||||
for (j = 0; j < len; j++) {
|
||||
if (s1[j] != s2[j]) return 2*(s1[j] > s2[j])-1;
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
void ZLIB_INTERNAL zmemzero(dest, len)
|
||||
Bytef* dest;
|
||||
uInt len;
|
||||
{
|
||||
if (len == 0) return;
|
||||
do {
|
||||
*dest++ = 0; /* ??? to be unrolled */
|
||||
} while (--len != 0);
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifndef Z_SOLO
|
||||
|
||||
#ifdef SYS16BIT
|
||||
|
||||
#ifdef __TURBOC__
|
||||
/* Turbo C in 16-bit mode */
|
||||
|
||||
# define MY_ZCALLOC
|
||||
|
||||
/* Turbo C malloc() does not allow dynamic allocation of 64K bytes
|
||||
* and farmalloc(64K) returns a pointer with an offset of 8, so we
|
||||
* must fix the pointer. Warning: the pointer must be put back to its
|
||||
* original form in order to free it, use zcfree().
|
||||
*/
|
||||
|
||||
#define MAX_PTR 10
|
||||
/* 10*64K = 640K */
|
||||
|
||||
local int next_ptr = 0;
|
||||
|
||||
typedef struct ptr_table_s {
|
||||
voidpf org_ptr;
|
||||
voidpf new_ptr;
|
||||
} ptr_table;
|
||||
|
||||
local ptr_table table[MAX_PTR];
|
||||
/* This table is used to remember the original form of pointers
|
||||
* to large buffers (64K). Such pointers are normalized with a zero offset.
|
||||
* Since MSDOS is not a preemptive multitasking OS, this table is not
|
||||
* protected from concurrent access. This hack doesn't work anyway on
|
||||
* a protected system like OS/2. Use Microsoft C instead.
|
||||
*/
|
||||
|
||||
voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, unsigned items, unsigned size)
|
||||
{
|
||||
voidpf buf;
|
||||
ulg bsize = (ulg)items*size;
|
||||
|
||||
(void)opaque;
|
||||
|
||||
/* If we allocate less than 65520 bytes, we assume that farmalloc
|
||||
* will return a usable pointer which doesn't have to be normalized.
|
||||
*/
|
||||
if (bsize < 65520L) {
|
||||
buf = farmalloc(bsize);
|
||||
if (*(ush*)&buf != 0) return buf;
|
||||
} else {
|
||||
buf = farmalloc(bsize + 16L);
|
||||
}
|
||||
if (buf == NULL || next_ptr >= MAX_PTR) return NULL;
|
||||
table[next_ptr].org_ptr = buf;
|
||||
|
||||
/* Normalize the pointer to seg:0 */
|
||||
*((ush*)&buf+1) += ((ush)((uch*)buf-0) + 15) >> 4;
|
||||
*(ush*)&buf = 0;
|
||||
table[next_ptr++].new_ptr = buf;
|
||||
return buf;
|
||||
}
|
||||
|
||||
void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr)
|
||||
{
|
||||
int n;
|
||||
|
||||
(void)opaque;
|
||||
|
||||
if (*(ush*)&ptr != 0) { /* object < 64K */
|
||||
farfree(ptr);
|
||||
return;
|
||||
}
|
||||
/* Find the original pointer */
|
||||
for (n = 0; n < next_ptr; n++) {
|
||||
if (ptr != table[n].new_ptr) continue;
|
||||
|
||||
farfree(table[n].org_ptr);
|
||||
while (++n < next_ptr) {
|
||||
table[n-1] = table[n];
|
||||
}
|
||||
next_ptr--;
|
||||
return;
|
||||
}
|
||||
Assert(0, "zcfree: ptr not found");
|
||||
}
|
||||
|
||||
#endif /* __TURBOC__ */
|
||||
|
||||
|
||||
#ifdef M_I86
|
||||
/* Microsoft C in 16-bit mode */
|
||||
|
||||
# define MY_ZCALLOC
|
||||
|
||||
#if (!defined(_MSC_VER) || (_MSC_VER <= 600))
|
||||
# define _halloc halloc
|
||||
# define _hfree hfree
|
||||
#endif
|
||||
|
||||
voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, uInt items, uInt size)
|
||||
{
|
||||
(void)opaque;
|
||||
return _halloc((long)items, size);
|
||||
}
|
||||
|
||||
void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr)
|
||||
{
|
||||
(void)opaque;
|
||||
_hfree(ptr);
|
||||
}
|
||||
|
||||
#endif /* M_I86 */
|
||||
|
||||
#endif /* SYS16BIT */
|
||||
|
||||
|
||||
#ifndef MY_ZCALLOC /* Any system without a special alloc function */
|
||||
|
||||
#ifndef STDC
|
||||
extern voidp malloc OF((uInt size));
|
||||
extern voidp calloc OF((uInt items, uInt size));
|
||||
extern void free OF((voidpf ptr));
|
||||
#endif
|
||||
|
||||
voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, unsigned items, unsigned size)
|
||||
{
|
||||
(void)opaque;
|
||||
// return sizeof(uInt) > 2 ? (voidpf)malloc(items * size) :
|
||||
// (voidpf)calloc(items, size);
|
||||
return Z_NULL; // DEBUG - no longer used
|
||||
}
|
||||
|
||||
void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr)
|
||||
{
|
||||
(void)opaque;
|
||||
// free(ptr); // DEBUG - no longer used
|
||||
}
|
||||
|
||||
#endif /* MY_ZCALLOC */
|
||||
|
||||
#endif /* !Z_SOLO */
|
||||
@@ -0,0 +1,272 @@
|
||||
/* zutil.h -- internal interface and configuration of the compression library
|
||||
* Copyright (C) 1995-2016 Jean-loup Gailly, Mark Adler
|
||||
* For conditions of distribution and use, see copyright notice in zlib.h
|
||||
*/
|
||||
|
||||
/* WARNING: this file should *not* be used by applications. It is
|
||||
part of the implementation of the compression library and is
|
||||
subject to change. Applications should only use zlib.h.
|
||||
*/
|
||||
|
||||
/* @(#) $Id$ */
|
||||
|
||||
#ifndef ZUTIL_H
|
||||
#define ZUTIL_H
|
||||
|
||||
#ifdef HAVE_HIDDEN
|
||||
# define ZLIB_INTERNAL __attribute__((visibility ("hidden")))
|
||||
#else
|
||||
# define ZLIB_INTERNAL
|
||||
#endif
|
||||
|
||||
#include "zlib.h"
|
||||
|
||||
#if defined(STDC) && !defined(Z_SOLO)
|
||||
# if !(defined(_WIN32_WCE) && defined(_MSC_VER))
|
||||
# include <stddef.h>
|
||||
# include <stdint.h>
|
||||
# endif
|
||||
# include <string.h>
|
||||
# include <stdlib.h>
|
||||
#endif
|
||||
|
||||
#ifdef Z_SOLO
|
||||
typedef long ptrdiff_t; /* guess -- will be caught if guess is wrong */
|
||||
#endif
|
||||
|
||||
#ifndef local
|
||||
# define local static
|
||||
#endif
|
||||
/* since "static" is used to mean two completely different things in C, we
|
||||
define "local" for the non-static meaning of "static", for readability
|
||||
(compile with -Dlocal if your debugger can't find static symbols) */
|
||||
|
||||
typedef unsigned char uch;
|
||||
typedef uch FAR uchf;
|
||||
typedef unsigned short ush;
|
||||
typedef ush FAR ushf;
|
||||
typedef unsigned long ulg;
|
||||
|
||||
extern z_const char * const z_errmsg[10]; /* indexed by 2-zlib_error */
|
||||
/* (size given to avoid silly warnings with Visual C++) */
|
||||
|
||||
#define ERR_MSG(err) z_errmsg[Z_NEED_DICT-(err)]
|
||||
|
||||
#define ERR_RETURN(strm,err) \
|
||||
return (strm->msg = ERR_MSG(err), (err))
|
||||
/* To be used only when the state is known to be valid */
|
||||
|
||||
/* common constants */
|
||||
|
||||
#ifndef DEF_WBITS
|
||||
# define DEF_WBITS MAX_WBITS
|
||||
#endif
|
||||
/* default windowBits for decompression. MAX_WBITS is for compression only */
|
||||
|
||||
#if MAX_MEM_LEVEL >= 8
|
||||
# define DEF_MEM_LEVEL 8
|
||||
#else
|
||||
# define DEF_MEM_LEVEL MAX_MEM_LEVEL
|
||||
#endif
|
||||
/* default memLevel */
|
||||
|
||||
#define STORED_BLOCK 0
|
||||
#define STATIC_TREES 1
|
||||
#define DYN_TREES 2
|
||||
/* The three kinds of block type */
|
||||
|
||||
#define MIN_MATCH 3
|
||||
#define MAX_MATCH 258
|
||||
/* The minimum and maximum match lengths */
|
||||
|
||||
#define PRESET_DICT 0x20 /* preset dictionary flag in zlib header */
|
||||
|
||||
/* target dependencies */
|
||||
|
||||
#if defined(MSDOS) || (defined(WINDOWS) && !defined(WIN32))
|
||||
# define OS_CODE 0x00
|
||||
# ifndef Z_SOLO
|
||||
# if defined(__TURBOC__) || defined(__BORLANDC__)
|
||||
# if (__STDC__ == 1) && (defined(__LARGE__) || defined(__COMPACT__))
|
||||
/* Allow compilation with ANSI keywords only enabled */
|
||||
void _Cdecl farfree( void *block );
|
||||
void *_Cdecl farmalloc( unsigned long nbytes );
|
||||
# else
|
||||
# include <alloc.h>
|
||||
# endif
|
||||
# else /* MSC or DJGPP */
|
||||
# include <malloc.h>
|
||||
# endif
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#ifdef AMIGA
|
||||
# define OS_CODE 1
|
||||
#endif
|
||||
|
||||
#if defined(VAXC) || defined(VMS)
|
||||
# define OS_CODE 2
|
||||
# define F_OPEN(name, mode) \
|
||||
fopen((name), (mode), "mbc=60", "ctx=stm", "rfm=fix", "mrs=512")
|
||||
#endif
|
||||
|
||||
#ifdef __370__
|
||||
# if __TARGET_LIB__ < 0x20000000
|
||||
# define OS_CODE 4
|
||||
# elif __TARGET_LIB__ < 0x40000000
|
||||
# define OS_CODE 11
|
||||
# else
|
||||
# define OS_CODE 8
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#if defined(ATARI) || defined(atarist)
|
||||
# define OS_CODE 5
|
||||
#endif
|
||||
|
||||
#ifdef OS2
|
||||
# define OS_CODE 6
|
||||
# if defined(M_I86) && !defined(Z_SOLO)
|
||||
# include <malloc.h>
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#if defined(MACOS) || defined(TARGET_OS_MAC)
|
||||
# define OS_CODE 7
|
||||
# ifndef Z_SOLO
|
||||
# if defined(__MWERKS__) && __dest_os != __be_os && __dest_os != __win32_os
|
||||
# include <unix.h> /* for fdopen */
|
||||
# else
|
||||
# ifndef fdopen
|
||||
# define fdopen(fd,mode) NULL /* No fdopen() */
|
||||
# endif
|
||||
# endif
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#ifdef __acorn
|
||||
# define OS_CODE 13
|
||||
#endif
|
||||
|
||||
#if defined(WIN32) && !defined(__CYGWIN__)
|
||||
# define OS_CODE 10
|
||||
#endif
|
||||
|
||||
#ifdef _BEOS_
|
||||
# define OS_CODE 16
|
||||
#endif
|
||||
|
||||
#ifdef __TOS_OS400__
|
||||
# define OS_CODE 18
|
||||
#endif
|
||||
|
||||
#if defined( __APPLE__ ) && !(defined(MACOS) || defined(TARGET_OS_MAC))
|
||||
# define OS_CODE 19
|
||||
#endif
|
||||
|
||||
#if defined(_BEOS_) || defined(RISCOS)
|
||||
# define fdopen(fd,mode) NULL /* No fdopen() */
|
||||
#endif
|
||||
|
||||
#if (defined(_MSC_VER) && (_MSC_VER > 600)) && !defined __INTERIX
|
||||
# if defined(_WIN32_WCE)
|
||||
# define fdopen(fd,mode) NULL /* No fdopen() */
|
||||
# ifndef _PTRDIFF_T_DEFINED
|
||||
typedef int ptrdiff_t;
|
||||
# define _PTRDIFF_T_DEFINED
|
||||
# endif
|
||||
# else
|
||||
# define fdopen(fd,type) _fdopen(fd,type)
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#if defined(__BORLANDC__) && !defined(MSDOS)
|
||||
#pragma warn -8004
|
||||
#pragma warn -8008
|
||||
#pragma warn -8066
|
||||
#endif
|
||||
|
||||
/* provide prototypes for these when building zlib without LFS */
|
||||
#if !defined(_WIN32) && \
|
||||
(!defined(_LARGEFILE64_SOURCE) || _LFS64_LARGEFILE-0 == 0)
|
||||
ZEXTERN uLong ZEXPORT adler32_combine64 OF((uLong, uLong, z_off64_t));
|
||||
ZEXTERN uLong ZEXPORT crc32_combine64 OF((uLong, uLong, z_off64_t));
|
||||
#endif
|
||||
|
||||
/* common defaults */
|
||||
|
||||
#ifndef OS_CODE
|
||||
# define OS_CODE 3 /* assume Unix */
|
||||
#endif
|
||||
|
||||
#ifndef F_OPEN
|
||||
# define F_OPEN(name, mode) fopen((name), (mode))
|
||||
#endif
|
||||
|
||||
/* functions */
|
||||
|
||||
#if defined(pyr) || defined(Z_SOLO)
|
||||
# define NO_MEMCPY
|
||||
#endif
|
||||
#if defined(SMALL_MEDIUM) && !defined(_MSC_VER) && !defined(__SC__)
|
||||
/* Use our own functions for small and medium model with MSC <= 5.0.
|
||||
* You may have to use the same strategy for Borland C (untested).
|
||||
* The __SC__ check is for Symantec.
|
||||
*/
|
||||
# define NO_MEMCPY
|
||||
#endif
|
||||
#if defined(STDC) && !defined(HAVE_MEMCPY) && !defined(NO_MEMCPY)
|
||||
# define HAVE_MEMCPY
|
||||
#endif
|
||||
#ifdef HAVE_MEMCPY
|
||||
# ifdef SMALL_MEDIUM /* MSDOS small or medium model */
|
||||
# define zmemcpy _fmemcpy
|
||||
# define zmemcmp _fmemcmp
|
||||
# define zmemzero(dest, len) _fmemset(dest, 0, len)
|
||||
# else
|
||||
# define zmemcpy memcpy
|
||||
# define zmemcmp memcmp
|
||||
# define zmemzero(dest, len) memset(dest, 0, len)
|
||||
# endif
|
||||
#else
|
||||
void ZLIB_INTERNAL zmemcpy OF((Bytef* dest, const Bytef* source, uInt len));
|
||||
int ZLIB_INTERNAL zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len));
|
||||
void ZLIB_INTERNAL zmemzero OF((Bytef* dest, uInt len));
|
||||
#endif
|
||||
|
||||
/* Diagnostic functions */
|
||||
#ifdef ZLIB_DEBUG
|
||||
# include <stdio.h>
|
||||
extern int ZLIB_INTERNAL z_verbose;
|
||||
extern void ZLIB_INTERNAL z_error OF((char *m));
|
||||
# define Assert(cond,msg) {if(!(cond)) z_error(msg);}
|
||||
# define Trace(x) {if (z_verbose>=0) fprintf x ;}
|
||||
# define Tracev(x) {if (z_verbose>0) fprintf x ;}
|
||||
# define Tracevv(x) {if (z_verbose>1) fprintf x ;}
|
||||
# define Tracec(c,x) {if (z_verbose>0 && (c)) fprintf x ;}
|
||||
# define Tracecv(c,x) {if (z_verbose>1 && (c)) fprintf x ;}
|
||||
#else
|
||||
# define Assert(cond,msg)
|
||||
# define Trace(x)
|
||||
# define Tracev(x)
|
||||
# define Tracevv(x)
|
||||
# define Tracec(c,x)
|
||||
# define Tracecv(c,x)
|
||||
#endif
|
||||
|
||||
#ifndef Z_SOLO
|
||||
voidpf ZLIB_INTERNAL zcalloc OF((voidpf opaque, unsigned items,
|
||||
unsigned size));
|
||||
void ZLIB_INTERNAL zcfree OF((voidpf opaque, voidpf ptr));
|
||||
#endif
|
||||
|
||||
#define ZALLOC(strm, items, size) \
|
||||
(*((strm)->zalloc))((strm)->opaque, (items), (size))
|
||||
#define ZFREE(strm, addr) (*((strm)->zfree))((strm)->opaque, (voidpf)(addr))
|
||||
#define TRY_FREE(s, p) {if (p) ZFREE(s, p);}
|
||||
|
||||
/* Reverse the bytes in a 32-bit value */
|
||||
#define ZSWAP32(q) ((((q) >> 24) & 0xff) + (((q) >> 8) & 0xff00) + \
|
||||
(((q) & 0xff00) << 8) + (((q) & 0xff) << 24))
|
||||
|
||||
#endif /* ZUTIL_H */
|
||||
@@ -0,0 +1,143 @@
|
||||
#ifndef PROGMEM
|
||||
#define PROGMEM
|
||||
#endif
|
||||
const uint8_t bugpng[] PROGMEM = {
|
||||
0x89, 0x50, 0x4E, 0x47, 0x0D, 0x0A, 0x1A, 0x0A, 0x00, 0x00, 0x00, 0x0D, 0x49, 0x48, 0x44, 0x52,
|
||||
0x00, 0x00, 0x01, 0x2F, 0x00, 0x00, 0x00, 0xA1, 0x08, 0x06, 0x00, 0x00, 0x00, 0x96, 0x13, 0x39,
|
||||
0xC4, 0x00, 0x00, 0x00, 0x01, 0x73, 0x52, 0x47, 0x42, 0x00, 0xAE, 0xCE, 0x1C, 0xE9, 0x00, 0x00,
|
||||
0x00, 0x04, 0x67, 0x41, 0x4D, 0x41, 0x00, 0x00, 0xB1, 0x8F, 0x0B, 0xFC, 0x61, 0x05, 0x00, 0x00,
|
||||
0x00, 0x09, 0x70, 0x48, 0x59, 0x73, 0x00, 0x00, 0x12, 0x74, 0x00, 0x00, 0x12, 0x74, 0x01, 0xDE,
|
||||
0x66, 0x1F, 0x78, 0x00, 0x00, 0x04, 0x0F, 0x49, 0x44, 0x41, 0x54, 0x78, 0x5E, 0xED, 0xD4, 0xD9,
|
||||
0x72, 0xE3, 0x48, 0x0C, 0x44, 0x51, 0xFF, 0xFF, 0x4F, 0x7B, 0xC4, 0x98, 0x76, 0x87, 0x5A, 0xCE,
|
||||
0x82, 0xC4, 0x5A, 0xB1, 0xDC, 0x13, 0x91, 0x0F, 0x33, 0x2D, 0x93, 0x55, 0x00, 0x88, 0xAF, 0x6F,
|
||||
0x00, 0x08, 0x88, 0xE5, 0x05, 0x20, 0x24, 0x96, 0x17, 0x80, 0x90, 0x58, 0x5E, 0x48, 0xED, 0xEB,
|
||||
0xEB, 0xEB, 0x6F, 0x90, 0x0B, 0x1D, 0x45, 0x5A, 0xCF, 0x8B, 0x8B, 0x05, 0x96, 0x0F, 0xDD, 0x44,
|
||||
0x5A, 0x2C, 0xAF, 0xDC, 0xE8, 0x26, 0xD2, 0x62, 0x79, 0xE5, 0x46, 0x37, 0x91, 0x16, 0xCB, 0x2B,
|
||||
0x37, 0xBA, 0x89, 0xB4, 0x58, 0x5E, 0xB9, 0xD1, 0x4D, 0xA4, 0xC5, 0xF2, 0xCA, 0x8D, 0x6E, 0x22,
|
||||
0x2D, 0x96, 0x57, 0x6E, 0x74, 0x13, 0x29, 0xB1, 0xB8, 0xF2, 0xA3, 0xA3, 0x48, 0x89, 0xE5, 0x95,
|
||||
0x1F, 0x1D, 0x45, 0x4A, 0x2C, 0xAF, 0xFC, 0xE8, 0x28, 0x52, 0x62, 0x79, 0xE5, 0x47, 0x47, 0x91,
|
||||
0x12, 0xCB, 0x2B, 0x3F, 0x3A, 0x8A, 0x94, 0x58, 0x5E, 0xF9, 0x1D, 0xE9, 0x28, 0x03, 0x85, 0xD5,
|
||||
0x9E, 0x67, 0x8C, 0x59, 0xCB, 0x69, 0x7B, 0x47, 0xD5, 0x50, 0x5D, 0x01, 0x66, 0x62, 0xC6, 0xF2,
|
||||
0x73, 0xB3, 0xBC, 0x7E, 0x02, 0xCC, 0xC0, 0x6C, 0xE5, 0xE7, 0x6E, 0x79, 0xFD, 0x04, 0x18, 0xC1,
|
||||
0x4C, 0xE5, 0x77, 0xA4, 0xA3, 0x6A, 0xB0, 0x5A, 0x01, 0xEE, 0x62, 0x8E, 0x6A, 0x38, 0xDA, 0x55,
|
||||
0x35, 0x64, 0x2A, 0xC0, 0x1D, 0xCC, 0x50, 0x0D, 0x2E, 0xBA, 0xAA, 0x86, 0x4D, 0x05, 0xF8, 0x04,
|
||||
0xB3, 0x53, 0x83, 0xAB, 0xAE, 0xAA, 0xA1, 0x53, 0x01, 0x2C, 0xCC, 0x4C, 0x0D, 0xEE, 0xBA, 0xAA,
|
||||
0x06, 0xAF, 0x15, 0x40, 0x61, 0x56, 0x6A, 0x70, 0xDB, 0x55, 0x35, 0x80, 0xAD, 0x00, 0xCF, 0x98,
|
||||
0x91, 0x1A, 0xDC, 0x77, 0x55, 0x0D, 0x62, 0x2B, 0xC0, 0x85, 0xD9, 0xA8, 0x21, 0x4C, 0x57, 0xD5,
|
||||
0x40, 0xB6, 0x82, 0xDA, 0x98, 0x89, 0x1A, 0xC2, 0x75, 0x55, 0x0D, 0x66, 0x2B, 0xA8, 0x89, 0x59,
|
||||
0xA8, 0x21, 0x6C, 0x57, 0xD5, 0x80, 0xAA, 0xA0, 0x1E, 0xE6, 0xA0, 0x86, 0xF0, 0x5D, 0x55, 0x83,
|
||||
0xAA, 0x82, 0x1A, 0xE8, 0x7D, 0x1D, 0x69, 0x3A, 0xAB, 0x86, 0x56, 0x05, 0xB9, 0xD1, 0xF3, 0x3A,
|
||||
0x52, 0x75, 0x56, 0x0D, 0x6E, 0x2B, 0xC8, 0x89, 0x5E, 0xD7, 0x91, 0xB2, 0xB3, 0x6A, 0x80, 0x5B,
|
||||
0x41, 0x2E, 0xF4, 0xB8, 0x8E, 0xD4, 0x9D, 0x55, 0x83, 0xDC, 0x0A, 0x72, 0x68, 0xF5, 0xF6, 0xF5,
|
||||
0xBF, 0x11, 0x5F, 0x89, 0x4E, 0x3E, 0x0F, 0xEE, 0xBB, 0x20, 0x36, 0xD5, 0x53, 0x15, 0xC4, 0x57,
|
||||
0xAA, 0x8B, 0x6A, 0x88, 0x5B, 0x41, 0x4C, 0xAA, 0x97, 0x2A, 0x88, 0xAF, 0x64, 0x17, 0xD5, 0x30,
|
||||
0xAB, 0x20, 0x16, 0xD5, 0xC3, 0x56, 0x10, 0x5F, 0xE9, 0x2E, 0xAA, 0xA1, 0x56, 0x81, 0x6F, 0xAA,
|
||||
0x67, 0x56, 0x90, 0x03, 0x9D, 0x7C, 0x50, 0x03, 0xAE, 0x02, 0x5F, 0x54, 0x8F, 0xAC, 0x20, 0x17,
|
||||
0x3A, 0xFA, 0x87, 0x1A, 0xF6, 0x56, 0x70, 0x96, 0xEA, 0x89, 0x15, 0xE4, 0x44, 0x67, 0x5F, 0xA8,
|
||||
0xE1, 0x6F, 0x05, 0x7B, 0xA9, 0x1E, 0xBC, 0x0B, 0xF2, 0xA2, 0xBB, 0x0D, 0xEA, 0x43, 0x68, 0x05,
|
||||
0xEB, 0xA8, 0x7A, 0xDF, 0x09, 0xF2, 0xA2, 0xBB, 0x6F, 0xA8, 0x0F, 0xA2, 0x15, 0xCC, 0xA3, 0xEA,
|
||||
0x6B, 0xA5, 0xF5, 0x37, 0xC8, 0x8B, 0xEE, 0x7E, 0x48, 0x7D, 0x18, 0xAD, 0xA0, 0x9F, 0xAA, 0xA7,
|
||||
0x95, 0x67, 0xEF, 0xFE, 0x1D, 0xB9, 0xD0, 0xDD, 0x9B, 0xD4, 0x07, 0xA2, 0x82, 0x7B, 0x54, 0x0D,
|
||||
0xAD, 0x28, 0x9F, 0xFE, 0x0E, 0x39, 0xD0, 0xDD, 0x4E, 0xEA, 0x43, 0x51, 0x81, 0x4D, 0xD5, 0xCC,
|
||||
0x8A, 0xE5, 0xEE, 0xEF, 0x11, 0x1B, 0xDD, 0x1D, 0xA4, 0x3E, 0x18, 0x15, 0xFC, 0x4B, 0xD5, 0xC8,
|
||||
0xCA, 0x27, 0x7A, 0xFF, 0x0E, 0x31, 0xD1, 0xDD, 0x09, 0xD4, 0x47, 0xD3, 0x4A, 0x65, 0xAA, 0x1E,
|
||||
0x56, 0xEE, 0x9A, 0xF1, 0x0C, 0xC4, 0x41, 0x77, 0x27, 0x52, 0x1F, 0x4F, 0x2B, 0x95, 0xA8, 0xFB,
|
||||
0x5B, 0xE9, 0x35, 0xF3, 0x59, 0xF0, 0x8F, 0xEE, 0x2E, 0xA0, 0x3E, 0xA2, 0x56, 0x32, 0x53, 0xF7,
|
||||
0xB5, 0x32, 0x6A, 0xF6, 0xF3, 0xE0, 0x1B, 0x1D, 0x5E, 0xE8, 0xF5, 0x63, 0xB2, 0x92, 0x89, 0xBA,
|
||||
0x9F, 0x95, 0x19, 0x56, 0x3D, 0x17, 0x7E, 0xD1, 0xE1, 0x0D, 0xD4, 0x87, 0xD5, 0x4A, 0x64, 0xEA,
|
||||
0x3E, 0x56, 0x66, 0x5A, 0xFD, 0x7C, 0xF8, 0x43, 0x87, 0x37, 0x52, 0x1F, 0x98, 0x4A, 0x24, 0xEA,
|
||||
0xFC, 0x56, 0x56, 0xD9, 0xF9, 0x2E, 0x6F, 0x2A, 0xDE, 0xF9, 0xC2, 0xF2, 0x3A, 0xE0, 0x79, 0xD8,
|
||||
0xAC, 0x78, 0xA6, 0xCE, 0x6B, 0x65, 0xB5, 0x13, 0xEF, 0xF4, 0xA0, 0xEA, 0xBD, 0x2F, 0x2C, 0xAF,
|
||||
0x83, 0xD4, 0xE0, 0xA9, 0x78, 0xA2, 0xCE, 0x67, 0x65, 0x97, 0x93, 0xEF, 0x3E, 0xA9, 0xEA, 0xBD,
|
||||
0x2F, 0x2C, 0xAF, 0xC3, 0xD4, 0xF0, 0xB5, 0x72, 0x92, 0x3A, 0x8F, 0x95, 0xDD, 0x3C, 0x9C, 0xE1,
|
||||
0x84, 0xAA, 0xF7, 0xBE, 0xB0, 0xBC, 0x9C, 0x50, 0x43, 0xD8, 0xCA, 0x4E, 0xEA, 0xFD, 0x56, 0x4E,
|
||||
0xF1, 0x74, 0x96, 0x9D, 0xAA, 0xDE, 0xFB, 0xC2, 0xF2, 0x72, 0x46, 0x0D, 0x63, 0x2B, 0x2B, 0xA9,
|
||||
0xF7, 0x59, 0x39, 0xCD, 0xE3, 0x99, 0x76, 0xA9, 0x7A, 0x77, 0x96, 0x97, 0x53, 0x6A, 0x20, 0x5B,
|
||||
0x99, 0x45, 0x3D, 0xDB, 0x8A, 0x27, 0xDE, 0xCF, 0xB7, 0x52, 0xD5, 0xBB, 0xB3, 0xBC, 0x9C, 0x53,
|
||||
0x83, 0xD9, 0x4A, 0x2F, 0xF5, 0x2C, 0x2B, 0x1E, 0x45, 0x39, 0xE7, 0x0A, 0x55, 0xEF, 0xCE, 0xF2,
|
||||
0x0A, 0x42, 0x0D, 0x68, 0x2B, 0x9F, 0x52, 0x7F, 0x6B, 0xC5, 0xAB, 0x48, 0x67, 0x5D, 0xA1, 0xEA,
|
||||
0xFD, 0x59, 0x5E, 0xC1, 0xA8, 0x41, 0x55, 0xB1, 0xA8, 0xDF, 0x5B, 0xF1, 0x2E, 0xE2, 0x99, 0x67,
|
||||
0xAA, 0x7A, 0x7F, 0x96, 0x57, 0x50, 0x6A, 0x60, 0x55, 0x9E, 0xA9, 0x7F, 0xB7, 0x12, 0x45, 0xE4,
|
||||
0xB3, 0xCF, 0xA0, 0xEE, 0x7F, 0x25, 0x3B, 0x96, 0x57, 0x60, 0x6A, 0x60, 0x47, 0x13, 0x51, 0x96,
|
||||
0x7B, 0x8C, 0xA8, 0x58, 0x03, 0x96, 0x57, 0x02, 0x6A, 0x70, 0xEF, 0x26, 0xB2, 0x6C, 0xF7, 0xE9,
|
||||
0x51, 0xB1, 0x06, 0x2C, 0xAF, 0x44, 0xD4, 0x00, 0xBF, 0x4B, 0x06, 0x59, 0xEF, 0x75, 0x47, 0xC5,
|
||||
0x1A, 0xB0, 0xBC, 0x92, 0x50, 0xC3, 0xFB, 0x49, 0x32, 0xC8, 0x7A, 0xAF, 0x3B, 0x2A, 0xD6, 0x80,
|
||||
0xE5, 0x15, 0x9C, 0x1A, 0xDA, 0x9E, 0x44, 0x96, 0xED, 0x3E, 0x3D, 0x54, 0x0D, 0xAE, 0x64, 0xC6,
|
||||
0xF2, 0x0A, 0x48, 0x0D, 0xE9, 0xAC, 0x44, 0x94, 0xE5, 0x1E, 0xA3, 0xAA, 0xD5, 0x81, 0xE5, 0x15,
|
||||
0x88, 0x1A, 0x4E, 0x2B, 0xAF, 0xD4, 0x6F, 0x54, 0xA2, 0xC9, 0x70, 0x87, 0x19, 0xAA, 0xD5, 0x81,
|
||||
0xE5, 0x15, 0x80, 0x1A, 0x4A, 0x2B, 0xEF, 0xA8, 0xBF, 0x51, 0x89, 0x20, 0xEA, 0xB9, 0x57, 0xA8,
|
||||
0x56, 0x0B, 0x96, 0x97, 0x63, 0x6A, 0x18, 0xAD, 0xDC, 0xA5, 0x9E, 0xA1, 0xE2, 0x59, 0xB4, 0xF3,
|
||||
0xAE, 0x54, 0xAD, 0x16, 0x2C, 0x2F, 0x87, 0xD4, 0x10, 0x5A, 0x19, 0xA1, 0x9E, 0xD7, 0x8A, 0x47,
|
||||
0x51, 0xCE, 0xB9, 0x83, 0xAA, 0xC5, 0x95, 0xAC, 0x58, 0x5E, 0x8E, 0xA8, 0xC1, 0xB3, 0x32, 0x93,
|
||||
0x7A, 0x7E, 0x2B, 0x9E, 0x78, 0x3F, 0xDF, 0x6E, 0x95, 0xEA, 0xC1, 0xF2, 0x3A, 0x4C, 0x0D, 0x9B,
|
||||
0x95, 0xD5, 0xD4, 0x3B, 0x5B, 0xF1, 0xC0, 0xEB, 0xB9, 0x4E, 0xA9, 0x54, 0x0F, 0x96, 0xD7, 0x21,
|
||||
0x6A, 0xC8, 0xAC, 0xEC, 0xA6, 0xCE, 0xD0, 0xCA, 0x49, 0xDE, 0xCE, 0x73, 0x5A, 0xA5, 0x7A, 0xB0,
|
||||
0xBC, 0x36, 0x53, 0xC3, 0x65, 0xE5, 0x34, 0x75, 0xA6, 0x56, 0x4D, 0x9E, 0x6A, 0x8A, 0x00, 0x00,
|
||||
0x04, 0x0F, 0x49, 0x44, 0x41, 0x54, 0x4E, 0xF0, 0x72, 0x0E, 0x2F, 0x2A, 0xD5, 0x83, 0xE5, 0xB5,
|
||||
0x89, 0x1A, 0x2A, 0x2B, 0xDE, 0xA8, 0x33, 0xAA, 0xEC, 0xE6, 0xE1, 0x0C, 0x9E, 0x54, 0xAA, 0x07,
|
||||
0xCB, 0x6B, 0x31, 0x35, 0x4C, 0x56, 0xBC, 0x53, 0x67, 0x56, 0xD9, 0xE5, 0xE4, 0xBB, 0xBD, 0xAA,
|
||||
0x52, 0x13, 0x3A, 0xBD, 0x80, 0x1A, 0x1E, 0x2B, 0x11, 0xA9, 0x7B, 0xA8, 0xAC, 0x76, 0xE2, 0x9D,
|
||||
0xDE, 0x55, 0xA9, 0x09, 0x9D, 0x9E, 0x48, 0x0D, 0x8D, 0x95, 0xE8, 0xD4, 0x9D, 0x5A, 0x59, 0x61,
|
||||
0xD7, 0x7B, 0xA2, 0xA9, 0x52, 0x17, 0xBA, 0x3D, 0x81, 0x1A, 0x16, 0x2B, 0xD9, 0xA8, 0x3B, 0xAA,
|
||||
0xCC, 0xB6, 0xE3, 0x1D, 0x11, 0x55, 0xA9, 0x0B, 0xDD, 0x1E, 0xA0, 0x86, 0xC4, 0x4A, 0x76, 0xEA,
|
||||
0xCE, 0xCF, 0x99, 0x6D, 0xC7, 0x3B, 0x22, 0x9A, 0x55, 0x97, 0x19, 0xCF, 0x58, 0x89, 0x6E, 0x77,
|
||||
0x78, 0x6D, 0xEA, 0xBB, 0x54, 0xA3, 0x6A, 0x70, 0x65, 0xB6, 0x1D, 0xEF, 0x88, 0xAA, 0xB7, 0x36,
|
||||
0xEA, 0xEF, 0x9E, 0xE3, 0x09, 0xDD, 0xBE, 0x41, 0x35, 0xD3, 0x4A, 0x75, 0xAB, 0x6B, 0xF1, 0xFC,
|
||||
0xFC, 0x95, 0xEF, 0x89, 0xE8, 0xD3, 0xDA, 0xA8, 0xDF, 0x59, 0xF1, 0x84, 0x6E, 0xBF, 0xA1, 0x1A,
|
||||
0x68, 0x05, 0xFB, 0x50, 0xFF, 0xB6, 0x56, 0x6D, 0xD4, 0xFF, 0xBF, 0x13, 0x4F, 0xE8, 0x76, 0x83,
|
||||
0x6A, 0x9C, 0x15, 0xEC, 0x47, 0x1F, 0xDA, 0x54, 0x6D, 0x46, 0xE3, 0x0D, 0xDD, 0x7E, 0xA1, 0x9A,
|
||||
0x66, 0x05, 0xE7, 0xD0, 0x0F, 0x4D, 0xD5, 0xA5, 0x37, 0x9E, 0xD1, 0xED, 0x3F, 0x54, 0xE3, 0xAC,
|
||||
0xE0, 0x3C, 0xFA, 0xF2, 0x3F, 0x55, 0x87, 0xDE, 0x44, 0x52, 0xFE, 0x2B, 0x54, 0x0D, 0xB4, 0x02,
|
||||
0x3F, 0xAA, 0xF6, 0x47, 0xDD, 0xBB, 0x37, 0x91, 0x95, 0xFC, 0x1A, 0x55, 0x13, 0xAD, 0xC0, 0x9F,
|
||||
0x4A, 0x7D, 0x52, 0x77, 0x1D, 0x49, 0x16, 0xA5, 0xBE, 0x4C, 0xD5, 0x48, 0x2B, 0xF0, 0x2B, 0x73,
|
||||
0xBF, 0xD4, 0xDD, 0x66, 0x25, 0x93, 0x12, 0x5F, 0xA8, 0x6A, 0xA2, 0x15, 0xF8, 0x97, 0xAD, 0x6F,
|
||||
0xEA, 0x3E, 0xBD, 0xF9, 0x61, 0xFD, 0x5B, 0x06, 0xA9, 0xBF, 0x54, 0xD5, 0x3C, 0x2B, 0x88, 0x23,
|
||||
0x7A, 0xFF, 0xD4, 0xF9, 0x7B, 0xD3, 0xA2, 0x7E, 0x7B, 0x25, 0x8B, 0x94, 0x5F, 0xAC, 0x6A, 0x98,
|
||||
0x15, 0xC4, 0x13, 0xAD, 0x8F, 0xEA, 0xBC, 0x23, 0xF9, 0xD4, 0xC8, 0xDF, 0x7A, 0x97, 0xE6, 0x26,
|
||||
0xAA, 0x49, 0xEF, 0x82, 0xB8, 0xBC, 0xF7, 0x53, 0x9D, 0x6F, 0x24, 0xBD, 0x66, 0x3E, 0xCB, 0x9B,
|
||||
0xF0, 0x37, 0x51, 0xCD, 0xB1, 0x82, 0x1C, 0x3C, 0xF6, 0x56, 0x9D, 0xA9, 0x37, 0xB3, 0xAC, 0x7C,
|
||||
0xF6, 0x69, 0x61, 0x6F, 0xA2, 0x9A, 0x62, 0x05, 0xB9, 0x78, 0xE8, 0xB1, 0x3A, 0x43, 0x6F, 0x56,
|
||||
0xD9, 0xF9, 0xAE, 0xDD, 0xC2, 0xDD, 0x44, 0x35, 0xC3, 0x0A, 0x72, 0x3A, 0xD1, 0x6B, 0xF5, 0xCE,
|
||||
0xDE, 0xEC, 0x72, 0xF2, 0xDD, 0xAB, 0x85, 0xB9, 0x89, 0x6A, 0x82, 0x15, 0xE4, 0xB6, 0xA3, 0xE7,
|
||||
0xEA, 0x1D, 0x23, 0x39, 0xC5, 0xD3, 0x59, 0x66, 0x72, 0x7F, 0x0B, 0x55, 0x78, 0x2B, 0xA8, 0x61,
|
||||
0x45, 0xDF, 0x5F, 0x9F, 0x39, 0x1A, 0x2F, 0x3C, 0x9F, 0x6D, 0x84, 0xCB, 0x5B, 0xA8, 0x62, 0x5B,
|
||||
0x41, 0x2D, 0x33, 0x67, 0x40, 0x3D, 0xAB, 0x37, 0x5E, 0x45, 0x3A, 0xEB, 0x1D, 0xAE, 0x6E, 0xA1,
|
||||
0x8A, 0x6C, 0x05, 0x35, 0x8D, 0xCC, 0x82, 0xFA, 0xDB, 0xDE, 0x44, 0x11, 0xF9, 0xEC, 0x16, 0x17,
|
||||
0xB7, 0x50, 0xC5, 0xB5, 0x82, 0xDA, 0xEE, 0xCC, 0x84, 0xFA, 0xED, 0x48, 0x22, 0xCA, 0x72, 0x8F,
|
||||
0x57, 0x47, 0x6F, 0xA1, 0x8A, 0x6A, 0x05, 0xB8, 0x58, 0xB3, 0xA1, 0xFE, 0x6D, 0x24, 0x59, 0x64,
|
||||
0xBC, 0xDB, 0x91, 0x1B, 0xA8, 0x42, 0x5A, 0x01, 0x9E, 0xA9, 0x19, 0x99, 0x95, 0xAC, 0x32, 0xDE,
|
||||
0x75, 0xDB, 0x0D, 0x54, 0xF1, 0xAC, 0x00, 0x2D, 0x6A, 0x5E, 0x7A, 0x53, 0x45, 0xC6, 0xBB, 0x2F,
|
||||
0xBF, 0x81, 0x2A, 0x9A, 0x15, 0xE0, 0x95, 0x9A, 0x93, 0xDE, 0x54, 0x95, 0xB1, 0x16, 0xCB, 0x6E,
|
||||
0xA0, 0x8A, 0x65, 0x05, 0xF8, 0xA1, 0xE6, 0x63, 0x24, 0x60, 0x79, 0x7D, 0x44, 0x15, 0xC9, 0x0A,
|
||||
0xA0, 0xE6, 0x62, 0x24, 0xF8, 0x4D, 0xD5, 0xE9, 0x4A, 0x64, 0xD3, 0x4E, 0xAF, 0x0A, 0x63, 0x05,
|
||||
0xB5, 0xA9, 0x99, 0xE8, 0x0D, 0x3E, 0x93, 0xAD, 0x76, 0xC3, 0xA7, 0x57, 0x05, 0xB1, 0x82, 0x9A,
|
||||
0xD4, 0x2C, 0xCC, 0x0A, 0x3E, 0x93, 0xAD, 0x76, 0x5D, 0xA7, 0x57, 0x45, 0xB0, 0x82, 0x7A, 0xD4,
|
||||
0x1C, 0x8C, 0xE4, 0x87, 0xF5, 0x6F, 0xB0, 0x65, 0xAB, 0xDD, 0xAD, 0xD3, 0xAB, 0xCB, 0x5B, 0x41,
|
||||
0x1D, 0xAA, 0xFF, 0x23, 0x69, 0xB9, 0xF3, 0x5B, 0xFC, 0x2B, 0x5B, 0xED, 0x3E, 0x3A, 0xBD, 0xBA,
|
||||
0xB4, 0x15, 0xE4, 0xA7, 0xFA, 0x3E, 0x92, 0x4F, 0x8D, 0xFC, 0x6D, 0x75, 0xAA, 0x76, 0x57, 0xA2,
|
||||
0x32, 0x4F, 0xAE, 0x2E, 0x6A, 0x05, 0xB9, 0xA9, 0x9E, 0xF7, 0xA6, 0xD7, 0xCC, 0x67, 0x55, 0x94,
|
||||
0xA9, 0x7E, 0xF2, 0xE4, 0xEA, 0x82, 0x56, 0x90, 0x93, 0xEA, 0x75, 0x6F, 0x66, 0x59, 0xF9, 0xEC,
|
||||
0x0A, 0x32, 0xD5, 0xEF, 0xEF, 0xC9, 0xD5, 0xA5, 0xAC, 0x20, 0x1F, 0xD5, 0xE7, 0x91, 0xAC, 0xB0,
|
||||
0xEB, 0x3D, 0x59, 0x65, 0xAA, 0xDF, 0xE3, 0xEC, 0xBF, 0x2F, 0x63, 0x05, 0x79, 0xA8, 0xFE, 0x8E,
|
||||
0x64, 0x87, 0x53, 0xEF, 0xCD, 0x22, 0x53, 0xFD, 0x1E, 0x67, 0xFF, 0x7D, 0x19, 0x15, 0xE4, 0xA0,
|
||||
0x7A, 0xDB, 0x9B, 0x13, 0xBC, 0x9C, 0x23, 0xAA, 0x4C, 0xF5, 0x7B, 0x9C, 0xFD, 0xF7, 0x65, 0x9E,
|
||||
0x83, 0xD8, 0x54, 0x4F, 0x7B, 0xE3, 0x81, 0xD7, 0x73, 0x45, 0x92, 0xA5, 0x86, 0x8F, 0x73, 0xFF,
|
||||
0xBE, 0xC8, 0x15, 0xC4, 0xA4, 0x7A, 0x39, 0x12, 0x4F, 0xBC, 0x9F, 0x2F, 0x8A, 0x2C, 0x75, 0x7C,
|
||||
0x9C, 0x3B, 0xFE, 0x25, 0x2A, 0x7B, 0xED, 0xDF, 0x68, 0x3C, 0x8B, 0x76, 0x5E, 0xAF, 0xB2, 0xD4,
|
||||
0xF1, 0x71, 0x6E, 0x06, 0x20, 0x9A, 0xE7, 0xA1, 0x1B, 0x4D, 0x24, 0xD1, 0xCF, 0xEF, 0x45, 0x96,
|
||||
0x3A, 0xD2, 0xFD, 0x60, 0xD4, 0xE0, 0xDD, 0x49, 0x64, 0xD9, 0xEE, 0x73, 0x4A, 0x96, 0x3A, 0xD2,
|
||||
0xFD, 0x60, 0xD4, 0xE0, 0x59, 0xC9, 0x24, 0xFB, 0xFD, 0x76, 0xCA, 0x50, 0x4B, 0xBA, 0x1F, 0x8C,
|
||||
0x1A, 0xBA, 0xD7, 0x64, 0x55, 0xE9, 0xAE, 0xAB, 0x65, 0xA8, 0x25, 0xDD, 0x0F, 0x28, 0xFA, 0xD0,
|
||||
0x8D, 0xA8, 0x7A, 0xEF, 0xD9, 0x9E, 0xEB, 0x18, 0xB5, 0x9E, 0x4C, 0x00, 0x50, 0x10, 0xCB, 0x0B,
|
||||
0x40, 0x48, 0x2C, 0x2F, 0x00, 0x21, 0xA9, 0xE5, 0x75, 0x25, 0x12, 0x96, 0x17, 0x50, 0x14, 0xCB,
|
||||
0x0B, 0x40, 0x48, 0x2C, 0x2F, 0x00, 0x21, 0xB1, 0xBC, 0x00, 0x84, 0xC4, 0xF2, 0x02, 0x10, 0x92,
|
||||
0x5A, 0x5E, 0x57, 0xA2, 0x60, 0x79, 0x01, 0x85, 0xB1, 0xBC, 0x00, 0x84, 0xC4, 0xF2, 0x02, 0x10,
|
||||
0x12, 0xCB, 0x0B, 0x40, 0x48, 0x2C, 0x2F, 0x00, 0x21, 0xA9, 0xE5, 0x75, 0x25, 0x02, 0x96, 0x17,
|
||||
0x50, 0x1C, 0xCB, 0x0B, 0x40, 0x48, 0x2C, 0x2F, 0x00, 0x21, 0xB1, 0xBC, 0x00, 0x84, 0xC4, 0xF2,
|
||||
0x02, 0x10, 0x56, 0xB4, 0xC5, 0x75, 0x61, 0x79, 0x01, 0x08, 0x89, 0xE5, 0x05, 0x20, 0x24, 0x96,
|
||||
0x17, 0x80, 0x90, 0x58, 0x5E, 0x00, 0x42, 0x62, 0x79, 0x01, 0x08, 0x89, 0xE5, 0x05, 0x20, 0x24,
|
||||
0x96, 0x17, 0x80, 0x90, 0x58, 0x5E, 0x00, 0x42, 0x62, 0x79, 0x01, 0x08, 0x89, 0xE5, 0x05, 0x20,
|
||||
0x24, 0x96, 0x17, 0x80, 0x90, 0x58, 0x5E, 0x00, 0x42, 0x62, 0x79, 0x01, 0x08, 0xE8, 0xFB, 0xFB,
|
||||
0x3F, 0x19, 0x23, 0xCB, 0x92, 0xF2, 0xE4, 0xEF, 0xED, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4E,
|
||||
0x44, 0xAE, 0x42, 0x60, 0x82};
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 8.3 KiB |
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,66 @@
|
||||
//
|
||||
// octocat_8bpp
|
||||
// Data size = 872 bytes
|
||||
//
|
||||
// PNG, Compression=Flate, Size: 120 x 100, 8-Bpp
|
||||
//
|
||||
// for non-Arduino builds...
|
||||
#ifndef PROGMEM
|
||||
#define PROGMEM
|
||||
#endif
|
||||
const uint8_t octocat_8bpp[] PROGMEM = {
|
||||
0x89,0x50,0x4e,0x47,0x0d,0x0a,0x1a,0x0a,0x00,0x00,0x00,0x0d,0x49,0x48,0x44,0x52,
|
||||
0x00,0x00,0x00,0x78,0x00,0x00,0x00,0x64,0x08,0x03,0x00,0x00,0x00,0x7a,0xae,0x04,
|
||||
0x00,0x00,0x00,0x00,0x33,0x50,0x4c,0x54,0x45,0x2f,0x41,0x70,0x00,0x00,0x00,0x2a,
|
||||
0x2c,0x2c,0x59,0x49,0x41,0x46,0x5f,0x6a,0x7c,0x65,0x58,0xad,0x5c,0x53,0xb5,0x70,
|
||||
0x67,0xa0,0x80,0x71,0x6c,0x99,0xac,0xc9,0xa1,0x8f,0x83,0xb7,0xc9,0x7b,0xbb,0xe4,
|
||||
0xdc,0xc5,0xc3,0x9b,0xd8,0xf0,0xf4,0xc9,0xb3,0xff,0xff,0xff,0xfe,0x29,0xa3,0x31,
|
||||
0x00,0x00,0x00,0x01,0x74,0x52,0x4e,0x53,0x00,0x40,0xe6,0xd8,0x66,0x00,0x00,0x00,
|
||||
0x01,0x62,0x4b,0x47,0x44,0x00,0x88,0x05,0x1d,0x48,0x00,0x00,0x02,0xd6,0x49,0x44,
|
||||
0x41,0x54,0x68,0xde,0xed,0xd9,0xed,0x92,0xa3,0x20,0x10,0x05,0x50,0x04,0x54,0x68,
|
||||
0x47,0xcc,0xfb,0x3f,0xed,0xa2,0x80,0x9f,0xb0,0x62,0x79,0x89,0x33,0x55,0xf6,0x8f,
|
||||
0xdd,0x52,0x9c,0x3e,0x69,0x04,0xc4,0x84,0xb1,0x37,0x76,0xc1,0x6d,0x5c,0xfe,0x03,
|
||||
0x8e,0x71,0x2f,0x64,0xba,0x78,0x79,0x46,0xa6,0xac,0x5c,0x97,0x2e,0xce,0xce,0x75,
|
||||
0x9a,0x8d,0x5f,0xb8,0xf6,0x1a,0x1c,0xd2,0xf1,0x7d,0x24,0xaf,0x44,0xb9,0x17,0xe2,
|
||||
0x85,0x5f,0xf8,0xd7,0xc2,0xec,0x85,0x7f,0x3d,0xcc,0x9f,0x72,0x6f,0xca,0xfc,0x2f,
|
||||
0xc2,0xfc,0x29,0xf7,0x39,0x98,0x3f,0xe5,0x3e,0x07,0xf3,0xbf,0x06,0xf3,0x17,0x16,
|
||||
0xb5,0x1a,0xa3,0xae,0x6b,0x21,0x44,0x38,0x27,0x84,0x3d,0xf6,0xe7,0x05,0x46,0xde,
|
||||
0xe6,0xa8,0x15,0x9d,0x87,0xaa,0xe1,0xb0,0xa2,0x21,0x27,0x48,0x09,0x2c,0xac,0x86,
|
||||
0xdc,0x20,0x81,0x84,0xf3,0xdd,0x61,0x50,0x40,0x38,0xb8,0x1f,0x1b,0x29,0x6f,0x69,
|
||||
0x53,0x30,0x58,0xd0,0x92,0x3b,0x25,0xaf,0xdb,0x6a,0x14,0xac,0xe6,0xdc,0x7d,0x9f,
|
||||
0x90,0x7d,0x93,0x6b,0x23,0x10,0xec,0x0b,0xb6,0x89,0xfb,0xb6,0x69,0xfa,0x4f,0x7f,
|
||||
0x74,0xed,0xc9,0xa6,0x69,0xc7,0x2b,0xa6,0x43,0x81,0x81,0xeb,0xa5,0x28,0x9b,0xde,
|
||||
0xca,0x91,0x82,0x7b,0xb2,0x1f,0xaa,0x0d,0x25,0x2b,0xcc,0xca,0x35,0xf7,0x34,0x7d,
|
||||
0x3e,0xb6,0x64,0x8a,0xc1,0xd4,0x7f,0x68,0xfc,0x4c,0xdb,0xbe,0xbe,0xf9,0x74,0x9a,
|
||||
0x87,0x56,0x4b,0x36,0xb9,0xad,0x2b,0x02,0xb7,0x8d,0xb2,0x4d,0xaa,0x14,0xdc,0x34,
|
||||
0x69,0xd8,0x35,0x41,0x61,0xf5,0x38,0x4c,0x53,0xf6,0xf8,0x3d,0xf6,0x4d,0x90,0xc1,
|
||||
0x15,0xe4,0x65,0x54,0x4f,0xd9,0xe3,0xa3,0xda,0x37,0x41,0x61,0x11,0xe6,0xea,0x54,
|
||||
0x57,0x62,0x1e,0xd3,0xca,0x0d,0x4b,0xd7,0xed,0xed,0x2d,0xad,0x56,0xae,0x3e,0xbd,
|
||||
0x72,0x2d,0xab,0x1a,0x6a,0x63,0x5d,0x0f,0xd1,0xb5,0x9a,0x1a,0x8a,0xaf,0xd5,0x04,
|
||||
0x7b,0x87,0xa1,0xe8,0xd3,0x89,0x9a,0x36,0xfa,0x74,0xba,0xdf,0xd3,0xb3,0x5c,0x27,
|
||||
0x9e,0xf9,0x89,0xd3,0xc0,0xf7,0xd4,0x2b,0x1b,0x01,0xff,0x88,0x00,0xbd,0x99,0x1f,
|
||||
0x65,0xa2,0xf0,0xcf,0x2e,0x6a,0xd0,0xb7,0xa8,0xa1,0xb7,0x0f,0x44,0x4b,0x03,0xb5,
|
||||
0x25,0xdd,0xb9,0x68,0x3a,0xd4,0x4c,0xa9,0xad,0x1e,0xf2,0x5b,0xfa,0x68,0xd5,0x89,
|
||||
0xbd,0x2d,0xf8,0x07,0x82,0x69,0x15,0x53,0xb1,0x3a,0xa7,0xea,0xe7,0x1d,0xf5,0x7d,
|
||||
0x2a,0xb9,0xdb,0x9d,0x5e,0x5b,0x96,0x10,0x02,0xfc,0x35,0x93,0x94,0x17,0x5f,0xe3,
|
||||
0x50,0x9d,0x2b,0x65,0x34,0x17,0xaf,0xc6,0x08,0x98,0x3b,0x40,0xff,0xf0,0xd3,0xe9,
|
||||
0x48,0xca,0x2a,0x12,0x40,0xd6,0xa4,0x7e,0x41,0xaa,0x0e,0x3d,0x8c,0x95,0x8d,0xaf,
|
||||
0x39,0xef,0x3e,0xe3,0x64,0x63,0x9c,0xa2,0x25,0xcf,0x1a,0x60,0x15,0x63,0xe8,0xfb,
|
||||
0xac,0xf3,0x06,0x76,0xc5,0xca,0x0e,0xb0,0x6f,0xc1,0xbb,0xf9,0xbc,0x9b,0xb6,0xf8,
|
||||
0x49,0xbc,0x85,0x75,0x37,0x4d,0x69,0x39,0x0e,0xb5,0x2d,0x55,0x10,0x76,0x25,0x73,
|
||||
0x6d,0xa4,0x34,0x9a,0xcb,0x4d,0xa9,0x61,0xc2,0x95,0x81,0xb7,0xfd,0x59,0xc5,0x60,
|
||||
0x56,0x06,0x66,0x8f,0xc1,0x6b,0xfa,0xcb,0x30,0xdb,0x12,0x5f,0x85,0x37,0xb5,0xbf,
|
||||
0xf0,0x0b,0x17,0x87,0xe5,0x97,0xe1,0x71,0xf1,0xe4,0xee,0xb9,0x35,0xfd,0x67,0x8a,
|
||||
0xc3,0xc6,0x89,0xda,0xc3,0x66,0x03,0x77,0xc6,0x6d,0x1e,0xf0,0xe8,0x18,0x27,0xb0,
|
||||
0x41,0xe3,0x26,0x44,0x06,0x0c,0xb4,0x97,0x8c,0x99,0x30,0x86,0x5e,0xe7,0x33,0x32,
|
||||
0x0a,0x4b,0x37,0xe4,0x0c,0x92,0xde,0x66,0x0b,0xd2,0x0e,0xd6,0xc7,0x92,0xef,0xca,
|
||||
0x31,0x57,0x9a,0xfd,0x74,0xf2,0x25,0x23,0xe5,0x75,0x22,0xbf,0xe1,0x92,0xf3,0x27,
|
||||
0x58,0x2a,0xf5,0x4d,0x1a,0x26,0x1f,0xef,0xaf,0xd4,0x73,0xe9,0xd2,0x74,0x0b,0xa7,
|
||||
0x25,0xb4,0xb7,0x77,0x3d,0xad,0xf5,0x8f,0x8d,0x65,0x8c,0x2d,0xa3,0x6a,0x3c,0xaf,
|
||||
0xf5,0xce,0x85,0xc1,0x2e,0xbf,0x95,0x75,0xf0,0x3a,0xdf,0xd7,0xfe,0xbc,0x29,0x0c,
|
||||
0xaf,0x86,0x92,0xbb,0xcb,0x1a,0xed,0x26,0xe4,0x71,0x73,0xaf,0x1d,0xe4,0x3e,0xc5,
|
||||
0xb7,0xe0,0x9f,0xf9,0x5e,0xbb,0xa3,0x0e,0xef,0x1e,0x68,0x7f,0x33,0xc3,0x3d,0x5d,
|
||||
0x1f,0x82,0xdd,0x9d,0x1c,0x83,0x4d,0x14,0x06,0xaf,0xd6,0xb9,0x30,0xfc,0xf9,0x94,
|
||||
0x05,0x97,0xd8,0x08,0x9c,0xc3,0x85,0xb6,0x3e,0xff,0x87,0x59,0xe1,0x88,0xc0,0xec,
|
||||
0x8d,0xd3,0xf8,0x07,0xe9,0x64,0x82,0xb3,0xf5,0x3d,0x65,0xc0,0x00,0x00,0x00,0x00,
|
||||
0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82};
|
||||
Reference in New Issue
Block a user