From patchwork Wed Jul 29 00:52:02 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Adhemerval Zanella Netto X-Patchwork-Id: 7908 X-Patchwork-Delegate: tuliom@linux.vnet.ibm.com Received: (qmail 46533 invoked by alias); 29 Jul 2015 00:53:03 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 46273 invoked by uid 89); 29 Jul 2015 00:53:02 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=AWL, BAYES_50, RCVD_IN_DNSWL_LOW, SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-yk0-f178.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :cc:subject:content-type; bh=JqFMnQN7zGYrKRSg7vmDA2Dx2FkPQZEm8PTFNr/TAzU=; b=PKKfHWJMmNoZYkv9ZVNwxdMD5/GGstyqZvIcvvVs91d7pyOsGeb3xUa12ceDlQQUBl CDQAtuz3roSQwfXJLpkdSYISKK6IDsNU7Q2lEmLEQguI+mYd78S9gcJdykWxSdkkelB9 ks5JZdhuUOynFUVgzK0Sc6O+crktT7O/0ETyRlJYpEpncG+uM5keP8NUt+tDXWmTjOCX TfM3HclnmHxvIh7QtO5V9D+oQXubr4XPni4qUv8vGToJ+YsSEMpP1EFhJI4QalOWT1Vb p31DbBuOEFj789YSddLcC/viQC+bqHlMA3mSFbpJXvcIxHih0SHYtjNgvBR2/1HKNx/i r+Gg== X-Gm-Message-State: ALoCoQnj2H/MIK1Kr1aq9pI5o6vTXTtOmNIeVf49duk1LeIzkXCoTxa5lcY3jAOHV4fHmjnyRl1g X-Received: by 10.129.46.143 with SMTP id u137mr40731234ywu.92.1438131130357; Tue, 28 Jul 2015 17:52:10 -0700 (PDT) Message-ID: <55B823B2.6060708@linaro.org> Date: Tue, 28 Jul 2015 21:52:02 -0300 From: Adhemerval Zanella User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.8.0 MIME-Version: 1.0 To: GNU C Library CC: Steven Munroe , Tulio Magno Quites Machado Filho , =?UTF-8?B?T25kxZllaiBCw61sa2E=?= Subject: [PATCH 3/3] powerpc: Use default st{r, p}cpy optimization for POWER7 Following the discussion with Ondrej and recent changes to default st{r,ṕ}cpy algorithm, this patches uses it for both powerpc64 and powerpc64/power7 instead of optimized ones (which will be removed). This is faster in all but few inputs (mostly with very short sizes) for benchtests. It removes the default powerpc64 st{r,p}cpy and uses the same optimization, since powerpc64 optimized algorithm only uses a slight optimized path for both doubleword aligned source and destiny and resorting to byte-per-byte access to unaligned inputs. Checked on powerpc64le and compared bench output in attachments. --- * string/stpcpy.c (__stpcpy): Use STPCPY to redefine symbol name and cleanup macro usage. * string/strcpy.c (strcpt): Use STRCPY to redefine symbol name. * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.S: Remove file. * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise. * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.S: Likewise. * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise. * sysdeps/powerpc/powerpc64/power7/stpcpy.S: Likewise. * sysdeps/powerpc/powerpc64/power7/strcpy.S: Likewise. * sysdeps/powerpc/powerpc64/power7/strcpy.c: Likewise. * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise. * sysdeps/powerpc/powerpc64/strcpy.S: Likewise. * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c [SHARED && IS_IN (libc)]: Include . * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c [SHARED && IS_IN (libc)]: Include . * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file. * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: Likewise. * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: Likewise. * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: Likewise. * sysdeps/powerpc/powerpc64/power7/strcpy.c: Likewise. -- simple_stpcpy __stpcpy_power8 __stpcpy_power7 __stpcpy_ppc Length 0, alignments in bytes 0/ 0: 4.59375 5.70312 7.65625 13.3594 Length 0, alignments in bytes 0/ 0: 4.23438 5.9375 7.67188 13.4375 Length 0, alignments in bytes 0/ 0: 4.15625 5.54688 7.6875 13.2656 Length 0, alignments in bytes 0/ 0: 4.25 5.59375 7.67188 13.2656 Length 1, alignments in bytes 0/ 0: 4.3125 5.1875 8.76562 13.2969 Length 1, alignments in bytes 0/ 0: 4.21875 5 8.78125 13.2656 Length 1, alignments in bytes 0/ 1: 4.09375 4.92188 9.45312 8.01562 Length 1, alignments in bytes 1/ 0: 3.98438 4.9375 9.85938 7.875 Length 2, alignments in bytes 0/ 0: 8.40625 4.90625 8.17188 13.6562 Length 2, alignments in bytes 0/ 0: 8.40625 5.04688 8.17188 13.4688 Length 2, alignments in bytes 0/ 2: 8.3125 4.875 9.78125 8.57812 Length 2, alignments in bytes 2/ 0: 8.4375 4.875 9.71875 8.45312 Length 3, alignments in bytes 0/ 0: 4.26562 5.8125 9.10938 13.3594 Length 3, alignments in bytes 0/ 0: 4.35938 5.60938 9.23438 13.3281 Length 3, alignments in bytes 0/ 3: 3.76562 5.54688 9.70312 9.67188 Length 3, alignments in bytes 3/ 0: 4.53125 5.53125 9.85938 9.57812 Length 4, alignments in bytes 0/ 0: 5.29688 5.15625 8.85938 14.0625 Length 4, alignments in bytes 0/ 0: 5.03125 4.875 8.64062 13.9844 Length 4, alignments in bytes 0/ 4: 4.3125 5 10.1719 13.5156 Length 4, alignments in bytes 4/ 0: 4.29688 4.98438 11.4531 13.5 Length 5, alignments in bytes 0/ 0: 11.1875 4.5 9.48438 15.1719 Length 5, alignments in bytes 0/ 0: 11.1562 4.46875 9.25 15.1562 Length 5, alignments in bytes 0/ 5: 11.0312 4.28125 10.1406 11.0625 Length 5, alignments in bytes 5/ 0: 11.6094 4.42188 13.5938 10.9219 Length 6, alignments in bytes 0/ 0: 6.39062 4.65625 9.70312 15.7969 Length 6, alignments in bytes 0/ 0: 5.78125 4.5625 9.60938 15.625 Length 6, alignments in bytes 0/ 6: 5.6875 4.53125 10.5156 11.5938 Length 6, alignments in bytes 6/ 0: 5.65625 4.54688 13.1719 11.6719 Length 7, alignments in bytes 0/ 0: 7.17188 3.71875 4.85938 9.70312 Length 7, alignments in bytes 0/ 0: 6.54688 3.65625 5 9.57812 Length 7, alignments in bytes 0/ 7: 6.23438 3.65625 5.9375 12.5312 Length 7, alignments in bytes 7/ 0: 6.29688 3.78125 13.0312 12.1719 Length 8, alignments in bytes 0/ 0: 18.1875 5.53125 8.82812 13.0781 Length 8, alignments in bytes 0/ 0: 12.1094 5.46875 8.73438 13.0938 Length 8, alignments in bytes 0/ 0: 14.9062 5.4375 8.78125 13.0781 Length 8, alignments in bytes 0/ 0: 12.9531 5.375 8.71875 13.0781 Length 9, alignments in bytes 0/ 0: 8.34375 5.07812 8.57812 13.3125 Length 9, alignments in bytes 0/ 0: 7.8125 4.65625 8.5625 13.2656 Length 9, alignments in bytes 0/ 1: 7.875 4.73438 13.3438 13.7969 Length 9, alignments in bytes 1/ 0: 7.73438 4.5625 13.3438 13.3906 Length 10, alignments in bytes 0/ 0: 9 4.78125 9.21875 13.3438 Length 10, alignments in bytes 0/ 0: 8.34375 4.84375 9.10938 13.2031 Length 10, alignments in bytes 0/ 2: 8.42188 4.9375 13.6875 14.3906 Length 10, alignments in bytes 2/ 0: 8.5 4.75 13.5469 14.3594 Length 11, alignments in bytes 0/ 0: 9.5625 5.96875 9.25 13.3906 Length 11, alignments in bytes 0/ 0: 9.21875 5.26562 8.95312 13.2656 Length 11, alignments in bytes 0/ 3: 9.82812 5.35938 13.5938 15.0625 Length 11, alignments in bytes 3/ 0: 9.20312 5.25 13.2656 15 Length 12, alignments in bytes 0/ 0: 10.3438 4.96875 9.70312 13.4844 Length 12, alignments in bytes 0/ 0: 10.0938 4.92188 9.60938 13.4062 Length 12, alignments in bytes 0/ 4: 10.0312 4.89062 12.5938 15.3438 Length 12, alignments in bytes 4/ 0: 9.84375 4.70312 12.4062 15.125 Length 13, alignments in bytes 0/ 0: 21.5156 4.89062 9.92188 13.7812 Length 13, alignments in bytes 0/ 0: 22.0312 4.625 9.79688 13.75 Length 13, alignments in bytes 0/ 5: 22.0469 4.78125 14.9219 16.1406 Length 13, alignments in bytes 5/ 0: 22.3438 4.625 14.5625 15.8594 Length 14, alignments in bytes 0/ 0: 22.3594 4.67188 10.0312 14.0625 Length 14, alignments in bytes 0/ 0: 22.2344 4.96875 9.9375 13.9688 Length 14, alignments in bytes 0/ 6: 21.9688 4.70312 14.8125 16.7812 Length 14, alignments in bytes 6/ 0: 21.875 4.60938 14.4531 16.75 Length 15, alignments in bytes 0/ 0: 22.4375 5.78125 5.82812 10.1719 Length 15, alignments in bytes 0/ 0: 22.7188 5.3125 5.60938 10.0938 Length 15, alignments in bytes 0/ 7: 22.7812 5.28125 10.4219 17.5938 Length 15, alignments in bytes 7/ 0: 22.5625 5.21875 14.3594 17.2969 Length 16, alignments in bytes 0/ 0: 14.7031 8.01562 13.9844 14.2812 Length 16, alignments in bytes 7/ 2: 13.4062 5.89062 11.8125 17.75 Length 32, alignments in bytes 0/ 0: 34.5312 9.03125 11.7188 15.6094 Length 32, alignments in bytes 6/ 4: 34.4375 8.14062 19.2969 26.2812 Length 64, alignments in bytes 0/ 0: 68.0625 11.6094 14.2188 18.4688 Length 64, alignments in bytes 5/ 6: 68.1875 9.70312 30.6562 43.3438 Length 128, alignments in bytes 0/ 0: 139.078 15.125 19.6719 23.7656 Length 128, alignments in bytes 4/ 0: 138.984 14.3281 30.6719 33.7812 Length 256, alignments in bytes 0/ 0: 281.156 27.7656 31.625 33.4844 Length 256, alignments in bytes 3/ 2: 280.719 27.5 50.6406 166.688 Length 512, alignments in bytes 0/ 0: 564.891 43.7656 49.1562 55.1094 Length 512, alignments in bytes 2/ 4: 562.641 45.2031 73.0469 331.188 Length 1024, alignments in bytes 0/ 0: 1135.09 71.5469 90.4219 97.7969 Length 1024, alignments in bytes 1/ 6: 1131.62 75.4688 127.047 655.906 Length 16, alignments in bytes 1/ 2: 13.8281 7.23438 14.2188 17.8594 Length 16, alignments in bytes 2/ 1: 13.6562 7.20312 19.5938 17.7031 Length 16, alignments in bytes 1/ 1: 13.5469 7.20312 16.2969 17.7188 Length 16, alignments in bytes 1/ 1: 13.25 7.07812 16.0312 17.4375 Length 32, alignments in bytes 2/ 4: 34.7656 8.9375 16.0625 25.7188 Length 32, alignments in bytes 4/ 2: 34.5938 8.21875 20.4844 25.9688 Length 32, alignments in bytes 2/ 2: 34.9531 7.79688 16.8281 26.1562 Length 32, alignments in bytes 2/ 2: 34.7812 7.90625 16.5938 26.3438 Length 64, alignments in bytes 3/ 6: 68.0469 11.25 27.0312 43.0312 Length 64, alignments in bytes 6/ 3: 68.0156 9.57812 22.8906 43.3906 Length 64, alignments in bytes 3/ 3: 67.7188 10.5312 19.0469 42.7031 Length 64, alignments in bytes 3/ 3: 67.7656 10.8281 18.5938 43.5 Length 128, alignments in bytes 4/ 0: 138.828 13.7656 30.7031 33.8281 Length 128, alignments in bytes 0/ 4: 139.062 15.2031 30.2812 33.5938 Length 128, alignments in bytes 4/ 4: 138.609 13.7969 23.5469 33.3594 Length 128, alignments in bytes 4/ 4: 138.906 13.7344 22.9688 33.4531 Length 256, alignments in bytes 5/ 2: 280.844 26.5312 49.9375 167.156 Length 256, alignments in bytes 2/ 5: 280.984 28.7344 48.375 166.891 Length 256, alignments in bytes 5/ 5: 280.688 26.2188 35.6094 225.375 Length 256, alignments in bytes 5/ 5: 279.453 26 34.6562 167.781 Length 512, alignments in bytes 6/ 4: 563.062 42.75 76.4531 330.359 Length 512, alignments in bytes 4/ 6: 561.359 44.6719 74.7969 331.016 Length 512, alignments in bytes 6/ 6: 565.469 42.7656 53.1875 330.25 Length 512, alignments in bytes 6/ 6: 565.844 42.4688 52.625 330.219 Length 1024, alignments in bytes 7/ 6: 1131.41 70.4219 123.406 655.562 Length 1024, alignments in bytes 6/ 7: 1128.56 75 127.188 1118.81 Length 1024, alignments in bytes 7/ 7: 1229.09 76.7344 97.3594 713.812 Length 1024, alignments in bytes 7/ 7: 1232.34 76.9062 96.9688 714.062 Length 16, alignments in bytes 0/ 4: 15 8.48438 14.0938 17.75 Length 16, alignments in bytes 4/ 0: 14.5938 7.82812 14.8594 17.4375 Length 16, alignments in bytes 4/ 4: 14.5938 7.57812 16.2969 17.6094 Length 16, alignments in bytes 2/ 2: 14.6719 7.67188 17.2031 19.3438 Length 16, alignments in bytes 2/ 6: 14.4688 7.9375 17.2188 19.625 Length 16, alignments in bytes 6/ 2: 14.6562 7.92188 16.4844 19.5469 Length 16, alignments in bytes 1/ 7: 14.4688 7.73438 16.625 19.5156 Length 16, alignments in bytes 7/ 1: 14.5625 6.26562 13.1094 19.2031 Length 16, alignments in bytes 3/ 4: 14.625 9.15625 15.3281 19.3125 Length 16, alignments in bytes 4/ 3: 14.5312 7.64062 20.1094 19.4062 Length 16, alignments in bytes 5/ 7: 14.5938 6.9375 17.6094 19.4375 Length 16, alignments in bytes 7/ 5: 15.375 6.42188 13.0625 19.4531 Length 20, alignments in bytes 0/ 4: 18.7656 7.875 15.4844 18.0156 Length 20, alignments in bytes 4/ 0: 18.3906 8.60938 14.8594 18.0312 Length 20, alignments in bytes 4/ 4: 18.4844 7.98438 16.4219 18.125 Length 20, alignments in bytes 2/ 2: 18.8281 7.48438 18.1875 21.5938 Length 20, alignments in bytes 2/ 6: 18.3125 7.25 18.3594 21.7344 Length 20, alignments in bytes 6/ 2: 18.5312 8.04688 16.5156 21.8438 Length 20, alignments in bytes 1/ 7: 18.8594 6.90625 17.7969 21.9844 Length 20, alignments in bytes 7/ 1: 18.5312 8.375 17.3125 21.9375 Length 20, alignments in bytes 3/ 4: 18.75 6.1875 10.8281 21.7344 Length 20, alignments in bytes 4/ 3: 18.375 8.1875 19.6719 21.7969 Length 20, alignments in bytes 5/ 7: 18.3438 7.625 16.4688 21.7031 Length 20, alignments in bytes 7/ 5: 18.3125 8.10938 18.4688 21.4219 Length 24, alignments in bytes 0/ 4: 29.2969 8.14062 15.6406 19.4531 Length 24, alignments in bytes 4/ 0: 28.8594 7.51562 16.125 19.3281 Length 24, alignments in bytes 4/ 4: 29 7.39062 17.125 19.0781 Length 24, alignments in bytes 2/ 2: 29.0625 7.54688 18.125 24.3906 Length 24, alignments in bytes 2/ 6: 29.8594 7.42188 17.4688 24.4062 Length 24, alignments in bytes 6/ 2: 29.5312 7.35938 18.1406 23.6875 Length 24, alignments in bytes 1/ 7: 29.0781 7.51562 16.7031 24.1875 Length 24, alignments in bytes 7/ 1: 29.3594 8.15625 13.5938 23.75 Length 24, alignments in bytes 3/ 4: 29.3281 8.25 16.3906 23.9219 Length 24, alignments in bytes 4/ 3: 29.3438 7.39062 20.6406 24.5 Length 24, alignments in bytes 5/ 7: 29.2656 7.0625 17.8125 24.5625 Length 24, alignments in bytes 7/ 5: 28.875 7.92188 13.6094 24.4062 Length 28, alignments in bytes 0/ 4: 33.5625 7.53125 16.5781 19.6875 Length 28, alignments in bytes 4/ 0: 32.7969 10.3281 15.6406 19.5625 Length 28, alignments in bytes 4/ 4: 33.2969 9.71875 17.0312 19.4219 Length 28, alignments in bytes 2/ 2: 33.4062 7.46875 19.125 26.2812 Length 28, alignments in bytes 2/ 6: 33.5312 7.14062 18.3906 26 Length 28, alignments in bytes 6/ 2: 33.3281 9.51562 17.8594 26.3438 Length 28, alignments in bytes 1/ 7: 33.75 7.1875 18.2188 26.5156 Length 28, alignments in bytes 7/ 1: 33.5469 9.60938 17.8438 26.25 Length 28, alignments in bytes 3/ 4: 33.9062 8.3125 11.6562 25.9375 Length 28, alignments in bytes 4/ 3: 33.25 9.4375 20.4062 26.0156 Length 28, alignments in bytes 5/ 7: 33.4219 8.8125 17.2969 26.1094 Length 28, alignments in bytes 7/ 5: 33.7969 9.28125 18.6094 26.3281 Length 32, alignments in bytes 0/ 4: 37.5156 9.84375 16.6875 20.7188 Length 32, alignments in bytes 4/ 0: 37.3906 8.65625 16.9844 20.7344 Length 32, alignments in bytes 4/ 4: 37.8125 8.875 17.5469 20.7344 Length 32, alignments in bytes 2/ 2: 37.8125 8.67188 18.2656 28.3281 Length 32, alignments in bytes 2/ 6: 37.4688 8.71875 18.4062 28.5781 Length 32, alignments in bytes 6/ 2: 38.0625 8.95312 18.4375 28.375 Length 32, alignments in bytes 1/ 7: 37.6875 8.60938 17.625 28.8125 Length 32, alignments in bytes 7/ 1: 37.8438 7.98438 14.8438 28.3125 Length 32, alignments in bytes 3/ 4: 38.0469 10.1875 17.2812 28.375 Length 32, alignments in bytes 4/ 3: 37.6562 8.57812 21.3594 28.4688 Length 32, alignments in bytes 5/ 7: 37.3125 8.5 18.6094 27.9219 Length 32, alignments in bytes 7/ 5: 37.2344 7.23438 14.5781 28.25 Length 36, alignments in bytes 0/ 4: 41.8125 8.65625 17.1719 20.7344 Length 36, alignments in bytes 4/ 0: 42.1094 10.0156 16.7812 20.6875 Length 36, alignments in bytes 4/ 4: 42.3125 9.1875 18.0625 20.7812 Length 36, alignments in bytes 2/ 2: 41.9688 8.6875 19.2656 30.6094 Length 36, alignments in bytes 2/ 6: 42.4062 8.65625 19.5 30.2656 Length 36, alignments in bytes 6/ 2: 42.0625 9.25 18.5156 30.4688 Length 36, alignments in bytes 1/ 7: 42.3438 8.82812 18.7656 30.6406 Length 36, alignments in bytes 7/ 1: 41.9688 9.46875 18.7188 30.6562 Length 36, alignments in bytes 3/ 4: 42.2656 7.45312 12.5625 30.3438 Length 36, alignments in bytes 4/ 3: 41.9531 9.28125 20.9844 30.6406 Length 36, alignments in bytes 5/ 7: 42.2812 8.6875 18.25 30.7031 Length 36, alignments in bytes 7/ 5: 42.0625 9.5 19.8438 30.5938 Length 40, alignments in bytes 0/ 4: 46.1094 9.34375 16.625 22.1406 Length 40, alignments in bytes 4/ 0: 46.0156 8.59375 17.8438 21.9844 Length 40, alignments in bytes 4/ 4: 46.7969 8.40625 18.7344 22.2031 Length 40, alignments in bytes 2/ 2: 46.3594 8.75 19.75 32.9062 Length 40, alignments in bytes 2/ 6: 47.1562 8.5625 18.9531 32.7344 Length 40, alignments in bytes 6/ 2: 46.2188 8.79688 18.9062 33.2188 Length 40, alignments in bytes 1/ 7: 46.2031 8.53125 18.3438 32.625 Length 40, alignments in bytes 7/ 1: 47.2188 9.53125 14.5312 32.2812 Length 40, alignments in bytes 3/ 4: 46.4375 9.67188 17.8438 32.7344 Length 40, alignments in bytes 4/ 3: 46.9062 8.6875 22.4688 32.9219 Length 40, alignments in bytes 5/ 7: 46.6562 8.70312 19.1406 32.2969 Length 40, alignments in bytes 7/ 5: 46.5312 9.23438 15.0625 32.3594 Length 44, alignments in bytes 0/ 4: 50.7188 9.07812 17.9375 22.2344 Length 44, alignments in bytes 4/ 0: 51.3906 11.4062 17.5625 22.1719 Length 44, alignments in bytes 4/ 4: 51.6562 10.4219 18.2344 22.0938 Length 44, alignments in bytes 2/ 2: 50.6562 8.20312 20.1875 34.6562 Length 44, alignments in bytes 2/ 6: 51.0938 8.15625 20.3281 34.625 Length 44, alignments in bytes 6/ 2: 50.9844 10.7031 19.0469 34.7188 Length 44, alignments in bytes 1/ 7: 51.0938 8.45312 19.7344 35.1406 Length 44, alignments in bytes 7/ 1: 50.9531 10.2656 19.5938 35.1719 Length 44, alignments in bytes 3/ 4: 51.3125 9.45312 13.2344 34.8438 Length 44, alignments in bytes 4/ 3: 50.3281 10.1875 21.625 34.7344 Length 44, alignments in bytes 5/ 7: 50.6562 10.1406 19.1719 34.2188 Length 44, alignments in bytes 7/ 5: 51.5156 10.7969 20.1875 34.7188 Length 48, alignments in bytes 0/ 4: 56.125 10.9062 17.7031 23.375 Length 48, alignments in bytes 4/ 0: 55.6875 9.79688 18.25 23.4375 Length 48, alignments in bytes 4/ 4: 55.8438 9.70312 18.9688 23.2188 Length 48, alignments in bytes 2/ 2: 54.5312 9.625 20.2031 37.8125 Length 48, alignments in bytes 2/ 6: 55.6875 9.875 19.9688 36.6094 Length 48, alignments in bytes 6/ 2: 55.1094 10.2188 19.9531 37 Length 48, alignments in bytes 1/ 7: 55.7344 9.8125 18.9531 36.8281 Length 48, alignments in bytes 7/ 1: 55.8594 8.625 15.8281 37.1719 Length 48, alignments in bytes 3/ 4: 55.3438 10.3281 18.8594 37.1406 Length 48, alignments in bytes 4/ 3: 55.5469 9.70312 22.8281 36.7031 Length 48, alignments in bytes 5/ 7: 54.9219 9.35938 20.1719 37.1875 Length 48, alignments in bytes 7/ 5: 55.3906 8.4375 16.1562 36.8906 Length 52, alignments in bytes 0/ 4: 60.0312 9.92188 18.4375 23.1562 Length 52, alignments in bytes 4/ 0: 60.4062 11.375 18.1719 23.4844 Length 52, alignments in bytes 4/ 4: 60.7031 10.5 19.4062 23.4375 Length 52, alignments in bytes 2/ 2: 59.5938 9.54688 20.375 39.3438 Length 52, alignments in bytes 2/ 6: 60.1562 9.51562 21.2969 39 Length 52, alignments in bytes 6/ 2: 60.0938 10.3281 19.7812 39.2656 Length 52, alignments in bytes 1/ 7: 60.2656 9.29688 20.7031 39.4375 Length 52, alignments in bytes 7/ 1: 60.2812 10.1875 20.0938 38.9844 Length 52, alignments in bytes 3/ 4: 60.2188 9.28125 14.1562 39.4531 Length 52, alignments in bytes 4/ 3: 59.9219 10.1719 22.5938 39.1719 Length 52, alignments in bytes 5/ 7: 60.3281 10.1719 19.75 38.8906 Length 52, alignments in bytes 7/ 5: 60.1094 10.4531 21.2344 39.5312 Length 56, alignments in bytes 0/ 4: 64.3438 10.6406 18.4844 24.7188 Length 56, alignments in bytes 4/ 0: 65.0625 9.875 19 24.8281 Length 56, alignments in bytes 4/ 4: 64.2344 10.0938 19.8281 24.8438 Length 56, alignments in bytes 2/ 2: 65.1719 9.51562 20.9219 41.6094 Length 56, alignments in bytes 2/ 6: 65.0156 9.95312 20.9062 41.25 Length 56, alignments in bytes 6/ 2: 65 9.92188 20.8438 41.8125 Length 56, alignments in bytes 1/ 7: 64.4531 10.0625 19.9375 41.4844 Length 56, alignments in bytes 7/ 1: 64.4844 10.7344 17.0156 41.7344 Length 56, alignments in bytes 3/ 4: 64.2344 10.9375 19.2656 41.8906 Length 56, alignments in bytes 4/ 3: 64.6719 9.89062 23.8438 41.6406 Length 56, alignments in bytes 5/ 7: 64.0938 9.39062 20.9375 41.625 Length 56, alignments in bytes 7/ 5: 65.3281 10.7344 17.0938 41.875 Length 60, alignments in bytes 0/ 4: 69.9062 10.0781 19.1875 24.4062 Length 60, alignments in bytes 4/ 0: 69.4219 11.9688 19.2812 24.6406 Length 60, alignments in bytes 4/ 4: 69.9375 11.2188 20.2344 24.6875 Length 60, alignments in bytes 2/ 2: 69.7969 9.64062 21.3594 44.1562 Length 60, alignments in bytes 2/ 6: 69.2188 9.29688 22.0625 44.2188 Length 60, alignments in bytes 6/ 2: 70.4688 11.8281 20.5938 44.2188 Length 60, alignments in bytes 1/ 7: 69.0781 9.39062 21.5938 44.0469 Length 60, alignments in bytes 7/ 1: 69.7812 11.8438 21.3906 44.375 Length 60, alignments in bytes 3/ 4: 70.6094 10.4688 15.2031 44 Length 60, alignments in bytes 4/ 3: 70.3125 11.4531 23.4844 44.0156 Length 60, alignments in bytes 5/ 7: 70 10.8594 20.625 44.375 Length 60, alignments in bytes 7/ 5: 69.4844 11.4688 22 44.5156 Length 64, alignments in bytes 0/ 4: 73.5625 11.4375 18.9375 25.9531 Length 64, alignments in bytes 4/ 0: 74.5312 10.9062 20.1094 25.9844 Length 64, alignments in bytes 4/ 4: 74.0312 10.8594 20.25 25.8594 Length 64, alignments in bytes 2/ 2: 74.3125 10.6094 21.1875 47.2188 Length 64, alignments in bytes 2/ 6: 73.0156 10.7812 27.4688 46.9688 Length 64, alignments in bytes 6/ 2: 73.2031 10.75 21.5 46.9844 Length 64, alignments in bytes 1/ 7: 74.9062 10.7656 20.7812 47.1719 Length 64, alignments in bytes 7/ 1: 73.6875 9.4375 17.375 47.0312 Length 64, alignments in bytes 3/ 4: 74.4531 11.5312 20.3594 47.0312 Length 64, alignments in bytes 4/ 3: 74.3125 10.4219 24.875 46.8594 Length 64, alignments in bytes 5/ 7: 74.5625 10.2188 22.0156 46.8125 Length 64, alignments in bytes 7/ 5: 75.3594 9.07812 18.2812 46.6719 Length 68, alignments in bytes 0/ 4: 80.2031 10.9844 20.2344 25.7969 Length 68, alignments in bytes 4/ 0: 79.1875 12.1562 19.8281 25.8438 Length 68, alignments in bytes 4/ 4: 79.1094 11.2344 20.3906 25.75 Length 68, alignments in bytes 2/ 2: 78.2656 10.4844 21.4219 49.5781 Length 68, alignments in bytes 2/ 6: 79.0469 10.375 29.0625 50.3125 Length 68, alignments in bytes 6/ 2: 79 10.8438 21.7344 49.8438 Length 68, alignments in bytes 1/ 7: 79.9688 10.0781 22.3594 49.8438 Length 68, alignments in bytes 7/ 1: 79.0938 11.4688 22.4531 49.875 Length 68, alignments in bytes 3/ 4: 79.6875 9.4375 16.0781 49.4844 Length 68, alignments in bytes 4/ 3: 79.5 11.1875 24.4219 49.8125 Length 68, alignments in bytes 5/ 7: 78.4688 10.7656 27.3438 49.9844 Length 68, alignments in bytes 7/ 5: 79.1406 11.0938 22.9844 49.7969 Length 72, alignments in bytes 0/ 4: 84.5938 11.5 19.8438 27.3906 Length 72, alignments in bytes 4/ 0: 83.6406 10.4375 20.9062 27.1875 Length 72, alignments in bytes 4/ 4: 83.6875 10.9688 21.3906 26.9688 Length 72, alignments in bytes 2/ 2: 83.8594 11.125 22.3594 52.8125 Length 72, alignments in bytes 2/ 6: 83.9688 10.6406 27.7969 52.875 Length 72, alignments in bytes 6/ 2: 84.1719 10.875 22.7656 52.4062 Length 72, alignments in bytes 1/ 7: 83.9219 10.7812 27.3594 52.7969 Length 72, alignments in bytes 7/ 1: 84.4219 11.6719 18.4688 52.8906 Length 72, alignments in bytes 3/ 4: 83.1406 11.4375 21.5 52.6719 Length 72, alignments in bytes 4/ 3: 83.25 10.7031 26.1406 52.5312 Length 72, alignments in bytes 5/ 7: 84.2031 10.2812 28.8438 52.5156 Length 72, alignments in bytes 7/ 5: 83.5781 10.9844 19.1719 52.8594 Length 76, alignments in bytes 0/ 4: 88.6719 10.8281 21.25 27.0781 Length 76, alignments in bytes 4/ 0: 89.0312 13.3906 26.1875 27.375 Length 76, alignments in bytes 4/ 4: 89.4844 12.7344 21.0625 27.125 Length 76, alignments in bytes 2/ 2: 90.1094 10.7656 22.5938 55.5781 Length 76, alignments in bytes 2/ 6: 89.2969 10.3438 29.2969 55.75 Length 76, alignments in bytes 6/ 2: 88.5938 12.4219 22.5625 55.4062 Length 76, alignments in bytes 1/ 7: 87.7969 10.375 29.3125 55.6875 Length 76, alignments in bytes 7/ 1: 87.9688 12.8125 23.0469 55.3438 Length 76, alignments in bytes 3/ 4: 88.9688 11.8906 17.5781 55.8281 Length 76, alignments in bytes 4/ 3: 89.4219 12.6875 25.4062 55.6562 Length 76, alignments in bytes 5/ 7: 88.6719 12.2188 28.375 55.7969 Length 76, alignments in bytes 7/ 5: 87.5156 12.3594 23.8438 55.5156 Length 80, alignments in bytes 0/ 4: 93.8125 12.5625 20.8906 28.7031 Length 80, alignments in bytes 4/ 0: 93.2656 11.9062 27.2656 28.5 Length 80, alignments in bytes 4/ 4: 94.5469 11.6875 21.4531 28.6094 Length 80, alignments in bytes 2/ 2: 94.375 11.9531 22.1719 58.5 Length 80, alignments in bytes 2/ 6: 93.6562 11.7656 52.625 58.3438 Length 80, alignments in bytes 6/ 2: 92.7812 11.9375 23.7031 58.3906 Length 80, alignments in bytes 1/ 7: 92.5156 11.7969 28.5781 58.3906 Length 80, alignments in bytes 7/ 1: 94 10.8438 20.3125 58.3281 Length 80, alignments in bytes 3/ 4: 93.7031 12.4688 22.4531 58.6094 Length 80, alignments in bytes 4/ 3: 92.0469 11.6406 26.9688 58.5156 Length 80, alignments in bytes 5/ 7: 94 11.0312 29.7188 58.2031 Length 80, alignments in bytes 7/ 5: 92.5469 10.3438 20.3125 58.3125 Length 84, alignments in bytes 0/ 4: 97.7969 11.8125 22.2031 28.5312 Length 84, alignments in bytes 4/ 0: 98.2969 13.0938 27.1719 28.4375 Length 84, alignments in bytes 4/ 4: 97.4531 12.3594 22.1094 28.2812 Length 84, alignments in bytes 2/ 2: 98.6562 11.4688 23.0312 61.1406 Length 84, alignments in bytes 2/ 6: 97.6094 11.2969 30.125 61.4062 Length 84, alignments in bytes 6/ 2: 185.547 12.1562 23.75 61.2812 Length 84, alignments in bytes 1/ 7: 97.4219 11.2188 30.1406 61.5156 Length 84, alignments in bytes 7/ 1: 98.4062 12.4062 24.0156 61.3125 Length 84, alignments in bytes 3/ 4: 99.3438 10.4844 21.0312 61.375 Length 84, alignments in bytes 4/ 3: 98.6094 12.4062 32.8281 61.2812 Length 84, alignments in bytes 5/ 7: 98.9375 11.9531 29.4062 61.1406 Length 84, alignments in bytes 7/ 5: 98.625 12.5469 25.0312 60.8594 Length 88, alignments in bytes 0/ 4: 104.016 12.3438 21.75 30.0625 Length 88, alignments in bytes 4/ 0: 103.375 11.6406 28.6406 29.8281 Length 88, alignments in bytes 4/ 4: 103.609 11.5 22.1875 29.7031 Length 88, alignments in bytes 2/ 2: 103.906 11.7188 23.4844 64.3594 Length 88, alignments in bytes 2/ 6: 103.359 11.6094 29.625 64.0781 Length 88, alignments in bytes 6/ 2: 103.938 11.9375 24.625 64.0469 Length 88, alignments in bytes 1/ 7: 103.281 11.75 29.5781 64.3594 Length 88, alignments in bytes 7/ 1: 103.125 12.75 21.1875 64.375 Length 88, alignments in bytes 3/ 4: 102.922 12.9375 28.6875 64.0312 Length 88, alignments in bytes 4/ 3: 103.422 11.5781 34.2344 63.5469 Length 88, alignments in bytes 5/ 7: 103.062 11.8281 30.8594 64.0469 Length 88, alignments in bytes 7/ 5: 102.625 12.2031 22.0625 63.9219 Length 92, alignments in bytes 0/ 4: 107.156 12.0469 23.0469 29.9219 Length 92, alignments in bytes 4/ 0: 107.766 14.7344 28.2344 29.6875 Length 92, alignments in bytes 4/ 4: 108 13.6094 22.3906 29.5938 Length 92, alignments in bytes 2/ 2: 108.406 11.2812 23.9844 67.1875 Length 92, alignments in bytes 2/ 6: 107.797 11.2344 31.3594 66.875 Length 92, alignments in bytes 6/ 2: 107.234 13.0156 24.3438 66.7344 Length 92, alignments in bytes 1/ 7: 107.969 11.3438 31.2344 66.8281 Length 92, alignments in bytes 7/ 1: 107.422 13.7656 24.8438 67.2344 Length 92, alignments in bytes 3/ 4: 107.438 12.9844 26.0781 66.6875 Length 92, alignments in bytes 4/ 3: 107.594 13.8438 34.125 66.4219 Length 92, alignments in bytes 5/ 7: 107.25 13.3125 30.3438 66.6875 Length 92, alignments in bytes 7/ 5: 107.828 13.4531 31.9062 66.6094 Length 96, alignments in bytes 0/ 4: 112.047 13.5469 28.1719 31.1875 Length 96, alignments in bytes 4/ 0: 113.531 12.6875 29.4688 31.0781 Length 96, alignments in bytes 4/ 4: 112.75 12.7031 22.5312 31.3281 Length 96, alignments in bytes 2/ 2: 113.375 12.9688 23.5312 69.9375 Length 96, alignments in bytes 2/ 6: 113.047 12.6094 30.9844 69.7812 Length 96, alignments in bytes 6/ 2: 112.812 12.6719 25.5938 69.6094 Length 96, alignments in bytes 1/ 7: 112.094 12.9062 30.2969 69.3906 Length 96, alignments in bytes 7/ 1: 112.75 11.8125 21.5625 69.5156 Length 96, alignments in bytes 3/ 4: 112.875 13.6094 29.7969 69.2656 Length 96, alignments in bytes 4/ 3: 113.344 12.7188 35.1562 69.7344 Length 96, alignments in bytes 5/ 7: 112.641 12.0781 31.7188 69.7812 Length 96, alignments in bytes 7/ 5: 112.688 11.3906 27.5 69.7969 Length 100, alignments in bytes 0/ 4: 117.141 12.8594 29.25 31.1719 Length 100, alignments in bytes 4/ 0: 117.969 13.7656 29.3594 30.9062 Length 100, alignments in bytes 4/ 4: 117.656 13.4062 23.0469 31.0156 Length 100, alignments in bytes 2/ 2: 117.578 12.5156 24.3906 72.5 Length 100, alignments in bytes 2/ 6: 118.703 12.375 32.3906 72.4062 Length 100, alignments in bytes 6/ 2: 117.875 12.9062 31.1562 72.5469 Length 100, alignments in bytes 1/ 7: 118.328 12 32.1875 72.0781 Length 100, alignments in bytes 7/ 1: 118.078 13.625 31.9375 72.5469 Length 100, alignments in bytes 3/ 4: 117.344 11.4844 25.3125 72.625 Length 100, alignments in bytes 4/ 3: 116.156 13.5469 34.5781 72.6406 Length 100, alignments in bytes 5/ 7: 117.531 12.8906 31.3281 72.4688 Length 100, alignments in bytes 7/ 5: 117.109 13.3906 32.75 72.6562 Length 104, alignments in bytes 0/ 4: 121.688 13.5156 29.25 32.5156 Length 104, alignments in bytes 4/ 0: 121.234 12.9688 30.4062 32.5469 Length 104, alignments in bytes 4/ 4: 122.031 12.7188 23.5938 32.7969 Length 104, alignments in bytes 2/ 2: 122.328 13.1562 24.2031 75.5312 Length 104, alignments in bytes 2/ 6: 122.766 12.5156 31.75 74.8125 Length 104, alignments in bytes 6/ 2: 122.859 12.9688 32.3906 75.1562 Length 104, alignments in bytes 1/ 7: 122.703 12.9375 31.3906 74.9844 Length 104, alignments in bytes 7/ 1: 122.266 13.3281 27.7188 75.0781 Length 104, alignments in bytes 3/ 4: 120.969 13.5312 30.9531 75.3125 Length 104, alignments in bytes 4/ 3: 121.891 12.75 36.2812 75.1875 Length 104, alignments in bytes 5/ 7: 122.078 12.5469 32.8594 75.0156 Length 104, alignments in bytes 7/ 5: 122.766 13.375 28.2188 75.4531 Length 108, alignments in bytes 0/ 4: 204.797 12.8125 30.6094 32.1406 Length 108, alignments in bytes 4/ 0: 127.453 15.6875 30.2812 32.2031 Length 108, alignments in bytes 4/ 4: 128.016 14.7344 23.4688 32.25 Length 108, alignments in bytes 2/ 2: 127.406 12.7812 25.2344 78.4531 Length 108, alignments in bytes 2/ 6: 127.75 12.2656 33.3281 78.3438 Length 108, alignments in bytes 6/ 2: 128.266 14.7031 31.9531 77.7031 Length 108, alignments in bytes 1/ 7: 127.047 12.625 33.2812 78.3594 Length 108, alignments in bytes 7/ 1: 126.75 15 32.9219 77.9844 Length 108, alignments in bytes 3/ 4: 126.938 14.125 26.4219 78.0781 Length 108, alignments in bytes 4/ 3: 128.375 14.9531 35.6094 78.375 Length 108, alignments in bytes 5/ 7: 126.984 13.7344 32.25 78.0312 Length 108, alignments in bytes 7/ 5: 126.766 13.9375 33.7344 77.625 Length 112, alignments in bytes 0/ 4: 131.453 14.1406 30.4688 34 Length 112, alignments in bytes 4/ 0: 131.828 14.1875 31.4375 34 Length 112, alignments in bytes 4/ 4: 132.469 14.0625 24.0156 34.0781 Length 112, alignments in bytes 2/ 2: 131.766 14.3281 24.4844 81.0938 Length 112, alignments in bytes 2/ 6: 133.453 14.1094 32.7031 81.2344 Length 112, alignments in bytes 6/ 2: 132.25 13.875 32.9062 80.8125 Length 112, alignments in bytes 1/ 7: 130.984 13.6562 32.25 80.8281 Length 112, alignments in bytes 7/ 1: 132.156 15.5469 28.4844 80.9688 Length 112, alignments in bytes 3/ 4: 130.219 15.0781 31.6875 80.7969 Length 112, alignments in bytes 4/ 3: 131.578 14.1562 36.9688 80.7812 Length 112, alignments in bytes 5/ 7: 132.844 12.9375 33.7812 80.8438 Length 112, alignments in bytes 7/ 5: 131.141 15.5156 29.1719 80.8125 Length 116, alignments in bytes 0/ 4: 137.344 14.3594 31.6562 33.8125 Length 116, alignments in bytes 4/ 0: 137.016 14.7969 31.1406 33.6875 Length 116, alignments in bytes 4/ 4: 136.406 14.3281 24.25 33.8125 Length 116, alignments in bytes 2/ 2: 137.594 13.9844 25.4375 83.7969 Length 116, alignments in bytes 2/ 6: 138.391 13.6719 34.25 83.9844 Length 116, alignments in bytes 6/ 2: 135.797 14 32.7969 83.6406 Length 116, alignments in bytes 1/ 7: 136.219 12.9531 34.3906 83.5625 Length 116, alignments in bytes 7/ 1: 135.938 14.7969 34.1094 83.7344 Length 116, alignments in bytes 3/ 4: 137.078 16.0156 27.1562 84.0312 Length 116, alignments in bytes 4/ 3: 137.297 14.6406 36.4375 83.7969 Length 116, alignments in bytes 5/ 7: 137.844 14.2656 33.375 83.8906 Length 116, alignments in bytes 7/ 5: 137.328 14.4531 34.5625 83.4688 Length 120, alignments in bytes 0/ 4: 141.875 14.9844 31.3594 35.5156 Length 120, alignments in bytes 4/ 0: 142.969 14.0156 32.3125 35.4219 Length 120, alignments in bytes 4/ 4: 142.344 13.9375 24.7812 35.2031 Length 120, alignments in bytes 2/ 2: 141.531 14.2188 25.2812 87.0469 Length 120, alignments in bytes 2/ 6: 143.234 13.9531 33.75 86.5938 Length 120, alignments in bytes 6/ 2: 143.281 13.8125 34.1406 86.8281 Length 120, alignments in bytes 1/ 7: 141.969 13.9531 33.3906 86.7969 Length 120, alignments in bytes 7/ 1: 141.719 14.3594 29.5469 86.5312 Length 120, alignments in bytes 3/ 4: 142.328 15.0781 32.8438 86.2812 Length 120, alignments in bytes 4/ 3: 140.797 14.125 38.2344 86.8125 Length 120, alignments in bytes 5/ 7: 142.656 13.6094 34.7188 86.6562 Length 120, alignments in bytes 7/ 5: 140.656 14.375 29.9531 86.9219 Length 124, alignments in bytes 0/ 4: 145.641 14.3125 32.5 35.25 Length 124, alignments in bytes 4/ 0: 148 15.8125 31.8281 35.2031 Length 124, alignments in bytes 4/ 4: 145.922 15.8438 24.3125 35 Length 124, alignments in bytes 2/ 2: 146.797 14.4688 26.2188 89.6406 Length 124, alignments in bytes 2/ 6: 146.969 13.3125 35.5 89.625 Length 124, alignments in bytes 6/ 2: 146.969 14.875 33.7812 89.6094 Length 124, alignments in bytes 1/ 7: 146.75 13.8125 35.3438 89.5625 Length 124, alignments in bytes 7/ 1: 146.609 16.1719 34.8125 89.2188 Length 124, alignments in bytes 3/ 4: 147.469 14.9844 28.5938 89.2188 Length 124, alignments in bytes 4/ 3: 147.031 16.2969 37.5781 89.6562 Length 124, alignments in bytes 5/ 7: 146.484 15.5156 34.375 89.7969 Length 124, alignments in bytes 7/ 5: 148.219 15.9062 35.6094 89.1719 Length 128, alignments in bytes 0/ 4: 152.25 16.2656 32.4375 36.8281 Length 128, alignments in bytes 4/ 0: 150.375 67.3125 33.2969 36.4844 Length 128, alignments in bytes 4/ 4: 150.75 14.9219 25.0469 36.5625 Length 128, alignments in bytes 2/ 2: 152.172 15.3438 25.6094 92.2344 Length 128, alignments in bytes 2/ 6: 152.062 15.5469 34.75 92.3594 Length 128, alignments in bytes 6/ 2: 150.219 15.0938 35 92.5156 Length 128, alignments in bytes 1/ 7: 151.953 15.6094 34.4375 92.1875 Length 128, alignments in bytes 7/ 1: 150.906 13.0469 30.5156 92.2656 Length 128, alignments in bytes 3/ 4: 152.062 16.3438 33.8125 91.6094 Length 128, alignments in bytes 4/ 3: 151.531 15.0469 39.0625 92.1719 Length 128, alignments in bytes 5/ 7: 150.078 14.875 35.5 92.7188 Length 128, alignments in bytes 7/ 5: 150.688 13.8594 31.0156 92.3438 Length 132, alignments in bytes 0/ 4: 157.344 15.5156 33.5156 36.8125 Length 132, alignments in bytes 4/ 0: 156.516 16.1719 33.0781 36.4375 Length 132, alignments in bytes 4/ 4: 156.203 15.8438 25.375 36.4062 Length 132, alignments in bytes 2/ 2: 155.391 15.0625 26.7812 95.2969 Length 132, alignments in bytes 2/ 6: 155.734 13.9062 36.3438 94.7969 Length 132, alignments in bytes 6/ 2: 155.875 15.1406 34.9688 95.2031 Length 132, alignments in bytes 1/ 7: 156.531 15.1875 36.2344 95.1094 Length 132, alignments in bytes 7/ 1: 156.297 16.3906 345.297 94.75 Length 132, alignments in bytes 3/ 4: 155.016 14.1094 29.4844 95.2031 Length 132, alignments in bytes 4/ 3: 155.938 16.1875 38.4062 95.2969 Length 132, alignments in bytes 5/ 7: 156.219 15.2031 35.1875 94.9688 Length 132, alignments in bytes 7/ 5: 155.641 16.0156 36.875 95.375 Length 136, alignments in bytes 0/ 4: 160.484 16.3438 33.3594 38.3438 Length 136, alignments in bytes 4/ 0: 161.016 15.0156 34.2812 37.6875 Length 136, alignments in bytes 4/ 4: 161.141 14.7344 26.4062 37.5469 Length 136, alignments in bytes 2/ 2: 161.719 14.9219 26.3281 97.2656 Length 136, alignments in bytes 2/ 6: 160.422 15.125 35.75 97.8438 Length 136, alignments in bytes 6/ 2: 161.375 14.9844 36.0938 97.9531 Length 136, alignments in bytes 1/ 7: 161.328 15.2656 35.3906 97.9062 Length 136, alignments in bytes 7/ 1: 160.75 15.4844 31.2031 97.5469 Length 136, alignments in bytes 3/ 4: 160.797 16.5312 34.6875 97.7812 Length 136, alignments in bytes 4/ 3: 160.047 14.8125 39.9219 97.9219 Length 136, alignments in bytes 5/ 7: 161.422 15.125 36.8125 97.6562 Length 136, alignments in bytes 7/ 5: 160.156 15.375 32.1406 97.9531 Length 140, alignments in bytes 0/ 4: 165.719 15.2969 34.4219 38.2344 Length 140, alignments in bytes 4/ 0: 166.578 16.5469 34.0938 37.6719 Length 140, alignments in bytes 4/ 4: 165.688 16.0625 25.6875 38.1875 Length 140, alignments in bytes 2/ 2: 165.141 15.4688 27.5469 101.016 Length 140, alignments in bytes 2/ 6: 167.078 14.8438 37.25 100.531 Length 140, alignments in bytes 6/ 2: 164.906 16.6094 35.7344 100.438 Length 140, alignments in bytes 1/ 7: 166.812 15.4219 37.2188 100.797 Length 140, alignments in bytes 7/ 1: 166.125 17.2969 36.5312 101.047 Length 140, alignments in bytes 3/ 4: 165.297 16 30.5156 100.531 Length 140, alignments in bytes 4/ 3: 165.906 17.4531 39.1094 101.062 Length 140, alignments in bytes 5/ 7: 166.25 16.75 36.4062 100.812 Length 140, alignments in bytes 7/ 5: 165.672 17.2344 37.75 100.594 Length 144, alignments in bytes 0/ 4: 169.797 16.5625 34.1719 39.2344 Length 144, alignments in bytes 4/ 0: 169.984 16.4844 35.0469 39.3438 Length 144, alignments in bytes 4/ 4: 170.562 15.6562 26.4375 39.1719 Length 144, alignments in bytes 2/ 2: 171.391 15.8906 26.5938 104 Length 144, alignments in bytes 2/ 6: 170.344 16.6562 36.7812 103.625 Length 144, alignments in bytes 6/ 2: 170.188 15.2188 37 103.156 Length 144, alignments in bytes 1/ 7: 170.375 16.8281 36.25 103.812 Length 144, alignments in bytes 7/ 1: 171.406 14.8906 32.2812 103.406 Length 144, alignments in bytes 3/ 4: 169.438 17.4688 35.7031 103.328 Length 144, alignments in bytes 4/ 3: 169.391 16.3438 41.0469 103.406 Length 144, alignments in bytes 5/ 7: 171.406 16.1562 37.7656 103.469 Length 144, alignments in bytes 7/ 5: 169.078 14.8438 33.0469 103.234 Length 148, alignments in bytes 0/ 4: 175.719 16.7969 35.4844 39.6875 Length 148, alignments in bytes 4/ 0: 177 17.6562 35.1719 39.2188 Length 148, alignments in bytes 4/ 4: 176.188 17.1875 26.375 39.2812 Length 148, alignments in bytes 2/ 2: 175.531 16.4844 28.0156 105.938 Length 148, alignments in bytes 2/ 6: 175.25 16.2344 38.25 106.484 Length 148, alignments in bytes 6/ 2: 175.984 16.6562 36.9062 106.453 Length 148, alignments in bytes 1/ 7: 175.172 16.2656 38.3594 106.125 Length 148, alignments in bytes 7/ 1: 174.562 17.6094 37.8594 106.281 Length 148, alignments in bytes 3/ 4: 175.828 15.3594 31.5312 106.203 Length 148, alignments in bytes 4/ 3: 175.375 17.5938 40.6406 106.219 Length 148, alignments in bytes 5/ 7: 175.422 16.75 37.3125 106.406 Length 148, alignments in bytes 7/ 5: 176.062 17.4062 38.9375 105.828 Length 152, alignments in bytes 0/ 4: 179.547 17.5625 35.2656 40.7812 Length 152, alignments in bytes 4/ 0: 180.359 16.5156 36.1094 40.9062 Length 152, alignments in bytes 4/ 4: 179.328 16.25 27.2969 40.7656 Length 152, alignments in bytes 2/ 2: 179.391 16.5469 27.7031 109.812 Length 152, alignments in bytes 2/ 6: 179.406 16.4531 37.7031 109.109 Length 152, alignments in bytes 6/ 2: 180.594 16.5 37.8594 109.016 Length 152, alignments in bytes 1/ 7: 182.266 16.6719 37.7188 109.312 Length 152, alignments in bytes 7/ 1: 181.688 17.5781 32.9688 109 Length 152, alignments in bytes 3/ 4: 180.156 17 36.6406 109.234 Length 152, alignments in bytes 4/ 3: 180.922 16.4688 42.0938 109.766 Length 152, alignments in bytes 5/ 7: 180.906 16.4531 38.6406 109.516 Length 152, alignments in bytes 7/ 5: 181.516 17.5 34.1875 109.328 Length 156, alignments in bytes 0/ 4: 184.797 16.7344 36.3281 40.6406 Length 156, alignments in bytes 4/ 0: 186.094 23.5 36.1094 40.8125 Length 156, alignments in bytes 4/ 4: 184 22.8438 26.8438 40.8594 Length 156, alignments in bytes 2/ 2: 186.438 16.5 28.4688 112.391 Length 156, alignments in bytes 2/ 6: 184.969 16.3125 39.2656 111.922 Length 156, alignments in bytes 6/ 2: 185.094 23.5469 37.7656 111.734 Length 156, alignments in bytes 1/ 7: 185.516 16.6562 39.4219 112.141 Length 156, alignments in bytes 7/ 1: 185.484 25.8125 38.7969 111.562 Length 156, alignments in bytes 3/ 4: 185.531 17.7812 32.2344 111.406 Length 156, alignments in bytes 4/ 3: 186.016 23.1719 41.5 112 Length 156, alignments in bytes 5/ 7: 184.734 23.3906 38.5469 111.531 Length 156, alignments in bytes 7/ 5: 186.109 22.9375 39.6562 112.203 Length 160, alignments in bytes 0/ 4: 189.828 23.75 36.5 42.0469 Length 160, alignments in bytes 4/ 0: 189.297 22.2969 37.3438 41.7969 Length 160, alignments in bytes 4/ 4: 189.781 22.125 27.1406 42.0156 Length 160, alignments in bytes 2/ 2: 190.938 22.2031 27.8594 115.031 Length 160, alignments in bytes 2/ 6: 191.812 23.125 38.7969 114.25 Length 160, alignments in bytes 6/ 2: 189.188 22.1094 39.125 114.266 Length 160, alignments in bytes 1/ 7: 189.656 23.1406 38.5781 114.625 Length 160, alignments in bytes 7/ 1: 189.766 20.9688 34.0312 115.125 Length 160, alignments in bytes 3/ 4: 189.016 23.5156 37.8125 114.594 Length 160, alignments in bytes 4/ 3: 189.766 22.2344 42.8594 114.469 Length 160, alignments in bytes 5/ 7: 190.719 22.2812 40.0156 114.859 Length 160, alignments in bytes 7/ 5: 191.266 21.0156 34.9062 115.359 Length 164, alignments in bytes 0/ 4: 193.328 23.2812 37.5312 41.7812 Length 164, alignments in bytes 4/ 0: 194.875 23.0625 37.1875 41.9844 Length 164, alignments in bytes 4/ 4: 194.875 22.5156 27.9062 41.8281 Length 164, alignments in bytes 2/ 2: 224.312 72.75 29 117.75 Length 164, alignments in bytes 2/ 6: 194.359 22.5938 40.2188 117.75 Length 164, alignments in bytes 6/ 2: 194.969 22.9531 38.875 117.328 Length 164, alignments in bytes 1/ 7: 195.734 22.9375 40.2656 117.203 Length 164, alignments in bytes 7/ 1: 195.656 23.8281 39.5625 117.578 Length 164, alignments in bytes 3/ 4: 196.172 22.0312 33.1406 117.609 Length 164, alignments in bytes 4/ 3: 194.734 23.7031 42.3125 117.531 Length 164, alignments in bytes 5/ 7: 195.047 23.3281 39.375 117.656 Length 164, alignments in bytes 7/ 5: 196.297 23.6875 40.7656 117.75 Length 168, alignments in bytes 0/ 4: 199.656 24.0938 37.2344 43.125 Length 168, alignments in bytes 4/ 0: 200.094 22.9688 38.5 43.4062 Length 168, alignments in bytes 4/ 4: 200.984 22.7188 28.7969 43.2344 Length 168, alignments in bytes 2/ 2: 198.969 22.7812 29.1406 119.688 Length 168, alignments in bytes 2/ 6: 198.656 23.1719 39.7031 120.5 Length 168, alignments in bytes 6/ 2: 200.031 22.4375 40.1094 120.156 Length 168, alignments in bytes 1/ 7: 199.812 23.4219 39.3438 120.344 Length 168, alignments in bytes 7/ 1: 200.375 23.5781 34.9688 120.125 Length 168, alignments in bytes 3/ 4: 200.531 24 38.5781 120.391 Length 168, alignments in bytes 4/ 3: 199.672 22.7656 43.9688 120.328 Length 168, alignments in bytes 5/ 7: 197.953 22.9062 40.7188 120.266 Length 168, alignments in bytes 7/ 5: 199.812 23.5312 35.8594 119.953 Length 172, alignments in bytes 0/ 4: 203.953 23.1719 38.4375 43.3438 Length 172, alignments in bytes 4/ 0: 204.422 24.7656 38.2812 43.3438 Length 172, alignments in bytes 4/ 4: 203.891 24.4375 27.9844 43.2344 Length 172, alignments in bytes 2/ 2: 203.906 22.3906 30.1875 124.344 Length 172, alignments in bytes 2/ 6: 203.391 22.8594 41.1406 123.109 Length 172, alignments in bytes 6/ 2: 204.203 23.9844 39.5625 122.938 Length 172, alignments in bytes 1/ 7: 204.75 23.0938 41.1562 123.062 Length 172, alignments in bytes 7/ 1: 204.141 24.5 40.5781 123.312 Length 172, alignments in bytes 3/ 4: 204.469 24.4531 33.9844 123.5 Length 172, alignments in bytes 4/ 3: 204.438 24.625 43.4062 123.203 Length 172, alignments in bytes 5/ 7: 205.422 24.125 40.2031 123.109 Length 172, alignments in bytes 7/ 5: 203.594 24.5312 41.5469 123.094 Length 176, alignments in bytes 0/ 4: 209.594 25 38.4062 44.7969 Length 176, alignments in bytes 4/ 0: 209.359 23.8906 39.2344 44.6562 Length 176, alignments in bytes 4/ 4: 209.797 23.6875 28.4375 44.7969 Length 176, alignments in bytes 2/ 2: 210.703 23.625 29.2656 125.969 Length 176, alignments in bytes 2/ 6: 209.953 24.0156 40.5469 126.328 Length 176, alignments in bytes 6/ 2: 209.391 23.5938 40.9062 125.859 Length 176, alignments in bytes 1/ 7: 209.125 24.0938 40.4375 126.047 Length 176, alignments in bytes 7/ 1: 210.234 22.4531 35.9688 427.5 Length 176, alignments in bytes 3/ 4: 210.219 25.0625 39.5312 126.25 Length 176, alignments in bytes 4/ 3: 208.906 23.625 44.9844 125.594 Length 176, alignments in bytes 5/ 7: 207.547 23.7656 41.625 126.188 Length 176, alignments in bytes 7/ 5: 208.969 22.4219 36.7969 125.766 Length 180, alignments in bytes 0/ 4: 215.062 24.3594 39.5469 44.8125 Length 180, alignments in bytes 4/ 0: 214.328 24.7656 39.2031 44.7031 Length 180, alignments in bytes 4/ 4: 213.344 24.1562 28.9062 44.75 Length 180, alignments in bytes 2/ 2: 214.219 23.4688 30.4219 129.219 Length 180, alignments in bytes 2/ 6: 213.641 23.7656 42.0312 156.422 Length 180, alignments in bytes 6/ 2: 214.062 23.7344 40.75 128.75 Length 180, alignments in bytes 1/ 7: 214.109 23.7812 42.0781 128.484 Length 180, alignments in bytes 7/ 1: 214.172 24.625 41.2812 128.609 Length 180, alignments in bytes 3/ 4: 213.688 22.7969 34.9062 128.516 Length 180, alignments in bytes 4/ 3: 214.781 24.3906 44.5625 128.906 Length 180, alignments in bytes 5/ 7: 214.375 24.1875 40.9531 128.609 Length 180, alignments in bytes 7/ 5: 214.109 24.5156 42.8906 128.625 Length 184, alignments in bytes 0/ 4: 218.547 24.8594 39.3125 46.3125 Length 184, alignments in bytes 4/ 0: 218.312 23.6719 40.3125 46.0938 Length 184, alignments in bytes 4/ 4: 219.734 23.5938 29.2812 45.9219 Length 184, alignments in bytes 2/ 2: 218.656 23.5625 29.8906 131.594 Length 184, alignments in bytes 2/ 6: 219.547 23.8594 105.438 155.109 Length 184, alignments in bytes 6/ 2: 217.469 23.4062 41.8438 131.734 Length 184, alignments in bytes 1/ 7: 218.219 24.0156 41.25 131.344 Length 184, alignments in bytes 7/ 1: 220.25 24.4531 37.0469 131.641 Length 184, alignments in bytes 3/ 4: 218.453 24.8906 40.3906 131.25 Length 184, alignments in bytes 4/ 3: 217.031 23.6562 45.7344 131.953 Length 184, alignments in bytes 5/ 7: 219.484 23.8906 42.5469 131.672 Length 184, alignments in bytes 7/ 5: 219.266 24.2656 37.75 131.719 Length 188, alignments in bytes 0/ 4: 224.422 24.1094 40.4062 46.5781 Length 188, alignments in bytes 4/ 0: 225.453 25.7031 40.1875 46.25 Length 188, alignments in bytes 4/ 4: 223.703 25.2969 33.25 46.2812 Length 188, alignments in bytes 2/ 2: 225.422 23.5625 30.8594 134.312 Length 188, alignments in bytes 2/ 6: 224.672 24.2031 42.8125 134.859 Length 188, alignments in bytes 6/ 2: 222.984 25.0469 41.9375 134.344 Length 188, alignments in bytes 1/ 7: 224.094 24.7344 43.25 134.641 Length 188, alignments in bytes 7/ 1: 222.688 25.375 42.2344 134.203 Length 188, alignments in bytes 3/ 4: 224.188 25.2812 35.7188 134.484 Length 188, alignments in bytes 4/ 3: 225.281 25.4531 45.2812 134.078 Length 188, alignments in bytes 5/ 7: 224.469 26.0312 42.0156 134.359 Length 188, alignments in bytes 7/ 5: 223.453 25.4062 43.7188 134.281 Length 192, alignments in bytes 0/ 4: 227.594 27.0156 40.2656 47.5 Length 192, alignments in bytes 4/ 0: 227.406 24.6406 41.2969 47.6406 Length 192, alignments in bytes 4/ 4: 228.031 24.4844 34.3125 47.1875 Length 192, alignments in bytes 2/ 2: 226.984 24.7812 34.1719 137.109 Length 192, alignments in bytes 2/ 6: 229.969 25.7344 42.5312 136.984 Length 192, alignments in bytes 6/ 2: 228.266 24.3125 42.9375 137.266 Length 192, alignments in bytes 1/ 7: 229.547 26.1406 42.2969 136.781 Length 192, alignments in bytes 7/ 1: 229.719 23.5312 37.7188 136.797 Length 192, alignments in bytes 3/ 4: 228.969 27.0469 41.5 137.344 Length 192, alignments in bytes 4/ 3: 228.047 24.5938 46.9844 136.594 Length 192, alignments in bytes 5/ 7: 227.859 25.2031 43.5 136.891 Length 192, alignments in bytes 7/ 5: 228.328 23.5469 38.5312 136.719 Length 196, alignments in bytes 0/ 4: 233.516 26.0625 41.5938 47.625 Length 196, alignments in bytes 4/ 0: 232.703 25.5625 41.0312 47.4062 Length 196, alignments in bytes 4/ 4: 233.422 25.2031 34.25 47.5625 Length 196, alignments in bytes 2/ 2: 232.031 24.4688 35.9062 139.891 Length 196, alignments in bytes 2/ 6: 231.75 25.5625 43.9375 139.938 Length 196, alignments in bytes 6/ 2: 232.297 24.8281 42.8438 139.781 Length 196, alignments in bytes 1/ 7: 234.562 25.6875 44.3906 139.734 Length 196, alignments in bytes 7/ 1: 233.094 25.5156 43.4062 139.938 Length 196, alignments in bytes 3/ 4: 234.484 24.8281 36.625 139.891 Length 196, alignments in bytes 4/ 3: 234.344 25.4844 46 140.406 Length 196, alignments in bytes 5/ 7: 233.516 26.0781 42.9219 139.953 Length 196, alignments in bytes 7/ 5: 232.938 25.2188 44.5938 140.203 Length 200, alignments in bytes 0/ 4: 238.906 26.8438 41.3281 49.0625 Length 200, alignments in bytes 4/ 0: 237.719 24.7031 42.0469 48.9062 Length 200, alignments in bytes 4/ 4: 239 24.5312 35.125 49 Length 200, alignments in bytes 2/ 2: 239.016 24.6562 35.9844 143.094 Length 200, alignments in bytes 2/ 6: 238.453 25.7969 43.5 142.812 Length 200, alignments in bytes 6/ 2: 239.016 24.2969 43.7812 142.844 Length 200, alignments in bytes 1/ 7: 237.219 25.9844 43.1875 142.625 Length 200, alignments in bytes 7/ 1: 238.516 25.375 38.5625 143.016 Length 200, alignments in bytes 3/ 4: 238.516 26.3438 42.2656 142.969 Length 200, alignments in bytes 4/ 3: 238.562 24.5312 47.9531 143.078 Length 200, alignments in bytes 5/ 7: 238.578 25.3906 44.6406 142.797 Length 200, alignments in bytes 7/ 5: 237.281 25.3281 39.6094 143.016 Length 204, alignments in bytes 0/ 4: 241.859 25.7031 42.4062 48.875 Length 204, alignments in bytes 4/ 0: 243.109 27.0781 42.1719 49.0469 Length 204, alignments in bytes 4/ 4: 243.391 26.5938 34.4844 48.7812 Length 204, alignments in bytes 2/ 2: 243.188 24.2969 36.4375 146.188 Length 204, alignments in bytes 2/ 6: 243.375 26.2969 45.1094 145.156 Length 204, alignments in bytes 6/ 2: 243.312 26.3438 43.6875 145.812 Length 204, alignments in bytes 1/ 7: 244.172 26.0312 45.125 145.297 Length 204, alignments in bytes 7/ 1: 240.719 26.9062 44.2188 145.484 Length 204, alignments in bytes 3/ 4: 242.328 27.7969 37.6719 145.422 Length 204, alignments in bytes 4/ 3: 241.078 26.75 47.2344 145.031 Length 204, alignments in bytes 5/ 7: 241.859 27.2344 43.7656 145.422 Length 204, alignments in bytes 7/ 5: 242.344 26.5312 45.6719 145.391 Length 208, alignments in bytes 0/ 4: 248.828 28.5938 42.2188 50.5469 Length 208, alignments in bytes 4/ 0: 246.859 26.0469 43.3438 50.3906 Length 208, alignments in bytes 4/ 4: 248 25.7656 35.3594 50.2188 Length 208, alignments in bytes 2/ 2: 247.594 26.0938 36 148.016 Length 208, alignments in bytes 2/ 6: 248.844 27.7031 44.4062 148.484 Length 208, alignments in bytes 6/ 2: 248.375 25.6406 44.6406 148.094 Length 208, alignments in bytes 1/ 7: 247.656 27.5938 43.75 148.344 Length 208, alignments in bytes 7/ 1: 246.266 24.6406 39.5938 148.594 Length 208, alignments in bytes 3/ 4: 248.406 28.6719 42.9531 148.281 Length 208, alignments in bytes 4/ 3: 247.656 26.1875 48.6562 148.719 Length 208, alignments in bytes 5/ 7: 248.609 27.3125 45.4062 148.406 Length 208, alignments in bytes 7/ 5: 247.406 24.6562 40.3594 148.406 Length 212, alignments in bytes 0/ 4: 253.328 27.9219 43.6406 50.5312 Length 212, alignments in bytes 4/ 0: 252.516 26.7812 42.9375 50.6875 Length 212, alignments in bytes 4/ 4: 252.125 26.5312 35.0938 49.9844 Length 212, alignments in bytes 2/ 2: 253.719 25.8438 36.9375 151.125 Length 212, alignments in bytes 2/ 6: 252.469 27.1562 45.9375 151.125 Length 212, alignments in bytes 6/ 2: 251.25 26.25 44.4531 151.281 Length 212, alignments in bytes 1/ 7: 252.375 27.2812 46.1406 151.25 Length 212, alignments in bytes 7/ 1: 252.219 26.9531 44.9219 151 Length 212, alignments in bytes 3/ 4: 252.266 26.4531 38.7031 151.906 Length 212, alignments in bytes 4/ 3: 253.922 26.6562 47.9531 151.672 Length 212, alignments in bytes 5/ 7: 252.156 27.625 44.8281 151.391 Length 212, alignments in bytes 7/ 5: 251.625 26.5938 46.6562 150.25 Length 216, alignments in bytes 0/ 4: 256.562 28.2031 43.3125 51.9375 Length 216, alignments in bytes 4/ 0: 256.078 25.9531 44 51.9062 Length 216, alignments in bytes 4/ 4: 256.891 25.8594 36.4844 51.5781 Length 216, alignments in bytes 2/ 2: 258.266 25.9531 36.8438 154.219 Length 216, alignments in bytes 2/ 6: 259.047 27.6719 45.3125 153.359 Length 216, alignments in bytes 6/ 2: 257.406 25.5156 45.7656 153.469 Length 216, alignments in bytes 1/ 7: 258.172 27.5781 45.0469 154.125 Length 216, alignments in bytes 7/ 1: 257.828 26.625 40.7344 154.234 Length 216, alignments in bytes 3/ 4: 257.172 28.5156 44.1094 153.75 Length 216, alignments in bytes 4/ 3: 256.609 25.8906 49.4688 154.297 Length 216, alignments in bytes 5/ 7: 258.453 27.2188 46.125 154.328 Length 216, alignments in bytes 7/ 5: 257.688 26.5 41.2344 153.734 Length 220, alignments in bytes 0/ 4: 263.422 27.7812 44.3281 51.9219 Length 220, alignments in bytes 4/ 0: 261.859 28.1562 44 51.8594 Length 220, alignments in bytes 4/ 4: 262.625 27.4375 35.4219 51.8906 Length 220, alignments in bytes 2/ 2: 260.203 26.0312 37.9844 157.219 Length 220, alignments in bytes 2/ 6: 261.812 27.7031 46.6406 157.297 Length 220, alignments in bytes 6/ 2: 261.375 27.5156 45.625 157.016 Length 220, alignments in bytes 1/ 7: 263.375 27.3906 46.8281 157.172 Length 220, alignments in bytes 7/ 1: 260.266 28.125 45.9688 156.719 Length 220, alignments in bytes 3/ 4: 263.141 29.0156 39.6094 156.969 Length 220, alignments in bytes 4/ 3: 261.812 28.0312 48.7188 156.562 Length 220, alignments in bytes 5/ 7: 261.484 29.5469 45.7188 157.312 Length 220, alignments in bytes 7/ 5: 261.281 27.9531 47.5156 157.219 Length 224, alignments in bytes 0/ 4: 266.875 30.125 44.2969 53.3125 Length 224, alignments in bytes 4/ 0: 266.516 27.2188 44.9219 53.1406 Length 224, alignments in bytes 4/ 4: 269.578 27.125 36.3594 53.2344 Length 224, alignments in bytes 2/ 2: 267.078 27.0156 36.8438 160.281 Length 224, alignments in bytes 2/ 6: 264.891 29.1875 46.375 159.016 Length 224, alignments in bytes 6/ 2: 268.484 26.8438 46.8125 159.047 Length 224, alignments in bytes 1/ 7: 266.516 29.4375 46.2656 159 Length 224, alignments in bytes 7/ 1: 268.016 25.6562 41.625 159.688 Length 224, alignments in bytes 3/ 4: 267.797 30.2188 45.2031 195.188 Length 224, alignments in bytes 4/ 3: 268.547 27.1094 50.4844 159.734 Length 224, alignments in bytes 5/ 7: 267.891 28.7812 46.9375 159.375 Length 224, alignments in bytes 7/ 5: 268 25.7344 42.2188 160.047 Length 228, alignments in bytes 0/ 4: 271.203 29.4375 45.0625 53.3438 Length 228, alignments in bytes 4/ 0: 271.469 28.0312 44.9219 53.375 Length 228, alignments in bytes 4/ 4: 273.016 27.5312 36.2656 53.2656 Length 228, alignments in bytes 2/ 2: 272.281 26.9062 38.0156 162.328 Length 228, alignments in bytes 2/ 6: 271.547 28.5312 47.5469 162.359 Length 228, alignments in bytes 6/ 2: 271.312 27.3281 46.3438 162.812 Length 228, alignments in bytes 1/ 7: 272.047 28.75 47.7969 162.984 Length 228, alignments in bytes 7/ 1: 274.219 27.9531 47.0156 162.125 Length 228, alignments in bytes 3/ 4: 271.953 28.1094 40.2656 162.297 Length 228, alignments in bytes 4/ 3: 271.547 27.8438 49.9531 162.172 Length 228, alignments in bytes 5/ 7: 273.797 29.3906 46.7031 162.953 Length 228, alignments in bytes 7/ 5: 271.984 27.6875 48.5 161.984 Length 232, alignments in bytes 0/ 4: 275.297 29.8906 45.2031 54.5156 Length 232, alignments in bytes 4/ 0: 274.766 26.9844 45.75 54.5156 Length 232, alignments in bytes 4/ 4: 277.297 27.1719 37.625 54.6719 Length 232, alignments in bytes 2/ 2: 275.812 27.1875 38.0156 165.797 Length 232, alignments in bytes 2/ 6: 277.453 29.1406 47.1875 164.75 Length 232, alignments in bytes 6/ 2: 277.141 26.6719 48.0469 165.453 Length 232, alignments in bytes 1/ 7: 276.938 29.0625 47.4375 165.109 Length 232, alignments in bytes 7/ 1: 276.219 27.9219 42.375 165.594 Length 232, alignments in bytes 3/ 4: 275.812 29.9531 46.1875 165.969 Length 232, alignments in bytes 4/ 3: 277.078 27.1406 51.2969 164.859 Length 232, alignments in bytes 5/ 7: 277.094 28.75 47.9062 165.25 Length 232, alignments in bytes 7/ 5: 277 27.875 43.3438 164.891 Length 236, alignments in bytes 0/ 4: 281.672 29.4219 46 54.7344 Length 236, alignments in bytes 4/ 0: 281.859 29.2031 45.75 54.7656 Length 236, alignments in bytes 4/ 4: 281.234 28.625 36.3906 54.9375 Length 236, alignments in bytes 2/ 2: 281.109 27.1562 38.8438 167.891 Length 236, alignments in bytes 2/ 6: 280.016 29.0625 48.7656 167.656 Length 236, alignments in bytes 6/ 2: 282.25 28.5469 47.5938 168.016 Length 236, alignments in bytes 1/ 7: 282.047 29.7812 48.7188 167.984 Length 236, alignments in bytes 7/ 1: 283.25 29.0938 48.0625 168 Length 236, alignments in bytes 3/ 4: 281.594 30.6562 41.3125 168.391 Length 236, alignments in bytes 4/ 3: 283.188 29.2188 50.75 168.344 Length 236, alignments in bytes 5/ 7: 281.5 30.4531 47.6719 167.875 Length 236, alignments in bytes 7/ 5: 280.656 28.9688 49.3594 168.125 Length 240, alignments in bytes 0/ 4: 286.984 31.2031 45.9375 56.4688 Length 240, alignments in bytes 4/ 0: 285.594 28.3438 46.7969 56.2188 Length 240, alignments in bytes 4/ 4: 286.172 27.9844 37.9219 56.1406 Length 240, alignments in bytes 2/ 2: 316.531 28.1562 38.2188 170.922 Length 240, alignments in bytes 2/ 6: 286.844 30.2656 47.9844 170.875 Length 240, alignments in bytes 6/ 2: 286.141 28.0156 48.4531 171.016 Length 240, alignments in bytes 1/ 7: 286.391 30.7031 48.0781 170.438 Length 240, alignments in bytes 7/ 1: 285.875 26.7969 43.2188 170.344 Length 240, alignments in bytes 3/ 4: 286.484 31.2656 47.3125 170.172 Length 240, alignments in bytes 4/ 3: 287.047 28.0938 52.4844 170.297 Length 240, alignments in bytes 5/ 7: 286.578 29.8438 49.125 170.672 Length 240, alignments in bytes 7/ 5: 285.234 26.7969 44.1719 170.641 Length 244, alignments in bytes 0/ 4: 290.531 30.5625 47.0312 56.6719 Length 244, alignments in bytes 4/ 0: 291.312 29.1406 46.6562 56.1875 Length 244, alignments in bytes 4/ 4: 292.578 28.6406 37.4844 56.0156 Length 244, alignments in bytes 2/ 2: 291.672 28 39.125 173.719 Length 244, alignments in bytes 2/ 6: 292.219 29.9062 49.5469 173.25 Length 244, alignments in bytes 6/ 2: 289.938 28.3906 48.4688 173.438 Length 244, alignments in bytes 1/ 7: 291.984 30.0469 49.6562 174.031 Length 244, alignments in bytes 7/ 1: 291.078 29.0938 48.75 173.375 Length 244, alignments in bytes 3/ 4: 291.344 29.1094 42.2656 173.375 Length 244, alignments in bytes 4/ 3: 291.562 29.0469 51.8125 172.922 Length 244, alignments in bytes 5/ 7: 290.734 30.3125 48.5312 173.484 Length 244, alignments in bytes 7/ 5: 292.75 28.9219 50.2812 173.438 Length 248, alignments in bytes 0/ 4: 297.359 31.2656 46.8906 57.75 Length 248, alignments in bytes 4/ 0: 295.375 28.1875 47.7969 57.375 Length 248, alignments in bytes 4/ 4: 297.094 27.9375 38.5469 57.7344 Length 248, alignments in bytes 2/ 2: 295.641 28.1562 39.3125 176.016 Length 248, alignments in bytes 2/ 6: 296.391 30.0938 49.1562 176.125 Length 248, alignments in bytes 6/ 2: 296.25 28.0312 49.3906 175.984 Length 248, alignments in bytes 1/ 7: 296.375 30.4375 49.0156 176.719 Length 248, alignments in bytes 7/ 1: 296.656 28.7812 44.1875 176 Length 248, alignments in bytes 3/ 4: 297.344 31.1875 47.9219 176 Length 248, alignments in bytes 4/ 3: 296.688 27.9844 53.3594 175.688 Length 248, alignments in bytes 5/ 7: 293.219 29.7031 50.1094 176.141 Length 248, alignments in bytes 7/ 5: 295.547 28.9531 45.0938 470.688 Length 252, alignments in bytes 0/ 4: 300.031 30.2188 48.1875 57.8906 Length 252, alignments in bytes 4/ 0: 301.719 30.2969 47.5156 57.9219 Length 252, alignments in bytes 4/ 4: 300.266 29.9844 37.375 57.625 Length 252, alignments in bytes 2/ 2: 300.953 28.8125 40.0469 179.312 Length 252, alignments in bytes 2/ 6: 301.578 30.25 50.3281 178.609 Length 252, alignments in bytes 6/ 2: 301.422 29.625 49.2656 178.688 Length 252, alignments in bytes 1/ 7: 300.062 30.7031 50.8438 178.906 Length 252, alignments in bytes 7/ 1: 327.141 29.9688 49.6562 179.375 Length 252, alignments in bytes 3/ 4: 301 31.4844 43.2031 179.547 Length 252, alignments in bytes 4/ 3: 298.688 30.2031 52.9844 179.094 Length 252, alignments in bytes 5/ 7: 299.281 31.6562 49.4531 178.875 Length 252, alignments in bytes 7/ 5: 300.75 29.9062 51.1562 178.453 Length 256, alignments in bytes 0/ 4: 306.625 32.0625 48 59.25 Length 256, alignments in bytes 4/ 0: 307.312 29.2344 48.7812 59.3125 Length 256, alignments in bytes 4/ 4: 305.875 29.0781 38.8438 59.0156 Length 256, alignments in bytes 2/ 2: 306.844 29.4688 39.1406 182.172 Length 256, alignments in bytes 2/ 6: 305.031 31.2188 49.8906 181.594 Length 256, alignments in bytes 6/ 2: 304.984 29.0625 50.4062 182.109 Length 256, alignments in bytes 1/ 7: 305.453 31.5469 50.25 182.203 Length 256, alignments in bytes 7/ 1: 304.172 27.8125 45 181.906 Length 256, alignments in bytes 3/ 4: 304.984 31.9375 48.8281 181.984 Length 256, alignments in bytes 4/ 3: 306.562 29.1094 54.2031 181.625 Length 256, alignments in bytes 5/ 7: 305.531 30.75 50.8281 182.125 Length 256, alignments in bytes 7/ 5: 306.578 27.9844 46.1719 181.766 Length 260, alignments in bytes 0/ 4: 310.516 31.4062 48.9062 58.9219 Length 260, alignments in bytes 4/ 0: 310.516 30.2031 48.5312 59.3125 Length 260, alignments in bytes 4/ 4: 310.766 29.8281 38.3281 58.9688 Length 260, alignments in bytes 2/ 2: 310.859 29.2188 40 185.5 Length 260, alignments in bytes 2/ 6: 310.25 30.875 51.2969 184.719 Length 260, alignments in bytes 6/ 2: 311.625 29.2969 50.2188 183.953 Length 260, alignments in bytes 1/ 7: 309.375 31.0312 51.6719 184.422 Length 260, alignments in bytes 7/ 1: 311.375 30.0156 50.6094 183.984 Length 260, alignments in bytes 3/ 4: 309.688 30.0625 44.1562 184.953 Length 260, alignments in bytes 4/ 3: 310.75 30.0312 53.6094 184.641 Length 260, alignments in bytes 5/ 7: 311.266 31.2344 50.25 184.719 Length 260, alignments in bytes 7/ 5: 308.578 29.9219 52.1562 184.375 Length 264, alignments in bytes 0/ 4: 314.078 32.0312 48.7344 60.9531 Length 264, alignments in bytes 4/ 0: 315.594 29.2344 49.7969 60.6094 Length 264, alignments in bytes 4/ 4: 316.234 29.125 40.0625 60.7344 Length 264, alignments in bytes 2/ 2: 315.5 29.3438 40.1406 187.641 Length 264, alignments in bytes 2/ 6: 314.125 31.2812 51.0312 187.594 Length 264, alignments in bytes 6/ 2: 316.016 28.9375 51.125 187.562 Length 264, alignments in bytes 1/ 7: 316.812 31.2344 50.875 187.188 Length 264, alignments in bytes 7/ 1: 316.75 29.7812 46.0781 187.344 Length 264, alignments in bytes 3/ 4: 315.344 32.0469 49.5156 187.297 Length 264, alignments in bytes 4/ 3: 317.844 29.1406 55.2188 187.766 Length 264, alignments in bytes 5/ 7: 316.797 30.6719 51.5469 187.5 Length 264, alignments in bytes 7/ 5: 315.047 29.8125 47.0469 187.5 Length 268, alignments in bytes 0/ 4: 318.938 31.5625 49.9219 60.6562 Length 268, alignments in bytes 4/ 0: 320.844 31.2656 49.3906 60.3906 Length 268, alignments in bytes 4/ 4: 321.562 30.8125 38.9844 60.6719 Length 268, alignments in bytes 2/ 2: 320.562 29.3438 41.3281 190.391 Length 268, alignments in bytes 2/ 6: 319.422 32 52.0938 190.062 Length 268, alignments in bytes 6/ 2: 320.359 30.7969 50.875 189.938 Length 268, alignments in bytes 1/ 7: 320.281 31.1719 52.5156 190.719 Length 268, alignments in bytes 7/ 1: 320.578 31.0156 51.5312 190.188 Length 268, alignments in bytes 3/ 4: 318.531 33.2344 45.1875 189.781 Length 268, alignments in bytes 4/ 3: 319.844 31.5625 54.2656 190.625 Length 268, alignments in bytes 5/ 7: 320.812 32.3125 51.3906 190.812 Length 268, alignments in bytes 7/ 5: 321.859 31.0469 53.2656 190.922 Length 272, alignments in bytes 0/ 4: 323.328 33.2188 49.7188 62.1875 Length 272, alignments in bytes 4/ 0: 326.859 30.2344 50.7344 61.9688 Length 272, alignments in bytes 4/ 4: 324.078 30.4375 39.5312 62.4219 Length 272, alignments in bytes 2/ 2: 324.969 30.3125 40.5156 192.719 Length 272, alignments in bytes 2/ 6: 325.188 32.0469 51.7031 192.75 Length 272, alignments in bytes 6/ 2: 326.594 30.1875 52.1719 193.469 Length 272, alignments in bytes 1/ 7: 326.219 32.3594 51.7969 193.016 Length 272, alignments in bytes 7/ 1: 325.578 28.8906 47.0469 192.969 Length 272, alignments in bytes 3/ 4: 324.781 33.2031 50.5625 193.297 Length 272, alignments in bytes 4/ 3: 324.391 30.4531 56.2656 193.031 Length 272, alignments in bytes 5/ 7: 325.906 32.1094 52.5156 193.188 Length 272, alignments in bytes 7/ 5: 325.812 28.9062 48.1406 193.453 Length 276, alignments in bytes 0/ 4: 331.859 32.5 50.7812 62.1094 Length 276, alignments in bytes 4/ 0: 331.25 31.2031 50.375 61.8281 Length 276, alignments in bytes 4/ 4: 329.438 30.7188 39.5781 61.6719 Length 276, alignments in bytes 2/ 2: 330.203 30.0156 41.6094 195.828 Length 276, alignments in bytes 2/ 6: 330.625 31.7656 53.2344 195.688 Length 276, alignments in bytes 6/ 2: 328.422 30.2031 51.9844 195.906 Length 276, alignments in bytes 1/ 7: 329.469 31.9844 53.4375 196.328 Length 276, alignments in bytes 7/ 1: 330.031 31.0156 52.6875 195.672 Length 276, alignments in bytes 3/ 4: 329.234 31.0781 45.7344 195.484 Length 276, alignments in bytes 4/ 3: 329.047 30.9844 55.6406 196.125 Length 276, alignments in bytes 5/ 7: 329.438 32.3125 51.9688 195.828 Length 276, alignments in bytes 7/ 5: 330.734 30.9688 54.0938 195.484 Length 280, alignments in bytes 0/ 4: 358.328 33.1719 50.5312 64 Length 280, alignments in bytes 4/ 0: 335.969 30.2656 51.5312 63.8594 Length 280, alignments in bytes 4/ 4: 336.016 30.0312 40.75 63.375 Length 280, alignments in bytes 2/ 2: 333.781 30.3438 41.5625 198.547 Length 280, alignments in bytes 2/ 6: 333.062 31.9531 52.7812 198.234 Length 280, alignments in bytes 6/ 2: 333.844 30.1562 53.2656 199.406 Length 280, alignments in bytes 1/ 7: 333.453 32.5156 52.5 198.531 Length 280, alignments in bytes 7/ 1: 335.078 30.9062 47.8594 199.453 Length 280, alignments in bytes 3/ 4: 335.156 33.1719 51.7344 198.891 Length 280, alignments in bytes 4/ 3: 334.125 30.2969 56.9219 198.281 Length 280, alignments in bytes 5/ 7: 335.781 31.7344 53.6719 198.562 Length 280, alignments in bytes 7/ 5: 332.594 30.9531 48.7031 198.594 Length 284, alignments in bytes 0/ 4: 338.469 32.6406 51.7344 63.6875 Length 284, alignments in bytes 4/ 0: 338.266 32.3438 51.3594 63.6562 Length 284, alignments in bytes 4/ 4: 339.562 32.0469 39.4844 63.8281 Length 284, alignments in bytes 2/ 2: 337.234 31.0938 42.0312 201.547 Length 284, alignments in bytes 2/ 6: 339.078 32.4062 54.3125 201.656 Length 284, alignments in bytes 6/ 2: 338.516 31.9062 53.125 201.844 Length 284, alignments in bytes 1/ 7: 338.906 32.9375 54.4844 201.469 Length 284, alignments in bytes 7/ 1: 338.984 32.1406 53.2812 201.094 Length 284, alignments in bytes 3/ 4: 339.047 34.0625 46.9688 201 Length 284, alignments in bytes 4/ 3: 339.5 32.3125 56.2188 201.922 Length 284, alignments in bytes 5/ 7: 339.344 33.4062 53.3594 201.453 Length 284, alignments in bytes 7/ 5: 341.234 32.125 55.1094 201.078 Length 288, alignments in bytes 0/ 4: 342.219 34.4688 51.5312 65.4062 Length 288, alignments in bytes 4/ 0: 343.188 31.4219 52.4844 65.1719 Length 288, alignments in bytes 4/ 4: 345.531 31.1094 40.7812 65.0312 Length 288, alignments in bytes 2/ 2: 343.516 31.5781 41.625 204.125 Length 288, alignments in bytes 2/ 6: 342.922 33.2344 53.8906 204.547 Length 288, alignments in bytes 6/ 2: 344.078 31.1406 54.1719 204.312 Length 288, alignments in bytes 1/ 7: 346.031 33.5781 53.4844 204.344 Length 288, alignments in bytes 7/ 1: 343.219 29.8594 48.8594 204.016 Length 288, alignments in bytes 3/ 4: 343.344 34.5312 52.4688 204.891 Length 288, alignments in bytes 4/ 3: 344.812 31.1875 57.9688 204.953 Length 288, alignments in bytes 5/ 7: 343.531 32.8125 54.4688 204.375 Length 288, alignments in bytes 7/ 5: 344.344 30 49.8438 204.094 Length 292, alignments in bytes 0/ 4: 349.25 33.6562 52.7812 65.3906 Length 292, alignments in bytes 4/ 0: 347.75 32 52.4375 64.9219 Length 292, alignments in bytes 4/ 4: 350.453 31.6875 40.7031 65.2031 Length 292, alignments in bytes 2/ 2: 349.734 31.2344 42.6562 206.703 Length 292, alignments in bytes 2/ 6: 350.375 32.6719 55.0938 206.906 Length 292, alignments in bytes 6/ 2: 351.531 31.6562 53.9375 206.969 Length 292, alignments in bytes 1/ 7: 347.234 33.125 55.375 206.969 Length 292, alignments in bytes 7/ 1: 348.797 32.1719 54.1875 207.188 Length 292, alignments in bytes 3/ 4: 349.875 32.1406 47.9219 206.891 Length 292, alignments in bytes 4/ 3: 349.094 32.0312 57.3594 207.391 Length 292, alignments in bytes 5/ 7: 348.438 33.6562 54.0469 207.703 Length 292, alignments in bytes 7/ 5: 349.703 31.9219 55.8125 206.938 Length 296, alignments in bytes 0/ 4: 353.781 34.5156 52.3594 67.0781 Length 296, alignments in bytes 4/ 0: 352.891 31.3906 53.4375 66.875 Length 296, alignments in bytes 4/ 4: 354.844 31.25 41.8594 66.1875 Length 296, alignments in bytes 2/ 2: 354.391 31.2969 42.6875 209.656 Length 296, alignments in bytes 2/ 6: 352.781 33.3281 54.6719 210.047 Length 296, alignments in bytes 6/ 2: 353.672 30.8594 55.1406 210.094 Length 296, alignments in bytes 1/ 7: 353.734 33.4688 54.2969 210.109 Length 296, alignments in bytes 7/ 1: 352.156 31.9844 49.8438 210.422 Length 296, alignments in bytes 3/ 4: 353.609 34.1094 53.4219 209.281 Length 296, alignments in bytes 4/ 3: 352.078 31.2031 58.6719 209.734 Length 296, alignments in bytes 5/ 7: 352.359 33.0156 55.5156 210.047 Length 296, alignments in bytes 7/ 5: 354.25 31.875 50.875 209.938 Length 300, alignments in bytes 0/ 4: 360.453 33.6875 53.5469 66.7969 Length 300, alignments in bytes 4/ 0: 358.984 33.1406 53.2188 66.8906 Length 300, alignments in bytes 4/ 4: 359.953 32.9062 41.0625 66.4844 Length 300, alignments in bytes 2/ 2: 361.25 31.125 43.2031 212.562 Length 300, alignments in bytes 2/ 6: 358.062 33.3594 55.9844 212.781 Length 300, alignments in bytes 6/ 2: 359.359 32.8281 54.7969 213.078 Length 300, alignments in bytes 1/ 7: 359.875 33.625 56.4844 212.109 Length 300, alignments in bytes 7/ 1: 358.938 33.2656 55.3438 212.719 Length 300, alignments in bytes 3/ 4: 357.797 35 48.8125 212.375 Length 300, alignments in bytes 4/ 3: 360.156 33.0781 58.4688 212.562 Length 300, alignments in bytes 5/ 7: 359.812 34.5 54.875 212.391 Length 300, alignments in bytes 7/ 5: 359.062 33.2188 56.9375 212.594 Length 304, alignments in bytes 0/ 4: 364.672 35.3438 76.4375 68.0625 Length 304, alignments in bytes 4/ 0: 364.828 32.3281 54.1562 68.2969 Length 304, alignments in bytes 4/ 4: 364.172 32.4844 41.9062 67.9062 Length 304, alignments in bytes 2/ 2: 361.859 32.4062 42.625 215.734 Length 304, alignments in bytes 2/ 6: 362.422 34.4531 55.4531 215.422 Length 304, alignments in bytes 6/ 2: 361.469 32.1562 55.9375 215.781 Length 304, alignments in bytes 1/ 7: 364.094 34.6562 55.3594 214.891 Length 304, alignments in bytes 7/ 1: 364.281 30.9219 50.4688 216.203 Length 304, alignments in bytes 3/ 4: 364.688 35.5938 54.4062 215.875 Length 304, alignments in bytes 4/ 3: 363.578 32.4375 59.9844 215.078 Length 304, alignments in bytes 5/ 7: 365.328 33.875 56.3281 215.422 Length 304, alignments in bytes 7/ 5: 365.141 31.125 51.5469 215.234 Length 308, alignments in bytes 0/ 4: 369.531 34.6094 54.5 68.5938 Length 308, alignments in bytes 4/ 0: 370.188 33.2031 54.0781 67.7969 Length 308, alignments in bytes 4/ 4: 366.453 32.9688 41.7188 67.7969 Length 308, alignments in bytes 2/ 2: 370.812 32.1875 44.0312 218.75 Length 308, alignments in bytes 2/ 6: 370.297 34.1094 57.1406 218.281 Length 308, alignments in bytes 6/ 2: 369.188 32.3281 55.7969 217.969 Length 308, alignments in bytes 1/ 7: 368.453 34 57.0938 218.672 Length 308, alignments in bytes 7/ 1: 368.125 33.2188 56.3438 217.641 Length 308, alignments in bytes 3/ 4: 368.406 33.2656 49.6875 217.969 Length 308, alignments in bytes 4/ 3: 367.797 32.9062 59.5 217.953 Length 308, alignments in bytes 5/ 7: 368.641 34.875 55.8125 218.188 Length 308, alignments in bytes 7/ 5: 366.297 33.0312 57.4844 218.594 Length 312, alignments in bytes 0/ 4: 372.406 35.2812 54.4375 69.4062 Length 312, alignments in bytes 4/ 0: 372.672 32.4531 55.4375 69.4219 Length 312, alignments in bytes 4/ 4: 374.297 32.1562 43.2344 69.1875 Length 312, alignments in bytes 2/ 2: 372.406 32.4219 43.7656 220.703 Length 312, alignments in bytes 2/ 6: 371.359 34.8438 56.3594 221.25 Length 312, alignments in bytes 6/ 2: 710.031 32.0625 56.8125 220.812 Length 312, alignments in bytes 1/ 7: 373.547 34.6875 56.2031 221.359 Length 312, alignments in bytes 7/ 1: 370.297 33.1562 51.6875 220.297 Length 312, alignments in bytes 3/ 4: 373.094 35.4688 55.4062 220.828 Length 312, alignments in bytes 4/ 3: 375.297 32.2656 60.8594 220.875 Length 312, alignments in bytes 5/ 7: 373.156 34.0312 57.2188 221.625 Length 312, alignments in bytes 7/ 5: 400.406 33.0781 52.5625 220.234 Length 316, alignments in bytes 0/ 4: 376.75 34.8594 55.3906 69.3906 Length 316, alignments in bytes 4/ 0: 379.094 34.6719 54.7344 69.125 Length 316, alignments in bytes 4/ 4: 377.688 33.9219 41.9062 69.9844 Length 316, alignments in bytes 2/ 2: 376.75 32.2031 44.5469 223.531 Length 316, alignments in bytes 2/ 6: 378.281 35.0781 57.875 223.938 Length 316, alignments in bytes 6/ 2: 378.656 33.8594 56.5781 223.266 Length 316, alignments in bytes 1/ 7: 377.547 35.0469 58.1406 223.391 Length 316, alignments in bytes 7/ 1: 377.703 33.9844 57.0625 223.312 Length 316, alignments in bytes 3/ 4: 377.203 36.1719 50.9375 223.781 Length 316, alignments in bytes 4/ 3: 379.359 34.2344 59.9531 223.344 Length 316, alignments in bytes 5/ 7: 378.703 35.8125 56.7031 223.609 Length 316, alignments in bytes 7/ 5: 377.312 34 58.5 223.641 Length 320, alignments in bytes 0/ 4: 383.641 36.4688 55.2969 71.2031 Length 320, alignments in bytes 4/ 0: 381.422 33.3594 56.125 71.3438 Length 320, alignments in bytes 4/ 4: 382.109 33.2656 43.0625 71.1562 Length 320, alignments in bytes 2/ 2: 383.531 33.2969 44.1406 226.406 Length 320, alignments in bytes 2/ 6: 383.891 35.5156 57.375 227 Length 320, alignments in bytes 6/ 2: 381.734 33.2344 57.6094 226.312 Length 320, alignments in bytes 1/ 7: 384.375 35.875 57.4062 226.422 Length 320, alignments in bytes 7/ 1: 383.438 31.9844 52.4844 226.703 Length 320, alignments in bytes 3/ 4: 380.797 36.6562 56.5469 226.688 Length 320, alignments in bytes 4/ 3: 385.734 33.3594 61.6719 226.781 Length 320, alignments in bytes 5/ 7: 382.375 35.0312 58.4062 226.312 Length 320, alignments in bytes 7/ 5: 383.141 31.8906 53.4531 227 Length 324, alignments in bytes 0/ 4: 389.578 35.7656 56.4844 70.9375 Length 324, alignments in bytes 4/ 0: 388.766 34.125 56.0312 70.9688 Length 324, alignments in bytes 4/ 4: 388.125 33.7344 42.9844 70.9219 Length 324, alignments in bytes 2/ 2: 388.875 33.3438 44.9219 228.453 Length 324, alignments in bytes 2/ 6: 386.562 35.2969 59.0312 229.938 Length 324, alignments in bytes 6/ 2: 387.625 33.6875 57.5938 229.594 Length 324, alignments in bytes 1/ 7: 387.906 35.1406 59.0625 229.25 Length 324, alignments in bytes 7/ 1: 389.328 34.3125 57.9688 228.703 Length 324, alignments in bytes 3/ 4: 388.812 34.0781 51.5625 229.75 Length 324, alignments in bytes 4/ 3: 411.297 34.125 60.9219 228.719 Length 324, alignments in bytes 5/ 7: 387.984 35.7812 57.6719 230.094 Length 324, alignments in bytes 7/ 5: 387.875 34.1875 59.5938 229.547 Length 328, alignments in bytes 0/ 4: 392.219 36.7812 56.2031 73.2188 Length 328, alignments in bytes 4/ 0: 391 33.4375 57.2344 72.6562 Length 328, alignments in bytes 4/ 4: 391.734 33.25 44.2188 72.2031 Length 328, alignments in bytes 2/ 2: 391.875 33.4531 45.0625 232.203 Length 328, alignments in bytes 2/ 6: 392.406 35.75 58.3906 232.203 Length 328, alignments in bytes 6/ 2: 391.547 33.0781 58.7969 232.438 Length 328, alignments in bytes 1/ 7: 393.016 35.7344 58.5 232.484 Length 328, alignments in bytes 7/ 1: 392.203 33.875 53.5469 232.453 Length 328, alignments in bytes 3/ 4: 394.906 36.6562 57.0781 232.672 Length 328, alignments in bytes 4/ 3: 390.281 33.4688 62.4688 232.547 Length 328, alignments in bytes 5/ 7: 393.438 35.3906 59.25 232.156 Length 328, alignments in bytes 7/ 5: 392.234 34.0312 54.3438 232.109 Length 332, alignments in bytes 0/ 4: 396.469 36.1562 57.2812 72.7969 Length 332, alignments in bytes 4/ 0: 397.422 35.2969 56.9062 72.4062 Length 332, alignments in bytes 4/ 4: 396.141 35 43.0938 72.5 Length 332, alignments in bytes 2/ 2: 398.75 33.4375 45.4062 234.656 Length 332, alignments in bytes 2/ 6: 395.219 35.9531 59.5938 234.734 Length 332, alignments in bytes 6/ 2: 397.844 35.0469 58.5469 234.141 Length 332, alignments in bytes 1/ 7: 399.531 36.0781 59.9219 235.547 Length 332, alignments in bytes 7/ 1: 397.547 35.2969 59.0938 234.859 Length 332, alignments in bytes 3/ 4: 397.219 37.1562 52.5781 235.312 Length 332, alignments in bytes 4/ 3: 396.484 35.3594 62.2812 234.984 Length 332, alignments in bytes 5/ 7: 395.891 36.75 58.8281 235.391 Length 332, alignments in bytes 7/ 5: 397.141 35.1094 60.7812 235.406 Length 336, alignments in bytes 0/ 4: 404.719 37.7969 57.2031 74.2344 Length 336, alignments in bytes 4/ 0: 402 34.5938 58.1719 74.2344 Length 336, alignments in bytes 4/ 4: 401.578 34.2188 44.375 74.0781 Length 336, alignments in bytes 2/ 2: 405.203 34.4688 45.4062 238.609 Length 336, alignments in bytes 2/ 6: 399 36.7812 59.3281 237.812 Length 336, alignments in bytes 6/ 2: 402.656 34.4688 59.7188 237.609 Length 336, alignments in bytes 1/ 7: 402.234 36.5781 59.5469 238.516 Length 336, alignments in bytes 7/ 1: 401.188 33.0625 54.3438 237.75 Length 336, alignments in bytes 3/ 4: 403.328 37.8125 58.0781 237.516 Length 336, alignments in bytes 4/ 3: 402.875 34.1875 63.625 238.156 Length 336, alignments in bytes 5/ 7: 401.969 36.1719 60.4062 238.438 Length 336, alignments in bytes 7/ 5: 403.422 33.0781 55.5312 237.078 Length 340, alignments in bytes 0/ 4: 408.5 36.75 58.3281 73.8594 Length 340, alignments in bytes 4/ 0: 407.266 35.6719 57.8438 73.7656 Length 340, alignments in bytes 4/ 4: 406.938 35.0312 44.375 73.8906 Length 340, alignments in bytes 2/ 2: 409.25 34.125 46.25 240.547 Length 340, alignments in bytes 2/ 6: 408.766 36.4062 60.9219 476.766 Length 340, alignments in bytes 6/ 2: 408.938 34.7656 59.6094 240.422 Length 340, alignments in bytes 1/ 7: 406.422 36.2188 60.7031 240.188 Length 340, alignments in bytes 7/ 1: 408.219 35.3125 60 240.141 Length 340, alignments in bytes 3/ 4: 405.859 35.375 53.2031 240.875 Length 340, alignments in bytes 4/ 3: 406.406 35.1719 62.7812 240.719 Length 340, alignments in bytes 5/ 7: 409.188 37 59.6406 240.984 Length 340, alignments in bytes 7/ 5: 407.875 35.4219 61.4844 240.297 Length 344, alignments in bytes 0/ 4: 413.328 37.7188 57.9375 75.7031 Length 344, alignments in bytes 4/ 0: 411.656 34.5156 59.0469 75.2188 Length 344, alignments in bytes 4/ 4: 411.875 34.4219 45.6094 75.2188 Length 344, alignments in bytes 2/ 2: 412.219 34.7031 46.3594 243.281 Length 344, alignments in bytes 2/ 6: 413.188 36.7656 60.0312 243.344 Length 344, alignments in bytes 6/ 2: 412.688 34.25 60.6719 244.172 Length 344, alignments in bytes 1/ 7: 411.219 36.8594 60.2656 243.141 Length 344, alignments in bytes 7/ 1: 410.641 35.1562 55.2969 243.016 Length 344, alignments in bytes 3/ 4: 413.641 37.875 58.9688 243.516 Length 344, alignments in bytes 4/ 3: 413.062 34.4062 64.5156 242.5 Length 344, alignments in bytes 5/ 7: 411.875 36.5781 61.3906 243.625 Length 344, alignments in bytes 7/ 5: 411.688 35.0781 56.2344 242.938 Length 348, alignments in bytes 0/ 4: 416.312 37.25 59.1562 75.0312 Length 348, alignments in bytes 4/ 0: 415.953 36.4062 58.6562 75.3281 Length 348, alignments in bytes 4/ 4: 417.734 36.1562 44.2656 75.0156 Length 348, alignments in bytes 2/ 2: 414.812 34.375 46.9688 246.531 Length 348, alignments in bytes 2/ 6: 416.609 36.7656 61.4219 245.797 Length 348, alignments in bytes 6/ 2: 415.609 36.0156 60.3125 245.906 Length 348, alignments in bytes 1/ 7: 415.672 37.2344 61.6562 246.703 Length 348, alignments in bytes 7/ 1: 416.75 36.3281 60.8125 246.703 Length 348, alignments in bytes 3/ 4: 414.266 38.5625 54.2031 245.625 Length 348, alignments in bytes 4/ 3: 416.469 36.4219 63.8906 246.312 Length 348, alignments in bytes 5/ 7: 416.141 38 60.5781 245.609 Length 348, alignments in bytes 7/ 5: 416.859 36.0781 62.5 246.141 Length 352, alignments in bytes 0/ 4: 420.344 38.9844 59.0938 77.3438 Length 352, alignments in bytes 4/ 0: 421.766 35.7188 59.8438 77.2812 Length 352, alignments in bytes 4/ 4: 421.297 35.3281 45.7031 76.7031 Length 352, alignments in bytes 2/ 2: 422.859 35.5625 46.6406 249.031 Length 352, alignments in bytes 2/ 6: 421.562 38.2344 61.0469 248.656 Length 352, alignments in bytes 6/ 2: 421.578 35.3906 61.4219 248.578 Length 352, alignments in bytes 1/ 7: 422.969 37.75 61.0156 248.578 Length 352, alignments in bytes 7/ 1: 421.016 34.0156 56.25 248.812 Length 352, alignments in bytes 3/ 4: 421.453 38.8281 60.1094 249.062 Length 352, alignments in bytes 4/ 3: 419.969 35.7344 65.5 248.234 Length 352, alignments in bytes 5/ 7: 421.531 37.3906 61.9375 248.781 Length 352, alignments in bytes 7/ 5: 421.781 34.125 57.0156 249.109 Length 356, alignments in bytes 0/ 4: 425.781 38.0469 60.1094 77.7656 Length 356, alignments in bytes 4/ 0: 427.578 36.5 59.7969 77.1094 Length 356, alignments in bytes 4/ 4: 427.281 36.1719 45.6406 77.2812 Length 356, alignments in bytes 2/ 2: 424.531 35.0156 47.3594 250.812 Length 356, alignments in bytes 2/ 6: 427.953 37.75 62.8281 251.625 Length 356, alignments in bytes 6/ 2: 427.812 35.75 61.4531 251.5 Length 356, alignments in bytes 1/ 7: 426.797 37.5469 62.5781 252.25 Length 356, alignments in bytes 7/ 1: 428.25 36.4219 61.5469 251.484 Length 356, alignments in bytes 3/ 4: 425.312 36.3594 55.0938 251.812 Length 356, alignments in bytes 4/ 3: 426.719 36.1875 64.6562 251.969 Length 356, alignments in bytes 5/ 7: 428.109 61.0312 61.3906 251.188 Length 356, alignments in bytes 7/ 5: 427.828 36.4219 63.4219 251.328 Length 360, alignments in bytes 0/ 4: 431.719 38.7969 59.8906 78.9688 Length 360, alignments in bytes 4/ 0: 428.797 35.6562 60.9688 78.6875 Length 360, alignments in bytes 4/ 4: 430.703 35.4375 46.0781 78.375 Length 360, alignments in bytes 2/ 2: 432.812 35.6406 47.6094 254.734 Length 360, alignments in bytes 2/ 6: 431.359 38.0469 62.125 254.125 Length 360, alignments in bytes 6/ 2: 432.891 35.2656 62.4688 255.109 Length 360, alignments in bytes 1/ 7: 432.109 38.0938 61.8438 254.516 Length 360, alignments in bytes 7/ 1: 432.609 36.2656 57.0469 253.938 Length 360, alignments in bytes 3/ 4: 431.141 38.8438 60.875 254.719 Length 360, alignments in bytes 4/ 3: 431.125 35.7188 66.3906 253.969 Length 360, alignments in bytes 5/ 7: 431.484 37.7812 62.9688 254.125 Length 360, alignments in bytes 7/ 5: 429.562 36.4219 58.1094 255.219 Length 364, alignments in bytes 0/ 4: 435.516 38 60.9844 79.2344 Length 364, alignments in bytes 4/ 0: 433.688 37.8281 60.7188 78.8438 Length 364, alignments in bytes 4/ 4: 435.938 37.3594 45.3594 78.4531 Length 364, alignments in bytes 2/ 2: 434.312 35.75 48.3281 258.469 Length 364, alignments in bytes 2/ 6: 436.219 38.0938 63.4688 257.141 Length 364, alignments in bytes 6/ 2: 436.719 37.2344 62.1719 257.688 Length 364, alignments in bytes 1/ 7: 437.359 38.4219 63.8438 257.406 Length 364, alignments in bytes 7/ 1: 434.109 37.4844 62.8594 257.203 Length 364, alignments in bytes 3/ 4: 435.984 39.5938 56.125 257.484 Length 364, alignments in bytes 4/ 3: 434.578 37.5156 65.5312 257.5 Length 364, alignments in bytes 5/ 7: 436.75 38.875 62.4375 257.047 Length 364, alignments in bytes 7/ 5: 436.844 37.1875 64.3438 560.5 Length 368, alignments in bytes 0/ 4: 441.516 40.0938 60.7969 80.1875 Length 368, alignments in bytes 4/ 0: 441.047 36.6094 61.8906 79.8281 Length 368, alignments in bytes 4/ 4: 440.969 36.6094 47.0938 80.1094 Length 368, alignments in bytes 2/ 2: 441.422 36.7344 47.9531 259.703 Length 368, alignments in bytes 2/ 6: 439.75 39.0469 62.9062 260.656 Length 368, alignments in bytes 6/ 2: 442.156 36.6875 63.0938 259.719 Length 368, alignments in bytes 1/ 7: 438.547 38.9375 62.875 260.141 Length 368, alignments in bytes 7/ 1: 440.531 34.9375 58.0469 259.906 Length 368, alignments in bytes 3/ 4: 441.656 40.1719 61.5781 260.25 Length 368, alignments in bytes 4/ 3: 440.469 36.5156 67.1719 259.812 Length 368, alignments in bytes 5/ 7: 441.172 38.375 64.0938 260.672 Length 368, alignments in bytes 7/ 5: 442.922 35.1094 58.9062 259.812 Length 372, alignments in bytes 0/ 4: 446.234 39.2969 62.0156 80.5469 Length 372, alignments in bytes 4/ 0: 446.406 37.75 61.5781 79.7344 Length 372, alignments in bytes 4/ 4: 446.422 37.0625 46.2656 80.25 Length 372, alignments in bytes 2/ 2: 446.703 36.5469 48.8125 263.719 Length 372, alignments in bytes 2/ 6: 446.453 38.6094 64.3281 262.938 Length 372, alignments in bytes 6/ 2: 444.141 36.8594 62.9375 262.25 Length 372, alignments in bytes 1/ 7: 445.188 38.375 64.5781 262.984 Length 372, alignments in bytes 7/ 1: 445.859 37.625 63.6406 262.812 Length 372, alignments in bytes 3/ 4: 446.156 37.8906 56.875 263.641 Length 372, alignments in bytes 4/ 3: 445.766 37.4062 66.7031 262.672 Length 372, alignments in bytes 5/ 7: 446.266 39.4688 63.5156 262.797 Length 372, alignments in bytes 7/ 5: 444.5 37.3281 65.0781 263.016 Length 376, alignments in bytes 0/ 4: 451.5 40.0312 61.6719 81.9219 Length 376, alignments in bytes 4/ 0: 450.859 36.7344 62.6719 81.5625 Length 376, alignments in bytes 4/ 4: 449.719 36.5781 47.8438 81.1719 Length 376, alignments in bytes 2/ 2: 449.547 36.9375 48.7812 266.172 Length 376, alignments in bytes 2/ 6: 449.016 39.0156 63.9375 266.641 Length 376, alignments in bytes 6/ 2: 452.375 36.4375 64.4062 264.812 Length 376, alignments in bytes 1/ 7: 451 39.2344 63.7656 265.219 Length 376, alignments in bytes 7/ 1: 451.469 37.3281 58.875 265.5 Length 376, alignments in bytes 3/ 4: 451.109 39.7812 63.0312 265.453 Length 376, alignments in bytes 4/ 3: 448.734 36.8125 68.1406 265.594 Length 376, alignments in bytes 5/ 7: 450.5 38.9062 64.7344 264.984 Length 376, alignments in bytes 7/ 5: 450.094 37.4375 60.2344 288.656 Length 380, alignments in bytes 0/ 4: 454.516 39.1875 62.6562 82 Length 380, alignments in bytes 4/ 0: 456.625 38.6562 62.2344 81.5938 Length 380, alignments in bytes 4/ 4: 456.094 38.4219 46.7188 82.125 Length 380, alignments in bytes 2/ 2: 454.031 36.9062 49.1406 267.5 Length 380, alignments in bytes 2/ 6: 455.75 39.8594 65.2344 268.484 Length 380, alignments in bytes 6/ 2: 454.516 38.0938 64.0469 268.078 Length 380, alignments in bytes 1/ 7: 455.812 39.5625 65.1406 268.75 Length 380, alignments in bytes 7/ 1: 453.25 38.5 64.7812 268.969 Length 380, alignments in bytes 3/ 4: 454.578 40.4688 58.2656 268.609 Length 380, alignments in bytes 4/ 3: 457.906 38.7969 67.5 269.188 Length 380, alignments in bytes 5/ 7: 457.281 40.1094 64.3594 268.609 Length 380, alignments in bytes 7/ 5: 454.891 38.5938 66.1094 268.562 Length 384, alignments in bytes 0/ 4: 459.984 41.0625 62.9375 83.2344 Length 384, alignments in bytes 4/ 0: 458.797 37.9219 63.5469 83.5625 Length 384, alignments in bytes 4/ 4: 458.828 37.5156 47.7969 83.2031 Length 384, alignments in bytes 2/ 2: 460.875 37.7344 48.5625 271.109 Length 384, alignments in bytes 2/ 6: 461.156 39.9219 65.0312 272 Length 384, alignments in bytes 6/ 2: 459.969 37.6094 65.3125 270.906 Length 384, alignments in bytes 1/ 7: 458.484 40.2656 64.5625 270.859 Length 384, alignments in bytes 7/ 1: 460.156 36.0625 60.0469 271.281 Length 384, alignments in bytes 3/ 4: 460.969 41.25 63.5781 271.469 Length 384, alignments in bytes 4/ 3: 459.172 37.625 69.2812 271.297 Length 384, alignments in bytes 5/ 7: 459.953 39.4844 65.6562 271.344 Length 384, alignments in bytes 7/ 5: 458.172 36.1406 60.8438 271.906 Length 388, alignments in bytes 0/ 4: 466.438 40.1094 63.7969 82.8906 Length 388, alignments in bytes 4/ 0: 463.531 38.5312 63.2188 83.0156 Length 388, alignments in bytes 4/ 4: 466.25 38.3125 47.8125 82.7969 Length 388, alignments in bytes 2/ 2: 465.234 37.4844 50.3594 274.594 Length 388, alignments in bytes 2/ 6: 466.531 39.9531 66.1406 274.703 Length 388, alignments in bytes 6/ 2: 464.75 38.0156 65.0312 273.984 Length 388, alignments in bytes 1/ 7: 464.844 39.4844 66.5469 274.484 Length 388, alignments in bytes 7/ 1: 464.609 38.6406 65.5938 273.609 Length 388, alignments in bytes 3/ 4: 465.641 38.8906 58.8125 273.562 Length 388, alignments in bytes 4/ 3: 467.219 38.5469 68.4062 274.062 Length 388, alignments in bytes 5/ 7: 464.5 40.3594 65.3125 274.312 Length 388, alignments in bytes 7/ 5: 465.422 38.5312 66.7656 273.5 Length 392, alignments in bytes 0/ 4: 469.125 41.1406 63.75 84.5938 Length 392, alignments in bytes 4/ 0: 470.125 37.6875 64.375 84.5781 Length 392, alignments in bytes 4/ 4: 471.203 37.6719 48.5469 84.5938 Length 392, alignments in bytes 2/ 2: 781.156 37.9688 49.8281 275.859 Length 392, alignments in bytes 2/ 6: 469.672 39.8594 65.5312 277.406 Length 392, alignments in bytes 6/ 2: 468.953 37.5469 65.9219 276.391 Length 392, alignments in bytes 1/ 7: 471.656 40.2031 65.6562 276.281 Length 392, alignments in bytes 7/ 1: 468.625 38.4062 60.9688 276.672 Length 392, alignments in bytes 3/ 4: 468.672 40.9688 64.4219 277.703 Length 392, alignments in bytes 4/ 3: 467.484 37.9688 70.1562 277.016 Length 392, alignments in bytes 5/ 7: 472.578 39.7812 66.75 276.547 Length 392, alignments in bytes 7/ 5: 469.562 38.2969 62.125 276.734 Length 396, alignments in bytes 0/ 4: 475.5 40.4531 64.6094 84.875 Length 396, alignments in bytes 4/ 0: 474.766 39.9219 64.1406 84.5 Length 396, alignments in bytes 4/ 4: 475.5 39.2656 48.4688 83.7656 Length 396, alignments in bytes 2/ 2: 473.938 37.8438 50.25 280.516 Length 396, alignments in bytes 2/ 6: 475.281 40.7031 67.375 280.406 Length 396, alignments in bytes 6/ 2: 474.875 39.4375 65.7344 280.406 Length 396, alignments in bytes 1/ 7: 473.969 40.2656 67.6406 278.375 Length 396, alignments in bytes 7/ 1: 473.359 39.6406 66.3438 280.031 Length 396, alignments in bytes 3/ 4: 474.094 42.1094 60.0781 279.125 Length 396, alignments in bytes 4/ 3: 474.188 39.7031 69.1719 279.531 Length 396, alignments in bytes 5/ 7: 473 41.2188 66.5781 279.234 Length 396, alignments in bytes 7/ 5: 473.469 39.7031 68.0781 280.25 Length 400, alignments in bytes 0/ 4: 481.328 42.3125 64.7656 85.7656 Length 400, alignments in bytes 4/ 0: 479.266 38.7969 65.4688 85.4531 Length 400, alignments in bytes 4/ 4: 477.875 38.7031 49.0625 86.5156 Length 400, alignments in bytes 2/ 2: 479.406 38.9531 50.1875 282.516 Length 400, alignments in bytes 2/ 6: 479.75 41.0625 67.1562 282.281 Length 400, alignments in bytes 6/ 2: 479.25 39.0312 66.8125 282.281 Length 400, alignments in bytes 1/ 7: 479.484 41.1406 66.7812 283.234 Length 400, alignments in bytes 7/ 1: 478.781 37.3438 61.7969 281.906 Length 400, alignments in bytes 3/ 4: 478.562 42.375 65.8906 281.719 Length 400, alignments in bytes 4/ 3: 478.562 38.875 70.8281 282.062 Length 400, alignments in bytes 5/ 7: 480.656 40.7031 67.9062 283.078 Length 400, alignments in bytes 7/ 5: 477.453 37.1719 62.6719 282.766 Length 404, alignments in bytes 0/ 4: 483.422 41.625 65.8125 86.2656 Length 404, alignments in bytes 4/ 0: 484 40 65.2969 86.5 Length 404, alignments in bytes 4/ 4: 482.328 39.4219 49.0312 86.1562 Length 404, alignments in bytes 2/ 2: 484.172 38.4844 51.1562 284.406 Length 404, alignments in bytes 2/ 6: 483.078 40.6719 68.5 285.109 Length 404, alignments in bytes 6/ 2: 482.609 39.3125 66.7188 284.422 Length 404, alignments in bytes 1/ 7: 483.969 40.6094 68.2969 285.125 Length 404, alignments in bytes 7/ 1: 484.25 39.6875 67.2812 284.812 Length 404, alignments in bytes 3/ 4: 485.188 40.1094 61 284.75 Length 404, alignments in bytes 4/ 3: 483.812 39.6562 70.1875 285.469 Length 404, alignments in bytes 5/ 7: 484.312 41.7031 67.0625 284.344 Length 404, alignments in bytes 7/ 5: 483.016 39.4844 69 284.844 Length 408, alignments in bytes 0/ 4: 487.797 41.8281 65.3281 87.8594 Length 408, alignments in bytes 4/ 0: 489.844 38.8281 66.4688 87.7812 Length 408, alignments in bytes 4/ 4: 487.812 38.75 50.3125 87.5625 Length 408, alignments in bytes 2/ 2: 488.406 39.2656 50.7188 287.703 Length 408, alignments in bytes 2/ 6: 512.734 41.5469 67.5781 287.828 Length 408, alignments in bytes 6/ 2: 490.328 38.4531 68.0781 288.359 Length 408, alignments in bytes 1/ 7: 489.781 41.6562 67.5156 287.344 Length 408, alignments in bytes 7/ 1: 489.516 39.6875 62.6875 287.891 Length 408, alignments in bytes 3/ 4: 489.641 41.9844 66.6719 287.969 Length 408, alignments in bytes 4/ 3: 488.078 39.25 71.875 287.703 Length 408, alignments in bytes 5/ 7: 487.766 40.875 68.875 288.125 Length 408, alignments in bytes 7/ 5: 489.5 39.6094 63.4531 288.594 Length 412, alignments in bytes 0/ 4: 494 41.625 66.625 87.7188 Length 412, alignments in bytes 4/ 0: 492.844 40.7969 66.3438 87.4688 Length 412, alignments in bytes 4/ 4: 493.766 40.2656 49.4531 87.9531 Length 412, alignments in bytes 2/ 2: 494.312 39.5625 51.8906 290.766 Length 412, alignments in bytes 2/ 6: 493.438 41.8438 69.1562 290.875 Length 412, alignments in bytes 6/ 2: 492.344 40.3906 67.7188 290.125 Length 412, alignments in bytes 1/ 7: 493.891 41.5312 69.2031 291.25 Length 412, alignments in bytes 7/ 1: 493.297 41 68.2188 290.828 Length 412, alignments in bytes 3/ 4: 495.906 42.6406 62.0156 290.5 Length 412, alignments in bytes 4/ 3: 492.703 41.125 70.9375 289.688 Length 412, alignments in bytes 5/ 7: 497.281 42.625 68.1719 291.281 Length 412, alignments in bytes 7/ 5: 494.297 40.6094 69.9688 289.594 Length 416, alignments in bytes 0/ 4: 500.625 43.3594 66.375 89.2344 Length 416, alignments in bytes 4/ 0: 499.141 40.125 67.3906 89.3438 Length 416, alignments in bytes 4/ 4: 499.219 39.6875 51.0312 89.1406 Length 416, alignments in bytes 2/ 2: 816.328 40.0781 51.7031 294.438 Length 416, alignments in bytes 2/ 6: 498.438 41.6875 68.6875 293.594 Length 416, alignments in bytes 6/ 2: 497.609 40.125 68.5938 293.125 Length 416, alignments in bytes 1/ 7: 501.219 42.375 68.625 293.656 Length 416, alignments in bytes 7/ 1: 495.609 38.4062 63.6094 293.016 Length 416, alignments in bytes 3/ 4: 524.891 43.6719 67.3281 293.078 Length 416, alignments in bytes 4/ 3: 496.891 39.8438 72.6094 293.516 Length 416, alignments in bytes 5/ 7: 498.25 41.9062 69.8594 293.391 Length 416, alignments in bytes 7/ 5: 498.812 38.375 64.5625 293.156 Length 420, alignments in bytes 0/ 4: 503.594 42.6719 67.5781 89.4375 Length 420, alignments in bytes 4/ 0: 502.25 41.0938 67.25 88.7344 Length 420, alignments in bytes 4/ 4: 505.141 40.7344 50.375 88.9531 Length 420, alignments in bytes 2/ 2: 502.516 39.6562 52.4062 296.719 Length 420, alignments in bytes 2/ 6: 505.625 42.125 70.0156 296.5 Length 420, alignments in bytes 6/ 2: 503.453 40.5312 68.6875 296.547 Length 420, alignments in bytes 1/ 7: 504.312 41.7031 70.3906 296.75 Length 420, alignments in bytes 7/ 1: 504.031 40.7344 69.125 296.266 Length 420, alignments in bytes 3/ 4: 504 40.875 62.8281 295.875 Length 420, alignments in bytes 4/ 3: 503.594 41.4688 72.375 296.391 Length 420, alignments in bytes 5/ 7: 501.297 42.6406 68.9531 297.078 Length 420, alignments in bytes 7/ 5: 503.906 41.2969 70.7969 296.203 Length 424, alignments in bytes 0/ 4: 510.344 43.6562 67.1875 90.7344 Length 424, alignments in bytes 4/ 0: 508.406 40.4062 68.25 90.2969 Length 424, alignments in bytes 4/ 4: 510.938 40.0156 51.7344 90.7188 Length 424, alignments in bytes 2/ 2: 508.922 39.8281 52.2969 298.812 Length 424, alignments in bytes 2/ 6: 506.609 42.5469 69.4375 299.094 Length 424, alignments in bytes 6/ 2: 505.469 40.5625 69.8281 299.125 Length 424, alignments in bytes 1/ 7: 507.922 43.0156 69.375 298.844 Length 424, alignments in bytes 7/ 1: 509.203 41.0938 64.7031 298.859 Length 424, alignments in bytes 3/ 4: 510.25 43.7188 68.2969 298.688 Length 424, alignments in bytes 4/ 3: 507.281 40.5312 73.3906 299 Length 424, alignments in bytes 5/ 7: 509.016 41.625 70.5781 298.5 Length 424, alignments in bytes 7/ 5: 509.047 41.0938 65.3594 322.219 Length 428, alignments in bytes 0/ 4: 509.844 43.2812 68.4688 90.7188 Length 428, alignments in bytes 4/ 0: 513.078 42.5469 67.9219 90.5156 Length 428, alignments in bytes 4/ 4: 512.922 41.4844 50.3438 90.6875 Length 428, alignments in bytes 2/ 2: 514.438 40.5625 53.1719 301.625 Length 428, alignments in bytes 2/ 6: 513.328 42.5781 70.9531 301.828 Length 428, alignments in bytes 6/ 2: 514.297 41.375 69.4844 301.359 Length 428, alignments in bytes 1/ 7: 513.797 43.0312 70.7656 302.484 Length 428, alignments in bytes 7/ 1: 513.969 41.9375 70.25 301.641 Length 428, alignments in bytes 3/ 4: 512.969 43.9375 63.7656 302.094 Length 428, alignments in bytes 4/ 3: 512.094 41.7031 72.8125 301.781 Length 428, alignments in bytes 5/ 7: 513.766 43.875 69.8594 301.891 Length 428, alignments in bytes 7/ 5: 515.578 42.25 71.5781 300.969 Length 432, alignments in bytes 0/ 4: 519.359 44.625 68.375 91.6406 Length 432, alignments in bytes 4/ 0: 517.875 41.1562 69.2812 91.9531 Length 432, alignments in bytes 4/ 4: 520.141 41.1719 51.3906 92.0938 Length 432, alignments in bytes 2/ 2: 516.344 40.7188 53.0781 304.359 Length 432, alignments in bytes 2/ 6: 518.734 42.8125 70.4688 304.812 Length 432, alignments in bytes 6/ 2: 517.5 41.2969 70.3438 304.703 Length 432, alignments in bytes 1/ 7: 518.531 43.6875 70.2812 304.391 Length 432, alignments in bytes 7/ 1: 519.984 39.3438 65.5938 305.781 Length 432, alignments in bytes 3/ 4: 516.828 43.875 69.375 304.078 Length 432, alignments in bytes 4/ 3: 517.5 41.0938 74.7188 304.5 Length 432, alignments in bytes 5/ 7: 516.812 42.9688 71.5 305.531 Length 432, alignments in bytes 7/ 5: 520.484 39.5469 66.3281 305 Length 436, alignments in bytes 0/ 4: 521.531 43.1406 69.4688 92.3438 Length 436, alignments in bytes 4/ 0: 525.812 42.5625 68.9531 92.5625 Length 436, alignments in bytes 4/ 4: 522.547 41.4375 52.0938 92.0625 Length 436, alignments in bytes 2/ 2: 524.281 40.625 53.75 306.109 Length 436, alignments in bytes 2/ 6: 520.953 42.2188 72.0781 306.359 Length 436, alignments in bytes 6/ 2: 520.812 42.125 70.4219 307.953 Length 436, alignments in bytes 1/ 7: 523.953 43.1406 72.0625 307.609 Length 436, alignments in bytes 7/ 1: 522 42.5625 70.6875 307.359 Length 436, alignments in bytes 3/ 4: 523.484 42.2656 64.5 308.297 Length 436, alignments in bytes 4/ 3: 524.328 42.3906 74.0938 306.906 Length 436, alignments in bytes 5/ 7: 522.141 43.8125 71.1562 307.703 Length 436, alignments in bytes 7/ 5: 524.219 41.5781 72.6406 585.938 Length 440, alignments in bytes 0/ 4: 526.797 43.7031 68.9688 93.875 Length 440, alignments in bytes 4/ 0: 529.156 41.7188 70.0938 94.1094 Length 440, alignments in bytes 4/ 4: 528.781 40.5469 52.7969 93.6094 Length 440, alignments in bytes 2/ 2: 526.297 40.875 53.5 309.562 Length 440, alignments in bytes 2/ 6: 528.938 43.7812 71.1875 311.312 Length 440, alignments in bytes 6/ 2: 527.641 41.5625 71.6094 311.625 Length 440, alignments in bytes 1/ 7: 529.562 43.5781 71.2031 310.25 Length 440, alignments in bytes 7/ 1: 526.281 41.5312 66.3906 310.328 Length 440, alignments in bytes 3/ 4: 529.219 44.7969 70.25 309.484 Length 440, alignments in bytes 4/ 3: 527.453 41.7188 75.4688 310.234 Length 440, alignments in bytes 5/ 7: 525.984 43.2969 72.5312 310.438 Length 440, alignments in bytes 7/ 5: 527.656 42.5 67.375 310.75 Length 444, alignments in bytes 0/ 4: 533.484 44.0156 70.3281 93.2188 Length 444, alignments in bytes 4/ 0: 530.375 43.375 69.7656 93.6719 Length 444, alignments in bytes 4/ 4: 533.781 42.8906 51.4062 93.8594 Length 444, alignments in bytes 2/ 2: 532.516 41.7656 54.5938 313.578 Length 444, alignments in bytes 2/ 6: 533.953 43.875 72.5 312.578 Length 444, alignments in bytes 6/ 2: 532.578 43.2656 71.3594 314.078 Length 444, alignments in bytes 1/ 7: 560.547 44.0469 72.8125 313.938 Length 444, alignments in bytes 7/ 1: 534.172 43.3281 71.875 312.469 Length 444, alignments in bytes 3/ 4: 531.188 45.2188 65.4375 313.438 Length 444, alignments in bytes 4/ 3: 532.094 43.5312 74.7969 313.141 Length 444, alignments in bytes 5/ 7: 530.844 44.0469 71.8438 313.25 Length 444, alignments in bytes 7/ 5: 531.062 43.2031 73.7812 312.609 Length 448, alignments in bytes 0/ 4: 535.359 44.6875 70.2031 95.0625 Length 448, alignments in bytes 4/ 0: 537.844 41.7656 71.0312 95.0156 Length 448, alignments in bytes 4/ 4: 534.688 42.25 53.0938 95.0156 Length 448, alignments in bytes 2/ 2: 538.422 42.0312 54.25 315.891 Length 448, alignments in bytes 2/ 6: 537.625 43.9375 72.3594 315.406 Length 448, alignments in bytes 6/ 2: 538.234 42.5938 72.5938 315.781 Length 448, alignments in bytes 1/ 7: 537.078 44.1406 72.3281 316.031 Length 448, alignments in bytes 7/ 1: 537.281 40.6094 67.3125 316.219 Length 448, alignments in bytes 3/ 4: 538.578 45.6094 71.2656 315.547 Length 448, alignments in bytes 4/ 3: 535.984 42.125 75.9844 316 Length 448, alignments in bytes 5/ 7: 537.875 44.4062 73.0781 315.75 Length 448, alignments in bytes 7/ 5: 537.219 40.5312 68.1719 315.797 Length 452, alignments in bytes 0/ 4: 543.969 45.3125 71.0625 95.5781 Length 452, alignments in bytes 4/ 0: 542.547 43.7969 70.6719 95.1719 Length 452, alignments in bytes 4/ 4: 541.469 43.1094 52.9531 95.375 Length 452, alignments in bytes 2/ 2: 541.969 42.4531 55.1562 318.812 Length 452, alignments in bytes 2/ 6: 542.422 44.4688 73.5938 318.75 Length 452, alignments in bytes 6/ 2: 541.406 43.3125 72.1875 318.828 Length 452, alignments in bytes 1/ 7: 542.094 43.4688 74.0938 317.891 Length 452, alignments in bytes 7/ 1: 542.281 43.8594 72.8438 319.281 Length 452, alignments in bytes 3/ 4: 543.188 43.3906 66.6406 341.234 Length 452, alignments in bytes 4/ 3: 541.266 43.6875 75.5781 319.828 Length 452, alignments in bytes 5/ 7: 541.984 45.1562 72.5625 319.719 Length 452, alignments in bytes 7/ 5: 540.141 42.7031 74.4375 318.469 Length 456, alignments in bytes 0/ 4: 545.797 45.8906 70.9375 97.3125 Length 456, alignments in bytes 4/ 0: 547.625 43.0469 71.7812 96.6719 Length 456, alignments in bytes 4/ 4: 549.484 41.9844 53.8594 96.7031 Length 456, alignments in bytes 2/ 2: 547.516 42.0469 55.0938 320.781 Length 456, alignments in bytes 2/ 6: 547.781 44.5469 73.1562 321.469 Length 456, alignments in bytes 6/ 2: 547.203 42.3125 73.1562 321.75 Length 456, alignments in bytes 1/ 7: 545.672 44.8125 72.9844 321.219 Length 456, alignments in bytes 7/ 1: 547.984 43.6875 68.0781 320.531 Length 456, alignments in bytes 3/ 4: 547.953 45.875 72.0469 321.234 Length 456, alignments in bytes 4/ 3: 545.906 42.8594 77.3438 321.609 Length 456, alignments in bytes 5/ 7: 548.781 44.4219 74.3125 321.547 Length 456, alignments in bytes 7/ 5: 547.766 43.7031 68.9844 321.203 Length 460, alignments in bytes 0/ 4: 549.828 45 72.125 96.5625 Length 460, alignments in bytes 4/ 0: 552.297 45.2656 71.9375 96.8438 Length 460, alignments in bytes 4/ 4: 551.312 43.125 52.8438 96.3906 Length 460, alignments in bytes 2/ 2: 551.922 43.0625 56.1875 323.922 Length 460, alignments in bytes 2/ 6: 551.641 44.7344 74.9844 324.656 Length 460, alignments in bytes 6/ 2: 549.969 44.3438 73.2188 322.953 Length 460, alignments in bytes 1/ 7: 872.031 45.2344 74.8594 323.859 Length 460, alignments in bytes 7/ 1: 551.359 44.6094 73.5781 324.078 Length 460, alignments in bytes 3/ 4: 554.484 46.2656 67.3281 324.828 Length 460, alignments in bytes 4/ 3: 550.188 43.625 76.3906 323.656 Length 460, alignments in bytes 5/ 7: 551.359 46.1875 73.375 349.047 Length 460, alignments in bytes 7/ 5: 552.531 44.4688 75.3438 323.406 Length 464, alignments in bytes 0/ 4: 557.828 45.7969 72.0312 98.2344 Length 464, alignments in bytes 4/ 0: 558.859 42.8281 72.8906 98.1406 Length 464, alignments in bytes 4/ 4: 556.766 42.6406 54.7812 98.1719 Length 464, alignments in bytes 2/ 2: 557.031 44.0469 55.7344 326.312 Length 464, alignments in bytes 2/ 6: 557.438 45.6406 73.8906 326.484 Length 464, alignments in bytes 6/ 2: 558 44.0625 74.1406 326.578 Length 464, alignments in bytes 1/ 7: 553.203 46.6406 73.9062 326.531 Length 464, alignments in bytes 7/ 1: 556.062 41.9062 69.0312 325.812 Length 464, alignments in bytes 3/ 4: 557.938 46.3125 73.0156 326.297 Length 464, alignments in bytes 4/ 3: 555.359 42.75 78.1094 327.422 Length 464, alignments in bytes 5/ 7: 556.906 45.1562 75.0781 326.109 Length 464, alignments in bytes 7/ 5: 555.828 41.7344 70.125 328.031 Length 468, alignments in bytes 0/ 4: 560.922 46.125 73.1719 98.375 Length 468, alignments in bytes 4/ 0: 562.422 44.7344 72.8594 97.8906 Length 468, alignments in bytes 4/ 4: 561.703 44.4219 54.4375 98.2188 Length 468, alignments in bytes 2/ 2: 563.062 43.4375 56.3125 329.359 Length 468, alignments in bytes 2/ 6: 562.891 45.3906 75.4844 329.234 Length 468, alignments in bytes 6/ 2: 560.578 44.1562 73.8906 329.719 Length 468, alignments in bytes 1/ 7: 561.375 44.3906 75.6406 329.859 Length 468, alignments in bytes 7/ 1: 560.5 44.6562 74.625 329.047 Length 468, alignments in bytes 3/ 4: 561.031 43.5156 68.4531 330 Length 468, alignments in bytes 4/ 3: 562.828 43.4375 77.5156 330.453 Length 468, alignments in bytes 5/ 7: 559.422 46.1562 74.4219 329.781 Length 468, alignments in bytes 7/ 5: 563.031 44.7031 76.375 329.375 Length 472, alignments in bytes 0/ 4: 569.062 46.6719 72.8281 100.312 Length 472, alignments in bytes 4/ 0: 567.688 43.9375 73.8594 100.016 Length 472, alignments in bytes 4/ 4: 565.422 43.8125 55.2344 99.6719 Length 472, alignments in bytes 2/ 2: 566.281 44.0312 56.4531 332.453 Length 472, alignments in bytes 2/ 6: 565.844 44.8125 75.1719 331.766 Length 472, alignments in bytes 6/ 2: 564.5 44 75.1562 332.234 Length 472, alignments in bytes 1/ 7: 566.062 45.2031 74.7344 332.562 Length 472, alignments in bytes 7/ 1: 566.391 44.8594 69.9062 333.109 Length 472, alignments in bytes 3/ 4: 568.312 46.0156 73.7031 332.781 Length 472, alignments in bytes 4/ 3: 566.203 43.6875 79.0469 331.234 Length 472, alignments in bytes 5/ 7: 565.781 45.3438 75.9844 332.594 Length 472, alignments in bytes 7/ 5: 566.219 44.6094 71.1406 332.016 Length 476, alignments in bytes 0/ 4: 572.734 46.4062 73.9688 99.9375 Length 476, alignments in bytes 4/ 0: 570.953 45.9688 73.3594 99.8594 Length 476, alignments in bytes 4/ 4: 569.359 45.5312 54.4531 99.3125 Length 476, alignments in bytes 2/ 2: 571.453 43.7969 57.3594 334.281 Length 476, alignments in bytes 2/ 6: 573.844 45.7188 76.5625 335.203 Length 476, alignments in bytes 6/ 2: 571.609 45.2969 75.1719 335.641 Length 476, alignments in bytes 1/ 7: 567.125 45.2969 76.7812 335.062 Length 476, alignments in bytes 7/ 1: 572.219 45.6406 75.5312 334.453 Length 476, alignments in bytes 3/ 4: 568.672 46.9375 69.2656 335.406 Length 476, alignments in bytes 4/ 3: 567.625 44.5469 78.375 335.891 Length 476, alignments in bytes 5/ 7: 571 46.8906 75.375 334.922 Length 476, alignments in bytes 7/ 5: 569.688 45.5156 77.4219 334.547 Length 480, alignments in bytes 0/ 4: 576.672 47.9844 73.5469 100.984 Length 480, alignments in bytes 4/ 0: 574.703 44.7656 74.5625 101.344 Length 480, alignments in bytes 4/ 4: 599.656 44.9375 55.7188 101.281 Length 480, alignments in bytes 2/ 2: 574.469 43.8906 57.0625 338.406 Length 480, alignments in bytes 2/ 6: 574.25 47.125 75.9844 337.453 Length 480, alignments in bytes 6/ 2: 576.062 43.4844 76.1406 338.312 Length 480, alignments in bytes 1/ 7: 576.109 46.9844 76.25 338 Length 480, alignments in bytes 7/ 1: 574.766 43 70.9688 337.578 Length 480, alignments in bytes 3/ 4: 574.922 47.3438 74.7344 338.328 Length 480, alignments in bytes 4/ 3: 576.719 44.8281 79.9531 338.422 Length 480, alignments in bytes 5/ 7: 881.016 46.375 77.0312 338.562 Length 480, alignments in bytes 7/ 5: 575.484 42.5781 71.9375 337.438 Length 484, alignments in bytes 0/ 4: 581.656 46.0938 74.75 100.922 Length 484, alignments in bytes 4/ 0: 581.422 45.9375 74.5 101.578 Length 484, alignments in bytes 4/ 4: 581.875 45.25 56.125 100.516 Length 484, alignments in bytes 2/ 2: 581.984 43.3594 58 341.141 Length 484, alignments in bytes 2/ 6: 579.375 45.4062 77.2344 340.875 Length 484, alignments in bytes 6/ 2: 581.719 44.4531 75.8281 339.219 Length 484, alignments in bytes 1/ 7: 582.297 45.5469 77.5312 340.656 Length 484, alignments in bytes 7/ 1: 582.203 45.7656 76.5938 339.438 Length 484, alignments in bytes 3/ 4: 580.422 45.8906 70.2031 340.766 Length 484, alignments in bytes 4/ 3: 581.172 45.8281 79.375 340.453 Length 484, alignments in bytes 5/ 7: 580.625 47.2188 76.2812 340.328 Length 484, alignments in bytes 7/ 5: 580.078 45.5938 78.3594 340.797 Length 488, alignments in bytes 0/ 4: 585.984 47.8906 74.875 102.984 Length 488, alignments in bytes 4/ 0: 585.656 43.9375 75.7812 102.844 Length 488, alignments in bytes 4/ 4: 585.25 44.7344 56.7969 102.75 Length 488, alignments in bytes 2/ 2: 585.953 44.8281 57.8281 343.781 Length 488, alignments in bytes 2/ 6: 585.312 46.7031 76.875 343.609 Length 488, alignments in bytes 6/ 2: 584.125 44.5625 77.1875 343.766 Length 488, alignments in bytes 1/ 7: 586.172 47.2344 76.8906 342.625 Length 488, alignments in bytes 7/ 1: 583.156 45.7656 71.8125 341.875 Length 488, alignments in bytes 3/ 4: 589.844 47.9219 75.5781 343.297 Length 488, alignments in bytes 4/ 3: 584.906 45 80.9219 342.125 Length 488, alignments in bytes 5/ 7: 585.547 45.5938 77.8594 343.781 Length 488, alignments in bytes 7/ 5: 586.047 45.625 72.8281 343.453 Length 492, alignments in bytes 0/ 4: 591.203 46.5312 75.75 103.219 Length 492, alignments in bytes 4/ 0: 589.156 45.6562 75.4844 103.016 Length 492, alignments in bytes 4/ 4: 591.688 46.4219 55.6406 102.875 Length 492, alignments in bytes 2/ 2: 591.516 44.9062 58.9688 347.047 Length 492, alignments in bytes 2/ 6: 592.266 46.7656 78.3281 346.922 Length 492, alignments in bytes 6/ 2: 589.734 46.4375 76.9219 345.844 Length 492, alignments in bytes 1/ 7: 592.141 47.3125 78.5469 346.094 Length 492, alignments in bytes 7/ 1: 590.844 46.5156 77.6094 346.25 Length 492, alignments in bytes 3/ 4: 591.469 48.1719 71.4062 346.375 Length 492, alignments in bytes 4/ 3: 590.672 45.5781 80.1094 346.281 Length 492, alignments in bytes 5/ 7: 588.922 48.2656 77.4375 345.438 Length 492, alignments in bytes 7/ 5: 591.906 46.7031 79.2188 346 Length 496, alignments in bytes 0/ 4: 594.625 49.1406 75.4531 105.219 Length 496, alignments in bytes 4/ 0: 594.562 45.6875 76.5156 103.828 Length 496, alignments in bytes 4/ 4: 594.547 45.7031 56.9688 103.922 Length 496, alignments in bytes 2/ 2: 595.984 45.9062 58.5938 349.641 Length 496, alignments in bytes 2/ 6: 615.125 47.9531 77.9688 348.516 Length 496, alignments in bytes 6/ 2: 595 45.5156 78.1875 348.984 Length 496, alignments in bytes 1/ 7: 595.5 48.3438 77.5469 348.125 Length 496, alignments in bytes 7/ 1: 597.266 43.4062 72.875 348.688 Length 496, alignments in bytes 3/ 4: 595.734 47.9844 76.6562 348.984 Length 496, alignments in bytes 4/ 3: 595.906 45.9688 81.5938 349.328 Length 496, alignments in bytes 5/ 7: 595.734 47.375 78.7969 349.109 Length 496, alignments in bytes 7/ 5: 596.297 44.2188 73.7188 349.422 Length 500, alignments in bytes 0/ 4: 600.859 47.0312 76.6562 104.219 Length 500, alignments in bytes 4/ 0: 601.484 46.5625 76.3281 104.719 Length 500, alignments in bytes 4/ 4: 601.141 46.3438 57.3906 104.484 Length 500, alignments in bytes 2/ 2: 599.688 45.7188 59.0156 351.922 Length 500, alignments in bytes 2/ 6: 599.156 47.7656 79.5938 351.188 Length 500, alignments in bytes 6/ 2: 600.188 45.3594 77.9844 352.094 Length 500, alignments in bytes 1/ 7: 600.156 47.5156 79.5625 352.016 Length 500, alignments in bytes 7/ 1: 595.453 46.8906 78.5469 352.359 Length 500, alignments in bytes 3/ 4: 597.953 47.0625 71.9688 352.094 Length 500, alignments in bytes 4/ 3: 600.656 45.5156 81.1875 351.344 Length 500, alignments in bytes 5/ 7: 600.719 48.2344 78.125 352.766 Length 500, alignments in bytes 7/ 5: 599.562 46.5781 79.7969 670.75 Length 504, alignments in bytes 0/ 4: 606.047 48.9219 76.375 106.141 Length 504, alignments in bytes 4/ 0: 603.875 44.9688 77.1719 105.625 Length 504, alignments in bytes 4/ 4: 605.125 45.7812 57.9219 105.469 Length 504, alignments in bytes 2/ 2: 602.859 46.0781 59.4688 354.391 Length 504, alignments in bytes 2/ 6: 603.484 47.9688 78.7656 354.141 Length 504, alignments in bytes 6/ 2: 604 44.5469 79.1094 354.797 Length 504, alignments in bytes 1/ 7: 606.438 48.375 78.6094 354.656 Length 504, alignments in bytes 7/ 1: 605.922 45.6719 73.6094 353.844 Length 504, alignments in bytes 3/ 4: 602.547 49.1562 77.4219 354.812 Length 504, alignments in bytes 4/ 3: 605.422 45.7344 82.9062 354.719 Length 504, alignments in bytes 5/ 7: 605.75 46.8438 79.6406 354.391 Length 504, alignments in bytes 7/ 5: 605.156 46.4062 74.5469 354.484 Length 508, alignments in bytes 0/ 4: 610.312 48.25 77.7656 105.969 Length 508, alignments in bytes 4/ 0: 608.688 47.8125 77.1875 106.625 Length 508, alignments in bytes 4/ 4: 609.922 46.1562 56.9844 105.406 Length 508, alignments in bytes 2/ 2: 609.516 46.1094 59.9375 358.781 Length 508, alignments in bytes 2/ 6: 609.812 48.1406 80.0781 356.734 Length 508, alignments in bytes 6/ 2: 610.719 47.3438 78.9219 356.734 Length 508, alignments in bytes 1/ 7: 609.484 47.7812 80.2656 357.891 Length 508, alignments in bytes 7/ 1: 607.141 47.6562 79.3281 357.578 Length 508, alignments in bytes 3/ 4: 609.578 48.9531 72.9688 356.641 Length 508, alignments in bytes 4/ 3: 610.75 47.75 82.125 357.938 Length 508, alignments in bytes 5/ 7: 607.766 49.1562 78.8281 356.844 Length 508, alignments in bytes 7/ 5: 609.734 47.8594 80.6406 358.234 Length 512, alignments in bytes 0/ 4: 613.812 50.3125 77.3125 107.75 Length 512, alignments in bytes 4/ 0: 617.25 46.75 78.3281 107.422 Length 512, alignments in bytes 4/ 4: 614.297 46.8906 58.2969 108.172 Length 512, alignments in bytes 2/ 2: 615.031 45.7188 60.3281 361.203 Length 512, alignments in bytes 2/ 6: 614.703 49.1875 79.8125 382.75 Length 512, alignments in bytes 6/ 2: 612.266 46.8438 79.6094 360.438 Length 512, alignments in bytes 1/ 7: 615.031 49.25 79.6719 359.828 Length 512, alignments in bytes 7/ 1: 614.766 45.1875 74.5 360.703 Length 512, alignments in bytes 3/ 4: 614.109 50.0625 78.75 360.656 Length 512, alignments in bytes 4/ 3: 614.109 46.9062 83.5625 361.562 Length 512, alignments in bytes 5/ 7: 617.078 48.6719 80.4062 360.906 Length 512, alignments in bytes 7/ 5: 616.922 45.5625 75.5625 360.141 simple_stpcpy __stpcpy_power8 __stpcpy_power7 __stpcpy_ppc Length 0, alignments in bytes 0/ 0: 5.42188 6.89062 11.5 21.2969 Length 0, alignments in bytes 0/ 0: 5.26562 6.78125 11.1875 20.7188 Length 0, alignments in bytes 0/ 0: 4.92188 6.54688 11.125 20.8438 Length 0, alignments in bytes 0/ 0: 4.90625 6.8125 10.9531 20.5156 Length 1, alignments in bytes 0/ 0: 4.92188 6.5625 10.6875 20.75 Length 1, alignments in bytes 0/ 0: 5.01562 5.89062 10.5312 20.4844 Length 1, alignments in bytes 0/ 1: 4.78125 5.89062 10.2344 21.1406 Length 1, alignments in bytes 1/ 0: 4.78125 5.79688 10.75 20.5938 Length 2, alignments in bytes 0/ 0: 9.875 6 10.6094 20.4375 Length 2, alignments in bytes 0/ 0: 9.95312 5.92188 10.4375 20.4688 Length 2, alignments in bytes 0/ 2: 9.76562 5.84375 10.75 20.5469 Length 2, alignments in bytes 2/ 0: 9.6875 6.07812 10.4375 20.1562 Length 3, alignments in bytes 0/ 0: 5.15625 6.84375 10.25 21.6406 Length 3, alignments in bytes 0/ 0: 4.85938 6.78125 10.3438 21.4375 Length 3, alignments in bytes 0/ 3: 4.51562 6.71875 10.2969 21.25 Length 3, alignments in bytes 3/ 0: 4.90625 6.65625 10.2188 21.4375 Length 4, alignments in bytes 0/ 0: 5.5 6.39062 10.75 20.3438 Length 4, alignments in bytes 0/ 0: 5.40625 6.0625 10.4219 20.0312 Length 4, alignments in bytes 0/ 4: 5.25 5.9375 10.1406 19.875 Length 4, alignments in bytes 4/ 0: 4.96875 5.92188 11.0156 21.4688 Length 5, alignments in bytes 0/ 0: 13.5938 6.01562 10.5 19.9375 Length 5, alignments in bytes 0/ 0: 13.4844 5.64062 10.3438 19.6406 Length 5, alignments in bytes 0/ 5: 13.5 5.70312 9.78125 19.8906 Length 5, alignments in bytes 5/ 0: 13.4375 5.71875 10.5156 21.2344 Length 6, alignments in bytes 0/ 0: 7.35938 5.65625 10.1875 19.0781 Length 6, alignments in bytes 0/ 0: 6.98438 5.73438 9.98438 19.0781 Length 6, alignments in bytes 0/ 6: 6.78125 5.625 9.89062 18.9688 Length 6, alignments in bytes 6/ 0: 6.71875 5.76562 10.7344 20.25 Length 7, alignments in bytes 0/ 0: 7.92188 4.6875 9.125 18.8281 Length 7, alignments in bytes 0/ 0: 7.60938 4.70312 8.90625 18.4062 Length 7, alignments in bytes 0/ 7: 7.53125 4.34375 9.25 18.2969 Length 7, alignments in bytes 7/ 0: 7.53125 4.53125 9.625 19.9531 Length 8, alignments in bytes 0/ 0: 21.7969 7.20312 12.0781 22.1875 Length 8, alignments in bytes 0/ 0: 20.6875 6.3125 11.6719 22.1094 Length 8, alignments in bytes 0/ 0: 20.8438 6.0625 11.5312 22.1406 Length 8, alignments in bytes 0/ 0: 19.2031 6.1875 11.625 22.3125 Length 9, alignments in bytes 0/ 0: 10.125 6.3125 11.7188 22.3594 Length 9, alignments in bytes 0/ 0: 9.32812 6 11.0938 22.0625 Length 9, alignments in bytes 0/ 1: 8.95312 5.65625 11.125 24.0312 Length 9, alignments in bytes 1/ 0: 8.98438 5.70312 12.2031 22.75 Length 10, alignments in bytes 0/ 0: 10.8906 5.96875 11.25 21.9219 Length 10, alignments in bytes 0/ 0: 10.25 5.89062 10.7812 21.5625 Length 10, alignments in bytes 0/ 2: 9.90625 5.6875 11.0469 21.7656 Length 10, alignments in bytes 2/ 0: 10.1094 5.57812 13.3906 24.4844 Length 11, alignments in bytes 0/ 0: 11.3125 6.5 11.125 22.8125 Length 11, alignments in bytes 0/ 0: 10.9219 6.40625 10.8125 22.6406 Length 11, alignments in bytes 0/ 3: 10.7344 6.3125 11.125 22.4688 Length 11, alignments in bytes 3/ 0: 10.6406 6.4375 12.9375 22.0312 Length 12, alignments in bytes 0/ 0: 12.7656 5.9375 11.7188 21.4062 Length 12, alignments in bytes 0/ 0: 12.0156 5.90625 10.9531 21.3125 Length 12, alignments in bytes 0/ 4: 11.8594 5.9375 11.2188 20.8438 Length 12, alignments in bytes 4/ 0: 11.9375 5.84375 12.5312 21.4375 Length 13, alignments in bytes 0/ 0: 25.4219 6.03125 10.7344 21.9688 Length 13, alignments in bytes 0/ 0: 25.3125 5.48438 10.7656 21.5781 Length 13, alignments in bytes 0/ 5: 25.9844 21.3125 10.4844 22.5625 Length 13, alignments in bytes 5/ 0: 25.7969 5.54688 12.625 22.4219 Length 14, alignments in bytes 0/ 0: 25.8906 5.89062 10.5625 21.1406 Length 14, alignments in bytes 0/ 0: 26.25 5.60938 10.4688 20.9062 Length 14, alignments in bytes 0/ 6: 26.0625 5.6875 10.6562 20.9062 Length 14, alignments in bytes 6/ 0: 26.1875 5.65625 13.1719 21.625 Length 15, alignments in bytes 0/ 0: 26.6875 6.40625 12.0625 23.9062 Length 15, alignments in bytes 0/ 0: 26.7969 6.29688 11.875 23.5781 Length 15, alignments in bytes 0/ 7: 27.2969 6.125 11.4531 22.9844 Length 15, alignments in bytes 7/ 0: 26.5156 6.23438 12.8906 21.3281 Length 16, alignments in bytes 0/ 0: 16.1719 9.65625 13.2031 22.1094 Length 16, alignments in bytes 7/ 2: 15.75 7 13.4219 23.5312 Length 32, alignments in bytes 0/ 0: 41.0938 10.5156 16.7812 17.3281 Length 32, alignments in bytes 6/ 4: 40.9062 9.375 17.1094 22.5938 Length 64, alignments in bytes 0/ 0: 80.125 13.3125 18.2031 19.2031 Length 64, alignments in bytes 5/ 6: 80.2188 12.0312 18.2656 26.3594 Length 128, alignments in bytes 0/ 0: 163.391 17.5781 22.0312 26.2344 Length 128, alignments in bytes 4/ 0: 163.438 16.7969 23.9375 36.0469 Length 256, alignments in bytes 0/ 0: 330.922 31.4219 29.9531 43.1094 Length 256, alignments in bytes 3/ 2: 329.719 31.8594 33.6562 64.2812 Length 512, alignments in bytes 0/ 0: 659.719 48.1094 53.9219 72.1094 Length 512, alignments in bytes 2/ 4: 663.219 47.5469 67.125 100.625 Length 1024, alignments in bytes 0/ 0: 1329.03 79.7812 93.6562 120.156 Length 1024, alignments in bytes 1/ 6: 1331.34 79.6094 107.594 170.969 Length 16, alignments in bytes 1/ 2: 16.2031 8.1875 13.0625 23.4531 Length 16, alignments in bytes 2/ 1: 15.6719 8.67188 12.6875 21.3594 Length 16, alignments in bytes 1/ 1: 16 8.10938 12.25 22.9375 Length 16, alignments in bytes 1/ 1: 15.7188 7.95312 11.875 23.1875 Length 32, alignments in bytes 2/ 4: 40.3125 10.2812 15.9375 22.3281 Length 32, alignments in bytes 4/ 2: 40.625 9.4375 15.6094 22.6719 Length 32, alignments in bytes 2/ 2: 41.5 9.26562 16.6719 15.8438 Length 32, alignments in bytes 2/ 2: 41.1562 9.10938 16.0625 15 Length 64, alignments in bytes 3/ 6: 79.4844 13.5156 17.3281 26.4219 Length 64, alignments in bytes 6/ 3: 80.25 11.1562 18.6094 27.3281 Length 64, alignments in bytes 3/ 3: 80.3438 12.8594 18.0938 18.5625 Length 64, alignments in bytes 3/ 3: 80.1094 12.3125 16.6094 18.1094 Length 128, alignments in bytes 4/ 0: 163.953 16.8438 24.0469 35.9844 Length 128, alignments in bytes 0/ 4: 163.688 17.0938 24.3594 34.7344 Length 128, alignments in bytes 4/ 4: 163.359 16.4688 21.4531 24.5156 Length 128, alignments in bytes 4/ 4: 164.031 16.4531 21.1562 24.0312 Length 256, alignments in bytes 5/ 2: 330.203 30.5469 33.6094 63.8438 Length 256, alignments in bytes 2/ 5: 329.938 31.6875 32.9375 64.2031 Length 256, alignments in bytes 5/ 5: 330.469 30.3438 27.2344 41.7188 Length 256, alignments in bytes 5/ 5: 330.297 30.1719 27.1094 41.5 Length 512, alignments in bytes 6/ 4: 663.078 46.7812 67.3594 101.5 Length 512, alignments in bytes 4/ 6: 666.047 47.9062 66.1094 101.469 Length 512, alignments in bytes 6/ 6: 663.688 46.7188 51.9688 69.875 Length 512, alignments in bytes 6/ 6: 664.609 46.4844 51.4062 69.7031 Length 1024, alignments in bytes 7/ 6: 1329.81 77.4531 107.094 171.438 Length 1024, alignments in bytes 6/ 7: 1443.09 79.0625 109.766 169.578 Length 1024, alignments in bytes 7/ 7: 1333.91 77.25 91.1875 119.609 Length 1024, alignments in bytes 7/ 7: 1329.88 77.1719 90.5156 118.906 Length 16, alignments in bytes 0/ 4: 16.3281 9.07812 12.8438 22.2031 Length 16, alignments in bytes 4/ 0: 15.6562 8.20312 12.8125 21.7969 Length 16, alignments in bytes 4/ 4: 15.9375 8.375 12.75 21.9531 Length 16, alignments in bytes 2/ 2: 15.875 8.21875 12.9375 22.0469 Length 16, alignments in bytes 2/ 6: 15.7812 8.32812 12.5312 21.625 Length 16, alignments in bytes 6/ 2: 16.5938 8.5625 12.4688 21.4062 Length 16, alignments in bytes 1/ 7: 15.7344 8.07812 12.0781 23.0469 Length 16, alignments in bytes 7/ 1: 15.5 7.09375 13.625 23.2656 Length 16, alignments in bytes 3/ 4: 15.7812 9.09375 13.2188 23.0156 Length 16, alignments in bytes 4/ 3: 16 8.60938 12.5938 22.4375 Length 16, alignments in bytes 5/ 7: 15.8438 7.90625 12.0312 23.5156 Length 16, alignments in bytes 7/ 5: 15.6719 6.65625 13.4688 23.7031 Length 20, alignments in bytes 0/ 4: 20.4844 8.1875 12.7188 22.2812 Length 20, alignments in bytes 4/ 0: 20.2812 9.4375 11.8594 21.7656 Length 20, alignments in bytes 4/ 4: 19.9219 8.64062 11.3438 21.9062 Length 20, alignments in bytes 2/ 2: 20 7.84375 13.4219 22.7812 Length 20, alignments in bytes 2/ 6: 19.7188 7.73438 13.0312 23.0781 Length 20, alignments in bytes 6/ 2: 20.3125 8.45312 12.3906 22.75 Length 20, alignments in bytes 1/ 7: 19.7188 7.96875 12.6875 23.3125 Length 20, alignments in bytes 7/ 1: 20.3281 9.46875 12.2656 23.3906 Length 20, alignments in bytes 3/ 4: 20.0625 7.09375 12.9219 23.7031 Length 20, alignments in bytes 4/ 3: 20.0156 8.71875 11.3438 22.1875 Length 20, alignments in bytes 5/ 7: 20.0938 8.51562 12.25 24.125 Length 20, alignments in bytes 7/ 5: 20.3281 9.23438 11.9375 23 Length 24, alignments in bytes 0/ 4: 31.7188 8.84375 11.75 22.6719 Length 24, alignments in bytes 4/ 0: 31.1875 8.64062 11.8906 22.1094 Length 24, alignments in bytes 4/ 4: 31.2812 8.04688 12.0625 22.5781 Length 24, alignments in bytes 2/ 2: 31.6406 8.04688 12.5938 23.5938 Length 24, alignments in bytes 2/ 6: 31.3438 7.96875 12.0469 22.5469 Length 24, alignments in bytes 6/ 2: 31.4375 8.57812 11.9219 22.5 Length 24, alignments in bytes 1/ 7: 31.8594 8.10938 11.5938 23.7031 Length 24, alignments in bytes 7/ 1: 31.5312 9.17188 12.2656 24.25 Length 24, alignments in bytes 3/ 4: 31.5469 9.5 12.1406 23.6719 Length 24, alignments in bytes 4/ 3: 31.7969 8.53125 11.7812 22.6406 Length 24, alignments in bytes 5/ 7: 31.8281 8 11.5781 23.375 Length 24, alignments in bytes 7/ 5: 31.7344 9.04688 12.0781 23.8906 Length 28, alignments in bytes 0/ 4: 36.5938 8.35938 11.1562 21.8594 Length 28, alignments in bytes 4/ 0: 36.4375 11.0781 13.4531 21.8906 Length 28, alignments in bytes 4/ 4: 36.1406 10.4688 12.5938 22.2031 Length 28, alignments in bytes 2/ 2: 35.9062 8.375 12.2969 23.0312 Length 28, alignments in bytes 2/ 6: 36.7969 7.82812 11.9375 23.3438 Length 28, alignments in bytes 6/ 2: 35.7812 9.875 14.3281 23.3594 Length 28, alignments in bytes 1/ 7: 36.3906 7.9375 12.3438 24.3281 Length 28, alignments in bytes 7/ 1: 36.0312 10.5156 13.1562 24.1875 Length 28, alignments in bytes 3/ 4: 35.8594 9.25 12.0781 22.9062 Length 28, alignments in bytes 4/ 3: 36.7031 10.1406 12.9844 22.6875 Length 28, alignments in bytes 5/ 7: 36.1719 9.65625 13.0625 24.9688 Length 28, alignments in bytes 7/ 5: 36.5625 10.5469 13.5938 23.5469 Length 32, alignments in bytes 0/ 4: 41.5156 10.4844 17.0781 22.8125 Length 32, alignments in bytes 4/ 0: 41.2812 9.51562 16.0156 23.4375 Length 32, alignments in bytes 4/ 4: 41 9.84375 16.7812 15.8438 Length 32, alignments in bytes 2/ 2: 40.7969 10.0156 15.9219 15.4531 Length 32, alignments in bytes 2/ 6: 40.6406 9.78125 16.2344 21.8906 Length 32, alignments in bytes 6/ 2: 40.7188 9.21875 15.375 21.7969 Length 32, alignments in bytes 1/ 7: 41.1406 9.89062 16.6562 21.3906 Length 32, alignments in bytes 7/ 1: 40.4688 8.5 15.9531 22.6875 Length 32, alignments in bytes 3/ 4: 40.7969 10.3125 15.5781 22.0938 Length 32, alignments in bytes 4/ 3: 40.8125 9.6875 15.0469 23.0938 Length 32, alignments in bytes 5/ 7: 40.6094 9.67188 16.0312 20.4688 Length 32, alignments in bytes 7/ 5: 40.875 7.75 14.6406 22.7188 Length 36, alignments in bytes 0/ 4: 45.4844 9.40625 16.7344 23.6875 Length 36, alignments in bytes 4/ 0: 44.9688 10.75 15.4844 22.2969 Length 36, alignments in bytes 4/ 4: 45.6719 9.84375 17.5625 17.0781 Length 36, alignments in bytes 2/ 2: 45.3906 9.04688 16.6562 15.8281 Length 36, alignments in bytes 2/ 6: 45.9844 9.32812 16.3281 22.9062 Length 36, alignments in bytes 6/ 2: 45.125 10.6094 15.1094 21.625 Length 36, alignments in bytes 1/ 7: 45.8594 9.39062 17.2344 23.5156 Length 36, alignments in bytes 7/ 1: 45.3906 10.375 15.2031 22.1875 Length 36, alignments in bytes 3/ 4: 45.5938 8.04688 17.0312 23.4219 Length 36, alignments in bytes 4/ 3: 45.4062 10.0469 15.2656 21 Length 36, alignments in bytes 5/ 7: 45.0938 9.5625 15.3281 23.375 Length 36, alignments in bytes 7/ 5: 45.625 9.92188 15.1094 23.3281 Length 40, alignments in bytes 0/ 4: 49.9688 9.85938 16.2031 22.7031 Length 40, alignments in bytes 4/ 0: 50.125 9.29688 15.0781 23.5156 Length 40, alignments in bytes 4/ 4: 50.7031 9.375 15.4219 16.6094 Length 40, alignments in bytes 2/ 2: 49.5781 9.1875 14.6406 16.5625 Length 40, alignments in bytes 2/ 6: 50.0469 9.26562 14.8906 22 Length 40, alignments in bytes 6/ 2: 49.7656 9.67188 14.8906 22.125 Length 40, alignments in bytes 1/ 7: 49.5781 9.26562 15.0781 21.6094 Length 40, alignments in bytes 7/ 1: 50.0938 10.3438 14.5 22.4375 Length 40, alignments in bytes 3/ 4: 49.9844 9.98438 15.7969 22.375 Length 40, alignments in bytes 4/ 3: 50.4844 9.5625 14.3594 22.7031 Length 40, alignments in bytes 5/ 7: 50.1094 9.09375 14.3125 21 Length 40, alignments in bytes 7/ 5: 50.125 9.71875 14.3438 22.5156 Length 44, alignments in bytes 0/ 4: 55.0156 9.46875 17.0312 23.7812 Length 44, alignments in bytes 4/ 0: 55 12.5156 16.6719 24.3906 Length 44, alignments in bytes 4/ 4: 55.1875 12 19.3281 18.6094 Length 44, alignments in bytes 2/ 2: 54.3125 9.4375 49.7188 15.6406 Length 44, alignments in bytes 2/ 6: 56.1094 8.89062 16.125 23.1094 Length 44, alignments in bytes 6/ 2: 55.6562 11.6406 15.9531 23.8281 Length 44, alignments in bytes 1/ 7: 54.2031 9.375 16.2344 23.6562 Length 44, alignments in bytes 7/ 1: 55.2969 11.6094 15.8125 24.1719 Length 44, alignments in bytes 3/ 4: 55.5 10.4375 16.7812 23.5938 Length 44, alignments in bytes 4/ 3: 55.2188 10.7969 15.8438 23 Length 44, alignments in bytes 5/ 7: 55.4531 10.875 17.7969 25.3281 Length 44, alignments in bytes 7/ 5: 55.1719 11.8125 17.375 25.0938 Length 48, alignments in bytes 0/ 4: 59.8594 10.9688 17.8438 24.5938 Length 48, alignments in bytes 4/ 0: 60.0938 10.9688 16.6562 25.7656 Length 48, alignments in bytes 4/ 4: 60.7188 11.2812 18.2031 18.2031 Length 48, alignments in bytes 2/ 2: 59.9688 10.9688 16.5625 16.9375 Length 48, alignments in bytes 2/ 6: 59.8594 10.1562 16.8906 24.125 Length 48, alignments in bytes 6/ 2: 60.7344 11.0312 16.3438 24.625 Length 48, alignments in bytes 1/ 7: 61.1719 10.0469 17.8125 23.4062 Length 48, alignments in bytes 7/ 1: 59.7031 9.5 16.1875 24.6094 Length 48, alignments in bytes 3/ 4: 59.7969 11.0938 16.5781 24.0469 Length 48, alignments in bytes 4/ 3: 60.4844 9.95312 16.5469 24.5625 Length 48, alignments in bytes 5/ 7: 59.5469 10.2969 17.0469 22.6562 Length 48, alignments in bytes 7/ 5: 59.4219 8.57812 16.2188 24.1406 Length 52, alignments in bytes 0/ 4: 64.625 10.2656 17.9062 25.75 Length 52, alignments in bytes 4/ 0: 65.0156 12.0938 15.6562 24.6406 Length 52, alignments in bytes 4/ 4: 65.125 10.8125 17.5 17.8906 Length 52, alignments in bytes 2/ 2: 95.4688 39.4688 17.4688 17.75 Length 52, alignments in bytes 2/ 6: 65.7031 9.9375 17.1094 24.4688 Length 52, alignments in bytes 6/ 2: 64.875 11.625 15.4219 24.1094 Length 52, alignments in bytes 1/ 7: 65.5 10.5156 17.9688 25.0938 Length 52, alignments in bytes 7/ 1: 65.3594 11.2969 16 24.375 Length 52, alignments in bytes 3/ 4: 65.4844 9.1875 17.5156 25.25 Length 52, alignments in bytes 4/ 3: 65.5781 10.8438 16.625 23.1094 Length 52, alignments in bytes 5/ 7: 65.6094 10.75 16.125 25.9531 Length 52, alignments in bytes 7/ 5: 64.2812 10.9375 16.0469 24.9844 Length 56, alignments in bytes 0/ 4: 70.5781 10.8438 16.625 24.7031 Length 56, alignments in bytes 4/ 0: 70.2812 10.4844 15.6406 25.6719 Length 56, alignments in bytes 4/ 4: 69.3125 10.2344 17.625 17.3125 Length 56, alignments in bytes 2/ 2: 69.6094 10.8125 15.5469 17 Length 56, alignments in bytes 2/ 6: 70.3594 10.2656 16.0781 24.3125 Length 56, alignments in bytes 6/ 2: 70.0312 10.8281 15.3906 24.4688 Length 56, alignments in bytes 1/ 7: 70.1562 10.5469 15.2812 23.4219 Length 56, alignments in bytes 7/ 1: 70.0625 11.9844 15.125 24.7188 Length 56, alignments in bytes 3/ 4: 69.8125 11.2344 16.875 24.0938 Length 56, alignments in bytes 4/ 3: 69.1875 10.5156 16.1406 24.3125 Length 56, alignments in bytes 5/ 7: 70.1562 10.2188 14.5469 22.9375 Length 56, alignments in bytes 7/ 5: 69.9219 10.9531 15.2188 24.2812 Length 60, alignments in bytes 0/ 4: 75.7188 10.4688 16.7969 25.6406 Length 60, alignments in bytes 4/ 0: 75.0938 13.4688 17.0312 26.8594 Length 60, alignments in bytes 4/ 4: 74.5938 12.8594 18.4688 19.7812 Length 60, alignments in bytes 2/ 2: 74.6719 10.5781 15.8594 17.9219 Length 60, alignments in bytes 2/ 6: 74.2344 9.85938 16.5781 24.5625 Length 60, alignments in bytes 6/ 2: 74.875 12.4844 18.1562 25.5312 Length 60, alignments in bytes 1/ 7: 75.1719 9.95312 16.8125 24.875 Length 60, alignments in bytes 7/ 1: 74.9531 12.6719 16.1719 25.9688 Length 60, alignments in bytes 3/ 4: 75.0781 11.4844 16.2812 25.2344 Length 60, alignments in bytes 4/ 3: 75.5312 12.8281 16.0156 24.8281 Length 60, alignments in bytes 5/ 7: 74.8438 11.8594 18.5781 27.5625 Length 60, alignments in bytes 7/ 5: 75.25 12.2656 17.5312 27.0938 Length 64, alignments in bytes 0/ 4: 80.0312 12.5781 17.9844 26.4219 Length 64, alignments in bytes 4/ 0: 81.0156 11.0312 18.8438 27.4375 Length 64, alignments in bytes 4/ 4: 80.4688 12.0312 18.0781 19.0938 Length 64, alignments in bytes 2/ 2: 79.1094 12.0156 17.125 19.3438 Length 64, alignments in bytes 2/ 6: 80.0156 10.9844 17.7188 26.4844 Length 64, alignments in bytes 6/ 2: 79.8125 11.4531 17.2188 26.1094 Length 64, alignments in bytes 1/ 7: 80.0312 11.9062 17.4375 24.9688 Length 64, alignments in bytes 7/ 1: 80.5625 9.8125 16.2188 27.0156 Length 64, alignments in bytes 3/ 4: 80.5781 12.9688 17.7812 26.0781 Length 64, alignments in bytes 4/ 3: 80.3438 11.9688 16.9531 26.7031 Length 64, alignments in bytes 5/ 7: 80.3281 10.8594 17.3125 24.5938 Length 64, alignments in bytes 7/ 5: 169.25 9.59375 16.75 25.9688 Length 68, alignments in bytes 0/ 4: 84.625 11.0781 17.7656 27.75 Length 68, alignments in bytes 4/ 0: 84.6562 12.7031 18 26.5469 Length 68, alignments in bytes 4/ 4: 85.3906 12.3438 18.375 20.0312 Length 68, alignments in bytes 2/ 2: 85.1562 11.0312 17.5312 18.9219 Length 68, alignments in bytes 2/ 6: 85.8281 10.8125 17.7969 26.8438 Length 68, alignments in bytes 6/ 2: 85.7812 11.1406 17.0625 26.7656 Length 68, alignments in bytes 1/ 7: 85.2656 11.0156 17.6562 26.9688 Length 68, alignments in bytes 7/ 1: 85.3438 12.125 16.9844 26.625 Length 68, alignments in bytes 3/ 4: 85.7031 9.875 17.4531 27.0781 Length 68, alignments in bytes 4/ 3: 86.1875 12.0938 17.2344 24.7344 Length 68, alignments in bytes 5/ 7: 84.6562 11.1094 17.25 27.4219 Length 68, alignments in bytes 7/ 5: 84.9375 11.7812 16.4688 26.6562 Length 72, alignments in bytes 0/ 4: 90.3906 12.1094 17.7344 27.0469 Length 72, alignments in bytes 4/ 0: 90.3125 11 17.7969 27.2188 Length 72, alignments in bytes 4/ 4: 90.2969 11.5781 18.1875 19.2812 Length 72, alignments in bytes 2/ 2: 90 11.3125 16.4531 19.2031 Length 72, alignments in bytes 2/ 6: 91.1094 11.0625 17.4688 27.1875 Length 72, alignments in bytes 6/ 2: 90.5938 11.25 16.8125 26.3906 Length 72, alignments in bytes 1/ 7: 89.7031 11.0469 17.0781 25.4844 Length 72, alignments in bytes 7/ 1: 89.8125 12.6562 16.8438 27.0312 Length 72, alignments in bytes 3/ 4: 89.6719 11.9219 17.625 26.2656 Length 72, alignments in bytes 4/ 3: 90.1094 11.3125 16.9375 26.8594 Length 72, alignments in bytes 5/ 7: 91.4844 10.7188 16.4844 25.1562 Length 72, alignments in bytes 7/ 5: 90.8906 12.25 16.4844 26.3438 Length 76, alignments in bytes 0/ 4: 96.25 11.3906 19.0625 27.6094 Length 76, alignments in bytes 4/ 0: 96.7031 14.75 19.1719 28.4062 Length 76, alignments in bytes 4/ 4: 97.2812 13.9688 21.6562 20.6562 Length 76, alignments in bytes 2/ 2: 96.0469 11.1719 17.2812 19.4844 Length 76, alignments in bytes 2/ 6: 96.5781 10.7812 19.2812 27.2031 Length 76, alignments in bytes 6/ 2: 95.0312 13.9688 18.8594 27.6562 Length 76, alignments in bytes 1/ 7: 95.0156 10.3281 19.375 27.3281 Length 76, alignments in bytes 7/ 1: 96 14.1406 17.6406 28.1719 Length 76, alignments in bytes 3/ 4: 95.9062 11.8281 18.7656 26.8594 Length 76, alignments in bytes 4/ 3: 96.375 14.0469 17.9375 26.8125 Length 76, alignments in bytes 5/ 7: 95.1875 12.9375 21.375 28.7344 Length 76, alignments in bytes 7/ 5: 94.8906 13.7188 19.7031 28.9219 Length 80, alignments in bytes 0/ 4: 100.75 13.6406 20.5938 28.2812 Length 80, alignments in bytes 4/ 0: 100.828 12.2969 19.6094 29.2031 Length 80, alignments in bytes 4/ 4: 101.438 12.5 20.75 19.7031 Length 80, alignments in bytes 2/ 2: 100.625 12.4375 18.7344 20.6875 Length 80, alignments in bytes 2/ 6: 101.406 12.5625 20.1094 28.25 Length 80, alignments in bytes 6/ 2: 100.609 12.7812 18.9062 28.0625 Length 80, alignments in bytes 1/ 7: 101.141 12.5938 20.9531 27.1094 Length 80, alignments in bytes 7/ 1: 100.297 11.2812 18.9531 28.5312 Length 80, alignments in bytes 3/ 4: 101.422 13.7969 20.3594 27.8438 Length 80, alignments in bytes 4/ 3: 101.844 12.25 19.6406 28.7031 Length 80, alignments in bytes 5/ 7: 100.672 12.3594 19.8125 26.6406 Length 80, alignments in bytes 7/ 5: 101.688 10.7031 18.6406 28.1562 Length 84, alignments in bytes 0/ 4: 105.094 13.0625 19.7344 29.5781 Length 84, alignments in bytes 4/ 0: 106.375 14.1406 18.2969 29.0625 Length 84, alignments in bytes 4/ 4: 107.062 13.2188 19.5469 22.0469 Length 84, alignments in bytes 2/ 2: 106.062 12.3906 19.7344 21.1406 Length 84, alignments in bytes 2/ 6: 106.547 12.5781 19.8906 29.1406 Length 84, alignments in bytes 6/ 2: 106.5 12.2656 19.5156 27.8281 Length 84, alignments in bytes 1/ 7: 105.953 12 19.4219 29.4062 Length 84, alignments in bytes 7/ 1: 105.531 14.2031 18.4375 28.2031 Length 84, alignments in bytes 3/ 4: 106.438 10.8438 19.6875 29.5469 Length 84, alignments in bytes 4/ 3: 105.609 13.0156 19.0625 27.1875 Length 84, alignments in bytes 5/ 7: 105.375 12.3125 18.875 28.9062 Length 84, alignments in bytes 7/ 5: 105.172 13.1406 18.8125 29.125 Length 88, alignments in bytes 0/ 4: 110.781 13.5938 19.0469 28.6094 Length 88, alignments in bytes 4/ 0: 111.672 12.0781 18.0938 29.5625 Length 88, alignments in bytes 4/ 4: 112.25 12.1406 19.5469 19.6406 Length 88, alignments in bytes 2/ 2: 112.109 12.3125 16.9219 20.3438 Length 88, alignments in bytes 2/ 6: 111.906 12.7656 19.625 28.6719 Length 88, alignments in bytes 6/ 2: 112.938 13 19.2969 28.5469 Length 88, alignments in bytes 1/ 7: 111.562 12.0156 18.2188 28.1094 Length 88, alignments in bytes 7/ 1: 112.297 13.7344 17.9375 29.0938 Length 88, alignments in bytes 3/ 4: 111.562 13.7656 18.6406 28.375 Length 88, alignments in bytes 4/ 3: 111.031 12.2969 19.5156 29.0781 Length 88, alignments in bytes 5/ 7: 111.297 11.7656 17.8906 27.1875 Length 88, alignments in bytes 7/ 5: 111.719 12.9531 18.0469 28.7656 Length 92, alignments in bytes 0/ 4: 123.453 12.8125 20.125 29.9062 Length 92, alignments in bytes 4/ 0: 117.453 15.4531 19.4844 30.9219 Length 92, alignments in bytes 4/ 4: 117.75 14.7188 20.9219 23.4219 Length 92, alignments in bytes 2/ 2: 116.469 12.1719 17.25 20.4688 Length 92, alignments in bytes 2/ 6: 117.047 12.3125 19.8906 28.8906 Length 92, alignments in bytes 6/ 2: 116.594 13.7031 19.9062 30.0781 Length 92, alignments in bytes 1/ 7: 117.406 11.7031 19.3125 29.9531 Length 92, alignments in bytes 7/ 1: 117.469 15.4219 19.2031 30.0625 Length 92, alignments in bytes 3/ 4: 117.031 13.2969 19.8125 29.7969 Length 92, alignments in bytes 4/ 3: 117.016 15.4375 19.7188 29.2656 Length 92, alignments in bytes 5/ 7: 115.953 14.7188 20.9375 30.5469 Length 92, alignments in bytes 7/ 5: 116.203 15.0781 20.4688 31.0625 Length 96, alignments in bytes 0/ 4: 121.344 14.9375 21.7031 30.5938 Length 96, alignments in bytes 4/ 0: 120.859 13.4844 21.2656 31.8281 Length 96, alignments in bytes 4/ 4: 121.797 13.5625 20.2812 21.625 Length 96, alignments in bytes 2/ 2: 122 13.6562 18.5 21.3906 Length 96, alignments in bytes 2/ 6: 121.594 13.4062 20.8594 29.8438 Length 96, alignments in bytes 6/ 2: 122.453 14.7812 20.4844 30.6094 Length 96, alignments in bytes 1/ 7: 122.359 14.3281 21.1094 29.4219 Length 96, alignments in bytes 7/ 1: 120.891 12.3594 20.375 30.8594 Length 96, alignments in bytes 3/ 4: 121.828 15.1562 20.8281 30.3906 Length 96, alignments in bytes 4/ 3: 121.625 14.3125 21.3125 30.75 Length 96, alignments in bytes 5/ 7: 122.062 13.4062 20.8438 28.875 Length 96, alignments in bytes 7/ 5: 122.078 11.8906 19.5781 29.9531 Length 100, alignments in bytes 0/ 4: 127.016 13.4375 20.3594 31.7188 Length 100, alignments in bytes 4/ 0: 127.094 15.0781 20.1562 30.9375 Length 100, alignments in bytes 4/ 4: 126.875 14.4844 19.2344 24.6875 Length 100, alignments in bytes 2/ 2: 128.656 13.1719 19.2812 22.2969 Length 100, alignments in bytes 2/ 6: 126.219 13.9531 20.3906 31.3281 Length 100, alignments in bytes 6/ 2: 126.641 13.7969 19.7188 29.6562 Length 100, alignments in bytes 1/ 7: 127.656 13.8906 20.4375 31.5625 Length 100, alignments in bytes 7/ 1: 126.922 14.8125 20.0312 30.25 Length 100, alignments in bytes 3/ 4: 127.344 11.75 20.2188 32.0625 Length 100, alignments in bytes 4/ 3: 126.516 14.5312 20.1719 29.0469 Length 100, alignments in bytes 5/ 7: 127.656 13.6719 19.8906 31.6562 Length 100, alignments in bytes 7/ 5: 126.75 14.4844 19.4531 30.9688 Length 104, alignments in bytes 0/ 4: 131.578 14.7031 19.7188 30.6875 Length 104, alignments in bytes 4/ 0: 131.766 13.5312 19.375 31.7188 Length 104, alignments in bytes 4/ 4: 132.703 13.6094 19.375 22.4062 Length 104, alignments in bytes 2/ 2: 131.578 13.7031 17.9375 22.5469 Length 104, alignments in bytes 2/ 6: 132.484 13.4531 19.7188 30.2344 Length 104, alignments in bytes 6/ 2: 132.422 13.5625 19.7969 30.5625 Length 104, alignments in bytes 1/ 7: 132.562 13.4844 19.5781 29.6406 Length 104, alignments in bytes 7/ 1: 133.594 14.4375 19.5469 30.75 Length 104, alignments in bytes 3/ 4: 132.375 14.5 19.6719 30.4062 Length 104, alignments in bytes 4/ 3: 132.938 13.5156 19.4375 31.2812 Length 104, alignments in bytes 5/ 7: 132.781 13.2188 18.8594 28.9531 Length 104, alignments in bytes 7/ 5: 131.969 14.2969 19.4375 30.375 Length 108, alignments in bytes 0/ 4: 137.594 13.7656 21.7344 31.8125 Length 108, alignments in bytes 4/ 0: 136.969 16.3281 21.6094 32.7031 Length 108, alignments in bytes 4/ 4: 136.062 16.25 23.4375 25.4062 Length 108, alignments in bytes 2/ 2: 139.375 13.6719 18.0938 22.4219 Length 108, alignments in bytes 2/ 6: 137.156 13.3125 21.25 31.4375 Length 108, alignments in bytes 6/ 2: 137.609 15.5625 20.8438 31.5 Length 108, alignments in bytes 1/ 7: 137.453 13.5625 21.3281 32.25 Length 108, alignments in bytes 7/ 1: 138.344 16.5156 20.5781 31.75 Length 108, alignments in bytes 3/ 4: 137.203 14.125 21.4844 32.2969 Length 108, alignments in bytes 4/ 3: 136.859 15.3594 21.4062 30.7188 Length 108, alignments in bytes 5/ 7: 137.672 15.2656 23.2031 32.6562 Length 108, alignments in bytes 7/ 5: 137.906 16.0938 22.1562 33.1719 Length 112, alignments in bytes 0/ 4: 142.641 16.2188 22.4219 32.5156 Length 112, alignments in bytes 4/ 0: 142.156 15.1719 22 33.5938 Length 112, alignments in bytes 4/ 4: 143.094 15.1719 21.6562 23.1719 Length 112, alignments in bytes 2/ 2: 143.391 14.5938 20.7812 23.4688 Length 112, alignments in bytes 2/ 6: 141.797 14.9531 21.7969 31.9062 Length 112, alignments in bytes 6/ 2: 142.047 15.1719 21.6562 32.3906 Length 112, alignments in bytes 1/ 7: 230.375 15.1094 23.0781 30.75 Length 112, alignments in bytes 7/ 1: 142.453 12.6875 21.8906 32.9844 Length 112, alignments in bytes 3/ 4: 142.453 16.2969 21.9219 32.3125 Length 112, alignments in bytes 4/ 3: 141.547 15.1406 21.5 32.9219 Length 112, alignments in bytes 5/ 7: 142.641 14.8125 22.4062 30.4844 Length 112, alignments in bytes 7/ 5: 143.734 13.1875 21.0938 31.8906 Length 116, alignments in bytes 0/ 4: 146.516 15.3281 22.0938 34.1094 Length 116, alignments in bytes 4/ 0: 148.203 15.9531 20.8906 32.9062 Length 116, alignments in bytes 4/ 4: 147.188 15.7031 21.8281 23.8281 Length 116, alignments in bytes 2/ 2: 148.891 15.0469 21.6562 23.5781 Length 116, alignments in bytes 2/ 6: 148.688 14.6875 23 33.375 Length 116, alignments in bytes 6/ 2: 147.469 15.5 21.5156 31.7656 Length 116, alignments in bytes 1/ 7: 148.328 14.8125 22.875 33.8594 Length 116, alignments in bytes 7/ 1: 148.406 15.7969 20.9531 31.8438 Length 116, alignments in bytes 3/ 4: 147.234 13.7188 22.1094 34.2031 Length 116, alignments in bytes 4/ 3: 148.031 15.7969 21.4531 30.5625 Length 116, alignments in bytes 5/ 7: 147.672 15.4062 22.0156 32.8438 Length 116, alignments in bytes 7/ 5: 148.672 15.7188 21.0469 32.9688 Length 120, alignments in bytes 0/ 4: 153.766 15.7031 22.2969 32.9062 Length 120, alignments in bytes 4/ 0: 154.5 15.25 20.6875 34.1562 Length 120, alignments in bytes 4/ 4: 154.031 15.3281 21.1094 23.2188 Length 120, alignments in bytes 2/ 2: 152.641 16.5312 19.1094 22.8594 Length 120, alignments in bytes 2/ 6: 153.828 15.1406 21.8438 32.5 Length 120, alignments in bytes 6/ 2: 154.406 14.9062 20.9844 33.1094 Length 120, alignments in bytes 1/ 7: 154.172 15.1875 20.8594 31.0625 Length 120, alignments in bytes 7/ 1: 153.156 15.4688 20.75 33.0469 Length 120, alignments in bytes 3/ 4: 152.719 15.7969 21.5156 32.5469 Length 120, alignments in bytes 4/ 3: 153.016 16.4844 21.1562 32.9531 Length 120, alignments in bytes 5/ 7: 153.766 14.9375 20.5625 30.75 Length 120, alignments in bytes 7/ 5: 153.391 15.4062 20.6562 32.5156 Length 124, alignments in bytes 0/ 4: 157.922 15.3125 22.8594 34.4062 Length 124, alignments in bytes 4/ 0: 158.219 17.7656 22.6719 34.4844 Length 124, alignments in bytes 4/ 4: 157.312 16.8594 22.8125 24.9688 Length 124, alignments in bytes 2/ 2: 158.641 15.4844 19.4219 22.7031 Length 124, alignments in bytes 2/ 6: 157.25 15.1094 22.6406 32.9375 Length 124, alignments in bytes 6/ 2: 156.938 16.7188 22.4219 33.75 Length 124, alignments in bytes 1/ 7: 157.516 14.7812 22.5 34.1875 Length 124, alignments in bytes 7/ 1: 157.781 19.0625 22.0625 33.7031 Length 124, alignments in bytes 3/ 4: 157.5 15.875 22.4219 34.6406 Length 124, alignments in bytes 4/ 3: 158.266 17.5469 22.1875 32.3594 Length 124, alignments in bytes 5/ 7: 158.328 15.5469 23.875 34.9531 Length 124, alignments in bytes 7/ 5: 158.344 17.1719 22.8906 35.375 Length 128, alignments in bytes 0/ 4: 162.906 17.25 23.1562 34.7031 Length 128, alignments in bytes 4/ 0: 163.484 16.5469 23.9531 36.25 Length 128, alignments in bytes 4/ 4: 163.375 16.5781 22.0312 24.2188 Length 128, alignments in bytes 2/ 2: 163.828 15.5781 21.2031 24.1406 Length 128, alignments in bytes 2/ 6: 164.953 15.4062 23.2188 33.9375 Length 128, alignments in bytes 6/ 2: 162.125 16.3594 22.75 34.125 Length 128, alignments in bytes 1/ 7: 164.469 16.4688 24.0469 33.2031 Length 128, alignments in bytes 7/ 1: 163.172 14.7031 22.3281 35.5156 Length 128, alignments in bytes 3/ 4: 163.016 16.2031 22.8906 34.6875 Length 128, alignments in bytes 4/ 3: 162.188 16.5625 22.375 34.6562 Length 128, alignments in bytes 5/ 7: 163.156 15.1094 23.3906 33.0469 Length 128, alignments in bytes 7/ 5: 164.188 14.6406 22.5 34.0312 Length 132, alignments in bytes 0/ 4: 168.469 15.4844 23.3594 36.7812 Length 132, alignments in bytes 4/ 0: 169.422 17.0156 23.625 35.1562 Length 132, alignments in bytes 4/ 4: 168.734 16.625 22.6094 26.3594 Length 132, alignments in bytes 2/ 2: 168.125 16.4844 21.1719 24.375 Length 132, alignments in bytes 2/ 6: 168.531 16.1875 22.8906 35.5312 Length 132, alignments in bytes 6/ 2: 168.969 16.1719 22.7344 33.7031 Length 132, alignments in bytes 1/ 7: 169.125 16.2188 23.2188 35.7344 Length 132, alignments in bytes 7/ 1: 168.188 17.5156 22.3906 33.9688 Length 132, alignments in bytes 3/ 4: 169.703 60.1562 23.0312 36.6562 Length 132, alignments in bytes 4/ 3: 168.016 17.4375 22.6406 33.1562 Length 132, alignments in bytes 5/ 7: 169 15.8906 23.0469 35.375 Length 132, alignments in bytes 7/ 5: 168.828 17.3125 21.6875 35.0781 Length 136, alignments in bytes 0/ 4: 173.609 17.3281 23.1094 35.0312 Length 136, alignments in bytes 4/ 0: 174.766 16.0312 22.5781 36.1875 Length 136, alignments in bytes 4/ 4: 173.828 16.0781 20.625 25.1719 Length 136, alignments in bytes 2/ 2: 174.844 15.9531 19.4219 24.8438 Length 136, alignments in bytes 2/ 6: 174.047 15.8906 22.8906 34.625 Length 136, alignments in bytes 6/ 2: 173.781 16.0938 22.5 35.3438 Length 136, alignments in bytes 1/ 7: 174.609 15.9531 22.6719 33.5625 Length 136, alignments in bytes 7/ 1: 174.062 17.1406 21.9688 35.3125 Length 136, alignments in bytes 3/ 4: 173.516 17.7188 22.5 35.1094 Length 136, alignments in bytes 4/ 3: 174.469 16.0312 22.2812 35.375 Length 136, alignments in bytes 5/ 7: 174.406 15.8594 22.4062 33.25 Length 136, alignments in bytes 7/ 5: 174.234 17.2031 21.8438 34.5312 Length 140, alignments in bytes 0/ 4: 180.531 15.9844 24.6094 36.6562 Length 140, alignments in bytes 4/ 0: 179.75 18.8125 24.4375 37.0156 Length 140, alignments in bytes 4/ 4: 179.547 18.2188 24.7812 26.875 Length 140, alignments in bytes 2/ 2: 178.594 16.3281 19.5625 25.5469 Length 140, alignments in bytes 2/ 6: 179.141 15.8438 24.2344 35.9219 Length 140, alignments in bytes 6/ 2: 178.812 17.9531 23.9844 35.5312 Length 140, alignments in bytes 1/ 7: 178.781 16.2031 24.5938 36.2031 Length 140, alignments in bytes 7/ 1: 179.781 18.7344 23.2188 36.1719 Length 140, alignments in bytes 3/ 4: 178.953 17.625 24.7969 36.8906 Length 140, alignments in bytes 4/ 3: 178.75 18.5 23.4844 34.4062 Length 140, alignments in bytes 5/ 7: 179.234 17.875 25.1875 37.1719 Length 140, alignments in bytes 7/ 5: 180.031 18.3906 24.1562 36.5625 Length 144, alignments in bytes 0/ 4: 185.766 18.4531 24.7812 37.5625 Length 144, alignments in bytes 4/ 0: 184.156 17.7188 24.3281 38.6875 Length 144, alignments in bytes 4/ 4: 182.641 17.5156 23.7656 26.3594 Length 144, alignments in bytes 2/ 2: 184.531 17.7812 22.6406 25.375 Length 144, alignments in bytes 2/ 6: 184.672 16.4375 24.7344 36.1875 Length 144, alignments in bytes 6/ 2: 182.938 17.5625 24.2031 36.625 Length 144, alignments in bytes 1/ 7: 185.219 17.8594 24.875 35.7031 Length 144, alignments in bytes 7/ 1: 185.172 15.9531 24.25 37.125 Length 144, alignments in bytes 3/ 4: 183.688 18.4688 24.6562 37.4062 Length 144, alignments in bytes 4/ 3: 184.516 16.5 24.0469 36.9688 Length 144, alignments in bytes 5/ 7: 183.906 17.5156 24.875 35.1406 Length 144, alignments in bytes 7/ 5: 183.234 15.9219 23.8594 36.0156 Length 148, alignments in bytes 0/ 4: 189.891 17.7812 25 38.3906 Length 148, alignments in bytes 4/ 0: 188.984 19 24.0312 38.1719 Length 148, alignments in bytes 4/ 4: 190.453 17.6562 23.5 28.4688 Length 148, alignments in bytes 2/ 2: 188.703 17.625 23.7656 25.7812 Length 148, alignments in bytes 2/ 6: 188.359 17.3438 24.5781 37.9688 Length 148, alignments in bytes 6/ 2: 190.781 18.0156 24.2031 36.2188 Length 148, alignments in bytes 1/ 7: 189.375 17.6094 24.4375 38.125 Length 148, alignments in bytes 7/ 1: 189.891 19.0625 23.6562 36.0625 Length 148, alignments in bytes 3/ 4: 191.031 14.7031 24.5 38.4062 Length 148, alignments in bytes 4/ 3: 189.422 18.8594 24.6719 35.0156 Length 148, alignments in bytes 5/ 7: 189.062 17.7969 24.375 38.0938 Length 148, alignments in bytes 7/ 5: 191.094 18.7031 23.6719 37.6406 Length 152, alignments in bytes 0/ 4: 194.047 17.9844 24.5156 38.3438 Length 152, alignments in bytes 4/ 0: 193.375 21.9688 23.4219 39.3594 Length 152, alignments in bytes 4/ 4: 194.594 22.0312 23.1094 26.5938 Length 152, alignments in bytes 2/ 2: 194.812 22.1406 21.7969 25.9375 Length 152, alignments in bytes 2/ 6: 193.828 22.5938 24.3594 37.375 Length 152, alignments in bytes 6/ 2: 195.062 21.8906 23.5469 37.7969 Length 152, alignments in bytes 1/ 7: 193.219 22.7188 23.2969 36.2656 Length 152, alignments in bytes 7/ 1: 240.484 18.8438 23.6719 37.7031 Length 152, alignments in bytes 3/ 4: 195.469 18.9531 24.0781 38.2031 Length 152, alignments in bytes 4/ 3: 195.219 22.0469 23.875 38 Length 152, alignments in bytes 5/ 7: 197.312 22.4062 23.2812 35.6875 Length 152, alignments in bytes 7/ 5: 194.359 18.2188 23.7812 37.1875 Length 156, alignments in bytes 0/ 4: 199.438 17.7969 25.0938 39.4375 Length 156, alignments in bytes 4/ 0: 199.953 24.9688 25.1094 39.3281 Length 156, alignments in bytes 4/ 4: 514.141 24.3438 24.25 29.4062 Length 156, alignments in bytes 2/ 2: 200.469 22.25 21.875 26.875 Length 156, alignments in bytes 2/ 6: 199.781 22.3125 25.8594 37.9531 Length 156, alignments in bytes 6/ 2: 203.406 25.0312 24.7344 38.3438 Length 156, alignments in bytes 1/ 7: 199.109 22.2812 25.125 38.9219 Length 156, alignments in bytes 7/ 1: 198.125 26.9531 23.8281 38.2656 Length 156, alignments in bytes 3/ 4: 199.5 19.1094 25.3906 39.3906 Length 156, alignments in bytes 4/ 3: 198.953 25.9375 23.625 37 Length 156, alignments in bytes 5/ 7: 200.281 24.8281 25.7344 39.5781 Length 156, alignments in bytes 7/ 5: 200.016 24.5 25.0156 39.4844 Length 160, alignments in bytes 0/ 4: 205.344 26.0938 25.7188 39.7188 Length 160, alignments in bytes 4/ 0: 204.406 24.7969 26.0469 40.5469 Length 160, alignments in bytes 4/ 4: 205.281 24.8594 23.4375 27.7344 Length 160, alignments in bytes 2/ 2: 205.906 24.6562 23.5 28.3906 Length 160, alignments in bytes 2/ 6: 206.359 25.3438 25.1719 38.5938 Length 160, alignments in bytes 6/ 2: 205.516 24.1875 25.4219 39 Length 160, alignments in bytes 1/ 7: 204.562 25.4531 25.9688 38.4688 Length 160, alignments in bytes 7/ 1: 206.203 23.3438 24.5469 39.625 Length 160, alignments in bytes 3/ 4: 204.172 26.0938 25.375 39.5312 Length 160, alignments in bytes 4/ 3: 205.516 24.7031 25.0156 39.4688 Length 160, alignments in bytes 5/ 7: 204.484 24.7969 25.6562 38.25 Length 160, alignments in bytes 7/ 5: 205.344 23.1562 24.8281 38.9844 Length 164, alignments in bytes 0/ 4: 211.656 25.4219 26.0938 40.8125 Length 164, alignments in bytes 4/ 0: 212.141 25.5312 25.4062 40.2656 Length 164, alignments in bytes 4/ 4: 209.562 24.3906 23.1719 30.9844 Length 164, alignments in bytes 2/ 2: 210.375 23.9531 22.4844 26.7656 Length 164, alignments in bytes 2/ 6: 209.766 24.2344 25.3438 39.7812 Length 164, alignments in bytes 6/ 2: 209.5 24.6094 24.8906 38.7812 Length 164, alignments in bytes 1/ 7: 212.766 24.8125 25.7656 40.9531 Length 164, alignments in bytes 7/ 1: 210.906 25.3906 25.3281 39.1094 Length 164, alignments in bytes 3/ 4: 210.391 23.8594 25.8281 41.2812 Length 164, alignments in bytes 4/ 3: 212.328 25.3906 25.5938 37.8594 Length 164, alignments in bytes 5/ 7: 209.859 25.1719 25.4062 40.4844 Length 164, alignments in bytes 7/ 5: 209.609 25.25 24.9844 40.2812 Length 168, alignments in bytes 0/ 4: 215.422 25.875 25.1406 40.5938 Length 168, alignments in bytes 4/ 0: 216.109 24.6094 25.2031 41.0156 Length 168, alignments in bytes 4/ 4: 215.969 24.2188 22.7188 28.7969 Length 168, alignments in bytes 2/ 2: 215.875 24.3594 22.1875 28.2656 Length 168, alignments in bytes 2/ 6: 216.203 24.8438 25.1719 39.5156 Length 168, alignments in bytes 6/ 2: 215.719 24.0781 24.7188 39.7969 Length 168, alignments in bytes 1/ 7: 215.719 24.9844 25.1875 38.7969 Length 168, alignments in bytes 7/ 1: 216.156 25.2188 25.2344 40.2031 Length 168, alignments in bytes 3/ 4: 216.281 26.0156 25 40.3281 Length 168, alignments in bytes 4/ 3: 215.703 24.5469 24.8438 40.5781 Length 168, alignments in bytes 5/ 7: 216.078 24.75 24.9844 38.5781 Length 168, alignments in bytes 7/ 5: 215.109 25.3281 24.5625 39.2031 Length 172, alignments in bytes 0/ 4: 220.391 25.1094 27.0625 41.6875 Length 172, alignments in bytes 4/ 0: 306.797 26.5781 27.2812 40.9688 Length 172, alignments in bytes 4/ 4: 223.391 26.1406 26.0312 31.7344 Length 172, alignments in bytes 2/ 2: 220.922 23.7344 24.5469 28.7344 Length 172, alignments in bytes 2/ 6: 220.078 24.2812 26.5156 40.4844 Length 172, alignments in bytes 6/ 2: 221.688 26.1406 26.0938 39.9844 Length 172, alignments in bytes 1/ 7: 220.688 24.5938 26.9531 41.2656 Length 172, alignments in bytes 7/ 1: 221.516 26.8125 25.4375 40.6094 Length 172, alignments in bytes 3/ 4: 220.953 25.6875 27.6406 41.5 Length 172, alignments in bytes 4/ 3: 219.766 26.6094 26.0781 39.4844 Length 172, alignments in bytes 5/ 7: 221.188 26.25 27.8125 42.0469 Length 172, alignments in bytes 7/ 5: 220.281 26.3281 26.8125 41.0781 Length 176, alignments in bytes 0/ 4: 226.562 27 27.1875 42.1719 Length 176, alignments in bytes 4/ 0: 227.016 25.75 27.0469 42.4531 Length 176, alignments in bytes 4/ 4: 227.984 25.8125 24.5156 29.9062 Length 176, alignments in bytes 2/ 2: 227.641 25.7031 24.1562 29.0938 Length 176, alignments in bytes 2/ 6: 227.25 25.875 27.4219 40.875 Length 176, alignments in bytes 6/ 2: 226.672 25.3281 26.5469 40.9219 Length 176, alignments in bytes 1/ 7: 224.906 26.3594 27.5469 40.7344 Length 176, alignments in bytes 7/ 1: 227.469 24.2031 26.9531 41.3438 Length 176, alignments in bytes 3/ 4: 225.938 27.2344 27.1406 41.5469 Length 176, alignments in bytes 4/ 3: 225.969 25.625 26.7656 41.7031 Length 176, alignments in bytes 5/ 7: 225.578 25.6875 27.4531 40.3906 Length 176, alignments in bytes 7/ 5: 226.641 24.2188 26.0625 40.9219 Length 180, alignments in bytes 0/ 4: 231.781 26.2969 27.3125 43.3125 Length 180, alignments in bytes 4/ 0: 230.953 26.4688 26.75 42.3281 Length 180, alignments in bytes 4/ 4: 230.25 26 24.5156 30.0781 Length 180, alignments in bytes 2/ 2: 232.203 25.5312 24.5312 29.6094 Length 180, alignments in bytes 2/ 6: 232.594 25.6406 26.3906 42.1406 Length 180, alignments in bytes 6/ 2: 233.234 25.5625 26.2188 40.5781 Length 180, alignments in bytes 1/ 7: 231.375 25.8281 27.6875 43.125 Length 180, alignments in bytes 7/ 1: 230.766 26.3281 26.1562 41.25 Length 180, alignments in bytes 3/ 4: 231.734 24.5781 27.1562 43.25 Length 180, alignments in bytes 4/ 3: 231.359 26.3281 26.9062 40.5 Length 180, alignments in bytes 5/ 7: 231.484 25.8594 27.3281 42.9844 Length 180, alignments in bytes 7/ 5: 231.672 26.2812 25.9219 42.3281 Length 184, alignments in bytes 0/ 4: 237.688 26.9062 27.0469 42.9844 Length 184, alignments in bytes 4/ 0: 236.703 25.4375 26.7344 47.6094 Length 184, alignments in bytes 4/ 4: 235.609 25.4219 24.2812 29.5781 Length 184, alignments in bytes 2/ 2: 235.125 25.4688 23.0625 29 Length 184, alignments in bytes 2/ 6: 235.922 26.2344 26.5 42.1719 Length 184, alignments in bytes 6/ 2: 238 25.2188 26 41.9531 Length 184, alignments in bytes 1/ 7: 235.969 26.0938 26.0625 45.5312 Length 184, alignments in bytes 7/ 1: 236.969 26.2188 26.1875 42.625 Length 184, alignments in bytes 3/ 4: 237.156 27.0469 27.1719 42.7031 Length 184, alignments in bytes 4/ 3: 236.875 25.1875 27.1719 42.6094 Length 184, alignments in bytes 5/ 7: 237.219 25.5625 25.7969 45.4375 Length 184, alignments in bytes 7/ 5: 235.5 26.3125 25.9688 41.8125 Length 188, alignments in bytes 0/ 4: 242.203 26.0938 28.2656 48.2969 Length 188, alignments in bytes 4/ 0: 242.734 27.5625 27.9531 55.0938 Length 188, alignments in bytes 4/ 4: 241.922 27.3906 25.4531 37.3125 Length 188, alignments in bytes 2/ 2: 242.75 26.6875 23.3281 28.8594 Length 188, alignments in bytes 2/ 6: 241.5 26.6719 27.9375 47.4062 Length 188, alignments in bytes 6/ 2: 328.156 26.8594 27.0156 50.1719 Length 188, alignments in bytes 1/ 7: 241.375 26.8438 28.0156 48.4375 Length 188, alignments in bytes 7/ 1: 242.344 27.5781 27.125 50.1719 Length 188, alignments in bytes 3/ 4: 241.75 28.4375 28.4219 48.6094 Length 188, alignments in bytes 4/ 3: 242.547 27.6094 26.4219 53.5781 Length 188, alignments in bytes 5/ 7: 241.516 27.2344 28.2656 55.7188 Length 188, alignments in bytes 7/ 5: 241 27.4844 27.8906 55.2344 Length 192, alignments in bytes 0/ 4: 246.578 28.2188 28.1406 56.5 Length 192, alignments in bytes 4/ 0: 247.109 26.6562 28.7812 55.75 Length 192, alignments in bytes 4/ 4: 248.156 26.6094 24.4688 36.6719 Length 192, alignments in bytes 2/ 2: 245.141 26.7656 24.1875 36.125 Length 192, alignments in bytes 2/ 6: 246.828 27.7812 27.625 54.8906 Length 192, alignments in bytes 6/ 2: 248.172 26.5312 27.9219 55.0938 Length 192, alignments in bytes 1/ 7: 245.812 27.4219 28.3438 53.9688 Length 192, alignments in bytes 7/ 1: 247.781 25.2656 27.3906 55.25 Length 192, alignments in bytes 3/ 4: 244.688 28.3125 27.7188 55.5469 Length 192, alignments in bytes 4/ 3: 248.531 26.8125 27.7031 55.1875 Length 192, alignments in bytes 5/ 7: 246.922 26.7812 28.0781 54.2188 Length 192, alignments in bytes 7/ 5: 246.469 25.5156 27.2969 54.375 Length 196, alignments in bytes 0/ 4: 251.609 27.4688 28.1094 57.9844 Length 196, alignments in bytes 4/ 0: 251.656 27.5469 28.4062 55.4844 Length 196, alignments in bytes 4/ 4: 251.453 27.0938 24.4375 38.8906 Length 196, alignments in bytes 2/ 2: 252.406 26.4531 23.8438 35.5469 Length 196, alignments in bytes 2/ 6: 252.703 26.6875 27.8594 56.8438 Length 196, alignments in bytes 6/ 2: 252.156 26.8125 27.5156 54.8281 Length 196, alignments in bytes 1/ 7: 253.344 26.7969 28.2031 56.5156 Length 196, alignments in bytes 7/ 1: 252.094 27.6562 27.6875 55.2031 Length 196, alignments in bytes 3/ 4: 252.953 26.75 28.0781 57.2969 Length 196, alignments in bytes 4/ 3: 252.641 27.4219 28.1719 54.3906 Length 196, alignments in bytes 5/ 7: 251.188 27.2969 28.4531 57.0781 Length 196, alignments in bytes 7/ 5: 251.734 27.4844 27.375 56.4531 Length 200, alignments in bytes 0/ 4: 257.922 27.7969 347 56.6562 Length 200, alignments in bytes 4/ 0: 255.609 26.7344 28.2188 56.7812 Length 200, alignments in bytes 4/ 4: 257.016 26.7656 24.3906 38.2656 Length 200, alignments in bytes 2/ 2: 257.594 26.5938 24.3281 37.5625 Length 200, alignments in bytes 2/ 6: 256.672 27.3281 27.5938 55.2969 Length 200, alignments in bytes 6/ 2: 257.719 26.2656 27.4219 55.25 Length 200, alignments in bytes 1/ 7: 258.188 27.0469 27.75 54.5 Length 200, alignments in bytes 7/ 1: 258.906 27.4375 27.8438 56.4219 Length 200, alignments in bytes 3/ 4: 257.312 27.9844 28.125 55.9062 Length 200, alignments in bytes 4/ 3: 258.547 26.7031 27.6094 56.4062 Length 200, alignments in bytes 5/ 7: 258.25 26.6406 27.2656 54 Length 200, alignments in bytes 7/ 5: 255.406 27.3594 27.3594 55.8281 Length 204, alignments in bytes 0/ 4: 262.984 27.2656 29.75 57.75 Length 204, alignments in bytes 4/ 0: 261.953 28.7656 29.2969 56.5781 Length 204, alignments in bytes 4/ 4: 264.141 28.2812 27.5625 39 Length 204, alignments in bytes 2/ 2: 262.297 26.8594 25 37.3125 Length 204, alignments in bytes 2/ 6: 262.922 27.5781 28.9531 56.6719 Length 204, alignments in bytes 6/ 2: 264.062 28.0156 28.5156 56.125 Length 204, alignments in bytes 1/ 7: 360.266 27.0156 29.6719 56.6719 Length 204, alignments in bytes 7/ 1: 262.672 28.7812 28.2656 56.4531 Length 204, alignments in bytes 3/ 4: 263.188 29.6875 30.0938 57.5625 Length 204, alignments in bytes 4/ 3: 263.328 28.5312 28.4375 55.0781 Length 204, alignments in bytes 5/ 7: 262.438 28.2031 30.0312 57.7344 Length 204, alignments in bytes 7/ 5: 263.047 28.5938 29.75 56.9062 Length 208, alignments in bytes 0/ 4: 268.281 29.2031 30.2344 57.9844 Length 208, alignments in bytes 4/ 0: 268.719 27.9219 29.625 57.5781 Length 208, alignments in bytes 4/ 4: 268.156 27.75 26.5156 38.1719 Length 208, alignments in bytes 2/ 2: 267.516 28.0156 25.6406 37.875 Length 208, alignments in bytes 2/ 6: 268.047 28.3438 30.1875 56.8906 Length 208, alignments in bytes 6/ 2: 269.844 27.4062 29.5469 56.9219 Length 208, alignments in bytes 1/ 7: 267.328 28.6406 29.9062 55.6875 Length 208, alignments in bytes 7/ 1: 270.031 26.25 29.7188 56.9688 Length 208, alignments in bytes 3/ 4: 267.531 29.3438 29.8125 57.375 Length 208, alignments in bytes 4/ 3: 267.156 27.5625 29.7031 57.1875 Length 208, alignments in bytes 5/ 7: 267.453 27.9375 29.8906 55.5781 Length 208, alignments in bytes 7/ 5: 268.484 26.2344 28.625 56.6406 Length 212, alignments in bytes 0/ 4: 271.906 28.3281 29.6562 59.4375 Length 212, alignments in bytes 4/ 0: 273.094 28.5312 29.375 57 Length 212, alignments in bytes 4/ 4: 272.141 28.125 26.4375 39.5156 Length 212, alignments in bytes 2/ 2: 271.781 27.2656 26.7812 37.2188 Length 212, alignments in bytes 2/ 6: 273.094 27.7344 29.8906 57.75 Length 212, alignments in bytes 6/ 2: 272.344 27.7188 29.0625 56.5469 Length 212, alignments in bytes 1/ 7: 271.531 27.75 30.7031 57.8594 Length 212, alignments in bytes 7/ 1: 272.391 28.4688 29 57.0469 Length 212, alignments in bytes 3/ 4: 272.922 27 29.5938 59.1719 Length 212, alignments in bytes 4/ 3: 272.922 28.5312 29.5938 56.2812 Length 212, alignments in bytes 5/ 7: 271.875 28.25 30.7031 58.7344 Length 212, alignments in bytes 7/ 5: 272.641 28.5 28.8438 58.4375 Length 216, alignments in bytes 0/ 4: 277.547 28.9688 30.4844 58.8281 Length 216, alignments in bytes 4/ 0: 278.453 27.5625 29.1094 59.0469 Length 216, alignments in bytes 4/ 4: 277.25 27.6875 25.9688 38.7031 Length 216, alignments in bytes 2/ 2: 276.656 27.5469 24.8281 38.5312 Length 216, alignments in bytes 2/ 6: 278.125 28.0781 29.375 57.8438 Length 216, alignments in bytes 6/ 2: 278.078 27.2812 28.9062 57.2969 Length 216, alignments in bytes 1/ 7: 278.844 27.9531 28.8438 56.9062 Length 216, alignments in bytes 7/ 1: 276.547 28.3125 28.8281 58.2031 Length 216, alignments in bytes 3/ 4: 277.75 28.9062 30.7188 58 Length 216, alignments in bytes 4/ 3: 279.484 27.5 29.625 58.6875 Length 216, alignments in bytes 5/ 7: 276.453 27.7656 28.3281 56.5469 Length 216, alignments in bytes 7/ 5: 278.953 28.3906 29.0156 57.875 Length 220, alignments in bytes 0/ 4: 283.734 28.2344 31.6562 60.0938 Length 220, alignments in bytes 4/ 0: 285.391 29.375 30.2344 59.1406 Length 220, alignments in bytes 4/ 4: 282.672 29.1719 27.4219 40.4844 Length 220, alignments in bytes 2/ 2: 282.016 27.6094 26.8906 37.875 Length 220, alignments in bytes 2/ 6: 283.141 29.5625 30.8125 59.0625 Length 220, alignments in bytes 6/ 2: 284.672 95.9219 29.9375 58.1406 Length 220, alignments in bytes 1/ 7: 284.625 28.7812 31.2969 59.1562 Length 220, alignments in bytes 7/ 1: 284.344 29.6406 29.6406 58.375 Length 220, alignments in bytes 3/ 4: 284.641 29.9844 31.8281 59.8281 Length 220, alignments in bytes 4/ 3: 282.016 29.4844 29.5 57.1719 Length 220, alignments in bytes 5/ 7: 283.719 29.3438 31.2969 59.9219 Length 220, alignments in bytes 7/ 5: 283.094 29.3906 30.5781 59.2188 Length 224, alignments in bytes 0/ 4: 287.375 30.1094 31.4375 60.2031 Length 224, alignments in bytes 4/ 0: 287.875 28.8594 31.9688 60.1094 Length 224, alignments in bytes 4/ 4: 288.688 28.625 26.8281 39.2812 Length 224, alignments in bytes 2/ 2: 289.656 29.0625 26.1719 39.1719 Length 224, alignments in bytes 2/ 6: 288.391 29.2031 31.2656 59.3438 Length 224, alignments in bytes 6/ 2: 286.781 28.2344 30.3438 59.2031 Length 224, alignments in bytes 1/ 7: 286.281 29.3906 31.625 57.9219 Length 224, alignments in bytes 7/ 1: 287.672 27.1406 29.9844 59.6719 Length 224, alignments in bytes 3/ 4: 290.656 30.4219 31.4062 59.8125 Length 224, alignments in bytes 4/ 3: 288.656 28.9062 30.7969 59.4219 Length 224, alignments in bytes 5/ 7: 287.156 28.9062 31.2656 57.7969 Length 224, alignments in bytes 7/ 5: 288.219 27.2969 30.2969 59.1406 Length 228, alignments in bytes 0/ 4: 293.812 29.2969 31.2969 61.6094 Length 228, alignments in bytes 4/ 0: 292.422 29.5625 31.2344 59.7656 Length 228, alignments in bytes 4/ 4: 295.188 29.0781 27.5469 42.0156 Length 228, alignments in bytes 2/ 2: 294.125 28.2812 27.0781 38.5312 Length 228, alignments in bytes 2/ 6: 294.438 28.9375 31.75 60.4375 Length 228, alignments in bytes 6/ 2: 293.906 28.6875 30.4531 59 Length 228, alignments in bytes 1/ 7: 293.219 28.75 31.9375 60.0938 Length 228, alignments in bytes 7/ 1: 296.391 29.5781 30.5781 59.1406 Length 228, alignments in bytes 3/ 4: 294.219 27.7031 31.1562 61.4219 Length 228, alignments in bytes 4/ 3: 294.047 29.25 31.0156 58.3281 Length 228, alignments in bytes 5/ 7: 295.766 29.3438 32.0781 60.7969 Length 228, alignments in bytes 7/ 5: 293.812 29.2969 30.3281 60.5625 Length 232, alignments in bytes 0/ 4: 299.578 30 31.5 60.7188 Length 232, alignments in bytes 4/ 0: 297.688 28.625 30.7969 61.2188 Length 232, alignments in bytes 4/ 4: 299.719 28.5625 26.5781 41 Length 232, alignments in bytes 2/ 2: 298.047 28.5781 26.7344 41.3281 Length 232, alignments in bytes 2/ 6: 300.406 29.0625 30.9531 59.9219 Length 232, alignments in bytes 6/ 2: 301.484 28.2812 30.7344 59.7812 Length 232, alignments in bytes 1/ 7: 300 29.0938 30.8906 58.8438 Length 232, alignments in bytes 7/ 1: 298.969 29.2188 30.6562 60.6094 Length 232, alignments in bytes 3/ 4: 300.25 29.9688 31.4844 60.4531 Length 232, alignments in bytes 4/ 3: 298.562 28.7969 30.8281 61.375 Length 232, alignments in bytes 5/ 7: 298.469 28.9531 30.4688 58.6562 Length 232, alignments in bytes 7/ 5: 296.359 29.3125 30.3125 59.9531 Length 236, alignments in bytes 0/ 4: 306.172 29.2969 33.3438 62.3594 Length 236, alignments in bytes 4/ 0: 304.5 30.4219 32.0312 61.2344 Length 236, alignments in bytes 4/ 4: 305.828 30.5156 28.5312 42.5 Length 236, alignments in bytes 2/ 2: 382.25 29.6875 26.5312 40.2188 Length 236, alignments in bytes 2/ 6: 303.812 29.6562 32.7031 60.9688 Length 236, alignments in bytes 6/ 2: 303.797 29.6094 31.2188 60.4844 Length 236, alignments in bytes 1/ 7: 304.859 29.7031 33.3906 61.4375 Length 236, alignments in bytes 7/ 1: 304.688 30.6094 30.6562 60.9688 Length 236, alignments in bytes 3/ 4: 303.562 31.3281 33.7188 62.5938 Length 236, alignments in bytes 4/ 3: 304.812 30.7812 31 59.3906 Length 236, alignments in bytes 5/ 7: 303.75 30.7031 33.3281 62.0938 Length 236, alignments in bytes 7/ 5: 303.734 30.5781 32.25 61.5781 Length 240, alignments in bytes 0/ 4: 307.484 31.1406 33.1406 62.125 Length 240, alignments in bytes 4/ 0: 310.781 29.9844 32.7969 62.2344 Length 240, alignments in bytes 4/ 4: 311.469 29.6094 27.7188 41.4219 Length 240, alignments in bytes 2/ 2: 307.828 29.9688 27.1094 40.9531 Length 240, alignments in bytes 2/ 6: 309.891 30.5469 32.4375 61.6094 Length 240, alignments in bytes 6/ 2: 308.734 29.6406 32.5625 61.2031 Length 240, alignments in bytes 1/ 7: 308.766 30.4844 33.7969 60.0312 Length 240, alignments in bytes 7/ 1: 309.141 27.9062 32.8594 62.0312 Length 240, alignments in bytes 3/ 4: 309.422 31.5312 33 62.0312 Length 240, alignments in bytes 4/ 3: 311.328 29.8906 32.5156 61.75 Length 240, alignments in bytes 5/ 7: 309.703 29.8125 32.8438 59.8594 Length 240, alignments in bytes 7/ 5: 311.953 28.4219 31.9062 61.0312 Length 244, alignments in bytes 0/ 4: 312.719 30.5469 33.1406 63.5938 Length 244, alignments in bytes 4/ 0: 313.297 30.5 32.5781 61.7656 Length 244, alignments in bytes 4/ 4: 315.391 30.2344 27.6875 42.1562 Length 244, alignments in bytes 2/ 2: 314.078 29.3594 27.5 40.3438 Length 244, alignments in bytes 2/ 6: 315.375 29.75 32.5312 61.9375 Length 244, alignments in bytes 6/ 2: 314.344 29.7031 31.7812 61.2031 Length 244, alignments in bytes 1/ 7: 315.047 29.9375 33.7188 62.5625 Length 244, alignments in bytes 7/ 1: 315.469 30.6406 32.5156 61.4844 Length 244, alignments in bytes 3/ 4: 313.141 28.9688 33.1094 63.7031 Length 244, alignments in bytes 4/ 3: 316.016 30.2969 32.8281 61.0625 Length 244, alignments in bytes 5/ 7: 315.578 30.1719 33.5156 62.9531 Length 244, alignments in bytes 7/ 5: 313.484 30.2969 31.5781 63.0312 Length 248, alignments in bytes 0/ 4: 318.625 31.2031 33.5469 63.2969 Length 248, alignments in bytes 4/ 0: 318.891 29.6562 32.2031 63.1562 Length 248, alignments in bytes 4/ 4: 319.906 29.7188 27.375 42.0938 Length 248, alignments in bytes 2/ 2: 320.703 29.6094 27.4375 40.9688 Length 248, alignments in bytes 2/ 6: 320.297 30.0469 32.3438 62.5625 Length 248, alignments in bytes 6/ 2: 321.703 29.4688 31.9531 62.1094 Length 248, alignments in bytes 1/ 7: 319.25 30.5156 32.25 60.9688 Length 248, alignments in bytes 7/ 1: 319.859 30.3906 32.3125 62.6094 Length 248, alignments in bytes 3/ 4: 318.156 31.2812 33.5 62.4375 Length 248, alignments in bytes 4/ 3: 322.062 29.7188 32.4844 63.2969 Length 248, alignments in bytes 5/ 7: 321.047 29.6719 31.4062 133.859 Length 248, alignments in bytes 7/ 5: 320.656 30.6094 32.7969 62.6719 Length 252, alignments in bytes 0/ 4: 324.766 30.5 34.3125 64.4844 Length 252, alignments in bytes 4/ 0: 322.953 31.8594 32.9688 63.1094 Length 252, alignments in bytes 4/ 4: 323.406 31.25 28.4375 43.1406 Length 252, alignments in bytes 2/ 2: 324.281 30.5156 27.1875 40.6562 Length 252, alignments in bytes 2/ 6: 325.484 30.9375 33.5 63.2031 Length 252, alignments in bytes 6/ 2: 326.75 30.8438 32.3438 62.7969 Length 252, alignments in bytes 1/ 7: 324.906 31.2969 33.3281 63.6562 Length 252, alignments in bytes 7/ 1: 325.25 31.7969 32.1094 63.1719 Length 252, alignments in bytes 3/ 4: 326.438 31.9531 34.0156 64.1875 Length 252, alignments in bytes 4/ 3: 324.719 31.6094 31.7188 61.4062 Length 252, alignments in bytes 5/ 7: 324.25 31.7188 34.2344 64.2031 Length 252, alignments in bytes 7/ 5: 324.906 31.5625 33.5469 63.3438 Length 256, alignments in bytes 0/ 4: 331.484 32.3281 34.0312 64.5 Length 256, alignments in bytes 4/ 0: 329.484 30.7969 34.4219 63.8125 Length 256, alignments in bytes 4/ 4: 330.969 30.7969 28.3125 42.5938 Length 256, alignments in bytes 2/ 2: 330.797 31 27.9219 42.0469 Length 256, alignments in bytes 2/ 6: 330.781 31.3281 33.3906 63.5156 Length 256, alignments in bytes 6/ 2: 332.734 30.3594 33.2656 63.2188 Length 256, alignments in bytes 1/ 7: 330.922 31.4375 34.2344 62.3281 Length 256, alignments in bytes 7/ 1: 330.094 29.1094 32.625 64.0938 Length 256, alignments in bytes 3/ 4: 331.281 32.2812 33.8125 64.2656 Length 256, alignments in bytes 4/ 3: 330.344 31 33.2031 64.25 Length 256, alignments in bytes 5/ 7: 330.844 31.1562 34.0781 62.2969 Length 256, alignments in bytes 7/ 5: 330.797 29.3125 32.8125 62.9688 Length 260, alignments in bytes 0/ 4: 334.312 31.3438 33.9062 66.1406 Length 260, alignments in bytes 4/ 0: 335.156 31.6719 34.2031 63.625 Length 260, alignments in bytes 4/ 4: 335.609 31.2969 28.2344 44.5469 Length 260, alignments in bytes 2/ 2: 334.328 30.5938 27.6719 41.4219 Length 260, alignments in bytes 2/ 6: 338 30.7812 33.6406 64.9219 Length 260, alignments in bytes 6/ 2: 336.984 30.7969 33.3906 63.0469 Length 260, alignments in bytes 1/ 7: 338.172 30.9375 34.4531 64.625 Length 260, alignments in bytes 7/ 1: 335.266 31.7344 33.2969 63.5781 Length 260, alignments in bytes 3/ 4: 336.031 29.7812 34.0625 65.875 Length 260, alignments in bytes 4/ 3: 336.828 31.2188 34.2031 63.2344 Length 260, alignments in bytes 5/ 7: 333.609 31.1094 34.5938 64.9688 Length 260, alignments in bytes 7/ 5: 337.016 31.4531 33.3438 64.8438 Length 264, alignments in bytes 0/ 4: 340.062 32.0625 34.3594 65 Length 264, alignments in bytes 4/ 0: 341.828 30.7656 34.0625 65.5 Length 264, alignments in bytes 4/ 4: 339.969 30.6719 27.7969 43.9062 Length 264, alignments in bytes 2/ 2: 339.703 30.8125 27.375 43.6406 Length 264, alignments in bytes 2/ 6: 341.953 31.0312 34.1875 63.9531 Length 264, alignments in bytes 6/ 2: 339.922 79.5156 33.5 64.2031 Length 264, alignments in bytes 1/ 7: 342.656 31.375 33.7969 63.25 Length 264, alignments in bytes 7/ 1: 340.641 31.3438 33.2188 64.9219 Length 264, alignments in bytes 3/ 4: 340.422 31.9531 34.2812 64.2969 Length 264, alignments in bytes 4/ 3: 340.266 30.7188 33.9062 65.0625 Length 264, alignments in bytes 5/ 7: 340.906 30.6562 33.4531 63.1406 Length 264, alignments in bytes 7/ 5: 340.922 31.2344 33.0625 64.2812 Length 268, alignments in bytes 0/ 4: 347.344 31.375 36.1719 66.5625 Length 268, alignments in bytes 4/ 0: 344.438 32.7031 35.2656 65.4062 Length 268, alignments in bytes 4/ 4: 345.188 32.5156 31.5469 44.9531 Length 268, alignments in bytes 2/ 2: 344.844 30.9219 27.6719 43.1406 Length 268, alignments in bytes 2/ 6: 346.125 31.7656 34.6875 65.2812 Length 268, alignments in bytes 6/ 2: 347.672 31.8594 33.8438 64.9844 Length 268, alignments in bytes 1/ 7: 346.797 31.3125 34.7812 65.5156 Length 268, alignments in bytes 7/ 1: 345.875 32.8125 33.6562 65.5 Length 268, alignments in bytes 3/ 4: 345.125 33.0938 36.1875 66.2188 Length 268, alignments in bytes 4/ 3: 345.188 32.9375 34.1562 63.7656 Length 268, alignments in bytes 5/ 7: 345.656 32.6875 36 65.9688 Length 268, alignments in bytes 7/ 5: 345.328 32.5 35.2969 65.875 Length 272, alignments in bytes 0/ 4: 350.5 33.2656 35.7344 66.5625 Length 272, alignments in bytes 4/ 0: 352.281 31.875 35.4062 65.7656 Length 272, alignments in bytes 4/ 4: 350.625 31.7188 30.375 44.375 Length 272, alignments in bytes 2/ 2: 351.125 32.0781 30.6875 43.8281 Length 272, alignments in bytes 2/ 6: 350.422 32.2656 34.8906 65.9219 Length 272, alignments in bytes 6/ 2: 352.672 31.7969 34.6406 65.3906 Length 272, alignments in bytes 1/ 7: 349.484 32.5938 36.0469 64.4062 Length 272, alignments in bytes 7/ 1: 352.578 30.2188 35.0781 66.1406 Length 272, alignments in bytes 3/ 4: 351.469 33.5 35.1719 66.1562 Length 272, alignments in bytes 4/ 3: 353.109 31.8594 34.6562 66.0312 Length 272, alignments in bytes 5/ 7: 352.484 31.9219 36.6562 64.1094 Length 272, alignments in bytes 7/ 5: 348.359 30.2969 34.2969 65.4688 Length 276, alignments in bytes 0/ 4: 357.141 32.4531 35.8125 68.1719 Length 276, alignments in bytes 4/ 0: 356.703 32.7188 35.0469 65.6562 Length 276, alignments in bytes 4/ 4: 356.469 32.1875 30.75 45.3125 Length 276, alignments in bytes 2/ 2: 356.125 31.4062 30.4219 43.6094 Length 276, alignments in bytes 2/ 6: 355.141 31.6406 35.4062 66.0156 Length 276, alignments in bytes 6/ 2: 355.578 31.9375 35.2188 65.0156 Length 276, alignments in bytes 1/ 7: 357.516 32.0625 36.0625 66.8906 Length 276, alignments in bytes 7/ 1: 356.219 32.7656 35.0469 66.0938 Length 276, alignments in bytes 3/ 4: 357.047 31.0781 35.4219 67.9062 Length 276, alignments in bytes 4/ 3: 357.625 32.4531 35.4219 65.3906 Length 276, alignments in bytes 5/ 7: 388.875 32.0781 36.1875 66.9531 Length 276, alignments in bytes 7/ 5: 358.297 32.6094 34.75 67.1875 Length 280, alignments in bytes 0/ 4: 364.953 32.9531 35.8125 67.5312 Length 280, alignments in bytes 4/ 0: 359.703 31.7031 35 67.2344 Length 280, alignments in bytes 4/ 4: 362.094 31.7031 30.1875 44.375 Length 280, alignments in bytes 2/ 2: 360.266 31.7031 30.3594 43.9844 Length 280, alignments in bytes 2/ 6: 360.531 32.3438 34.7969 66.5625 Length 280, alignments in bytes 6/ 2: 361.031 31.3906 34.5625 66.0156 Length 280, alignments in bytes 1/ 7: 360.641 32.4062 35.0781 65.7344 Length 280, alignments in bytes 7/ 1: 358.781 32.4688 34.9062 66.8281 Length 280, alignments in bytes 3/ 4: 363.25 33 36.0312 66.9375 Length 280, alignments in bytes 4/ 3: 361.344 31.6719 35.6875 67.4062 Length 280, alignments in bytes 5/ 7: 360.312 31.5781 34.4375 65.1406 Length 280, alignments in bytes 7/ 5: 364.844 32.2188 34.9219 66.8438 Length 284, alignments in bytes 0/ 4: 365.062 32.3438 36.9375 68.6406 Length 284, alignments in bytes 4/ 0: 365.359 33.6094 36.2031 67.6875 Length 284, alignments in bytes 4/ 4: 370.188 33.4688 31.6094 46.0156 Length 284, alignments in bytes 2/ 2: 367.844 32.2656 29.7656 43.4219 Length 284, alignments in bytes 2/ 6: 367.312 32.6094 35.2188 67.8281 Length 284, alignments in bytes 6/ 2: 368.734 32.8438 35.3906 67.2031 Length 284, alignments in bytes 1/ 7: 366.266 33.1719 36.4375 67.7969 Length 284, alignments in bytes 7/ 1: 365.656 33.625 35.4375 67.3906 Length 284, alignments in bytes 3/ 4: 367.297 35.3438 37.2188 68.2812 Length 284, alignments in bytes 4/ 3: 366.016 33.6719 34.7344 65.9062 Length 284, alignments in bytes 5/ 7: 365.438 33.7188 36.6719 68.2812 Length 284, alignments in bytes 7/ 5: 366.359 33.4844 35.8594 68.3125 Length 288, alignments in bytes 0/ 4: 371.734 34.1094 36.7812 68.6094 Length 288, alignments in bytes 4/ 0: 371.844 32.6406 37.6094 68.1875 Length 288, alignments in bytes 4/ 4: 372.828 32.8438 30.9062 45.2188 Length 288, alignments in bytes 2/ 2: 369.812 33.0625 30.75 45.0156 Length 288, alignments in bytes 2/ 6: 372.719 33.2812 35.7812 68.0469 Length 288, alignments in bytes 6/ 2: 372.969 32.3906 36.0938 68.0156 Length 288, alignments in bytes 1/ 7: 372.609 33.25 36.9531 66.8281 Length 288, alignments in bytes 7/ 1: 373.172 31.2656 36.0156 68.4062 Length 288, alignments in bytes 3/ 4: 372.109 34.4531 36.2812 68.1875 Length 288, alignments in bytes 4/ 3: 372.344 32.8281 36.4844 68.4062 Length 288, alignments in bytes 5/ 7: 372.766 32.8594 36.3906 66.2969 Length 288, alignments in bytes 7/ 5: 373.219 31.2031 35.1406 67.8281 Length 292, alignments in bytes 0/ 4: 377.422 33.4844 36.0938 70.4375 Length 292, alignments in bytes 4/ 0: 378.297 33.4375 36.6875 68.0938 Length 292, alignments in bytes 4/ 4: 403.094 33.2812 31.4531 47.4219 Length 292, alignments in bytes 2/ 2: 377.547 32.3594 30.4688 44.7031 Length 292, alignments in bytes 2/ 6: 378.719 32.8438 35.7188 69.5625 Length 292, alignments in bytes 6/ 2: 377.859 32.7188 35.9375 67.6406 Length 292, alignments in bytes 1/ 7: 376.703 32.7656 37.0469 68.9219 Length 292, alignments in bytes 7/ 1: 377.062 33.6406 36.0781 67.8281 Length 292, alignments in bytes 3/ 4: 377.422 32.1406 36.5625 69.8281 Length 292, alignments in bytes 4/ 3: 377.75 33.5 36.7031 66.8594 Length 292, alignments in bytes 5/ 7: 377.219 33.2969 37.1094 69.1406 Length 292, alignments in bytes 7/ 5: 377.266 33.5625 36 69.4062 Length 296, alignments in bytes 0/ 4: 383.641 33.9688 36.9375 69.4062 Length 296, alignments in bytes 4/ 0: 381.594 32.6562 37.2344 69.5781 Length 296, alignments in bytes 4/ 4: 380.828 32.5938 30.4844 46.7031 Length 296, alignments in bytes 2/ 2: 383.406 32.75 30.5156 46.4844 Length 296, alignments in bytes 2/ 6: 383.328 33.1406 36.0469 68.5312 Length 296, alignments in bytes 6/ 2: 383.297 32.25 35.8594 68.625 Length 296, alignments in bytes 1/ 7: 381.219 33.2188 36.0625 67.7656 Length 296, alignments in bytes 7/ 1: 381.703 33.6562 35.9219 69.4219 Length 296, alignments in bytes 3/ 4: 384.297 34.0156 36.6562 68.9844 Length 296, alignments in bytes 4/ 3: 382.109 32.5938 35.7812 69.5625 Length 296, alignments in bytes 5/ 7: 383.062 32.5781 35.8594 67.5156 Length 296, alignments in bytes 7/ 5: 383.016 33.6719 36.0938 68.8906 Length 300, alignments in bytes 0/ 4: 388.016 33.1562 38.4219 71.1875 Length 300, alignments in bytes 4/ 0: 387.25 34.7812 37.5625 70.2812 Length 300, alignments in bytes 4/ 4: 386.578 34.4219 33.2656 48.0625 Length 300, alignments in bytes 2/ 2: 390.531 33.9062 30.8281 46.1562 Length 300, alignments in bytes 2/ 6: 388 34.1719 37.5938 69.6562 Length 300, alignments in bytes 6/ 2: 388.562 33.9531 36.3906 69.4844 Length 300, alignments in bytes 1/ 7: 387.078 33.4844 37.8438 70.4688 Length 300, alignments in bytes 7/ 1: 389.203 34.75 36.5312 69.5469 Length 300, alignments in bytes 3/ 4: 389.688 35.2812 38.3281 70.7969 Length 300, alignments in bytes 4/ 3: 388.359 34.7188 36.125 68.1719 Length 300, alignments in bytes 5/ 7: 389.047 34.4688 38.0312 71.1406 Length 300, alignments in bytes 7/ 5: 386.875 34.5156 38.3594 70.4219 Length 304, alignments in bytes 0/ 4: 393.875 35.3281 38.3125 71.1562 Length 304, alignments in bytes 4/ 0: 389.734 33.8594 38.0469 70.9375 Length 304, alignments in bytes 4/ 4: 393.438 33.7969 32.5312 47.7031 Length 304, alignments in bytes 2/ 2: 392.422 33.7812 31.625 47.0781 Length 304, alignments in bytes 2/ 6: 393.359 34.3438 37.4062 70.2031 Length 304, alignments in bytes 6/ 2: 394.188 33.2031 37.0781 70.4062 Length 304, alignments in bytes 1/ 7: 394.344 34.4531 39.2812 68.9062 Length 304, alignments in bytes 7/ 1: 391.188 32.1719 37.8594 70.5156 Length 304, alignments in bytes 3/ 4: 391.703 35.3281 38.2969 70.625 Length 304, alignments in bytes 4/ 3: 391.484 33.7656 37.2812 70.8594 Length 304, alignments in bytes 5/ 7: 392.359 33.8438 61.625 68.4219 Length 304, alignments in bytes 7/ 5: 392 32.2812 37 70.1094 Length 308, alignments in bytes 0/ 4: 399.125 34.5469 38.9531 72.6719 Length 308, alignments in bytes 4/ 0: 400 34.5312 37.3594 70.25 Length 308, alignments in bytes 4/ 4: 399.375 34.2188 32.2656 48.1562 Length 308, alignments in bytes 2/ 2: 398.203 33.375 31.6562 46.625 Length 308, alignments in bytes 2/ 6: 397.781 33.7344 38.1406 70.8438 Length 308, alignments in bytes 6/ 2: 398.422 33.8438 37.3281 69.7344 Length 308, alignments in bytes 1/ 7: 398.172 34.0625 38.9062 71.0781 Length 308, alignments in bytes 7/ 1: 399.078 34.4219 37.6875 70.7656 Length 308, alignments in bytes 3/ 4: 398.484 32.9219 39.125 72.125 Length 308, alignments in bytes 4/ 3: 397.516 34.3594 38.75 69.9219 Length 308, alignments in bytes 5/ 7: 399.094 34.2656 38.7656 71.5312 Length 308, alignments in bytes 7/ 5: 398.469 34.0469 37.4531 71.9844 Length 312, alignments in bytes 0/ 4: 401.141 34.8906 38.7031 71.8438 Length 312, alignments in bytes 4/ 0: 404.359 33.6094 37.5469 72.2969 Length 312, alignments in bytes 4/ 4: 403.828 33.5312 31.7812 47.5156 Length 312, alignments in bytes 2/ 2: 404.141 33.7656 31.4844 46.9062 Length 312, alignments in bytes 2/ 6: 402.906 34.1094 37.7344 70.9375 Length 312, alignments in bytes 6/ 2: 403.844 33.3906 37.5625 70.9219 Length 312, alignments in bytes 1/ 7: 403.984 34.2188 37.1875 69.7031 Length 312, alignments in bytes 7/ 1: 401.703 34.25 37.6719 71.2344 Length 312, alignments in bytes 3/ 4: 404.734 35.1562 38.5156 71.1094 Length 312, alignments in bytes 4/ 3: 403.578 33.6094 38.2969 72 Length 312, alignments in bytes 5/ 7: 403.922 33.9844 36.7031 69.4375 Length 312, alignments in bytes 7/ 5: 404.125 34.1719 37.3438 71.6406 Length 316, alignments in bytes 0/ 4: 407.641 34.2812 39.5 73.3281 Length 316, alignments in bytes 4/ 0: 409.703 35.6094 38.3906 72.1406 Length 316, alignments in bytes 4/ 4: 408.438 35.4531 32.6094 49.0938 Length 316, alignments in bytes 2/ 2: 410.984 33.9375 31.4688 47.1875 Length 316, alignments in bytes 2/ 6: 408.625 34.5312 38.375 72.3438 Length 316, alignments in bytes 6/ 2: 408.766 34.8438 37.7344 71.7188 Length 316, alignments in bytes 1/ 7: 409.859 36.3906 39 72.2188 Length 316, alignments in bytes 7/ 1: 437.266 35.7969 37.7031 71.7344 Length 316, alignments in bytes 3/ 4: 407.922 36.2812 39.3906 73.0312 Length 316, alignments in bytes 4/ 3: 409.125 35.4531 37.2969 70.2656 Length 316, alignments in bytes 5/ 7: 408.406 35.6094 39.4531 72.9844 Length 316, alignments in bytes 7/ 5: 409.344 35.3438 38.7969 72.6719 Length 320, alignments in bytes 0/ 4: 416.156 35.9375 39.1875 73.1562 Length 320, alignments in bytes 4/ 0: 412.031 34.9531 39.9062 73.0156 Length 320, alignments in bytes 4/ 4: 414.359 34.7188 32.5625 48.3125 Length 320, alignments in bytes 2/ 2: 413.016 34.9375 31.9844 48.0469 Length 320, alignments in bytes 2/ 6: 414.625 35.1562 38.4844 72.2812 Length 320, alignments in bytes 6/ 2: 413.703 34.1562 38.3594 72.5781 Length 320, alignments in bytes 1/ 7: 412.578 35.4062 40.1406 70.9062 Length 320, alignments in bytes 7/ 1: 415.078 33.25 38.1562 72.7656 Length 320, alignments in bytes 3/ 4: 416.812 36.3906 39.2188 73.1562 Length 320, alignments in bytes 4/ 3: 412.781 34.8125 38.9219 72.9062 Length 320, alignments in bytes 5/ 7: 415.672 35.2969 39.9688 71.1719 Length 320, alignments in bytes 7/ 5: 413.812 33.3438 38.2656 72.0781 Length 324, alignments in bytes 0/ 4: 420.953 35.4531 39.8906 74.6875 Length 324, alignments in bytes 4/ 0: 419.016 35.375 39.3125 73 Length 324, alignments in bytes 4/ 4: 418.281 35.1875 32.75 50.7188 Length 324, alignments in bytes 2/ 2: 420.312 34.4844 32.2656 47.6562 Length 324, alignments in bytes 2/ 6: 417.781 34.7656 39 73.9375 Length 324, alignments in bytes 6/ 2: 420.047 34.7812 38.1406 71.7812 Length 324, alignments in bytes 1/ 7: 419.625 34.9219 39.8594 73.6406 Length 324, alignments in bytes 7/ 1: 418.875 35.4531 38.7188 72.1875 Length 324, alignments in bytes 3/ 4: 416.5 33.9531 39.9531 74.1875 Length 324, alignments in bytes 4/ 3: 420.359 35.4844 39.5469 71.5469 Length 324, alignments in bytes 5/ 7: 418.828 35.2812 39.6719 73.5781 Length 324, alignments in bytes 7/ 5: 419 35.3906 38.4688 73.7656 Length 328, alignments in bytes 0/ 4: 424.109 36.125 39.625 73.6406 Length 328, alignments in bytes 4/ 0: 423.875 34.6875 39.6406 74.4531 Length 328, alignments in bytes 4/ 4: 422.719 34.6562 32.25 49.875 Length 328, alignments in bytes 2/ 2: 424.812 34.5781 32.1562 49.4062 Length 328, alignments in bytes 2/ 6: 423.734 35.3125 38.5469 72.7656 Length 328, alignments in bytes 6/ 2: 426.156 34.2344 38.8906 73 Length 328, alignments in bytes 1/ 7: 421.859 35.4219 38.7969 71.8906 Length 328, alignments in bytes 7/ 1: 423.531 35.4375 38.4844 74.375 Length 328, alignments in bytes 3/ 4: 448.594 36.2188 39.6719 73.5312 Length 328, alignments in bytes 4/ 3: 426.891 34.625 38.9219 74.2969 Length 328, alignments in bytes 5/ 7: 425.078 34.7188 38.6406 71.8125 Length 328, alignments in bytes 7/ 5: 423.031 35.3906 38.5469 73.5312 Length 332, alignments in bytes 0/ 4: 431.438 35.2344 41.1094 75.4844 Length 332, alignments in bytes 4/ 0: 428.625 36.7031 46.4219 74.4062 Length 332, alignments in bytes 4/ 4: 430.938 36.2812 42.4844 51.1406 Length 332, alignments in bytes 2/ 2: 430.984 35.0938 32.25 49.0312 Length 332, alignments in bytes 2/ 6: 430.391 35.7812 39.9375 74.4531 Length 332, alignments in bytes 6/ 2: 430.031 35.9844 46.7969 73.7656 Length 332, alignments in bytes 1/ 7: 430.938 36.0156 40.4219 74.6094 Length 332, alignments in bytes 7/ 1: 428.359 36.5156 46.0938 74.2344 Length 332, alignments in bytes 3/ 4: 427.828 37.6406 40.9219 74.9844 Length 332, alignments in bytes 4/ 3: 429.531 36.4844 46.0156 72.5469 Length 332, alignments in bytes 5/ 7: 431.484 36.5312 47.2656 75.1875 Length 332, alignments in bytes 7/ 5: 430.375 36.5156 47.0156 74.9062 Length 336, alignments in bytes 0/ 4: 433.109 37.4531 47.3125 75.5938 Length 336, alignments in bytes 4/ 0: 435.406 35.625 46.7188 75.1406 Length 336, alignments in bytes 4/ 4: 436.859 35.8125 41.3125 50.2344 Length 336, alignments in bytes 2/ 2: 436.453 35.9062 40.2188 49.7969 Length 336, alignments in bytes 2/ 6: 434.828 36.4219 47 74.9062 Length 336, alignments in bytes 6/ 2: 433.625 35.3906 46.5312 74.7812 Length 336, alignments in bytes 1/ 7: 433.297 36.3438 47.7344 73.2656 Length 336, alignments in bytes 7/ 1: 433.172 34.1562 46.5469 75.2031 Length 336, alignments in bytes 3/ 4: 434.25 37.3906 47.4062 75.0312 Length 336, alignments in bytes 4/ 3: 434.984 35.9219 46.8281 75.0469 Length 336, alignments in bytes 5/ 7: 435.75 36.0156 47.5469 73.0625 Length 336, alignments in bytes 7/ 5: 435.875 34.2656 46.3906 74.5781 Length 340, alignments in bytes 0/ 4: 439.812 36.6719 47.4375 77.3906 Length 340, alignments in bytes 4/ 0: 441.891 36.5938 45.6406 74.8438 Length 340, alignments in bytes 4/ 4: 438.703 36.1875 40.9375 51.4062 Length 340, alignments in bytes 2/ 2: 440.25 35.1562 41.125 49.4062 Length 340, alignments in bytes 2/ 6: 440.141 36.125 47.0625 75.4531 Length 340, alignments in bytes 6/ 2: 438.031 35.5781 45.9844 74.3906 Length 340, alignments in bytes 1/ 7: 441.891 35.9219 49.4844 75.7812 Length 340, alignments in bytes 7/ 1: 439 36.375 45.9219 74.7344 Length 340, alignments in bytes 3/ 4: 469.953 34.9688 49.3438 77.0312 Length 340, alignments in bytes 4/ 3: 442 36.4688 46.875 74.2031 Length 340, alignments in bytes 5/ 7: 441.125 36.2656 47.1562 76 Length 340, alignments in bytes 7/ 5: 440.516 36.3125 46.2344 76.4219 Length 344, alignments in bytes 0/ 4: 445.047 37.0312 47.0156 76.8906 Length 344, alignments in bytes 4/ 0: 443.906 35.75 45.6875 76.4531 Length 344, alignments in bytes 4/ 4: 446.422 35.5781 40.6719 50.5156 Length 344, alignments in bytes 2/ 2: 443.422 35.5156 39.8594 49.8594 Length 344, alignments in bytes 2/ 6: 445.25 36.3438 46.5312 76.0156 Length 344, alignments in bytes 6/ 2: 446.875 35.2656 45.9062 75.1719 Length 344, alignments in bytes 1/ 7: 447.406 36.0156 45.9375 74.0625 Length 344, alignments in bytes 7/ 1: 444.391 36.4062 45.8281 76.0312 Length 344, alignments in bytes 3/ 4: 445.938 37.2031 47.0625 75.875 Length 344, alignments in bytes 4/ 3: 446.469 35.6406 46.4062 76.5 Length 344, alignments in bytes 5/ 7: 444.594 35.8125 45.6094 74.0156 Length 344, alignments in bytes 7/ 5: 443.25 36.2969 45.3281 75.8906 Length 348, alignments in bytes 0/ 4: 451.172 36.6094 47.75 77.3281 Length 348, alignments in bytes 4/ 0: 451.688 37.7031 48.0469 76.75 Length 348, alignments in bytes 4/ 4: 450.688 37.4688 42.8594 52.125 Length 348, alignments in bytes 2/ 2: 450.625 35.9531 40.6875 49.5 Length 348, alignments in bytes 2/ 6: 450.078 37.6406 46.9531 76.875 Length 348, alignments in bytes 6/ 2: 451.781 36.75 47.5156 76.2188 Length 348, alignments in bytes 1/ 7: 450.656 36.0469 48.0938 76.4375 Length 348, alignments in bytes 7/ 1: 451.719 37.5781 47.8438 76.4375 Length 348, alignments in bytes 3/ 4: 451.156 38.6562 48.3438 77.4531 Length 348, alignments in bytes 4/ 3: 449.266 37.625 47 74.8125 Length 348, alignments in bytes 5/ 7: 448.891 37.6406 49.2188 77.6562 Length 348, alignments in bytes 7/ 5: 449.906 37.7344 48.0938 77.2812 Length 352, alignments in bytes 0/ 4: 454.016 38.5 49.0469 77.5938 Length 352, alignments in bytes 4/ 0: 454.188 36.875 49.4531 77.5781 Length 352, alignments in bytes 4/ 4: 456.062 36.7656 41.9219 51.25 Length 352, alignments in bytes 2/ 2: 456.188 36.7812 41.1562 50.9844 Length 352, alignments in bytes 2/ 6: 457.125 37.3906 48.7188 76.6562 Length 352, alignments in bytes 6/ 2: 455.281 36.2812 48.2344 77.2812 Length 352, alignments in bytes 1/ 7: 455 37.625 49.2969 75.5781 Length 352, alignments in bytes 7/ 1: 455.875 62.0469 48.7812 77.4844 Length 352, alignments in bytes 3/ 4: 455.375 38.4844 48.9219 77.6875 Length 352, alignments in bytes 4/ 3: 455.438 36.9531 48.2188 77.25 Length 352, alignments in bytes 5/ 7: 456.672 37.0938 49.4219 75.1562 Length 352, alignments in bytes 7/ 5: 456.375 35.2188 47.6094 76.9375 Length 356, alignments in bytes 0/ 4: 460.031 37.5938 49.2031 79.2969 Length 356, alignments in bytes 4/ 0: 459.531 37.625 48.5938 77.2969 Length 356, alignments in bytes 4/ 4: 461.781 37.4531 42.5156 53.7812 Length 356, alignments in bytes 2/ 2: 460.984 36.2969 41.2969 50.6562 Length 356, alignments in bytes 2/ 6: 461.203 36.9375 48.1719 78.625 Length 356, alignments in bytes 6/ 2: 461.562 36.7188 47.5781 76.5 Length 356, alignments in bytes 1/ 7: 460.688 37.2344 49.5625 78.375 Length 356, alignments in bytes 7/ 1: 462.125 37.7656 48.4219 76.75 Length 356, alignments in bytes 3/ 4: 460.578 36.0781 49.4219 78.8594 Length 356, alignments in bytes 4/ 3: 460.703 37.5 48.2344 76.3125 Length 356, alignments in bytes 5/ 7: 461.781 37.625 48.9219 78.2031 Length 356, alignments in bytes 7/ 5: 461.531 37.4531 47.7969 77.9688 Length 360, alignments in bytes 0/ 4: 466.75 38.6094 48.5156 78.4688 Length 360, alignments in bytes 4/ 0: 463.875 36.75 48.8594 78.6094 Length 360, alignments in bytes 4/ 4: 465.062 36.5625 41.9219 53.1406 Length 360, alignments in bytes 2/ 2: 465.031 36.7812 41.2344 52.4844 Length 360, alignments in bytes 2/ 6: 465.547 37.625 48.0312 77.4531 Length 360, alignments in bytes 6/ 2: 465.328 36.3906 47.7188 77.7656 Length 360, alignments in bytes 1/ 7: 465.5 37.6719 48.5469 76.5781 Length 360, alignments in bytes 7/ 1: 464.531 37.3906 48.2031 78.5625 Length 360, alignments in bytes 3/ 4: 466.391 38.5156 48.6719 77.9219 Length 360, alignments in bytes 4/ 3: 464.984 36.7656 48.4219 78.7344 Length 360, alignments in bytes 5/ 7: 466.188 36.8125 48.4688 76.3594 Length 360, alignments in bytes 7/ 5: 466.391 37.5625 47.3906 78.0156 Length 364, alignments in bytes 0/ 4: 471.094 37.7031 50.7812 79.9688 Length 364, alignments in bytes 4/ 0: 469.422 38.5156 49.4062 78.75 Length 364, alignments in bytes 4/ 4: 470.453 38.5625 43.9844 54.1719 Length 364, alignments in bytes 2/ 2: 471.156 37.9844 42.125 51.9375 Length 364, alignments in bytes 2/ 6: 471.375 37.75 50.2188 78.5312 Length 364, alignments in bytes 6/ 2: 472.906 38.1406 48.6875 78.9844 Length 364, alignments in bytes 1/ 7: 496.797 38.4062 50.2031 78.5312 Length 364, alignments in bytes 7/ 1: 468.734 38.6719 49 78.7031 Length 364, alignments in bytes 3/ 4: 471.672 39.9688 51.2031 79.7812 Length 364, alignments in bytes 4/ 3: 470.703 38.5938 48.9062 77.1875 Length 364, alignments in bytes 5/ 7: 472.125 38.8438 51.0469 78.9219 Length 364, alignments in bytes 7/ 5: 470.906 38.7344 50.2812 79.6875 Length 368, alignments in bytes 0/ 4: 474.891 39.4688 50.7656 80.1094 Length 368, alignments in bytes 4/ 0: 478 37.8594 49.8594 80.25 Length 368, alignments in bytes 4/ 4: 476.172 37.75 43.4062 53.0312 Length 368, alignments in bytes 2/ 2: 476.516 37.8906 43.0312 52.7344 Length 368, alignments in bytes 2/ 6: 477.688 38.5312 50.4531 79.6094 Length 368, alignments in bytes 6/ 2: 478.547 37.2656 50.2656 79.2188 Length 368, alignments in bytes 1/ 7: 479.156 38.7969 51.7031 77.9375 Length 368, alignments in bytes 7/ 1: 475.984 36.2812 49.6875 79.7344 Length 368, alignments in bytes 3/ 4: 477.453 40.0156 50.8594 79.7344 Length 368, alignments in bytes 4/ 3: 475.75 37.9219 50.4062 79.7344 Length 368, alignments in bytes 5/ 7: 477 38.2031 51.3594 78.0156 Length 368, alignments in bytes 7/ 5: 477.969 36.1562 49.6875 79.2031 Length 372, alignments in bytes 0/ 4: 481.703 38.7969 50.8594 81.7031 Length 372, alignments in bytes 4/ 0: 481.359 38.5781 49.2656 79.1719 Length 372, alignments in bytes 4/ 4: 482.594 38.5469 42.7188 58.0312 Length 372, alignments in bytes 2/ 2: 483.828 37.5469 42.3125 52.2656 Length 372, alignments in bytes 2/ 6: 482.125 37.9844 50.4688 79.875 Length 372, alignments in bytes 6/ 2: 483.547 37.8594 49.5625 79.0156 Length 372, alignments in bytes 1/ 7: 483.828 38.2344 51.3594 80.3594 Length 372, alignments in bytes 7/ 1: 482.859 38.7344 49.5 79.5 Length 372, alignments in bytes 3/ 4: 480.922 37.125 51.2812 81.3906 Length 372, alignments in bytes 4/ 3: 483.172 38.5 50.375 78.7344 Length 372, alignments in bytes 5/ 7: 482.781 38.8438 50.4375 80.7031 Length 372, alignments in bytes 7/ 5: 482.938 38.5312 49.3906 81 Length 376, alignments in bytes 0/ 4: 487.438 39.4219 50.7188 80.8281 Length 376, alignments in bytes 4/ 0: 486.172 37.8438 48.9375 81.2188 Length 376, alignments in bytes 4/ 4: 486.453 37.8438 42.8906 57.2031 Length 376, alignments in bytes 2/ 2: 487.219 37.8906 70.625 56.5938 Length 376, alignments in bytes 2/ 6: 486.469 38.2031 49.7969 80.1719 Length 376, alignments in bytes 6/ 2: 488.906 37.2031 49.375 80 Length 376, alignments in bytes 1/ 7: 486.406 38.7031 49.4062 78.8125 Length 376, alignments in bytes 7/ 1: 485.828 38.5312 49.8125 80.7656 Length 376, alignments in bytes 3/ 4: 487.281 39.6562 50.5938 80.4688 Length 376, alignments in bytes 4/ 3: 487.75 37.8594 49.9375 80.9531 Length 376, alignments in bytes 5/ 7: 485.109 38.3125 49.1094 78.4844 Length 376, alignments in bytes 7/ 5: 488.266 38.7969 48.9062 80.3594 Length 380, alignments in bytes 0/ 4: 491.328 38.6094 51.5 82.2656 Length 380, alignments in bytes 4/ 0: 490.469 39.6562 50.2188 81.7188 Length 380, alignments in bytes 4/ 4: 490.5 39.5625 44.3125 59.0625 Length 380, alignments in bytes 2/ 2: 492.438 38.2969 42.4531 55.6719 Length 380, alignments in bytes 2/ 6: 492.188 38.8281 51.25 81.4531 Length 380, alignments in bytes 6/ 2: 491.469 38.9219 50.625 81.2656 Length 380, alignments in bytes 1/ 7: 490.938 40.125 51.3594 81.2031 Length 380, alignments in bytes 7/ 1: 493.297 40 50.3906 81.2031 Length 380, alignments in bytes 3/ 4: 492.047 41.9219 51.7969 81.9062 Length 380, alignments in bytes 4/ 3: 493.453 39.6094 49.7188 79.4844 Length 380, alignments in bytes 5/ 7: 488.969 39.7344 52.0469 82.4688 Length 380, alignments in bytes 7/ 5: 490.828 39.6094 50.6875 82.1406 Length 384, alignments in bytes 0/ 4: 497.047 40.3906 51.4062 82.5312 Length 384, alignments in bytes 4/ 0: 500.047 38.8906 55.9219 82.2344 Length 384, alignments in bytes 4/ 4: 495.734 38.7969 43.5938 58.0781 Length 384, alignments in bytes 2/ 2: 494 39.0938 43.1406 57.9531 Length 384, alignments in bytes 2/ 6: 497.75 39.625 50.9062 81.875 Length 384, alignments in bytes 6/ 2: 494.297 38.5469 51.1562 81.4375 Length 384, alignments in bytes 1/ 7: 498.156 39.6094 52.5625 80.2969 Length 384, alignments in bytes 7/ 1: 498.5 37.1719 51.4844 82.125 Length 384, alignments in bytes 3/ 4: 497.656 40.7812 51.1094 82.3125 Length 384, alignments in bytes 4/ 3: 495.828 39.1406 51.2188 82.3281 Length 384, alignments in bytes 5/ 7: 497.562 39.3125 52.2656 80.2344 Length 384, alignments in bytes 7/ 5: 496.828 37.2188 50.4062 81.2344 Length 388, alignments in bytes 0/ 4: 501.297 40.0938 51.5469 84.0312 Length 388, alignments in bytes 4/ 0: 503.438 39.6406 55.0938 81.6094 Length 388, alignments in bytes 4/ 4: 501.75 39.4219 43.3125 60.375 Length 388, alignments in bytes 2/ 2: 501.375 38.7031 43.1562 57.3594 Length 388, alignments in bytes 2/ 6: 503.469 39.25 51.1875 83.1094 Length 388, alignments in bytes 6/ 2: 503.469 38.7969 50.1562 80.8906 Length 388, alignments in bytes 1/ 7: 502.688 39.2812 51.9688 82.5625 Length 388, alignments in bytes 7/ 1: 501.781 39.8281 50.9219 81.4688 Length 388, alignments in bytes 3/ 4: 500.609 38.0625 51.625 84.4062 Length 388, alignments in bytes 4/ 3: 501.266 39.9219 50.9062 81.1094 Length 388, alignments in bytes 5/ 7: 503.5 39.7969 51.5469 82.875 Length 388, alignments in bytes 7/ 5: 503.203 39.6562 50.2344 82.6406 Length 392, alignments in bytes 0/ 4: 506.656 40.1562 51.2969 82.6875 Length 392, alignments in bytes 4/ 0: 507.5 38.75 55.2812 83.4531 Length 392, alignments in bytes 4/ 4: 508.109 38.7656 43.4844 59.6406 Length 392, alignments in bytes 2/ 2: 506.766 38.9844 43.2812 59.2344 Length 392, alignments in bytes 2/ 6: 508.391 39.625 50.9688 82.1406 Length 392, alignments in bytes 6/ 2: 505.891 38.4375 50.25 81.9531 Length 392, alignments in bytes 1/ 7: 508.625 39.6875 55.3281 80.7812 Length 392, alignments in bytes 7/ 1: 506.688 39.5938 50.7188 83.3906 Length 392, alignments in bytes 3/ 4: 508.062 40.4531 51.1406 82.4688 Length 392, alignments in bytes 4/ 3: 508.078 38.75 367.062 83.3906 Length 392, alignments in bytes 5/ 7: 508.703 39.3438 55.0156 80.8906 Length 392, alignments in bytes 7/ 5: 507.812 39.6562 50 82.5625 Length 396, alignments in bytes 0/ 4: 512.609 39.9062 57 84.6562 Length 396, alignments in bytes 4/ 0: 513.328 40.8281 56.0781 83.9531 Length 396, alignments in bytes 4/ 4: 511.906 40.5938 47.9062 60.6406 Length 396, alignments in bytes 2/ 2: 511.75 39.625 43.8438 58.3906 Length 396, alignments in bytes 2/ 6: 512.547 40.625 57.2344 83.4531 Length 396, alignments in bytes 6/ 2: 512.734 39.9844 51.1719 83.3125 Length 396, alignments in bytes 1/ 7: 514.469 39.75 57.2969 83.3594 Length 396, alignments in bytes 7/ 1: 511.562 40.8594 51.4844 83.6094 Length 396, alignments in bytes 3/ 4: 513.156 42.2969 57.0312 84.4844 Length 396, alignments in bytes 4/ 3: 540.906 40.9844 54.9531 82.2812 Length 396, alignments in bytes 5/ 7: 513.75 40.8438 57.75 84.6562 Length 396, alignments in bytes 7/ 5: 513.828 40.9062 56.8281 84.4531 Length 400, alignments in bytes 0/ 4: 519.5 41.7344 57.0312 85.0469 Length 400, alignments in bytes 4/ 0: 517.109 40.2344 56.3594 84.5469 Length 400, alignments in bytes 4/ 4: 513.734 40.1094 46.9531 60.1094 Length 400, alignments in bytes 2/ 2: 518.688 39.9844 46.7344 59.5469 Length 400, alignments in bytes 2/ 6: 517.031 40.5 57 84.2344 Length 400, alignments in bytes 6/ 2: 519.078 39.5625 56.4688 84.3125 Length 400, alignments in bytes 1/ 7: 519.344 40.9688 58.3125 82.7969 Length 400, alignments in bytes 7/ 1: 517.156 38.1875 57 83.9688 Length 400, alignments in bytes 3/ 4: 517.812 41.8281 57.0625 84.5625 Length 400, alignments in bytes 4/ 3: 519.891 39.8906 57.0938 84.4688 Length 400, alignments in bytes 5/ 7: 517.531 40.3438 58.25 82.5156 Length 400, alignments in bytes 7/ 5: 519.234 38.4062 56.5312 83.9375 Length 404, alignments in bytes 0/ 4: 522.656 40.8906 57.3125 86.5312 Length 404, alignments in bytes 4/ 0: 523.203 40.8594 55.625 83.9375 Length 404, alignments in bytes 4/ 4: 524.031 40.8125 47.1406 61.0156 Length 404, alignments in bytes 2/ 2: 521.922 39.7188 45.7812 58.8594 Length 404, alignments in bytes 2/ 6: 524.75 40.1719 56.9688 84.2188 Length 404, alignments in bytes 6/ 2: 524.312 40.0156 56.3281 83.4375 Length 404, alignments in bytes 1/ 7: 523.375 40.3281 58.2969 85.1406 Length 404, alignments in bytes 7/ 1: 522.734 40.8438 57.0938 83.8438 Length 404, alignments in bytes 3/ 4: 524.156 39 57.7812 86.0625 Length 404, alignments in bytes 4/ 3: 523.312 40.75 57.1719 83.3594 Length 404, alignments in bytes 5/ 7: 521.672 40.6094 57.4688 84.7188 Length 404, alignments in bytes 7/ 5: 520.453 40.625 56.1562 85.1406 Length 408, alignments in bytes 0/ 4: 529.531 41.4531 57.25 85.7656 Length 408, alignments in bytes 4/ 0: 529.781 39.75 56.0312 85.4531 Length 408, alignments in bytes 4/ 4: 530.234 39.7969 46.2188 60.1719 Length 408, alignments in bytes 2/ 2: 528.531 40.0469 45.4375 59.625 Length 408, alignments in bytes 2/ 6: 527.719 40.7031 56.0781 84.9219 Length 408, alignments in bytes 6/ 2: 554.062 39.5625 56.2188 84.6562 Length 408, alignments in bytes 1/ 7: 528.141 40.4062 55.9688 83.2656 Length 408, alignments in bytes 7/ 1: 528.125 40.7188 56.7969 85.1094 Length 408, alignments in bytes 3/ 4: 528.391 41.7812 57.1094 85 Length 408, alignments in bytes 4/ 3: 527.516 39.9375 56.5 85.2969 Length 408, alignments in bytes 5/ 7: 527.641 40.1719 55.9844 82.8281 Length 408, alignments in bytes 7/ 5: 527.719 40.4844 56.0469 85.2656 Length 412, alignments in bytes 0/ 4: 535.281 40.7344 57.9844 87.1094 Length 412, alignments in bytes 4/ 0: 531.906 41.9219 56.9219 86.0469 Length 412, alignments in bytes 4/ 4: 535.344 41.75 47.5 62.1562 Length 412, alignments in bytes 2/ 2: 534.094 40.5938 45.4844 58.9219 Length 412, alignments in bytes 2/ 6: 534.453 40.9219 57.8594 85.7344 Length 412, alignments in bytes 6/ 2: 533.188 41.2344 56.7969 85.4531 Length 412, alignments in bytes 1/ 7: 530.875 42.2344 58.3594 85.5312 Length 412, alignments in bytes 7/ 1: 533.797 41.875 56.9375 85.8594 Length 412, alignments in bytes 3/ 4: 534.047 43.1406 58.0312 86.9062 Length 412, alignments in bytes 4/ 3: 533.016 41.9219 56.6719 84.0781 Length 412, alignments in bytes 5/ 7: 534.578 41.9844 58.8438 86.6719 Length 412, alignments in bytes 7/ 5: 533.281 42.0625 57.7812 86.5938 Length 416, alignments in bytes 0/ 4: 539.188 42.7969 58.2969 87.0625 Length 416, alignments in bytes 4/ 0: 537.75 41.2031 59.2656 86.9219 Length 416, alignments in bytes 4/ 4: 538.734 41.0938 46.8438 61.4375 Length 416, alignments in bytes 2/ 2: 540.656 41.2031 46.1719 60.9688 Length 416, alignments in bytes 2/ 6: 537.766 41.7656 58.5938 86.2812 Length 416, alignments in bytes 6/ 2: 539.188 40.7656 58.4688 86.0469 Length 416, alignments in bytes 1/ 7: 539.516 42.0781 59.8125 85 Length 416, alignments in bytes 7/ 1: 539.531 39.5312 59.4531 86.5781 Length 416, alignments in bytes 3/ 4: 540.312 42.75 58.9062 86.5938 Length 416, alignments in bytes 4/ 3: 541.734 41.1719 58.8281 86.6562 Length 416, alignments in bytes 5/ 7: 539.781 41.4531 60.125 84.6875 Length 416, alignments in bytes 7/ 5: 540.172 39.4219 58.0625 85.8594 Length 420, alignments in bytes 0/ 4: 567.203 41.7656 59.3281 88.6562 Length 420, alignments in bytes 4/ 0: 544.016 41.7344 58.4844 85.9531 Length 420, alignments in bytes 4/ 4: 545.859 41.5625 46.75 63.25 Length 420, alignments in bytes 2/ 2: 542.531 40.75 46.1875 60.0781 Length 420, alignments in bytes 2/ 6: 542.172 41.1719 391.656 87.4375 Length 420, alignments in bytes 6/ 2: 543.234 41.4219 57.8594 85.6875 Length 420, alignments in bytes 1/ 7: 543.359 41.4688 59.5625 86.8594 Length 420, alignments in bytes 7/ 1: 542.469 42.0781 58.3438 86.0781 Length 420, alignments in bytes 3/ 4: 544.266 40.375 59.25 88.4062 Length 420, alignments in bytes 4/ 3: 545.375 41.6719 59.0781 85.4062 Length 420, alignments in bytes 5/ 7: 544.188 41.5938 59.0312 87.5312 Length 420, alignments in bytes 7/ 5: 544.266 41.5625 57.7031 87.3594 Length 424, alignments in bytes 0/ 4: 552.828 42.6562 59.0625 87.2969 Length 424, alignments in bytes 4/ 0: 547.406 40.7656 58.4844 87.9062 Length 424, alignments in bytes 4/ 4: 547.953 40.9531 46.6719 62.3594 Length 424, alignments in bytes 2/ 2: 550.516 40.875 46.1562 61.9688 Length 424, alignments in bytes 2/ 6: 549.062 41.6094 57.8594 86.5156 Length 424, alignments in bytes 6/ 2: 547.75 40.3281 58.0312 86.3125 Length 424, alignments in bytes 1/ 7: 547.859 41.8906 58.3281 85.5312 Length 424, alignments in bytes 7/ 1: 549.25 41.7031 58.5625 87.6406 Length 424, alignments in bytes 3/ 4: 548.359 42.6562 58.5938 87.1875 Length 424, alignments in bytes 4/ 3: 548.328 41.2656 58.7344 87.8906 Length 424, alignments in bytes 5/ 7: 551.078 41.1562 58.3594 85.3594 Length 424, alignments in bytes 7/ 5: 548.484 41.7969 57.7031 86.875 Length 428, alignments in bytes 0/ 4: 557.188 41.75 60.4219 88.9375 Length 428, alignments in bytes 4/ 0: 555.719 42.7344 59.0938 88.0469 Length 428, alignments in bytes 4/ 4: 553.031 42.5781 49.4844 63.8906 Length 428, alignments in bytes 2/ 2: 554.109 41.0625 46.4844 61.5156 Length 428, alignments in bytes 2/ 6: 553.938 42.4844 59.9062 87.6719 Length 428, alignments in bytes 6/ 2: 555.312 42.0625 58.8594 87.5469 Length 428, alignments in bytes 1/ 7: 554.859 42.5156 60.2344 87.7344 Length 428, alignments in bytes 7/ 1: 557.203 42.9688 59.375 88.1875 Length 428, alignments in bytes 3/ 4: 555.859 43.3438 60.6406 88.9219 Length 428, alignments in bytes 4/ 3: 554.938 42.9531 58.9062 86.6719 Length 428, alignments in bytes 5/ 7: 550.406 42.9062 61.0625 88.9375 Length 428, alignments in bytes 7/ 5: 552.828 42.7031 60.4375 88.5469 Length 432, alignments in bytes 0/ 4: 561.406 43.8438 60.5312 89.3125 Length 432, alignments in bytes 4/ 0: 560.25 42.2969 59.5625 89 Length 432, alignments in bytes 4/ 4: 559.172 41.9531 48.1562 63.1406 Length 432, alignments in bytes 2/ 2: 559.328 42.2969 47.7031 62.75 Length 432, alignments in bytes 2/ 6: 560.047 42.7812 60.1094 88.7812 Length 432, alignments in bytes 6/ 2: 559.656 41.625 59.8438 88.6562 Length 432, alignments in bytes 1/ 7: 559.953 42.9062 61.7812 87.1875 Length 432, alignments in bytes 7/ 1: 564.266 40.1406 60.5938 88.6094 Length 432, alignments in bytes 3/ 4: 559.578 44.0312 60.625 88.4688 Length 432, alignments in bytes 4/ 3: 557.109 42.0781 60.3125 88.8906 Length 432, alignments in bytes 5/ 7: 561.141 42.3594 61.25 87.2188 Length 432, alignments in bytes 7/ 5: 560.094 40.5781 59.6406 88.5 Length 436, alignments in bytes 0/ 4: 565.5 43.0625 60.8906 90.8281 Length 436, alignments in bytes 4/ 0: 565.359 42.6875 59.1875 88.1406 Length 436, alignments in bytes 4/ 4: 563.5 42.7969 48.2188 63.5781 Length 436, alignments in bytes 2/ 2: 565.391 41.6719 47.4844 61.8125 Length 436, alignments in bytes 2/ 6: 564.469 42.2656 60.2031 88.8594 Length 436, alignments in bytes 6/ 2: 565.875 41.9844 59.3125 88.0938 Length 436, alignments in bytes 1/ 7: 563.25 42.3906 61.1094 89.5625 Length 436, alignments in bytes 7/ 1: 565.766 43.1562 59.8125 88.6719 Length 436, alignments in bytes 3/ 4: 566.828 41.4844 61.1875 90.6562 Length 436, alignments in bytes 4/ 3: 566.953 42.7812 60.6406 87.7812 Length 436, alignments in bytes 5/ 7: 564.188 43.0469 60.4375 89.5156 Length 436, alignments in bytes 7/ 5: 565.25 42.8125 59.625 89.8594 Length 440, alignments in bytes 0/ 4: 569.047 43.6875 60.375 90.5156 Length 440, alignments in bytes 4/ 0: 596.422 41.7969 59.4375 90.0781 Length 440, alignments in bytes 4/ 4: 569.297 42.0625 48.1406 63.0938 Length 440, alignments in bytes 2/ 2: 570.531 41.8125 47.4219 62.5312 Length 440, alignments in bytes 2/ 6: 570.156 42.6406 59.5 89.3125 Length 440, alignments in bytes 6/ 2: 570.031 41.75 58.9844 88.75 Length 440, alignments in bytes 1/ 7: 573.375 42.9531 59.6875 88.2031 Length 440, alignments in bytes 7/ 1: 571.203 42.6719 60.1875 89.2812 Length 440, alignments in bytes 3/ 4: 569.641 43.4688 60.375 89.2344 Length 440, alignments in bytes 4/ 3: 568.828 42.0625 59.8906 90.1406 Length 440, alignments in bytes 5/ 7: 569.328 42.5312 59.7188 87.625 Length 440, alignments in bytes 7/ 5: 570.219 42.6094 59.0156 89.4844 Length 444, alignments in bytes 0/ 4: 577.984 42.7656 61.375 91.4062 Length 444, alignments in bytes 4/ 0: 575.062 44.0781 60.2812 90.3281 Length 444, alignments in bytes 4/ 4: 579.094 43.6562 49.2969 64.9062 Length 444, alignments in bytes 2/ 2: 575.531 42.6875 47.5156 62.3906 Length 444, alignments in bytes 2/ 6: 576.672 43.3281 60.6562 90.7656 Length 444, alignments in bytes 6/ 2: 576.906 42.9375 60.0312 89.8281 Length 444, alignments in bytes 1/ 7: 574.344 43.9688 61.6562 89.7344 Length 444, alignments in bytes 7/ 1: 573.156 44.0469 60.5312 89.875 Length 444, alignments in bytes 3/ 4: 893.578 44.4844 61.4219 91.125 Length 444, alignments in bytes 4/ 3: 575.578 43.9844 60.5469 88.4219 Length 444, alignments in bytes 5/ 7: 574.172 43.9062 62.625 91.1719 Length 444, alignments in bytes 7/ 5: 578.156 43.8438 61.1875 91.125 Length 448, alignments in bytes 0/ 4: 580.5 44.4531 61.4062 91.4219 Length 448, alignments in bytes 4/ 0: 581.688 42.8906 61.7812 91.3281 Length 448, alignments in bytes 4/ 4: 581.047 42.9531 48.9219 64.0156 Length 448, alignments in bytes 2/ 2: 581.547 43.2031 48.3125 63.9219 Length 448, alignments in bytes 2/ 6: 581.172 43.7969 61.0625 91.125 Length 448, alignments in bytes 6/ 2: 581.453 42.5625 61.3281 90.9062 Length 448, alignments in bytes 1/ 7: 581.625 43.5938 62.9219 89.4062 Length 448, alignments in bytes 7/ 1: 579.5 41.5469 62.0469 91.4531 Length 448, alignments in bytes 3/ 4: 581.172 44.8594 61.5312 91.4375 Length 448, alignments in bytes 4/ 3: 581.453 42.9375 61.6875 91.0625 Length 448, alignments in bytes 5/ 7: 582.844 43.3125 62.7344 88.9062 Length 448, alignments in bytes 7/ 5: 579.469 41.4688 60.75 90.7188 Length 452, alignments in bytes 0/ 4: 585.812 43.8281 61.6719 93.4062 Length 452, alignments in bytes 4/ 0: 585.906 43.9219 60.875 90.5781 Length 452, alignments in bytes 4/ 4: 585.297 43.875 48.5156 66.1562 Length 452, alignments in bytes 2/ 2: 584.547 42.9219 47.9219 63.5469 Length 452, alignments in bytes 2/ 6: 587.188 43.3281 61.0625 92.3594 Length 452, alignments in bytes 6/ 2: 585.547 43.1562 60.7656 90.5156 Length 452, alignments in bytes 1/ 7: 584.625 43.2969 62.5 91.4844 Length 452, alignments in bytes 7/ 1: 587.016 44.0781 61.3281 90.9375 Length 452, alignments in bytes 3/ 4: 583.797 42.6094 62 92.9844 Length 452, alignments in bytes 4/ 3: 584.969 43.8906 61.6562 89.5156 Length 452, alignments in bytes 5/ 7: 587.438 43.8906 61.7344 91.7969 Length 452, alignments in bytes 7/ 5: 587.297 43.9844 60.6875 91.9688 Length 456, alignments in bytes 0/ 4: 589.5 44.9062 61.0469 92.1875 Length 456, alignments in bytes 4/ 0: 591.016 42.8906 61.1406 92.8125 Length 456, alignments in bytes 4/ 4: 590.016 42.9688 48.4375 65.6875 Length 456, alignments in bytes 2/ 2: 592.062 43.0781 47.9844 65.5312 Length 456, alignments in bytes 2/ 6: 590.156 43.875 60.4375 90.8281 Length 456, alignments in bytes 6/ 2: 590.938 42.6562 60.5938 91.0938 Length 456, alignments in bytes 1/ 7: 592.469 43.7969 61.5156 90.4688 Length 456, alignments in bytes 7/ 1: 590.453 43.9062 61.1094 92.25 Length 456, alignments in bytes 3/ 4: 590.031 44.9375 61.4375 91.75 Length 456, alignments in bytes 4/ 3: 590.938 43.1562 61.2656 92.2031 Length 456, alignments in bytes 5/ 7: 592.094 43.7812 60.9062 90.0781 Length 456, alignments in bytes 7/ 5: 593.859 43.9062 60.0312 91.2188 Length 460, alignments in bytes 0/ 4: 622.953 43.8594 63.0312 93.4375 Length 460, alignments in bytes 4/ 0: 595.406 45.0938 61.625 92.8438 Length 460, alignments in bytes 4/ 4: 595.594 44.6562 50.9062 67.0156 Length 460, alignments in bytes 2/ 2: 597.859 43.5781 47.9219 64.7031 Length 460, alignments in bytes 2/ 6: 593.984 44.2344 62.375 92.5938 Length 460, alignments in bytes 6/ 2: 597.875 44.1406 61.2812 91.9844 Length 460, alignments in bytes 1/ 7: 594.875 44.0938 63.0625 92.3281 Length 460, alignments in bytes 7/ 1: 595.688 45.0156 61.9062 92.2969 Length 460, alignments in bytes 3/ 4: 597.359 45.2656 62.9688 93.5312 Length 460, alignments in bytes 4/ 3: 595.172 44.7812 61.6562 91.3438 Length 460, alignments in bytes 5/ 7: 597.422 45.2969 63.6875 94.0469 Length 460, alignments in bytes 7/ 5: 597.109 44.7812 62.9219 93.8281 Length 464, alignments in bytes 0/ 4: 599.797 45.7031 63.0938 93.6875 Length 464, alignments in bytes 4/ 0: 598.125 44.0625 62.5469 94.0156 Length 464, alignments in bytes 4/ 4: 600.922 44.1094 50.4688 66.5 Length 464, alignments in bytes 2/ 2: 601.297 44.1562 48.875 65.8438 Length 464, alignments in bytes 2/ 6: 601.797 44.6719 62.7812 93.0312 Length 464, alignments in bytes 6/ 2: 600.484 43.7656 62.4688 93.2031 Length 464, alignments in bytes 1/ 7: 601.484 44.9062 64.0312 91.5469 Length 464, alignments in bytes 7/ 1: 602.859 42.5 63.4844 93.3906 Length 464, alignments in bytes 3/ 4: 602.906 45.8281 62.7656 93.5156 Length 464, alignments in bytes 4/ 3: 600.562 43.9062 63.3281 93.7812 Length 464, alignments in bytes 5/ 7: 599.047 44.7812 64.1719 91.5312 Length 464, alignments in bytes 7/ 5: 600.906 42.625 62.7031 92.7969 Length 468, alignments in bytes 0/ 4: 608.922 44.7656 63.6562 95.5938 Length 468, alignments in bytes 4/ 0: 606.922 45.25 61.8125 92.9375 Length 468, alignments in bytes 4/ 4: 603.422 44.9531 49.6406 67.3281 Length 468, alignments in bytes 2/ 2: 606.266 43.5938 48.7656 65.3906 Length 468, alignments in bytes 2/ 6: 605.094 44.0469 62.75 93.6094 Length 468, alignments in bytes 6/ 2: 632.75 44.1562 62.0625 93 Length 468, alignments in bytes 1/ 7: 606.125 44.2812 63.875 94.1719 Length 468, alignments in bytes 7/ 1: 604.609 45.25 62.6406 93.1406 Length 468, alignments in bytes 3/ 4: 607.984 43.5 63.3906 95.2344 Length 468, alignments in bytes 4/ 3: 912.578 45 63.4219 92.1875 Length 468, alignments in bytes 5/ 7: 606.906 44.8594 63.4219 94.2969 Length 468, alignments in bytes 7/ 5: 608.109 44.8438 62.0156 94.3438 Length 472, alignments in bytes 0/ 4: 612.734 45.7031 62.9531 94.7188 Length 472, alignments in bytes 4/ 0: 610.25 43.9688 62.0781 94.4844 Length 472, alignments in bytes 4/ 4: 610.875 44.0469 49.2188 66.2344 Length 472, alignments in bytes 2/ 2: 612.141 44.0625 49.0312 65.9375 Length 472, alignments in bytes 2/ 6: 612.844 44.8125 62.2188 93.5625 Length 472, alignments in bytes 6/ 2: 610.406 43.8594 62.0156 93.5938 Length 472, alignments in bytes 1/ 7: 613.766 44.875 62.1562 93.0312 Length 472, alignments in bytes 7/ 1: 611.078 44.8594 62.9219 94.1094 Length 472, alignments in bytes 3/ 4: 614.047 45.8281 62.9375 94.1094 Length 472, alignments in bytes 4/ 3: 611.766 44.1094 62.8125 94.5312 Length 472, alignments in bytes 5/ 7: 613.578 44.5469 62 92.9219 Length 472, alignments in bytes 7/ 5: 612.25 44.8438 61.7344 94.1562 Length 476, alignments in bytes 0/ 4: 617.641 44.8594 64.2656 96.6406 Length 476, alignments in bytes 4/ 0: 618.062 46.0312 62.5156 95.2969 Length 476, alignments in bytes 4/ 4: 619.016 45.4375 50.6719 68.25 Length 476, alignments in bytes 2/ 2: 617.625 44.2812 48.9844 65.3594 Length 476, alignments in bytes 2/ 6: 618.109 45.2344 63.8438 95.0938 Length 476, alignments in bytes 6/ 2: 618.125 45.3281 62.8125 94.1406 Length 476, alignments in bytes 1/ 7: 618.281 45.5 64.25 95.4219 Length 476, alignments in bytes 7/ 1: 618.375 45.875 63.3438 94.4219 Length 476, alignments in bytes 3/ 4: 617.156 47.4219 64.1875 95.9375 Length 476, alignments in bytes 4/ 3: 616.312 45.9531 91.2188 94.1094 Length 476, alignments in bytes 5/ 7: 617.656 46.125 65.2188 96.7188 Length 476, alignments in bytes 7/ 5: 618.625 45.9375 64 96.2812 Length 480, alignments in bytes 0/ 4: 621.953 46.7656 64.3594 96.4219 Length 480, alignments in bytes 4/ 0: 622.344 45.0625 64.5156 95.5938 Length 480, alignments in bytes 4/ 4: 622.969 45.1875 50.0938 67.4219 Length 480, alignments in bytes 2/ 2: 624.594 45.3438 49.5 67.375 Length 480, alignments in bytes 2/ 6: 619.953 45.8594 63.75 95.1719 Length 480, alignments in bytes 6/ 2: 623.219 44.8281 64.0625 95.5469 Length 480, alignments in bytes 1/ 7: 623.672 45.9219 65.5156 94.6406 Length 480, alignments in bytes 7/ 1: 623.781 43.4844 64.8125 95.6406 Length 480, alignments in bytes 3/ 4: 622.359 46.875 64.1406 95.9531 Length 480, alignments in bytes 4/ 3: 620.828 45.2031 64.4219 96.375 Length 480, alignments in bytes 5/ 7: 624.656 45.4688 65.3906 94.3906 Length 480, alignments in bytes 7/ 5: 623.312 43.7031 63.4844 95.5625 Length 484, alignments in bytes 0/ 4: 625.641 45.9531 64.4688 97.9844 Length 484, alignments in bytes 4/ 0: 627.656 46.0156 63.5625 95 Length 484, alignments in bytes 4/ 4: 628.219 46.1406 50.3906 69.75 Length 484, alignments in bytes 2/ 2: 625.234 44.6875 49.7812 66.6094 Length 484, alignments in bytes 2/ 6: 629.953 45.2344 64.1094 96.875 Length 484, alignments in bytes 6/ 2: 629.734 45.1562 63.5156 94.8594 Length 484, alignments in bytes 1/ 7: 629.297 45.3281 65.1719 96.6875 Length 484, alignments in bytes 7/ 1: 626.531 46.1719 63.9844 95.6406 Length 484, alignments in bytes 3/ 4: 625.516 44.4219 64.4844 97.625 Length 484, alignments in bytes 4/ 3: 629.203 45.9531 64.1406 94.6562 Length 484, alignments in bytes 5/ 7: 625.844 46 64.4844 96.7188 Length 484, alignments in bytes 7/ 5: 628.594 45.9375 63.1094 96.7188 Length 488, alignments in bytes 0/ 4: 632.906 46.7344 64.2344 96.5312 Length 488, alignments in bytes 4/ 0: 633.562 45.2031 63.4219 97.1719 Length 488, alignments in bytes 4/ 4: 635.391 45.1406 49.9531 68.5312 Length 488, alignments in bytes 2/ 2: 634.766 45.4375 49.7656 68.375 Length 488, alignments in bytes 2/ 6: 633.875 45.6875 63.3281 95.3594 Length 488, alignments in bytes 6/ 2: 631.562 45.0781 63.0781 96.0156 Length 488, alignments in bytes 1/ 7: 631.844 45.8594 63.7656 95.6406 Length 488, alignments in bytes 7/ 1: 629.609 45.8281 64.3125 96.8906 Length 488, alignments in bytes 3/ 4: 632.312 46.75 64 95.9844 Length 488, alignments in bytes 4/ 3: 631.516 45.2969 63.7031 97.3906 Length 488, alignments in bytes 5/ 7: 632.875 45.5 63.9531 95.1562 Length 488, alignments in bytes 7/ 5: 631.797 45.9375 62.7969 95.4531 Length 492, alignments in bytes 0/ 4: 636.234 46.0625 65.5156 98.1562 Length 492, alignments in bytes 4/ 0: 637.453 47 64.3281 98.1406 Length 492, alignments in bytes 4/ 4: 638.797 46.6094 52.1719 69.8594 Length 492, alignments in bytes 2/ 2: 636.188 45.7656 49.9219 68.0312 Length 492, alignments in bytes 2/ 6: 636.531 46.2344 65.0938 97.5312 Length 492, alignments in bytes 6/ 2: 640.703 46.2812 64.1719 96.625 Length 492, alignments in bytes 1/ 7: 638.328 46.4219 65.9688 97.5312 Length 492, alignments in bytes 7/ 1: 638.344 47.0156 64.7344 96.9062 Length 492, alignments in bytes 3/ 4: 638.734 47.0938 65.7812 98.6562 Length 492, alignments in bytes 4/ 3: 626.938 46.2031 63.1719 94.0469 Length 492, alignments in bytes 5/ 7: 622 45.4375 64.1094 96.5 Length 492, alignments in bytes 7/ 5: 618.656 44.5156 62.4375 93.1875 Length 496, alignments in bytes 0/ 4: 613.766 45.625 62.7188 93.4219 Length 496, alignments in bytes 4/ 0: 603.594 43.2969 61.2969 92.4844 Length 496, alignments in bytes 4/ 4: 595.391 42.4688 47.4688 63.9062 Length 496, alignments in bytes 2/ 2: 594.516 42.75 46.6094 63.7344 Length 496, alignments in bytes 2/ 6: 599.125 43.1875 60.7969 90.5625 Length 496, alignments in bytes 6/ 2: 593.625 42.3125 60.2344 90.9844 Length 496, alignments in bytes 1/ 7: 594.328 43.4219 61.5625 89.8281 Length 496, alignments in bytes 7/ 1: 595.375 41.0781 60.9062 90.2656 Length 496, alignments in bytes 3/ 4: 595.438 44.2969 60.9375 91.2656 Length 496, alignments in bytes 4/ 3: 597.172 42.8125 60.7656 91.5938 Length 496, alignments in bytes 5/ 7: 596.75 43.4531 61.5625 90.4062 Length 496, alignments in bytes 7/ 5: 596.859 41.3906 60.2188 90.7031 Length 500, alignments in bytes 0/ 4: 601.359 43.4375 60.9062 92.7031 Length 500, alignments in bytes 4/ 0: 596.719 43.6875 59.7812 90.2188 Length 500, alignments in bytes 4/ 4: 599.703 43.6094 46.7969 65.1094 Length 500, alignments in bytes 2/ 2: 599.453 42.3438 46.9531 63.4375 Length 500, alignments in bytes 2/ 6: 600.281 43.0156 60.6562 91.4062 Length 500, alignments in bytes 6/ 2: 601.203 42.875 60.0781 89.5938 Length 500, alignments in bytes 1/ 7: 601.656 42.9531 61.5625 91.7031 Length 500, alignments in bytes 7/ 1: 600.391 43.9062 60.3906 91.1719 Length 500, alignments in bytes 3/ 4: 600.438 42.2656 61.1406 93.0938 Length 500, alignments in bytes 4/ 3: 599.422 43.5312 61.0469 89.7656 Length 500, alignments in bytes 5/ 7: 600.219 43.6719 60.9688 92.1406 Length 500, alignments in bytes 7/ 5: 598.719 43.7188 59.7656 91.25 Length 504, alignments in bytes 0/ 4: 606.25 44.1094 60.5938 92.2031 Length 504, alignments in bytes 4/ 0: 606.688 42.7812 60.0156 92.6875 Length 504, alignments in bytes 4/ 4: 604.734 42.9531 47 64.2031 Length 504, alignments in bytes 2/ 2: 605.344 42.9844 47.2031 63.7031 Length 504, alignments in bytes 2/ 6: 605.828 43.4844 60.1406 91.6094 Length 504, alignments in bytes 6/ 2: 606.062 42.3438 59.9688 90.9062 Length 504, alignments in bytes 1/ 7: 605.5 43.3281 60.1719 90.1406 Length 504, alignments in bytes 7/ 1: 605 43.5469 60.4688 90.8281 Length 504, alignments in bytes 3/ 4: 604.844 44.4375 60.4688 91.5938 Length 504, alignments in bytes 4/ 3: 604.906 42.9375 60.3125 92.2812 Length 504, alignments in bytes 5/ 7: 606.125 42.9688 59.9844 90.3594 Length 504, alignments in bytes 7/ 5: 603.391 66.7812 59.5469 91.3906 Length 508, alignments in bytes 0/ 4: 613.156 43.5625 61.4844 94.2969 Length 508, alignments in bytes 4/ 0: 611.484 44.5469 60.5469 92.9531 Length 508, alignments in bytes 4/ 4: 608.219 44.4375 47.7812 66.5625 Length 508, alignments in bytes 2/ 2: 609.094 43.9219 47.0938 63.0938 Length 508, alignments in bytes 2/ 6: 608.719 43.9531 61.3594 91.8594 Length 508, alignments in bytes 6/ 2: 610.141 43.8125 60.3594 91.5938 Length 508, alignments in bytes 1/ 7: 608.719 43.7656 61.5156 92.75 Length 508, alignments in bytes 7/ 1: 609.5 44.7812 60.7812 92.0938 Length 508, alignments in bytes 3/ 4: 610.266 45.4219 61.6094 94.2188 Length 508, alignments in bytes 4/ 3: 608.875 44.3438 60.6875 90.25 Length 508, alignments in bytes 5/ 7: 607.781 44.5156 62.6562 92.8281 Length 508, alignments in bytes 7/ 5: 610.359 44.4375 61.5625 94.0781 Length 512, alignments in bytes 0/ 4: 614.484 45.0469 62 93.0156 Length 512, alignments in bytes 4/ 0: 614.656 43.7031 61.75 93.1875 Length 512, alignments in bytes 4/ 4: 614.375 43.7656 47.5156 65.5156 Length 512, alignments in bytes 2/ 2: 616.344 43.8281 47.6406 65.2188 Length 512, alignments in bytes 2/ 6: 615.422 44.125 61.5938 93.5 Length 512, alignments in bytes 6/ 2: 616.297 43.2656 61.3906 93.1406 Length 512, alignments in bytes 1/ 7: 614.828 44.6875 63.2812 92.7031 Length 512, alignments in bytes 7/ 1: 615.859 42.3125 61.9844 93.7188 Length 512, alignments in bytes 3/ 4: 613.719 45.2656 61.9531 93.7188 Length 512, alignments in bytes 4/ 3: 614.172 43.75 61.9219 93.1406 Length 512, alignments in bytes 5/ 7: 615.516 43.9844 63.0625 92.3125 Length 512, alignments in bytes 7/ 5: 615.5 42.1562 61.5781 92.8906 simple_strcpy __strcpy_power8 __strcpy_power7 __strcpy_ppc Length 0, alignments in bytes 0/ 0: 5.17188 7.42188 9.3125 15.7344 Length 0, alignments in bytes 0/ 0: 4.84375 7.1875 9.32812 15.5 Length 0, alignments in bytes 0/ 0: 4.82812 6.90625 9.35938 15.5156 Length 0, alignments in bytes 0/ 0: 4.96875 7.14062 9.42188 15.4844 Length 1, alignments in bytes 0/ 0: 5.0625 7.15625 10.5781 15.1562 Length 1, alignments in bytes 0/ 0: 5.23438 6.07812 10.6094 15.1719 Length 1, alignments in bytes 0/ 1: 4.82812 6.17188 11.6562 10.2812 Length 1, alignments in bytes 1/ 0: 4.73438 6.34375 11.5 10.2031 Length 2, alignments in bytes 0/ 0: 4.54688 6.375 9.85938 17.1719 Length 2, alignments in bytes 0/ 0: 4.57812 6.14062 9.76562 17.0312 Length 2, alignments in bytes 0/ 2: 4.1875 6.17188 11.7812 10.8125 Length 2, alignments in bytes 2/ 0: 4.34375 6.10938 11.7969 10.5469 Length 3, alignments in bytes 0/ 0: 5.64062 7.23438 10.3125 17.2188 Length 3, alignments in bytes 0/ 0: 5.5 7.09375 10.2656 17.1094 Length 3, alignments in bytes 0/ 3: 5.29688 6.95312 12.3906 11.7656 Length 3, alignments in bytes 3/ 0: 4.79688 6.75 11.6719 11.6719 Length 4, alignments in bytes 0/ 0: 12.6562 6.51562 10.6562 16.5312 Length 4, alignments in bytes 0/ 0: 12.625 6.28125 10.5625 16.4375 Length 4, alignments in bytes 0/ 4: 12.4219 6.32812 12.375 16.1719 Length 4, alignments in bytes 4/ 0: 12.5312 6.17188 13.7969 16.0469 Length 5, alignments in bytes 0/ 0: 7.29688 6.0625 11.7969 16.3281 Length 5, alignments in bytes 0/ 0: 7.01562 5.82812 11.7344 16.3125 Length 5, alignments in bytes 0/ 5: 6.71875 6.07812 13.0781 13.25 Length 5, alignments in bytes 5/ 0: 6.75 5.90625 16.1094 12.9375 Length 6, alignments in bytes 0/ 0: 9.0625 5.96875 12.0938 17.0781 Length 6, alignments in bytes 0/ 0: 7.375 5.92188 11.9688 17.0469 Length 6, alignments in bytes 0/ 6: 7.17188 6.01562 12.8594 14.0625 Length 6, alignments in bytes 6/ 0: 7.5 5.89062 16.0938 13.8438 Length 7, alignments in bytes 0/ 0: 8.26562 5.01562 6.25 11.8281 Length 7, alignments in bytes 0/ 0: 8.14062 4.67188 6.1875 11.8906 Length 7, alignments in bytes 0/ 7: 8 4.67188 7.92188 15.4062 Length 7, alignments in bytes 7/ 0: 7.84375 4.875 15.5781 14.9531 Length 8, alignments in bytes 0/ 0: 9.4375 7.29688 10.6875 15.3281 Length 8, alignments in bytes 0/ 0: 8.71875 6.75 10.375 15.25 Length 8, alignments in bytes 0/ 0: 8.60938 6.34375 10.4062 15.2188 Length 8, alignments in bytes 0/ 0: 8.75 6.57812 10.3281 15.1562 Length 9, alignments in bytes 0/ 0: 10.2812 6.29688 11.0156 15.4688 Length 9, alignments in bytes 0/ 0: 9.64062 6.04688 11.0469 15.5469 Length 9, alignments in bytes 0/ 1: 9.39062 5.82812 16 16.375 Length 9, alignments in bytes 1/ 0: 9.39062 5.98438 16.3594 15.9688 Length 10, alignments in bytes 0/ 0: 10.9688 6.21875 10.875 15.7812 Length 10, alignments in bytes 0/ 0: 10.3125 6.07812 10.7656 15.7031 Length 10, alignments in bytes 0/ 2: 10.0625 6.07812 16.4844 17.1406 Length 10, alignments in bytes 2/ 0: 10.1562 6.01562 16.2344 16.7344 Length 11, alignments in bytes 0/ 0: 22.9062 6.76562 11.875 15.9375 Length 11, alignments in bytes 0/ 0: 21.25 6.76562 11.7969 16 Length 11, alignments in bytes 0/ 3: 21.3594 6.45312 16.2344 17.9844 Length 11, alignments in bytes 3/ 0: 22.8594 6.57812 15.9688 17.6719 Length 12, alignments in bytes 0/ 0: 24.0781 6.15625 11.4531 16.1875 Length 12, alignments in bytes 0/ 0: 24.1719 5.98438 11.3125 16.1875 Length 12, alignments in bytes 0/ 4: 24.5938 6.14062 15.125 18.5312 Length 12, alignments in bytes 4/ 0: 24.5312 5.95312 14.8281 18.1719 Length 13, alignments in bytes 0/ 0: 25.2656 6.20312 12.5781 16.5469 Length 13, alignments in bytes 0/ 0: 25.4531 5.90625 12.3125 16.5781 Length 13, alignments in bytes 0/ 5: 25.625 5.9375 18.4062 19.25 Length 13, alignments in bytes 5/ 0: 25.2031 5.875 17.5156 19.0938 Length 14, alignments in bytes 0/ 0: 13.8438 5.98438 12.0938 17.1875 Length 14, alignments in bytes 0/ 0: 13.2188 6.0625 12.1406 16.9062 Length 14, alignments in bytes 0/ 6: 13.25 5.8125 18.2031 19.6562 Length 14, alignments in bytes 6/ 0: 13.0781 5.73438 17.8906 19.7812 Length 15, alignments in bytes 0/ 0: 14.4062 7.17188 7.04688 13.2656 Length 15, alignments in bytes 0/ 0: 14.3281 6.70312 7.14062 13.0469 Length 15, alignments in bytes 0/ 7: 14.0781 6.3125 12.5781 20.75 Length 15, alignments in bytes 7/ 0: 13.9688 6.45312 17.2656 20.4844 Length 16, alignments in bytes 0/ 0: 15.3906 9.89062 16.5938 16.6875 Length 16, alignments in bytes 7/ 2: 14.8438 7.51562 13.6719 21.2969 Length 32, alignments in bytes 0/ 0: 34.6719 11.0938 14.2344 18.7031 Length 32, alignments in bytes 6/ 4: 34.4375 10.125 22.9062 31.1094 Length 64, alignments in bytes 0/ 0: 58.6875 13.5781 17.7188 21.8281 Length 64, alignments in bytes 5/ 6: 58.8906 12.9062 32.0469 50.1406 Length 128, alignments in bytes 0/ 0: 107.016 18.3281 23.3438 27.5625 Length 128, alignments in bytes 4/ 0: 107.203 15.75 37.2188 39.9062 Length 256, alignments in bytes 0/ 0: 204.375 32.25 37.2969 39.1562 Length 256, alignments in bytes 3/ 2: 204.719 31.7031 63.9219 196.547 Length 512, alignments in bytes 0/ 0: 402.641 47.9531 60.1562 63.8594 Length 512, alignments in bytes 2/ 4: 402.547 47.9062 97.0312 389.703 Length 1024, alignments in bytes 0/ 0: 792.766 80.0781 109.766 115.781 Length 1024, alignments in bytes 1/ 6: 947.766 79.8594 171.234 772.891 Length 16, alignments in bytes 1/ 2: 15.3438 8.71875 17.2656 21.2656 Length 16, alignments in bytes 2/ 1: 14.8906 8.5625 22.2188 21.1875 Length 16, alignments in bytes 1/ 1: 15.0312 8.90625 19.0938 21 Length 16, alignments in bytes 1/ 1: 14.8438 8.875 18.5781 21.0938 Length 32, alignments in bytes 2/ 4: 34.8594 10.1875 19.3594 31.0312 Length 32, alignments in bytes 4/ 2: 34.5625 10.1562 23.5156 31.2188 Length 32, alignments in bytes 2/ 2: 34.4375 10.5 20.4531 30.5625 Length 32, alignments in bytes 2/ 2: 34.1406 9.98438 19.5469 30.625 Length 64, alignments in bytes 3/ 6: 58.75 13.9219 32.4219 50.9688 Length 64, alignments in bytes 6/ 3: 58.7188 11.6719 27.3594 50.6094 Length 64, alignments in bytes 3/ 3: 58.8281 12.5469 22.6562 51.2656 Length 64, alignments in bytes 3/ 3: 58.8906 12.0469 22.0156 50.6875 Length 128, alignments in bytes 4/ 0: 106.656 17 37.2344 39.8906 Length 128, alignments in bytes 0/ 4: 106.984 18.0938 37.0312 39.4531 Length 128, alignments in bytes 4/ 4: 106.875 16.9062 27.9375 39.7188 Length 128, alignments in bytes 4/ 4: 107.078 16.7969 26.8438 39.4531 Length 256, alignments in bytes 5/ 2: 204 30.9375 61.7812 196.531 Length 256, alignments in bytes 2/ 5: 204.141 31.75 62.375 196.766 Length 256, alignments in bytes 5/ 5: 203.844 30.25 41.7344 196.734 Length 256, alignments in bytes 5/ 5: 203.297 30.2969 41.4062 196.906 Length 512, alignments in bytes 6/ 4: 400.266 46.9844 99.9531 388.594 Length 512, alignments in bytes 4/ 6: 403.094 48.1719 98.7344 389.344 Length 512, alignments in bytes 6/ 6: 400.078 46.875 63.8906 388.203 Length 512, alignments in bytes 6/ 6: 400.297 46.7188 63.2031 390.031 Length 1024, alignments in bytes 7/ 6: 792.656 77.7344 166.969 771.938 Length 1024, alignments in bytes 6/ 7: 788.734 79.125 171.281 770.938 Length 1024, alignments in bytes 7/ 7: 794.594 77.6094 108 771.812 Length 1024, alignments in bytes 7/ 7: 789.438 77.5781 107.406 772.969 Length 16, alignments in bytes 0/ 4: 15.2344 9.375 15.2969 19.2812 Length 16, alignments in bytes 4/ 0: 14.8906 9.32812 16.3281 19.1719 Length 16, alignments in bytes 4/ 4: 14.9219 8.96875 17.1875 19.0781 Length 16, alignments in bytes 2/ 2: 14.9219 8.54688 18.2812 21.2969 Length 16, alignments in bytes 2/ 6: 14.8594 8.76562 19.0312 21.4844 Length 16, alignments in bytes 6/ 2: 14.9062 8.89062 17.7031 21.0156 Length 16, alignments in bytes 1/ 7: 15.0625 8.39062 17.8906 21.1875 Length 16, alignments in bytes 7/ 1: 14.9219 7.01562 14.4219 20.9688 Length 16, alignments in bytes 3/ 4: 14.9844 9.76562 17 20.5938 Length 16, alignments in bytes 4/ 3: 14.8281 8.65625 21.3906 20.9062 Length 16, alignments in bytes 5/ 7: 15.0469 7.98438 19.25 21.0938 Length 16, alignments in bytes 7/ 5: 14.7656 6.96875 14.5938 21.1562 Length 20, alignments in bytes 0/ 4: 25.2188 8.84375 16.4531 19.7969 Length 20, alignments in bytes 4/ 0: 25.4844 10.6406 15.7812 19.7031 Length 20, alignments in bytes 4/ 4: 25.0938 9.15625 17.6094 19.7344 Length 20, alignments in bytes 2/ 2: 24.9531 8.32812 19.7656 23.7188 Length 20, alignments in bytes 2/ 6: 24.9219 8.21875 19.9844 23.9375 Length 20, alignments in bytes 6/ 2: 24.9375 9.53125 18.0625 23.6094 Length 20, alignments in bytes 1/ 7: 25.375 8.17188 19.9688 24.0781 Length 20, alignments in bytes 7/ 1: 25.2656 9.96875 19.0469 23.7656 Length 20, alignments in bytes 3/ 4: 29.3281 7.20312 12.1875 24.0469 Length 20, alignments in bytes 4/ 3: 25.0312 9.20312 20.375 23.6406 Length 20, alignments in bytes 5/ 7: 24.9531 8.59375 18.3438 23.375 Length 20, alignments in bytes 7/ 5: 25.0625 9.32812 19.3438 23.8906 Length 24, alignments in bytes 0/ 4: 28.2031 9.3125 16.375 21.2344 Length 24, alignments in bytes 4/ 0: 28.0625 8.73438 17.4688 21.0312 Length 24, alignments in bytes 4/ 4: 28 8.64062 18.9688 20.9844 Length 24, alignments in bytes 2/ 2: 28.125 8.6875 20 26.0625 Length 24, alignments in bytes 2/ 6: 28.2969 8.92188 20.0625 26.4844 Length 24, alignments in bytes 6/ 2: 28.1094 8.64062 19.375 26.375 Length 24, alignments in bytes 1/ 7: 28.1094 8.73438 18.7188 26.2344 Length 24, alignments in bytes 7/ 1: 28.2031 9.90625 15.8125 25.8281 Length 24, alignments in bytes 3/ 4: 28.3125 9.48438 17.5469 25.8906 Length 24, alignments in bytes 4/ 3: 28.1875 8.78125 22.1094 26.4688 Length 24, alignments in bytes 5/ 7: 28.3438 8.15625 19.9219 26.1562 Length 24, alignments in bytes 7/ 5: 28.0156 9.46875 15.0625 25.9688 Length 28, alignments in bytes 0/ 4: 31.1562 8.5625 17.8125 21.2188 Length 28, alignments in bytes 4/ 0: 31.0312 11.3281 17.4375 21.0469 Length 28, alignments in bytes 4/ 4: 31.0469 10.7812 18.3438 21.1875 Length 28, alignments in bytes 2/ 2: 31.0469 8.54688 20.5312 28.7031 Length 28, alignments in bytes 2/ 6: 31.2344 8.34375 20.8125 28.375 Length 28, alignments in bytes 6/ 2: 31.0781 9.90625 18.9688 28.9844 Length 28, alignments in bytes 1/ 7: 31.5312 8.4375 19.9688 28.3125 Length 28, alignments in bytes 7/ 1: 31.2344 10.7969 20.0312 28.6719 Length 28, alignments in bytes 3/ 4: 31.2656 9.76562 12.5625 28.4531 Length 28, alignments in bytes 4/ 3: 31.3281 10.8281 21.1094 28.5625 Length 28, alignments in bytes 5/ 7: 31.125 10.1406 19.25 28.2344 Length 28, alignments in bytes 7/ 5: 31.4219 11.5625 20.5469 28.5156 Length 32, alignments in bytes 0/ 4: 34.375 11.75 17.2812 22.8438 Length 32, alignments in bytes 4/ 0: 34.4688 10.0938 18.9375 22.5781 Length 32, alignments in bytes 4/ 4: 34.2812 10.4219 19.875 22.4531 Length 32, alignments in bytes 2/ 2: 34.375 10.0312 20.1406 30.6875 Length 32, alignments in bytes 2/ 6: 34.4062 9.95312 20.3125 31.1094 Length 32, alignments in bytes 6/ 2: 34.6094 9.78125 20.2344 30.6719 Length 32, alignments in bytes 1/ 7: 34.5156 10.0312 19.4062 30.7656 Length 32, alignments in bytes 7/ 1: 34.3438 8.65625 15.5312 30.8438 Length 32, alignments in bytes 3/ 4: 34.4219 11.0469 18.7969 30.7812 Length 32, alignments in bytes 4/ 3: 34.1875 9.46875 22.7031 30.875 Length 32, alignments in bytes 5/ 7: 34.75 9.6875 20.5938 31.125 Length 32, alignments in bytes 7/ 5: 34.375 8.15625 16.0625 30.7969 Length 36, alignments in bytes 0/ 4: 37.6562 9.96875 18.5 22.5469 Length 36, alignments in bytes 4/ 0: 37.375 11.75 18.2969 22.4531 Length 36, alignments in bytes 4/ 4: 37.5469 10.375 19.5781 22.3594 Length 36, alignments in bytes 2/ 2: 37.3906 10.3125 21.1562 33.0469 Length 36, alignments in bytes 2/ 6: 37.6406 9.60938 21.6719 32.9062 Length 36, alignments in bytes 6/ 2: 37.4688 10.3281 19.5938 33.2812 Length 36, alignments in bytes 1/ 7: 37.625 9.65625 21.2188 32.9844 Length 36, alignments in bytes 7/ 1: 37.6562 11.0625 20.7344 33.2031 Length 36, alignments in bytes 3/ 4: 37.6875 8.5 13.9062 32.8906 Length 36, alignments in bytes 4/ 3: 37.6719 10.9844 22.4688 33.2656 Length 36, alignments in bytes 5/ 7: 37.7188 10.0312 20.3594 32.9062 Length 36, alignments in bytes 7/ 5: 37.4375 10.3281 21.2812 33.1875 Length 40, alignments in bytes 0/ 4: 40.5156 10.7188 18.3906 24.0156 Length 40, alignments in bytes 4/ 0: 40.4375 9.75 19.5 24.0781 Length 40, alignments in bytes 4/ 4: 40.6719 9.92188 20.6875 23.9375 Length 40, alignments in bytes 2/ 2: 40.5469 10.0938 21.9688 35.1094 Length 40, alignments in bytes 2/ 6: 40.5781 9.71875 21.2344 35.3281 Length 40, alignments in bytes 6/ 2: 40.5312 9.89062 20.7031 35.5312 Length 40, alignments in bytes 1/ 7: 40.5312 9.76562 20.4062 35.4844 Length 40, alignments in bytes 7/ 1: 40.5625 10.4219 16.875 35.3281 Length 40, alignments in bytes 3/ 4: 40.7031 10.6094 19.9688 35.4844 Length 40, alignments in bytes 4/ 3: 40.5625 9.8125 23.6094 35.5156 Length 40, alignments in bytes 5/ 7: 40.9219 9.67188 21.4688 35.5625 Length 40, alignments in bytes 7/ 5: 40.5156 10.1875 17.0156 35.4219 Length 44, alignments in bytes 0/ 4: 43.9531 9.84375 19.5156 24.125 Length 44, alignments in bytes 4/ 0: 43.375 12.9844 19.25 24.25 Length 44, alignments in bytes 4/ 4: 43.9531 12.1094 20.4844 23.9688 Length 44, alignments in bytes 2/ 2: 43.5625 9.46875 22.6719 37.6094 Length 44, alignments in bytes 2/ 6: 43.9219 9.4375 22.75 37.6562 Length 44, alignments in bytes 6/ 2: 43.4531 12.6406 20.5625 37.6719 Length 44, alignments in bytes 1/ 7: 43.6094 9.21875 22.0625 38.2188 Length 44, alignments in bytes 7/ 1: 43.6094 12.3438 21.0781 37.4219 Length 44, alignments in bytes 3/ 4: 44.0312 10.2344 15.7812 37.4531 Length 44, alignments in bytes 4/ 3: 43.4688 11.2188 23.1562 37.6875 Length 44, alignments in bytes 5/ 7: 43.75 11.5312 21.2031 37.9219 Length 44, alignments in bytes 7/ 5: 43.5781 11.6875 22.4531 37.6406 Length 48, alignments in bytes 0/ 4: 46.4531 11.4062 19.5 25.6719 Length 48, alignments in bytes 4/ 0: 46.5469 10.8906 20.2656 25.2031 Length 48, alignments in bytes 4/ 4: 46.7031 11.2969 20.7812 25.5469 Length 48, alignments in bytes 2/ 2: 46.6562 11.625 22.0625 39.75 Length 48, alignments in bytes 2/ 6: 46.7344 11 22.3438 40.4531 Length 48, alignments in bytes 6/ 2: 46.7812 10.9219 21.4219 40.25 Length 48, alignments in bytes 1/ 7: 46.5781 10.9688 21.3281 40.1875 Length 48, alignments in bytes 7/ 1: 46.9844 9.20312 18.1406 40.3125 Length 48, alignments in bytes 3/ 4: 46.5 11.4688 20.6719 40.4062 Length 48, alignments in bytes 4/ 3: 105.469 10.3594 24.5156 40.0469 Length 48, alignments in bytes 5/ 7: 46.9844 10.75 22.2188 39.8594 Length 48, alignments in bytes 7/ 5: 46.7188 9.1875 18.6719 40 Length 52, alignments in bytes 0/ 4: 49.6719 10.7344 20.4062 25.3594 Length 52, alignments in bytes 4/ 0: 49.6719 12.2812 19.9531 25.5 Length 52, alignments in bytes 4/ 4: 49.9219 11.5469 21.4531 25.4688 Length 52, alignments in bytes 2/ 2: 49.6562 10.6562 22.5156 42.2188 Length 52, alignments in bytes 2/ 6: 49.625 10.4844 23.375 42.9688 Length 52, alignments in bytes 6/ 2: 49.8594 11.2812 21.3125 43.125 Length 52, alignments in bytes 1/ 7: 99.3906 10.9375 22.6406 43.0469 Length 52, alignments in bytes 7/ 1: 49.7812 12.0781 22.1875 42.1094 Length 52, alignments in bytes 3/ 4: 49.7969 9.29688 16.3438 42.9375 Length 52, alignments in bytes 4/ 3: 49.625 11.2188 24.2969 42.5469 Length 52, alignments in bytes 5/ 7: 49.7031 11.0156 22.5 42.8438 Length 52, alignments in bytes 7/ 5: 49.7031 11.25 22.9219 42.1406 Length 56, alignments in bytes 0/ 4: 52.6875 11.4688 20.2812 26.5938 Length 56, alignments in bytes 4/ 0: 52.7969 10.7656 20.8438 26.6094 Length 56, alignments in bytes 4/ 4: 52.9219 10.9062 21.6562 26.8125 Length 56, alignments in bytes 2/ 2: 52.9062 10.9219 23.8125 45.1406 Length 56, alignments in bytes 2/ 6: 53.0469 11.0938 23.1094 45.2656 Length 56, alignments in bytes 6/ 2: 52.4844 11.0156 22.4375 45.3281 Length 56, alignments in bytes 1/ 7: 52.9062 10.8281 22.1094 45.0781 Length 56, alignments in bytes 7/ 1: 52.8281 12.7656 19.0312 45.6719 Length 56, alignments in bytes 3/ 4: 52.6094 11.375 21.5469 44.875 Length 56, alignments in bytes 4/ 3: 52.7344 11.2344 25.4688 45.6562 Length 56, alignments in bytes 5/ 7: 53.0312 10.4688 23.5938 45.25 Length 56, alignments in bytes 7/ 5: 53.0625 11.9531 19.4375 45.125 Length 60, alignments in bytes 0/ 4: 55.9844 11.25 21.3594 26.75 Length 60, alignments in bytes 4/ 0: 55.7656 13.1719 21.2031 26.5781 Length 60, alignments in bytes 4/ 4: 55.7969 12.25 22.1094 26.7344 Length 60, alignments in bytes 2/ 2: 55.7656 10.8906 23.4062 48.0781 Length 60, alignments in bytes 2/ 6: 55.5625 10.0938 24.3281 48.2656 Length 60, alignments in bytes 6/ 2: 56.0625 13.0469 22.25 48.3125 Length 60, alignments in bytes 1/ 7: 56.125 10.2812 23.9531 48.5156 Length 60, alignments in bytes 7/ 1: 55.5938 13.1406 23.0625 48.125 Length 60, alignments in bytes 3/ 4: 56.1406 12.1719 18.2188 48.2969 Length 60, alignments in bytes 4/ 3: 55.5781 12.5781 25.0312 47.7969 Length 60, alignments in bytes 5/ 7: 56.125 11.7656 22.9531 48.1094 Length 60, alignments in bytes 7/ 5: 55.875 12.5312 24.1562 47.4375 Length 64, alignments in bytes 0/ 4: 58.9688 12.8594 21.4531 28.5156 Length 64, alignments in bytes 4/ 0: 58.8594 11.8594 22.1719 28.1562 Length 64, alignments in bytes 4/ 4: 58.8906 11.5 21.7188 28.0938 Length 64, alignments in bytes 2/ 2: 58.6719 11.6719 23.1094 50.8594 Length 64, alignments in bytes 2/ 6: 58.875 11.8125 30.4688 51.0625 Length 64, alignments in bytes 6/ 2: 58.8906 12.4531 23.4375 50.5 Length 64, alignments in bytes 1/ 7: 59.1719 11.4688 23.2812 51 Length 64, alignments in bytes 7/ 1: 59.1406 11.0781 20.7031 50.9219 Length 64, alignments in bytes 3/ 4: 58.5781 13.0469 22.6719 50.3125 Length 64, alignments in bytes 4/ 3: 58.75 11.6406 26.7812 51.0469 Length 64, alignments in bytes 5/ 7: 59.3281 11.6406 24.5469 50.8594 Length 64, alignments in bytes 7/ 5: 58.7969 10.4531 21.7969 50.8281 Length 68, alignments in bytes 0/ 4: 61.9375 12.2031 22.4844 28.2188 Length 68, alignments in bytes 4/ 0: 61.9219 13.3594 21.7031 28.0469 Length 68, alignments in bytes 4/ 4: 61.9531 12.6719 22.5156 27.8281 Length 68, alignments in bytes 2/ 2: 61.875 11.4531 23.7031 54.1719 Length 68, alignments in bytes 2/ 6: 62.0625 11.3594 32.0469 54.0938 Length 68, alignments in bytes 6/ 2: 61.6094 11.6406 23.7969 53.5781 Length 68, alignments in bytes 1/ 7: 61.8594 11.4531 24.9375 53.8438 Length 68, alignments in bytes 7/ 1: 62.1562 12.125 24.5 54.2812 Length 68, alignments in bytes 3/ 4: 61.7812 10.4531 19 53.7812 Length 68, alignments in bytes 4/ 3: 61.7969 12.1875 26.4375 54.0938 Length 68, alignments in bytes 5/ 7: 61.8906 11.6719 30.4688 54.3125 Length 68, alignments in bytes 7/ 5: 61.8438 12.0625 25.7656 53.7656 Length 72, alignments in bytes 0/ 4: 65.0781 12.9219 22.0312 29.8906 Length 72, alignments in bytes 4/ 0: 64.6875 11.8906 22.9375 29.4531 Length 72, alignments in bytes 4/ 4: 64.6562 11.5781 22.8438 29.5938 Length 72, alignments in bytes 2/ 2: 65.0781 11.5781 24.625 57.25 Length 72, alignments in bytes 2/ 6: 64.9219 11.6875 31.0469 57.0469 Length 72, alignments in bytes 6/ 2: 64.8281 12.0938 24.8906 56.9375 Length 72, alignments in bytes 1/ 7: 64.875 11.7188 30.3125 57.0781 Length 72, alignments in bytes 7/ 1: 65.0156 12.75 21.4531 57.3594 Length 72, alignments in bytes 3/ 4: 65.0469 12.1562 23.8594 57.0312 Length 72, alignments in bytes 4/ 3: 64.6875 11.5938 28.0469 56.9844 Length 72, alignments in bytes 5/ 7: 64.8438 11.1562 32.0938 56.8438 Length 72, alignments in bytes 7/ 5: 64.9375 12.4375 22.5938 146.938 Length 76, alignments in bytes 0/ 4: 67.625 11.7656 23.5938 29.9219 Length 76, alignments in bytes 4/ 0: 67.8594 16.6406 28.9688 29.6875 Length 76, alignments in bytes 4/ 4: 67.9062 14.2969 23.125 29.5625 Length 76, alignments in bytes 2/ 2: 67.4844 11.4219 25.0312 60.3281 Length 76, alignments in bytes 2/ 6: 67.875 10.8906 32.5625 60.25 Length 76, alignments in bytes 6/ 2: 67.7656 13.5625 24.2656 60.1562 Length 76, alignments in bytes 1/ 7: 67.8594 11.375 32.7656 60.2969 Length 76, alignments in bytes 7/ 1: 67.8281 14.5312 25.7188 59.8125 Length 76, alignments in bytes 3/ 4: 68.1406 12.5 21.5781 60.2344 Length 76, alignments in bytes 4/ 3: 67.9844 14.5 27.3594 60.2969 Length 76, alignments in bytes 5/ 7: 68 13.5156 31.2656 60.5469 Length 76, alignments in bytes 7/ 5: 67.875 14.0312 26.6562 59.9219 Length 80, alignments in bytes 0/ 4: 71.2031 14.375 23.3594 30.9688 Length 80, alignments in bytes 4/ 0: 70.6562 13.0312 30.1094 30.9219 Length 80, alignments in bytes 4/ 4: 70.8281 12.7344 23.8281 30.9062 Length 80, alignments in bytes 2/ 2: 70.875 13.7969 24.3125 63.5156 Length 80, alignments in bytes 2/ 6: 70.7031 12.8281 32.2656 63.0625 Length 80, alignments in bytes 6/ 2: 70.7656 13.2969 25.7812 63.75 Length 80, alignments in bytes 1/ 7: 71.0156 13 31.6719 62.9531 Length 80, alignments in bytes 7/ 1: 70.5 11.6875 25.1719 62.8281 Length 80, alignments in bytes 3/ 4: 70.9219 14.2344 24.9062 63.5938 Length 80, alignments in bytes 4/ 3: 70.9375 13.2656 29.1406 63.3125 Length 80, alignments in bytes 5/ 7: 70.8125 12.5312 32.9219 63.0625 Length 80, alignments in bytes 7/ 5: 70.7344 11.1406 23.3125 63.0938 Length 84, alignments in bytes 0/ 4: 73.6406 12.6562 24.5156 31.2031 Length 84, alignments in bytes 4/ 0: 74.0625 16.4062 29.7188 30.9375 Length 84, alignments in bytes 4/ 4: 74.1562 15.5156 23.7812 31 Length 84, alignments in bytes 2/ 2: 73.7188 12.6562 25.1094 66.0312 Length 84, alignments in bytes 2/ 6: 73.7656 12.2969 33.3438 66 Length 84, alignments in bytes 6/ 2: 73.7656 13.2969 25.7969 66.4375 Length 84, alignments in bytes 1/ 7: 74.0312 12.3906 33.4688 66.4375 Length 84, alignments in bytes 7/ 1: 73.75 14 26.7344 66.4062 Length 84, alignments in bytes 3/ 4: 74.0625 11.2812 21.9531 66.2031 Length 84, alignments in bytes 4/ 3: 73.8594 15.6562 34.5156 65.9531 Length 84, alignments in bytes 5/ 7: 73.8281 13.1562 32.25 65.75 Length 84, alignments in bytes 7/ 5: 74.0156 13.7969 28.0781 66.25 Length 88, alignments in bytes 0/ 4: 77.2969 15.7969 24.3281 32.7656 Length 88, alignments in bytes 4/ 0: 76.75 13.2812 31.1875 31.9219 Length 88, alignments in bytes 4/ 4: 76.7344 12.9531 24.4375 32.25 Length 88, alignments in bytes 2/ 2: 76.875 13.2031 26.25 69.6094 Length 88, alignments in bytes 2/ 6: 76.9062 12.5469 33.0938 69.8125 Length 88, alignments in bytes 6/ 2: 76.7031 13.4062 27.2969 69.2969 Length 88, alignments in bytes 1/ 7: 76.875 12.6094 32.5156 69.3281 Length 88, alignments in bytes 7/ 1: 76.5156 14.5 23.8438 69.1719 Length 88, alignments in bytes 3/ 4: 76.875 15.8125 31.5781 69.1875 Length 88, alignments in bytes 4/ 3: 76.8594 12.5781 35.9375 69.3906 Length 88, alignments in bytes 5/ 7: 77.1406 12.3125 34.0156 69.6719 Length 88, alignments in bytes 7/ 5: 76.9375 13.7344 24.9062 69.3281 Length 92, alignments in bytes 0/ 4: 79.7656 13.2188 25.5156 32.3906 Length 92, alignments in bytes 4/ 0: 79.7031 16.375 30.9688 32.4062 Length 92, alignments in bytes 4/ 4: 79.9375 15.2344 24.1875 32.1562 Length 92, alignments in bytes 2/ 2: 79.7969 12.8125 26.3281 72.5469 Length 92, alignments in bytes 2/ 6: 79.7812 12.125 34.5781 72.5 Length 92, alignments in bytes 6/ 2: 79.6562 14.0312 27.0625 72.1719 Length 92, alignments in bytes 1/ 7: 79.8594 12 34.5156 72.6719 Length 92, alignments in bytes 7/ 1: 79.8438 15.7344 28.3594 71.7969 Length 92, alignments in bytes 3/ 4: 79.8438 14.0469 28.8125 72.2344 Length 92, alignments in bytes 4/ 3: 79.9219 15.3438 36.0781 71.5781 Length 92, alignments in bytes 5/ 7: 80.1875 14.4375 33.6875 72.4219 Length 92, alignments in bytes 7/ 5: 80.0938 14.4531 35.1875 72.3594 Length 96, alignments in bytes 0/ 4: 82.75 15.1562 31.3906 33.8594 Length 96, alignments in bytes 4/ 0: 82.9062 14.4688 32.0938 33.6875 Length 96, alignments in bytes 4/ 4: 83.0156 14.5 24.7656 33.6406 Length 96, alignments in bytes 2/ 2: 82.8594 14.4375 25.5938 75.6719 Length 96, alignments in bytes 2/ 6: 82.8125 14.1875 34.5312 75.5 Length 96, alignments in bytes 6/ 2: 82.9375 14.9219 28.3906 75.5 Length 96, alignments in bytes 1/ 7: 83.0781 14.4531 33.9062 76.0312 Length 96, alignments in bytes 7/ 1: 82.7969 12.9688 24.9688 75.7969 Length 96, alignments in bytes 3/ 4: 82.8594 15.7031 33.0156 75.1562 Length 96, alignments in bytes 4/ 3: 132.422 14.3594 37.4844 75.4375 Length 96, alignments in bytes 5/ 7: 82.8125 13.2188 35.25 75.9062 Length 96, alignments in bytes 7/ 5: 83.0938 12.4062 31.1094 75.8906 Length 100, alignments in bytes 0/ 4: 86.0312 13.7656 32.6094 33.8594 Length 100, alignments in bytes 4/ 0: 85.625 15.5781 32 33.6875 Length 100, alignments in bytes 4/ 4: 85.8594 14.9844 25.625 33.7344 Length 100, alignments in bytes 2/ 2: 86.1406 14.4688 26.4219 78.625 Length 100, alignments in bytes 2/ 6: 86.2344 14.125 35.8125 78.9531 Length 100, alignments in bytes 6/ 2: 85.9688 14.6562 33.6094 78.3906 Length 100, alignments in bytes 1/ 7: 86.0781 14.1094 35.7656 78.4844 Length 100, alignments in bytes 7/ 1: 85.7656 15.0625 35.1719 78.5781 Length 100, alignments in bytes 3/ 4: 85.9844 12.1562 28.7188 78.3906 Length 100, alignments in bytes 4/ 3: 85.8594 15.0469 36.9844 78.8281 Length 100, alignments in bytes 5/ 7: 85.7812 14.625 34.9219 78.3281 Length 100, alignments in bytes 7/ 5: 85.7656 14.875 36.4062 78.5 Length 104, alignments in bytes 0/ 4: 88.625 14.8906 32.4219 35.375 Length 104, alignments in bytes 4/ 0: 88.8906 14.5625 33.2812 35.1719 Length 104, alignments in bytes 4/ 4: 88.6562 14.2656 25.875 35.4219 Length 104, alignments in bytes 2/ 2: 88.875 14.5 27.25 81.7969 Length 104, alignments in bytes 2/ 6: 88.8594 14.2344 35.5938 81.625 Length 104, alignments in bytes 6/ 2: 88.9375 13.7969 34.8594 81.625 Length 104, alignments in bytes 1/ 7: 89.2344 14.5312 35.2969 81.5781 Length 104, alignments in bytes 7/ 1: 88.9062 15.2344 30.9219 81.6562 Length 104, alignments in bytes 3/ 4: 88.9688 14.9844 34.2969 82.0312 Length 104, alignments in bytes 4/ 3: 88.7188 14.4531 38.625 81.6094 Length 104, alignments in bytes 5/ 7: 88.8281 13.5625 36.8281 81.8438 Length 104, alignments in bytes 7/ 5: 89.0469 14.7031 32.3906 81.625 Length 108, alignments in bytes 0/ 4: 91.8594 14.6094 33.4531 35.1406 Length 108, alignments in bytes 4/ 0: 91.6094 20.9375 33.1094 35.2344 Length 108, alignments in bytes 4/ 4: 91.8438 15.4844 25.5 35.2031 Length 108, alignments in bytes 2/ 2: 91.8906 14.0625 27.5625 84.5781 Length 108, alignments in bytes 2/ 6: 91.7031 14.4062 37.125 84.8438 Length 108, alignments in bytes 6/ 2: 92.0469 16.1719 35.1719 84.7188 Length 108, alignments in bytes 1/ 7: 92.125 13.8594 37.3125 84.5312 Length 108, alignments in bytes 7/ 1: 91.9062 19.9062 36.7969 84.5 Length 108, alignments in bytes 3/ 4: 92.1562 15.1719 30.0781 84.3281 Length 108, alignments in bytes 4/ 3: 92.1094 19.7188 38.6562 84.3281 Length 108, alignments in bytes 5/ 7: 92.2031 14.8125 36.5938 84.4062 Length 108, alignments in bytes 7/ 5: 91.7188 16.5781 37.5781 84.4844 Length 112, alignments in bytes 0/ 4: 95.1562 16.75 33.6562 36.6719 Length 112, alignments in bytes 4/ 0: 95 14.7188 34.2344 37.0156 Length 112, alignments in bytes 4/ 4: 95.0312 15.7031 26.0156 36.9531 Length 112, alignments in bytes 2/ 2: 94.7812 14.9375 26.6406 87.875 Length 112, alignments in bytes 2/ 6: 94.875 14.4531 37.3906 87.7812 Length 112, alignments in bytes 6/ 2: 94.9844 15.8438 36.1406 87.6406 Length 112, alignments in bytes 1/ 7: 95.375 14.75 36.75 87.8906 Length 112, alignments in bytes 7/ 1: 95.0469 13.2344 32.0938 87.4531 Length 112, alignments in bytes 3/ 4: 95.3125 16.6875 35.5 87.2656 Length 112, alignments in bytes 4/ 3: 95.2344 15.7969 39.6562 87.7812 Length 112, alignments in bytes 5/ 7: 95.1875 15.3594 38.1094 87.3906 Length 112, alignments in bytes 7/ 5: 94.9531 13.1094 33.7188 87.7656 Length 116, alignments in bytes 0/ 4: 98.0938 15.8125 35.0156 36.9219 Length 116, alignments in bytes 4/ 0: 97.8906 17 34.3125 37.1719 Length 116, alignments in bytes 4/ 4: 98.3594 16.5 26.5312 36.8281 Length 116, alignments in bytes 2/ 2: 97.8281 14.25 27.6562 90.8125 Length 116, alignments in bytes 2/ 6: 97.8906 15.5312 38.7188 90.3594 Length 116, alignments in bytes 6/ 2: 98.0156 15.5469 36.0938 90.6875 Length 116, alignments in bytes 1/ 7: 98.3281 15.3281 38.5312 90.6094 Length 116, alignments in bytes 7/ 1: 98.125 16.75 37.6719 91.0781 Length 116, alignments in bytes 3/ 4: 98.4375 14.3438 31.1875 90.7344 Length 116, alignments in bytes 4/ 3: 97.8125 16.2812 39.6562 90.375 Length 116, alignments in bytes 5/ 7: 98.375 15.5312 37.8906 90.9062 Length 116, alignments in bytes 7/ 5: 97.5781 16.5625 38.875 90.6875 Length 120, alignments in bytes 0/ 4: 100.75 16.625 34.875 38.2344 Length 120, alignments in bytes 4/ 0: 100.703 51.0469 35.6406 38.1562 Length 120, alignments in bytes 4/ 4: 101.312 15.5781 27.6562 37.8906 Length 120, alignments in bytes 2/ 2: 100.828 15.5938 27.9688 93.5938 Length 120, alignments in bytes 2/ 6: 100.641 15.4531 38.5781 93.6406 Length 120, alignments in bytes 6/ 2: 100.656 14.9688 37.5781 93.25 Length 120, alignments in bytes 1/ 7: 100.859 15.5781 37.9219 93.5 Length 120, alignments in bytes 7/ 1: 100.922 16.625 33.2188 93.7969 Length 120, alignments in bytes 3/ 4: 100.594 16.7969 37.0469 93.625 Length 120, alignments in bytes 4/ 3: 101.156 15.5 41.0156 94.0312 Length 120, alignments in bytes 5/ 7: 101.391 14.9062 39.6562 94.25 Length 120, alignments in bytes 7/ 5: 100.969 16.3438 34.6875 93.8281 Length 124, alignments in bytes 0/ 4: 104.266 15.5781 36.0312 38.4219 Length 124, alignments in bytes 4/ 0: 104.25 18.0625 35.8906 38.4688 Length 124, alignments in bytes 4/ 4: 104 17.7188 26.6719 38.5938 Length 124, alignments in bytes 2/ 2: 104.375 15.4531 28.9062 97.2188 Length 124, alignments in bytes 2/ 6: 103.969 14.7812 40.0938 96.6562 Length 124, alignments in bytes 6/ 2: 104.109 17.0938 37.5312 96.7344 Length 124, alignments in bytes 1/ 7: 104.234 15.2031 40.0469 96.4531 Length 124, alignments in bytes 7/ 1: 103.75 16.8281 39.3594 96.7344 Length 124, alignments in bytes 3/ 4: 103.734 19 32.7656 96.5781 Length 124, alignments in bytes 4/ 3: 442.25 17.7969 41.0625 96.7188 Length 124, alignments in bytes 5/ 7: 104.422 16.9062 39.2031 96.3906 Length 124, alignments in bytes 7/ 5: 104 17.8281 40.2656 96.4531 Length 128, alignments in bytes 0/ 4: 106.828 17.8906 36.375 39.2656 Length 128, alignments in bytes 4/ 0: 107.031 16.9844 37.375 39.6094 Length 128, alignments in bytes 4/ 4: 107.047 16.7969 27.5781 39.6875 Length 128, alignments in bytes 2/ 2: 107.125 15.9062 27.8906 99.9531 Length 128, alignments in bytes 2/ 6: 106.719 15.5 40.4062 99.3125 Length 128, alignments in bytes 6/ 2: 106.906 15.5469 38.9375 99.25 Length 128, alignments in bytes 1/ 7: 107.219 16.9688 39.3906 99.7031 Length 128, alignments in bytes 7/ 1: 106.922 15.6719 34.5469 100.406 Length 128, alignments in bytes 3/ 4: 107.016 17.9688 38.2969 100.078 Length 128, alignments in bytes 4/ 3: 107.188 15.625 42.6875 100 Length 128, alignments in bytes 5/ 7: 107.188 15.2031 40.9062 99.4375 Length 128, alignments in bytes 7/ 5: 106.984 15.5625 36.0781 99.7031 Length 132, alignments in bytes 0/ 4: 110.062 17.0469 37.4375 39.9062 Length 132, alignments in bytes 4/ 0: 110.172 18.1875 37.0625 39.6094 Length 132, alignments in bytes 4/ 4: 109.703 18.0312 27.7969 39.5938 Length 132, alignments in bytes 2/ 2: 110.078 19.875 28.9844 102.969 Length 132, alignments in bytes 2/ 6: 110.094 16.6562 41.5469 102.562 Length 132, alignments in bytes 6/ 2: 109.719 17.375 38.8594 102.797 Length 132, alignments in bytes 1/ 7: 110.078 16.7344 41.3125 102.703 Length 132, alignments in bytes 7/ 1: 110.219 17.9688 40.9062 102.578 Length 132, alignments in bytes 3/ 4: 110.188 15.6094 33.9844 102.844 Length 132, alignments in bytes 4/ 3: 109.734 17.9531 42.4219 102.141 Length 132, alignments in bytes 5/ 7: 110.125 17.3125 40.5625 102.891 Length 132, alignments in bytes 7/ 5: 109.781 17.8906 41.5781 102.438 Length 136, alignments in bytes 0/ 4: 113.25 17.0469 37.5469 41.2031 Length 136, alignments in bytes 4/ 0: 112.922 17.1875 38.1719 41.2969 Length 136, alignments in bytes 4/ 4: 113.25 17.0312 28.1094 41.4844 Length 136, alignments in bytes 2/ 2: 112.797 17.2344 29.3281 106.547 Length 136, alignments in bytes 2/ 6: 113.016 17 41.2344 105.781 Length 136, alignments in bytes 6/ 2: 113.047 16.7031 40.3125 106.078 Length 136, alignments in bytes 1/ 7: 113 16.8438 40.9844 105.891 Length 136, alignments in bytes 7/ 1: 112.969 18.2969 35.9375 106.344 Length 136, alignments in bytes 3/ 4: 113.141 18.0781 39.8281 106.406 Length 136, alignments in bytes 4/ 3: 113.219 17.125 44.0312 106.188 Length 136, alignments in bytes 5/ 7: 113.094 16.5156 42.4219 105.953 Length 136, alignments in bytes 7/ 5: 112.688 17.4219 37.1719 106.156 Length 140, alignments in bytes 0/ 4: 116.172 68.4844 38.75 41.3438 Length 140, alignments in bytes 4/ 0: 116.109 19.0781 38.6094 41.2344 Length 140, alignments in bytes 4/ 4: 116.344 18.6562 27.8594 40.9375 Length 140, alignments in bytes 2/ 2: 115.969 16.7188 30.2344 108.625 Length 140, alignments in bytes 2/ 6: 115.828 16.2969 42.8594 109.141 Length 140, alignments in bytes 6/ 2: 115.969 18.2969 40.25 108.875 Length 140, alignments in bytes 1/ 7: 116.062 17.0156 42.7969 109.203 Length 140, alignments in bytes 7/ 1: 115.75 18.9219 41.9688 108.562 Length 140, alignments in bytes 3/ 4: 116.203 18.3906 35.0938 108.484 Length 140, alignments in bytes 4/ 3: 115.75 18.8594 43.9375 108.531 Length 140, alignments in bytes 5/ 7: 116.062 18.1094 41.7656 109.031 Length 140, alignments in bytes 7/ 5: 116.094 18.7969 42.8906 108.953 Length 144, alignments in bytes 0/ 4: 119.094 18.8906 38.8438 42.4531 Length 144, alignments in bytes 4/ 0: 119.016 16.75 39.7344 42.5 Length 144, alignments in bytes 4/ 4: 119.188 17.9219 29.0312 42.5625 Length 144, alignments in bytes 2/ 2: 119.125 18.1406 29.4844 111.734 Length 144, alignments in bytes 2/ 6: 119.094 17.9531 42.4062 111.891 Length 144, alignments in bytes 6/ 2: 118.969 16.375 41.4375 112.297 Length 144, alignments in bytes 1/ 7: 119.281 18.0469 42.0625 112 Length 144, alignments in bytes 7/ 1: 118.906 15.2656 37.1562 111.625 Length 144, alignments in bytes 3/ 4: 119.062 19.0469 40.9844 112.047 Length 144, alignments in bytes 4/ 3: 119.125 18.1719 45.375 111.656 Length 144, alignments in bytes 5/ 7: 119.328 16.3281 43.7031 111.531 Length 144, alignments in bytes 7/ 5: 118.859 16.5938 38.8438 111.875 Length 148, alignments in bytes 0/ 4: 122.344 20.6875 39.625 42.8906 Length 148, alignments in bytes 4/ 0: 122.016 18.9531 40.0781 42.5156 Length 148, alignments in bytes 4/ 4: 121.844 19.2656 28.5625 42.8594 Length 148, alignments in bytes 2/ 2: 122 18.0312 30.1562 114.828 Length 148, alignments in bytes 2/ 6: 122.328 17.75 43.875 114.891 Length 148, alignments in bytes 6/ 2: 121.938 17.8438 41.5 114.828 Length 148, alignments in bytes 1/ 7: 121.969 17.9062 44.1562 115.422 Length 148, alignments in bytes 7/ 1: 122.453 19.5625 43.1094 114.922 Length 148, alignments in bytes 3/ 4: 122.438 16.5625 36.5938 114.781 Length 148, alignments in bytes 4/ 3: 121.859 19.5938 45.0156 115.172 Length 148, alignments in bytes 5/ 7: 122.297 18.6094 42.7969 114.734 Length 148, alignments in bytes 7/ 5: 122.156 19.375 44.125 114.594 Length 152, alignments in bytes 0/ 4: 125.344 19.4688 40.0156 44.2188 Length 152, alignments in bytes 4/ 0: 124.922 18.625 41.2969 44.4531 Length 152, alignments in bytes 4/ 4: 125.016 18.4375 29.9219 44.2344 Length 152, alignments in bytes 2/ 2: 124.938 18.625 30.5625 117.922 Length 152, alignments in bytes 2/ 6: 125.141 17.5469 43.6875 117.953 Length 152, alignments in bytes 6/ 2: 125.078 17.1562 42.7812 117.516 Length 152, alignments in bytes 1/ 7: 125.312 18.625 43.5156 117.781 Length 152, alignments in bytes 7/ 1: 125.234 19.625 38.1562 118 Length 152, alignments in bytes 3/ 4: 125.656 18.7812 42.5156 117.375 Length 152, alignments in bytes 4/ 3: 125.266 17.7656 46.3125 118 Length 152, alignments in bytes 5/ 7: 125.375 17.8281 44.4844 118.125 Length 152, alignments in bytes 7/ 5: 125.406 19.5156 40.125 117.625 Length 156, alignments in bytes 0/ 4: 128.094 18.7969 41 44.1562 Length 156, alignments in bytes 4/ 0: 128.094 25.5312 40.9375 44.125 Length 156, alignments in bytes 4/ 4: 128.156 24.9219 29.3594 44.5312 Length 156, alignments in bytes 2/ 2: 127.891 18.0781 31.3906 121.531 Length 156, alignments in bytes 2/ 6: 128.375 16.9062 45.25 120.906 Length 156, alignments in bytes 6/ 2: 128.281 29.0625 43.0938 120.438 Length 156, alignments in bytes 1/ 7: 128.594 17.9844 45.1875 121.094 Length 156, alignments in bytes 7/ 1: 128.375 26.25 44.5 120.969 Length 156, alignments in bytes 3/ 4: 128.188 18.9375 37.6562 366.984 Length 156, alignments in bytes 4/ 3: 128.109 25.7188 46.0625 120.828 Length 156, alignments in bytes 5/ 7: 128.188 24.7344 44.4844 120.766 Length 156, alignments in bytes 7/ 5: 128.172 25.0469 44.9531 121.203 Length 160, alignments in bytes 0/ 4: 131.406 25.2656 41.3125 45.8594 Length 160, alignments in bytes 4/ 0: 131.484 24.0781 42.6719 45.8438 Length 160, alignments in bytes 4/ 4: 131.078 23.875 30.25 45.3281 Length 160, alignments in bytes 2/ 2: 131.266 24.2031 30.7969 124.188 Length 160, alignments in bytes 2/ 6: 131.297 24.375 45.4219 124.547 Length 160, alignments in bytes 6/ 2: 131.672 23.7344 43.9844 123.453 Length 160, alignments in bytes 1/ 7: 131.344 24.9844 44.5938 123.922 Length 160, alignments in bytes 7/ 1: 131.359 22.625 40.25 123.875 Length 160, alignments in bytes 3/ 4: 131.391 25.6875 43.4688 123.781 Length 160, alignments in bytes 4/ 3: 130.766 24.0781 47.5469 123.984 Length 160, alignments in bytes 5/ 7: 131.656 24.1719 46.0469 123.531 Length 160, alignments in bytes 7/ 5: 131 22.5625 41.6406 123.609 Length 164, alignments in bytes 0/ 4: 134.625 24.8281 42.4219 46.0156 Length 164, alignments in bytes 4/ 0: 134.812 24.9844 42.5156 45.6719 Length 164, alignments in bytes 4/ 4: 134.781 24.7344 30.0938 45.4375 Length 164, alignments in bytes 2/ 2: 134.547 23.6875 31.75 126.859 Length 164, alignments in bytes 2/ 6: 134.141 24.6094 46.2969 127.547 Length 164, alignments in bytes 6/ 2: 134.391 23.8906 43.9062 126.641 Length 164, alignments in bytes 1/ 7: 134.547 24.5938 46.4844 126.656 Length 164, alignments in bytes 7/ 1: 133.984 24.9375 45.6094 127.938 Length 164, alignments in bytes 3/ 4: 134.531 24.4531 39.7031 126.641 Length 164, alignments in bytes 4/ 3: 134.406 24.9531 47.0938 127.219 Length 164, alignments in bytes 5/ 7: 134.812 24.5 45.5 127.156 Length 164, alignments in bytes 7/ 5: 133.938 25.1406 46.3594 126.938 Length 168, alignments in bytes 0/ 4: 137.766 25.7188 42.6875 47.125 Length 168, alignments in bytes 4/ 0: 137.188 24.1562 43.4688 46.8906 Length 168, alignments in bytes 4/ 4: 137.531 23.8906 31.1406 47.0625 Length 168, alignments in bytes 2/ 2: 137.484 24.2188 32.0625 129.953 Length 168, alignments in bytes 2/ 6: 137.031 24.5156 46.5938 130.422 Length 168, alignments in bytes 6/ 2: 136.859 23.8438 45.1562 130.219 Length 168, alignments in bytes 1/ 7: 137.641 24.7812 45.6719 130.203 Length 168, alignments in bytes 7/ 1: 137.359 24.9375 41.8594 129.859 Length 168, alignments in bytes 3/ 4: 137.703 25.5469 44.8594 130.094 Length 168, alignments in bytes 4/ 3: 137.469 24.0312 48.875 130.688 Length 168, alignments in bytes 5/ 7: 137.266 24.375 47.2656 130.328 Length 168, alignments in bytes 7/ 5: 137.422 25.1719 42.4688 130.188 Length 172, alignments in bytes 0/ 4: 139.812 25.0625 43.9844 47.3906 Length 172, alignments in bytes 4/ 0: 140.547 27.2344 43.4844 47.3125 Length 172, alignments in bytes 4/ 4: 140.297 26.375 34.9375 47.2656 Length 172, alignments in bytes 2/ 2: 140.234 24.2344 32.7344 132.781 Length 172, alignments in bytes 2/ 6: 140.891 24.1875 47.625 466.375 Length 172, alignments in bytes 6/ 2: 140.109 26.1094 45.0469 132.797 Length 172, alignments in bytes 1/ 7: 141.25 24.5625 47.7188 133.312 Length 172, alignments in bytes 7/ 1: 140.391 26.9844 46.5938 132.797 Length 172, alignments in bytes 3/ 4: 140.406 25.7188 40.3906 133.953 Length 172, alignments in bytes 4/ 3: 140.734 26.4219 48.9688 133.5 Length 172, alignments in bytes 5/ 7: 140.578 26.6719 46.7031 133.656 Length 172, alignments in bytes 7/ 5: 140.547 26.6406 47.7031 132.703 Length 176, alignments in bytes 0/ 4: 143.156 27.3125 43.7031 48.9219 Length 176, alignments in bytes 4/ 0: 212.422 25.7969 44.9688 48.5469 Length 176, alignments in bytes 4/ 4: 143.141 25.7656 36.3125 48.4062 Length 176, alignments in bytes 2/ 2: 143.375 26.1562 36.7656 136.484 Length 176, alignments in bytes 2/ 6: 143.594 26.2031 47.7344 135.531 Length 176, alignments in bytes 6/ 2: 143.562 25.6719 46.3906 136.172 Length 176, alignments in bytes 1/ 7: 143.828 26.3438 47.4375 136.641 Length 176, alignments in bytes 7/ 1: 143.672 24.1094 42.6562 136.141 Length 176, alignments in bytes 3/ 4: 143.391 27.3281 45.7969 135.844 Length 176, alignments in bytes 4/ 3: 143.266 25.6406 50.0625 136.109 Length 176, alignments in bytes 5/ 7: 143.188 25.8438 48.3906 135.531 Length 176, alignments in bytes 7/ 5: 143.484 24.375 44.0312 135.734 Length 180, alignments in bytes 0/ 4: 146.391 26.2812 44.9688 48.7656 Length 180, alignments in bytes 4/ 0: 145.953 26.9688 44.8125 48.8594 Length 180, alignments in bytes 4/ 4: 146.609 26.25 36.1094 48.7656 Length 180, alignments in bytes 2/ 2: 146.266 25.4062 38.0625 139.828 Length 180, alignments in bytes 2/ 6: 146.219 25.8906 48.7031 139.047 Length 180, alignments in bytes 6/ 2: 146.797 25.625 46.6094 138.812 Length 180, alignments in bytes 1/ 7: 146.516 25.9062 48.7812 139.391 Length 180, alignments in bytes 7/ 1: 146.484 26.75 47.9844 138.859 Length 180, alignments in bytes 3/ 4: 146.688 24.7656 41.6875 139.172 Length 180, alignments in bytes 4/ 3: 146.203 26.4219 50.1875 139.375 Length 180, alignments in bytes 5/ 7: 147.422 26.3125 47.875 139.125 Length 180, alignments in bytes 7/ 5: 146.672 26.4062 48.2969 139.609 Length 184, alignments in bytes 0/ 4: 149.469 27.0312 45.0156 50.125 Length 184, alignments in bytes 4/ 0: 149.656 25.7656 46.0781 50.2188 Length 184, alignments in bytes 4/ 4: 149.875 25.5469 37.9062 49.8438 Length 184, alignments in bytes 2/ 2: 149.188 25.7344 38.2969 142.672 Length 184, alignments in bytes 2/ 6: 149.172 26.2812 49.4375 142.156 Length 184, alignments in bytes 6/ 2: 149.594 25.5 47.4688 142.375 Length 184, alignments in bytes 1/ 7: 149.781 26.4219 48.2812 142.406 Length 184, alignments in bytes 7/ 1: 149.516 26.375 43.8125 142.141 Length 184, alignments in bytes 3/ 4: 150.234 27.2188 47.375 142.453 Length 184, alignments in bytes 4/ 3: 149.766 25.5156 51.375 142.141 Length 184, alignments in bytes 5/ 7: 150.047 25.8906 49.7344 142.484 Length 184, alignments in bytes 7/ 5: 149.469 26.3594 44.9688 141.859 Length 188, alignments in bytes 0/ 4: 151.969 26.3281 46.0625 50.1406 Length 188, alignments in bytes 4/ 0: 152.406 28.0312 46.0156 50.0156 Length 188, alignments in bytes 4/ 4: 152.25 27.5312 36.0781 50.2812 Length 188, alignments in bytes 2/ 2: 152.641 25.6406 38.9062 145.188 Length 188, alignments in bytes 2/ 6: 152.938 26.8906 50.4688 145.453 Length 188, alignments in bytes 6/ 2: 151.75 26.8438 47.75 144.625 Length 188, alignments in bytes 1/ 7: 152.578 26.6406 50.4062 144.75 Length 188, alignments in bytes 7/ 1: 152.328 27.7344 49.5156 145.391 Length 188, alignments in bytes 3/ 4: 152.75 28.1719 43.0781 145.359 Length 188, alignments in bytes 4/ 3: 153.344 27.6094 51.2031 145.703 Length 188, alignments in bytes 5/ 7: 152.688 27.5938 49.2031 145.641 Length 188, alignments in bytes 7/ 5: 152.406 27.7656 49.7031 145.047 Length 192, alignments in bytes 0/ 4: 155.969 28.0938 45.9531 51.8594 Length 192, alignments in bytes 4/ 0: 156.031 27.0469 47.2812 51.6562 Length 192, alignments in bytes 4/ 4: 156.109 26.6562 37.4062 51.6875 Length 192, alignments in bytes 2/ 2: 155.203 27.1719 38.2188 149 Length 192, alignments in bytes 2/ 6: 155.375 27.5 50.4844 148.25 Length 192, alignments in bytes 6/ 2: 155.859 26.5 48.9219 148.109 Length 192, alignments in bytes 1/ 7: 155.5 27.6094 49.5781 148.062 Length 192, alignments in bytes 7/ 1: 155.047 25.3125 44.9375 147.812 Length 192, alignments in bytes 3/ 4: 155.812 28.3906 48.1719 147.312 Length 192, alignments in bytes 4/ 3: 155.328 26.9375 52.6875 148.609 Length 192, alignments in bytes 5/ 7: 156.188 26.9375 51 148.438 Length 192, alignments in bytes 7/ 5: 155.125 25.3438 46 148.281 Length 196, alignments in bytes 0/ 4: 158.078 27.3906 47.3594 51.6562 Length 196, alignments in bytes 4/ 0: 158.156 27.8281 47.4375 52.0312 Length 196, alignments in bytes 4/ 4: 158.344 27.0625 37.375 51.6562 Length 196, alignments in bytes 2/ 2: 158.219 26.25 39.7344 150.906 Length 196, alignments in bytes 2/ 6: 158.672 26.8438 51.5781 151.406 Length 196, alignments in bytes 6/ 2: 158.781 27.0625 49.0781 151.656 Length 196, alignments in bytes 1/ 7: 158.984 26.75 51.7031 150.578 Length 196, alignments in bytes 7/ 1: 158.141 27.625 50.3281 151.719 Length 196, alignments in bytes 3/ 4: 158.781 26.0625 44.2969 151.906 Length 196, alignments in bytes 4/ 3: 158.875 27.7344 52.8125 150.906 Length 196, alignments in bytes 5/ 7: 158.656 27.3438 50.8125 151.406 Length 196, alignments in bytes 7/ 5: 159.438 27.4062 51.4844 151.031 Length 200, alignments in bytes 0/ 4: 162.016 27.8594 47.4375 53.2656 Length 200, alignments in bytes 4/ 0: 161.438 26.7188 48.4375 53.0625 Length 200, alignments in bytes 4/ 4: 161.828 26.6719 37.9844 53.3125 Length 200, alignments in bytes 2/ 2: 161.453 26.7344 39.7031 154.625 Length 200, alignments in bytes 2/ 6: 161.078 27.3594 51.2344 154.078 Length 200, alignments in bytes 6/ 2: 161.156 26.25 50.4688 153.766 Length 200, alignments in bytes 1/ 7: 161.953 27.3438 51.1719 154.469 Length 200, alignments in bytes 7/ 1: 161.297 27.6719 45.9531 154.953 Length 200, alignments in bytes 3/ 4: 161.453 28.5312 49.7344 154.141 Length 200, alignments in bytes 4/ 3: 161.469 26.8125 53.9531 154.609 Length 200, alignments in bytes 5/ 7: 162.406 26.8906 52.0938 154.344 Length 200, alignments in bytes 7/ 5: 161.406 27.4219 47.3281 153.953 Length 204, alignments in bytes 0/ 4: 164.516 27.2344 48.7031 53.1562 Length 204, alignments in bytes 4/ 0: 164.828 28.7188 48.0781 53 Length 204, alignments in bytes 4/ 4: 165.016 28.5 37.6562 53.1406 Length 204, alignments in bytes 2/ 2: 164.641 27.0469 40.1875 158.25 Length 204, alignments in bytes 2/ 6: 164.5 27.0938 52.5781 157.172 Length 204, alignments in bytes 6/ 2: 164.547 27.8281 50.7969 157.047 Length 204, alignments in bytes 1/ 7: 165.156 27.9531 52.1406 157.016 Length 204, alignments in bytes 7/ 1: 164.734 28.8438 51.9219 157.547 Length 204, alignments in bytes 3/ 4: 164.547 29.4062 43.9688 157.094 Length 204, alignments in bytes 4/ 3: 165.047 28.6875 53.9844 157.5 Length 204, alignments in bytes 5/ 7: 165.594 28.2656 51.7031 157.438 Length 204, alignments in bytes 7/ 5: 164.953 28.7812 52.8438 157.438 Length 208, alignments in bytes 0/ 4: 167.656 29.2344 48.7656 54.5 Length 208, alignments in bytes 4/ 0: 167.453 27.9531 48.9062 54.625 Length 208, alignments in bytes 4/ 4: 167.891 27.7812 38.5938 54.9844 Length 208, alignments in bytes 2/ 2: 168.047 28.0781 39.4688 160.5 Length 208, alignments in bytes 2/ 6: 167.453 28.3281 51.5625 285.141 Length 208, alignments in bytes 6/ 2: 167.938 27.3438 51.875 160.109 Length 208, alignments in bytes 1/ 7: 167.672 28.5 52.0625 160.156 Length 208, alignments in bytes 7/ 1: 167.094 26.4688 47.0781 160.094 Length 208, alignments in bytes 3/ 4: 168.016 29.4844 49.9688 160.297 Length 208, alignments in bytes 4/ 3: 168 27.8594 55.3281 159.906 Length 208, alignments in bytes 5/ 7: 167.859 27.875 53.3594 160.219 Length 208, alignments in bytes 7/ 5: 168.125 26.25 48.625 160.641 Length 212, alignments in bytes 0/ 4: 171.141 28.6875 50.0156 54.8438 Length 212, alignments in bytes 4/ 0: 170.172 28.75 50.125 54.7812 Length 212, alignments in bytes 4/ 4: 170.172 28.3125 38.6094 54.6719 Length 212, alignments in bytes 2/ 2: 170.656 27.3594 40.9531 163.141 Length 212, alignments in bytes 2/ 6: 171.062 27.8594 54.1406 163.391 Length 212, alignments in bytes 6/ 2: 170.797 27.75 50.5938 163.188 Length 212, alignments in bytes 1/ 7: 171.281 28.2344 54.1562 163 Length 212, alignments in bytes 7/ 1: 170.891 28.75 53.2969 163.531 Length 212, alignments in bytes 3/ 4: 170.969 26.8281 45.2031 163.516 Length 212, alignments in bytes 4/ 3: 170.734 28.5625 54.1875 163.297 Length 212, alignments in bytes 5/ 7: 171.719 28.4531 53.2031 163.172 Length 212, alignments in bytes 7/ 5: 170.734 28.4531 53.7969 162.938 Length 216, alignments in bytes 0/ 4: 174.25 29.375 50.3125 56.3438 Length 216, alignments in bytes 4/ 0: 173.688 27.8906 51.4375 56.625 Length 216, alignments in bytes 4/ 4: 173.688 27.5625 39.8438 56.125 Length 216, alignments in bytes 2/ 2: 173.828 27.7969 40.9062 166.688 Length 216, alignments in bytes 2/ 6: 173.672 27.9062 53.9062 166.547 Length 216, alignments in bytes 6/ 2: 174.031 27.2656 52.9844 166.781 Length 216, alignments in bytes 1/ 7: 173.781 28.3594 53.3594 166.344 Length 216, alignments in bytes 7/ 1: 173.922 28.2344 48.3281 167.188 Length 216, alignments in bytes 3/ 4: 173.906 29.4375 52.3906 166.484 Length 216, alignments in bytes 4/ 3: 174.312 27.7344 56.4375 166.875 Length 216, alignments in bytes 5/ 7: 174.094 27.875 53.5156 165.953 Length 216, alignments in bytes 7/ 5: 173.734 28.5156 49.6094 166.391 Length 220, alignments in bytes 0/ 4: 177.016 28.5 51.4062 56.6719 Length 220, alignments in bytes 4/ 0: 176.797 29.8281 51.25 56.3125 Length 220, alignments in bytes 4/ 4: 176.781 29.5781 38.5156 56.4531 Length 220, alignments in bytes 2/ 2: 176.922 28.0781 41.2812 169.438 Length 220, alignments in bytes 2/ 6: 176.438 29.375 54.8906 169.109 Length 220, alignments in bytes 6/ 2: 176.672 28.9531 52.8906 169.922 Length 220, alignments in bytes 1/ 7: 178.125 29.6094 55.5938 169.406 Length 220, alignments in bytes 7/ 1: 177.156 29.6719 54.4844 169.016 Length 220, alignments in bytes 3/ 4: 176.906 30.0469 47.6562 169.562 Length 220, alignments in bytes 4/ 3: 176.094 29.5781 55.8438 168.938 Length 220, alignments in bytes 5/ 7: 177 29.5 54.0781 170.234 Length 220, alignments in bytes 7/ 5: 176.266 29.6562 55.125 169.312 Length 224, alignments in bytes 0/ 4: 180.484 30.4219 51.875 57.9531 Length 224, alignments in bytes 4/ 0: 179.875 28.9219 52.3281 58.0938 Length 224, alignments in bytes 4/ 4: 180.062 28.5156 39.8906 57.8438 Length 224, alignments in bytes 2/ 2: 179.625 29.1094 40.6094 172.609 Length 224, alignments in bytes 2/ 6: 180.5 29.2031 55.3438 172.422 Length 224, alignments in bytes 6/ 2: 180.266 28.4375 53.9688 172.312 Length 224, alignments in bytes 1/ 7: 180.594 29.4531 53.7812 172.203 Length 224, alignments in bytes 7/ 1: 180.25 26.9375 49.5469 172.391 Length 224, alignments in bytes 3/ 4: 179.953 30.5 52.0938 172.625 Length 224, alignments in bytes 4/ 3: 180.531 29.0781 57.5469 172.281 Length 224, alignments in bytes 5/ 7: 179.938 29.3125 54.5469 172.531 Length 224, alignments in bytes 7/ 5: 180 27.4531 51.125 171.938 Length 228, alignments in bytes 0/ 4: 182.844 29.5938 52.7812 57.8125 Length 228, alignments in bytes 4/ 0: 183.047 30.0312 52.4844 58.2344 Length 228, alignments in bytes 4/ 4: 183.328 29.2656 39.6562 58.0781 Length 228, alignments in bytes 2/ 2: 182.969 28.25 41.6094 175.172 Length 228, alignments in bytes 2/ 6: 183.578 29.0469 55.3125 175.219 Length 228, alignments in bytes 6/ 2: 183.562 28.9375 54.0938 175.375 Length 228, alignments in bytes 1/ 7: 183.344 28.7969 56.3281 175.766 Length 228, alignments in bytes 7/ 1: 183.125 29.8906 54.4375 175.734 Length 228, alignments in bytes 3/ 4: 183.328 27.875 47.5312 175.375 Length 228, alignments in bytes 4/ 3: 183.75 29.7812 57.1094 175.188 Length 228, alignments in bytes 5/ 7: 183.906 29.5312 55.3906 175.469 Length 228, alignments in bytes 7/ 5: 182.5 29.75 56.4219 175.172 Length 232, alignments in bytes 0/ 4: 186.469 30.1094 52.7812 59.0156 Length 232, alignments in bytes 4/ 0: 185.953 28.7344 52.5938 59.5 Length 232, alignments in bytes 4/ 4: 185.578 28.6562 40.9688 59.5312 Length 232, alignments in bytes 2/ 2: 186.109 28.9844 41.9844 178.547 Length 232, alignments in bytes 2/ 6: 185.969 29.1719 56.2344 178.422 Length 232, alignments in bytes 6/ 2: 185.188 28.375 54.3125 178.5 Length 232, alignments in bytes 1/ 7: 186.781 29.5938 55.6875 178.281 Length 232, alignments in bytes 7/ 1: 185.797 29.5781 49.5938 178.672 Length 232, alignments in bytes 3/ 4: 185.375 30.5312 55.0469 178.562 Length 232, alignments in bytes 4/ 3: 185.906 28.7344 58.8906 178.234 Length 232, alignments in bytes 5/ 7: 186.484 28.7812 56.9844 177.828 Length 232, alignments in bytes 7/ 5: 186.672 29.6406 50.8438 178.562 Length 236, alignments in bytes 0/ 4: 189.172 29.6875 52.7344 59.8594 Length 236, alignments in bytes 4/ 0: 189.75 30.9844 53.8906 59.5312 Length 236, alignments in bytes 4/ 4: 189.844 30.5625 39.9844 59.7188 Length 236, alignments in bytes 2/ 2: 188.781 29.1406 42.8438 181.281 Length 236, alignments in bytes 2/ 6: 189.016 30.5156 57.2812 181.391 Length 236, alignments in bytes 6/ 2: 188.219 30.2031 55.0625 181 Length 236, alignments in bytes 1/ 7: 189.375 30.2656 57.6406 181.609 Length 236, alignments in bytes 7/ 1: 188.969 31 56.5781 181.422 Length 236, alignments in bytes 3/ 4: 189.219 31.4844 49.875 181.984 Length 236, alignments in bytes 4/ 3: 188.5 30.9375 57.5 181.875 Length 236, alignments in bytes 5/ 7: 189.531 30.6719 56.8281 182.141 Length 236, alignments in bytes 7/ 5: 189.281 30.5781 57.4375 181.609 Length 240, alignments in bytes 0/ 4: 192.094 31.7344 53.9219 61.2656 Length 240, alignments in bytes 4/ 0: 192.734 29.9688 55.0625 61.0781 Length 240, alignments in bytes 4/ 4: 192.453 29.8594 41.125 60.4844 Length 240, alignments in bytes 2/ 2: 192.266 30.125 41.5781 184.953 Length 240, alignments in bytes 2/ 6: 192.094 30.5469 56.2656 185.078 Length 240, alignments in bytes 6/ 2: 192.328 29.4844 56.375 184.766 Length 240, alignments in bytes 1/ 7: 192.328 30.5625 56.7344 184.031 Length 240, alignments in bytes 7/ 1: 192.156 28.0469 50.8281 185.016 Length 240, alignments in bytes 3/ 4: 192.281 31.4219 55.75 185.156 Length 240, alignments in bytes 4/ 3: 192.188 30.0312 59.5938 184.781 Length 240, alignments in bytes 5/ 7: 192.609 30.0625 58.3125 184.453 Length 240, alignments in bytes 7/ 5: 192.719 28.3594 53.0312 185.047 Length 244, alignments in bytes 0/ 4: 194.688 30.5156 54.0938 61.3438 Length 244, alignments in bytes 4/ 0: 195.672 30.9531 54.8906 61.2812 Length 244, alignments in bytes 4/ 4: 195.078 30.5625 40.9688 61.0625 Length 244, alignments in bytes 2/ 2: 194.688 29.4844 43.1406 187.469 Length 244, alignments in bytes 2/ 6: 194.656 29.8125 58.8438 187.422 Length 244, alignments in bytes 6/ 2: 194.531 30.0469 56.5781 187.672 Length 244, alignments in bytes 1/ 7: 195.516 30.1719 58.5781 187.203 Length 244, alignments in bytes 7/ 1: 194.578 30.7969 57.9688 187.25 Length 244, alignments in bytes 3/ 4: 195.875 29.1094 50.9688 187.422 Length 244, alignments in bytes 4/ 3: 194.844 30.8594 58.6719 187.25 Length 244, alignments in bytes 5/ 7: 195.891 30.3281 56.625 187.203 Length 244, alignments in bytes 7/ 5: 195.922 30.4688 58.7812 187.375 Length 248, alignments in bytes 0/ 4: 198.234 31.3906 54.8438 62.3438 Length 248, alignments in bytes 4/ 0: 198.312 29.8438 56.0781 62.875 Length 248, alignments in bytes 4/ 4: 198.219 29.7344 42.0312 62.7188 Length 248, alignments in bytes 2/ 2: 198.422 29.9219 43.2031 191 Length 248, alignments in bytes 2/ 6: 198.922 30.2344 58.8281 191.031 Length 248, alignments in bytes 6/ 2: 198.812 29.6406 56.625 190.688 Length 248, alignments in bytes 1/ 7: 198.531 30.6406 58.0469 190.203 Length 248, alignments in bytes 7/ 1: 197.453 30.75 53.3281 190.828 Length 248, alignments in bytes 3/ 4: 198.078 31.4062 57.2969 190.781 Length 248, alignments in bytes 4/ 3: 198.203 29.7969 61.125 190.109 Length 248, alignments in bytes 5/ 7: 198.922 30.2656 59.25 190.938 Length 248, alignments in bytes 7/ 5: 198.016 30.5781 54.3594 190.625 Length 252, alignments in bytes 0/ 4: 538.422 30.7031 55.4062 63.2656 Length 252, alignments in bytes 4/ 0: 201.047 31.8594 56.375 62.9844 Length 252, alignments in bytes 4/ 4: 201.938 31.4219 40.7969 62.3906 Length 252, alignments in bytes 2/ 2: 201.141 30.1562 43.9844 194.047 Length 252, alignments in bytes 2/ 6: 201.625 31.1719 59.875 194.703 Length 252, alignments in bytes 6/ 2: 202.062 31.1875 57.9688 193.188 Length 252, alignments in bytes 1/ 7: 201.203 32.0469 60.1094 194.344 Length 252, alignments in bytes 7/ 1: 201.047 31.6719 59.375 193.219 Length 252, alignments in bytes 3/ 4: 200.969 33.0469 52.25 193.422 Length 252, alignments in bytes 4/ 3: 201.703 31.9219 60.9531 193.125 Length 252, alignments in bytes 5/ 7: 202.297 31.4688 57.9219 193.312 Length 252, alignments in bytes 7/ 5: 200.734 31.9844 59.7188 193.422 Length 256, alignments in bytes 0/ 4: 203.75 32.3125 55.5156 64.7812 Length 256, alignments in bytes 4/ 0: 204.062 31.0156 57.2656 64.4219 Length 256, alignments in bytes 4/ 4: 204.359 31.0625 42.4531 64.3125 Length 256, alignments in bytes 2/ 2: 204.391 30.9688 43.3594 197.141 Length 256, alignments in bytes 2/ 6: 204.078 31.3906 59.7031 196.406 Length 256, alignments in bytes 6/ 2: 204.938 30.625 59.1094 196.5 Length 256, alignments in bytes 1/ 7: 205.062 31.625 59.2969 196.734 Length 256, alignments in bytes 7/ 1: 204.234 29.3438 54.1875 196.141 Length 256, alignments in bytes 3/ 4: 204.516 32.2969 58.3281 196.422 Length 256, alignments in bytes 4/ 3: 204.656 30.9375 62.3906 195.906 Length 256, alignments in bytes 5/ 7: 205.203 31.0156 60.9531 196.844 Length 256, alignments in bytes 7/ 5: 203.922 29.3125 54.8438 196.438 Length 260, alignments in bytes 0/ 4: 208.547 31.4531 57.4219 64.0625 Length 260, alignments in bytes 4/ 0: 206.734 31.8438 57.1562 64.6719 Length 260, alignments in bytes 4/ 4: 207.266 31.5 42.5156 64.0625 Length 260, alignments in bytes 2/ 2: 207 30.75 44.25 199.062 Length 260, alignments in bytes 2/ 6: 207.359 30.6875 61.1406 198.844 Length 260, alignments in bytes 6/ 2: 207.016 30.9219 58.8438 199.766 Length 260, alignments in bytes 1/ 7: 208.438 30.9688 60.4844 199.234 Length 260, alignments in bytes 7/ 1: 207.781 31.8125 60.5312 200.219 Length 260, alignments in bytes 3/ 4: 207.75 29.9844 52.3594 200.5 Length 260, alignments in bytes 4/ 3: 206.75 31.5469 62.0312 199.562 Length 260, alignments in bytes 5/ 7: 208.031 31.7812 60.2031 200.125 Length 260, alignments in bytes 7/ 5: 206.719 31.7969 60.2188 199.297 Length 264, alignments in bytes 0/ 4: 209.984 31.9688 57.2969 66.0156 Length 264, alignments in bytes 4/ 0: 210 30.8594 58.5312 65.6562 Length 264, alignments in bytes 4/ 4: 210.516 30.6719 43.2656 65.8281 Length 264, alignments in bytes 2/ 2: 209.609 31.0156 44.125 203.188 Length 264, alignments in bytes 2/ 6: 210.297 31.125 59.9688 202.297 Length 264, alignments in bytes 6/ 2: 210.219 30.4531 58.8438 203.391 Length 264, alignments in bytes 1/ 7: 210.656 31.2344 60.6094 202.406 Length 264, alignments in bytes 7/ 1: 209.609 31.75 54.2188 202.297 Length 264, alignments in bytes 3/ 4: 210.625 32.375 59.8125 202.609 Length 264, alignments in bytes 4/ 3: 209.812 30.8438 62.7031 202.266 Length 264, alignments in bytes 5/ 7: 211.375 31.0312 62.1406 202.969 Length 264, alignments in bytes 7/ 5: 210.141 31.4844 56.4219 202.422 Length 268, alignments in bytes 0/ 4: 213.203 31.5469 58.5781 66.2344 Length 268, alignments in bytes 4/ 0: 212.984 32.9531 58.375 65.7969 Length 268, alignments in bytes 4/ 4: 213.625 32.4531 42.5781 65.7812 Length 268, alignments in bytes 2/ 2: 213.609 31.6562 45.1562 206.422 Length 268, alignments in bytes 2/ 6: 213.234 32.8125 62.3125 205.281 Length 268, alignments in bytes 6/ 2: 213.922 32.0156 60.1406 206.031 Length 268, alignments in bytes 1/ 7: 213.359 31.8906 62.5625 205.891 Length 268, alignments in bytes 7/ 1: 214.312 32.9531 61.8594 205.172 Length 268, alignments in bytes 3/ 4: 213.594 33.2656 54.4844 205.75 Length 268, alignments in bytes 4/ 3: 212.781 32.6719 63.5156 205.156 Length 268, alignments in bytes 5/ 7: 214.172 32.6719 61.4062 205.609 Length 268, alignments in bytes 7/ 5: 213.719 32.6406 62.0781 205.312 Length 272, alignments in bytes 0/ 4: 216.953 33.4688 57.6719 67.5781 Length 272, alignments in bytes 4/ 0: 216.688 32.0156 59.4688 67.1406 Length 272, alignments in bytes 4/ 4: 215.844 31.875 43.4531 66.9219 Length 272, alignments in bytes 2/ 2: 216 31.9688 44.2188 209.109 Length 272, alignments in bytes 2/ 6: 216.484 32.5156 62.2031 208.734 Length 272, alignments in bytes 6/ 2: 216.156 31.8438 61.5781 209.031 Length 272, alignments in bytes 1/ 7: 216.297 32.5 61.2031 209.047 Length 272, alignments in bytes 7/ 1: 216.953 30.5 56.6562 208.828 Length 272, alignments in bytes 3/ 4: 216.766 33.5 61 208.281 Length 272, alignments in bytes 4/ 3: 216.719 31.9062 65.0312 208.594 Length 272, alignments in bytes 5/ 7: 217.172 31.9688 63.2031 208.141 Length 272, alignments in bytes 7/ 5: 216.875 30.4062 57.4688 208.172 Length 276, alignments in bytes 0/ 4: 219.281 33.0625 59.8281 67.3906 Length 276, alignments in bytes 4/ 0: 219.297 32.9844 58.4375 67.4531 Length 276, alignments in bytes 4/ 4: 219.078 32.4062 43.0156 67.5312 Length 276, alignments in bytes 2/ 2: 219.234 31.6406 45.1875 211.891 Length 276, alignments in bytes 2/ 6: 219.141 31.6875 62.5469 211.062 Length 276, alignments in bytes 6/ 2: 219.172 31.875 61.1562 211.422 Length 276, alignments in bytes 1/ 7: 220.609 32.2344 63.2969 212.141 Length 276, alignments in bytes 7/ 1: 219.578 33.0938 61.2812 211.656 Length 276, alignments in bytes 3/ 4: 219.25 31.25 55.4844 211.5 Length 276, alignments in bytes 4/ 3: 218.453 32.6562 64.6094 211.969 Length 276, alignments in bytes 5/ 7: 221.109 32.3125 62.7812 211.219 Length 276, alignments in bytes 7/ 5: 220.109 32.8125 62.5625 211.719 Length 280, alignments in bytes 0/ 4: 222.047 33.1562 58.8125 68.9375 Length 280, alignments in bytes 4/ 0: 223 31.7969 61.0625 69.0625 Length 280, alignments in bytes 4/ 4: 222.234 31.6875 44.9219 68.9688 Length 280, alignments in bytes 2/ 2: 222.625 31.9062 45.7344 214.859 Length 280, alignments in bytes 2/ 6: 222.266 32.3125 63.4219 214.719 Length 280, alignments in bytes 6/ 2: 223.594 31.5469 62.6719 214.516 Length 280, alignments in bytes 1/ 7: 223.688 32.6094 62.8906 215.297 Length 280, alignments in bytes 7/ 1: 221.781 32.5625 56.5156 214.688 Length 280, alignments in bytes 3/ 4: 222.672 33.25 61.8125 213.891 Length 280, alignments in bytes 4/ 3: 222.453 31.7344 66 214.797 Length 280, alignments in bytes 5/ 7: 224.266 32.0625 63.1094 214.469 Length 280, alignments in bytes 7/ 5: 223.109 32.5625 57.9062 214.188 Length 284, alignments in bytes 0/ 4: 226.266 32.6094 61.25 69.25 Length 284, alignments in bytes 4/ 0: 225.922 33.8438 60.7031 69.5469 Length 284, alignments in bytes 4/ 4: 225.938 33.7031 43.4375 68.8125 Length 284, alignments in bytes 2/ 2: 226.672 32.2188 46.7344 217.641 Length 284, alignments in bytes 2/ 6: 225.859 32.2188 63.9375 218.062 Length 284, alignments in bytes 6/ 2: 225.906 33.1719 62.5938 217.938 Length 284, alignments in bytes 1/ 7: 226.172 33.6719 64.6875 217.969 Length 284, alignments in bytes 7/ 1: 225.016 33.8594 63.9531 217.828 Length 284, alignments in bytes 3/ 4: 226.594 34.0469 56.75 217.172 Length 284, alignments in bytes 4/ 3: 225.562 33.75 65.7344 218 Length 284, alignments in bytes 5/ 7: 226.172 33.5938 64.1406 217.906 Length 284, alignments in bytes 7/ 5: 225.641 33.6406 64.5938 218.203 Length 288, alignments in bytes 0/ 4: 230 34.2969 60.875 71 Length 288, alignments in bytes 4/ 0: 228.078 33.2031 62.2188 70.3906 Length 288, alignments in bytes 4/ 4: 229.891 32.8281 44.9688 70.2031 Length 288, alignments in bytes 2/ 2: 228.641 33.1875 45.5469 220.797 Length 288, alignments in bytes 2/ 6: 228.953 33.375 63.625 220.297 Length 288, alignments in bytes 6/ 2: 228.703 32.6562 62.6875 220.938 Length 288, alignments in bytes 1/ 7: 229.719 33.7188 63.9844 220.656 Length 288, alignments in bytes 7/ 1: 229.031 31.375 58.9844 220.844 Length 288, alignments in bytes 3/ 4: 228.859 34.5312 63.2969 220.75 Length 288, alignments in bytes 4/ 3: 228.25 33 67 220.938 Length 288, alignments in bytes 5/ 7: 229.672 33.1406 65.5781 220.578 Length 288, alignments in bytes 7/ 5: 228.906 31.4219 60.1719 220.844 Length 292, alignments in bytes 0/ 4: 230.844 33.7344 62.25 70.2812 Length 292, alignments in bytes 4/ 0: 231.188 33.8281 62.2031 70.8906 Length 292, alignments in bytes 4/ 4: 231.938 33.2656 45.1406 70.875 Length 292, alignments in bytes 2/ 2: 231.531 32.6094 47.0938 223.703 Length 292, alignments in bytes 2/ 6: 232 32.6562 65.5 223.672 Length 292, alignments in bytes 6/ 2: 231.906 32.8438 63.4531 223.875 Length 292, alignments in bytes 1/ 7: 232.875 33.2656 65.75 224.734 Length 292, alignments in bytes 7/ 1: 231.609 33.7344 63.7812 224.672 Length 292, alignments in bytes 3/ 4: 232.578 32.1406 57.8906 224.188 Length 292, alignments in bytes 4/ 3: 231.5 33.6094 66.5 254.734 Length 292, alignments in bytes 5/ 7: 232.688 33.5781 65.3594 223.719 Length 292, alignments in bytes 7/ 5: 231.25 33.6406 65.625 224.672 Length 296, alignments in bytes 0/ 4: 235.094 34.0469 61.3125 72.3594 Length 296, alignments in bytes 4/ 0: 235.219 32.9219 63.25 72 Length 296, alignments in bytes 4/ 4: 235.375 32.6406 45.8281 71.9219 Length 296, alignments in bytes 2/ 2: 234.938 32.6875 47.25 227.328 Length 296, alignments in bytes 2/ 6: 234.812 33.2031 65.5469 227.562 Length 296, alignments in bytes 6/ 2: 235.234 32.5 64.7188 227.141 Length 296, alignments in bytes 1/ 7: 234.797 33.2812 65.2812 226.469 Length 296, alignments in bytes 7/ 1: 234.594 33.6875 58.5625 226.281 Length 296, alignments in bytes 3/ 4: 234.766 34.6094 64.3906 226.781 Length 296, alignments in bytes 4/ 3: 234.609 33.0469 68.5156 226.922 Length 296, alignments in bytes 5/ 7: 235.438 33.0625 66.4375 226.188 Length 296, alignments in bytes 7/ 5: 235.641 33.6562 60.4688 227.125 Length 300, alignments in bytes 0/ 4: 238.203 33.6562 63.1406 72.4062 Length 300, alignments in bytes 4/ 0: 238.281 34.8281 63.0781 72.2344 Length 300, alignments in bytes 4/ 4: 237.844 34.6875 44.5781 72.1719 Length 300, alignments in bytes 2/ 2: 238.094 33 47.9688 229.266 Length 300, alignments in bytes 2/ 6: 238.562 34.0469 65.7969 229.469 Length 300, alignments in bytes 6/ 2: 238.953 34.3906 64.7969 230.062 Length 300, alignments in bytes 1/ 7: 238.688 34.375 67.2969 230.125 Length 300, alignments in bytes 7/ 1: 238.062 34.9062 66.0312 230.188 Length 300, alignments in bytes 3/ 4: 238.891 36.4062 58.8281 229.828 Length 300, alignments in bytes 4/ 3: 237.812 34.6719 67.1562 229.531 Length 300, alignments in bytes 5/ 7: 239.078 34.8125 65.9531 229.844 Length 300, alignments in bytes 7/ 5: 238.438 34.7656 67.125 229.734 Length 304, alignments in bytes 0/ 4: 240.891 35.5 62.3438 73.2031 Length 304, alignments in bytes 4/ 0: 240.75 34.0312 63.7031 73.6875 Length 304, alignments in bytes 4/ 4: 240.656 33.6719 46 74.0312 Length 304, alignments in bytes 2/ 2: 239.75 34.2656 46.7812 232.734 Length 304, alignments in bytes 2/ 6: 241 34.1875 66.7188 232.344 Length 304, alignments in bytes 6/ 2: 240.094 33.5469 64.9688 232.531 Length 304, alignments in bytes 1/ 7: 240.125 34.5312 65.3594 233.266 Length 304, alignments in bytes 7/ 1: 240.25 32.5 61.2969 232.75 Length 304, alignments in bytes 3/ 4: 239.922 35.6875 65 232.719 Length 304, alignments in bytes 4/ 3: 240.703 33.8594 69.5938 233.406 Length 304, alignments in bytes 5/ 7: 241.844 33.9375 66.5312 233.125 Length 304, alignments in bytes 7/ 5: 240.141 32.4844 62.4844 232.984 Length 308, alignments in bytes 0/ 4: 243.828 60.7031 63.6719 74.3438 Length 308, alignments in bytes 4/ 0: 243.984 34.8125 63.3438 73.7656 Length 308, alignments in bytes 4/ 4: 244.203 34.3906 46.5 73.8125 Length 308, alignments in bytes 2/ 2: 244.344 33.7031 48.2656 235.969 Length 308, alignments in bytes 2/ 6: 244.703 33.7969 67.3594 236.156 Length 308, alignments in bytes 6/ 2: 243.656 33.9844 64.7656 235.531 Length 308, alignments in bytes 1/ 7: 244.938 34.125 68.4062 235.469 Length 308, alignments in bytes 7/ 1: 244.656 34.6406 67.1719 235.547 Length 308, alignments in bytes 3/ 4: 244 33.1719 60.3906 235.891 Length 308, alignments in bytes 4/ 3: 243.703 34.6094 68 235.938 Length 308, alignments in bytes 5/ 7: 244.766 34.5938 66.1406 235.109 Length 308, alignments in bytes 7/ 5: 243.922 34.7344 67.8438 236.594 Length 312, alignments in bytes 0/ 4: 247.219 35.2344 64.5 75.7188 Length 312, alignments in bytes 4/ 0: 247.609 33.7969 64.5 75.4062 Length 312, alignments in bytes 4/ 4: 246.75 33.7812 47.0469 75.5781 Length 312, alignments in bytes 2/ 2: 248.375 33.9375 48.5625 239.312 Length 312, alignments in bytes 2/ 6: 246.469 34.5156 68.0781 238.75 Length 312, alignments in bytes 6/ 2: 247.188 33.375 67.0938 238.375 Length 312, alignments in bytes 1/ 7: 248.281 34.4062 66.4062 239.109 Length 312, alignments in bytes 7/ 1: 247.797 34.6094 62.4219 238.906 Length 312, alignments in bytes 3/ 4: 247.719 35.5625 66.1094 239.016 Length 312, alignments in bytes 4/ 3: 247.297 33.6406 69.7812 237.891 Length 312, alignments in bytes 5/ 7: 248.25 34.0781 68.75 239.688 Length 312, alignments in bytes 7/ 5: 245.75 34.4844 63.5312 238.5 Length 316, alignments in bytes 0/ 4: 249.609 34.75 65.5469 75.3594 Length 316, alignments in bytes 4/ 0: 249.734 35.9688 64.2969 75.6406 Length 316, alignments in bytes 4/ 4: 250.094 35.6562 46.3906 75.3438 Length 316, alignments in bytes 2/ 2: 250.219 33.8125 49.3281 242.672 Length 316, alignments in bytes 2/ 6: 251.047 34.6406 68.9531 243.016 Length 316, alignments in bytes 6/ 2: 250.219 34.9375 67.0625 241.016 Length 316, alignments in bytes 1/ 7: 250.516 35.6719 69.3906 242.219 Length 316, alignments in bytes 7/ 1: 250.531 35.6719 68.5625 241.562 Length 316, alignments in bytes 3/ 4: 270.859 36.25 61.4375 241.484 Length 316, alignments in bytes 4/ 3: 249.812 35.875 69.9062 242.172 Length 316, alignments in bytes 5/ 7: 250.672 35.7031 68.2188 241.688 Length 316, alignments in bytes 7/ 5: 249.812 35.7188 68.2812 241.641 Length 320, alignments in bytes 0/ 4: 252.719 36.3594 64.8125 76.875 Length 320, alignments in bytes 4/ 0: 252.391 35.0156 65.7344 76.6406 Length 320, alignments in bytes 4/ 4: 284.562 34.7344 47.2031 76.7344 Length 320, alignments in bytes 2/ 2: 253.094 35.1719 48.2344 244.453 Length 320, alignments in bytes 2/ 6: 253.016 35.5625 69.0938 245.922 Length 320, alignments in bytes 6/ 2: 252.344 34.6094 68.125 244.938 Length 320, alignments in bytes 1/ 7: 254.141 36 67.875 245.234 Length 320, alignments in bytes 7/ 1: 253.406 33.5 63.5312 244.422 Length 320, alignments in bytes 3/ 4: 253.203 36.4688 67.3281 245.141 Length 320, alignments in bytes 4/ 3: 253.906 34.9375 71.7031 244.766 Length 320, alignments in bytes 5/ 7: 255.734 35.375 69.9219 245.016 Length 320, alignments in bytes 7/ 5: 253.609 33.4219 65.0469 245.297 Length 324, alignments in bytes 0/ 4: 256.156 35.6875 66.75 77.4219 Length 324, alignments in bytes 4/ 0: 256.141 35.8438 65.375 77.4219 Length 324, alignments in bytes 4/ 4: 256.344 35.5156 47.3438 76.8594 Length 324, alignments in bytes 2/ 2: 255.141 34.5625 49.5156 247.938 Length 324, alignments in bytes 2/ 6: 256.688 34.9219 69.4844 247.703 Length 324, alignments in bytes 6/ 2: 256.281 34.9844 68.2031 248.422 Length 324, alignments in bytes 1/ 7: 256.562 34.7969 69.4531 248.266 Length 324, alignments in bytes 7/ 1: 256.797 35.7344 69.4062 248.234 Length 324, alignments in bytes 3/ 4: 256.953 33.9844 62.7812 247.672 Length 324, alignments in bytes 4/ 3: 255.578 35.5625 71.0469 248.219 Length 324, alignments in bytes 5/ 7: 257.266 35.5781 68.4062 248.422 Length 324, alignments in bytes 7/ 5: 256.625 35.4531 70.3125 247.844 Length 328, alignments in bytes 0/ 4: 259.609 36.375 66.8594 78.5781 Length 328, alignments in bytes 4/ 0: 258.344 34.8594 67.8906 78.8906 Length 328, alignments in bytes 4/ 4: 260.031 34.5938 48.6719 78.0156 Length 328, alignments in bytes 2/ 2: 259.328 34.8438 50.0938 250.484 Length 328, alignments in bytes 2/ 6: 259 35.3125 69.9844 251.172 Length 328, alignments in bytes 6/ 2: 259.172 34.3281 68.2969 250.891 Length 328, alignments in bytes 1/ 7: 259.125 35.5156 69.3906 250.25 Length 328, alignments in bytes 7/ 1: 259.422 35.4062 64.4219 250.922 Length 328, alignments in bytes 3/ 4: 259.641 36.3281 67.6406 250.438 Length 328, alignments in bytes 4/ 3: 260.188 34.8125 71.8906 251.688 Length 328, alignments in bytes 5/ 7: 259.469 34.7969 70 251.094 Length 328, alignments in bytes 7/ 5: 259.969 35.4219 64.8125 250.469 Length 332, alignments in bytes 0/ 4: 262.609 35.9375 67.8125 79.1094 Length 332, alignments in bytes 4/ 0: 261.875 36.9375 67.6094 78.75 Length 332, alignments in bytes 4/ 4: 262.359 36.5781 47.7031 78.4844 Length 332, alignments in bytes 2/ 2: 262.297 35.2656 50.5781 253.828 Length 332, alignments in bytes 2/ 6: 263.594 36.0625 71.0469 253.469 Length 332, alignments in bytes 6/ 2: 262.797 36.2812 68 253.609 Length 332, alignments in bytes 1/ 7: 263.469 35.7188 71.5156 253.125 Length 332, alignments in bytes 7/ 1: 262.375 37.0312 69.5156 253.578 Length 332, alignments in bytes 3/ 4: 262.781 36.9688 63.8438 253.922 Length 332, alignments in bytes 4/ 3: 263 36.4375 72.5781 254.578 Length 332, alignments in bytes 5/ 7: 263.922 36.6406 70.3906 253.875 Length 332, alignments in bytes 7/ 5: 262.703 36.5469 71.5156 253.062 Length 336, alignments in bytes 0/ 4: 264.594 37.6562 67.875 80.125 Length 336, alignments in bytes 4/ 0: 264.734 36 69.0938 80.0312 Length 336, alignments in bytes 4/ 4: 265.875 35.9688 48.4531 80.1094 Length 336, alignments in bytes 2/ 2: 264.906 36.0625 49.5938 257.609 Length 336, alignments in bytes 2/ 6: 264.172 36.7812 71.4844 256.609 Length 336, alignments in bytes 6/ 2: 265.844 35.4844 70.5312 256.469 Length 336, alignments in bytes 1/ 7: 264.922 36.6406 70.5625 257.016 Length 336, alignments in bytes 7/ 1: 264.281 34.4688 66.0156 257.547 Length 336, alignments in bytes 3/ 4: 265.328 37.7812 69.6719 257.094 Length 336, alignments in bytes 4/ 3: 265.188 36.0156 73.25 257.219 Length 336, alignments in bytes 5/ 7: 265.719 36.0156 72.6719 257.109 Length 336, alignments in bytes 7/ 5: 267.359 34.4219 66.2031 257.141 Length 340, alignments in bytes 0/ 4: 269.641 36.8594 68.8438 80.6406 Length 340, alignments in bytes 4/ 0: 268.375 36.9219 68.875 80.5469 Length 340, alignments in bytes 4/ 4: 269.031 36.3438 48.625 80.0938 Length 340, alignments in bytes 2/ 2: 266.938 35.5781 50.5938 259.859 Length 340, alignments in bytes 2/ 6: 267.875 36.0625 72.7344 260.625 Length 340, alignments in bytes 6/ 2: 269.688 35.8906 70.25 259.719 Length 340, alignments in bytes 1/ 7: 268.953 36.2656 71.7969 260.781 Length 340, alignments in bytes 7/ 1: 268.828 36.625 72.1406 259.828 Length 340, alignments in bytes 3/ 4: 269.062 35.3281 65.1562 260.047 Length 340, alignments in bytes 4/ 3: 269.328 36.8594 73.625 260.406 Length 340, alignments in bytes 5/ 7: 268.391 36.8438 70.4531 259.688 Length 340, alignments in bytes 7/ 5: 268.906 36.6406 72.6719 259 Length 344, alignments in bytes 0/ 4: 271.609 37.2656 68.7031 82.0156 Length 344, alignments in bytes 4/ 0: 271.516 35.9062 69.1562 81.4219 Length 344, alignments in bytes 4/ 4: 272.016 35.5781 49.5156 81.2031 Length 344, alignments in bytes 2/ 2: 270.984 35.875 75.4375 263.359 Length 344, alignments in bytes 2/ 6: 271.656 36.5469 71.4688 262.734 Length 344, alignments in bytes 6/ 2: 272 35.3594 70.4531 262.359 Length 344, alignments in bytes 1/ 7: 273.109 36.7969 71.8594 263.375 Length 344, alignments in bytes 7/ 1: 272.547 36.4688 66.7344 262.766 Length 344, alignments in bytes 3/ 4: 272.953 37.4531 71.1562 262.812 Length 344, alignments in bytes 4/ 3: 271.859 35.75 74.9844 263.266 Length 344, alignments in bytes 5/ 7: 273.609 36.0781 72 262.609 Length 344, alignments in bytes 7/ 5: 271.219 36.5469 67.5469 262.719 Length 348, alignments in bytes 0/ 4: 275.938 36.9219 69.1406 82.1875 Length 348, alignments in bytes 4/ 0: 275.094 37.8438 70.1406 82.1094 Length 348, alignments in bytes 4/ 4: 274.828 37.4688 48.8438 81.8281 Length 348, alignments in bytes 2/ 2: 590.562 36.3594 51.9531 266.922 Length 348, alignments in bytes 2/ 6: 274.359 37.4531 73.6875 266.297 Length 348, alignments in bytes 6/ 2: 274.016 37.0312 71.1875 266.328 Length 348, alignments in bytes 1/ 7: 273.609 36.7344 74 266.141 Length 348, alignments in bytes 7/ 1: 275.016 37.7188 72.6719 265.391 Length 348, alignments in bytes 3/ 4: 274.953 38.4219 66 266.312 Length 348, alignments in bytes 4/ 3: 274.641 37.7812 74.6875 266.047 Length 348, alignments in bytes 5/ 7: 276.406 37.8438 72.9219 266.359 Length 348, alignments in bytes 7/ 5: 275.578 37.7344 72.875 266.078 Length 352, alignments in bytes 0/ 4: 277.516 38.7656 69.1094 83.6406 Length 352, alignments in bytes 4/ 0: 276.25 36.9219 70.1094 83.3906 Length 352, alignments in bytes 4/ 4: 276.953 36.8125 49.8438 83.3438 Length 352, alignments in bytes 2/ 2: 279.125 37.0469 51.0312 268.828 Length 352, alignments in bytes 2/ 6: 280.047 37.5469 73.6094 269.344 Length 352, alignments in bytes 6/ 2: 276.812 36.6406 71.875 268.719 Length 352, alignments in bytes 1/ 7: 277.453 37.7188 73.2188 269.062 Length 352, alignments in bytes 7/ 1: 276.562 35.375 67.8906 269.406 Length 352, alignments in bytes 3/ 4: 279.469 38.8594 72.4375 269.328 Length 352, alignments in bytes 4/ 3: 278.812 36.9219 76.4219 268.984 Length 352, alignments in bytes 5/ 7: 278.922 37.1562 74.9062 269.078 Length 352, alignments in bytes 7/ 5: 279.281 35.4844 69.4375 269.688 Length 356, alignments in bytes 0/ 4: 281.328 37.8438 71.2812 83.4062 Length 356, alignments in bytes 4/ 0: 279.922 38 71.1406 83.6875 Length 356, alignments in bytes 4/ 4: 309.188 37.3438 50.2344 83.8906 Length 356, alignments in bytes 2/ 2: 278.766 36.5156 52.5469 272.484 Length 356, alignments in bytes 2/ 6: 281.438 37.3125 74.9062 271.688 Length 356, alignments in bytes 6/ 2: 280.375 37.0312 72.0938 271.469 Length 356, alignments in bytes 1/ 7: 281.062 37.2188 75.2344 272.969 Length 356, alignments in bytes 7/ 1: 281.125 37.7188 72.9844 272.234 Length 356, alignments in bytes 3/ 4: 280.812 36.2812 67.3594 272.438 Length 356, alignments in bytes 4/ 3: 280.469 37.8438 74.8281 272.953 Length 356, alignments in bytes 5/ 7: 281.641 37.9375 72.8906 272 Length 356, alignments in bytes 7/ 5: 280.766 37.5781 74.8281 271.969 Length 360, alignments in bytes 0/ 4: 284.578 38.4688 71.2812 85.0938 Length 360, alignments in bytes 4/ 0: 281.969 36.9062 72.25 84.8281 Length 360, alignments in bytes 4/ 4: 283.688 36.5781 50.9688 84.5312 Length 360, alignments in bytes 2/ 2: 282.141 36.9219 52.4375 275.797 Length 360, alignments in bytes 2/ 6: 283.172 37.625 73.8594 274.516 Length 360, alignments in bytes 6/ 2: 282.297 36.5781 73.6875 274.656 Length 360, alignments in bytes 1/ 7: 285.438 37.7969 74.6406 274.328 Length 360, alignments in bytes 7/ 1: 283.203 37.625 69.4688 275.328 Length 360, alignments in bytes 3/ 4: 284.766 38.5 73.5625 274.734 Length 360, alignments in bytes 4/ 3: 282.219 36.7812 77.5781 274.703 Length 360, alignments in bytes 5/ 7: 284.406 37.1719 75.625 275.188 Length 360, alignments in bytes 7/ 5: 282.688 37.4531 70.2031 274.656 Length 364, alignments in bytes 0/ 4: 286.594 37.9375 72.6406 85.0312 Length 364, alignments in bytes 4/ 0: 287.391 38.9844 72.1875 84.8594 Length 364, alignments in bytes 4/ 4: 287.328 38.7969 50.1094 85.3125 Length 364, alignments in bytes 2/ 2: 287.312 37.5781 53.5469 278.484 Length 364, alignments in bytes 2/ 6: 286.031 37.9688 76.2969 278.234 Length 364, alignments in bytes 6/ 2: 287.062 38.1094 74.1719 277.656 Length 364, alignments in bytes 1/ 7: 287.609 38.5 76.2031 277.734 Length 364, alignments in bytes 7/ 1: 288.172 38.8594 74.125 277.375 Length 364, alignments in bytes 3/ 4: 287.406 40.0781 68.2031 277.672 Length 364, alignments in bytes 4/ 3: 286.562 38.9062 76.8125 278.891 Length 364, alignments in bytes 5/ 7: 289.188 39.1094 75.4688 277.438 Length 364, alignments in bytes 7/ 5: 286.828 38.7344 75.8594 277.578 Length 368, alignments in bytes 0/ 4: 289.578 39.6875 72.3281 111.984 Length 368, alignments in bytes 4/ 0: 289.984 38.0781 73.375 87.0938 Length 368, alignments in bytes 4/ 4: 289.203 37.9375 51.4844 87.0312 Length 368, alignments in bytes 2/ 2: 290.516 38.0625 52.75 281.281 Length 368, alignments in bytes 2/ 6: 290.562 38.9531 75.8906 280.953 Length 368, alignments in bytes 6/ 2: 290.188 37.6094 74.2969 281.453 Length 368, alignments in bytes 1/ 7: 290.281 38.8594 75.5938 280.812 Length 368, alignments in bytes 7/ 1: 290.734 36.3125 70.7969 280.672 Length 368, alignments in bytes 3/ 4: 291.922 39.7812 74.7656 280.828 Length 368, alignments in bytes 4/ 3: 289.328 38 78.4531 282.516 Length 368, alignments in bytes 5/ 7: 292.5 38.4219 76.6406 282.047 Length 368, alignments in bytes 7/ 5: 289.062 36.4844 70.6875 280.875 Length 372, alignments in bytes 0/ 4: 292.5 38.8906 73.7031 86.5781 Length 372, alignments in bytes 4/ 0: 293.25 39.2344 73.3906 87.0938 Length 372, alignments in bytes 4/ 4: 293.281 38.4844 51.2031 86.4531 Length 372, alignments in bytes 2/ 2: 292.359 37.5469 53.6562 283.766 Length 372, alignments in bytes 2/ 6: 292.969 38.25 77.125 283.078 Length 372, alignments in bytes 6/ 2: 294.109 38.0469 73.9531 284.062 Length 372, alignments in bytes 1/ 7: 294.844 38.4062 76.8438 283.578 Length 372, alignments in bytes 7/ 1: 292.984 38.9844 76.5312 284.406 Length 372, alignments in bytes 3/ 4: 290.906 37.0312 69.6406 283.688 Length 372, alignments in bytes 4/ 3: 293.328 38.8438 77.2812 284.094 Length 372, alignments in bytes 5/ 7: 295.453 38.8281 76.7031 284.484 Length 372, alignments in bytes 7/ 5: 292.719 38.5781 76.375 283.484 Length 376, alignments in bytes 0/ 4: 295.953 39.6719 74 88.1719 Length 376, alignments in bytes 4/ 0: 296.578 37.7188 74.7969 88.1875 Length 376, alignments in bytes 4/ 4: 295.828 37.75 52.3906 88.3906 Length 376, alignments in bytes 2/ 2: 293.594 37.6875 54.2031 287.422 Length 376, alignments in bytes 2/ 6: 296.094 38.6562 77.4844 287.625 Length 376, alignments in bytes 6/ 2: 623.812 37.4375 75.1406 286.969 Length 376, alignments in bytes 1/ 7: 296.469 38.8281 77.0312 287.469 Length 376, alignments in bytes 7/ 1: 293.828 38.7812 71.7031 287 Length 376, alignments in bytes 3/ 4: 295 39.7031 76.0312 286.266 Length 376, alignments in bytes 4/ 3: 296.188 37.9219 79.7656 287.906 Length 376, alignments in bytes 5/ 7: 298.594 38.125 78.0781 286.641 Length 376, alignments in bytes 7/ 5: 296.125 38.5625 72.6719 287.266 Length 380, alignments in bytes 0/ 4: 298.547 38.9375 74.0469 87.875 Length 380, alignments in bytes 4/ 0: 300.078 39.9062 74.9688 87.9844 Length 380, alignments in bytes 4/ 4: 299.922 39.7031 51.5312 88.1719 Length 380, alignments in bytes 2/ 2: 299.703 38.4375 54.8281 289.844 Length 380, alignments in bytes 2/ 6: 299.953 39.4688 78.2812 290.047 Length 380, alignments in bytes 6/ 2: 297.844 39.3438 76.125 290.297 Length 380, alignments in bytes 1/ 7: 299.734 39.6875 77.9062 290.328 Length 380, alignments in bytes 7/ 1: 299.312 39.8125 77.7188 289.266 Length 380, alignments in bytes 3/ 4: 298.531 41.1719 70.7812 289.781 Length 380, alignments in bytes 4/ 3: 299.109 40.0156 79.2188 290.078 Length 380, alignments in bytes 5/ 7: 300.766 40.1094 76.4219 290.062 Length 380, alignments in bytes 7/ 5: 299.234 39.7031 78.7656 289.594 Length 384, alignments in bytes 0/ 4: 301.828 40.7031 73.9531 89.6719 Length 384, alignments in bytes 4/ 0: 302.516 39.25 75.9688 89.8438 Length 384, alignments in bytes 4/ 4: 302.266 39.25 52.5938 89.5469 Length 384, alignments in bytes 2/ 2: 302.969 39.4531 54.3281 293.469 Length 384, alignments in bytes 2/ 6: 301.406 39.9062 77.2031 292.812 Length 384, alignments in bytes 6/ 2: 301.109 38.75 77.4062 293.578 Length 384, alignments in bytes 1/ 7: 302.25 40.2969 77.3438 293.266 Length 384, alignments in bytes 7/ 1: 301.984 37.4219 72.5156 292.219 Length 384, alignments in bytes 3/ 4: 302.734 40.9375 76.8438 292.562 Length 384, alignments in bytes 4/ 3: 300.719 39.0156 80.9531 292.688 Length 384, alignments in bytes 5/ 7: 303.219 39.2812 78.7812 292.938 Length 384, alignments in bytes 7/ 5: 302.516 37.3438 72.9688 293.953 Length 388, alignments in bytes 0/ 4: 305.844 39.8125 76.2656 90.75 Length 388, alignments in bytes 4/ 0: 303.422 40.0625 75.2656 90.9375 Length 388, alignments in bytes 4/ 4: 305.297 39.5312 52.4531 90.5156 Length 388, alignments in bytes 2/ 2: 304.266 38.625 55.5781 296.859 Length 388, alignments in bytes 2/ 6: 306.484 39.2656 79.8438 296.297 Length 388, alignments in bytes 6/ 2: 304.578 39.1562 77.4375 295.406 Length 388, alignments in bytes 1/ 7: 306.172 39.2969 79 295.641 Length 388, alignments in bytes 7/ 1: 303.969 39.8125 78.9531 320.344 Length 388, alignments in bytes 3/ 4: 305.344 38.3125 71.0312 295.766 Length 388, alignments in bytes 4/ 3: 304.547 39.8125 80.9375 296.328 Length 388, alignments in bytes 5/ 7: 306.891 39.9062 78.9531 295.891 Length 388, alignments in bytes 7/ 5: 304.156 39.8281 79.75 296.719 Length 392, alignments in bytes 0/ 4: 307.062 40.9062 76.0469 91.5156 Length 392, alignments in bytes 4/ 0: 308.234 39.1719 76.9375 91.7812 Length 392, alignments in bytes 4/ 4: 308.438 38.7188 53.2969 91.4219 Length 392, alignments in bytes 2/ 2: 306.891 39.1406 56.1406 299.484 Length 392, alignments in bytes 2/ 6: 307.703 40 78.5 298.281 Length 392, alignments in bytes 6/ 2: 308.906 38.5938 78.5938 299.672 Length 392, alignments in bytes 1/ 7: 309.547 39.6719 78.8906 298.469 Length 392, alignments in bytes 7/ 1: 307.984 39.6719 73.8281 299.703 Length 392, alignments in bytes 3/ 4: 308.469 41.0625 78.3125 298.844 Length 392, alignments in bytes 4/ 3: 307.922 38.8438 82.2188 298.797 Length 392, alignments in bytes 5/ 7: 310.359 39.4219 80.5156 299.438 Length 392, alignments in bytes 7/ 5: 308.375 39.6719 74.3281 298.344 Length 396, alignments in bytes 0/ 4: 311.859 40 77.2969 91.5469 Length 396, alignments in bytes 4/ 0: 309.078 41.1562 77.125 91.5781 Length 396, alignments in bytes 4/ 4: 310.469 40.8594 52.7969 92.1094 Length 396, alignments in bytes 2/ 2: 311.219 38.6875 56.5156 301.641 Length 396, alignments in bytes 2/ 6: 312.062 39.8906 80.8125 302.391 Length 396, alignments in bytes 6/ 2: 312.594 40.1406 77.4688 301.328 Length 396, alignments in bytes 1/ 7: 310.969 40.2188 79.9531 302 Length 396, alignments in bytes 7/ 1: 309.984 41.1875 78.7969 302.125 Length 396, alignments in bytes 3/ 4: 313.031 42.5625 72.8906 302.062 Length 396, alignments in bytes 4/ 3: 312.188 40.9062 82.0469 301.641 Length 396, alignments in bytes 5/ 7: 312.844 41.2812 79.8906 302 Length 396, alignments in bytes 7/ 5: 312.016 40.9688 80.1094 301.906 Length 400, alignments in bytes 0/ 4: 315.453 42.0156 76.8906 93.3125 Length 400, alignments in bytes 4/ 0: 314.203 40.25 78.25 93.4062 Length 400, alignments in bytes 4/ 4: 314.547 39.8438 54.1562 93.0312 Length 400, alignments in bytes 2/ 2: 314.328 40.3594 55.9531 304.828 Length 400, alignments in bytes 2/ 6: 314.172 40.7188 80.8594 330.359 Length 400, alignments in bytes 6/ 2: 312.969 39.9375 79.7344 305.453 Length 400, alignments in bytes 1/ 7: 314.859 40.7969 80.2656 304.875 Length 400, alignments in bytes 7/ 1: 314.922 38.5 73.9688 305.281 Length 400, alignments in bytes 3/ 4: 315.125 41.9531 79.125 304.844 Length 400, alignments in bytes 4/ 3: 316.484 40.0781 83.2812 305.109 Length 400, alignments in bytes 5/ 7: 317.984 40.2656 81.8438 303.625 Length 400, alignments in bytes 7/ 5: 314.484 38.5469 76.6406 305.688 Length 404, alignments in bytes 0/ 4: 317.672 41.0938 78.6875 93.1094 Length 404, alignments in bytes 4/ 0: 317.156 41.1406 78 92.9219 Length 404, alignments in bytes 4/ 4: 317.594 40.5938 54.75 93.7812 Length 404, alignments in bytes 2/ 2: 767.453 38.2812 54 285.969 Length 404, alignments in bytes 2/ 6: 293.172 37.4219 76.25 284.688 Length 404, alignments in bytes 6/ 2: 293.125 37.0938 72.9688 285.484 Length 404, alignments in bytes 1/ 7: 293.297 37.5625 76.2031 284.875 Length 404, alignments in bytes 7/ 1: 293.781 37.6875 74.0625 284.25 Length 404, alignments in bytes 3/ 4: 294.25 36.5312 68.9062 284.656 Length 404, alignments in bytes 4/ 3: 292.969 37.9688 76.5625 284.938 Length 404, alignments in bytes 5/ 7: 295.734 37.9531 75 285.266 Length 404, alignments in bytes 7/ 5: 294.688 37.7812 74.9375 285.375 Length 408, alignments in bytes 0/ 4: 296.844 38.4531 72.8438 87.6094 Length 408, alignments in bytes 4/ 0: 296.188 37.1562 72.6094 87.6562 Length 408, alignments in bytes 4/ 4: 295.969 36.8906 51.1875 87.4688 Length 408, alignments in bytes 2/ 2: 296 37.1094 53.5312 287.797 Length 408, alignments in bytes 2/ 6: 296.547 37.5 75.75 288.359 Length 408, alignments in bytes 6/ 2: 295.5 36.6406 74.9219 288.312 Length 408, alignments in bytes 1/ 7: 298.609 38.2656 74.4375 287.047 Length 408, alignments in bytes 7/ 1: 296.984 37.6875 70.3594 288.203 Length 408, alignments in bytes 3/ 4: 297.984 38.7188 73.6875 287.812 Length 408, alignments in bytes 4/ 3: 296.328 37.0312 78.375 287.547 Length 408, alignments in bytes 5/ 7: 298.156 37.375 75.4375 287.422 Length 408, alignments in bytes 7/ 5: 295.375 37.7344 71.4375 287.688 Length 412, alignments in bytes 0/ 4: 299.188 38.2969 73.5156 88.5 Length 412, alignments in bytes 4/ 0: 298.062 39.2031 73.5 115.547 Length 412, alignments in bytes 4/ 4: 300.453 38.5156 50.625 88.0469 Length 412, alignments in bytes 2/ 2: 298.375 37.2812 54.3438 291.25 Length 412, alignments in bytes 2/ 6: 299.375 38.375 76.8438 290.688 Length 412, alignments in bytes 6/ 2: 299.281 38.3906 74.5469 290.609 Length 412, alignments in bytes 1/ 7: 300.641 38.9219 77.1094 290.391 Length 412, alignments in bytes 7/ 1: 299.062 39.0312 75.9531 290.75 Length 412, alignments in bytes 3/ 4: 300.203 39.3281 68.5781 289.156 Length 412, alignments in bytes 4/ 3: 298.156 38.7344 77 290.375 Length 412, alignments in bytes 5/ 7: 300.344 38.7344 74.9844 291.094 Length 412, alignments in bytes 7/ 5: 299.438 38.9531 76.9688 290.781 Length 416, alignments in bytes 0/ 4: 303.797 39.625 73.7031 89.4062 Length 416, alignments in bytes 4/ 0: 303.047 38.0156 74.75 89.1719 Length 416, alignments in bytes 4/ 4: 305.016 37.8125 51.7344 88.8125 Length 416, alignments in bytes 2/ 2: 301.703 38.0938 52.8281 293.656 Length 416, alignments in bytes 2/ 6: 302.078 38.8125 75.8281 294.109 Length 416, alignments in bytes 6/ 2: 302.172 37.75 75.8125 293.375 Length 416, alignments in bytes 1/ 7: 304.375 38.9375 76.2188 293.266 Length 416, alignments in bytes 7/ 1: 301.719 36.6562 71.7969 294 Length 416, alignments in bytes 3/ 4: 302.531 39.6094 74.1875 293.859 Length 416, alignments in bytes 4/ 3: 302.703 38.2188 79.2344 293.328 Length 416, alignments in bytes 5/ 7: 304.484 38.3906 77.7656 293.5 Length 416, alignments in bytes 7/ 5: 302.016 36.5 72.9844 293.078 Length 420, alignments in bytes 0/ 4: 305.703 38.7031 75.0156 89.375 Length 420, alignments in bytes 4/ 0: 306.062 38.9844 73.75 88.9531 Length 420, alignments in bytes 4/ 4: 306.094 38.4219 51.25 88.8438 Length 420, alignments in bytes 2/ 2: 303.75 37.5469 53.7656 296.641 Length 420, alignments in bytes 2/ 6: 304.516 38.3594 78.2188 295.594 Length 420, alignments in bytes 6/ 2: 304.953 38.0625 76.0938 296.484 Length 420, alignments in bytes 1/ 7: 305.656 38.4062 78.4375 296.344 Length 420, alignments in bytes 7/ 1: 304.391 38.5312 77.2344 295.844 Length 420, alignments in bytes 3/ 4: 306.391 37.6719 70.5938 295.172 Length 420, alignments in bytes 4/ 3: 304.766 38.625 77.7656 296.375 Length 420, alignments in bytes 5/ 7: 305.688 38.7344 76.0156 295.891 Length 420, alignments in bytes 7/ 5: 304.219 38.7344 77.9375 319.781 Length 424, alignments in bytes 0/ 4: 308.672 39.5781 74.5156 90.8438 Length 424, alignments in bytes 4/ 0: 306.453 38.0938 75.9531 90.8594 Length 424, alignments in bytes 4/ 4: 307.625 37.8594 53.2188 90.5625 Length 424, alignments in bytes 2/ 2: 307.234 38.0312 54.875 299.375 Length 424, alignments in bytes 2/ 6: 309.484 38.6719 77.9688 298.562 Length 424, alignments in bytes 6/ 2: 307.844 37.5625 76.2188 299.203 Length 424, alignments in bytes 1/ 7: 308.906 38.8281 77.1406 299.594 Length 424, alignments in bytes 7/ 1: 307.578 38.6562 72.8594 298.938 Length 424, alignments in bytes 3/ 4: 308.719 39.8906 75.2969 298.688 Length 424, alignments in bytes 4/ 3: 308.547 37.9062 80.1094 299.375 Length 424, alignments in bytes 5/ 7: 310.922 38.4531 78.6719 298.828 Length 424, alignments in bytes 7/ 5: 307.891 38.75 73.6406 298.359 Length 428, alignments in bytes 0/ 4: 310.469 39.1875 74.9375 90.6562 Length 428, alignments in bytes 4/ 0: 310.141 39.7812 75.5312 91.2031 Length 428, alignments in bytes 4/ 4: 310.906 39.4531 52.4688 91.1094 Length 428, alignments in bytes 2/ 2: 310.688 37.7344 55.7656 302.016 Length 428, alignments in bytes 2/ 6: 309.672 39.9531 78.1094 302.5 Length 428, alignments in bytes 6/ 2: 309.516 39.1094 76.8594 301.203 Length 428, alignments in bytes 1/ 7: 310.812 38.9062 79.0938 301.531 Length 428, alignments in bytes 7/ 1: 311.094 39.5781 78.375 302.094 Length 428, alignments in bytes 3/ 4: 311.641 40.625 71.8281 301.781 Length 428, alignments in bytes 4/ 3: 309.297 39.6094 79.7031 302.078 Length 428, alignments in bytes 5/ 7: 311.062 39.6406 76.9219 301.875 Length 428, alignments in bytes 7/ 5: 311.609 39.8594 78.4688 301.391 Length 432, alignments in bytes 0/ 4: 313.109 40.7344 74.5 91.8594 Length 432, alignments in bytes 4/ 0: 315.391 39.0312 75.8125 93.0156 Length 432, alignments in bytes 4/ 4: 312.75 38.9219 53.4219 92.2031 Length 432, alignments in bytes 2/ 2: 313.109 39.0469 55.0469 600.984 Length 432, alignments in bytes 2/ 6: 313.328 39.4219 78.7656 304.828 Length 432, alignments in bytes 6/ 2: 313.641 38.7656 78.1562 305.172 Length 432, alignments in bytes 1/ 7: 315.734 39.9375 78.5 303.844 Length 432, alignments in bytes 7/ 1: 311.828 37.5312 73.8438 305.016 Length 432, alignments in bytes 3/ 4: 313.969 40.625 77.5625 304 Length 432, alignments in bytes 4/ 3: 312.969 39.1406 81.25 304.844 Length 432, alignments in bytes 5/ 7: 315.969 39.2344 78.3594 304.531 Length 432, alignments in bytes 7/ 5: 313.25 37.6094 73.9531 304.078 Length 436, alignments in bytes 0/ 4: 316.422 39.875 76.875 93 Length 436, alignments in bytes 4/ 0: 314.797 40.0312 76.4219 92.3125 Length 436, alignments in bytes 4/ 4: 315.812 39.6094 52.7656 93 Length 436, alignments in bytes 2/ 2: 316.078 38.625 55.2188 307.891 Length 436, alignments in bytes 2/ 6: 315.625 39.2656 79.0469 308.453 Length 436, alignments in bytes 6/ 2: 316.359 38.9844 77.9062 306.766 Length 436, alignments in bytes 1/ 7: 316.781 39.4062 79.2969 307.141 Length 436, alignments in bytes 7/ 1: 314.469 39.9219 79.2812 307.516 Length 436, alignments in bytes 3/ 4: 316.656 38.2344 72.9531 307.141 Length 436, alignments in bytes 4/ 3: 316.016 39.625 81.25 307.578 Length 436, alignments in bytes 5/ 7: 316.906 39.75 79.2656 307.547 Length 436, alignments in bytes 7/ 5: 315.641 39.6719 79.9844 306.984 Length 440, alignments in bytes 0/ 4: 318.516 40.4219 76.875 92.875 Length 440, alignments in bytes 4/ 0: 318.125 39.0938 76.8594 93.1875 Length 440, alignments in bytes 4/ 4: 317.891 39.1406 54.2812 93.5625 Length 440, alignments in bytes 2/ 2: 319.531 39.1562 54.9531 311.047 Length 440, alignments in bytes 2/ 6: 317.359 39.75 79.8594 310.141 Length 440, alignments in bytes 6/ 2: 319.031 38.9375 79.0625 310.609 Length 440, alignments in bytes 1/ 7: 320.531 39.8281 79.4062 309.297 Length 440, alignments in bytes 7/ 1: 319.625 39.875 73.6875 309.844 Length 440, alignments in bytes 3/ 4: 319.094 40.9062 79.0938 309.703 Length 440, alignments in bytes 4/ 3: 318.5 39.0625 82.1875 310.547 Length 440, alignments in bytes 5/ 7: 322.125 39.1875 81.0469 310.656 Length 440, alignments in bytes 7/ 5: 318.656 39.7344 76.1094 310.25 Length 444, alignments in bytes 0/ 4: 323.031 40 77.8125 93.875 Length 444, alignments in bytes 4/ 0: 320.453 40.7344 77.6406 93.4844 Length 444, alignments in bytes 4/ 4: 321.266 40.3594 52.7812 93.7812 Length 444, alignments in bytes 2/ 2: 319.859 39.1719 56.0781 313.047 Length 444, alignments in bytes 2/ 6: 323.062 40.9844 80.9844 313.297 Length 444, alignments in bytes 6/ 2: 322.547 40.3281 78.8906 312.844 Length 444, alignments in bytes 1/ 7: 322.828 40.0312 81.3125 313.078 Length 444, alignments in bytes 7/ 1: 322 40.8125 79.5 313.312 Length 444, alignments in bytes 3/ 4: 322.266 42.125 74.2031 313.406 Length 444, alignments in bytes 4/ 3: 322.062 40.7969 82.125 313.109 Length 444, alignments in bytes 5/ 7: 323.719 40.9531 79.375 312.688 Length 444, alignments in bytes 7/ 5: 321.875 40.7969 81.1406 312.062 Length 448, alignments in bytes 0/ 4: 323.625 41.5938 77.6875 95.7656 Length 448, alignments in bytes 4/ 0: 324.953 40.125 78.7656 94.9531 Length 448, alignments in bytes 4/ 4: 323.641 39.7188 54.3906 95.1719 Length 448, alignments in bytes 2/ 2: 324.312 40 56.3906 315.781 Length 448, alignments in bytes 2/ 6: 325.328 40.7344 80.4688 315.688 Length 448, alignments in bytes 6/ 2: 323 39.5 80.5156 315.125 Length 448, alignments in bytes 1/ 7: 325.656 41 80.3281 316.266 Length 448, alignments in bytes 7/ 1: 326.312 38.5312 75.5781 315.047 Length 448, alignments in bytes 3/ 4: 326.859 41.5625 79.5312 315.938 Length 448, alignments in bytes 4/ 3: 324.766 39.9531 83.125 315.578 Length 448, alignments in bytes 5/ 7: 326.688 40.1094 80.6562 315.281 Length 448, alignments in bytes 7/ 5: 325.469 38.375 76.2812 315.766 Length 452, alignments in bytes 0/ 4: 327.188 40.5312 79.0781 95.5781 Length 452, alignments in bytes 4/ 0: 327.297 40.8438 78.8125 95.2969 Length 452, alignments in bytes 4/ 4: 327 40.625 54.5625 95.3438 Length 452, alignments in bytes 2/ 2: 327.812 39.625 56.8281 318.188 Length 452, alignments in bytes 2/ 6: 326.812 40.3125 81.0312 319.141 Length 452, alignments in bytes 6/ 2: 326.469 40.0781 80.1406 318.828 Length 452, alignments in bytes 1/ 7: 328.922 40.3438 82.4062 319.359 Length 452, alignments in bytes 7/ 1: 326.266 40.8125 81.7188 318.328 Length 452, alignments in bytes 3/ 4: 328.969 39.2344 75.1094 318.016 Length 452, alignments in bytes 4/ 3: 329.109 40.8438 83.4375 318.797 Length 452, alignments in bytes 5/ 7: 329.547 40.8125 81.4531 318.281 Length 452, alignments in bytes 7/ 5: 327.172 40.8438 81.9219 319 Length 456, alignments in bytes 0/ 4: 328.531 41.5625 78.75 97.4531 Length 456, alignments in bytes 4/ 0: 330.094 39.9375 79.125 96.8594 Length 456, alignments in bytes 4/ 4: 351.547 39.9062 55.0469 96.7344 Length 456, alignments in bytes 2/ 2: 329.5 40.0469 57.0469 320.969 Length 456, alignments in bytes 2/ 6: 331.359 40.7344 82.0156 322.141 Length 456, alignments in bytes 6/ 2: 329.203 39.6719 81.0469 320.828 Length 456, alignments in bytes 1/ 7: 331.172 41.0625 81.6406 321.344 Length 456, alignments in bytes 7/ 1: 329.469 40.75 76.7344 320.359 Length 456, alignments in bytes 3/ 4: 329.844 41.6719 80.8281 320.953 Length 456, alignments in bytes 4/ 3: 328.938 39.8438 84.375 320.156 Length 456, alignments in bytes 5/ 7: 330.641 40.5 81.7969 321.672 Length 456, alignments in bytes 7/ 5: 329.547 40.6094 77.2656 320.391 Length 460, alignments in bytes 0/ 4: 333.969 396.734 80.0312 97.0625 Length 460, alignments in bytes 4/ 0: 333.141 41.9688 78.7969 96.7344 Length 460, alignments in bytes 4/ 4: 334.469 41.5781 55.2969 96.2656 Length 460, alignments in bytes 2/ 2: 333.188 40.1406 58.2344 324.484 Length 460, alignments in bytes 2/ 6: 332.688 41.5469 83.4531 324.328 Length 460, alignments in bytes 6/ 2: 333.047 41.0625 80.9375 324.594 Length 460, alignments in bytes 1/ 7: 335.016 41.3438 83.375 324.109 Length 460, alignments in bytes 7/ 1: 333.5 41.8906 82.5938 323.141 Length 460, alignments in bytes 3/ 4: 335.062 42.0156 76.5 323 Length 460, alignments in bytes 4/ 3: 332.438 41.6406 84.4375 323.484 Length 460, alignments in bytes 5/ 7: 334.234 41.9844 82.7969 323.781 Length 460, alignments in bytes 7/ 5: 333.797 41.7812 83.3281 324.203 Length 464, alignments in bytes 0/ 4: 336.266 42.3281 79.2031 98.1875 Length 464, alignments in bytes 4/ 0: 335.562 40.9688 81.0156 97.75 Length 464, alignments in bytes 4/ 4: 334.891 40.8281 56.2031 98.1875 Length 464, alignments in bytes 2/ 2: 335.656 41.0625 57.4219 327.422 Length 464, alignments in bytes 2/ 6: 334.656 41.6094 81.9062 326.344 Length 464, alignments in bytes 6/ 2: 334.891 40.6719 82.5156 327.203 Length 464, alignments in bytes 1/ 7: 338.641 41.7812 82.6094 326.719 Length 464, alignments in bytes 7/ 1: 336.234 39.4688 78.1875 327.203 Length 464, alignments in bytes 3/ 4: 336.625 42.625 81.7031 326.484 Length 464, alignments in bytes 4/ 3: 336.5 41.0312 84.5312 326.641 Length 464, alignments in bytes 5/ 7: 339.188 41.2969 84.2656 326.844 Length 464, alignments in bytes 7/ 5: 335.672 39.4688 78.4375 326.469 Length 468, alignments in bytes 0/ 4: 338.969 41.6562 80.2969 98.9219 Length 468, alignments in bytes 4/ 0: 337.828 42.0312 80.75 98.4375 Length 468, alignments in bytes 4/ 4: 339.297 41.5781 56.2969 97.8906 Length 468, alignments in bytes 2/ 2: 338.766 40.625 58.7812 329.281 Length 468, alignments in bytes 2/ 6: 336.75 41.2344 83.9688 329.719 Length 468, alignments in bytes 6/ 2: 340.141 41.0312 82.2188 329.641 Length 468, alignments in bytes 1/ 7: 340.953 41.2969 84.7188 329.438 Length 468, alignments in bytes 7/ 1: 338.641 41.8125 82.4844 328.797 Length 468, alignments in bytes 3/ 4: 339 40.2344 77.2969 330.766 Length 468, alignments in bytes 4/ 3: 337.328 41.6719 85.0156 329.516 Length 468, alignments in bytes 5/ 7: 341.172 41.5156 83.5 329.094 Length 468, alignments in bytes 7/ 5: 337.547 41.6094 84.5156 329.391 Length 472, alignments in bytes 0/ 4: 343.188 42.7188 80.8906 100.172 Length 472, alignments in bytes 4/ 0: 341.344 40.7969 81.2344 99.9219 Length 472, alignments in bytes 4/ 4: 343.266 40.9062 57.0156 99.5938 Length 472, alignments in bytes 2/ 2: 343 41.2812 58.8906 332.75 Length 472, alignments in bytes 2/ 6: 341.688 41.9375 83.4375 332.891 Length 472, alignments in bytes 6/ 2: 342.953 40.5781 82.3438 332.25 Length 472, alignments in bytes 1/ 7: 344.703 41.6094 83.5625 332.672 Length 472, alignments in bytes 7/ 1: 342.234 41.625 79.1406 331.312 Length 472, alignments in bytes 3/ 4: 340.938 43.1406 81.7969 332.75 Length 472, alignments in bytes 4/ 3: 343.156 41.0938 86.6094 332.453 Length 472, alignments in bytes 5/ 7: 345.484 41.4062 85.3438 331.281 Length 472, alignments in bytes 7/ 5: 341.078 41.5781 80.1406 331.266 Length 476, alignments in bytes 0/ 4: 344.828 41.7969 81.9531 100.391 Length 476, alignments in bytes 4/ 0: 345.109 42.7031 82.1719 99.5156 Length 476, alignments in bytes 4/ 4: 345.328 42.6094 55.4844 99.875 Length 476, alignments in bytes 2/ 2: 344.688 41.3594 58.8906 334.453 Length 476, alignments in bytes 2/ 6: 344.703 42.3438 85.375 335 Length 476, alignments in bytes 6/ 2: 366.594 41.9531 83.5469 334.547 Length 476, alignments in bytes 1/ 7: 342.469 42.0625 84.7188 335.953 Length 476, alignments in bytes 7/ 1: 346.391 42.5469 83.6719 335.828 Length 476, alignments in bytes 3/ 4: 346.469 43.6406 78.2344 333.922 Length 476, alignments in bytes 4/ 3: 342.891 42.5156 85.2188 334.766 Length 476, alignments in bytes 5/ 7: 347.625 42.7344 84.375 334.844 Length 476, alignments in bytes 7/ 5: 344.062 42.6562 85.8281 334.266 Length 480, alignments in bytes 0/ 4: 346.203 43.5156 82.1562 101.031 Length 480, alignments in bytes 4/ 0: 346.188 41.9844 82.6719 101.203 Length 480, alignments in bytes 4/ 4: 346.328 41.4062 57.4531 101.234 Length 480, alignments in bytes 2/ 2: 347.391 42.0781 59.0625 337.891 Length 480, alignments in bytes 2/ 6: 348.391 42.2969 84.3281 337.656 Length 480, alignments in bytes 6/ 2: 347.156 41.6719 83.4688 337.75 Length 480, alignments in bytes 1/ 7: 347.453 42.75 85 337.438 Length 480, alignments in bytes 7/ 1: 347.141 40.5 79.2656 338.422 Length 480, alignments in bytes 3/ 4: 349.25 43.4219 83.8594 338.531 Length 480, alignments in bytes 4/ 3: 346.344 41.7969 87.7969 337.516 Length 480, alignments in bytes 5/ 7: 349.703 42.1094 85.9062 338.297 Length 480, alignments in bytes 7/ 5: 346.984 40.4688 81.125 337.484 Length 484, alignments in bytes 0/ 4: 351.328 42.4531 83.1094 101.281 Length 484, alignments in bytes 4/ 0: 352.625 43.1406 81.8281 101.703 Length 484, alignments in bytes 4/ 4: 349.359 42.5781 57.1406 102.078 Length 484, alignments in bytes 2/ 2: 347.859 41.3125 59.9844 339.953 Length 484, alignments in bytes 2/ 6: 348.984 42.3438 85.4688 341.016 Length 484, alignments in bytes 6/ 2: 348.547 42.1562 84.3281 340.609 Length 484, alignments in bytes 1/ 7: 350.641 42.2188 87.2812 633.406 Length 484, alignments in bytes 7/ 1: 349.938 42.6719 85.625 340.375 Length 484, alignments in bytes 3/ 4: 352.359 41.1719 79.7812 340.203 Length 484, alignments in bytes 4/ 3: 350.547 42.7344 87.1719 340.625 Length 484, alignments in bytes 5/ 7: 353.734 42.8125 85.6719 339.922 Length 484, alignments in bytes 7/ 5: 349.094 42.6406 86.6094 340.203 Length 488, alignments in bytes 0/ 4: 353.5 43.4531 82.9531 103.203 Length 488, alignments in bytes 4/ 0: 354.375 42 83.2188 102.25 Length 488, alignments in bytes 4/ 4: 352.938 41.7969 57.8438 102.672 Length 488, alignments in bytes 2/ 2: 353.219 42.1094 60.0938 343.781 Length 488, alignments in bytes 2/ 6: 353.938 42.3594 85.625 344.516 Length 488, alignments in bytes 6/ 2: 353.453 41.6562 85.9062 343.359 Length 488, alignments in bytes 1/ 7: 353.812 42.7344 85.8125 343.562 Length 488, alignments in bytes 7/ 1: 352.125 42.5156 81.2344 343.156 Length 488, alignments in bytes 3/ 4: 352.828 43.3906 85.125 343.547 Length 488, alignments in bytes 4/ 3: 351.969 41.8906 88.7656 344 Length 488, alignments in bytes 5/ 7: 356.484 42.0312 87.5 343.547 Length 488, alignments in bytes 7/ 5: 352.438 42.7031 82.1406 342.734 Length 492, alignments in bytes 0/ 4: 355.984 42.7188 84.3438 102.766 Length 492, alignments in bytes 4/ 0: 354.844 43.625 84.0938 103.016 Length 492, alignments in bytes 4/ 4: 355.438 43.375 57.7188 102.969 Length 492, alignments in bytes 2/ 2: 356.812 42.5156 60.4844 346.25 Length 492, alignments in bytes 2/ 6: 357.156 42.75 87.8594 346.484 Length 492, alignments in bytes 6/ 2: 357.547 43.1406 85.5156 346.906 Length 492, alignments in bytes 1/ 7: 355.594 43.0156 87.9844 346.203 Length 492, alignments in bytes 7/ 1: 356.531 43.7812 86.6719 345.875 Length 492, alignments in bytes 3/ 4: 355.984 43.9219 80.3594 346.234 Length 492, alignments in bytes 4/ 3: 354.656 43.5312 88.5156 346.719 Length 492, alignments in bytes 5/ 7: 358.969 43.7031 85.5938 346.688 Length 492, alignments in bytes 7/ 5: 356.469 43.375 87.1719 345.438 Length 496, alignments in bytes 0/ 4: 357.391 44.5312 84.0312 104.484 Length 496, alignments in bytes 4/ 0: 359.859 42.7344 85.5156 104.312 Length 496, alignments in bytes 4/ 4: 358.297 42.6719 58.4844 104.906 Length 496, alignments in bytes 2/ 2: 356.766 43 60.4375 350.312 Length 496, alignments in bytes 2/ 6: 359.375 43.1875 87.4375 348.469 Length 496, alignments in bytes 6/ 2: 357.906 42.375 85.875 349.406 Length 496, alignments in bytes 1/ 7: 382.141 43.375 87.125 348.859 Length 496, alignments in bytes 7/ 1: 361.203 41.5625 82.2812 349.516 Length 496, alignments in bytes 3/ 4: 361.891 44.25 86.1094 349.094 Length 496, alignments in bytes 4/ 3: 359.891 42.875 89.75 349.188 Length 496, alignments in bytes 5/ 7: 360.484 43.125 88.4375 348.375 Length 496, alignments in bytes 7/ 5: 358.375 41.4375 83.6719 349.734 Length 500, alignments in bytes 0/ 4: 359.078 43.5938 84.2812 104.688 Length 500, alignments in bytes 4/ 0: 362.109 43.875 85.0625 104.328 Length 500, alignments in bytes 4/ 4: 360.625 43.6406 58.7031 104.203 Length 500, alignments in bytes 2/ 2: 363.828 42.375 61.5312 351.344 Length 500, alignments in bytes 2/ 6: 359.188 42.7344 88.875 352.172 Length 500, alignments in bytes 6/ 2: 359.75 43.0625 86.2188 351.781 Length 500, alignments in bytes 1/ 7: 363.562 42.8906 88.6875 351.812 Length 500, alignments in bytes 7/ 1: 360.859 43.8906 88.0312 351.766 Length 500, alignments in bytes 3/ 4: 360.422 42.0312 81.1719 351.359 Length 500, alignments in bytes 4/ 3: 360.344 43.8906 88.7344 352.297 Length 500, alignments in bytes 5/ 7: 360.547 43.5625 87.9531 351.703 Length 500, alignments in bytes 7/ 5: 363.312 43.5312 88.375 351.094 Length 504, alignments in bytes 0/ 4: 364.188 44.25 85.0781 106.125 Length 504, alignments in bytes 4/ 0: 364.859 42.9062 86.5781 105.984 Length 504, alignments in bytes 4/ 4: 364.25 42.8906 59.625 106.453 Length 504, alignments in bytes 2/ 2: 364.328 42.6406 61.5469 354.391 Length 504, alignments in bytes 2/ 6: 364.453 43.3906 88.4219 354.422 Length 504, alignments in bytes 6/ 2: 363.531 42.4688 87.6875 354.641 Length 504, alignments in bytes 1/ 7: 367.141 43.6406 87.9375 354.094 Length 504, alignments in bytes 7/ 1: 366.484 43.6875 83.6406 355.109 Length 504, alignments in bytes 3/ 4: 365.641 44.2969 87.375 354.219 Length 504, alignments in bytes 4/ 3: 365.719 42.8281 90.875 354.344 Length 504, alignments in bytes 5/ 7: 365.828 43.25 89.5469 355.344 Length 504, alignments in bytes 7/ 5: 365.219 43.6875 84.3438 377.188 Length 508, alignments in bytes 0/ 4: 366.219 43.8281 86.5156 106 Length 508, alignments in bytes 4/ 0: 366.719 44.6094 86.375 106.172 Length 508, alignments in bytes 4/ 4: 365.109 44.1719 59.3906 105.656 Length 508, alignments in bytes 2/ 2: 365.328 43.6719 62.6406 358.75 Length 508, alignments in bytes 2/ 6: 366.75 43.4688 90.375 356.984 Length 508, alignments in bytes 6/ 2: 366.812 43.7812 87.7969 357.672 Length 508, alignments in bytes 1/ 7: 369.703 43.4375 89.5156 357.891 Length 508, alignments in bytes 7/ 1: 369.859 44.6562 88.9219 356.906 Length 508, alignments in bytes 3/ 4: 369.594 45.4062 83.0312 356.578 Length 508, alignments in bytes 4/ 3: 368.281 44.5781 90.5 658.234 Length 508, alignments in bytes 5/ 7: 367.469 44.5625 89.25 357.844 Length 508, alignments in bytes 7/ 5: 365.703 44.625 89.6562 356.516 Length 512, alignments in bytes 0/ 4: 368.109 45.25 86.3438 107.219 Length 512, alignments in bytes 4/ 0: 372.312 43.875 87.3906 107.078 Length 512, alignments in bytes 4/ 4: 370.625 43.5938 60.375 107.109 Length 512, alignments in bytes 2/ 2: 371.781 43.9844 61.7812 360.609 Length 512, alignments in bytes 2/ 6: 369.531 43.9688 88.7969 360.609 Length 512, alignments in bytes 6/ 2: 369.828 43.2656 89.3125 359.344 Length 512, alignments in bytes 1/ 7: 370.656 44.3906 88.875 359.172 Length 512, alignments in bytes 7/ 1: 371.844 42.4062 83.4062 360.594 Length 512, alignments in bytes 3/ 4: 371.438 45.3594 88.4375 360.344 Length 512, alignments in bytes 4/ 3: 368.906 44.0156 92.0312 360.922 Length 512, alignments in bytes 5/ 7: 370.625 43.9062 89.6562 359.984 Length 512, alignments in bytes 7/ 5: 369.828 42.4531 85.5 360.344 simple_strcpy __strcpy_power8 __strcpy_power7 __strcpy_ppc Length 0, alignments in bytes 0/ 0: 4.84375 7.48438 11.4375 19.6875 Length 0, alignments in bytes 0/ 0: 4.70312 7.09375 11.1094 19.5 Length 0, alignments in bytes 0/ 0: 4.9375 7.125 11.1875 19.3906 Length 0, alignments in bytes 0/ 0: 4.73438 6.89062 11.4844 19.2969 Length 1, alignments in bytes 0/ 0: 5.20312 6.73438 10.6562 19.375 Length 1, alignments in bytes 0/ 0: 4.89062 6.4375 10.5312 19.3438 Length 1, alignments in bytes 0/ 1: 5.17188 6.03125 10.3594 19.8438 Length 1, alignments in bytes 1/ 0: 4.51562 6.34375 10.625 19.2969 Length 2, alignments in bytes 0/ 0: 5.03125 6.40625 10.4688 19.0469 Length 2, alignments in bytes 0/ 0: 4.67188 5.98438 10.6562 18.9062 Length 2, alignments in bytes 0/ 2: 4.28125 5.96875 10.6562 19.1719 Length 2, alignments in bytes 2/ 0: 4.20312 6.29688 10.5312 18.7344 Length 3, alignments in bytes 0/ 0: 5.64062 6.92188 10.75 19.4844 Length 3, alignments in bytes 0/ 0: 5.51562 6.8125 10.7969 19.5 Length 3, alignments in bytes 0/ 3: 5.10938 6.98438 10.3594 19.7188 Length 3, alignments in bytes 3/ 0: 5.25 6.70312 10.2656 19.375 Length 4, alignments in bytes 0/ 0: 12.5781 6.3125 10.5312 19.0938 Length 4, alignments in bytes 0/ 0: 12.5781 6.1875 10.4531 18.9688 Length 4, alignments in bytes 0/ 4: 12.3281 6.28125 10.4844 19.3281 Length 4, alignments in bytes 4/ 0: 12.4844 6.07812 11 19.5312 Length 5, alignments in bytes 0/ 0: 7.3125 6.09375 9.95312 19.1562 Length 5, alignments in bytes 0/ 0: 6.71875 6.20312 10.3125 18.9219 Length 5, alignments in bytes 0/ 5: 6.4375 5.60938 9.9375 19.0938 Length 5, alignments in bytes 5/ 0: 6.54688 5.76562 10.9688 19.5625 Length 6, alignments in bytes 0/ 0: 8.04688 5.84375 10.2344 18.2031 Length 6, alignments in bytes 0/ 0: 7.45312 5.76562 10.0625 18.1562 Length 6, alignments in bytes 0/ 6: 7.09375 5.89062 10.1562 18.25 Length 6, alignments in bytes 6/ 0: 7.45312 5.92188 10.625 18.5938 Length 7, alignments in bytes 0/ 0: 8.65625 5.09375 9.39062 19.4531 Length 7, alignments in bytes 0/ 0: 8.40625 4.78125 9.10938 19.4062 Length 7, alignments in bytes 0/ 7: 8.10938 4.64062 8.9375 18 Length 7, alignments in bytes 7/ 0: 9.53125 4.75 9.625 18.4375 Length 8, alignments in bytes 0/ 0: 9.35938 6.57812 12.3125 20.7031 Length 8, alignments in bytes 0/ 0: 8.90625 6.25 11.6406 20.6094 Length 8, alignments in bytes 0/ 0: 8.95312 6.28125 11.5625 20.4844 Length 8, alignments in bytes 0/ 0: 8.90625 6.28125 11.5156 20.6406 Length 9, alignments in bytes 0/ 0: 10.25 6.15625 11.7969 20.875 Length 9, alignments in bytes 0/ 0: 9.70312 5.85938 11.0938 20.5312 Length 9, alignments in bytes 0/ 1: 9.64062 5.84375 10.9219 20.5938 Length 9, alignments in bytes 1/ 0: 9.75 5.76562 11.25 21.0469 Length 10, alignments in bytes 0/ 0: 11.0469 6.23438 11.0781 20.3594 Length 10, alignments in bytes 0/ 0: 10.4531 5.98438 10.8906 19.9844 Length 10, alignments in bytes 0/ 2: 10.2344 6.10938 11.0469 20.5469 Length 10, alignments in bytes 2/ 0: 10.25 5.82812 12.6406 21.5938 Length 11, alignments in bytes 0/ 0: 22.75 7.0625 11.1875 20.9062 Length 11, alignments in bytes 0/ 0: 20.2656 7.09375 11.0625 20.75 Length 11, alignments in bytes 0/ 3: 20.4219 6.46875 11.1875 21.1094 Length 11, alignments in bytes 3/ 0: 23.4219 6.90625 12.0625 21.5469 Length 12, alignments in bytes 0/ 0: 24.5156 6.28125 11.2031 21.7812 Length 12, alignments in bytes 0/ 0: 24.4062 6.0625 11.1719 21.6719 Length 12, alignments in bytes 0/ 4: 24.7188 6.04688 10.8906 21.8594 Length 12, alignments in bytes 4/ 0: 24.4375 6.03125 12.3281 21.4844 Length 13, alignments in bytes 0/ 0: 25.1719 6.79688 11.0312 19.875 Length 13, alignments in bytes 0/ 0: 25.4844 6.1875 10.7031 19.7188 Length 13, alignments in bytes 0/ 5: 25.5938 5.6875 10.5781 23.6875 Length 13, alignments in bytes 5/ 0: 25.2344 5.54688 12.625 21.9062 Length 14, alignments in bytes 0/ 0: 13.8125 5.84375 10.3281 19.4844 Length 14, alignments in bytes 0/ 0: 13.4844 5.8125 10.2656 19.2656 Length 14, alignments in bytes 0/ 6: 13.125 5.8125 10.1719 19.2969 Length 14, alignments in bytes 6/ 0: 13.0625 5.8125 13.3125 21.8438 Length 15, alignments in bytes 0/ 0: 14.25 6.98438 12.1406 21.3438 Length 15, alignments in bytes 0/ 0: 14.0625 7.01562 11.8125 20.9219 Length 15, alignments in bytes 0/ 7: 14.25 6.20312 11.6875 21.2656 Length 15, alignments in bytes 7/ 0: 13.9844 6.42188 12.3125 21.3594 Length 16, alignments in bytes 0/ 0: 15.4531 9.625 12.9062 21.9219 Length 16, alignments in bytes 7/ 2: 14.9844 7.03125 13.6719 22.2031 Length 32, alignments in bytes 0/ 0: 34.9375 11.1719 16.2031 16.5469 Length 32, alignments in bytes 6/ 4: 34.5781 9.45312 16.8281 23.0312 Length 64, alignments in bytes 0/ 0: 58.875 13.2031 18.3125 19.7812 Length 64, alignments in bytes 5/ 6: 59.1094 12.5 18.9688 27.375 Length 128, alignments in bytes 0/ 0: 107.031 18.1875 23.0625 27.2812 Length 128, alignments in bytes 4/ 0: 107.109 17.3906 24.3594 37.875 Length 256, alignments in bytes 0/ 0: 204.141 31.8438 30.3125 43.1094 Length 256, alignments in bytes 3/ 2: 205.312 31.9688 33.75 64.4219 Length 512, alignments in bytes 0/ 0: 398.953 48.0312 53.8125 71.6875 Length 512, alignments in bytes 2/ 4: 400.797 47.9219 67.6094 101.922 Length 1024, alignments in bytes 0/ 0: 789.953 80.0156 93.4219 120.281 Length 1024, alignments in bytes 1/ 6: 790.062 79.6406 108.469 171.5 Length 16, alignments in bytes 1/ 2: 15.2812 8.71875 12.375 22.25 Length 16, alignments in bytes 2/ 1: 14.9531 8.8125 12.8125 20.5312 Length 16, alignments in bytes 1/ 1: 14.7969 8.71875 11.9688 21.7344 Length 16, alignments in bytes 1/ 1: 15.0156 8.90625 12.1562 21.5938 Length 32, alignments in bytes 2/ 4: 34.8594 10.9375 15.75 22.4844 Length 32, alignments in bytes 4/ 2: 34.3594 9.60938 15.4688 22.5469 Length 32, alignments in bytes 2/ 2: 34.5312 9.5 16.2344 15.6094 Length 32, alignments in bytes 2/ 2: 34.5469 9.8125 15.8125 15.1875 Length 64, alignments in bytes 3/ 6: 58.9688 13.9375 16.5 26.6094 Length 64, alignments in bytes 6/ 3: 58.7031 11.3125 17.9219 27.6875 Length 64, alignments in bytes 3/ 3: 59 12.9375 18.2188 18.25 Length 64, alignments in bytes 3/ 3: 58.9688 12.4844 17.6094 18.7812 Length 128, alignments in bytes 4/ 0: 107.172 16.0938 24.0156 37.4531 Length 128, alignments in bytes 0/ 4: 106.844 16.875 24.1562 35.875 Length 128, alignments in bytes 4/ 4: 106.906 16.7656 21.4688 24.9844 Length 128, alignments in bytes 4/ 4: 106.688 16.7969 20.5312 24.3438 Length 256, alignments in bytes 5/ 2: 204.062 30.8906 33.6875 63.7031 Length 256, alignments in bytes 2/ 5: 203.75 31.8594 33.2344 63.5312 Length 256, alignments in bytes 5/ 5: 203.734 30.3906 27.1406 41.5312 Length 256, alignments in bytes 5/ 5: 204.188 30.4062 27.4219 41.5625 Length 512, alignments in bytes 6/ 4: 401.047 46.9219 67.375 101.328 Length 512, alignments in bytes 4/ 6: 399.672 48.25 65.9219 100.266 Length 512, alignments in bytes 6/ 6: 398.109 46.9062 51.3594 70.0938 Length 512, alignments in bytes 6/ 6: 398.234 46.5469 51.2031 70.0312 Length 1024, alignments in bytes 7/ 6: 792.297 77.9062 106.969 170.875 Length 1024, alignments in bytes 6/ 7: 821.859 79.1875 108.203 169.781 Length 1024, alignments in bytes 7/ 7: 790.203 77.7031 90.8281 119.562 Length 1024, alignments in bytes 7/ 7: 796.828 77.5 90.6406 118.938 Length 16, alignments in bytes 0/ 4: 15.2344 9.71875 12.875 21.5312 Length 16, alignments in bytes 4/ 0: 14.8906 8.75 12.5312 21.0156 Length 16, alignments in bytes 4/ 4: 14.9531 8.5625 12.5781 20.9688 Length 16, alignments in bytes 2/ 2: 14.8906 8.6875 12.625 21 Length 16, alignments in bytes 2/ 6: 14.9531 8.51562 12.3906 20.6719 Length 16, alignments in bytes 6/ 2: 14.8906 8.51562 12.2344 20.4688 Length 16, alignments in bytes 1/ 7: 15.0156 8.59375 12.2188 22.7188 Length 16, alignments in bytes 7/ 1: 14.8594 7.125 13.5156 22.2812 Length 16, alignments in bytes 3/ 4: 15.0156 9.76562 13.375 22.1719 Length 16, alignments in bytes 4/ 3: 14.8594 8.82812 12.7188 21.2656 Length 16, alignments in bytes 5/ 7: 14.8906 8.26562 11.875 22.7812 Length 16, alignments in bytes 7/ 5: 14.9062 7.0625 13.1406 22.1406 Length 20, alignments in bytes 0/ 4: 25.1875 8.42188 12.1406 21.3125 Length 20, alignments in bytes 4/ 0: 24.9062 10.0312 11.9219 22.1562 Length 20, alignments in bytes 4/ 4: 25.0312 9.51562 11.8906 22.0625 Length 20, alignments in bytes 2/ 2: 25.0156 8.3125 13.4375 22.1719 Length 20, alignments in bytes 2/ 6: 25.0938 8.3125 12.7031 21.2812 Length 20, alignments in bytes 6/ 2: 25.0625 9.1875 12 22.9844 Length 20, alignments in bytes 1/ 7: 25.1406 8.23438 13.2969 22.3438 Length 20, alignments in bytes 7/ 1: 24.7969 10.0469 13 24.1094 Length 20, alignments in bytes 3/ 4: 25.5938 7.0625 12.625 22.8594 Length 20, alignments in bytes 4/ 3: 24.9219 9.3125 11.5469 22.4375 Length 20, alignments in bytes 5/ 7: 25.2188 9.04688 11.75 24.3906 Length 20, alignments in bytes 7/ 5: 25.0938 9.34375 12.0781 23.5312 Length 24, alignments in bytes 0/ 4: 27.9688 9.46875 11.9219 23.4531 Length 24, alignments in bytes 4/ 0: 27.9844 8.76562 11.8125 22.6406 Length 24, alignments in bytes 4/ 4: 28.0938 8.53125 12.25 22.9219 Length 24, alignments in bytes 2/ 2: 28.0781 8.71875 12.6094 23.7031 Length 24, alignments in bytes 2/ 6: 28.25 8.53125 12.0781 22.4844 Length 24, alignments in bytes 6/ 2: 28.1562 8.89062 11.875 22.9531 Length 24, alignments in bytes 1/ 7: 28.0625 8.48438 11.6562 23.5312 Length 24, alignments in bytes 7/ 1: 28.2031 10.4375 12.5625 24.4062 Length 24, alignments in bytes 3/ 4: 28.2188 9.3125 11.9219 23.7188 Length 24, alignments in bytes 4/ 3: 28.125 8.5625 12.4844 22.8438 Length 24, alignments in bytes 5/ 7: 28.125 8.51562 11.6719 24.0938 Length 24, alignments in bytes 7/ 5: 27.9375 9.35938 12.3125 24.0781 Length 28, alignments in bytes 0/ 4: 31.1875 8.64062 11.7188 22.3125 Length 28, alignments in bytes 4/ 0: 31 11.4219 14.0312 21.6875 Length 28, alignments in bytes 4/ 4: 31.1875 11.3125 12.9844 21.5156 Length 28, alignments in bytes 2/ 2: 31.3906 8.65625 12.2656 23.0156 Length 28, alignments in bytes 2/ 6: 31.2344 8.375 12.0625 22.2656 Length 28, alignments in bytes 6/ 2: 31.2344 9.96875 14.3594 22.5 Length 28, alignments in bytes 1/ 7: 31.0312 8.375 11.9531 24.1094 Length 28, alignments in bytes 7/ 1: 31.2031 10.8906 14.1094 22.9531 Length 28, alignments in bytes 3/ 4: 31.25 9.8125 11.8438 23.7656 Length 28, alignments in bytes 4/ 3: 31.1406 10.4688 12.2812 21.6094 Length 28, alignments in bytes 5/ 7: 31.6094 9.875 14.2812 24.3438 Length 28, alignments in bytes 7/ 5: 31.2344 10.9062 13.625 23.625 Length 32, alignments in bytes 0/ 4: 34.25 10.7969 15.6875 22.5 Length 32, alignments in bytes 4/ 0: 34.5156 9.96875 16.4375 23.5781 Length 32, alignments in bytes 4/ 4: 34.5156 9.9375 17.5156 16.3125 Length 32, alignments in bytes 2/ 2: 34.2031 9.78125 15.8281 15.2344 Length 32, alignments in bytes 2/ 6: 34.3594 9.875 16.4688 22.7969 Length 32, alignments in bytes 6/ 2: 34.3438 9.76562 15.5156 22.0156 Length 32, alignments in bytes 1/ 7: 34.6406 10.0469 17.0625 21.8125 Length 32, alignments in bytes 7/ 1: 34.3125 9.10938 15.8281 23.2812 Length 32, alignments in bytes 3/ 4: 34.4688 10.6562 15.6094 22.2188 Length 32, alignments in bytes 4/ 3: 34.3906 9.98438 15.2969 23.4219 Length 32, alignments in bytes 5/ 7: 34.7188 9.65625 16.2031 21.0312 Length 32, alignments in bytes 7/ 5: 34.5156 8.89062 15.1562 22.7656 Length 36, alignments in bytes 0/ 4: 37.6875 10.0312 17.125 23.7656 Length 36, alignments in bytes 4/ 0: 37.4375 11.5938 15.4688 22.7344 Length 36, alignments in bytes 4/ 4: 37.5938 10.6094 18 17.5312 Length 36, alignments in bytes 2/ 2: 37.5 10.3438 16.2188 15.8125 Length 36, alignments in bytes 2/ 6: 37.6562 9.6875 15.9531 23.0469 Length 36, alignments in bytes 6/ 2: 37.3594 10.3594 15.2344 22.6562 Length 36, alignments in bytes 1/ 7: 37.7344 10.2344 16.4844 23.6719 Length 36, alignments in bytes 7/ 1: 37.375 10.8906 15.0469 22.3594 Length 36, alignments in bytes 3/ 4: 37.6406 8.51562 16.2969 23.5469 Length 36, alignments in bytes 4/ 3: 37.3906 10.5781 15.7344 21.4531 Length 36, alignments in bytes 5/ 7: 37.5312 9.96875 15.7031 23.5 Length 36, alignments in bytes 7/ 5: 37.5156 10.75 14.9219 22.9531 Length 40, alignments in bytes 0/ 4: 40.5938 10.3281 16.8906 22.8594 Length 40, alignments in bytes 4/ 0: 40.7969 9.53125 15.1875 24.2031 Length 40, alignments in bytes 4/ 4: 40.8125 9.89062 17.1719 16.3906 Length 40, alignments in bytes 2/ 2: 40.3281 10.0781 14.8594 16.1406 Length 40, alignments in bytes 2/ 6: 40.5625 9.8125 15.1562 22.4688 Length 40, alignments in bytes 6/ 2: 40.4844 9.9375 14.7031 23.5 Length 40, alignments in bytes 1/ 7: 40.5469 9.65625 14.3438 21.5938 Length 40, alignments in bytes 7/ 1: 40.625 10.9688 42.6719 23.0938 Length 40, alignments in bytes 3/ 4: 40.7031 10.5625 15.6094 22.8281 Length 40, alignments in bytes 4/ 3: 40.7969 9.78125 15.7969 23.0156 Length 40, alignments in bytes 5/ 7: 40.875 9.9375 14.0938 21.8438 Length 40, alignments in bytes 7/ 5: 40.6094 10.4688 14.2812 22.5781 Length 44, alignments in bytes 0/ 4: 43.5781 9.95312 17.8906 23.9688 Length 44, alignments in bytes 4/ 0: 43.5625 13.1406 17.0469 25.0781 Length 44, alignments in bytes 4/ 4: 43.7031 12.125 19.7656 18.5469 Length 44, alignments in bytes 2/ 2: 43.5781 9.60938 15.2344 15.7969 Length 44, alignments in bytes 2/ 6: 43.625 9.57812 16.1094 23.4219 Length 44, alignments in bytes 6/ 2: 43.7031 12.0781 17 24 Length 44, alignments in bytes 1/ 7: 43.6406 9.53125 16.8125 24.0625 Length 44, alignments in bytes 7/ 1: 43.6562 12.5312 14.875 24.4531 Length 44, alignments in bytes 3/ 4: 43.8281 10.875 16.7812 23.875 Length 44, alignments in bytes 4/ 3: 43.5156 12.2812 16.0625 23.0469 Length 44, alignments in bytes 5/ 7: 43.4688 11.2812 17.9531 25.625 Length 44, alignments in bytes 7/ 5: 43.625 11.3281 16.9062 25.5312 Length 48, alignments in bytes 0/ 4: 46.6406 12.2188 17.5625 24.625 Length 48, alignments in bytes 4/ 0: 46.4844 11.3438 17.2188 25.9531 Length 48, alignments in bytes 4/ 4: 46.5469 10.6562 18.9219 18.2031 Length 48, alignments in bytes 2/ 2: 47.0938 10.625 16.7969 17.2031 Length 48, alignments in bytes 2/ 6: 46.5 10.75 17.5156 24.5469 Length 48, alignments in bytes 6/ 2: 46.6406 11.0781 16.8125 24.5469 Length 48, alignments in bytes 1/ 7: 46.7812 10.7656 17.9062 23.5312 Length 48, alignments in bytes 7/ 1: 46.5469 10.125 16.1406 24.8594 Length 48, alignments in bytes 3/ 4: 46.6562 12.3281 16.8906 24.5469 Length 48, alignments in bytes 4/ 3: 46.625 10.5469 16.6875 24.6875 Length 48, alignments in bytes 5/ 7: 46.8594 10.5156 17.625 23.1719 Length 48, alignments in bytes 7/ 5: 46.7031 9.26562 16.0312 24.4531 Length 52, alignments in bytes 0/ 4: 49.5938 10.9375 18.0938 25.2656 Length 52, alignments in bytes 4/ 0: 49.5938 12.5625 15.4375 25.1719 Length 52, alignments in bytes 4/ 4: 49.6094 11.625 18.0312 18.1562 Length 52, alignments in bytes 2/ 2: 49.4531 10.4531 17.0469 17.5469 Length 52, alignments in bytes 2/ 6: 49.6094 10.6094 17.4688 24.6094 Length 52, alignments in bytes 6/ 2: 49.8281 11.7969 16.5469 24.4375 Length 52, alignments in bytes 1/ 7: 49.7031 10.8906 17.6719 25.3438 Length 52, alignments in bytes 7/ 1: 49.7344 12.1719 14.8594 25.1406 Length 52, alignments in bytes 3/ 4: 49.7969 9.59375 17.9062 25.0938 Length 52, alignments in bytes 4/ 3: 49.8281 11.0781 17.3906 23.5938 Length 52, alignments in bytes 5/ 7: 49.75 11 17.0781 25.75 Length 52, alignments in bytes 7/ 5: 49.9531 11.3594 15.9219 25.1406 Length 56, alignments in bytes 0/ 4: 52.7656 11.4219 16.7969 25.0938 Length 56, alignments in bytes 4/ 0: 52.8281 10.8594 15.5312 25.8594 Length 56, alignments in bytes 4/ 4: 52.7344 10.7812 18.0469 16.5625 Length 56, alignments in bytes 2/ 2: 52.9844 10.7344 15.75 16.6094 Length 56, alignments in bytes 2/ 6: 52.7188 11.0469 17.0938 24.4062 Length 56, alignments in bytes 6/ 2: 52.8125 10.7188 16.5625 24.7188 Length 56, alignments in bytes 1/ 7: 52.5 10.75 15 23.9688 Length 56, alignments in bytes 7/ 1: 52.625 12.4062 15.4844 25.1094 Length 56, alignments in bytes 3/ 4: 52.8125 11.5938 16.4688 24.4844 Length 56, alignments in bytes 4/ 3: 52.7344 10.9219 15.5781 25.0156 Length 56, alignments in bytes 5/ 7: 52.7969 10.5156 14.0469 23.3281 Length 56, alignments in bytes 7/ 5: 52.6406 11.2969 15.1406 24.6875 Length 60, alignments in bytes 0/ 4: 55.5781 11 17.3906 25.6719 Length 60, alignments in bytes 4/ 0: 55.7344 13.7344 16.6094 27.1406 Length 60, alignments in bytes 4/ 4: 55.6094 12.8438 19.4219 22.7344 Length 60, alignments in bytes 2/ 2: 55.9688 10.3438 15.875 17.1094 Length 60, alignments in bytes 2/ 6: 55.875 10.3281 16.4844 24.9844 Length 60, alignments in bytes 6/ 2: 55.5938 12.2656 17.875 26.1094 Length 60, alignments in bytes 1/ 7: 55.75 10.3438 17.0625 25.5469 Length 60, alignments in bytes 7/ 1: 55.7344 12.7344 16.25 26.6562 Length 60, alignments in bytes 3/ 4: 55.6562 11.625 16.9062 25.625 Length 60, alignments in bytes 4/ 3: 55.9531 12.875 15.8438 25.0312 Length 60, alignments in bytes 5/ 7: 55.8281 11.875 17.9688 27.3438 Length 60, alignments in bytes 7/ 5: 55.6094 12.9219 18.1875 27.0625 Length 64, alignments in bytes 0/ 4: 58.7031 12.7656 17.4844 26.8281 Length 64, alignments in bytes 4/ 0: 58.7188 11.5938 19.1094 28.1562 Length 64, alignments in bytes 4/ 4: 58.6562 12.2812 18.125 19.2188 Length 64, alignments in bytes 2/ 2: 58.7656 11.5 17.1875 18.5 Length 64, alignments in bytes 2/ 6: 58.4688 11.25 17.0938 26.2812 Length 64, alignments in bytes 6/ 2: 58.7812 12.4688 16.4062 26.625 Length 64, alignments in bytes 1/ 7: 58.4375 11.5781 17.9219 25.2344 Length 64, alignments in bytes 7/ 1: 58.9688 10.875 16.3281 26.9688 Length 64, alignments in bytes 3/ 4: 59.0469 13.0781 17.3281 26.4844 Length 64, alignments in bytes 4/ 3: 58.6719 11.9062 16.75 26.7188 Length 64, alignments in bytes 5/ 7: 59.0156 11.4219 17.4688 25.2969 Length 64, alignments in bytes 7/ 5: 58.6406 10.2031 17.1562 26.4219 Length 68, alignments in bytes 0/ 4: 62.2812 12.1875 17.7188 28.0781 Length 68, alignments in bytes 4/ 0: 61.7031 13.4219 18.4062 27.4531 Length 68, alignments in bytes 4/ 4: 62.2656 12.6094 19.2188 20.3594 Length 68, alignments in bytes 2/ 2: 61.6562 11.3906 17.5781 18.9531 Length 68, alignments in bytes 2/ 6: 61.9219 11.3438 17.4844 27.0312 Length 68, alignments in bytes 6/ 2: 61.7812 12.2031 17.2031 26.9062 Length 68, alignments in bytes 1/ 7: 61.8594 11.25 18.1406 27.5156 Length 68, alignments in bytes 7/ 1: 61.7969 12.5156 16.6875 27.0156 Length 68, alignments in bytes 3/ 4: 61.8906 10.25 17.9531 27.7812 Length 68, alignments in bytes 4/ 3: 62.0312 12.7344 17.2969 25.0156 Length 68, alignments in bytes 5/ 7: 61.9688 11.9062 17.2031 27.5625 Length 68, alignments in bytes 7/ 5: 62.0312 12.2969 16.5938 27.0469 Length 72, alignments in bytes 0/ 4: 64.8906 12.7031 17.3438 27.2344 Length 72, alignments in bytes 4/ 0: 64.8281 11.7188 18.25 28.0156 Length 72, alignments in bytes 4/ 4: 65.3594 11.7188 18.3438 18.8906 Length 72, alignments in bytes 2/ 2: 64.7344 11.4844 16.4688 18.7188 Length 72, alignments in bytes 2/ 6: 64.6875 11.4844 17.0625 27.0625 Length 72, alignments in bytes 6/ 2: 64.9531 12.3906 16.5156 26.7188 Length 72, alignments in bytes 1/ 7: 64.9219 11.5 17.125 25.8281 Length 72, alignments in bytes 7/ 1: 64.8281 13.0312 16.4062 27.2344 Length 72, alignments in bytes 3/ 4: 65.0625 12.2656 17 27.0156 Length 72, alignments in bytes 4/ 3: 64.8906 11.8125 16.3594 27.375 Length 72, alignments in bytes 5/ 7: 65.0156 11.5625 16.5625 25.6406 Length 72, alignments in bytes 7/ 5: 64.6875 12.3906 15.7031 27.0938 Length 76, alignments in bytes 0/ 4: 67.9688 11.625 19.8125 28 Length 76, alignments in bytes 4/ 0: 67.6562 15.1406 18.6406 29.3281 Length 76, alignments in bytes 4/ 4: 68.2188 14.2344 21.4062 20.8438 Length 76, alignments in bytes 2/ 2: 67.7656 11.9688 17.1406 19.3906 Length 76, alignments in bytes 2/ 6: 67.7188 11.25 19.3594 27.9219 Length 76, alignments in bytes 6/ 2: 67.8594 14.0625 18.7656 28.6875 Length 76, alignments in bytes 1/ 7: 67.3281 11.0938 18.8906 27.9375 Length 76, alignments in bytes 7/ 1: 68.0312 14.4375 17.2812 28.5625 Length 76, alignments in bytes 3/ 4: 67.9219 12.5156 18.7344 27.7031 Length 76, alignments in bytes 4/ 3: 67.875 14.1094 17.5781 27.0781 Length 76, alignments in bytes 5/ 7: 67.9062 13.0938 20.6719 29.4531 Length 76, alignments in bytes 7/ 5: 67.6562 14.1562 19.8438 29.375 Length 80, alignments in bytes 0/ 4: 70.9531 14.2344 19.625 28.875 Length 80, alignments in bytes 4/ 0: 70.5156 13.3438 19.2812 30.4062 Length 80, alignments in bytes 4/ 4: 70.625 13.5781 20.5781 19.625 Length 80, alignments in bytes 2/ 2: 71.0938 13.4844 18.3594 20.0625 Length 80, alignments in bytes 2/ 6: 70.9219 13.1875 19.5781 28.1719 Length 80, alignments in bytes 6/ 2: 70.7969 12.5312 19.0625 28.7031 Length 80, alignments in bytes 1/ 7: 71.0312 13.3906 20.5469 27.6094 Length 80, alignments in bytes 7/ 1: 70.7344 11.5312 18.7656 29.3906 Length 80, alignments in bytes 3/ 4: 70.6719 14.1875 19.5469 28.4688 Length 80, alignments in bytes 4/ 3: 70.6406 13.1875 19.1094 29.2344 Length 80, alignments in bytes 5/ 7: 70.7969 12.25 19.8594 27.4062 Length 80, alignments in bytes 7/ 5: 71.0469 11.2656 18.8906 28.375 Length 84, alignments in bytes 0/ 4: 73.7812 13.2969 19.5469 30.4062 Length 84, alignments in bytes 4/ 0: 74.1719 16.3594 18.7344 29.7656 Length 84, alignments in bytes 4/ 4: 73.8281 13.9844 20.2031 22.2656 Length 84, alignments in bytes 2/ 2: 73.6406 12.8594 19.2969 20.4688 Length 84, alignments in bytes 2/ 6: 73.7656 13.2969 18.9844 29.9844 Length 84, alignments in bytes 6/ 2: 73.8594 13.4062 19.4531 28.25 Length 84, alignments in bytes 1/ 7: 73.9844 12.7344 19.3906 30.0156 Length 84, alignments in bytes 7/ 1: 73.9688 13.5 18.8281 28.7031 Length 84, alignments in bytes 3/ 4: 73.7031 11.3125 19.3125 30.4219 Length 84, alignments in bytes 4/ 3: 74.0156 14.0781 19.9062 27.6406 Length 84, alignments in bytes 5/ 7: 73.8906 12.75 19.2812 29.5 Length 84, alignments in bytes 7/ 5: 73.7188 15.5625 18.8125 29.9688 Length 88, alignments in bytes 0/ 4: 76.7031 13.8594 18.7188 29.5625 Length 88, alignments in bytes 4/ 0: 76.8125 13.0781 18.5 31.0625 Length 88, alignments in bytes 4/ 4: 76.8906 13.25 19.4844 20.6875 Length 88, alignments in bytes 2/ 2: 76.6875 13.1719 17.375 19.6719 Length 88, alignments in bytes 2/ 6: 76.6719 12.9219 19.8906 28.7344 Length 88, alignments in bytes 6/ 2: 76.875 13 18.4062 29.4531 Length 88, alignments in bytes 1/ 7: 77.0938 12.6406 19.5156 28.2969 Length 88, alignments in bytes 7/ 1: 76.7344 14.2812 18.0938 29.8281 Length 88, alignments in bytes 3/ 4: 76.9219 15.7188 18.4062 29.2656 Length 88, alignments in bytes 4/ 3: 77.0938 13.0938 18.7344 29.4844 Length 88, alignments in bytes 5/ 7: 76.5938 12.2969 18.0469 27.75 Length 88, alignments in bytes 7/ 5: 76.9062 14.0156 18.2656 29.0469 Length 92, alignments in bytes 0/ 4: 80.0781 12.625 20.625 30.9375 Length 92, alignments in bytes 4/ 0: 79.9062 16.0625 19.7656 31.7812 Length 92, alignments in bytes 4/ 4: 80.0312 15.2969 21.1094 23.4688 Length 92, alignments in bytes 2/ 2: 79.7344 12.4062 18.4219 20.4062 Length 92, alignments in bytes 2/ 6: 79.7969 12.4219 20.1719 29.8438 Length 92, alignments in bytes 6/ 2: 80.2812 13.8281 20.2969 30.5469 Length 92, alignments in bytes 1/ 7: 79.8594 12.2656 21.1719 30.1875 Length 92, alignments in bytes 7/ 1: 79.5938 15.3594 19.1094 30.2188 Length 92, alignments in bytes 3/ 4: 79.9688 14.2969 19.875 30.8281 Length 92, alignments in bytes 4/ 3: 80.1719 15.9844 19.5156 29.2656 Length 92, alignments in bytes 5/ 7: 79.5312 14.6406 22.7031 31.4531 Length 92, alignments in bytes 7/ 5: 79.7344 15.2344 20.5156 31.7188 Length 96, alignments in bytes 0/ 4: 82.7969 15.6094 21.8438 31.5625 Length 96, alignments in bytes 4/ 0: 82.8125 14.6094 21.625 32.0781 Length 96, alignments in bytes 4/ 4: 82.9688 14.4375 20.3125 22 Length 96, alignments in bytes 2/ 2: 82.8281 14.6719 18.125 21.6719 Length 96, alignments in bytes 2/ 6: 83.0156 14.4531 20.4062 30.2812 Length 96, alignments in bytes 6/ 2: 82.8906 14.9688 21.0625 31.0781 Length 96, alignments in bytes 1/ 7: 82.8438 14.4844 22.0781 29.9375 Length 96, alignments in bytes 7/ 1: 83.2188 12.4219 19.2344 31.7188 Length 96, alignments in bytes 3/ 4: 82.8906 15.375 21.3125 31.0312 Length 96, alignments in bytes 4/ 3: 82.6875 14.4688 20.125 31.25 Length 96, alignments in bytes 5/ 7: 82.9375 14.0781 20.6719 29.6094 Length 96, alignments in bytes 7/ 5: 82.8906 12.5625 19.5312 30.625 Length 100, alignments in bytes 0/ 4: 85.7969 14.625 20.5938 32.1406 Length 100, alignments in bytes 4/ 0: 85.875 15.625 20.5156 31.9844 Length 100, alignments in bytes 4/ 4: 86.125 15.2344 20.0625 24.1875 Length 100, alignments in bytes 2/ 2: 85.7344 14.625 18.2812 21.6406 Length 100, alignments in bytes 2/ 6: 85.875 14.1719 20.7031 31.7969 Length 100, alignments in bytes 6/ 2: 85.9531 14.8594 19.8906 30.75 Length 100, alignments in bytes 1/ 7: 85.8125 14.2969 20.875 32.4531 Length 100, alignments in bytes 7/ 1: 85.6875 15.2031 20.2656 30.8125 Length 100, alignments in bytes 3/ 4: 86 12.7969 20.4531 32.5312 Length 100, alignments in bytes 4/ 3: 85.9844 15.1875 19.9375 29.9062 Length 100, alignments in bytes 5/ 7: 86.0312 14.625 20.0938 32.125 Length 100, alignments in bytes 7/ 5: 85.7969 14.9688 19.0938 32.0938 Length 104, alignments in bytes 0/ 4: 89 14.9531 19.625 31.7344 Length 104, alignments in bytes 4/ 0: 88.7344 14.6406 20.0938 32.8281 Length 104, alignments in bytes 4/ 4: 88.625 14.6875 19.2969 22.3438 Length 104, alignments in bytes 2/ 2: 88.8594 14.7969 17.9844 22.2031 Length 104, alignments in bytes 2/ 6: 88.8125 14.4062 19.8906 30.9375 Length 104, alignments in bytes 6/ 2: 88.8906 14.1719 19.2188 31.2344 Length 104, alignments in bytes 1/ 7: 88.8594 14.4531 20.9375 30.625 Length 104, alignments in bytes 7/ 1: 88.7812 14.7812 18.8906 32.2656 Length 104, alignments in bytes 3/ 4: 89.0156 15.1094 19.5156 31.2969 Length 104, alignments in bytes 4/ 3: 88.4219 14.5781 19.0156 32.0938 Length 104, alignments in bytes 5/ 7: 88.9219 13.5625 20.3594 29.9688 Length 104, alignments in bytes 7/ 5: 88.8438 14.6719 19.8594 31.3438 Length 108, alignments in bytes 0/ 4: 91.5469 14.5469 22.5156 32.7031 Length 108, alignments in bytes 4/ 0: 92.2812 16.5312 22.3438 33.7031 Length 108, alignments in bytes 4/ 4: 92.3438 16.9062 22.8594 25.2969 Length 108, alignments in bytes 2/ 2: 91.8438 14.1562 17.7812 22.2656 Length 108, alignments in bytes 2/ 6: 91.7344 14.2969 21.3281 32.0469 Length 108, alignments in bytes 6/ 2: 92.0781 16.0625 20.875 32.8438 Length 108, alignments in bytes 1/ 7: 91.7969 13.625 21.625 32.7344 Length 108, alignments in bytes 7/ 1: 91.8125 16.5312 20.1719 32.7656 Length 108, alignments in bytes 3/ 4: 91.9375 15.1562 21.4844 32.9062 Length 108, alignments in bytes 4/ 3: 92.0469 15.625 20.9688 31.7969 Length 108, alignments in bytes 5/ 7: 91.875 15.875 23.0938 33.3281 Length 108, alignments in bytes 7/ 5: 91.4219 16.625 22.5625 33.625 Length 112, alignments in bytes 0/ 4: 94.6875 15.5 22.4219 33.1094 Length 112, alignments in bytes 4/ 0: 95.1562 15.8281 22.1875 34.5312 Length 112, alignments in bytes 4/ 4: 95.0938 15.6562 21.1875 23.1875 Length 112, alignments in bytes 2/ 2: 94.5938 15.875 20.1719 23.7188 Length 112, alignments in bytes 2/ 6: 94.8594 15.7344 21.8594 32.5781 Length 112, alignments in bytes 6/ 2: 94.9688 14.3906 21.8906 33.0781 Length 112, alignments in bytes 1/ 7: 94.8438 15.8438 22.9531 32.0469 Length 112, alignments in bytes 7/ 1: 94.4844 14.2188 21.6094 33.3125 Length 112, alignments in bytes 3/ 4: 95.1875 16.7656 21.75 33.1562 Length 112, alignments in bytes 4/ 3: 94.9219 15.7344 21.75 33.5312 Length 112, alignments in bytes 5/ 7: 94.9844 14.1562 22.25 31.8906 Length 112, alignments in bytes 7/ 5: 94.6719 14.3281 20.6875 32.9375 Length 116, alignments in bytes 0/ 4: 97.9688 15.9219 22.0156 34.8125 Length 116, alignments in bytes 4/ 0: 97.8281 16.4688 21.0312 34.3125 Length 116, alignments in bytes 4/ 4: 98.2812 16.5 21.1094 23.5 Length 116, alignments in bytes 2/ 2: 97.7031 14.4375 20.3438 23.8125 Length 116, alignments in bytes 2/ 6: 97.625 15.4531 22.0312 33.8438 Length 116, alignments in bytes 6/ 2: 97.7656 15.7031 21.4844 32.625 Length 116, alignments in bytes 1/ 7: 98.4531 15.4688 23.125 34.9219 Length 116, alignments in bytes 7/ 1: 97.6094 18.6562 21.8906 33.4219 Length 116, alignments in bytes 3/ 4: 97.75 14.4062 21.9531 35 Length 116, alignments in bytes 4/ 3: 97.8438 16.6875 21.7188 32.0312 Length 116, alignments in bytes 5/ 7: 98.1875 15.5 22.6719 34.75 Length 116, alignments in bytes 7/ 5: 97.9688 72.2969 21.1875 34.3125 Length 120, alignments in bytes 0/ 4: 101.078 18.2969 21.9375 34.25 Length 120, alignments in bytes 4/ 0: 100.531 15.6406 20.6875 35.2969 Length 120, alignments in bytes 4/ 4: 100.891 15.5156 21.2656 22.4062 Length 120, alignments in bytes 2/ 2: 100.953 15.6719 18.5312 23.1719 Length 120, alignments in bytes 2/ 6: 101.219 15.3594 21.9844 32.9844 Length 120, alignments in bytes 6/ 2: 100.828 14.8594 20.4844 33.8281 Length 120, alignments in bytes 1/ 7: 100.781 15.6875 20.4375 32.5938 Length 120, alignments in bytes 7/ 1: 100.766 16.5 21.0312 33.6094 Length 120, alignments in bytes 3/ 4: 101.109 16.6562 21.6875 34.2031 Length 120, alignments in bytes 4/ 3: 101.016 15.4531 21.3125 34.3906 Length 120, alignments in bytes 5/ 7: 101.297 14.875 20.0781 48.1094 Length 120, alignments in bytes 7/ 5: 100.938 16.2812 20.7188 33.1406 Length 124, alignments in bytes 0/ 4: 103.562 15.7344 22.9219 35.4219 Length 124, alignments in bytes 4/ 0: 103.766 18.4375 21.7344 35.6094 Length 124, alignments in bytes 4/ 4: 103.984 17.7969 22.1406 26.1406 Length 124, alignments in bytes 2/ 2: 104.25 15.3281 19.6875 22.625 Length 124, alignments in bytes 2/ 6: 104 15.0312 22.4219 33.875 Length 124, alignments in bytes 6/ 2: 103.578 16.0312 22.5312 34.6719 Length 124, alignments in bytes 1/ 7: 104 15.2344 22.3906 34.8281 Length 124, alignments in bytes 7/ 1: 104.156 18.1719 21.4531 34.5781 Length 124, alignments in bytes 3/ 4: 104.406 16.9531 22.7656 35.875 Length 124, alignments in bytes 4/ 3: 104.078 17.9844 21.3594 34.1719 Length 124, alignments in bytes 5/ 7: 103.734 16.625 23.6406 35.9688 Length 124, alignments in bytes 7/ 5: 103.828 17.8281 22.7344 36.3594 Length 128, alignments in bytes 0/ 4: 107.172 16.6094 22.9375 35.5156 Length 128, alignments in bytes 4/ 0: 107.062 18.5156 24.0625 37.6875 Length 128, alignments in bytes 4/ 4: 106.938 16.7656 20.9531 24.6562 Length 128, alignments in bytes 2/ 2: 107.094 18.5938 19.7656 23.7188 Length 128, alignments in bytes 2/ 6: 106.688 16.4844 22.4219 34.75 Length 128, alignments in bytes 6/ 2: 106.953 20.0312 22.75 35.6562 Length 128, alignments in bytes 1/ 7: 107.344 15.625 23.3125 34.5781 Length 128, alignments in bytes 7/ 1: 107.203 15.4688 22.2969 36.2656 Length 128, alignments in bytes 3/ 4: 107.219 18 22.7344 35.7188 Length 128, alignments in bytes 4/ 3: 106.984 16.9688 22.5 35.8438 Length 128, alignments in bytes 5/ 7: 106.812 15.2812 23.0625 34.3438 Length 128, alignments in bytes 7/ 5: 106.875 15.5312 22 35.1562 Length 132, alignments in bytes 0/ 4: 110.031 15.8281 23.2031 37.9688 Length 132, alignments in bytes 4/ 0: 110.125 17.9688 23.375 35.9844 Length 132, alignments in bytes 4/ 4: 110.188 17.7031 22.75 26.2812 Length 132, alignments in bytes 2/ 2: 110.078 19.9531 20.8438 25.5156 Length 132, alignments in bytes 2/ 6: 109.844 16.6875 23.2969 36.4375 Length 132, alignments in bytes 6/ 2: 109.828 17.2344 22.9062 34.6094 Length 132, alignments in bytes 1/ 7: 110.141 16.7188 23.0781 37.2344 Length 132, alignments in bytes 7/ 1: 109.797 17.9844 21.7656 34.8281 Length 132, alignments in bytes 3/ 4: 110.312 15.75 22.875 37.7031 Length 132, alignments in bytes 4/ 3: 109.859 17.9688 22.9531 34.3906 Length 132, alignments in bytes 5/ 7: 109.922 17.2344 23.1719 36.4688 Length 132, alignments in bytes 7/ 5: 110.172 17.9062 21.8281 36.2188 Length 136, alignments in bytes 0/ 4: 112.906 17.0938 23.1406 36.3594 Length 136, alignments in bytes 4/ 0: 113 17.2031 22.625 37.2812 Length 136, alignments in bytes 4/ 4: 113.297 16.875 21.8125 25.2344 Length 136, alignments in bytes 2/ 2: 112.938 17.0938 20.0625 25.2969 Length 136, alignments in bytes 2/ 6: 113.031 17.0312 22.0781 35.75 Length 136, alignments in bytes 6/ 2: 112.938 16.4531 22.3281 35.9219 Length 136, alignments in bytes 1/ 7: 113.156 17.1875 22.8281 34.8438 Length 136, alignments in bytes 7/ 1: 113.219 18.1719 22.0469 36.5625 Length 136, alignments in bytes 3/ 4: 113.266 17.9531 23 36.25 Length 136, alignments in bytes 4/ 3: 113.391 17.1719 22.7031 36.25 Length 136, alignments in bytes 5/ 7: 113.391 16.4688 22.25 34.5938 Length 136, alignments in bytes 7/ 5: 113.125 18.1875 21.6094 35.5 Length 140, alignments in bytes 0/ 4: 115.969 16.8438 25.0312 37.4844 Length 140, alignments in bytes 4/ 0: 115.781 19.4531 24.6719 37.7656 Length 140, alignments in bytes 4/ 4: 115.891 23.3594 24.5469 27.3125 Length 140, alignments in bytes 2/ 2: 116.016 16.8281 20.1094 25.4688 Length 140, alignments in bytes 2/ 6: 115.969 16.4844 24.8438 37.2656 Length 140, alignments in bytes 6/ 2: 116.562 18.1562 23.2031 36.6406 Length 140, alignments in bytes 1/ 7: 116.062 16.6875 24.5156 37.4531 Length 140, alignments in bytes 7/ 1: 145.297 18.9531 22.1875 36.8906 Length 140, alignments in bytes 3/ 4: 116.562 18.2969 24.5156 38 Length 140, alignments in bytes 4/ 3: 116.094 18.8438 22.9688 35.6094 Length 140, alignments in bytes 5/ 7: 116 18.1562 25.3438 38.25 Length 140, alignments in bytes 7/ 5: 116.172 18.8125 24.3438 38.0781 Length 144, alignments in bytes 0/ 4: 118.766 19.0156 25.0312 37.9219 Length 144, alignments in bytes 4/ 0: 119.328 18.0781 24.0156 38.2656 Length 144, alignments in bytes 4/ 4: 118.938 17.8281 23.5938 26.7344 Length 144, alignments in bytes 2/ 2: 119.062 18.125 22.3594 27.1406 Length 144, alignments in bytes 2/ 6: 118.875 17.8906 23.8281 37.2656 Length 144, alignments in bytes 6/ 2: 119.156 18 24.5312 37.9531 Length 144, alignments in bytes 1/ 7: 119.281 18.0781 24.7656 37.1875 Length 144, alignments in bytes 7/ 1: 118.547 16.5625 24.5156 38.125 Length 144, alignments in bytes 3/ 4: 119.391 19.0156 24.8281 38.375 Length 144, alignments in bytes 4/ 3: 119.016 16.7656 24.2188 37.8281 Length 144, alignments in bytes 5/ 7: 119.109 17.7969 24.6875 36.875 Length 144, alignments in bytes 7/ 5: 119.328 16.5469 23.4062 36.9062 Length 148, alignments in bytes 0/ 4: 122.438 18.0781 24.8125 38.9688 Length 148, alignments in bytes 4/ 0: 122.594 19.5312 23.8125 38.6406 Length 148, alignments in bytes 4/ 4: 122.141 19.1406 23.4531 27.3125 Length 148, alignments in bytes 2/ 2: 122.328 18.0469 22.4219 26.4219 Length 148, alignments in bytes 2/ 6: 122.016 17.8438 24.0781 38.6562 Length 148, alignments in bytes 6/ 2: 122 18.6406 24.1094 37.3594 Length 148, alignments in bytes 1/ 7: 122.328 17.9219 25.0938 38.8438 Length 148, alignments in bytes 7/ 1: 121.656 19.6562 23.6719 37.2188 Length 148, alignments in bytes 3/ 4: 122.266 16.6562 24.5 38.7969 Length 148, alignments in bytes 4/ 3: 122.062 19.5938 24.6875 37.0469 Length 148, alignments in bytes 5/ 7: 122.516 17.7812 24.0938 38.25 Length 148, alignments in bytes 7/ 5: 122.031 19.375 23.7969 38.625 Length 152, alignments in bytes 0/ 4: 125.203 18.6875 24.4062 38.3125 Length 152, alignments in bytes 4/ 0: 125.062 18.5781 23.4375 39.5781 Length 152, alignments in bytes 4/ 4: 125.047 17.4375 22.9688 26.0781 Length 152, alignments in bytes 2/ 2: 125.344 17.7969 21.3281 26.5312 Length 152, alignments in bytes 2/ 6: 125.438 18.4062 23.6719 38.0156 Length 152, alignments in bytes 6/ 2: 125.141 17.9688 23.0938 38.3594 Length 152, alignments in bytes 1/ 7: 125.344 18.5781 22.9531 36.9688 Length 152, alignments in bytes 7/ 1: 124.953 19.6094 23.1719 38.6875 Length 152, alignments in bytes 3/ 4: 125.609 18.9844 24.3438 38.2812 Length 152, alignments in bytes 4/ 3: 125.141 18.5469 23.8281 38.3281 Length 152, alignments in bytes 5/ 7: 125.016 17.8281 22.8281 36.7656 Length 152, alignments in bytes 7/ 5: 125 19.5938 23.3906 37.6562 Length 156, alignments in bytes 0/ 4: 127.938 18.5625 25.7031 39.6406 Length 156, alignments in bytes 4/ 0: 128.156 25.9219 25.6562 40.2656 Length 156, alignments in bytes 4/ 4: 128.016 24.6406 24.0781 29.6094 Length 156, alignments in bytes 2/ 2: 128.266 18 21.5938 25.6875 Length 156, alignments in bytes 2/ 6: 128.531 16.8906 25.25 39.0781 Length 156, alignments in bytes 6/ 2: 128.203 25.9219 24.375 38.7656 Length 156, alignments in bytes 1/ 7: 128.406 17.8125 24.8281 39.625 Length 156, alignments in bytes 7/ 1: 128.453 27.3906 23.7344 38.9844 Length 156, alignments in bytes 3/ 4: 128.75 19.6562 25.0938 40.2969 Length 156, alignments in bytes 4/ 3: 127.938 25.1562 23.2188 38.4062 Length 156, alignments in bytes 5/ 7: 128.688 24.7812 26.4375 40.7812 Length 156, alignments in bytes 7/ 5: 128.094 24.9531 25.2656 40.3125 Length 160, alignments in bytes 0/ 4: 131.516 25.8594 26.0469 40.6094 Length 160, alignments in bytes 4/ 0: 131.203 24.125 26.1875 41.2812 Length 160, alignments in bytes 4/ 4: 131.125 24.1719 23.1719 28.125 Length 160, alignments in bytes 2/ 2: 131 24.2656 22.0156 28.5938 Length 160, alignments in bytes 2/ 6: 131.172 24.7656 24.9844 39.7969 Length 160, alignments in bytes 6/ 2: 130.672 23.7656 25.2656 39.9375 Length 160, alignments in bytes 1/ 7: 131.594 24.7344 26.0625 39.2188 Length 160, alignments in bytes 7/ 1: 130.75 22.5781 24.9375 40.4219 Length 160, alignments in bytes 3/ 4: 131.562 25.5938 25.4531 40.2969 Length 160, alignments in bytes 4/ 3: 130.969 24.2656 25.2031 40.1875 Length 160, alignments in bytes 5/ 7: 131.297 24.3594 25.9062 39.0312 Length 160, alignments in bytes 7/ 5: 131.094 22.8125 24.2812 39.9219 Length 164, alignments in bytes 0/ 4: 159.266 24.7656 25.6406 41.4688 Length 164, alignments in bytes 4/ 0: 133.859 25.4375 25.2812 40.4375 Length 164, alignments in bytes 4/ 4: 134.328 25.1094 23.8438 30.0781 Length 164, alignments in bytes 2/ 2: 134.359 26.6094 22 28.3438 Length 164, alignments in bytes 2/ 6: 134.141 24.5 24.9531 40.3281 Length 164, alignments in bytes 6/ 2: 133.859 24.1094 24.3281 39.9375 Length 164, alignments in bytes 1/ 7: 133.922 25.2344 25.8438 41.3594 Length 164, alignments in bytes 7/ 1: 134.078 25.4531 24.125 39.9531 Length 164, alignments in bytes 3/ 4: 134.516 25.2656 25.4531 41.7031 Length 164, alignments in bytes 4/ 3: 134.484 25.0156 25.1719 38.9531 Length 164, alignments in bytes 5/ 7: 134.656 24.7969 25.625 40.8594 Length 164, alignments in bytes 7/ 5: 133.953 25.0469 24.125 40.7812 Length 168, alignments in bytes 0/ 4: 136.766 25.7969 24.9688 40.7031 Length 168, alignments in bytes 4/ 0: 137.531 24.1875 25.4062 41.5156 Length 168, alignments in bytes 4/ 4: 137.391 23.9844 22.9844 28.8906 Length 168, alignments in bytes 2/ 2: 137.344 23.9375 21.5156 28.6875 Length 168, alignments in bytes 2/ 6: 137.672 24.5156 24.2969 39.75 Length 168, alignments in bytes 6/ 2: 137.188 23.6406 24.375 40.7344 Length 168, alignments in bytes 1/ 7: 137.516 25.2031 24.4062 39.5156 Length 168, alignments in bytes 7/ 1: 137.484 24.9375 24.2656 40.7031 Length 168, alignments in bytes 3/ 4: 137.75 25.7656 25 40.5781 Length 168, alignments in bytes 4/ 3: 137.266 24 25.1406 40.4844 Length 168, alignments in bytes 5/ 7: 137.703 24.0938 24.375 38.9062 Length 168, alignments in bytes 7/ 5: 136.797 25.0625 24.0156 40.4844 Length 172, alignments in bytes 0/ 4: 140.391 24.625 27.2188 41.6562 Length 172, alignments in bytes 4/ 0: 140.609 26.7812 27.0938 41.9844 Length 172, alignments in bytes 4/ 4: 140.766 26.7656 25.7344 31.1562 Length 172, alignments in bytes 2/ 2: 140.359 24.2188 22.0781 28.4688 Length 172, alignments in bytes 2/ 6: 140.438 24.1875 26.6719 41.1094 Length 172, alignments in bytes 6/ 2: 140.562 26.125 25.7656 40.9688 Length 172, alignments in bytes 1/ 7: 140.359 24.3594 27.1875 41.9844 Length 172, alignments in bytes 7/ 1: 140.719 26.7344 25.3281 41.0469 Length 172, alignments in bytes 3/ 4: 140.781 25.5938 27.3281 42.0781 Length 172, alignments in bytes 4/ 3: 140.156 26.6719 25.25 40.0625 Length 172, alignments in bytes 5/ 7: 140.562 26.5 27.5938 42.125 Length 172, alignments in bytes 7/ 5: 140.234 26.5781 26.75 42.1562 Length 176, alignments in bytes 0/ 4: 143.453 27.1719 27.1406 42.2969 Length 176, alignments in bytes 4/ 0: 143.531 26.0781 26.75 42.3125 Length 176, alignments in bytes 4/ 4: 143.031 25.8281 24.7031 30.5312 Length 176, alignments in bytes 2/ 2: 142.875 26.1562 23.5156 30.0938 Length 176, alignments in bytes 2/ 6: 143.047 26.125 26.6406 41.5625 Length 176, alignments in bytes 6/ 2: 143.656 61.1719 26.8906 42.1719 Length 176, alignments in bytes 1/ 7: 143.844 26.3594 27.3438 41.2969 Length 176, alignments in bytes 7/ 1: 143.266 24.4844 26.4375 42.3438 Length 176, alignments in bytes 3/ 4: 143.875 27.1875 26.9219 42.5156 Length 176, alignments in bytes 4/ 3: 143.578 25.8906 26.7344 42.4219 Length 176, alignments in bytes 5/ 7: 144.281 25.875 27.2656 41.0938 Length 176, alignments in bytes 7/ 5: 143.531 24.2344 26.3906 41.5469 Length 180, alignments in bytes 0/ 4: 146.141 26.4844 27.2969 43.375 Length 180, alignments in bytes 4/ 0: 146.609 26.875 27.0156 42.2969 Length 180, alignments in bytes 4/ 4: 146.125 26.1719 24.3281 30.0469 Length 180, alignments in bytes 2/ 2: 145.641 25.75 24.125 29.4688 Length 180, alignments in bytes 2/ 6: 146.203 25.6875 26.2031 42.5938 Length 180, alignments in bytes 6/ 2: 146.359 25.8281 26.9844 41.3125 Length 180, alignments in bytes 1/ 7: 146.203 26.0156 27.4375 43.4219 Length 180, alignments in bytes 7/ 1: 146.969 26.7812 25.9531 41.7812 Length 180, alignments in bytes 3/ 4: 146.938 24.9688 27.1875 43.6719 Length 180, alignments in bytes 4/ 3: 147.031 26.6094 26.9844 41.0156 Length 180, alignments in bytes 5/ 7: 146.766 26.0625 27.875 43.5938 Length 180, alignments in bytes 7/ 5: 146.625 26.4219 25.875 42.7969 Length 184, alignments in bytes 0/ 4: 148.969 27.1406 27.6562 42.8281 Length 184, alignments in bytes 4/ 0: 178.25 25.7188 26.3438 47.5938 Length 184, alignments in bytes 4/ 4: 149.109 25.625 23.8281 29.2344 Length 184, alignments in bytes 2/ 2: 148.906 25.7188 22.6562 29.3906 Length 184, alignments in bytes 2/ 6: 149.531 26.0781 26.6094 42.5938 Length 184, alignments in bytes 6/ 2: 149.281 25.2188 26.0781 42.5312 Length 184, alignments in bytes 1/ 7: 149.875 26.2812 25.8594 45.8438 Length 184, alignments in bytes 7/ 1: 149.5 26.2344 26.0312 42.7656 Length 184, alignments in bytes 3/ 4: 150.469 26.9219 27.6562 43.0625 Length 184, alignments in bytes 4/ 3: 149.688 25.6719 27.1406 42.9375 Length 184, alignments in bytes 5/ 7: 149.438 25.7188 25.7344 45.2344 Length 184, alignments in bytes 7/ 5: 149.578 26.4531 26.1406 42.2188 Length 188, alignments in bytes 0/ 4: 152.25 26.3438 28.2656 48.2188 Length 188, alignments in bytes 4/ 0: 151.688 27.8906 27.7656 54.2031 Length 188, alignments in bytes 4/ 4: 152.203 27.5469 25.4375 37.2812 Length 188, alignments in bytes 2/ 2: 152.594 26.3438 23.8594 28.9844 Length 188, alignments in bytes 2/ 6: 153.062 27.1094 27.6719 47.7812 Length 188, alignments in bytes 6/ 2: 152.984 26.8594 27.0938 50.2656 Length 188, alignments in bytes 1/ 7: 153.109 26.7969 28.2188 48.4375 Length 188, alignments in bytes 7/ 1: 152.641 27.6094 26.6875 50.125 Length 188, alignments in bytes 3/ 4: 152.609 28.4375 28.4844 48.5625 Length 188, alignments in bytes 4/ 3: 152.453 27.6875 25.8906 53.2812 Length 188, alignments in bytes 5/ 7: 152.828 27.5156 28 56.1094 Length 188, alignments in bytes 7/ 5: 152.734 27.6875 27.8438 55.7969 Length 192, alignments in bytes 0/ 4: 155.125 28.4062 27.9531 55.6094 Length 192, alignments in bytes 4/ 0: 155.5 26.8906 29.1406 56.0312 Length 192, alignments in bytes 4/ 4: 155.297 26.625 24.7188 36.625 Length 192, alignments in bytes 2/ 2: 155.141 26.9844 23.8281 36.1406 Length 192, alignments in bytes 2/ 6: 155.125 27.375 27.8125 54.6406 Length 192, alignments in bytes 6/ 2: 156.312 26.5 27.8438 55.4219 Length 192, alignments in bytes 1/ 7: 155.734 27.3281 28.5625 54.3594 Length 192, alignments in bytes 7/ 1: 155.391 25.4844 27.7188 55.4219 Length 192, alignments in bytes 3/ 4: 155.781 28.5156 27.8906 55.0625 Length 192, alignments in bytes 4/ 3: 155.578 26.875 27.875 55.4062 Length 192, alignments in bytes 5/ 7: 155.609 27.1406 28.2812 53.875 Length 192, alignments in bytes 7/ 5: 155.531 25.3594 26.7656 55.0469 Length 196, alignments in bytes 0/ 4: 159 27.3594 27.9375 57.3281 Length 196, alignments in bytes 4/ 0: 158.312 27.5938 28.3125 56.0781 Length 196, alignments in bytes 4/ 4: 158.469 27.3594 24.75 38.8906 Length 196, alignments in bytes 2/ 2: 158.359 26.6406 23.7656 35.4688 Length 196, alignments in bytes 2/ 6: 158.812 26.8125 27.3125 55.2812 Length 196, alignments in bytes 6/ 2: 157.953 26.6406 27.2656 54.5469 Length 196, alignments in bytes 1/ 7: 159.062 27.125 28.9375 56.1719 Length 196, alignments in bytes 7/ 1: 159.062 27.3906 27.2031 55.2344 Length 196, alignments in bytes 3/ 4: 159.344 25.9531 28.0625 56.5469 Length 196, alignments in bytes 4/ 3: 158.25 27.7031 28.1562 53.6719 Length 196, alignments in bytes 5/ 7: 158.953 27.4219 28.625 56.2031 Length 196, alignments in bytes 7/ 5: 158.266 27.4375 27.3438 56.2969 Length 200, alignments in bytes 0/ 4: 161.984 27.7344 28.5625 55.8125 Length 200, alignments in bytes 4/ 0: 161.953 26.7031 28.0312 56.1094 Length 200, alignments in bytes 4/ 4: 161.672 26.5312 23.5625 37.8438 Length 200, alignments in bytes 2/ 2: 161.438 26.875 23.125 37.625 Length 200, alignments in bytes 2/ 6: 161.594 27.2656 27.0625 54.8906 Length 200, alignments in bytes 6/ 2: 162.328 26.4219 27.4219 55.4688 Length 200, alignments in bytes 1/ 7: 162.5 27.2656 27.2969 54.5156 Length 200, alignments in bytes 7/ 1: 161.547 27.375 27.5 55.625 Length 200, alignments in bytes 3/ 4: 161.984 28.0625 28.1094 55.6406 Length 200, alignments in bytes 4/ 3: 161.312 26.7344 28.0156 55.9062 Length 200, alignments in bytes 5/ 7: 161.375 26.9375 26.9219 54.3125 Length 200, alignments in bytes 7/ 5: 161.469 27.4375 26.9062 81.6719 Length 204, alignments in bytes 0/ 4: 164.969 27.0312 29.875 56.875 Length 204, alignments in bytes 4/ 0: 164.75 28.9219 29.4844 56.3594 Length 204, alignments in bytes 4/ 4: 164.453 28.5781 28.3438 38.9062 Length 204, alignments in bytes 2/ 2: 164.875 26.5781 23.5781 37.2812 Length 204, alignments in bytes 2/ 6: 164.688 28.2656 28.8281 56.2188 Length 204, alignments in bytes 6/ 2: 165.531 27.9062 28.2656 56.2812 Length 204, alignments in bytes 1/ 7: 165.812 28.4062 29.5 56.8281 Length 204, alignments in bytes 7/ 1: 164.984 28.75 27.9688 56.2344 Length 204, alignments in bytes 3/ 4: 164.734 28.8906 29.9688 57.1719 Length 204, alignments in bytes 4/ 3: 164.938 28.5312 27.8125 54.9844 Length 204, alignments in bytes 5/ 7: 165.125 28.5 30.1406 57.4062 Length 204, alignments in bytes 7/ 5: 164.484 28.7188 29.2656 57.0625 Length 208, alignments in bytes 0/ 4: 168.047 29.3281 29.75 57.375 Length 208, alignments in bytes 4/ 0: 167.656 27.6562 29.8125 57.7344 Length 208, alignments in bytes 4/ 4: 167.891 27.6875 26.8125 38.4375 Length 208, alignments in bytes 2/ 2: 167.484 27.9531 25.2656 37.9375 Length 208, alignments in bytes 2/ 6: 166.938 28.4062 29.25 56.4062 Length 208, alignments in bytes 6/ 2: 167.828 27.4062 29.7656 57.0938 Length 208, alignments in bytes 1/ 7: 167.359 28.5625 29.9375 56.0781 Length 208, alignments in bytes 7/ 1: 168.188 26.3281 29.4844 57 Length 208, alignments in bytes 3/ 4: 168.391 29.5312 29.5938 57.0156 Length 208, alignments in bytes 4/ 3: 168.188 27.8125 29.6094 57.3281 Length 208, alignments in bytes 5/ 7: 168.094 27.9531 29.8906 55.6406 Length 208, alignments in bytes 7/ 5: 168.016 26.2969 29 56.6875 Length 212, alignments in bytes 0/ 4: 170.453 28.5156 29.7031 58.6719 Length 212, alignments in bytes 4/ 0: 170.609 28.625 29.2344 57.6562 Length 212, alignments in bytes 4/ 4: 171.219 28.2969 26.7812 39.3594 Length 212, alignments in bytes 2/ 2: 171 27.5312 25.0938 37.4531 Length 212, alignments in bytes 2/ 6: 170.094 27.9375 29.0156 57.2344 Length 212, alignments in bytes 6/ 2: 170.844 27.8125 29.0156 56.7812 Length 212, alignments in bytes 1/ 7: 171.281 27.8594 30.1094 58.3125 Length 212, alignments in bytes 7/ 1: 171.031 28.5625 28.8125 57.1562 Length 212, alignments in bytes 3/ 4: 170.859 26.9844 29.5781 58.7344 Length 212, alignments in bytes 4/ 3: 170.484 28.6094 29.5312 56.1094 Length 212, alignments in bytes 5/ 7: 170.828 28.2656 30.4531 58.7188 Length 212, alignments in bytes 7/ 5: 170.547 28.5625 28.9531 58.1875 Length 216, alignments in bytes 0/ 4: 173.922 29.2344 29.8906 57.7656 Length 216, alignments in bytes 4/ 0: 174.016 27.6719 28.875 58.4688 Length 216, alignments in bytes 4/ 4: 173.875 27.5781 26.3438 38.4688 Length 216, alignments in bytes 2/ 2: 174.266 27.7969 24.2812 38.2969 Length 216, alignments in bytes 2/ 6: 174.297 28.1719 29.0312 57.5156 Length 216, alignments in bytes 6/ 2: 173.688 27.3594 28.7031 57.4219 Length 216, alignments in bytes 1/ 7: 174.219 28.2969 28.4844 56.9531 Length 216, alignments in bytes 7/ 1: 173.531 28.5469 28.7188 58.1094 Length 216, alignments in bytes 3/ 4: 173.641 29.2656 30.3438 58.3281 Length 216, alignments in bytes 4/ 3: 173.781 27.8281 29.5 58.4531 Length 216, alignments in bytes 5/ 7: 173.953 27.8594 28.0938 56.6562 Length 216, alignments in bytes 7/ 5: 174.094 28.4688 28.6875 57.7812 Length 220, alignments in bytes 0/ 4: 176.828 28.2188 30.7812 58.9219 Length 220, alignments in bytes 4/ 0: 175.984 30.0469 30.6719 58.4531 Length 220, alignments in bytes 4/ 4: 177.672 29.6719 27.5938 40.2031 Length 220, alignments in bytes 2/ 2: 177.234 27.875 25.4062 37.5781 Length 220, alignments in bytes 2/ 6: 176.297 29.5938 30.1406 58.3594 Length 220, alignments in bytes 6/ 2: 176.406 28.9062 29.6875 58.4375 Length 220, alignments in bytes 1/ 7: 177.234 28.5312 30.7188 59.2969 Length 220, alignments in bytes 7/ 1: 177.109 29.7656 29.0469 58.2656 Length 220, alignments in bytes 3/ 4: 176.938 30.25 30.7031 59.3438 Length 220, alignments in bytes 4/ 3: 177.031 29.6406 28.7188 57.4219 Length 220, alignments in bytes 5/ 7: 177.094 29.3125 31.1562 59.9688 Length 220, alignments in bytes 7/ 5: 176.406 29.8906 30.3281 59.4219 Length 224, alignments in bytes 0/ 4: 180.75 30.125 30.5 59.6562 Length 224, alignments in bytes 4/ 0: 180.25 28.8281 32.2812 60.0312 Length 224, alignments in bytes 4/ 4: 180.438 28.8125 26.9062 39.1719 Length 224, alignments in bytes 2/ 2: 179.438 28.8906 25.7031 39.3438 Length 224, alignments in bytes 2/ 6: 179.719 29.4219 30.75 58.9688 Length 224, alignments in bytes 6/ 2: 179.297 28.4688 30.3281 59.1094 Length 224, alignments in bytes 1/ 7: 180.203 29.1875 31.0156 58.125 Length 224, alignments in bytes 7/ 1: 180.141 27.2188 30.1719 59.4688 Length 224, alignments in bytes 3/ 4: 179.969 30.2188 30.4844 59.3281 Length 224, alignments in bytes 4/ 3: 180.797 28.6406 30.25 59.8594 Length 224, alignments in bytes 5/ 7: 180.969 28.8281 30.9219 57.9688 Length 224, alignments in bytes 7/ 5: 180.719 27.3438 30.0156 59.2188 Length 228, alignments in bytes 0/ 4: 182.812 29.6562 30.6406 60.8906 Length 228, alignments in bytes 4/ 0: 182.234 29.5625 31.1719 59.8281 Length 228, alignments in bytes 4/ 4: 182.469 29.625 27.1562 41.5156 Length 228, alignments in bytes 2/ 2: 182.75 28.7969 25.2344 38.5938 Length 228, alignments in bytes 2/ 6: 183.094 29.0156 30.2656 60.1562 Length 228, alignments in bytes 6/ 2: 183.016 28.9062 30.1875 59.125 Length 228, alignments in bytes 1/ 7: 182.953 28.7031 31.25 60.3594 Length 228, alignments in bytes 7/ 1: 183.203 29.6562 30.3125 59.75 Length 228, alignments in bytes 3/ 4: 183.203 27.9219 30.6094 60.8438 Length 228, alignments in bytes 4/ 3: 182.594 29.625 30.8281 57.9688 Length 228, alignments in bytes 5/ 7: 184.031 29.4062 31.0156 60.8906 Length 228, alignments in bytes 7/ 5: 182.469 29.5469 29.9531 60.4531 Length 232, alignments in bytes 0/ 4: 185.703 30.4219 30.7969 60.2188 Length 232, alignments in bytes 4/ 0: 185.688 28.8281 30.7656 60.9531 Length 232, alignments in bytes 4/ 4: 186.297 28.4375 26.3594 41.4531 Length 232, alignments in bytes 2/ 2: 186.219 29.0312 25.4062 40.8906 Length 232, alignments in bytes 2/ 6: 185.562 29.5781 30.4062 59.4219 Length 232, alignments in bytes 6/ 2: 185.281 28.2188 30.4375 59.9375 Length 232, alignments in bytes 1/ 7: 186.703 29.3281 30.4375 59.1406 Length 232, alignments in bytes 7/ 1: 185.641 29.5469 30.125 60.3281 Length 232, alignments in bytes 3/ 4: 185.406 30.1875 31.1562 60.2188 Length 232, alignments in bytes 4/ 3: 185.406 28.7812 30.8906 60.0938 Length 232, alignments in bytes 5/ 7: 185.844 28.875 29.9062 58.9062 Length 232, alignments in bytes 7/ 5: 185.875 29.5 30.1094 60.1562 Length 236, alignments in bytes 0/ 4: 189.234 29.3281 32.9844 61.5469 Length 236, alignments in bytes 4/ 0: 188.469 30.7344 32.0781 60.7969 Length 236, alignments in bytes 4/ 4: 188.672 30.5625 29.125 42.0938 Length 236, alignments in bytes 2/ 2: 188.922 28.9375 26.3125 40.375 Length 236, alignments in bytes 2/ 6: 189.453 30.0938 32.3594 60.9375 Length 236, alignments in bytes 6/ 2: 188.578 30.125 30.875 60.8594 Length 236, alignments in bytes 1/ 7: 189.281 29.2031 33.1094 61.5625 Length 236, alignments in bytes 7/ 1: 189.812 30.75 30.4375 60.5 Length 236, alignments in bytes 3/ 4: 189.328 31.8438 33.0156 62.0156 Length 236, alignments in bytes 4/ 3: 188.391 30.6094 30.5625 59.2656 Length 236, alignments in bytes 5/ 7: 190.297 30.4375 33.0938 62.3281 Length 236, alignments in bytes 7/ 5: 189.172 30.5781 32.1875 62.0312 Length 240, alignments in bytes 0/ 4: 192.359 31.2031 32.5781 61.4062 Length 240, alignments in bytes 4/ 0: 192.172 30.0156 68.125 62.3906 Length 240, alignments in bytes 4/ 4: 192.531 29.8125 28.1406 40.8281 Length 240, alignments in bytes 2/ 2: 192.438 30.25 26.8281 40.625 Length 240, alignments in bytes 2/ 6: 192.203 30.4375 31.9219 61.2969 Length 240, alignments in bytes 6/ 2: 192.375 29.5469 32.5312 61.4531 Length 240, alignments in bytes 1/ 7: 192.719 30.4375 33.3438 59.9688 Length 240, alignments in bytes 7/ 1: 191.766 28.3438 31.7188 61.5938 Length 240, alignments in bytes 3/ 4: 193.094 31.6562 32.9062 61.5156 Length 240, alignments in bytes 4/ 3: 191.172 29.9219 32.2969 61.6094 Length 240, alignments in bytes 5/ 7: 192.078 30 33.0625 60.125 Length 240, alignments in bytes 7/ 5: 192.281 28.3438 31.3438 61.125 Length 244, alignments in bytes 0/ 4: 194.328 30.4375 32.875 63.6094 Length 244, alignments in bytes 4/ 0: 195.75 30.6719 31.4844 62.0938 Length 244, alignments in bytes 4/ 4: 195.594 30.5469 27.7344 42.125 Length 244, alignments in bytes 2/ 2: 193.859 29.6875 26.1719 40.2812 Length 244, alignments in bytes 2/ 6: 194.969 30.0312 32.1719 61.7344 Length 244, alignments in bytes 6/ 2: 194.969 30.125 31.3906 61.4844 Length 244, alignments in bytes 1/ 7: 195.266 29.8594 33.4531 62.8281 Length 244, alignments in bytes 7/ 1: 195.984 30.7656 31.8125 61.6094 Length 244, alignments in bytes 3/ 4: 195.312 28.875 32.9844 63.3281 Length 244, alignments in bytes 4/ 3: 196.234 30.6875 32.25 60.1094 Length 244, alignments in bytes 5/ 7: 195.469 30.4062 33.3906 62.8594 Length 244, alignments in bytes 7/ 5: 195.188 30.5 31.4688 62.6562 Length 248, alignments in bytes 0/ 4: 198.828 31.0469 33.4219 62.4531 Length 248, alignments in bytes 4/ 0: 197.547 30.0156 31.2031 62.8438 Length 248, alignments in bytes 4/ 4: 198.359 29.5938 27.4844 41.6562 Length 248, alignments in bytes 2/ 2: 198.156 29.875 25.9844 41.0938 Length 248, alignments in bytes 2/ 6: 197.812 30.2969 32.3906 62 Length 248, alignments in bytes 6/ 2: 198.625 29.625 31.5312 61.6562 Length 248, alignments in bytes 1/ 7: 197.984 30.3438 31.2656 60.625 Length 248, alignments in bytes 7/ 1: 197.672 30.4688 31.5625 62.625 Length 248, alignments in bytes 3/ 4: 199.719 31.2188 33.3125 62.1875 Length 248, alignments in bytes 4/ 3: 198.016 29.875 32.0469 62.8125 Length 248, alignments in bytes 5/ 7: 198.828 29.75 31.5625 60.5156 Length 248, alignments in bytes 7/ 5: 199.219 30.7812 31.2188 62.0156 Length 252, alignments in bytes 0/ 4: 201.734 30.5469 33.75 63.7188 Length 252, alignments in bytes 4/ 0: 201.469 32.0156 32.4688 63 Length 252, alignments in bytes 4/ 4: 201.469 31.6562 28.7188 43.1719 Length 252, alignments in bytes 2/ 2: 201.078 30.4219 26.8906 40.375 Length 252, alignments in bytes 2/ 6: 200.953 31.3594 33.2656 62.9375 Length 252, alignments in bytes 6/ 2: 200.891 31.1719 32.1875 62.75 Length 252, alignments in bytes 1/ 7: 202.391 32.5781 33.6562 63.2969 Length 252, alignments in bytes 7/ 1: 201.453 32.0625 31.6875 62.5938 Length 252, alignments in bytes 3/ 4: 202.109 31.5469 33.9219 63.6562 Length 252, alignments in bytes 4/ 3: 200.672 31.6094 31.2812 61.625 Length 252, alignments in bytes 5/ 7: 202.188 31.6094 33.7656 64.375 Length 252, alignments in bytes 7/ 5: 200.641 31.8125 33.0625 63.6719 Length 256, alignments in bytes 0/ 4: 203.625 32.0469 33.25 63.5156 Length 256, alignments in bytes 4/ 0: 204.125 31.125 34.2812 64.5469 Length 256, alignments in bytes 4/ 4: 204.5 30.9688 28.0469 42.3125 Length 256, alignments in bytes 2/ 2: 203.672 31.2031 27.2656 41.8594 Length 256, alignments in bytes 2/ 6: 204.625 31.5156 33.125 63 Length 256, alignments in bytes 6/ 2: 204.516 30.5312 33.5938 63.4844 Length 256, alignments in bytes 1/ 7: 230.484 31.7656 33.8594 62.25 Length 256, alignments in bytes 7/ 1: 204.703 29.2812 32.9219 63.8125 Length 256, alignments in bytes 3/ 4: 204.734 32.7344 33.7969 63.75 Length 256, alignments in bytes 4/ 3: 203.562 30.6562 33.1406 63.9219 Length 256, alignments in bytes 5/ 7: 205.344 30.8594 33.875 62.1562 Length 256, alignments in bytes 7/ 5: 203.156 29.2188 32.7969 63.5781 Length 260, alignments in bytes 0/ 4: 207.469 31.4062 33.8906 65.2969 Length 260, alignments in bytes 4/ 0: 207.672 32.0312 34.3594 64.2656 Length 260, alignments in bytes 4/ 4: 207.906 31.4531 27.7812 44.5781 Length 260, alignments in bytes 2/ 2: 206.953 30.6719 26.9375 41.3125 Length 260, alignments in bytes 2/ 6: 207.562 31.3281 33.0625 64.5 Length 260, alignments in bytes 6/ 2: 207.219 30.8438 32.5781 63.3281 Length 260, alignments in bytes 1/ 7: 208.062 31.1719 34.5156 64.8438 Length 260, alignments in bytes 7/ 1: 207.578 31.6875 32.9375 63.6406 Length 260, alignments in bytes 3/ 4: 208.641 30.0469 33.5 65.2656 Length 260, alignments in bytes 4/ 3: 208.047 31.6406 32.9219 62.5781 Length 260, alignments in bytes 5/ 7: 209.297 31.625 34.3594 64.7812 Length 260, alignments in bytes 7/ 5: 207.656 31.6406 32.2656 64.7656 Length 264, alignments in bytes 0/ 4: 210.438 32.1719 33.9062 64.2188 Length 264, alignments in bytes 4/ 0: 210.312 30.8438 33.875 64.9375 Length 264, alignments in bytes 4/ 4: 210.891 30.875 27.5625 43.6562 Length 264, alignments in bytes 2/ 2: 209.922 31.0156 26.5469 43.7812 Length 264, alignments in bytes 2/ 6: 210.797 30.9844 32.9531 63.8281 Length 264, alignments in bytes 6/ 2: 210.188 30.875 32.8594 64.1094 Length 264, alignments in bytes 1/ 7: 210.547 31.2344 32.6406 63.1719 Length 264, alignments in bytes 7/ 1: 210 31.5781 32.4375 64.1406 Length 264, alignments in bytes 3/ 4: 211 31.9688 34.0469 64.4844 Length 264, alignments in bytes 4/ 3: 210.891 30.875 33.1094 64.7188 Length 264, alignments in bytes 5/ 7: 211.406 30.8281 32.5312 63.0469 Length 264, alignments in bytes 7/ 5: 210.672 31.6562 33.5156 63.6719 Length 268, alignments in bytes 0/ 4: 213.344 31.3125 35.9375 66.0469 Length 268, alignments in bytes 4/ 0: 214.109 32.8906 34.8594 65.125 Length 268, alignments in bytes 4/ 4: 213 32.6719 31.3125 44.8438 Length 268, alignments in bytes 2/ 2: 213.188 30.6875 27.9531 42.9531 Length 268, alignments in bytes 2/ 6: 580.062 32.4688 35.0312 64.6719 Length 268, alignments in bytes 6/ 2: 213.812 32.0469 33.3125 64.9531 Length 268, alignments in bytes 1/ 7: 213.672 32.2344 35.2188 65.6406 Length 268, alignments in bytes 7/ 1: 213.422 32.6562 33.0938 64.9844 Length 268, alignments in bytes 3/ 4: 212.75 33.25 36.1875 66.0625 Length 268, alignments in bytes 4/ 3: 212.922 32.75 33.4062 64.0156 Length 268, alignments in bytes 5/ 7: 213.562 32.3125 36.0312 66.2031 Length 268, alignments in bytes 7/ 5: 212.5 32.9219 35.0781 66.1406 Length 272, alignments in bytes 0/ 4: 217.844 33.6875 35.6719 65.8438 Length 272, alignments in bytes 4/ 0: 215.703 31.9531 35.0156 66.2812 Length 272, alignments in bytes 4/ 4: 215.75 31.8125 30.8438 44.2188 Length 272, alignments in bytes 2/ 2: 215.891 31.9062 29.7812 43.8125 Length 272, alignments in bytes 2/ 6: 216.344 32.7344 34.7188 65.1875 Length 272, alignments in bytes 6/ 2: 215.547 31.4531 35.2812 65.8906 Length 272, alignments in bytes 1/ 7: 216.703 32.3906 36.1719 64.2031 Length 272, alignments in bytes 7/ 1: 216.609 30.4688 34.6875 66 Length 272, alignments in bytes 3/ 4: 216.547 33.6562 35.6875 66.0312 Length 272, alignments in bytes 4/ 3: 215.781 31.875 35.125 66.2656 Length 272, alignments in bytes 5/ 7: 217.672 32.0312 35.9062 64.4844 Length 272, alignments in bytes 7/ 5: 216.391 30.4844 34.75 65.5781 Length 276, alignments in bytes 0/ 4: 220.609 32.6875 35.2812 67.4844 Length 276, alignments in bytes 4/ 0: 219.5 32.8125 34.9688 66.0156 Length 276, alignments in bytes 4/ 4: 219.312 32.5312 30.5156 45.0625 Length 276, alignments in bytes 2/ 2: 220.922 31.5625 29.2188 43.1094 Length 276, alignments in bytes 2/ 6: 219.484 32.2031 34.6875 66.3906 Length 276, alignments in bytes 6/ 2: 219.594 31.8281 34.7656 65.4844 Length 276, alignments in bytes 1/ 7: 219.516 32.2656 36.2031 66.7812 Length 276, alignments in bytes 7/ 1: 219.281 32.7969 34.7188 65.9531 Length 276, alignments in bytes 3/ 4: 220.5 31.0781 35.875 67.6719 Length 276, alignments in bytes 4/ 3: 218.734 32.5938 35.4219 64.5156 Length 276, alignments in bytes 5/ 7: 220.219 32.4531 36.0312 67.0625 Length 276, alignments in bytes 7/ 5: 220.25 32.5625 34.8438 66.7969 Length 280, alignments in bytes 0/ 4: 222.734 33.4219 35.7344 66.5156 Length 280, alignments in bytes 4/ 0: 222.688 31.9844 34.5938 66.9844 Length 280, alignments in bytes 4/ 4: 222.281 31.7188 30.0156 44.4688 Length 280, alignments in bytes 2/ 2: 221.578 31.8281 29.5 44.0781 Length 280, alignments in bytes 2/ 6: 222.062 32.2031 34.8281 66.1094 Length 280, alignments in bytes 6/ 2: 221.812 31.5469 34.6719 66.0312 Length 280, alignments in bytes 1/ 7: 224.297 32.3906 34.125 65.375 Length 280, alignments in bytes 7/ 1: 222.25 32.5312 34.4062 66.7031 Length 280, alignments in bytes 3/ 4: 223.438 33.3438 36.0938 66.6094 Length 280, alignments in bytes 4/ 3: 221.766 31.9688 34.9062 66.3906 Length 280, alignments in bytes 5/ 7: 223.641 31.8125 34.0938 65.2812 Length 280, alignments in bytes 7/ 5: 222.328 32.5938 34.0938 66.0938 Length 284, alignments in bytes 0/ 4: 225.656 32.3906 36.9375 67.9688 Length 284, alignments in bytes 4/ 0: 226.906 33.75 35.4375 67.4531 Length 284, alignments in bytes 4/ 4: 225.875 33.6094 31.3906 45.6875 Length 284, alignments in bytes 2/ 2: 225.812 31.8125 28.9062 43.4844 Length 284, alignments in bytes 2/ 6: 225.359 32.2812 36.3438 67.1094 Length 284, alignments in bytes 6/ 2: 225.703 33.0938 35.2812 66.8594 Length 284, alignments in bytes 1/ 7: 225.984 34.1094 36.5469 67.875 Length 284, alignments in bytes 7/ 1: 225.688 33.8281 34.9219 66.7188 Length 284, alignments in bytes 3/ 4: 226.188 34.4219 37.0938 68.2344 Length 284, alignments in bytes 4/ 3: 226.359 33.75 34.5781 65.9688 Length 284, alignments in bytes 5/ 7: 226.531 33.3906 36.6406 68.4062 Length 284, alignments in bytes 7/ 5: 225.766 33.6094 36.0781 68.4844 Length 288, alignments in bytes 0/ 4: 228.75 34.3281 36.5938 67.8594 Length 288, alignments in bytes 4/ 0: 228.031 32.9531 36.6719 68.6094 Length 288, alignments in bytes 4/ 4: 228.484 32.8281 30.7656 45.2031 Length 288, alignments in bytes 2/ 2: 227.656 33.1406 29.9062 45.4844 Length 288, alignments in bytes 2/ 6: 229.203 33.4062 35.6094 67.5938 Length 288, alignments in bytes 6/ 2: 229.156 32.5781 36.2031 67.8281 Length 288, alignments in bytes 1/ 7: 228.422 33.4375 37 66.9375 Length 288, alignments in bytes 7/ 1: 228.172 31.4062 36.1094 67.9688 Length 288, alignments in bytes 3/ 4: 228.859 34.25 36.4688 68.3906 Length 288, alignments in bytes 4/ 3: 228.172 33.375 36.0625 93.8594 Length 288, alignments in bytes 5/ 7: 230.016 33.0625 36.6719 66.5469 Length 288, alignments in bytes 7/ 5: 228.5 31.4219 35.3906 68.2344 Length 292, alignments in bytes 0/ 4: 230.891 33.4531 36.625 69.6719 Length 292, alignments in bytes 4/ 0: 233.375 33.6094 36.9062 68.6875 Length 292, alignments in bytes 4/ 4: 231.969 33.5938 30.9219 47.7031 Length 292, alignments in bytes 2/ 2: 231.938 32.6875 30.1094 44.5781 Length 292, alignments in bytes 2/ 6: 230.5 33.2031 35.6406 68.75 Length 292, alignments in bytes 6/ 2: 231.531 32.6719 35.9219 67.6875 Length 292, alignments in bytes 1/ 7: 232.859 33.0156 37.1406 69.3281 Length 292, alignments in bytes 7/ 1: 231.484 33.75 35.9375 68.1094 Length 292, alignments in bytes 3/ 4: 231.984 32.0312 36.7812 70 Length 292, alignments in bytes 4/ 3: 231.453 33.6875 36.1562 67 Length 292, alignments in bytes 5/ 7: 233.078 33.6562 37.0312 69.125 Length 292, alignments in bytes 7/ 5: 232.797 33.5312 35.7031 69.2656 Length 296, alignments in bytes 0/ 4: 235.031 34.1875 36.6406 68.7656 Length 296, alignments in bytes 4/ 0: 234.891 32.9062 36.7656 69.3906 Length 296, alignments in bytes 4/ 4: 234.734 32.8281 30.125 46.6406 Length 296, alignments in bytes 2/ 2: 234.516 33.0312 29.8906 46.3594 Length 296, alignments in bytes 2/ 6: 234.688 33.4219 36.0312 68.0156 Length 296, alignments in bytes 6/ 2: 234.516 32.5625 36 68.4219 Length 296, alignments in bytes 1/ 7: 236.25 33.2031 35.8594 67.5625 Length 296, alignments in bytes 7/ 1: 233.875 33.7188 35.7656 68.8438 Length 296, alignments in bytes 3/ 4: 235.188 34.0781 36.6875 68.6562 Length 296, alignments in bytes 4/ 3: 233.891 32.8281 36.2031 69 Length 296, alignments in bytes 5/ 7: 236.047 32.9375 35.4219 67.4531 Length 296, alignments in bytes 7/ 5: 235.641 33.625 35.75 68.0938 Length 300, alignments in bytes 0/ 4: 236.344 33.2812 38.4062 70.5781 Length 300, alignments in bytes 4/ 0: 237.594 34.9219 37.5156 69.8281 Length 300, alignments in bytes 4/ 4: 237.031 34.3281 33.4688 48.2031 Length 300, alignments in bytes 2/ 2: 238.547 33.0938 30.5 46.3906 Length 300, alignments in bytes 2/ 6: 238.688 35.0781 37.6562 69.4375 Length 300, alignments in bytes 6/ 2: 236.953 34.25 36.375 69.4688 Length 300, alignments in bytes 1/ 7: 237.812 34.875 38.0469 69.875 Length 300, alignments in bytes 7/ 1: 238.484 34.7188 36.1562 69.4219 Length 300, alignments in bytes 3/ 4: 238.891 34.5469 38.0312 70.7812 Length 300, alignments in bytes 4/ 3: 237.891 34.9062 35.5156 68.0156 Length 300, alignments in bytes 5/ 7: 238.672 34.5938 38.5469 70.6719 Length 300, alignments in bytes 7/ 5: 237.594 34.5469 37.2656 70.7969 Length 304, alignments in bytes 0/ 4: 240.125 35.3281 38.1094 70.25 Length 304, alignments in bytes 4/ 0: 240.625 33.8906 38.5156 70.6562 Length 304, alignments in bytes 4/ 4: 240.656 34.0781 32.7188 47.2656 Length 304, alignments in bytes 2/ 2: 241.547 34.25 30.9688 46.9219 Length 304, alignments in bytes 2/ 6: 240.422 34.4531 37.1094 69.7656 Length 304, alignments in bytes 6/ 2: 240.453 33.5312 38.0625 70.0156 Length 304, alignments in bytes 1/ 7: 241.078 34.4531 38.875 68.6094 Length 304, alignments in bytes 7/ 1: 239.984 32.4219 37.4219 70.5938 Length 304, alignments in bytes 3/ 4: 241.328 35.5 38.1406 70.5781 Length 304, alignments in bytes 4/ 3: 240.906 33.9844 37.5312 70.4844 Length 304, alignments in bytes 5/ 7: 241.828 33.9844 39.1406 68.9375 Length 304, alignments in bytes 7/ 5: 240.531 32.4375 36.75 70.2344 Length 308, alignments in bytes 0/ 4: 244.781 34.6094 38.9844 71.8125 Length 308, alignments in bytes 4/ 0: 243.453 34.75 37.8906 70.6406 Length 308, alignments in bytes 4/ 4: 243.703 34.375 32.2188 48.3438 Length 308, alignments in bytes 2/ 2: 245.219 33.625 30.875 46.2656 Length 308, alignments in bytes 2/ 6: 244.516 33.8125 37.625 70.5469 Length 308, alignments in bytes 6/ 2: 587.562 33.9219 37.0938 70.3594 Length 308, alignments in bytes 1/ 7: 246.281 34.1094 38.8438 71.5625 Length 308, alignments in bytes 7/ 1: 244.203 34.6719 37.4219 70.4531 Length 308, alignments in bytes 3/ 4: 243.703 32.9844 38.6875 72 Length 308, alignments in bytes 4/ 3: 244 34.5156 37.9688 68.8281 Length 308, alignments in bytes 5/ 7: 244.641 34.4531 38.6562 71.4219 Length 308, alignments in bytes 7/ 5: 242.781 34.3906 37.5156 71.3438 Length 312, alignments in bytes 0/ 4: 246.688 35.25 38.625 70.9844 Length 312, alignments in bytes 4/ 0: 247.156 33.9219 37.9062 71.6094 Length 312, alignments in bytes 4/ 4: 245.875 33.5781 31.625 47.2188 Length 312, alignments in bytes 2/ 2: 245.219 33.9844 30.375 47.2812 Length 312, alignments in bytes 2/ 6: 246.078 34.0938 37.2969 70.4688 Length 312, alignments in bytes 6/ 2: 248.578 33.5781 37.2656 70.5781 Length 312, alignments in bytes 1/ 7: 248.359 34.4219 36.4688 69.875 Length 312, alignments in bytes 7/ 1: 247.234 34.6562 37.4375 71.0156 Length 312, alignments in bytes 3/ 4: 246.953 35.0625 38.5469 71.0156 Length 312, alignments in bytes 4/ 3: 246.312 33.5938 38.2188 71.2188 Length 312, alignments in bytes 5/ 7: 248 34.1406 36.5625 69.3906 Length 312, alignments in bytes 7/ 5: 246.609 34.4688 37.125 70.8125 Length 316, alignments in bytes 0/ 4: 250.047 34.5312 39 72.3125 Length 316, alignments in bytes 4/ 0: 249.797 35.8594 37.9688 71.7344 Length 316, alignments in bytes 4/ 4: 250.797 35.5469 33.5781 48.875 Length 316, alignments in bytes 2/ 2: 250.516 34.2969 30.625 47.1406 Length 316, alignments in bytes 2/ 6: 250.219 35.4531 38.4219 71.8594 Length 316, alignments in bytes 6/ 2: 250.609 35.0625 37.8438 70.7188 Length 316, alignments in bytes 1/ 7: 251.609 35.2344 39.0156 72.4062 Length 316, alignments in bytes 7/ 1: 250.938 35.875 37.5 71.5625 Length 316, alignments in bytes 3/ 4: 250.531 36.7812 39.1719 72.6875 Length 316, alignments in bytes 4/ 3: 249.703 35.5156 36.7188 70.5312 Length 316, alignments in bytes 5/ 7: 251.266 35.5625 39.375 73 Length 316, alignments in bytes 7/ 5: 249.656 35.7812 38.4844 72.75 Length 320, alignments in bytes 0/ 4: 252.484 36.3125 39.0156 72.4375 Length 320, alignments in bytes 4/ 0: 253.328 34.9219 39.5938 73.0938 Length 320, alignments in bytes 4/ 4: 251.984 34.875 32.875 48.4531 Length 320, alignments in bytes 2/ 2: 253.922 35.2188 31.5312 48.0781 Length 320, alignments in bytes 2/ 6: 252.906 35.2031 38.1406 72.1719 Length 320, alignments in bytes 6/ 2: 254 34.6875 38.8125 72.3438 Length 320, alignments in bytes 1/ 7: 252.672 35.6094 39.7812 71.1094 Length 320, alignments in bytes 7/ 1: 253.312 33.2188 38.7969 72.6406 Length 320, alignments in bytes 3/ 4: 253.281 36.4375 38.6719 72.625 Length 320, alignments in bytes 4/ 3: 253.328 35.0156 38.7344 72.8594 Length 320, alignments in bytes 5/ 7: 254.781 35.0938 40.125 71.0625 Length 320, alignments in bytes 7/ 5: 251.719 33.5 37.7031 72.0469 Length 324, alignments in bytes 0/ 4: 255.562 35.6719 39.7812 74.3438 Length 324, alignments in bytes 4/ 0: 255.312 35.9531 39.2969 73.375 Length 324, alignments in bytes 4/ 4: 254.906 35.5469 32.6719 50.6094 Length 324, alignments in bytes 2/ 2: 255.453 34.7812 31.4531 47.9219 Length 324, alignments in bytes 2/ 6: 256.562 34.9062 39.0312 73.4531 Length 324, alignments in bytes 6/ 2: 257.125 34.9688 38.0312 72.4531 Length 324, alignments in bytes 1/ 7: 257.062 35.0938 39.9219 73.4062 Length 324, alignments in bytes 7/ 1: 255.562 35.4844 38.3594 72.4844 Length 324, alignments in bytes 3/ 4: 258.141 34.0938 39.4531 74.2188 Length 324, alignments in bytes 4/ 3: 256.078 35.6562 39.5312 71.6094 Length 324, alignments in bytes 5/ 7: 258.125 35.4844 39.6719 73.6406 Length 324, alignments in bytes 7/ 5: 255.594 35.3125 38.7031 73.5312 Length 328, alignments in bytes 0/ 4: 260.234 36.4844 39.5156 73.3281 Length 328, alignments in bytes 4/ 0: 259.219 34.9219 39.4375 73.9844 Length 328, alignments in bytes 4/ 4: 259.766 34.6719 31.8438 49.8125 Length 328, alignments in bytes 2/ 2: 259.188 34.8125 31.4062 49.3906 Length 328, alignments in bytes 2/ 6: 259.812 35.2031 38.4062 72.6406 Length 328, alignments in bytes 6/ 2: 258.969 34.2656 38.2656 72.7344 Length 328, alignments in bytes 1/ 7: 260.266 35.5625 38.25 71.9531 Length 328, alignments in bytes 7/ 1: 259.812 35.25 38.3594 73.3594 Length 328, alignments in bytes 3/ 4: 258.703 36.6094 39.375 73.25 Length 328, alignments in bytes 4/ 3: 259.328 34.9844 39.4531 73.3594 Length 328, alignments in bytes 5/ 7: 260.984 34.875 37.9688 71.6719 Length 328, alignments in bytes 7/ 5: 259.031 35.6094 38.2031 72.8438 Length 332, alignments in bytes 0/ 4: 262.656 35.6875 40.9062 75 Length 332, alignments in bytes 4/ 0: 261.641 36.8906 47.4062 74.4375 Length 332, alignments in bytes 4/ 4: 261.141 36.6406 41.9375 50.9062 Length 332, alignments in bytes 2/ 2: 263.109 34.4844 31.875 48.9062 Length 332, alignments in bytes 2/ 6: 262.344 36.4688 39.9219 73.875 Length 332, alignments in bytes 6/ 2: 261.469 35.9688 44.9688 73.875 Length 332, alignments in bytes 1/ 7: 262.094 35.7969 40.5 74.1875 Length 332, alignments in bytes 7/ 1: 262.703 36.7656 45.625 73.875 Length 332, alignments in bytes 3/ 4: 262.422 37.0156 40.5312 75.0938 Length 332, alignments in bytes 4/ 3: 261.5 36.5625 45.6875 73.1719 Length 332, alignments in bytes 5/ 7: 264.516 36.6719 47.4219 75.0938 Length 332, alignments in bytes 7/ 5: 261.266 36.75 51.7812 74.7188 Length 336, alignments in bytes 0/ 4: 265.578 37.3438 47.5469 74.4688 Length 336, alignments in bytes 4/ 0: 265.125 35.8906 46.3125 75.1719 Length 336, alignments in bytes 4/ 4: 264.641 35.6719 41.125 50.2969 Length 336, alignments in bytes 2/ 2: 265.469 35.9531 40.7656 50.0625 Length 336, alignments in bytes 2/ 6: 264.312 36.6562 46.8438 74.0312 Length 336, alignments in bytes 6/ 2: 264.047 35.5312 46.75 74.2031 Length 336, alignments in bytes 1/ 7: 267.281 36.3281 47.9844 73.3281 Length 336, alignments in bytes 7/ 1: 265.234 34.4062 46.375 74.8281 Length 336, alignments in bytes 3/ 4: 266.281 37.5469 47.4062 75.1719 Length 336, alignments in bytes 4/ 3: 265.062 35.8125 46.7188 74.875 Length 336, alignments in bytes 5/ 7: 266.828 36.2344 47.7969 73.0781 Length 336, alignments in bytes 7/ 5: 265.766 34.4688 51.4219 74.0625 Length 340, alignments in bytes 0/ 4: 268.781 36.6406 47.2812 76.6406 Length 340, alignments in bytes 4/ 0: 268.156 36.7188 45.25 75.25 Length 340, alignments in bytes 4/ 4: 269.703 36.5 40.7188 51.2812 Length 340, alignments in bytes 2/ 2: 267.859 35.6094 40.2188 49.25 Length 340, alignments in bytes 2/ 6: 268.297 36.0938 46.9219 74.9062 Length 340, alignments in bytes 6/ 2: 269.359 35.8125 45.8281 74.6406 Length 340, alignments in bytes 1/ 7: 268.328 36.3438 48.3906 76.0625 Length 340, alignments in bytes 7/ 1: 269.734 36.9844 45.7031 74.8438 Length 340, alignments in bytes 3/ 4: 270.484 35.2031 48.0156 76.5 Length 340, alignments in bytes 4/ 3: 267.25 36.5 46.7812 73.7188 Length 340, alignments in bytes 5/ 7: 270.078 36.6562 47.1562 75.9375 Length 340, alignments in bytes 7/ 5: 268.234 36.6406 46.1406 75.9688 Length 344, alignments in bytes 0/ 4: 270.391 37.2969 47.2188 75.4062 Length 344, alignments in bytes 4/ 0: 271 35.5469 45.7188 76.2031 Length 344, alignments in bytes 4/ 4: 271.547 35.7344 40.2188 50.2656 Length 344, alignments in bytes 2/ 2: 271.328 35.8906 39.7344 49.9531 Length 344, alignments in bytes 2/ 6: 272.156 36.4062 46.0938 74.8281 Length 344, alignments in bytes 6/ 2: 270.406 35.2969 46.2969 75.0781 Length 344, alignments in bytes 1/ 7: 272.188 36.6875 45.7031 74.1562 Length 344, alignments in bytes 7/ 1: 272.359 36.5938 45.5625 75.7188 Length 344, alignments in bytes 3/ 4: 270.609 37.5469 47.2031 75.7188 Length 344, alignments in bytes 4/ 3: 272.172 35.8438 46.4688 75.75 Length 344, alignments in bytes 5/ 7: 273.078 35.9062 45.2656 74.1719 Length 344, alignments in bytes 7/ 5: 271.5 36.4688 45.5625 75.125 Length 348, alignments in bytes 0/ 4: 275.328 36.7656 47.4844 77.25 Length 348, alignments in bytes 4/ 0: 274.969 37.625 47.8281 76.3438 Length 348, alignments in bytes 4/ 4: 274.406 37.4844 42.9062 52.0938 Length 348, alignments in bytes 2/ 2: 275.391 35.6094 40.2344 49.625 Length 348, alignments in bytes 2/ 6: 274.766 37.625 46.8594 76.3125 Length 348, alignments in bytes 6/ 2: 273.234 37.0156 47.9219 75.6094 Length 348, alignments in bytes 1/ 7: 276.109 37.5156 47.6719 76.6094 Length 348, alignments in bytes 7/ 1: 273.609 37.7344 47.4219 75.9531 Length 348, alignments in bytes 3/ 4: 274.531 38.4688 48.4688 76.8281 Length 348, alignments in bytes 4/ 3: 273.219 37.4531 46.75 74.9375 Length 348, alignments in bytes 5/ 7: 275.734 37.9062 48.5625 77.5156 Length 348, alignments in bytes 7/ 5: 274.641 37.625 47.9375 77.4531 Length 352, alignments in bytes 0/ 4: 279.25 38.6094 48.7188 77.5625 Length 352, alignments in bytes 4/ 0: 306.031 36.7656 49.0625 78.1562 Length 352, alignments in bytes 4/ 4: 277.109 36.8281 42.1875 51.6406 Length 352, alignments in bytes 2/ 2: 278.734 37.0938 41.2188 51.1406 Length 352, alignments in bytes 2/ 6: 277.297 37.5312 48.4688 76.2188 Length 352, alignments in bytes 6/ 2: 276.438 36.5781 48.6094 76.5156 Length 352, alignments in bytes 1/ 7: 278.625 37.5625 49.1094 75.5 Length 352, alignments in bytes 7/ 1: 277.844 35.2188 48.4531 77.2656 Length 352, alignments in bytes 3/ 4: 278.703 38.75 48.5938 77.2969 Length 352, alignments in bytes 4/ 3: 276.75 36.9688 48.0312 77.4375 Length 352, alignments in bytes 5/ 7: 279.406 37.3125 48.8125 75.5938 Length 352, alignments in bytes 7/ 5: 277.094 35.5 47.3281 76.9219 Length 356, alignments in bytes 0/ 4: 278.234 37.75 48.9688 79.0625 Length 356, alignments in bytes 4/ 0: 280.391 37.7969 48.2031 77.5781 Length 356, alignments in bytes 4/ 4: 279.656 37.4688 42.25 53.5938 Length 356, alignments in bytes 2/ 2: 281.25 36.4844 41.1875 50.5469 Length 356, alignments in bytes 2/ 6: 282.25 37.1875 48.7031 77.5469 Length 356, alignments in bytes 6/ 2: 280.672 37.0938 48.1719 76.9375 Length 356, alignments in bytes 1/ 7: 281.453 37.2031 49.0469 78.1719 Length 356, alignments in bytes 7/ 1: 280.547 37.7812 48.3594 77.0625 Length 356, alignments in bytes 3/ 4: 281.641 36.0156 48.9219 79.1406 Length 356, alignments in bytes 4/ 3: 281.531 37.625 48.2812 76 Length 356, alignments in bytes 5/ 7: 281.828 37.9062 48.8125 78.3281 Length 356, alignments in bytes 7/ 5: 280.062 37.6719 47.6562 78.3125 Length 360, alignments in bytes 0/ 4: 282.703 38.6094 49.0156 77.5312 Length 360, alignments in bytes 4/ 0: 283.062 36.8125 48.5469 78.2812 Length 360, alignments in bytes 4/ 4: 283.078 36.7344 42.1875 52.7031 Length 360, alignments in bytes 2/ 2: 283.5 36.7969 41.2969 52.4844 Length 360, alignments in bytes 2/ 6: 283.203 37.5 48.0938 77.0469 Length 360, alignments in bytes 6/ 2: 282.531 36.5 47.5938 77.5469 Length 360, alignments in bytes 1/ 7: 284.297 37.5938 48.3438 76.4062 Length 360, alignments in bytes 7/ 1: 283.484 37.8438 47.875 77.6719 Length 360, alignments in bytes 3/ 4: 285.875 38.4844 49.0156 77.8125 Length 360, alignments in bytes 4/ 3: 282.188 36.8438 48.125 77.8438 Length 360, alignments in bytes 5/ 7: 284.266 37.0938 48.6094 76.1719 Length 360, alignments in bytes 7/ 5: 283.953 37.6562 47.4062 77 Length 364, alignments in bytes 0/ 4: 287.5 37.7344 50.4062 79.0469 Length 364, alignments in bytes 4/ 0: 286.859 38.9219 49.4219 78.8438 Length 364, alignments in bytes 4/ 4: 287.734 38.4375 44.1875 53.7812 Length 364, alignments in bytes 2/ 2: 284.953 37.3906 42.625 51.7812 Length 364, alignments in bytes 2/ 6: 286.891 38.625 49.5781 78.5312 Length 364, alignments in bytes 6/ 2: 285.984 38.2188 48.25 78.7188 Length 364, alignments in bytes 1/ 7: 287.781 38.2812 50.4688 78.9219 Length 364, alignments in bytes 7/ 1: 288.672 38.9062 48.2188 78.5625 Length 364, alignments in bytes 3/ 4: 286.688 65.5312 50.4219 79.4688 Length 364, alignments in bytes 4/ 3: 287.953 38.875 48.3281 77.5625 Length 364, alignments in bytes 5/ 7: 289.125 39.125 50.5938 79.9375 Length 364, alignments in bytes 7/ 5: 288.719 38.8594 49.9375 80.0312 Length 368, alignments in bytes 0/ 4: 290.203 39.9219 50.0781 79.8438 Length 368, alignments in bytes 4/ 0: 290.281 37.9219 49.8281 80.1406 Length 368, alignments in bytes 4/ 4: 289.047 38.0625 44.0156 53.2969 Length 368, alignments in bytes 2/ 2: 290.172 38.1562 42.6094 52.625 Length 368, alignments in bytes 2/ 6: 289.109 39.0625 50.625 78.8281 Length 368, alignments in bytes 6/ 2: 289.297 37.5469 50 78.9844 Length 368, alignments in bytes 1/ 7: 291.5 38.7812 51.2969 77.7344 Length 368, alignments in bytes 7/ 1: 291.078 36.4531 50.0469 79.2031 Length 368, alignments in bytes 3/ 4: 289.406 39.6875 50.3594 79.25 Length 368, alignments in bytes 4/ 3: 289.797 37.9219 50.4219 79.4219 Length 368, alignments in bytes 5/ 7: 290.641 38.2656 51.1719 77.7656 Length 368, alignments in bytes 7/ 5: 288.797 36.2656 49.7969 79.0312 Length 372, alignments in bytes 0/ 4: 293.188 38.8906 50.7969 81.0469 Length 372, alignments in bytes 4/ 0: 291.406 38.9062 48.8438 79.75 Length 372, alignments in bytes 4/ 4: 293.812 38.2656 42.9531 57.7031 Length 372, alignments in bytes 2/ 2: 292.766 37.5156 41.7969 52.4844 Length 372, alignments in bytes 2/ 6: 292.891 38.4688 50.2812 80.0781 Length 372, alignments in bytes 6/ 2: 292.594 38.1406 49.25 79.2969 Length 372, alignments in bytes 1/ 7: 292.344 38.3281 51.1094 80.8281 Length 372, alignments in bytes 7/ 1: 293.75 38.875 49.8438 79.3594 Length 372, alignments in bytes 3/ 4: 292.375 37.4219 50.8438 81.3281 Length 372, alignments in bytes 4/ 3: 293.359 38.9844 50.3125 78.0781 Length 372, alignments in bytes 5/ 7: 293.766 38.7656 50.6406 80.6719 Length 372, alignments in bytes 7/ 5: 293.141 38.8438 49.3906 80.9688 Length 376, alignments in bytes 0/ 4: 296.578 39.5781 50.4375 80.0156 Length 376, alignments in bytes 4/ 0: 295.141 37.7812 48.75 80.5469 Length 376, alignments in bytes 4/ 4: 294.625 37.875 43.0469 56.8281 Length 376, alignments in bytes 2/ 2: 295.844 38.2344 41.7812 56.6406 Length 376, alignments in bytes 2/ 6: 296.203 38.4688 49.5 79.4844 Length 376, alignments in bytes 6/ 2: 295.391 37.5625 49.8594 79.6719 Length 376, alignments in bytes 1/ 7: 295.922 38.875 49.0625 78.8281 Length 376, alignments in bytes 7/ 1: 295.5 38.7031 49.5938 80.0625 Length 376, alignments in bytes 3/ 4: 296.797 39.7812 50.5312 79.9219 Length 376, alignments in bytes 4/ 3: 296.594 37.9062 50.0156 80.1406 Length 376, alignments in bytes 5/ 7: 297.281 38.25 48.875 78.6719 Length 376, alignments in bytes 7/ 5: 294.5 38.7031 49.4062 79.6719 Length 380, alignments in bytes 0/ 4: 299.391 38.9375 50.7188 81.5469 Length 380, alignments in bytes 4/ 0: 300.797 40.125 50.0938 81.1562 Length 380, alignments in bytes 4/ 4: 297.484 39.8125 44.1875 84 Length 380, alignments in bytes 2/ 2: 297.891 38.4219 42.1719 56.0312 Length 380, alignments in bytes 2/ 6: 300.109 39.6406 50.7656 80.6719 Length 380, alignments in bytes 6/ 2: 298.625 39.1719 50.5781 81.0156 Length 380, alignments in bytes 1/ 7: 299.938 39.4219 51.0781 81.3281 Length 380, alignments in bytes 7/ 1: 299.203 40.0781 50.0781 80.75 Length 380, alignments in bytes 3/ 4: 301.078 41.625 50.9531 82.0781 Length 380, alignments in bytes 4/ 3: 297.266 39.9219 49.5938 79.6875 Length 380, alignments in bytes 5/ 7: 301.125 39.6719 51.75 82.3438 Length 380, alignments in bytes 7/ 5: 297.188 39.7344 50.7969 82.0469 Length 384, alignments in bytes 0/ 4: 301.781 40.625 51.2344 81.8438 Length 384, alignments in bytes 4/ 0: 303.391 39.0469 55.9062 82.9062 Length 384, alignments in bytes 4/ 4: 302.031 38.7812 43.5469 57.9688 Length 384, alignments in bytes 2/ 2: 302.5 39.1406 42.9688 57.7812 Length 384, alignments in bytes 2/ 6: 301.031 39.5469 50.75 81.1406 Length 384, alignments in bytes 6/ 2: 302.469 38.7344 50.9375 81.5469 Length 384, alignments in bytes 1/ 7: 303.531 39.6562 51.6406 80.4531 Length 384, alignments in bytes 7/ 1: 301.656 37.2969 51.4688 82.2344 Length 384, alignments in bytes 3/ 4: 301.938 40.6406 51.5 81.9062 Length 384, alignments in bytes 4/ 3: 301.234 39.0938 50.875 82 Length 384, alignments in bytes 5/ 7: 303.391 39.2812 51.6406 80.0625 Length 384, alignments in bytes 7/ 5: 302.516 37.3125 50.2188 81.375 Length 388, alignments in bytes 0/ 4: 304.578 39.8125 51.7031 83.6562 Length 388, alignments in bytes 4/ 0: 304.609 39.7969 54.7812 82.3281 Length 388, alignments in bytes 4/ 4: 304.516 39.6406 43.0781 60.1719 Length 388, alignments in bytes 2/ 2: 307.234 38.7656 42.9844 57.2656 Length 388, alignments in bytes 2/ 6: 305.906 39.4844 51.2969 82.5156 Length 388, alignments in bytes 6/ 2: 305.422 39.4219 51.0312 81.0625 Length 388, alignments in bytes 1/ 7: 305.516 39.4062 51.8125 83.3281 Length 388, alignments in bytes 7/ 1: 305.391 39.9219 51.1406 81.75 Length 388, alignments in bytes 3/ 4: 306.281 38.5 51.5781 83.7656 Length 388, alignments in bytes 4/ 3: 303.969 39.8125 50.8281 80.6562 Length 388, alignments in bytes 5/ 7: 307.469 39.7969 51.2812 82.9844 Length 388, alignments in bytes 7/ 5: 304.719 39.8281 50.2969 83.0312 Length 392, alignments in bytes 0/ 4: 308.297 40.4219 51.6562 82.5156 Length 392, alignments in bytes 4/ 0: 308.5 38.9531 54.9062 83.0312 Length 392, alignments in bytes 4/ 4: 308.047 38.7188 43.0156 59.3594 Length 392, alignments in bytes 2/ 2: 308.578 39.0156 43.2969 59.1094 Length 392, alignments in bytes 2/ 6: 306.953 39.8125 51.0156 81.7344 Length 392, alignments in bytes 6/ 2: 307.672 38.4375 50.4219 81.9219 Length 392, alignments in bytes 1/ 7: 310.234 39.6562 54.7188 80.7031 Length 392, alignments in bytes 7/ 1: 308.375 39.6719 51.2656 111.25 Length 392, alignments in bytes 3/ 4: 309.453 40.7188 51.5 82.2812 Length 392, alignments in bytes 4/ 3: 306.438 38.9219 50.9688 82.4844 Length 392, alignments in bytes 5/ 7: 310.547 39.4531 54.4062 80.7656 Length 392, alignments in bytes 7/ 5: 307.516 39.7656 50.2031 81.9375 Length 396, alignments in bytes 0/ 4: 312.172 39.75 56.6406 84.1406 Length 396, alignments in bytes 4/ 0: 313.031 40.9688 55.625 83.9062 Length 396, alignments in bytes 4/ 4: 310.234 40.75 47.5312 60.7969 Length 396, alignments in bytes 2/ 2: 312.422 39.5469 43.5469 58.6562 Length 396, alignments in bytes 2/ 6: 312.484 40.2031 56.4688 83.0781 Length 396, alignments in bytes 6/ 2: 310.281 40.0781 51.4844 83.1875 Length 396, alignments in bytes 1/ 7: 312.094 40.25 56.5938 83.4531 Length 396, alignments in bytes 7/ 1: 311.469 40.9688 51.5312 83.2969 Length 396, alignments in bytes 3/ 4: 313.547 41.7188 57.3906 83.7188 Length 396, alignments in bytes 4/ 3: 310.953 40.7812 54.8125 81.8906 Length 396, alignments in bytes 5/ 7: 311.984 40.7969 57.0312 84.5312 Length 396, alignments in bytes 7/ 5: 310.734 40.8906 56.2031 84.8906 Length 400, alignments in bytes 0/ 4: 314.469 41.9531 57.2188 84.4375 Length 400, alignments in bytes 4/ 0: 314.422 40.3125 56.2969 85.1094 Length 400, alignments in bytes 4/ 4: 313.766 39.875 47 60 Length 400, alignments in bytes 2/ 2: 316.141 40.1562 46.0625 59.5469 Length 400, alignments in bytes 2/ 6: 315.047 40.5625 56.7188 83.1875 Length 400, alignments in bytes 6/ 2: 313.953 39.625 56.7344 83.6562 Length 400, alignments in bytes 1/ 7: 314.031 41.2344 57.4219 82.4062 Length 400, alignments in bytes 7/ 1: 313.75 38.5 56.9375 83.9375 Length 400, alignments in bytes 3/ 4: 316.188 41.6094 57.1094 84.2656 Length 400, alignments in bytes 4/ 3: 315.047 40.2969 56.25 84.3438 Length 400, alignments in bytes 5/ 7: 317.359 40.6562 57.0312 82.7656 Length 400, alignments in bytes 7/ 5: 315.203 38.4688 55.9219 83.75 Length 404, alignments in bytes 0/ 4: 316.312 41.1094 57.1719 85.8281 Length 404, alignments in bytes 4/ 0: 317.641 40.9062 55.8125 84.4219 Length 404, alignments in bytes 4/ 4: 317.219 40.8281 47.0156 60.5781 Length 404, alignments in bytes 2/ 2: 315.641 39.8594 45.7344 58.875 Length 404, alignments in bytes 2/ 6: 319.203 40.1719 56.6562 84.3594 Length 404, alignments in bytes 6/ 2: 316.031 40.1094 55.9531 83.7656 Length 404, alignments in bytes 1/ 7: 317.344 40.5 57.1562 85.6719 Length 404, alignments in bytes 7/ 1: 318.25 40.9688 56.0938 84.0156 Length 404, alignments in bytes 3/ 4: 318.812 39.5469 57.3281 85.7031 Length 404, alignments in bytes 4/ 3: 318.297 40.7188 56.7812 82.4844 Length 404, alignments in bytes 5/ 7: 318.578 40.5625 57.0781 85 Length 404, alignments in bytes 7/ 5: 315.406 40.7969 55.9375 85.0156 Length 408, alignments in bytes 0/ 4: 345.391 41.7344 56.6406 85.0625 Length 408, alignments in bytes 4/ 0: 320.547 39.9844 55.7188 85.2188 Length 408, alignments in bytes 4/ 4: 320.125 39.7344 46 59.9688 Length 408, alignments in bytes 2/ 2: 321.219 40.0938 45.3281 59.7344 Length 408, alignments in bytes 2/ 6: 320.844 40.6719 55.7969 84.1094 Length 408, alignments in bytes 6/ 2: 321.328 39.6562 56.125 83.9219 Length 408, alignments in bytes 1/ 7: 321.078 41.3125 55.8594 83.3125 Length 408, alignments in bytes 7/ 1: 321.062 40.75 56.2188 84.7656 Length 408, alignments in bytes 3/ 4: 321.906 42.1094 56.8281 84.7188 Length 408, alignments in bytes 4/ 3: 321.5 40.0312 56.1719 84.9688 Length 408, alignments in bytes 5/ 7: 321.891 40.3125 55.5469 82.9688 Length 408, alignments in bytes 7/ 5: 320.156 40.7344 55.4062 83.9219 Length 412, alignments in bytes 0/ 4: 322.672 40.8125 58.0469 86.125 Length 412, alignments in bytes 4/ 0: 323.312 42.0938 56.5781 85.7656 Length 412, alignments in bytes 4/ 4: 325.156 42.0625 47.2812 61.8438 Length 412, alignments in bytes 2/ 2: 322.391 40.7656 45.2969 59.2969 Length 412, alignments in bytes 2/ 6: 324.391 41.2969 56.9219 85.5 Length 412, alignments in bytes 6/ 2: 324.297 41.2656 56.8281 85.3281 Length 412, alignments in bytes 1/ 7: 325.906 40.9844 57.5781 85.5781 Length 412, alignments in bytes 7/ 1: 324.406 41.875 56.7344 85.3438 Length 412, alignments in bytes 3/ 4: 323.391 42.8281 58.2188 86.3906 Length 412, alignments in bytes 4/ 3: 323.375 42.0625 55.8281 84.6875 Length 412, alignments in bytes 5/ 7: 325.672 41.9375 57.625 86.9688 Length 412, alignments in bytes 7/ 5: 322.938 41.8438 57.4688 86.2031 Length 416, alignments in bytes 0/ 4: 325 42.8906 58.3281 86.2656 Length 416, alignments in bytes 4/ 0: 326.484 41.2812 59.0156 87.2031 Length 416, alignments in bytes 4/ 4: 327.516 41.1875 377.516 61.125 Length 416, alignments in bytes 2/ 2: 327.422 41.2344 46.0469 61.0156 Length 416, alignments in bytes 2/ 6: 327.438 42.0312 58.2656 85.4375 Length 416, alignments in bytes 6/ 2: 325.75 40.8438 58.4531 86 Length 416, alignments in bytes 1/ 7: 328.125 41.9844 59.125 85.1094 Length 416, alignments in bytes 7/ 1: 327 39.6406 58.7812 86.5781 Length 416, alignments in bytes 3/ 4: 328 43.1094 58.6875 86.3906 Length 416, alignments in bytes 4/ 3: 328.016 40.9688 58.5 86.6094 Length 416, alignments in bytes 5/ 7: 329.188 41.3125 59.0156 84.9375 Length 416, alignments in bytes 7/ 5: 327.562 39.6406 57.8281 86.1406 Length 420, alignments in bytes 0/ 4: 329 42.3438 58.9688 88.4531 Length 420, alignments in bytes 4/ 0: 329.172 41.9375 58.3125 86.8125 Length 420, alignments in bytes 4/ 4: 330.375 41.7188 47.125 62.9844 Length 420, alignments in bytes 2/ 2: 329.891 40.7656 45.5469 60.2969 Length 420, alignments in bytes 2/ 6: 328.562 41.375 58.2656 86.8594 Length 420, alignments in bytes 6/ 2: 329.141 41.0938 58.0312 86.1719 Length 420, alignments in bytes 1/ 7: 330.781 41.5312 58.9062 87.4844 Length 420, alignments in bytes 7/ 1: 329.703 41.9062 58.3438 86.2344 Length 420, alignments in bytes 3/ 4: 331.016 40.5312 59.3906 87.9062 Length 420, alignments in bytes 4/ 3: 331.031 41.9531 58.1562 85.2031 Length 420, alignments in bytes 5/ 7: 331.562 42.1094 58.4531 87.3125 Length 420, alignments in bytes 7/ 5: 329.797 41.7656 57.8281 87.2344 Length 424, alignments in bytes 0/ 4: 332.75 42.7656 58.9844 87.0625 Length 424, alignments in bytes 4/ 0: 332.75 41.1094 58.1719 87.375 Length 424, alignments in bytes 4/ 4: 332.703 40.9531 45.8906 62.5781 Length 424, alignments in bytes 2/ 2: 334.812 41.0625 45.6562 62.4219 Length 424, alignments in bytes 2/ 6: 332.141 41.6875 57.4375 86.4688 Length 424, alignments in bytes 6/ 2: 332.656 40.6875 58.0781 86.3906 Length 424, alignments in bytes 1/ 7: 334.641 41.9844 58.0625 85.1406 Length 424, alignments in bytes 7/ 1: 333.922 41.8906 58.2656 87.3594 Length 424, alignments in bytes 3/ 4: 333.812 42.8906 58.6562 87.3906 Length 424, alignments in bytes 4/ 3: 332.578 41.0469 58.3281 87.0156 Length 424, alignments in bytes 5/ 7: 332.875 41.4062 57.9219 85.2344 Length 424, alignments in bytes 7/ 5: 335.438 42.0156 57.0625 86.2188 Length 428, alignments in bytes 0/ 4: 336.172 42.0938 59.8906 88.5938 Length 428, alignments in bytes 4/ 0: 335.344 42.8438 59.2812 88.1562 Length 428, alignments in bytes 4/ 4: 335.422 42.8594 49.2188 63.7344 Length 428, alignments in bytes 2/ 2: 336.688 41.7188 45.4219 61.5781 Length 428, alignments in bytes 2/ 6: 335.031 42.5938 59.2188 87.7344 Length 428, alignments in bytes 6/ 2: 335.797 42.375 58.5 87.7812 Length 428, alignments in bytes 1/ 7: 336.281 42.0625 60.1094 88.0781 Length 428, alignments in bytes 7/ 1: 335.438 43.1875 58.5781 87.7812 Length 428, alignments in bytes 3/ 4: 335.422 43.4688 60.3906 88.3125 Length 428, alignments in bytes 4/ 3: 335.016 43.0625 58.1562 86.6094 Length 428, alignments in bytes 5/ 7: 338.75 42.8906 60.2031 89.3125 Length 428, alignments in bytes 7/ 5: 336.125 42.9531 59.7188 88.8281 Length 432, alignments in bytes 0/ 4: 338.141 43.9219 60.1875 89.2344 Length 432, alignments in bytes 4/ 0: 339.75 42.3438 59.8125 89.375 Length 432, alignments in bytes 4/ 4: 338.688 42.0625 48.3594 63.0625 Length 432, alignments in bytes 2/ 2: 337.875 42.1719 47.5469 62.6562 Length 432, alignments in bytes 2/ 6: 339.375 42.7812 60.3906 87.8281 Length 432, alignments in bytes 6/ 2: 338.781 41.8594 59.9219 88.5625 Length 432, alignments in bytes 1/ 7: 340.344 43.25 86.5469 87.4062 Length 432, alignments in bytes 7/ 1: 338.484 40.5312 60.375 88.7344 Length 432, alignments in bytes 3/ 4: 340.797 44.2031 60.1094 88.6562 Length 432, alignments in bytes 4/ 3: 338.609 42.0625 59.75 89.2344 Length 432, alignments in bytes 5/ 7: 339.141 42.5781 60.4375 87.1875 Length 432, alignments in bytes 7/ 5: 338.734 40.6719 59.3906 88.3125 Length 436, alignments in bytes 0/ 4: 340.672 43.0469 60.2969 90.3281 Length 436, alignments in bytes 4/ 0: 341.281 43.0938 58.8906 88.875 Length 436, alignments in bytes 4/ 4: 341.406 42.7656 48.2656 63.6875 Length 436, alignments in bytes 2/ 2: 341.375 41.7188 47.5781 61.6562 Length 436, alignments in bytes 2/ 6: 342.453 42.3438 59.875 88.7344 Length 436, alignments in bytes 6/ 2: 342.75 42.375 59.2188 88.3125 Length 436, alignments in bytes 1/ 7: 344.312 42.7188 60.4062 89.8125 Length 436, alignments in bytes 7/ 1: 340.328 42.9844 59.8594 88.3281 Length 436, alignments in bytes 3/ 4: 341.969 41.6875 60.8438 90.2344 Length 436, alignments in bytes 4/ 3: 341.125 43.0469 59.8281 87.2344 Length 436, alignments in bytes 5/ 7: 344.344 42.9062 60.3281 89.4062 Length 436, alignments in bytes 7/ 5: 340.719 42.6719 59.2812 89.2969 Length 440, alignments in bytes 0/ 4: 346.391 43.9688 59.9688 89.5938 Length 440, alignments in bytes 4/ 0: 344.016 42.1719 59.4375 89.9844 Length 440, alignments in bytes 4/ 4: 344.797 41.9844 47.9219 62.7656 Length 440, alignments in bytes 2/ 2: 343.5 42.2656 46.9219 62.7031 Length 440, alignments in bytes 2/ 6: 345.094 43.0938 59.0938 88.8438 Length 440, alignments in bytes 6/ 2: 343.891 41.7656 59.2344 88.6719 Length 440, alignments in bytes 1/ 7: 345.234 43.125 59.0312 87.7188 Length 440, alignments in bytes 7/ 1: 345.031 43.0312 59.6562 89.4219 Length 440, alignments in bytes 3/ 4: 345.734 44.0625 60.1562 89.3906 Length 440, alignments in bytes 4/ 3: 345.703 41.9531 59.625 89.2812 Length 440, alignments in bytes 5/ 7: 346.594 42.5938 58.9531 87.625 Length 440, alignments in bytes 7/ 5: 345.391 42.9062 58.7812 88.8594 Length 444, alignments in bytes 0/ 4: 349.312 43.2812 61.2812 90.4531 Length 444, alignments in bytes 4/ 0: 349.969 44.1094 59.8906 90.5625 Length 444, alignments in bytes 4/ 4: 348.078 44.0781 49.1562 65.0938 Length 444, alignments in bytes 2/ 2: 346.859 42.5938 46.8438 62.4062 Length 444, alignments in bytes 2/ 6: 348.906 43.9219 60.3594 89.8125 Length 444, alignments in bytes 6/ 2: 348.625 43.375 59.9062 89.9062 Length 444, alignments in bytes 1/ 7: 347.234 43.625 60.9375 90.5312 Length 444, alignments in bytes 7/ 1: 347.547 43.9062 59.9219 89.9531 Length 444, alignments in bytes 3/ 4: 348.359 44.7656 61.3438 90.9219 Length 444, alignments in bytes 4/ 3: 347.969 44.0469 59.6094 89.0625 Length 444, alignments in bytes 5/ 7: 350.203 43.9375 61.4844 91.5625 Length 444, alignments in bytes 7/ 5: 349.547 44.2812 60.8594 91.3906 Length 448, alignments in bytes 0/ 4: 351.406 44.9531 61.3594 91.2812 Length 448, alignments in bytes 4/ 0: 350.094 43.25 61.5156 91.625 Length 448, alignments in bytes 4/ 4: 351 43.0469 48.6875 64 Length 448, alignments in bytes 2/ 2: 658.625 43.2812 47.7031 64.1094 Length 448, alignments in bytes 2/ 6: 351.969 43.9219 61.4688 90.2969 Length 448, alignments in bytes 6/ 2: 351.281 42.7656 61.1562 90.9062 Length 448, alignments in bytes 1/ 7: 351.188 44.0312 61.5312 89.7188 Length 448, alignments in bytes 7/ 1: 351.531 41.6094 61.4062 91.2656 Length 448, alignments in bytes 3/ 4: 352.5 45.125 61.2656 91.3125 Length 448, alignments in bytes 4/ 3: 349.531 43.0625 60.8906 91.375 Length 448, alignments in bytes 5/ 7: 353.391 43.4688 61.5781 89.4531 Length 448, alignments in bytes 7/ 5: 349.375 41.6875 60.3906 91.2188 Length 452, alignments in bytes 0/ 4: 353.547 43.8594 61.75 93.0781 Length 452, alignments in bytes 4/ 0: 354.656 43.9688 60.8281 91.2656 Length 452, alignments in bytes 4/ 4: 353.188 43.8281 48.4375 66.3281 Length 452, alignments in bytes 2/ 2: 354.266 42.7344 47.6406 63.625 Length 452, alignments in bytes 2/ 6: 354 43.3906 60.9531 91.5 Length 452, alignments in bytes 6/ 2: 355.953 43.4688 60.9375 90.2969 Length 452, alignments in bytes 1/ 7: 353.531 43.8125 61.3906 92.2812 Length 452, alignments in bytes 7/ 1: 353.688 44.1875 60.9375 91.0312 Length 452, alignments in bytes 3/ 4: 354.047 42.7812 61.8438 92.6875 Length 452, alignments in bytes 4/ 3: 353.812 43.9844 61.1562 89.5781 Length 452, alignments in bytes 5/ 7: 356.719 44.0781 61.1562 91.9375 Length 452, alignments in bytes 7/ 5: 351.188 43.8125 60.2031 92.0469 Length 456, alignments in bytes 0/ 4: 356.312 45.0156 61.3281 91.8281 Length 456, alignments in bytes 4/ 0: 357.578 43.3906 60.9219 91.9375 Length 456, alignments in bytes 4/ 4: 357.656 43.2188 48.2031 65.6719 Length 456, alignments in bytes 2/ 2: 356.875 43.4062 47.4375 65.3125 Length 456, alignments in bytes 2/ 6: 356.375 44 60.1562 91.0625 Length 456, alignments in bytes 6/ 2: 356.984 42.6719 60.7344 91.0469 Length 456, alignments in bytes 1/ 7: 357.391 44.1562 60.5312 90.1406 Length 456, alignments in bytes 7/ 1: 357.281 44.1406 61.0312 91.375 Length 456, alignments in bytes 3/ 4: 357.547 45.125 61.2031 91.5938 Length 456, alignments in bytes 4/ 3: 356.906 43.1719 60.6719 91.9531 Length 456, alignments in bytes 5/ 7: 386.953 43.3281 60.4844 90 Length 456, alignments in bytes 7/ 5: 356.688 44.0312 59.5781 90.9531 Length 460, alignments in bytes 0/ 4: 360.156 44.0938 62.8594 93.1094 Length 460, alignments in bytes 4/ 0: 360.812 45.1406 61.7188 93.0156 Length 460, alignments in bytes 4/ 4: 360.906 44.8125 50.5469 67.0938 Length 460, alignments in bytes 2/ 2: 358.859 43.6094 47.9375 64.75 Length 460, alignments in bytes 2/ 6: 358.719 44.2344 62.2969 92.0625 Length 460, alignments in bytes 6/ 2: 360.422 44.2344 61.2188 92.1562 Length 460, alignments in bytes 1/ 7: 361.703 44.6875 62.5938 92.5625 Length 460, alignments in bytes 7/ 1: 358.453 45.3281 61.4375 93.1719 Length 460, alignments in bytes 3/ 4: 360.781 45.5781 63.0312 93.3281 Length 460, alignments in bytes 4/ 3: 358.797 45.0312 60.8125 91.4219 Length 460, alignments in bytes 5/ 7: 360.859 44.8438 63.2188 94.1562 Length 460, alignments in bytes 7/ 5: 359.938 45.1719 62.125 93.8125 Length 464, alignments in bytes 0/ 4: 361.312 45.875 62.875 93.6094 Length 464, alignments in bytes 4/ 0: 364.719 44.2344 62.6719 93.5312 Length 464, alignments in bytes 4/ 4: 360.609 44.2969 50.4219 65.9688 Length 464, alignments in bytes 2/ 2: 363.031 44.5469 48.9688 65.8281 Length 464, alignments in bytes 2/ 6: 362 44.8906 62.6094 93.1875 Length 464, alignments in bytes 6/ 2: 364.75 43.9062 62.8906 93.0625 Length 464, alignments in bytes 1/ 7: 364.062 45.2031 63.1719 92.0938 Length 464, alignments in bytes 7/ 1: 362.281 42.5156 63.0469 93.7656 Length 464, alignments in bytes 3/ 4: 365.469 46.0312 62.6875 93.8125 Length 464, alignments in bytes 4/ 3: 363.125 44.0938 61.9844 93.9062 Length 464, alignments in bytes 5/ 7: 365.625 44.4531 63.3125 92 Length 464, alignments in bytes 7/ 5: 363.75 42.6406 62.0938 93.2188 Length 468, alignments in bytes 0/ 4: 366.469 44.9844 63.3125 95.2656 Length 468, alignments in bytes 4/ 0: 366.281 45.4219 61.5 93.375 Length 468, alignments in bytes 4/ 4: 365.75 44.8906 49.5156 66.9375 Length 468, alignments in bytes 2/ 2: 365.078 43.8906 48.9219 65.2031 Length 468, alignments in bytes 2/ 6: 367.422 44.4062 62.4219 93.8594 Length 468, alignments in bytes 6/ 2: 366.469 44.1719 62.0312 93.0781 Length 468, alignments in bytes 1/ 7: 366.75 44.5312 63.375 94.4531 Length 468, alignments in bytes 7/ 1: 364.484 45.5312 62.1406 92.9688 Length 468, alignments in bytes 3/ 4: 364.375 43.6406 63.4219 94.7969 Length 468, alignments in bytes 4/ 3: 367.594 45.5 62.3906 92.0312 Length 468, alignments in bytes 5/ 7: 367.266 45.125 62.9062 94.1719 Length 468, alignments in bytes 7/ 5: 367.922 45.3125 61.4844 94.6094 Length 472, alignments in bytes 0/ 4: 369.875 45.9688 62.9688 94.2188 Length 472, alignments in bytes 4/ 0: 370.938 44.5312 61.9531 95.0625 Length 472, alignments in bytes 4/ 4: 369.016 44.3594 49.0469 65.7344 Length 472, alignments in bytes 2/ 2: 368.312 44.3438 48.7344 65.9531 Length 472, alignments in bytes 2/ 6: 369.375 44.9688 61.5781 93.4062 Length 472, alignments in bytes 6/ 2: 367.531 43.7969 61.8906 93.75 Length 472, alignments in bytes 1/ 7: 370.516 45.5 61.9062 92.8594 Length 472, alignments in bytes 7/ 1: 370.406 44.875 62.0938 94.2031 Length 472, alignments in bytes 3/ 4: 371.5 46.0625 62.9219 93.8125 Length 472, alignments in bytes 4/ 3: 369.031 44.1719 62.1094 94.3281 Length 472, alignments in bytes 5/ 7: 372.547 44.6406 61.6406 92.8281 Length 472, alignments in bytes 7/ 5: 369.891 44.9844 61.0625 93.6875 Length 476, alignments in bytes 0/ 4: 372.172 44.9531 63.8906 95.625 Length 476, alignments in bytes 4/ 0: 372.547 46.2812 62.7656 95.6406 Length 476, alignments in bytes 4/ 4: 371.844 46.0312 50.6719 68.5156 Length 476, alignments in bytes 2/ 2: 372.344 44.3594 48.5156 65.2656 Length 476, alignments in bytes 2/ 6: 373.453 45.5781 63.3906 94.7812 Length 476, alignments in bytes 6/ 2: 371.266 45.1875 62.6094 94.3594 Length 476, alignments in bytes 1/ 7: 371.781 45.375 63.5938 95.1875 Length 476, alignments in bytes 7/ 1: 374.672 46.0781 62.5625 94.9375 Length 476, alignments in bytes 3/ 4: 373.484 46.7812 64.1719 95.8125 Length 476, alignments in bytes 4/ 3: 371.25 46 62.1719 94.1562 Length 476, alignments in bytes 5/ 7: 376.078 46.125 64.1875 96.4844 Length 476, alignments in bytes 7/ 5: 371.875 46.1094 63.2344 402 Length 480, alignments in bytes 0/ 4: 375.578 46.9844 64.1562 96.2188 Length 480, alignments in bytes 4/ 0: 376.594 45.125 64.25 96.4688 Length 480, alignments in bytes 4/ 4: 376.828 45.2188 50.3125 67.5312 Length 480, alignments in bytes 2/ 2: 374.484 45.625 48.9062 67.1562 Length 480, alignments in bytes 2/ 6: 375.875 45.8281 63.6719 95.1875 Length 480, alignments in bytes 6/ 2: 375.531 44.8438 64.125 95.8438 Length 480, alignments in bytes 1/ 7: 377.266 46 64.6406 94.5625 Length 480, alignments in bytes 7/ 1: 374.203 43.9062 64.6094 95.7812 Length 480, alignments in bytes 3/ 4: 376.484 46.8438 64.2812 95.6875 Length 480, alignments in bytes 4/ 3: 374.25 45.1094 63.8906 96.375 Length 480, alignments in bytes 5/ 7: 377.344 45.5469 64.1719 94.3594 Length 480, alignments in bytes 7/ 5: 375.219 43.6562 63.0156 95.5625 Length 484, alignments in bytes 0/ 4: 381.578 45.9062 64.1562 97.5 Length 484, alignments in bytes 4/ 0: 378.5 46.2656 63.375 95.8281 Length 484, alignments in bytes 4/ 4: 379.5 45.9375 50.0781 69.375 Length 484, alignments in bytes 2/ 2: 379.156 45.0312 49.9531 66.5156 Length 484, alignments in bytes 2/ 6: 379.078 45.3281 63.375 96.2812 Length 484, alignments in bytes 6/ 2: 377.656 45.2188 63.4531 95.0156 Length 484, alignments in bytes 1/ 7: 379.812 45.3906 63.9062 97.3125 Length 484, alignments in bytes 7/ 1: 377 46.1562 63.625 95.9062 Length 484, alignments in bytes 3/ 4: 379.047 44.6406 64.5 97.4219 Length 484, alignments in bytes 4/ 3: 377.938 46.1875 63.9375 94.1406 Length 484, alignments in bytes 5/ 7: 380.562 46.0469 63.7812 97.1406 Length 484, alignments in bytes 7/ 5: 378.609 46.0781 62.9375 96.1562 Length 488, alignments in bytes 0/ 4: 380.562 46.7969 63.9062 96.3594 Length 488, alignments in bytes 4/ 0: 380.141 45.3125 63.7812 97.3281 Length 488, alignments in bytes 4/ 4: 380.766 45.3906 50.5312 68.9531 Length 488, alignments in bytes 2/ 2: 380.609 45.2031 49.2812 68.2656 Length 488, alignments in bytes 2/ 6: 381.047 45.9844 63.1875 95.2344 Length 488, alignments in bytes 6/ 2: 378.781 45 63.1875 95.8281 Length 488, alignments in bytes 1/ 7: 384.562 45.875 63.25 95.0469 Length 488, alignments in bytes 7/ 1: 381.453 46.1094 63.875 96.5781 Length 488, alignments in bytes 3/ 4: 383.484 46.9531 63.6406 96.0938 Length 488, alignments in bytes 4/ 3: 381.266 45.2969 63.6719 96.7344 Length 488, alignments in bytes 5/ 7: 382.516 45.3906 63.2031 95.2969 Length 488, alignments in bytes 7/ 5: 381.203 45.7656 62.3281 96.0469 Length 492, alignments in bytes 0/ 4: 384.125 46.2812 65.3281 98.3125 Length 492, alignments in bytes 4/ 0: 384.156 47.0938 64.4219 97.3906 Length 492, alignments in bytes 4/ 4: 384.047 47.0312 51.6406 70.0156 Length 492, alignments in bytes 2/ 2: 384.594 45.7812 50.2656 67.7344 Length 492, alignments in bytes 2/ 6: 385.406 46.9062 65.0938 97.1094 Length 492, alignments in bytes 6/ 2: 383.672 46.4219 63.8594 96.7812 Length 492, alignments in bytes 1/ 7: 383.359 47.125 65.2656 97.6562 Length 492, alignments in bytes 7/ 1: 386.078 47.2969 64.0312 97.7344 Length 492, alignments in bytes 3/ 4: 386.844 47.7812 65.4375 98.2344 Length 492, alignments in bytes 4/ 3: 384.578 47.0625 63.5312 96.4531 Length 492, alignments in bytes 5/ 7: 386.469 46.9375 65.4844 99.4844 Length 492, alignments in bytes 7/ 5: 385.078 47.0469 64.9844 98.7344 Length 496, alignments in bytes 0/ 4: 385.734 47.875 65.3594 98.2812 Length 496, alignments in bytes 4/ 0: 385.703 46.3438 65.3906 98.2812 Length 496, alignments in bytes 4/ 4: 388.688 46.2656 51.7344 69.5 Length 496, alignments in bytes 2/ 2: 387.844 46.4062 50.2031 68.7188 Length 496, alignments in bytes 2/ 6: 388.109 47.1719 65.2031 97.5 Length 496, alignments in bytes 6/ 2: 388.828 45.7656 65.375 98.375 Length 496, alignments in bytes 1/ 7: 389.641 47.2344 65.9062 97.1562 Length 496, alignments in bytes 7/ 1: 387.219 44.6406 65.5938 99.0938 Length 496, alignments in bytes 3/ 4: 388.5 47.7656 65.4219 98.2031 Length 496, alignments in bytes 4/ 3: 387.562 46.2031 65.1406 98.9844 Length 496, alignments in bytes 5/ 7: 388.047 46.7031 65.8438 96.9375 Length 496, alignments in bytes 7/ 5: 389.484 44.75 64.4531 98.875 Length 500, alignments in bytes 0/ 4: 392.359 46.875 65.6562 99.75 Length 500, alignments in bytes 4/ 0: 390.141 47.5 64.1094 98.875 Length 500, alignments in bytes 4/ 4: 392.156 46.9062 50.7031 69.7969 Length 500, alignments in bytes 2/ 2: 387.828 45.8594 50.2188 68.4219 Length 500, alignments in bytes 2/ 6: 388.188 46.2969 65 98.75 Length 500, alignments in bytes 6/ 2: 391.609 46.375 64.6719 97.1719 Length 500, alignments in bytes 1/ 7: 391.094 46.5781 65.6094 99.4375 Length 500, alignments in bytes 7/ 1: 390.625 47.3594 64.625 98.2656 Length 500, alignments in bytes 3/ 4: 390.094 45.4375 66.1875 99.4844 Length 500, alignments in bytes 4/ 3: 391.062 47.3125 64.9844 97.1562 Length 500, alignments in bytes 5/ 7: 393.031 47.0781 65.375 99.1562 Length 500, alignments in bytes 7/ 5: 390.938 47.1875 63.9531 99.1562 Length 504, alignments in bytes 0/ 4: 396.234 47.9844 65.8438 98.7031 Length 504, alignments in bytes 4/ 0: 392.688 46.4531 64.4844 99.9844 Length 504, alignments in bytes 4/ 4: 393.953 46.25 50.625 68.8906 Length 504, alignments in bytes 2/ 2: 392.328 46.4531 50.7188 69.25 Length 504, alignments in bytes 2/ 6: 392.688 46.6562 64.4688 97.7812 Length 504, alignments in bytes 6/ 2: 391.812 46.1406 64.4219 98.4531 Length 504, alignments in bytes 1/ 7: 394.203 47.1406 64.3438 97.5469 Length 504, alignments in bytes 7/ 1: 394.266 47.0781 64.9375 98.6406 Length 504, alignments in bytes 3/ 4: 392.656 48.25 65.4375 98.7969 Length 504, alignments in bytes 4/ 3: 391.328 46.2812 64.7969 98.875 Length 504, alignments in bytes 5/ 7: 397.453 46.3906 64.2344 98.3594 Length 504, alignments in bytes 7/ 5: 420.984 47.0469 63.9844 98.4844 Length 508, alignments in bytes 0/ 4: 396.031 46.8281 66.5781 101.359 Length 508, alignments in bytes 4/ 0: 396.594 48.5312 65 99.625 Length 508, alignments in bytes 4/ 4: 395.406 47.8594 51.9062 71.0781 Length 508, alignments in bytes 2/ 2: 395.641 46.7656 50.625 68.125 Length 508, alignments in bytes 2/ 6: 398.438 47.0312 65.75 100.094 Length 508, alignments in bytes 6/ 2: 708.688 47.4531 65.1719 98.9219 Length 508, alignments in bytes 1/ 7: 399.719 47.2969 66.1719 99.4062 Length 508, alignments in bytes 7/ 1: 396.156 48.1406 65.2188 100.25 Length 508, alignments in bytes 3/ 4: 395.781 48.625 66.9844 100.109 Length 508, alignments in bytes 4/ 3: 396.75 48.0625 64.7812 99.4531 Length 508, alignments in bytes 5/ 7: 399.875 48.125 66.3594 102.109 Length 508, alignments in bytes 7/ 5: 394.922 47.9688 66.0156 100.469 Length 512, alignments in bytes 0/ 4: 402.578 48.8438 66.7031 101.766 Length 512, alignments in bytes 4/ 0: 398.031 47.3594 66.8125 101.828 Length 512, alignments in bytes 4/ 4: 397.703 47.125 51.6406 70.4688 Length 512, alignments in bytes 2/ 2: 398.156 47.6406 51.5469 70.3438 Length 512, alignments in bytes 2/ 6: 401.438 48.0312 66.4219 99.7031 Length 512, alignments in bytes 6/ 2: 396.938 47.0156 66.4688 101.375 Length 512, alignments in bytes 1/ 7: 401.875 47.8594 67.2188 99.9375 Length 512, alignments in bytes 7/ 1: 400.312 45.4688 66.8438 101.781 Length 512, alignments in bytes 3/ 4: 398.5 49.1875 66.6875 101.531 Length 512, alignments in bytes 4/ 3: 399.844 47.2969 66.6406 101.625 Length 512, alignments in bytes 5/ 7: 400.391 47.5625 66.4375 99.0781 Length 512, alignments in bytes 7/ 5: 398.406 45.7344 65.8906 100.969 diff --git a/string/stpcpy.c b/string/stpcpy.c index ecfb8d9..c783fbd 100644 --- a/string/stpcpy.c +++ b/string/stpcpy.c @@ -25,25 +25,17 @@ #undef __stpcpy #undef stpcpy -#ifndef weak_alias -# define __stpcpy stpcpy +#ifndef STPCPY +# define STPCPY __stpcpy #endif /* Copy SRC to DEST, returning the address of the terminating '\0' in DEST. */ char * -__stpcpy (dest, src) - char *dest; - const char *src; +STPCPY (char *dest, const char *src) { size_t len = strlen (src); return memcpy (dest, src, len + 1) + len; } -#ifdef libc_hidden_def -libc_hidden_def (__stpcpy) -#endif -#ifdef weak_alias weak_alias (__stpcpy, stpcpy) -#endif -#ifdef libc_hidden_builtin_def +libc_hidden_def (__stpcpy) libc_hidden_builtin_def (stpcpy) -#endif diff --git a/string/strcpy.c b/string/strcpy.c index 3ebb51b..c227462 100644 --- a/string/strcpy.c +++ b/string/strcpy.c @@ -20,9 +20,13 @@ #undef strcpy +#ifndef STRCPY +# define STRCPY strcpy +#endif + /* Copy SRC to DEST. */ char * -strcpy (char *dest, const char *src) +STRCPY (char *dest, const char *src) { return memcpy (dest, src, strlen (src) + 1); } diff --git a/sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.S b/sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.S deleted file mode 100644 index 0943611..0000000 --- a/sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.S +++ /dev/null @@ -1,40 +0,0 @@ -/* Optimized stpcpy implementation for POWER7. - Copyright (C) 2013-2015 Free Software Foundation, Inc. - This file is part of the GNU C Library. - - The GNU C Library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. - - The GNU C Library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. - - You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, see - . */ - -#include - -#undef EALIGN -#define EALIGN(name, alignt, words) \ - .section ".text"; \ - ENTRY_2(__stpcpy_power7) \ - .align ALIGNARG(alignt); \ - EALIGN_W_##words; \ - BODY_LABEL(__stpcpy_power7): \ - cfi_startproc; \ - LOCALENTRY(__stpcpy_power7) - -#undef END -#define END(name) \ - cfi_endproc; \ - TRACEBACK(__stpcpy_power7) \ - END_2(__stpcpy_power7) - -#undef libc_hidden_builtin_def -#define libc_hidden_builtin_def(name) - -#include diff --git a/sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c b/sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c new file mode 100644 index 0000000..6362066 --- /dev/null +++ b/sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c @@ -0,0 +1,36 @@ +/* Multiarch stpcpy for POWER7/PPC64. + Copyright (C) 2015 Free Software Foundation, Inc. + This file is part of the GNU C Library. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, see + . */ + +#include + +extern __typeof (memcpy) __memcpy_power7 attribute_hidden; +extern __typeof (strlen) __strlen_power7 attribute_hidden; +extern __typeof (stpcpy) __stpcpy_power7 attribute_hidden; + +#define STPCPY __stpcpy_power7 +#define memcpy __memcpy_power7 +#define strlen __strlen_power7 + +#undef libc_hidden_def +#define libc_hidden_def(name) +#undef weak_alias +#define weak_alias(name, alias) +#undef libc_hidden_builtin_def +#define libc_hidden_builtin_def(name) + +#include diff --git a/sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S b/sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S deleted file mode 100644 index 858f885..0000000 --- a/sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S +++ /dev/null @@ -1,48 +0,0 @@ -/* Default stpcpy implementation for PowerPC64. - Copyright (C) 2013-2015 Free Software Foundation, Inc. - This file is part of the GNU C Library. - - The GNU C Library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. - - The GNU C Library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. - - You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, see - . */ - -#include - -#if defined SHARED && IS_IN (libc) -# undef EALIGN -# define EALIGN(name, alignt, words) \ - .section ".text"; \ - ENTRY_2(__stpcpy_ppc) \ - .align ALIGNARG(alignt); \ - EALIGN_W_##words; \ - BODY_LABEL(__stpcpy_ppc): \ - cfi_startproc; \ - LOCALENTRY(__stpcpy_ppc) - -# undef END -# define END(name) \ - cfi_endproc; \ - TRACEBACK(__stpcpy_ppc) \ - END_2(__stpcpy_ppc) - -# undef weak_alias -# define weak_alias(name, alias) -# undef libc_hidden_def -# define libc_hidden_def(name) - -# undef libc_hidden_builtin_def -# define libc_hidden_builtin_def(name) \ - .globl __GI___stpcpy; __GI___stpcpy = __stpcpy_ppc -#endif - -#include diff --git a/sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c b/sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c new file mode 100644 index 0000000..6e437fb --- /dev/null +++ b/sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c @@ -0,0 +1,39 @@ +/* Multiarch stpcpy for PPC64. + Copyright (C) 2015 Free Software Foundation, Inc. + This file is part of the GNU C Library. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, see + . */ + +#include + +extern __typeof (memcpy) __memcpy_ppc attribute_hidden; +extern __typeof (strlen) __strlen_ppc attribute_hidden; +extern __typeof (stpcpy) __stpcpy_ppc attribute_hidden; + +#define STPCPY __stpcpy_ppc +#define memcpy __memcpy_ppc +#define strlen __strlen_ppc + +#undef weak_alias +#define weak_alias(name, aliasname) \ + extern __typeof (__stpcpy_ppc) aliasname \ + __attribute__ ((weak, alias ("__stpcpy_ppc"))); + +#undef libc_hidden_def +#define libc_hidden_def(name) +#undef libc_hidden_builtin_def +#define libc_hidden_builtin_def(name) + +#include diff --git a/sysdeps/powerpc/powerpc64/multiarch/stpcpy.c b/sysdeps/powerpc/powerpc64/multiarch/stpcpy.c index a5e1c03..c809f99 100644 --- a/sysdeps/powerpc/powerpc64/multiarch/stpcpy.c +++ b/sysdeps/powerpc/powerpc64/multiarch/stpcpy.c @@ -32,4 +32,6 @@ libc_ifunc (__stpcpy, weak_alias (__stpcpy, stpcpy) libc_hidden_def (stpcpy) +#else +# include #endif diff --git a/sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.S b/sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.S deleted file mode 100644 index 69851bb..0000000 --- a/sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.S +++ /dev/null @@ -1,40 +0,0 @@ -/* Optimized strcpy implementation for POWER7. - Copyright (C) 2013-2015 Free Software Foundation, Inc. - This file is part of the GNU C Library. - - The GNU C Library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. - - The GNU C Library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. - - You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, see - . */ - -#include - -#undef EALIGN -#define EALIGN(name, alignt, words) \ - .section ".text"; \ - ENTRY_2(__strcpy_power7) \ - .align ALIGNARG(alignt); \ - EALIGN_W_##words; \ - BODY_LABEL(__strcpy_power7): \ - cfi_startproc; \ - LOCALENTRY(__strcpy_power7) - -#undef END -#define END(name) \ - cfi_endproc; \ - TRACEBACK(__strcpy_power7) \ - END_2(__strcpy_power7) - -#undef libc_hidden_builtin_def -#define libc_hidden_builtin_def(name) - -#include diff --git a/sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c b/sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c new file mode 100644 index 0000000..9f091d2 --- /dev/null +++ b/sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c @@ -0,0 +1,32 @@ +/* Multiarch strcpy for POWER7/PPC64. + Copyright (C) 2015 Free Software Foundation, Inc. + This file is part of the GNU C Library. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, see + . */ + +#include + +extern __typeof (memcpy) __memcpy_power7 attribute_hidden; +extern __typeof (strlen) __strlen_power7 attribute_hidden; +extern __typeof (strcpy) __strcpy_power7 attribute_hidden; + +#define STRCPY __strcpy_power7 +#define memcpy __memcpy_power7 +#define strlen __strlen_power7 + +#undef libc_hidden_builtin_def +#define libc_hidden_builtin_def(name) + +#include diff --git a/sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S b/sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S deleted file mode 100644 index f937555..0000000 --- a/sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S +++ /dev/null @@ -1,43 +0,0 @@ -/* Default strcpy implementation for PowerPC64. - Copyright (C) 2013-2015 Free Software Foundation, Inc. - This file is part of the GNU C Library. - - The GNU C Library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. - - The GNU C Library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. - - You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, see - . */ - -#include - -#if defined SHARED && IS_IN (libc) -# undef EALIGN -# define EALIGN(name, alignt, words) \ - .section ".text"; \ - ENTRY_2(__strcpy_ppc) \ - .align ALIGNARG(alignt); \ - EALIGN_W_##words; \ - BODY_LABEL(__strcpy_ppc): \ - cfi_startproc; \ - LOCALENTRY(__strcpy_ppc) - -# undef END -# define END(name) \ - cfi_endproc; \ - TRACEBACK(__strcpy_ppc) \ - END_2(__strcpy_ppc) - -# undef libc_hidden_builtin_def -# define libc_hidden_builtin_def(name) \ - .globl __GI_strcpy; __GI_strcpy = __strcpy_ppc -#endif - -#include diff --git a/sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c b/sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c new file mode 100644 index 0000000..b722030 --- /dev/null +++ b/sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c @@ -0,0 +1,35 @@ +/* Multiarch strcpy for PPC64. + Copyright (C) 2015 Free Software Foundation, Inc. + This file is part of the GNU C Library. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, see + . */ + +#include + +#if defined SHARED && IS_IN (libc) +extern __typeof (memcpy) __memcpy_ppc attribute_hidden; +extern __typeof (strlen) __strlen_ppc attribute_hidden; +extern __typeof (strcpy) __strcpy_ppc attribute_hidden; + +# define STRCPY __strcpy_ppc +# define memcpy __memcpy_ppc +# define strlen __strlen_ppc + +# undef libc_hidden_builtin_def +# define libc_hidden_builtin_def(name) \ + __hidden_ver1 (__strcpy_ppc, __GI_strcpy, __strcpy_ppc); +#endif + +#include diff --git a/sysdeps/powerpc/powerpc64/power7/stpcpy.S b/sysdeps/powerpc/powerpc64/power7/stpcpy.S deleted file mode 100644 index ef90142..0000000 --- a/sysdeps/powerpc/powerpc64/power7/stpcpy.S +++ /dev/null @@ -1,24 +0,0 @@ -/* Optimized stpcpy implementation for PowerPC64/POWER7. - Copyright (C) 2013-2015 Free Software Foundation, Inc. - This file is part of the GNU C Library. - - The GNU C Library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. - - The GNU C Library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. - - You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, see - . */ - -#define USE_AS_STPCPY -#include - -weak_alias (__stpcpy, stpcpy) -libc_hidden_def (__stpcpy) -libc_hidden_builtin_def (stpcpy) diff --git a/sysdeps/powerpc/powerpc64/power7/strcpy.S b/sysdeps/powerpc/powerpc64/power7/strcpy.S deleted file mode 100644 index 70f2987..0000000 --- a/sysdeps/powerpc/powerpc64/power7/strcpy.S +++ /dev/null @@ -1,437 +0,0 @@ -/* Optimized strcpy/stpcpy implementation for PowerPC64/POWER7. - Copyright (C) 2013-2015 Free Software Foundation, Inc. - This file is part of the GNU C Library. - - The GNU C Library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. - - The GNU C Library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. - - You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, see - . */ - -#include - -/* Implements the function - - char * [r3] strcpy (char *dest [r3], const char *src [r4]) - - or - - char * [r3] strcpy (char *dest [r3], const char *src [r4]) - - if USE_AS_STPCPY is defined. It tries to use aligned memory accesses - when possible using the following algorithm: - - if (((((uintptr_t)dst & 0x7UL) == 0) && ((uintptr_t)src & 0x7UL) == 0)) - goto aligned_doubleword_copy; - if (((uintptr_t)dst & 0x7UL) == ((uintptr_t)src & 0x7UL)) - goto same_alignment; - goto unaligned; - - The aligned comparison are made using cmpb instructions. */ - -#ifdef USE_AS_STPCPY -# define FUNC_NAME __stpcpy -#else -# define FUNC_NAME strcpy -#endif - - .machine power7 -EALIGN (FUNC_NAME, 4, 0) - CALL_MCOUNT 2 - -#define rTMP r0 -#ifdef USE_AS_STPCPY -#define rRTN r3 /* pointer to previous word/doubleword in dest */ -#else -#define rRTN r12 /* pointer to previous word/doubleword in dest */ -#endif -#define rSRC r4 /* pointer to previous word/doubleword in src */ -#define rMASK r5 /* mask 0xffffffff | 0xffffffffffffffff */ -#define rWORD r6 /* current word from src */ -#define rALT r7 /* alternate word from src */ -#define rRTNAL r8 /* alignment of return pointer */ -#define rSRCAL r9 /* alignment of source pointer */ -#define rALCNT r10 /* bytes to read to reach 8 bytes alignment */ -#define rSUBAL r11 /* doubleword minus unaligned displacement */ - -#ifndef USE_AS_STPCPY -/* Save the dst pointer to use as return value. */ - mr rRTN, r3 -#endif - or rTMP, rSRC, rRTN - clrldi. rTMP, rTMP, 61 - bne L(check_alignment) - b L(aligned_doubleword_copy) - - .align 4 -L(check_alignment): - rldicl rRTNAL, rRTN, 0, 61 - rldicl rSRCAL, rSRC, 0, 61 - cmpld cr7, rSRCAL, rRTNAL - beq cr7, L(same_alignment) - b L(unaligned) - - .align 4 -L(same_alignment): -/* Src and dst with same alignment: align both to doubleword. */ - mr rALCNT, rRTN - lbz rWORD, 0(rSRC) - subfic rSUBAL, rRTNAL, 8 - addi rRTN, rRTN, 1 - addi rSRC, rSRC, 1 - cmpdi cr7, rWORD, 0 - stb rWORD, 0(rALCNT) - beq cr7, L(s2) - - add rALCNT, rALCNT, rSUBAL - subf rALCNT, rRTN, rALCNT - addi rALCNT, rALCNT, 1 - mtctr rALCNT - b L(s1) - - .align 4 -L(s0): - addi rSRC, rSRC, 1 - lbz rWORD, -1(rSRC) - cmpdi cr7, rWORD, 0 - stb rWORD, -1(rALCNT) - beqlr cr7 - mr rRTN, rALCNT -L(s1): - addi rALCNT, rRTN,1 - bdnz L(s0) - b L(aligned_doubleword_copy) - .align 4 -L(s2): - mr rRTN, rALCNT - blr - -/* For doubleword aligned memory, operate using doubleword load and stores. */ - .align 4 -L(aligned_doubleword_copy): - li rMASK, 0 - addi rRTN, rRTN, -8 - ld rWORD, 0(rSRC) - b L(g2) - - .align 4 -L(g0): ldu rALT, 8(rSRC) - stdu rWORD, 8(rRTN) - cmpb rTMP, rALT, rMASK - cmpdi rTMP, 0 - bne L(g1) - ldu rWORD, 8(rSRC) - stdu rALT, 8(rRTN) -L(g2): cmpb rTMP, rWORD, rMASK - cmpdi rTMP, 0 /* If rTMP is 0, no null's have been found. */ - beq L(g0) - - mr rALT, rWORD -/* We've hit the end of the string. Do the rest byte-by-byte. */ -L(g1): -#ifdef __LITTLE_ENDIAN__ - extrdi. rTMP, rALT, 8, 56 - stbu rALT, 8(rRTN) - beqlr- - extrdi. rTMP, rALT, 8, 48 - stbu rTMP, 1(rRTN) - beqlr- - extrdi. rTMP, rALT, 8, 40 - stbu rTMP, 1(rRTN) - beqlr- - extrdi. rTMP, rALT, 8, 32 - stbu rTMP, 1(rRTN) - beqlr- - extrdi. rTMP, rALT, 8, 24 - stbu rTMP, 1(rRTN) - beqlr- - extrdi. rTMP, rALT, 8, 16 - stbu rTMP, 1(rRTN) - beqlr- - extrdi. rTMP, rALT, 8, 8 - stbu rTMP, 1(rRTN) - beqlr- - extrdi rTMP, rALT, 8, 0 - stbu rTMP, 1(rRTN) -#else - extrdi. rTMP, rALT, 8, 0 - stbu rTMP, 8(rRTN) - beqlr - extrdi. rTMP, rALT, 8, 8 - stbu rTMP, 1(rRTN) - beqlr - extrdi. rTMP, rALT, 8, 16 - stbu rTMP, 1(rRTN) - beqlr - extrdi. rTMP, rALT, 8, 24 - stbu rTMP, 1(rRTN) - beqlr - extrdi. rTMP, rALT, 8, 32 - stbu rTMP, 1(rRTN) - beqlr - extrdi. rTMP, rALT, 8, 40 - stbu rTMP, 1(rRTN) - beqlr - extrdi. rTMP, rALT, 8, 48 - stbu rTMP, 1(rRTN) - beqlr - stbu rALT, 1(rRTN) -#endif - blr - - .align 4 -L(unaligned): - cmpdi rSRCAL, 0 /* Check src alignment */ - beq L(srcaligndstunalign) - /* src is unaligned */ - rlwinm r10, rSRC, 3,26,28 /* Calculate padding. */ - clrrdi rSRC, rSRC, 3 /* Align the addr to dw boundary */ - ld rWORD, 0(rSRC) /* Load doubleword from memory. */ - li rTMP, 0 - /* Discard bits not part of the string */ -#ifdef __LITTLE_ENDIAN__ - srd rALT, rWORD, r10 -#else - sld rALT, rWORD, r10 -#endif - cmpb rTMP, rALT, rTMP /* Compare each byte against null */ - /* Discard bits not part of the string */ -#ifdef __LITTLE_ENDIAN__ - sld rTMP, rTMP, r10 -#else - srd rTMP, rTMP, r10 -#endif - cmpdi rTMP, 0 - bne L(bytebybyte) /* if it has null, copy byte by byte */ - subfic r8, r9, 8 - rlwinm r5, rRTN, 3,26,28 /* Calculate padding in bits. */ - rldicl r9, rRTN, 0, 61 /* Calculate padding in bytes. */ - addi rRTN, rRTN, -1 - - cmpdi r5, 0 /* check dest alignment */ - beq L(srcunaligndstalign) - - /* both src and dst unaligned */ -#ifdef __LITTLE_ENDIAN__ - sld rWORD, rALT, r10 - mr r11, r10 - addi r11, r11, -8 /* Adjust byte pointer on loaded dw */ -#else - srd rWORD, rALT, r10 - subfic r11, r10, 64 -#endif - /* dst alignment is greater then src alignment? */ - cmpd cr7, r5, r10 - blt cr7, L(dst_align_small) - /* src alignment is less than dst */ - - /* Calculate the dst alignment differnce */ - subfic rALT, r9, 8 - mtctr rALT - - /* Write till dst is aligned */ - cmpdi rTMP, rALT, 4 - blt L(storebyte1) /* less than 4, store byte by byte */ - beq L(equal1) /* if its 4, store word */ - addi rTMP, rALT, -4 /* greater than 4, so stb and stw */ - mtctr rTMP -L(storebyte1): -#ifdef __LITTLE_ENDIAN__ - addi r11, r11, 8 /* Adjust byte pointer on loaded dw */ -#else - addi r11, r11, -8 -#endif - srd rALT, rWORD, r11 - stbu rALT, 1(rRTN) - bdnz L(storebyte1) - - subfic rALT, r9, 8 /* Check the remaining bytes */ - cmpdi rTMP, rALT, 4 - blt L(proceed) - - .align 4 -L(equal1): -#ifdef __LITTLE_ENDIAN__ - addi r11, r11, 8 /* Adjust byte pointer on loaded dw */ - srd rALT, rWORD, r11 -#else - subfic r11, r11, 64 - sld rALT, rWORD, r11 - srdi rALT, rALT, 32 -#endif - stw rALT, 1(rRTN) - addi rRTN, rRTN, 4 - -L(proceed): - mr rALT, rWORD - /* calculate the Left over bytes to be written */ - subfic r11, r10, 64 - subfic r5, r5, 64 - subf r5, r5, r11 /* remaining bytes on second dw */ - subfic r10, r5, 64 /* remaining bytes on first dw */ - subfic r9, r9, 8 - subf r8, r9, r8 /* recalculate padding */ -L(srcunaligndstalign): - addi rRTN, rRTN, 1 - subfic r5, r10, 64 /* remaining bytes on second dw */ - addi rSRC, rSRC, 8 - li rTMP,0 - b L(storedouble) - - .align 4 -L(dst_align_small): - mtctr r8 - /* Write till src is aligned */ -L(storebyte2): -#ifdef __LITTLE_ENDIAN__ - addi r11, r11, 8 /* Adjust byte pointer on dw */ -#else - addi r11, r11, -8 -#endif - srd rALT, rWORD, r11 - stbu rALT, 1(rRTN) - bdnz L(storebyte2) - - addi rSRC, rSRC, 8 /* Increment src pointer */ - addi rRTN, rRTN, 1 /* Increment dst pointer */ - rldicl r8, rRTN, 0, 61 /* Recalculate padding */ - - /* src is aligned */ -L(srcaligndstunalign): - ld rWORD, 0(rSRC) - mr rALT, rWORD - li rTMP, 0 /* Check null */ - cmpb rTMP, rWORD, rTMP - cmpdi rTMP, 0 - bne L(bytebybyte) /* Do byte by byte if there is NULL */ - rlwinm r5, rRTN, 3,26,28 /* Calculate padding */ - addi rRTN, rRTN, -1 - subfic r10, r8, 8 - /* write byte by byte till aligned */ -#ifdef __LITTLE_ENDIAN__ - li r11, -8 -#else - li r11, 64 -#endif - mtctr r10 - cmpdi rTMP, r10, 4 - blt L(storebyte) - beq L(equal) - addi rTMP, r10, -4 - mtctr rTMP -L(storebyte): -#ifdef __LITTLE_ENDIAN__ - addi r11, r11, 8 /* Adjust byte pointer on dw */ -#else - addi r11, r11, -8 -#endif - srd rALT, rWORD, r11 - stbu rALT, 1(rRTN) - bdnz L(storebyte) - - cmpdi rTMP, r10, 4 - blt L(align) - - .align 4 -L(equal): -#ifdef __LITTLE_ENDIAN__ - addi r11, r11, 8 - srd rALT, rWORD, r11 -#else - subfic r11, r11, 64 - sld rALT, rWORD, r11 - srdi rALT, rALT, 32 -#endif - stw rALT, 1(rRTN) - addi rRTN, rRTN, 4 -L(align): - addi rRTN, rRTN, 1 - addi rSRC, rSRC, 8 /* Increment src pointer */ - subfic r10, r5, 64 - li rTMP, 0 - /* dst addr aligned to 8 */ -L(storedouble): - ld rALT, 0(rSRC) /* load next dw */ - cmpb rTMP, rALT, rTMP - cmpdi rTMP, 0 /* check for null on each new dw */ - bne L(null) -#ifdef __LITTLE_ENDIAN__ - srd r9, rWORD, r10 /* bytes from first dw */ - sld r11, rALT, r5 /* bytes from second dw */ -#else - sld r9, rWORD, r10 - srd r11, rALT, r5 -#endif - or r11, r9, r11 /* make as a single dw */ - std r11, 0(rRTN) /* store as std on aligned addr */ - mr rWORD, rALT /* still few bytes left to be written */ - addi rRTN, rRTN, 8 /* increment dst addr */ - addi rSRC, rSRC, 8 /* increment src addr */ - b L(storedouble) /* Loop till NULL */ - - .align 4 - -/* We've hit the end of the string. Do the rest byte-by-byte. */ -L(null): - addi rRTN, rRTN, -1 - mr r10, r5 - mtctr r8 -#ifdef __LITTLE_ENDIAN__ - subfic r10, r10, 64 - addi r10, r10, -8 -#endif - cmpdi rTMP, r8, 4 - blt L(loop) - - /* we can still use stw if leftover >= 4*/ -#ifdef __LITTLE_ENDIAN__ - addi r10, r10, 8 - srd r11, rWORD, r10 -#else - subfic r10, r10, 64 - sld r11, rWORD, r10 - srdi r11, r11, 32 -#endif - stw r11, 1(rRTN) - addi rRTN, rRTN, 4 - - beq L(bytebybyte1) - addi r10, r10, 32 -#ifdef __LITTLE_ENDIAN__ - addi r10, r10, -8 -#else - subfic r10, r10, 64 -#endif - addi rTMP, r8, -4 - mtctr rTMP - /* remaining byte by byte part of first dw */ -L(loop): -#ifdef __LITTLE_ENDIAN__ - addi r10, r10, 8 -#else - addi r10, r10, -8 -#endif - srd rTMP, rWORD, r10 - stbu rTMP, 1(rRTN) - bdnz L(loop) - -L(bytebybyte1): - addi rRTN, rRTN, 1 - /* remaining byte by byte part of second dw */ -L(bytebybyte): - addi rRTN, rRTN, -8 - b L(g1) - -END (FUNC_NAME) - -#ifndef USE_AS_STPCPY -libc_hidden_builtin_def (strcpy) -#endif diff --git a/sysdeps/powerpc/powerpc64/stpcpy.S b/sysdeps/powerpc/powerpc64/stpcpy.S deleted file mode 100644 index 2ed7830..0000000 --- a/sysdeps/powerpc/powerpc64/stpcpy.S +++ /dev/null @@ -1,24 +0,0 @@ -/* Optimized stpcpy implementation for PowerPC64. - Copyright (C) 1997-2015 Free Software Foundation, Inc. - This file is part of the GNU C Library. - - The GNU C Library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. - - The GNU C Library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. - - You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, see - . */ - -#define USE_AS_STPCPY -#include - -weak_alias (__stpcpy, stpcpy) -libc_hidden_def (__stpcpy) -libc_hidden_builtin_def (stpcpy) diff --git a/sysdeps/powerpc/powerpc64/strcpy.S b/sysdeps/powerpc/powerpc64/strcpy.S deleted file mode 100644 index c48b21e..0000000 --- a/sysdeps/powerpc/powerpc64/strcpy.S +++ /dev/null @@ -1,216 +0,0 @@ -/* Optimized strcpy implementation for PowerPC64. - Copyright (C) 1997-2015 Free Software Foundation, Inc. - This file is part of the GNU C Library. - - The GNU C Library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. - - The GNU C Library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. - - You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, see - . */ - -#include - -/* See strlen.s for comments on how the end-of-string testing works. */ - -/* char * [r3] strcpy (char *dest [r3], const char *src [r4]) */ - -#ifdef USE_AS_STPCPY -# define FUNC_NAME __stpcpy -#else -# define FUNC_NAME strcpy -#endif - -EALIGN (FUNC_NAME, 4, 0) - CALL_MCOUNT 2 - -#define rTMP r0 -#ifdef USE_AS_STPCPY -#define rRTN r3 /* pointer to previous word/doubleword in dest */ -#else -#define rRTN r12 /* pointer to previous word/doubleword in dest */ -#endif -#define rSRC r4 /* pointer to previous word/doubleword in src */ -#define rWORD r6 /* current word from src */ -#define rFEFE r7 /* constant 0xfefefeff | 0xfefefefefefefeff */ -#define r7F7F r8 /* constant 0x7f7f7f7f | 0x7f7f7f7f7f7f7f7f */ -#define rNEG r9 /* ~(word in s1 | r7F7F) */ -#define rALT r10 /* alternate word from src */ - -#ifndef USE_AS_STPCPY -/* Save the dst pointer to use as return value. */ - mr rRTN, r3 -#endif - or rTMP, rSRC, rRTN - clrldi. rTMP, rTMP, 61 - bne L(check_word_alignment) - -/* For doubleword aligned memory, operate using doubleword load and stores. */ - addi rRTN, rRTN, -8 - - lis rFEFE, -0x101 - lis r7F7F, 0x7f7f - ld rWORD, 0(rSRC) - addi rFEFE, rFEFE, -0x101 - addi r7F7F, r7F7F, 0x7f7f - sldi rTMP, rFEFE, 32 - insrdi r7F7F, r7F7F, 32, 0 - add rFEFE, rFEFE, rTMP - b L(g2) - -L(g0): ldu rALT, 8(rSRC) - stdu rWORD, 8(rRTN) - add rTMP, rFEFE, rALT - nor rNEG, r7F7F, rALT - and. rTMP, rTMP, rNEG - bne- L(g1) - ldu rWORD, 8(rSRC) - stdu rALT, 8(rRTN) -L(g2): add rTMP, rFEFE, rWORD - nor rNEG, r7F7F, rWORD - and. rTMP, rTMP, rNEG - beq+ L(g0) - - mr rALT, rWORD -/* We've hit the end of the string. Do the rest byte-by-byte. */ -L(g1): -#ifdef __LITTLE_ENDIAN__ - extrdi. rTMP, rALT, 8, 56 - stbu rALT, 8(rRTN) - beqlr- - extrdi. rTMP, rALT, 8, 48 - stbu rTMP, 1(rRTN) - beqlr- - extrdi. rTMP, rALT, 8, 40 - stbu rTMP, 1(rRTN) - beqlr- - extrdi. rTMP, rALT, 8, 32 - stbu rTMP, 1(rRTN) - beqlr- - extrdi. rTMP, rALT, 8, 24 - stbu rTMP, 1(rRTN) - beqlr- - extrdi. rTMP, rALT, 8, 16 - stbu rTMP, 1(rRTN) - beqlr- - extrdi. rTMP, rALT, 8, 8 - stbu rTMP, 1(rRTN) - beqlr- - extrdi rTMP, rALT, 8, 0 - stbu rTMP, 1(rRTN) -#else - extrdi. rTMP, rALT, 8, 0 - stbu rTMP, 8(rRTN) - beqlr- - extrdi. rTMP, rALT, 8, 8 - stbu rTMP, 1(rRTN) - beqlr- - extrdi. rTMP, rALT, 8, 16 - stbu rTMP, 1(rRTN) - beqlr- - extrdi. rTMP, rALT, 8, 24 - stbu rTMP, 1(rRTN) - beqlr- - extrdi. rTMP, rALT, 8, 32 - stbu rTMP, 1(rRTN) - beqlr - extrdi. rTMP, rALT, 8, 40 - stbu rTMP, 1(rRTN) - beqlr- - extrdi. rTMP, rALT, 8, 48 - stbu rTMP, 1(rRTN) - beqlr- - stbu rALT, 1(rRTN) -#endif - blr - -L(check_word_alignment): - clrldi. rTMP, rTMP, 62 - bne L(unaligned) - -/* For word aligned memory, operate using word load and stores. */ - addi rRTN, rRTN, -4 - - lis rFEFE, -0x101 - lis r7F7F, 0x7f7f - lwz rWORD, 0(rSRC) - addi rFEFE, rFEFE, -0x101 - addi r7F7F, r7F7F, 0x7f7f - b L(g5) - -L(g3): lwzu rALT, 4(rSRC) - stwu rWORD, 4(rRTN) - add rTMP, rFEFE, rALT - nor rNEG, r7F7F, rALT - and. rTMP, rTMP, rNEG - bne- L(g4) - lwzu rWORD, 4(rSRC) - stwu rALT, 4(rRTN) -L(g5): add rTMP, rFEFE, rWORD - nor rNEG, r7F7F, rWORD - and. rTMP, rTMP, rNEG - beq+ L(g3) - - mr rALT, rWORD -/* We've hit the end of the string. Do the rest byte-by-byte. */ -L(g4): -#ifdef __LITTLE_ENDIAN__ - rlwinm. rTMP, rALT, 0, 24, 31 - stbu rALT, 4(rRTN) - beqlr- - rlwinm. rTMP, rALT, 24, 24, 31 - stbu rTMP, 1(rRTN) - beqlr- - rlwinm. rTMP, rALT, 16, 24, 31 - stbu rTMP, 1(rRTN) - beqlr- - rlwinm rTMP, rALT, 8, 24, 31 - stbu rTMP, 1(rRTN) -#else - rlwinm. rTMP, rALT, 8, 24, 31 - stbu rTMP, 4(rRTN) - beqlr- - rlwinm. rTMP, rALT, 16, 24, 31 - stbu rTMP, 1(rRTN) - beqlr- - rlwinm. rTMP, rALT, 24, 24, 31 - stbu rTMP, 1(rRTN) - beqlr- - stbu rALT, 1(rRTN) -#endif - blr - -/* Oh well. In this case, we just do a byte-by-byte copy. */ - .align 4 - nop -L(unaligned): - lbz rWORD, 0(rSRC) - addi rRTN, rRTN, -1 - cmpwi rWORD, 0 - beq- L(u2) - -L(u0): lbzu rALT, 1(rSRC) - stbu rWORD, 1(rRTN) - cmpwi rALT, 0 - beq- L(u1) - nop /* Let 601 load start of loop. */ - lbzu rWORD, 1(rSRC) - stbu rALT, 1(rRTN) - cmpwi rWORD, 0 - bne+ L(u0) -L(u2): stbu rWORD, 1(rRTN) - blr -L(u1): stbu rALT, 1(rRTN) - blr -END (FUNC_NAME) - -#ifndef USE_AS_STPCPY -libc_hidden_builtin_def (strcpy) -#endif